diff --git a/config/almostunified/unify.json b/config/almostunified/unify.json index 2dcda6d..9963640 100644 --- a/config/almostunified/unify.json +++ b/config/almostunified/unify.json @@ -11,18 +11,14 @@ "occultism", "ae2", "ftbic", - "chemlib", "biggerreactors", "createaddition", "silentgear", - "blue_skies", "botania", "ad_astra", "thermal_extra", - "undergarden", "industrialforegoing", - "pneumaticcraft", - "eidolon" + "pneumaticcraft" ], "stoneStrata": [ "stone", @@ -50,74 +46,49 @@ "forge:plastic" ], "materials": [ - "aeternium", - "allthemodium", "aluminum", - "amber", "apatite", - "aquite", - "azure_silver", "bitumen", "brass", "bronze", - "calorite", "charcoal", - "charoite", "chrome", "cinnabar", - "cloggrum", "coal", "coal_coke", "cobalt", "constantan", "copper", - "crimson_iron", - "desh", "diamond", - "dragonsteel", "electrum", "elementium", "emerald", "ender", "enderium", - "falsite", "fluorite", - "froststeel", "gold", "graphite", - "horizonite", - "iesnium", "invar", "iridium", "iron", "lapis", "lead", "lumium", - "mithril", "netherite", "nickel", "obsidian", "osmium", - "ostrum", "peridot", "platinum", - "potassium_nitrate", - "rose_gold", "ruby", "sapphire", - "shellite", "signalum", "silver", - "soul_infused", "steel", "sulfur", "tin", "tungsten", - "twinite", - "unobtainium", "uranium", - "ventium", - "vibranium", "zinc" ], "priorityOverrides": {}, diff --git a/config/emi.css b/config/emi.css deleted file mode 100644 index 9dfc5be..0000000 --- a/config/emi.css +++ /dev/null @@ -1,447 +0,0 @@ -/** 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; - - /** - * 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: false; - - /** - * 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; - - /** - * The amount of vertical margin to give in the recipe screen. - */ - vertical-margin: 20; - - /** - * 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; - - /** - * 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: 12, 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: none; - - /** - * How many columns and rows of ingredients to limit the right sidebar to - */ - right-sidebar-size: 12, 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: none; - - /** - * 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"; - - /** - * Focuse 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"; - - /** - * 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"; - - /** - * 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"; - - /** - * 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: 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/endermanoverhaul.jsonc b/config/endermanoverhaul.jsonc deleted file mode 100644 index 9491fab..0000000 --- a/config/endermanoverhaul.jsonc +++ /dev/null @@ -1,24 +0,0 @@ -{ - "allowPickingUpBlocks": true, - "friendlyEndermanTeleport": true, - "friendlyEndermanDespawn": true, - "allowSpawning": true, - "spawnBadlandsEnderman": true, - "spawnCaveEnderman": false, - "spawnCrimsonForestEnderman": true, - "spawnDarkOakEnderman": true, - "spawnDesertEnderman": true, - "spawnEndEnderman": true, - "spawnEndIslandsEnderman": true, - "spawnFlowerFieldsEnderman": true, - "spawnIceSpikesEnderman": true, - "spawnMushroomFieldsEnderman": true, - "spawnNetherWastesEnderman": true, - "spawnCoralEnderman": true, - "spawnSavannaEnderman": true, - "spawnSnowyEnderman": true, - "spawnSoulsandValleyEnderman": true, - "spawnSwampEnderman": true, - "spawnWarpedForestEnderman": true, - "spawnWindsweptHillsEnderman": true -} \ No newline at end of file diff --git a/config/ftbquests/quests/chapter_groups.snbt b/config/ftbquests/quests/chapter_groups.snbt index 35662a0..7d7587e 100644 --- a/config/ftbquests/quests/chapter_groups.snbt +++ b/config/ftbquests/quests/chapter_groups.snbt @@ -3,6 +3,7 @@ { id: "2084F3F6FB861C5B", title: "{atm9.chapters.group.1.}" } { id: "22FB35B0FEF1343D", title: "{atm9.chapters.group.2.}" } { id: "1AC60211DE7427FC", title: "{atm9.chapters.group.3.}" } + { id: "624105E64CD3DD68", title: "{atm9.chapters.group.6.}" } { id: "6614EE2378B8AFB9", title: "{atm9.chapters.group.4.}" } { id: "2B51AC12041E3F89", title: "{atm9.chapters.group.5.}" } { id: "02FE661031A105D8", title: "{atm9.chapters.group.7.}" } diff --git a/config/ftbquests/quests/chapters/ad_astra.snbt b/config/ftbquests/quests/chapters/ad_astra.snbt index 5159da3..52225ab 100644 --- a/config/ftbquests/quests/chapters/ad_astra.snbt +++ b/config/ftbquests/quests/chapters/ad_astra.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -1069,8 +1066,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1101,6 +1098,3 @@ ] title: "{atm9.chapters.45.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/allthemodium.snbt b/config/ftbquests/quests/chapters/allthemodium.snbt index ab80536..85d3002 100644 --- a/config/ftbquests/quests/chapters/allthemodium.snbt +++ b/config/ftbquests/quests/chapters/allthemodium.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: true default_quest_shape: "" @@ -20,8 +17,8 @@ "" "{atm9.quest.allthemodium.desc.atm_ore2}" ] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false id: "5BDBE666E604FCAC" rewards: [ { @@ -61,9 +58,9 @@ ] } } + title: "{atm9.quest.allthemodium.atm_ore}" type: "item" }] - title: "{atm9.quest.allthemodium.atm_ore}" x: -1.5d y: 0.5d } @@ -119,9 +116,9 @@ ] } } + title: "{atm9.quest.allthemodium.vib_ore}" type: "item" }] - title: "{atm9.quest.allthemodium.vib_ore}" x: 0.0d y: 1.0d } @@ -168,9 +165,9 @@ ] } } + title: "{atm9.quest.allthemodium.unob_ore}" type: "item" }] - title: "{atm9.quest.allthemodium.unob_ore}" x: 1.5d y: 0.5d } @@ -208,7 +205,7 @@ ] } } - title: "&dFaster Furnaces&r" + title: "{atm9.quest.allthemodium.furnace_task}" type: "item" }] title: "{atm9.quest.allthemodium.furnace}" @@ -244,23 +241,47 @@ items: [ { Count: 1b - id: "allthemodium:allthemodium_helmet" - } - { - Count: 1b - id: "allthemodium:allthemodium_chestplate" + id: "allthearcanistgear:allthemodium_boots" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 4 + } + } } { Count: 1b - id: "allthemodium:allthemodium_leggings" + id: "allthearcanistgear:allthemodium_leggings" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 4 + } + } } { Count: 1b - id: "allthemodium:allthemodium_boots" + id: "allthearcanistgear:allthemodium_robes" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 4 + } + } } { Count: 1b - id: "allthewizardgear:allthemodium_mage_helmet" + id: "allthearcanistgear:allthemodium_hat" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 4 + } + } } { Count: 1b @@ -274,6 +295,10 @@ } } } + { + Count: 1b + id: "allthewizardgear:allthemodium_mage_helmet" + } { Count: 1b id: "allthewizardgear:allthemodium_mage_leggings" @@ -282,10 +307,26 @@ Count: 1b id: "allthewizardgear:allthemodium_mage_boots" } + { + Count: 1b + id: "allthemodium:allthemodium_helmet" + } + { + Count: 1b + id: "allthemodium:allthemodium_chestplate" + } + { + Count: 1b + id: "allthemodium:allthemodium_leggings" + } + { + Count: 1b + id: "allthemodium:allthemodium_boots" + } ] } } - title: "{atm9.quest.allthemodium.atm_armor}" + title: "{atm9.quest.allthemodium.atm_armor_task}" type: "item" }] title: "{atm9.quest.allthemodium.atm_armor}" @@ -329,7 +370,6 @@ tasks: [{ dimension: "minecraft:overworld" id: "159872B988A173AA" - title: "Exist!" type: "dimension" }] title: "{atm9.quest.allthemodium.intro}" @@ -358,7 +398,6 @@ item: "allthemodium:allthemodium_apple" type: "item" }] - title: "{atm9.quest.allthemodium.apple}" x: 3.0d y: 4.0d } @@ -384,15 +423,14 @@ item: "allthemodium:allthemodium_carrot" type: "item" }] - title: "{atm9.quest.allthemodium.carrot}" x: -3.0d y: 4.0d } { dependencies: ["5BDBE666E604FCAC"] description: ["{atm9.quest.allthemodium.desc.atm_tools}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "30E6C6825D78B5F1" rewards: [ { @@ -439,7 +477,7 @@ ] } } - title: "&6Allthemodium Tools&r" + title: "{atm9.quest.allthemodium.atm_tools_task}" type: "item" }] title: "{atm9.quest.allthemodium.atm_tools}" @@ -456,8 +494,8 @@ "" "{atm9.quest.allthemodium.desc.teleport4}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "3C322474D2F2BA99" rewards: [ { @@ -603,7 +641,7 @@ ] } } - title: "&6Productive ATM Bees&r" + title: "{atm9.quest.allthemodium.bees_task}" type: "item" }] title: "{atm9.quest.allthemodium.bees}" @@ -611,7 +649,7 @@ y: 3.0d } { - hide: true + hide_until_deps_visible: true id: "2DB81CE6F647D08A" rewards: [{ exclude_from_claim_all: true @@ -630,7 +668,7 @@ y: 10.5d } { - hide: true + hide_until_deps_visible: true id: "3E0A6D2FAEEF22A8" rewards: [{ exclude_from_claim_all: true @@ -649,7 +687,7 @@ y: 10.0d } { - hide: true + hide_until_deps_visible: true id: "38135FFD9ED64395" rewards: [{ exclude_from_claim_all: true @@ -902,6 +940,50 @@ id: "itemfilters:or" tag: { items: [ + { + Count: 1b + id: "allthearcanistgear:vibranium_boots" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 5 + } + } + } + { + Count: 1b + id: "allthearcanistgear:vibranium_robes" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 5 + } + } + } + { + Count: 1b + id: "allthearcanistgear:vibranium_leggings" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 5 + } + } + } + { + Count: 1b + id: "allthearcanistgear:vibranium_hat" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 5 + } + } + } { Count: 1b id: "allthewizardgear:vibranium_mage_helmet" @@ -928,11 +1010,11 @@ } { Count: 1b - id: "allthemodium:vibranium_boots" + id: "allthemodium:vibranium_leggings" } { Count: 1b - id: "allthemodium:vibranium_leggings" + id: "allthemodium:vibranium_boots" } { Count: 1b @@ -945,7 +1027,7 @@ ] } } - title: "{atm9.quest.allthemodium.vib_armor}" + title: "{atm9.quest.allthemodium.vib_armor_task}" type: "item" }] title: "{atm9.quest.allthemodium.vib_armor}" @@ -980,7 +1062,55 @@ items: [ { Count: 1b - id: "allthewizardgear:unobtainium_mage_helmet" + id: "allthearcanistgear:unobtainium_boots" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 6 + } + } + } + { + Count: 1b + id: "allthearcanistgear:unobtainium_leggings" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 6 + } + } + } + { + Count: 1b + id: "allthearcanistgear:unobtainium_robes" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 6 + } + } + } + { + Count: 1b + id: "allthearcanistgear:unobtainium_hat" + tag: { + an_stack_perks: { + color: "" + perks: [ ] + tier: 6 + } + } + } + { + Count: 1b + id: "allthewizardgear:unobtainium_mage_leggings" + } + { + Count: 1b + id: "allthewizardgear:unobtainium_mage_boots" } { Count: 1b @@ -996,15 +1126,15 @@ } { Count: 1b - id: "allthewizardgear:unobtainium_mage_leggings" + id: "allthewizardgear:unobtainium_mage_helmet" } { Count: 1b - id: "allthewizardgear:unobtainium_mage_boots" + id: "allthemodium:unobtainium_helmet" } { Count: 1b - id: "allthemodium:unobtainium_boots" + id: "allthemodium:unobtainium_chestplate" } { Count: 1b @@ -1012,16 +1142,12 @@ } { Count: 1b - id: "allthemodium:unobtainium_chestplate" - } - { - Count: 1b - id: "allthemodium:unobtainium_helmet" + id: "allthemodium:unobtainium_boots" } ] } } - title: "{atm9.quest.allthemodium.unob_armor}" + title: "{atm9.quest.allthemodium.unob_armor_task}" type: "item" }] title: "{atm9.quest.allthemodium.unob_armor}" @@ -1077,7 +1203,7 @@ ] } } - title: "&bVibranium Tools&r" + title: "{atm9.quest.allthemodium.vib_tools_task}" type: "item" }] title: "{atm9.quest.allthemodium.vib_tools}" @@ -1133,7 +1259,7 @@ ] } } - title: "&dUnobtainium Tools&r" + title: "{atm9.quest.allthemodium.unob_tools_task}" type: "item" }] title: "{atm9.quest.allthemodium.unob_tools}" @@ -1176,8 +1302,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1208,6 +1334,3 @@ ] title: "{atm9.chapters.2.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/apotheosis.snbt b/config/ftbquests/quests/chapters/apotheosis.snbt index a9c0293..5d52d93 100644 --- a/config/ftbquests/quests/chapters/apotheosis.snbt +++ b/config/ftbquests/quests/chapters/apotheosis.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -1027,8 +1024,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1080,6 +1077,3 @@ ] title: "{atm9.chapters.38.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/apotheosis_2.snbt b/config/ftbquests/quests/chapters/apotheosis_2.snbt index 24ef609..4efaebd 100644 --- a/config/ftbquests/quests/chapters/apotheosis_2.snbt +++ b/config/ftbquests/quests/chapters/apotheosis_2.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -553,8 +550,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -585,7 +582,7 @@ { dependencies: ["310969B8FE0A94DE"] description: ["{atm9.quest.spawner.desc.stabilized}"] - hide: true + hide_until_deps_visible: true id: "1E811C8903B79D46" rewards: [{ count: 3 @@ -607,7 +604,7 @@ { dependencies: ["310969B8FE0A94DE"] description: ["{atm9.quest.spawner.desc.agitator}"] - hide: true + hide_until_deps_visible: true id: "7064DBD1B17C1B79" rewards: [{ count: 10 @@ -629,7 +626,7 @@ { dependencies: ["310969B8FE0A94DE"] description: ["{atm9.quest.spawner.desc.power}"] - hide: true + hide_until_deps_visible: true id: "78ADEBBC7D0D8217" rewards: [{ count: 9 @@ -655,7 +652,7 @@ { dependencies: ["310969B8FE0A94DE"] description: ["{atm9.quest.spawner.desc.soulium}"] - hide: true + hide_until_deps_visible: true id: "775F2A480F91F49F" rewards: [{ count: 4 @@ -677,7 +674,7 @@ { dependencies: ["310969B8FE0A94DE"] description: ["{atm9.quest.spawner.desc.pressurized}"] - hide: true + hide_until_deps_visible: true id: "75B8F5447C59D17B" rewards: [{ count: 20 @@ -699,7 +696,7 @@ { dependencies: ["310969B8FE0A94DE"] description: ["{atm9.quest.spawner.desc.entity}"] - hide: true + hide_until_deps_visible: true id: "5CB80587A332A98D" rewards: [{ count: 20 @@ -811,6 +808,3 @@ ] title: "{atm9.chapters.14.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/apotheosis_gear.snbt b/config/ftbquests/quests/chapters/apotheosis_gear.snbt index 6ef8a1f..884c8b0 100644 --- a/config/ftbquests/quests/chapters/apotheosis_gear.snbt +++ b/config/ftbquests/quests/chapters/apotheosis_gear.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -616,8 +613,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -648,6 +645,3 @@ ] title: "{atm9.chapters.8.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/applied_energistics_2.snbt b/config/ftbquests/quests/chapters/applied_energistics_2.snbt index 94731d9..c3a0a7a 100644 --- a/config/ftbquests/quests/chapters/applied_energistics_2.snbt +++ b/config/ftbquests/quests/chapters/applied_energistics_2.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "rsquare" @@ -2245,8 +2242,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2277,6 +2274,3 @@ ] title: "{atm9.chapters.11.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/ars_nouveau.snbt b/config/ftbquests/quests/chapters/ars_nouveau.snbt index f50826b..ccbaa66 100644 --- a/config/ftbquests/quests/chapters/ars_nouveau.snbt +++ b/config/ftbquests/quests/chapters/ars_nouveau.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -2948,8 +2945,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2980,6 +2977,3 @@ ] title: "{atm9.chapters.39.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/artifacts.snbt b/config/ftbquests/quests/chapters/artifacts.snbt new file mode 100644 index 0000000..e63f863 --- /dev/null +++ b/config/ftbquests/quests/chapters/artifacts.snbt @@ -0,0 +1,1011 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "diamond" + filename: "artifacts" + group: "02FE661031A105D8" + icon: "artifacts:umbrella" + id: "7AF827D2D101D343" + images: [ + { + height: 1.0d + image: "atm:textures/questpics/artifacts/artifacts_head.png" + rotation: 0.0d + width: 3.1125d + x: 2.5d + y: -9.0d + } + { + height: 1.0d + image: "atm:textures/questpics/artifacts/artifacts_hands.png" + rotation: 0.0d + width: 3.7375d + x: 8.0d + y: -2.0d + } + { + height: 1.0d + image: "atm:textures/questpics/artifacts/artifacts_hands.png" + rotation: 0.0d + width: 3.7375d + x: -3.0d + y: -2.0d + } + { + height: 1.0d + image: "atm:textures/questpics/artifacts/artifacts_necklace.png" + rotation: 0.0d + width: 5.15d + x: 2.5d + y: -2.5d + } + { + height: 1.0d + image: "atm:textures/questpics/artifacts/artifacts_belt.png" + rotation: 0.0d + width: 2.5625d + x: 2.5d + y: 1.5d + } + { + height: 2.0d + image: "atm:textures/questpics/artifacts/artifacts_title.png" + rotation: 0.0d + width: 10.585365853658537d + x: 9.5d + y: -8.0d + } + { + height: 5.0d + image: "atm:textures/questpics/artifacts/artifacts_cowboy.png" + rotation: 0.0d + width: 2.67203513909224d + x: 8.0d + y: 1.0d + } + { + height: 5.0d + image: "atm:textures/questpics/artifacts/artifacts_pool.png" + rotation: 0.0d + width: 2.5428571428571427d + x: -3.0d + y: 1.0d + } + { + height: 5.0d + image: "atm:textures/questpics/artifacts/artifacts_flameon.png" + rotation: 0.0d + width: 2.8474320241691844d + x: -1.0d + y: -8.0d + } + { + height: 5.0d + image: "atm:textures/questpics/artifacts/artifacts_lucky.png" + rotation: 0.0d + width: 2.0412517780938835d + x: -3.0d + y: -8.0d + } + { + height: 5.0d + image: "atm:textures/questpics/artifacts/artifacts_hungry.png" + rotation: 0.0d + width: 2.766990291262136d + x: -5.0d + y: -8.0d + } + { + height: 1.0d + image: "atm:textures/questpics/artifacts/feet_olyfans.png" + rotation: 0.0d + width: 2.775d + x: 0.5d + y: 4.5d + } + { + height: 1.0d + image: "atm:textures/questpics/artifacts/feet_olyfans.png" + rotation: 0.0d + width: 2.775d + x: 4.0d + y: 4.5d + } + ] + order_index: 2 + quest_links: [ ] + quests: [ + { + description: ["{atm9.quest.artifacts.desc.rootedboots.1}"] + id: "010607466D565B53" + rewards: [{ + id: "6D6B518024477701" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "7D3BB67D10EA5245" + item: "artifacts:rooted_boots" + type: "item" + }] + title: "{atm9.quest.artifacts.title.rootedboots}" + x: 1.5d + y: 3.5d + } + { + description: ["{atm9.quest.artifacts.desc.flippers.1}"] + id: "3EC8A0B89788D079" + rewards: [{ + id: "3DBB1369A1072D6F" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "302D0A2C7FE07D17" + item: "artifacts:flippers" + type: "item" + }] + title: "{atm9.quest.artifacts.title.flippers}" + x: 1.5d + y: 2.5d + } + { + description: ["{atm9.quest.artifacts.desc.steadfastboots.1}"] + hide_details_until_startable: false + id: "2215FB0777D7029D" + rewards: [{ + id: "23C8332FD1349813" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "4323420D7FF4F583" + item: "artifacts:steadfast_spikes" + type: "item" + }] + title: "{atm9.quest.artifacts.title.steadfastboots}" + x: 0.5d + y: 3.5d + } + { + description: ["{atm9.quest.artifacts.desc.snowshoes.1}"] + id: "74B352457BF1541B" + rewards: [{ + id: "69C1A25CAD2D3CCD" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "268319B4D86AF1FA" + item: "artifacts:snowshoes" + type: "item" + }] + x: -0.5d + y: 3.5d + } + { + description: ["{atm9.quest.artifacts.desc.runningshoes.1}"] + id: "4A7AEBEB87CEC274" + rewards: [{ + id: "69F5A7BBB1BB1E8D" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "7DABA35BECFBE1E2" + item: "artifacts:running_shoes" + type: "item" + }] + title: "{atm9.quest.artifacts.title.runningshoes}" + x: 3.5d + y: 2.5d + } + { + description: ["{atm9.quest.artifacts.desc.kittyslippers.1}"] + id: "122E6E7CABCB17E7" + rewards: [{ + id: "3A58636456616D1C" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "294D97F3514A382B" + item: "artifacts:kitty_slippers" + type: "item" + }] + title: "{atm9.quest.artifacts.title.kittyslippers}" + x: 4.5d + y: 2.5d + } + { + description: ["{atm9.quest.artifacts.desc.bunnyhoppers.1}"] + id: "5040B3D29F238BC0" + rewards: [{ + id: "1E6151B989D869C6" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "42875442667F74F9" + item: "artifacts:bunny_hoppers" + type: "item" + }] + title: "{atm9.quest.artifacts.title.bunnyhoppers}" + x: 3.5d + y: 3.5d + } + { + description: ["{atm9.quest.artifacts.desc.aquadashers.1}"] + id: "4D3379D38237F830" + rewards: [{ + id: "4510DA55C581FEC0" + type: "xp" + xp: 100 + }] + shape: "hexagon" + subtitle: "{atm9.quest.artifacts.subt.feet}" + tasks: [{ + id: "61C6CFA5DB18E2DC" + item: "artifacts:aqua_dashers" + type: "item" + }] + title: "{atm9.quest.artifacts.title.aquadashers}" + x: 0.5d + y: 2.5d + } + { + description: ["{atm9.quest.artifacts.desc.pickaxeheater.1}"] + id: "62622137648A4F56" + rewards: [{ + id: "18456401DB9D3025" + type: "xp" + xp: 100 + }] + shape: "diamond" + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "3324A34D10894F27" + item: "artifacts:pickaxe_heater" + type: "item" + }] + title: "{atm9.quest.artifacts.title.pickaxeheater}" + x: -4.0d + y: -4.0d + } + { + description: ["{atm9.quest.artifacts.desc.onionring.1}"] + id: "50A32AC6EDBC5854" + rewards: [{ + id: "59745674479F06CA" + type: "xp" + xp: 100 + }] + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "749900AF5B497E65" + item: "artifacts:onion_ring" + type: "item" + }] + title: "{atm9.quest.artifacts.title.onionring}" + x: 9.0d + y: -3.0d + } + { + description: ["{atm9.quest.artifacts.desc.goldenhook.1}"] + id: "7188DC06A28AE30E" + rewards: [{ + id: "2FBB621508A8CEF0" + type: "xp" + xp: 100 + }] + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "2F5269ABA03B3701" + item: "artifacts:golden_hook" + type: "item" + }] + title: "{atm9.quest.artifacts.title.goldenhook}" + x: 8.5d + y: -5.0d + } + { + description: ["{atm9.quest.artifacts.desc.vampiricglove.1}"] + id: "73FC51144FC2DA52" + rewards: [{ + id: "781ED9999B2D7532" + type: "xp" + xp: 100 + }] + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "308C57B7ACB795F0" + item: "artifacts:vampiric_glove" + type: "item" + }] + title: "{atm9.quest.artifacts.title.vampiricglove}" + x: 8.0d + y: -3.0d + } + { + description: ["{atm9.quest.artifacts.desc.pocketpiston.1}"] + id: "3B3BD39BA02DCA13" + rewards: [{ + id: "4D40E063E2F9390D" + type: "xp" + xp: 100 + }] + shape: "diamond" + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "078D36F0A6A3F09C" + item: "artifacts:pocket_piston" + type: "item" + }] + title: "{atm9.quest.artifacts.title.pocketpiston}" + x: -3.5d + y: -5.0d + } + { + description: ["{atm9.quest.artifacts.desc.firegauntlet.1}"] + id: "427014BDE06DE631" + rewards: [{ + id: "2BF8794A6D7F9115" + type: "xp" + xp: 100 + }] + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "2C689F171E77768E" + item: "artifacts:fire_gauntlet" + type: "item" + }] + title: "{atm9.quest.artifacts.title.firegauntlet}" + x: 9.0d + y: -4.0d + } + { + description: ["{atm9.quest.artifacts.desc.powerglove.1}"] + id: "3705D303CF423804" + rewards: [{ + id: "6F62F8697F0A4955" + type: "xp" + xp: 100 + }] + shape: "diamond" + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "58EBE55746C50688" + item: "artifacts:power_glove" + type: "item" + }] + title: "{atm9.quest.artifacts.title.powerglove}" + x: -3.0d + y: -3.0d + } + { + description: ["{atm9.quest.artifacts.desc.feralclaws.1}"] + id: "6A452BFC8A967C39" + rewards: [{ + id: "20016E77FF31BCAC" + type: "xp" + xp: 100 + }] + shape: "diamond" + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "01D07B21B85FB2B8" + item: "artifacts:feral_claws" + type: "item" + }] + title: "{atm9.quest.artifacts.title.feralclaws}" + x: -2.5d + y: -5.0d + } + { + description: ["{atm9.quest.artifacts.desc.diggingclaws.1}"] + id: "3525D5DCC3A534D9" + rewards: [{ + id: "4BFDFF2C6BA31B48" + type: "xp" + xp: 100 + }] + subtitle: "{atm9.quest.artifacts.subt.hands}" + tasks: [{ + id: "29454B0A459EAA52" + item: "artifacts:digging_claws" + type: "item" + }] + title: "{atm9.quest.artifacts.title.diggingclaws}" + x: 7.5d + y: -5.0d + } + { + description: ["{atm9.quest.artifacts.desc.chorusbelt.1}"] + id: "5DE7C4FD5FA29236" + rewards: [{ + id: "0380882824DC8E99" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{atm9.quest.artifacts.subt.belt}" + tasks: [{ + id: "47974C878B90D0DC" + item: "artifacts:chorus_totem" + type: "item" + }] + title: "{atm9.quest.artifacts.title.chorusbelt}" + x: 2.0d + y: -1.5d + } + { + description: ["{atm9.quest.artifacts.desc.heliumflamingo.1}"] + id: "589F1D502F680075" + rewards: [{ + id: "00D2E9494C734CA6" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{atm9.quest.artifacts.subt.belt}" + tasks: [{ + id: "744D283E79F6357A" + item: "artifacts:helium_flamingo" + type: "item" + }] + title: "{atm9.quest.artifacts.title.heliumflamingo}" + x: 3.0d + y: -1.5d + } + { + description: ["{atm9.quest.artifacts.desc.crystalheart.1}"] + id: "623796B1D7981E59" + rewards: [{ + id: "3027186FA88FABC9" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{atm9.quest.artifacts.subt.belt}" + tasks: [{ + id: "54E784C8438E430A" + item: "artifacts:crystal_heart" + type: "item" + }] + title: "{atm9.quest.artifacts.title.crystalheart}" + x: 1.5d + y: 0.5d + } + { + description: ["{atm9.quest.artifacts.desc.antidotevessel.1}"] + id: "1E40ACF3E69A4100" + rewards: [{ + id: "578EFA09A59C3A5D" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{atm9.quest.artifacts.subt.belt}" + tasks: [{ + id: "6D34B89C0FD0BA2B" + item: "artifacts:antidote_vessel" + type: "item" + }] + title: "{atm9.quest.artifacts.title.antidotevessel}" + x: 2.5d + y: 0.5d + } + { + description: ["{atm9.quest.artifacts.desc.universalattractor.1}"] + id: "5EB7CE3A1DCD3E9B" + rewards: [{ + id: "1817838D24DCDA78" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{atm9.quest.artifacts.subt.belt}" + tasks: [{ + id: "1762FBFEF8647F60" + item: "artifacts:universal_attractor" + type: "item" + }] + title: "{atm9.quest.artifacts.title.universalattractor}" + x: 3.5d + y: 0.5d + } + { + description: ["{atm9.quest.artifacts.desc.obsidianskull.1}"] + id: "4933CF4675E77D50" + rewards: [{ + id: "02568992CBF08933" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{atm9.quest.artifacts.subt.belt}" + tasks: [{ + id: "32245E61C3910041" + item: "artifacts:obsidian_skull" + type: "item" + }] + title: "{atm9.quest.artifacts.title.obsidianskull}" + x: 1.0d + y: -0.5d + } + { + description: ["{atm9.quest.artifacts.desc.cloudinabottle.1}"] + id: "436E4E3515BCCDE9" + rewards: [{ + id: "5F5218AF7DDA4A5E" + type: "xp" + xp: 100 + }] + shape: "rsquare" + subtitle: "{atm9.quest.artifacts.subt.belt}" + tasks: [{ + id: "3FF51BD0B49B2F93" + item: "artifacts:cloud_in_a_bottle" + type: "item" + }] + title: "{atm9.quest.artifacts.title.cloudinabottle}" + x: 4.0d + y: -0.5d + } + { + description: ["{atm9.quest.artifacts.desc.charmofsinking.1}"] + id: "221C9EDA651144BA" + rewards: [{ + id: "55AA38EE9ED49639" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.necklace}" + tasks: [{ + id: "28FC7C19E2A3E1B9" + item: "artifacts:charm_of_sinking" + type: "item" + }] + title: "{atm9.quest.artifacts.title.charmofsinking}" + x: 2.0d + y: -6.0d + } + { + description: ["{atm9.quest.artifacts.desc.thornpendant.1}"] + id: "3446803FB59D8875" + rewards: [{ + id: "5EF9D42C4CBE3023" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.necklace}" + tasks: [{ + id: "0562A0A5A57E8DD8" + item: "artifacts:thorn_pendant" + type: "item" + }] + title: "{atm9.quest.artifacts.title.thornpendant}" + x: 3.0d + y: -6.0d + } + { + description: ["{atm9.quest.artifacts.desc.flamependant.1}"] + id: "27E951F4F4F6F847" + rewards: [{ + id: "273EA262F2D7DECB" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.necklace}" + tasks: [{ + id: "609310B07E907A4F" + item: "artifacts:flame_pendant" + type: "item" + }] + title: "{atm9.quest.artifacts.title.flamependant}" + x: 1.0d + y: -4.5d + } + { + description: ["{atm9.quest.artifacts.desc.shockpendant.1}"] + id: "70C7D92844089DEB" + rewards: [{ + id: "217B91C6A932A4BB" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.necklace}" + tasks: [{ + id: "62EB681EEB76FCDB" + item: "artifacts:shock_pendant" + type: "item" + }] + title: "{atm9.quest.artifacts.title.shockpendant}" + x: 2.0d + y: -3.5d + } + { + description: ["{atm9.quest.artifacts.desc.panicpendant.1}"] + id: "0E716B90E60C486B" + rewards: [{ + id: "22C524CB13F399AF" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.necklace}" + tasks: [{ + id: "7CC5ED6BF577834C" + item: "artifacts:panic_necklace" + type: "item" + }] + title: "{atm9.quest.artifacts.title.panicpendant}" + x: 3.0d + y: -3.5d + } + { + description: ["{atm9.quest.artifacts.desc.crossnecklace.1}"] + id: "72D6265E35814927" + rewards: [{ + id: "39385ECA2FB24EB2" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.necklace}" + tasks: [{ + id: "5AA765DFA49DA1C9" + item: "artifacts:cross_necklace" + type: "item" + }] + title: "{atm9.quest.artifacts.title.crossnecklace}" + x: 0.5d + y: -5.5d + } + { + description: ["{atm9.quest.artifacts.desc.luckyscarf.1}"] + id: "7503823ACDDB0491" + rewards: [{ + id: "4539536E7B821D61" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.scarf}" + tasks: [{ + id: "07DB486C6CAF2E13" + item: "artifacts:lucky_scarf" + type: "item" + }] + title: "{atm9.quest.artifacts.title.luckyscarf}" + x: 4.0d + y: -4.5d + } + { + description: ["{atm9.quest.artifacts.desc.scarfofinvisibility.1}"] + id: "145E7D1A88B83DDD" + rewards: [{ + id: "05D654079C1B9F5C" + type: "xp" + xp: 100 + }] + shape: "circle" + subtitle: "{atm9.quest.artifacts.subt.scarf}" + tasks: [{ + id: "3244560CD2EE978D" + item: "artifacts:scarf_of_invisibility" + type: "item" + }] + title: "{atm9.quest.artifacts.title.scarfofinvisibility}" + x: 4.5d + y: -5.5d + } + { + description: ["{atm9.quest.artifacts.desc.anglerhat.1}"] + id: "29448D08C8777425" + rewards: [{ + id: "08D5119D4D25F06B" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "7E2317305BD5F842" + item: "artifacts:anglers_hat" + type: "item" + }] + title: "{atm9.quest.artifacts.title.anglerhat}" + x: 1.0d + y: -10.0d + } + { + description: ["{atm9.quest.artifacts.desc.cowboyhat.1}"] + id: "6FBE5B5D5027B32C" + rewards: [{ + id: "77D71AB2874AB8F9" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "7EC988A7F600F860" + item: "artifacts:cowboy_hat" + type: "item" + }] + title: "{atm9.quest.artifacts.title.cowboyhat}" + x: 4.0d + y: -10.0d + } + { + description: ["{atm9.quest.artifacts.desc.superstitioushat.1}"] + id: "5F5E43B3F51CAE9E" + rewards: [{ + id: "48522341AACBFC58" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "1F1665E13DA82D42" + item: "artifacts:superstitious_hat" + type: "item" + }] + title: "{atm9.quest.artifacts.title.superstitioushat}" + x: 2.0d + y: -10.0d + } + { + description: ["{atm9.quest.artifacts.desc.villagerhat.1}"] + id: "73B73870B29DFAD9" + rewards: [{ + id: "6EB5F3C9CF92E388" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "6B7D97464175DAD6" + item: "artifacts:villager_hat" + type: "item" + }] + title: "{atm9.quest.artifacts.title.villagerhat}" + x: 3.0d + y: -10.0d + } + { + description: ["{atm9.quest.artifacts.desc.nightvisiongoggles.1}"] + id: "2AD78E22988A92D3" + rewards: [{ + id: "7C67BEBBE04DD801" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "187EE75FF4C074B4" + item: "artifacts:night_vision_goggles" + type: "item" + }] + title: "{atm9.quest.artifacts.title.nightvisiongoggles}" + x: 2.0d + y: -12.0d + } + { + description: ["{atm9.quest.artifacts.desc.snorkel.1}"] + id: "16255FB20F35A9D9" + rewards: [{ + id: "7C177C45CE7EF70A" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "4E77B753AADEF6A8" + item: "artifacts:snorkel" + type: "item" + }] + title: "{atm9.quest.artifacts.title.snorkel}" + x: 2.0d + y: -11.0d + } + { + description: ["{atm9.quest.artifacts.desc.noveltydrinkinghat.1}"] + id: "3E0643EA9183CDAE" + rewards: [{ + id: "62951CA67B5891DC" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "485807A0B369A8F7" + item: "artifacts:novelty_drinking_hat" + type: "item" + }] + title: "{atm9.quest.artifacts.title.noveltydrinkinghat}" + x: 3.0d + y: -12.0d + } + { + description: ["{atm9.quest.artifacts.desc.plasticdrinkinghat.1}"] + id: "2607F3DC07049785" + rewards: [{ + id: "4BE1052205794E92" + type: "xp" + xp: 100 + }] + shape: "square" + subtitle: "{atm9.quest.artifacts.subt.head}" + tasks: [{ + id: "5D461DEF3DEDCA4A" + item: "artifacts:plastic_drinking_hat" + type: "item" + }] + title: "{atm9.quest.artifacts.title.plasticdrinkinghat}" + x: 3.0d + y: -11.0d + } + { + description: ["{atm9.quest.artifacts.desc.whoopiecushion.1}"] + id: "789AF6D0A6321945" + rewards: [{ + id: "182AD6DED1A3AD09" + type: "xp" + xp: 100 + }] + shape: "gear" + subtitle: "{atm9.quest.artifacts.subt.unique}" + tasks: [{ + id: "1572258C18AF7CED" + item: "artifacts:whoopee_cushion" + type: "item" + }] + title: "{atm9.quest.artifacts.title.whoopiecushion}" + x: 7.0d + y: -4.0d + } + { + dependencies: ["4564B577CB4EC046"] + description: ["{atm9.quest.artifacts.desc.everlastingsteak.1}"] + id: "161A90E134592D0E" + rewards: [{ + id: "052B82F5AF8D6071" + type: "xp" + xp: 100 + }] + shape: "gear" + subtitle: "{atm9.quest.artifacts.subt.unique}" + tasks: [{ + id: "312B1C048832A594" + item: "artifacts:eternal_steak" + type: "item" + }] + title: "{atm9.quest.artifacts.title.everlastingsteak}" + x: -3.0d + y: -4.0d + } + { + description: ["{atm9.quest.artifacts.desc.everlastingbeef.1}"] + id: "4564B577CB4EC046" + rewards: [{ + id: "11871674D7964023" + type: "xp" + xp: 100 + }] + shape: "gear" + subtitle: "{atm9.quest.artifacts.subt.unique}" + tasks: [{ + id: "5DF60B934B5F3EBB" + item: "artifacts:everlasting_beef" + type: "item" + }] + title: "{atm9.quest.artifacts.title.everlastingbeef}" + x: -2.0d + y: -4.0d + } + { + description: ["{atm9.quest.artifacts.desc.umbrella.1}"] + id: "3E1A3BC8642390B3" + rewards: [{ + id: "758FA82E41A36862" + type: "xp" + xp: 100 + }] + shape: "gear" + subtitle: "{atm9.quest.artifacts.subt.unique}" + tasks: [{ + id: "17A1084B7A6C0540" + item: "artifacts:umbrella" + type: "item" + }] + title: "{atm9.quest.artifacts.title.umbrella}" + x: 8.0d + y: -4.0d + } + { + description: ["{atm9.quest.artifacts.desc.artifacts.1}"] + id: "5CE44C58A470E48E" + rewards: [{ + id: "2E1F8B18F7C92706" + type: "xp" + xp: 100 + }] + shape: "gear" + size: 1.5d + tasks: [{ + entity: "artifacts:mimic" + id: "68DC39876E14FC1B" + type: "kill" + value: 1L + }] + title: "{atm9.quest.artifacts.title.artifacts}" + x: 2.5d + y: -7.75d + } + { + can_repeat: false + description: [ + "This Quest has been authored by &6AllTheMods Staff&r, or a &2Community contributor&r for use in AllTheMods Modpacks." + "As all &6AllTheMods&r packs are licensed under &eAll Rights Reserved&r, this Quest is not allowed to be used in any public packs not released by the &6AllTheMods Team&r, without explicit permission." + "" + "" + "" + "This quest is intentionally hidden, if you're seeing this, you're in editing mode." + ] + disable_toast: true + hide_details_until_startable: true + hide_until_deps_visible: true + icon: { + Count: 1 + id: "ftbquests:custom_icon" + tag: { + Icon: "minecraft:item/barrier" + } + } + id: "3B6CEC2D2DA41748" + invisible: true + optional: true + shape: "octagon" + tasks: [ + { + disable_toast: true + id: "40AAAD7874C101F2" + title: "Quests By AllTheMods" + type: "checkmark" + } + { + id: "41EA9328FD147F9A" + title: "Quests By AllTheMods" + type: "checkmark" + } + ] + x: 2.5d + y: -5.0d + } + ] + title: "{atm9.chapters.57.title}" +} diff --git a/config/ftbquests/quests/chapters/basic_logistics.snbt b/config/ftbquests/quests/chapters/basic_logistics.snbt new file mode 100644 index 0000000..992d381 --- /dev/null +++ b/config/ftbquests/quests/chapters/basic_logistics.snbt @@ -0,0 +1,1214 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "hexagon" + filename: "basic_logistics" + group: "624105E64CD3DD68" + icon: "pipez:wrench" + id: "3DEB33F78398EAD6" + images: [ + { + height: 1.5d + image: "atm:textures/questpics/logistics/basic.png" + rotation: 0.0d + width: 5.3300970873786415d + x: 1.0d + y: 3.0d + } + { + height: 1.5d + image: "atm:textures/questpics/logistics/logistics.png" + rotation: 0.0d + width: 8.941747572815533d + x: 10.0d + y: 3.0d + } + { + height: 1.0d + image: "atm:textures/questpics/logistics/pipez.png" + rotation: 0.0d + width: 3.4761904761904763d + x: 0.0d + y: -3.0d + } + { + height: 1.0d + image: "atm:textures/questpics/logistics/mekanism.png" + rotation: 0.0d + width: 5.642857142857143d + x: 10.0d + y: -3.0d + } + { + height: 2.0d + image: "atm:textures/questpics/logistics/integrated-.png" + rotation: 0.0d + width: 6.755813953488372d + x: 4.5d + y: -2.5d + } + { + height: 1.5d + image: "atm:textures/questpics/logistics/laserio.png" + rotation: 0.0d + width: 7.232142857142857d + x: 4.5d + y: 10.5d + } + { + height: 1.0d + image: "atm:textures/questpics/logistics/pipez_item.png" + rotation: 90.0d + width: 4.461077844311378d + x: -3.5d + y: -0.5d + } + { + height: 1.0d + image: "atm:textures/questpics/logistics/pipez_fluid.png" + rotation: 90.0d + width: 4.578313253012048d + x: -2.5d + y: -0.5d + } + { + height: 1.0d + image: "atm:textures/questpics/logistics/pipez_energy.png" + rotation: 90.0d + width: 4.578313253012048d + x: -1.5d + y: -0.5d + } + { + height: 0.9d + image: "atm:textures/questpics/logistics/meka_transporter.png" + rotation: 90.0d + width: 4.75d + x: 12.0d + y: -0.5d + } + { + height: 1.0d + image: "atm:textures/questpics/logistics/meka_cable.png" + rotation: 90.0d + width: 4.75d + x: 10.0d + y: -0.5d + } + { + height: 1.0d + image: "atm:textures/questpics/logistics/meka_pipe.png" + rotation: 90.0d + width: 4.75d + x: 11.0d + y: -0.5d + } + ] + order_index: 0 + quest_links: [ ] + quests: [ + { + description: ["{atm9.quest.basic_logistics.desc.pipezintro.1}"] + id: "2329AA0AFBEF1E13" + rewards: [{ + count: 3 + id: "71FDE5AB12145B69" + item: "minecraft:iron_ingot" + type: "item" + }] + shape: "pentagon" + size: 1.5d + tasks: [{ + id: "43D2013855BF5F17" + item: "pipez:wrench" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.pipezintro}" + x: 1.0d + y: 1.0d + } + { + dependencies: ["2329AA0AFBEF1E13"] + description: [ + "{atm9.quest.basic_logistics.desc.itempipez.1}" + "" + "{image:atm:textures/questpics/logistics/pipez_item.png width:200 height:50 align:center}" + ] + id: "36836AD948F96B9F" + rewards: [{ + count: 16 + id: "22360F382F0BA4CE" + item: "pipez:item_pipe" + type: "item" + }] + size: 1.1d + tasks: [{ + id: "04CFDEC2D4C671F2" + item: "pipez:item_pipe" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.itempipez}" + x: 0.0d + y: -0.5d + } + { + dependencies: ["2329AA0AFBEF1E13"] + description: [ + "{atm9.quest.basic_logistics.desc.fluidpipez.1}" + "" + "{image:atm:textures/questpics/logistics/pipez_fluid.png width:200 height:50 align:center}" + ] + id: "33433A443B65D252" + min_width: 250 + rewards: [{ + count: 16 + id: "78309F82E7E4AE69" + item: "pipez:fluid_pipe" + type: "item" + }] + size: 1.1d + tasks: [{ + id: "2E1254C3F9F6079C" + item: "pipez:fluid_pipe" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.fluidpipez}" + x: 1.0d + y: -0.5d + } + { + dependencies: ["2329AA0AFBEF1E13"] + description: [ + "{atm9.quest.basic_logistics.desc.energypipez.1}" + "" + "{image:atm:textures/questpics/logistics/pipez_energy.png width:200 height:50 align:center}" + ] + id: "53EC96FA0E7C4ED4" + rewards: [{ + count: 16 + id: "6BFD87108A2B3FE8" + item: "pipez:energy_pipe" + type: "item" + }] + size: 1.1d + tasks: [{ + id: "17BE12E1047A68A4" + item: "pipez:energy_pipe" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.energypipez}" + x: 2.0d + y: -0.5d + } + { + dependencies: [ + "33433A443B65D252" + "36836AD948F96B9F" + "53EC96FA0E7C4ED4" + ] + description: [ + "{atm9.quest.basic_logistics.desc.universalpipez.1}" + "" + "{image:atm:textures/questpics/logistics/pipez_universal.png width:200 height:50 align:center}" + ] + id: "4FBAB3A0FBF8CE2F" + rewards: [{ + count: 16 + id: "02B1975FE7F3C29A" + item: "pipez:universal_pipe" + type: "item" + }] + size: 1.1d + tasks: [{ + id: "1E0BB9A36487B272" + item: "pipez:universal_pipe" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.universalpipez}" + x: 1.0d + y: -1.5d + } + { + dependencies: ["2329AA0AFBEF1E13"] + description: [ + "{atm9.quest.basic_logistics.desc.gaspipez.1}" + "" + "{image:atm:textures/questpics/logistics/pipez_gas.png width:200 height:50 align:center}" + ] + id: "2F4458E9921DEB86" + rewards: [{ + count: 16 + id: "51371416132329E3" + item: "pipez:gas_pipe" + type: "item" + }] + size: 1.1d + tasks: [{ + id: "7E1C1FB56CFCADF6" + item: "pipez:gas_pipe" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.gaspipez}" + x: -0.5d + y: 1.0d + } + { + dependencies: ["2329AA0AFBEF1E13"] + description: ["{atm9.quest.basic_logistics.desc.filtering.1}"] + id: "2A976D41F79C34B1" + rewards: [{ + id: "11D2714AB566A00B" + item: "pipez:advanced_upgrade" + type: "item" + }] + shape: "rsquare" + size: 0.9d + tasks: [{ + id: "5F9D69AF08F576AB" + item: "pipez:filter_destination_tool" + type: "item" + }] + x: 2.5d + y: 1.5d + } + { + dependencies: ["2329AA0AFBEF1E13"] + description: ["{atm9.quest.basic_logistics.desc.upgrades.1}"] + id: "6A962535CD68713E" + rewards: [{ + id: "4DDD2CDC825A9BE3" + item: "pipez:advanced_upgrade" + type: "item" + }] + shape: "rsquare" + size: 0.9d + tasks: [{ + id: "48CF7A7622423DEA" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "pipez:basic_upgrade" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "pipez:improved_upgrade" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "pipez:ultimate_upgrade" + tag: { + Damage: 0 + } + } + ] + } + } + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.upgrades}" + x: 2.5d + y: 0.5d + } + { + description: ["{atm9.quest.basic_logistics.desc.mekanism.1}"] + id: "34CFE1439262AA72" + rewards: [{ + count: 3 + id: "06BBE2C3833797ED" + item: "alltheores:steel_ingot" + type: "item" + }] + shape: "pentagon" + size: 1.5d + tasks: [{ + id: "418E333710652BFA" + item: "mekanism:configurator" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.mekanism}" + x: 8.0d + y: 1.0d + } + { + description: ["{atm9.quest.basic_logistics.desc.integrateddynamics.1}"] + id: "6E05B62A40D5A891" + rewards: [{ + count: 3 + id: "1F763DED812265B7" + item: "integrateddynamics:crystalized_menril_chunk" + type: "item" + }] + shape: "pentagon" + size: 1.5d + tasks: [{ + id: "7CAEF421E14B6F2A" + item: "integrateddynamics:wrench" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.integrateddynamics}" + x: 4.5d + y: 1.0d + } + { + dependencies: ["34CFE1439262AA72"] + description: [ + "{atm9.quest.basic_logistics.desc.mechanicalpipes.1}" + "" + "{image:atm:textures/questpics/logistics/meka_pipe.png width:200 height:50 align:center}" + ] + id: "1834B5C1F8435D7A" + rewards: [{ + count: 16 + id: "779C78573F83BFFE" + item: "mekanism:advanced_mechanical_pipe" + type: "item" + }] + size: 1.1d + subtitle: "{atm9.quest.basic_logistics.subt.mechanicalpipes}" + tasks: [{ + id: "42A8569B1AC36DE7" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_mechanical_pipe" + } + { + Count: 1b + id: "mekanism:advanced_mechanical_pipe" + } + { + Count: 1b + id: "mekanism:elite_mechanical_pipe" + } + { + Count: 1b + id: "mekanism:ultimate_mechanical_pipe" + } + ] + } + } + title: "{atm9.quest.basic_logistics.title.mechanicalpipes}" + type: "item" + }] + x: 8.0d + y: -0.5d + } + { + dependencies: ["34CFE1439262AA72"] + description: [ + "{atm9.quest.basic_logistics.desc.universalcables.1}" + "" + "{image:atm:textures/questpics/logistics/meka_cable.png width:200 height:50 align:center}" + ] + icon_scale: 1.3d + id: "493D04D954E4FBA0" + rewards: [{ + count: 16 + id: "6E44439DE3A2B59C" + item: "mekanism:advanced_universal_cable" + type: "item" + }] + size: 1.1d + subtitle: "{atm9.quest.basic_logistics.subt.universalcables}" + tasks: [{ + id: "4448DE84ABA737BE" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_universal_cable" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:advanced_universal_cable" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:elite_universal_cable" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:ultimate_universal_cable" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{atm9.quest.basic_logistics.title.universalcables}" + type: "item" + }] + x: 9.0d + y: -0.5d + } + { + dependencies: ["34CFE1439262AA72"] + description: [ + "{atm9.quest.basic_logistics.desc.logicaltrasporters.1}" + "" + "{image:atm:textures/questpics/logistics/meka_transporter.png width:200 height:50 align:center}" + ] + id: "30DE4F5BC3EDB555" + rewards: [{ + count: 16 + id: "67D4792D7C7FF358" + item: "mekanism:advanced_logistical_transporter" + type: "item" + }] + size: 1.1d + subtitle: "{atm9.quest.basic_logistics.subt.logicaltrasporters}" + tasks: [{ + id: "337725ECA2C04090" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_logistical_transporter" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:advanced_logistical_transporter" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:elite_logistical_transporter" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:ultimate_logistical_transporter" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{atm9.quest.basic_logistics.title.logicaltrasporters}" + type: "item" + }] + x: 7.0d + y: -0.5d + } + { + dependencies: ["34CFE1439262AA72"] + description: [ + "{atm9.quest.basic_logistics.desc.thermconductors.1}" + "" + "{image:atm:textures/questpics/logistics/meka_conductor.png width:200 height:50 align:center}" + ] + icon_scale: 1.3d + id: "316B513FE568EF57" + rewards: [{ + count: 16 + id: "3E64DF44CA2F9908" + item: "mekanism:advanced_thermodynamic_conductor" + type: "item" + }] + size: 1.1d + subtitle: "{atm9.quest.basic_logistics.subt.thermconductors}" + tasks: [{ + id: "79E961F671475850" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_thermodynamic_conductor" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:advanced_thermodynamic_conductor" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:elite_thermodynamic_conductor" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "mekanism:ultimate_thermodynamic_conductor" + tag: { + Damage: 0 + } + } + ] + } + } + title: "{atm9.quest.basic_logistics.title.thermconductors}" + type: "item" + }] + x: 8.5d + y: -1.5d + } + { + dependencies: ["34CFE1439262AA72"] + description: [ + "{atm9.quest.basic_logistics.desc.pressurizedtubes.1}" + "" + "{image:atm:textures/questpics/logistics/meka_tube.png width:200 height:50 align:center}" + ] + icon_scale: 1.3d + id: "4BC2D7FCDD792DBA" + rewards: [{ + count: 16 + id: "3217F5BBC9DAF0EC" + item: "mekanism:advanced_pressurized_tube" + type: "item" + }] + size: 1.1d + subtitle: "{atm9.quest.basic_logistics.subt.pressurizedtubes}" + tasks: [{ + id: "62228D4E878D28AE" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "mekanism:basic_pressurized_tube" + } + { + Count: 1b + id: "mekanism:advanced_pressurized_tube" + } + { + Count: 1b + id: "mekanism:elite_pressurized_tube" + } + { + Count: 1b + id: "mekanism:ultimate_pressurized_tube" + } + ] + } + } + title: "{atm9.quest.basic_logistics.title.pressurizedtubes}" + type: "item" + }] + x: 7.5d + y: -1.5d + } + { + dependencies: ["6E05B62A40D5A891"] + description: ["{atm9.quest.basic_logistics.desc.logiccables.1}"] + icon_scale: 1.5d + id: "6112956E19017D2D" + rewards: [{ + count: 16 + id: "673E97D0F77771B4" + item: "integrateddynamics:cable" + type: "item" + }] + shape: "circle" + tasks: [{ + id: "5F7BDDC673BAA500" + item: "integrateddynamics:cable" + type: "item" + }] + x: 3.5d + y: 0.0d + } + { + description: ["{atm9.quest.basic_logistics.desc.logistics.1}"] + id: "6CD7D99AA102A5C3" + rewards: [{ + count: 2 + id: "5BC324F4449F0732" + item: "minecraft:chest" + type: "item" + }] + shape: "gear" + size: 2.0d + tasks: [{ + id: "48A30B08A090BD75" + item: { + Count: 1 + id: "itemfilters:tag" + tag: { + value: "forge:tools/wrench" + } + } + title: "{atm9.quest.basic_logistics.title.wrenches}" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.logistics}" + x: 4.5d + y: 3.0d + } + { + dependencies: ["6E05B62A40D5A891"] + description: ["{atm9.quest.basic_logistics.desc.variablecards.1}"] + id: "03C40D6A5D722543" + rewards: [{ + count: 4 + id: "112EF88F5897BC33" + item: "integrateddynamics:variable_transformer_input" + type: "item" + }] + shape: "rsquare" + size: 0.9d + tasks: [{ + id: "5789E685C4B54C1B" + item: "integrateddynamics:variable" + type: "item" + }] + x: 5.5d + y: 0.0d + } + { + dependencies: [ + "6112956E19017D2D" + "03C40D6A5D722543" + ] + description: [ + "{atm9.quest.basic_logistics.desc.itemimporter.1}" + "" + "{image:atm:textures/questpics/logistics/id_item.png width:200 height:50 align:center}" + ] + icon_scale: 1.5d + id: "6F152402756DA35E" + rewards: [ + { + count: 3 + id: "510F6E6940CEFB39" + item: "integratedtunnels:part_interface_item" + type: "item" + } + { + count: 3 + id: "47F3BA6276A2EA34" + item: "integratedtunnels:part_importer_item" + type: "item" + } + ] + size: 1.1d + tasks: [ + { + id: "6479D685217CC64D" + item: "integratedtunnels:part_importer_item" + type: "item" + } + { + id: "7A8D6779B7C6B99D" + item: "integratedtunnels:part_interface_item" + type: "item" + } + ] + title: "{atm9.quest.basic_logistics.title.itemimporter}" + x: 3.5d + y: -1.0d + } + { + dependencies: [ + "6112956E19017D2D" + "03C40D6A5D722543" + ] + description: [ + "{atm9.quest.basic_logistics.desc.fluidimporter.1}" + "" + "{image:atm:textures/questpics/logistics/id_fluid.png width:200 height:50 align:center}" + ] + icon_scale: 1.5d + id: "034F2CDF0830254B" + rewards: [ + { + count: 3 + id: "44416071DD70A203" + item: "integratedtunnels:part_interface_fluid" + type: "item" + } + { + count: 3 + id: "7F9CF03DD0B1E2D3" + item: "integratedtunnels:part_importer_fluid" + type: "item" + } + ] + size: 1.1d + tasks: [ + { + id: "38AB1D04DBB036B9" + item: "integratedtunnels:part_importer_fluid" + type: "item" + } + { + id: "1E13BEB52F3D087C" + item: "integratedtunnels:part_interface_fluid" + type: "item" + } + ] + title: "{atm9.quest.basic_logistics.title.fluidimporter}" + x: 4.5d + y: -1.0d + } + { + dependencies: [ + "6112956E19017D2D" + "03C40D6A5D722543" + ] + description: [ + "{atm9.quest.basic_logistics.desc.energyimporter.1}" + "" + "{image:atm:textures/questpics/logistics/id_energy.png width:200 height:50 align:center}" + ] + icon_scale: 1.5d + id: "76CECFB244F39F18" + rewards: [ + { + count: 3 + id: "47C5525DAF15361A" + item: "integratedtunnels:part_interface_energy" + type: "item" + } + { + count: 3 + id: "7792BBAEC038F0C6" + item: "integratedtunnels:part_importer_energy" + type: "item" + } + ] + size: 1.1d + tasks: [ + { + id: "4618703B49BDB077" + item: "integratedtunnels:part_importer_energy" + type: "item" + } + { + id: "11F2F4CB9E93471A" + item: "integratedtunnels:part_interface_energy" + type: "item" + } + ] + title: "{atm9.quest.basic_logistics.title.energyimporter}" + x: 5.5d + y: -1.0d + } + { + description: ["{atm9.quest.basic_logistics.desc.laserio.1}"] + id: "5F1218CF8EFC607B" + rewards: [{ + count: 4 + id: "7D27118147D79F00" + item: "laserio:logic_chip" + type: "item" + }] + shape: "octagon" + size: 1.5d + tasks: [{ + id: "652F3AA1A8877897" + item: "laserio:logic_chip" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.laserio}" + x: 4.5d + y: 6.5d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.laserwrench.1}"] + id: "7BC8F50A89A3BE1A" + rewards: [{ + id: "4665F92118ECF273" + item: "laserio:laser_node" + type: "item" + }] + shape: "pentagon" + size: 1.5d + tasks: [{ + id: "0D82B98F49ECDE84" + item: "laserio:laser_wrench" + type: "item" + }] + x: 4.5d + y: 5.0d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.lasernodes.1}"] + icon_scale: 2.0d + id: "5C0F6B1C93A52113" + rewards: [{ + id: "1CDCDE301AFE1521" + item: "laserio:laser_node" + type: "item" + }] + tasks: [{ + id: "132F43079A756548" + item: "laserio:laser_node" + type: "item" + }] + x: 3.0d + y: 6.5d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.basicfilter.1}"] + icon_scale: 1.5d + id: "47A2BEFB11F4D581" + rewards: [{ + count: 2 + id: "1D06FA229ABEDA31" + item: "laserio:logic_chip" + type: "item" + }] + shape: "square" + tasks: [{ + id: "1D0BCF8F310F9F31" + item: "laserio:filter_basic" + type: "item" + }] + x: 6.0d + y: 6.5d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.itemcards.1}"] + icon_scale: 1.5d + id: "4C41FD926F31180B" + rewards: [{ + count: 2 + id: "19AE8583E62E2168" + item: "laserio:card_item" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "3E4FC405FD55ED51" + item: "laserio:card_item" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.itemcards}" + x: 4.5d + y: 8.0d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.fluidcards.1}"] + icon_scale: 1.5d + id: "1C70D739CE464E25" + rewards: [{ + count: 2 + id: "48537D0800E28E28" + item: "laserio:card_fluid" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "65A892F50FB762AA" + item: "laserio:card_fluid" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.fluidcards}" + x: 3.5d + y: 8.0d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.energycards.1}"] + icon_scale: 1.5d + id: "52F85CED20C8B1E9" + rewards: [{ + count: 2 + id: "28B75342412D614B" + item: "laserio:card_energy" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "346CFB97F9BFCFC2" + item: "laserio:card_energy" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.energycards}" + x: 5.5d + y: 8.0d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.redstonecards.1}"] + icon_scale: 1.5d + id: "47768B1FFD57D56E" + rewards: [{ + count: 2 + id: "778135590CF0FE97" + item: "laserio:card_redstone" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "333634D36B6549F5" + item: "laserio:card_redstone" + type: "item" + }] + title: "{atm9.quest.basic_logistics.title.redstonecards}" + x: 6.5d + y: 8.0d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.cardholder.1}"] + id: "617695A9CA45D88F" + optional: true + rewards: [{ + count: 2 + id: "713279F21DD21446" + item: "laserio:logic_chip" + type: "item" + }] + tasks: [{ + id: "035E7A7567049C78" + item: "laserio:card_holder" + type: "item" + }] + x: 5.0d + y: 9.0d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.cardcloner.1}"] + id: "308935C85364B04D" + optional: true + rewards: [{ + count: 2 + id: "71AB05CB39E60E9B" + item: "laserio:logic_chip" + type: "item" + }] + shape: "hexagon" + tasks: [{ + id: "4637853BB5E04D77" + item: "laserio:card_cloner" + type: "item" + }] + x: 6.0d + y: 9.0d + } + { + dependencies: ["5C0F6B1C93A52113"] + description: ["{atm9.quest.basic_logistics.desc.connector.1}"] + icon_scale: 1.5d + id: "7EE27C3908008E20" + optional: true + rewards: [{ + id: "4839A441EAD03919" + item: "laserio:laser_connector" + type: "item" + }] + tasks: [{ + id: "09AA5520AC0CCC24" + item: "laserio:laser_connector" + type: "item" + }] + x: 2.0d + y: 6.5d + } + { + dependencies: ["47A2BEFB11F4D581"] + description: ["{atm9.quest.basic_logistics.desc.counter.1}"] + icon_scale: 1.5d + id: "06767BA0AFE8C1EE" + rewards: [{ + count: 2 + id: "7CD74A2417E9F801" + item: "laserio:logic_chip" + type: "item" + }] + shape: "square" + tasks: [{ + id: "298C94E654593532" + item: "laserio:filter_count" + type: "item" + }] + x: 7.0d + y: 6.5d + } + { + dependencies: ["47A2BEFB11F4D581"] + description: ["{atm9.quest.basic_logistics.desc.tags.1}"] + icon_scale: 1.5d + id: "3065EA195D0A36BA" + rewards: [{ + count: 2 + id: "018435A9D4B7DA05" + item: "laserio:logic_chip" + type: "item" + }] + shape: "square" + tasks: [{ + id: "0BF7D47F1BF18EA5" + item: "laserio:filter_tag" + type: "item" + }] + x: 8.0d + y: 6.5d + } + { + dependencies: ["47A2BEFB11F4D581"] + description: ["{atm9.quest.basic_logistics.desc.modfilter.1}"] + icon_scale: 1.5d + id: "2A6900E87DE8BAE0" + rewards: [{ + count: 2 + id: "36921E4FDCF84830" + item: "laserio:logic_chip" + type: "item" + }] + shape: "square" + tasks: [{ + id: "1D8C41C20C557A21" + item: "laserio:filter_mod" + type: "item" + }] + x: 6.5d + y: 5.5d + } + { + dependencies: ["47A2BEFB11F4D581"] + icon_scale: 1.5d + id: "374F5557ABAE8360" + rewards: [{ + count: 2 + id: "58A5CB2C9A6C6D9C" + item: "laserio:logic_chip" + type: "item" + }] + shape: "square" + tasks: [{ + id: "42082A9D79010A54" + item: "laserio:filter_nbt" + type: "item" + }] + x: 7.5d + y: 5.5d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.overclockercard.1}"] + id: "046C417B2ADF3AA7" + optional: true + rewards: [{ + count: 3 + id: "28A66D357ACC9E3E" + item: "laserio:overclocker_card" + type: "item" + }] + tasks: [{ + id: "5983560F1C762FAC" + item: "laserio:overclocker_card" + type: "item" + }] + x: 4.0d + y: 9.0d + } + { + dependencies: ["5F1218CF8EFC607B"] + description: ["{atm9.quest.basic_logistics.desc.overclockernode.1}"] + id: "0BB562FB44B0AAA7" + optional: true + rewards: [{ + count: 3 + id: "47DD8A893C7F9E35" + item: "laserio:overclocker_node" + type: "item" + }] + tasks: [{ + id: "6EF656AC41CC4D7E" + item: "laserio:overclocker_node" + type: "item" + }] + x: 3.0d + y: 9.0d + } + { + can_repeat: false + description: [ + "This Quest has been authored by &6AllTheMods Staff&r, or a &2Community contributor&r for use in AllTheMods Modpacks." + "As all &6AllTheMods&r packs are licensed under &eAll Rights Reserved&r, this Quest is not allowed to be used in any public packs not released by the &6AllTheMods Team&r, without explicit permission." + "" + "" + "" + "This quest is intentionally hidden, if you're seeing this, you're in editing mode." + ] + disable_toast: true + hide_details_until_startable: true + hide_until_deps_visible: true + icon: { + Count: 1 + id: "ftbquests:custom_icon" + tag: { + Icon: "minecraft:item/barrier" + } + } + id: "0C2FB631B750646A" + invisible: true + optional: true + shape: "octagon" + tasks: [ + { + disable_toast: true + id: "6AED5128FB4ACF75" + title: "Quests By AllTheMods" + type: "checkmark" + } + { + id: "0C7B081EDB19B519" + title: "Quests By AllTheMods" + type: "checkmark" + } + ] + x: 3.0d + y: 5.0d + } + ] + title: "{atm9.chapters.54.title}" +} diff --git a/config/ftbquests/quests/chapters/basic_power.snbt b/config/ftbquests/quests/chapters/basic_power.snbt index 4b7522b..ff9273b 100644 --- a/config/ftbquests/quests/chapters/basic_power.snbt +++ b/config/ftbquests/quests/chapters/basic_power.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -604,7 +601,7 @@ { dependencies: ["4EEAB467C722ECE7"] description: ["{atm9.quest.power.desc.betterpipez}"] - hide: true + hide_until_deps_visible: true id: "1409C17773B6A131" rewards: [ { @@ -940,8 +937,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -972,6 +969,3 @@ ] title: "{atm9.chapters.13.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/basic_tools.snbt b/config/ftbquests/quests/chapters/basic_tools.snbt index 7de7a8d..47fe875 100644 --- a/config/ftbquests/quests/chapters/basic_tools.snbt +++ b/config/ftbquests/quests/chapters/basic_tools.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { autofocus_id: "5151CDD8FCDE7A07" default_hide_dependency_lines: false @@ -1483,8 +1480,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1515,6 +1512,3 @@ ] title: "{atm9.chapters.52.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/blood_magic.snbt b/config/ftbquests/quests/chapters/blood_magic.snbt index 8273bad..69a3448 100644 --- a/config/ftbquests/quests/chapters/blood_magic.snbt +++ b/config/ftbquests/quests/chapters/blood_magic.snbt @@ -1,11 +1,9 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" filename: "blood_magic" group: "02FE661031A105D8" + icon: "bloodmagic:altar" id: "004F28C5C85F467B" images: [ { @@ -90,7 +88,7 @@ y: 10.0d } ] - order_index: 2 + order_index: 3 progression_mode: "flexible" quest_links: [ ] quests: [ @@ -131,9 +129,9 @@ shape: "gear" size: 1.5d tasks: [{ - id: "27529E8EA019A89A" - title: "{atm9.quest.bloodMagic.bloodMagic}" - type: "checkmark" + id: "2CF3D87AA30B0460" + item: "minecraft:raw_gold" + type: "item" }] title: "{atm9.quest.bloodMagic.welcomeToBloodMagic}" x: -30.5d @@ -1845,8 +1843,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1877,6 +1875,3 @@ ] title: "{atm9.chapters.40.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/botania.snbt b/config/ftbquests/quests/chapters/botania.snbt index 3fe9eb7..1f73aef 100644 --- a/config/ftbquests/quests/chapters/botania.snbt +++ b/config/ftbquests/quests/chapters/botania.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_min_width: 200 @@ -18,14 +15,14 @@ x: 24.0d y: 1.8d }] - order_index: 3 + order_index: 4 progression_mode: "flexible" quest_links: [ ] quests: [ { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "586AF33A5298B77D" rewards: [{ id: "63281A9275BE311F" @@ -42,8 +39,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "3A8286DF6F667F74" rewards: [{ id: "187D54D9F8554BFF" @@ -60,8 +57,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "520E3DAD6C87B989" rewards: [{ id: "34D6ADEBEA37C6C9" @@ -78,8 +75,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6B2A61833A05C56E" rewards: [{ id: "1604784A1ACC60E4" @@ -96,8 +93,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "573838380230C65D" rewards: [{ id: "3504F4736EEDF2C6" @@ -114,8 +111,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "3C16EB51FA4CA1D9" rewards: [{ id: "08B4BC73CBCACDC9" @@ -132,8 +129,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "5295793DD0FBEC3D" rewards: [{ id: "2E9165F4BEC99E2B" @@ -150,8 +147,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7C757F654BD74016" rewards: [{ id: "0269B8785074D081" @@ -168,8 +165,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "68CB1D1BAD343540" rewards: [{ id: "34F3AFC0C00CA4E7" @@ -186,8 +183,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7BFCD0822FC37F50" rewards: [{ id: "75BD2F537F37A95F" @@ -204,8 +201,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "196C47DDEEE313B4" rewards: [{ id: "701E439C1816BC84" @@ -222,8 +219,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6CA3A5E801C82C19" rewards: [{ id: "63E5B4F2FC93096F" @@ -240,8 +237,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "0B59E29219F4588C" rewards: [{ id: "168CC876146C3AB7" @@ -258,8 +255,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "781B75C63237C8E3" rewards: [{ id: "1153BCE864466F45" @@ -276,8 +273,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "28A1E86651472522" rewards: [{ id: "3D9818D12990102D" @@ -294,8 +291,8 @@ } { dependencies: ["13D401048A926A74"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "2AE020FE64D401F5" rewards: [{ id: "37DC08484A15D4D1" @@ -317,7 +314,7 @@ "" "{atm9.quest.botania.desc.pureDaisyFunction.1}" ] - hide: false + hide_until_deps_visible: false id: "4E02DC8A474A4A2F" rewards: [ { @@ -408,7 +405,7 @@ "" "{atm9.quest.botania.desc.manaPoolIntro.4}" ] - hide: false + hide_until_deps_visible: false id: "7A359C1F5E041C4F" min_width: 300 rewards: [ @@ -470,7 +467,7 @@ "" "{atm9.quest.botania.desc.manaInfusion.3}" ] - hide: false + hide_until_deps_visible: false id: "70C5A902C0D26628" rewards: [ { @@ -624,7 +621,7 @@ { dependencies: ["13D401048A926A74"] description: ["{atm9.quest.botania.desc.floralFertilizer}"] - hide: false + hide_until_deps_visible: false id: "371E5E1E435E41AA" rewards: [ { @@ -683,8 +680,8 @@ "" "{atm9.quest.botania.desc.manastarUse.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "0F9DABC15ED589CB" optional: true rewards: [{ @@ -703,8 +700,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "11671E9021F8FDDE" optional: true rewards: [{ @@ -723,8 +720,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "78D96736B0B7F12A" optional: true rewards: [{ @@ -743,8 +740,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6E7A4F653B0C1383" optional: true rewards: [{ @@ -770,8 +767,8 @@ "" "{image:atm:textures/questpics/botania/hydrosample.png width:150 height:125 align:1}" ] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false id: "5D4F9B54A54EEBD6" rewards: [ { @@ -803,8 +800,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "1CCB55703C1C3511" optional: true rewards: [{ @@ -823,8 +820,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7D5981F097FD4237" optional: true rewards: [{ @@ -843,8 +840,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "350C732A4A76C93F" optional: true rewards: [{ @@ -863,8 +860,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "2E70AA1EAFA36A82" optional: true rewards: [{ @@ -883,8 +880,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "4C19AD490502D252" optional: true rewards: [{ @@ -903,8 +900,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "4E5F2803B20A3E93" optional: true rewards: [{ @@ -923,8 +920,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "3E80563D8E4C5398" optional: true rewards: [{ @@ -943,8 +940,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "66B7E4451AC4EF70" optional: true rewards: [{ @@ -963,8 +960,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6E90B369F414EB45" optional: true rewards: [{ @@ -982,8 +979,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "136567EA7DC27DC7" optional: true rewards: [{ @@ -1002,8 +999,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7A35D3039E47E24D" optional: true rewards: [{ @@ -1021,8 +1018,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "46959DF790DA9312" optional: true rewards: [{ @@ -1040,8 +1037,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7BB2EE5D33229891" optional: true rewards: [{ @@ -1060,8 +1057,8 @@ { dependencies: ["7B3FAF5CA4DD217C"] dependency_requirement: "one_started" - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7D72A3EB294A658C" optional: true rewards: [{ @@ -1079,8 +1076,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "37B5FE0302A90F35" optional: true rewards: [{ @@ -1098,8 +1095,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "256DCEA4B27608E2" optional: true rewards: [{ @@ -1117,8 +1114,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "1025A352CF7131FD" optional: true rewards: [{ @@ -1136,8 +1133,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "18BD20B1D713FEBC" optional: true rewards: [{ @@ -1155,8 +1152,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "305EDB583A9380FC" optional: true rewards: [{ @@ -1174,8 +1171,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "79BC197AA5999EF7" optional: true rewards: [{ @@ -1193,8 +1190,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "3CA42D084CD48E4D" optional: true rewards: [{ @@ -1212,8 +1209,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7B6D9EDC4F06104C" optional: true rewards: [{ @@ -1231,8 +1228,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "474551E50F99D8AC" optional: true rewards: [{ @@ -1250,8 +1247,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "018B2BE3D7698107" optional: true rewards: [{ @@ -1269,8 +1266,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "334A0673FD07BF87" optional: true rewards: [{ @@ -1288,8 +1285,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "58B0D3B672042B20" optional: true rewards: [{ @@ -1307,8 +1304,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "00E5E6BCEB716581" optional: true rewards: [{ @@ -1326,8 +1323,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "067FDF87F4703205" optional: true rewards: [{ @@ -1345,8 +1342,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "0324A530DF0D9D11" optional: true rewards: [{ @@ -1364,8 +1361,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "473B72A0BC98A469" optional: true rewards: [{ @@ -1383,8 +1380,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "04606CC66363B7A2" optional: true rewards: [{ @@ -1402,8 +1399,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7A4335AEE81D23D8" optional: true rewards: [{ @@ -1421,8 +1418,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "5151959325E1F10B" optional: true rewards: [{ @@ -1440,8 +1437,8 @@ } { dependencies: ["7B3FAF5CA4DD217C"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "2E0BCC25FB030043" optional: true rewards: [{ @@ -1460,8 +1457,8 @@ { dependencies: ["7A359C1F5E041C4F"] description: ["{atm9.quest.botania.desc.blackLotus}"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "5E2AA5695D1F21D7" optional: true rewards: [{ @@ -1537,7 +1534,7 @@ "" "{atm9.quest.botania.desc.wandOfTheForestIntro.4}" ] - hide: false + hide_until_deps_visible: false id: "205BBDFBCA582E3B" rewards: [{ id: "2240BDE8F6BEE2D2" @@ -1866,7 +1863,7 @@ { dependencies: ["70C5A902C0D26628"] description: ["{atm9.quest.botania.desc.manasteelArmor}"] - hide: false + hide_until_deps_visible: false id: "64DB69F741EA5BEE" rewards: [ { @@ -2044,7 +2041,7 @@ { dependencies: ["23A2865FBE7831AB"] description: ["{atm9.quest.botania.desc.terrasteelArmor}"] - hide: false + hide_until_deps_visible: false id: "10F2044D080D6209" rewards: [ { @@ -2711,7 +2708,7 @@ "" "{atm9.quest.botania.desc.elementiumArmorFeatures.2}" ] - hide: false + hide_until_deps_visible: false id: "2F388BE777C43EB6" rewards: [ { @@ -2937,7 +2934,7 @@ { dependencies: ["0331107259F7B68C"] description: ["{atm9.quest.botania.desc.bestManaSpreader}"] - hide: false + hide_until_deps_visible: false id: "4E03AC9D56202353" rewards: [ { @@ -3005,7 +3002,7 @@ { dependencies: ["0331107259F7B68C"] description: ["{atm9.quest.botania.desc.moreGaiaSpiritsChallenge}"] - hide: false + hide_until_deps_visible: false id: "27CD17C4B3613171" rewards: [ { @@ -3166,7 +3163,7 @@ } { dependencies: ["50A2D68A83A50F47"] - hide: false + hide_until_deps_visible: false id: "4E7B1FF823C85AD6" optional: true rewards: [{ @@ -3184,7 +3181,7 @@ } { dependencies: ["50A2D68A83A50F47"] - hide: false + hide_until_deps_visible: false id: "0C56CB7815A1355C" optional: true rewards: [{ @@ -3213,7 +3210,7 @@ } { dependencies: ["50A2D68A83A50F47"] - hide: false + hide_until_deps_visible: false id: "1EE1EF4695A39876" optional: true rewards: [{ @@ -3231,7 +3228,7 @@ } { dependencies: ["50A2D68A83A50F47"] - hide: false + hide_until_deps_visible: false id: "6AFC5FE71A80913E" optional: true rewards: [{ @@ -3249,7 +3246,7 @@ } { dependencies: ["50A2D68A83A50F47"] - hide: false + hide_until_deps_visible: false id: "780B0A790C6AF9DB" optional: true rewards: [{ @@ -3267,7 +3264,7 @@ } { dependencies: ["50A2D68A83A50F47"] - hide: false + hide_until_deps_visible: false id: "16DE70DE2463A5DD" optional: true rewards: [{ @@ -3294,7 +3291,7 @@ "" "{atm9.quest.botania.desc.floraTypes.4}" ] - hide: false + hide_until_deps_visible: false id: "7B3FAF5CA4DD217C" min_width: 400 tasks: [{ @@ -4084,8 +4081,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -4116,6 +4113,3 @@ ] title: "{atm9.chapters.41.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/bounty_board.snbt b/config/ftbquests/quests/chapters/bounty_board.snbt index 85c37d5..0c360e3 100644 --- a/config/ftbquests/quests/chapters/bounty_board.snbt +++ b/config/ftbquests/quests/chapters/bounty_board.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -21,7 +18,7 @@ quest_links: [ ] quests: [ { - hide: false + hide_until_deps_visible: false id: "2B05A29C62676EB2" rewards: [ { @@ -51,7 +48,7 @@ } { dependencies: ["2B05A29C62676EB2"] - hide: true + hide_until_deps_visible: true id: "444ACE285311ECB4" rewards: [ { @@ -176,7 +173,7 @@ } { dependencies: ["42822B1E8A53D051"] - hide: true + hide_until_deps_visible: true id: "4748831E75A840BE" rewards: [ { @@ -301,7 +298,7 @@ } { dependencies: ["77FC692AC94D2EEF"] - hide: true + hide_until_deps_visible: true id: "65BBA5C0DAEEC31F" rewards: [ { @@ -636,7 +633,7 @@ } { dependencies: ["17F3AC15ADCFB175"] - hide: true + hide_until_deps_visible: true icon: "minecraft:ender_pearl" id: "2916F873A4DA84E8" rewards: [ @@ -757,7 +754,7 @@ } { dependencies: ["1F18B64C84C8809D"] - hide: true + hide_until_deps_visible: true id: "283CA6DB77D5D2EB" rewards: [ { @@ -883,7 +880,7 @@ } { dependencies: ["6141DE779232C8AA"] - hide: true + hide_until_deps_visible: true id: "4F48A4839B549C92" rewards: [ { @@ -1015,7 +1012,7 @@ } { dependencies: ["5AC497F76A086A5C"] - hide: true + hide_until_deps_visible: true icon: { Count: 1 id: "minecraft:potion" @@ -1178,7 +1175,7 @@ } { dependencies: ["3371F9248D403664"] - hide: true + hide_until_deps_visible: true id: "738E94C4CFB05D11" rewards: [ { @@ -1318,8 +1315,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1350,6 +1347,3 @@ ] title: "{atm9.chapters.3.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/cataclysm.snbt b/config/ftbquests/quests/chapters/cataclysm.snbt index 7ada865..418b43f 100644 --- a/config/ftbquests/quests/chapters/cataclysm.snbt +++ b/config/ftbquests/quests/chapters/cataclysm.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -1266,8 +1263,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1298,6 +1295,3 @@ ] title: "{atm9.chapters.47.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/chapter_2.snbt b/config/ftbquests/quests/chapters/chapter_2.snbt index 8dc032c..03b3d0d 100644 --- a/config/ftbquests/quests/chapters/chapter_2.snbt +++ b/config/ftbquests/quests/chapters/chapter_2.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -3155,8 +3152,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -3187,6 +3184,3 @@ ] title: "{atm9.chapters.6.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/create.snbt b/config/ftbquests/quests/chapters/create.snbt index a1dbad2..f61fe42 100644 --- a/config/ftbquests/quests/chapters/create.snbt +++ b/config/ftbquests/quests/chapters/create.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -846,8 +843,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -878,6 +875,3 @@ ] title: "{atm9.chapters.18.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/creative.snbt b/config/ftbquests/quests/chapters/creative.snbt index 25925d1..990262e 100644 --- a/config/ftbquests/quests/chapters/creative.snbt +++ b/config/ftbquests/quests/chapters/creative.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "hexagon" @@ -391,8 +388,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -423,6 +420,3 @@ ] title: "{atm9.chapters.7.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/draconic_evolution.snbt b/config/ftbquests/quests/chapters/draconic_evolution.snbt index 7a21c92..d69e998 100644 --- a/config/ftbquests/quests/chapters/draconic_evolution.snbt +++ b/config/ftbquests/quests/chapters/draconic_evolution.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -3853,8 +3850,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -3885,5 +3882,3 @@ ] title: "{atm9.chapters.56.title}" } -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/evilcraft.snbt b/config/ftbquests/quests/chapters/evilcraft.snbt index c089334..77a513d 100644 --- a/config/ftbquests/quests/chapters/evilcraft.snbt +++ b/config/ftbquests/quests/chapters/evilcraft.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -192,7 +189,7 @@ y: 9.8d } ] - order_index: 4 + order_index: 5 progression_mode: "flexible" quest_links: [ ] quests: [ @@ -2214,8 +2211,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2246,6 +2243,3 @@ ] title: "{atm9.chapters.42.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/extreme_reactors.snbt b/config/ftbquests/quests/chapters/extreme_reactors.snbt index 3652930..b1e2c20 100644 --- a/config/ftbquests/quests/chapters/extreme_reactors.snbt +++ b/config/ftbquests/quests/chapters/extreme_reactors.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -1706,8 +1703,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1738,6 +1735,3 @@ ] title: "{atm9.chapters.19.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/food_and_farming.snbt b/config/ftbquests/quests/chapters/food_and_farming.snbt index 1fa85af..1e29507 100644 --- a/config/ftbquests/quests/chapters/food_and_farming.snbt +++ b/config/ftbquests/quests/chapters/food_and_farming.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -1050,8 +1047,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1082,6 +1079,3 @@ ] title: "{atm9.chapters.15.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt b/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt index 7620bba..3c503fd 100644 --- a/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt +++ b/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -23,7 +20,7 @@ x: 9.5d y: 2.25d }] - order_index: 5 + order_index: 6 progression_mode: "flexible" quest_links: [ ] quests: [ @@ -374,8 +371,8 @@ "" "{atm9.quest.forbiddenAndArcanus.desc.endCityLootFeatures.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "709118898CF960BE" optional: true rewards: [{ @@ -456,8 +453,8 @@ } { dependencies: ["5523A71F1688EA88"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6780984A7CE63392" optional: true rewards: [{ @@ -477,8 +474,8 @@ } { dependencies: ["5523A71F1688EA88"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "371DF7589239CB78" optional: true rewards: [{ @@ -498,8 +495,8 @@ } { dependencies: ["5523A71F1688EA88"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6C832BFE4D07D897" optional: true rewards: [{ @@ -556,7 +553,7 @@ "" "{atm9.quest.forbiddenAndArcanus.desc.mortemArmorFeatures.2}" ] - hide: true + hide_until_deps_visible: true id: "5EFC63CF97D97AB5" rewards: [ { @@ -1597,8 +1594,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1629,6 +1626,3 @@ ] title: "{atm9.chapters.43.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/generators.snbt b/config/ftbquests/quests/chapters/generators.snbt new file mode 100644 index 0000000..9fc7b02 --- /dev/null +++ b/config/ftbquests/quests/chapters/generators.snbt @@ -0,0 +1,1450 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "square" + filename: "generators" + group: "2B51AC12041E3F89" + icon: "ironfurnaces:million_furnace" + id: "73180B829B960E63" + images: [ + { + height: 1.0d + image: "generatorgalore:block/copper_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: -4.0d + } + { + height: 1.0d + image: "generatorgalore:block/iron_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: -3.0d + } + { + height: 1.0d + image: "generatorgalore:block/diamond_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: -1.0d + } + { + height: 1.0d + image: "generatorgalore:block/gold_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: -2.0d + } + { + height: 1.0d + image: "generatorgalore:block/emerald_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: 0.0d + } + { + height: 1.0d + image: "generatorgalore:block/netherstar_generator_top_on" + rotation: 0.0d + width: 1.0d + x: 5.5d + y: -2.0d + } + { + height: 1.0d + image: "generatorgalore:block/culinary_generator_top_on" + rotation: 0.0d + width: 1.0d + x: 5.5d + y: -4.0d + } + { + height: 1.0d + image: "generatorgalore:block/enchantment_generator_top_on" + rotation: 0.0d + width: 1.0d + x: 5.5d + y: -3.0d + } + { + height: 1.0d + image: "generatorgalore:block/obsidian_generator_front" + rotation: 0.0d + width: 1.0d + x: 4.0d + y: 3.0d + } + { + height: 1.0d + image: "generatorgalore:block/netherstar_generator_front" + rotation: 0.0d + width: 1.0d + x: 5.0d + y: 3.0d + } + { + height: 1.0d + image: "generatorgalore:block/netherite_generator_front" + rotation: 0.0d + width: 1.0d + x: 6.0d + y: 3.0d + } + { + height: 1.0d + image: "generatorgalore:block/enchantment_generator_front" + rotation: 0.0d + width: 1.0d + x: 7.0d + y: 3.0d + } + { + height: 1.0d + image: "generatorgalore:block/magmatic_generator_front" + rotation: 0.0d + width: 1.0d + x: 8.0d + y: 3.0d + } + { + height: 1.0d + image: "generatorgalore:block/honey_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: 1.0d + } + { + height: 1.0d + image: "generatorgalore:block/halitosis_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: 3.0d + } + { + height: 1.0d + image: "generatorgalore:block/potion_generator_front" + rotation: 0.0d + width: 1.0d + x: 11.0d + y: 2.0d + } + { + height: 1.0d + image: "generatorgalore:block/culinary_generator_front" + rotation: 0.0d + width: 1.0d + x: 9.0d + y: 3.0d + } + { + height: 1.0d + image: "generatorgalore:block/ender_generator_front" + rotation: 0.0d + width: 1.0d + x: 10.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/copper_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -7.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/iron_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -6.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/gold_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -4.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/silver_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -5.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/diamond_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -3.0d + y: 3.0d + } + { + height: 1.0d + image: "atm:textures/questpics/generator/iron_furnaces.png" + rotation: 0.0d + width: 8.60759493670886d + x: -2.0d + y: -6.0d + } + { + height: 1.0d + image: "atm:textures/questpics/generator/generator_galore.png" + rotation: 0.0d + width: 11.10126582278481d + x: 9.0d + y: -6.0d + } + { + height: 1.0d + image: "ironfurnaces:block/iron_furnace_front_on_blast" + rotation: 0.0d + width: 1.0d + x: -8.0d + y: -3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/iron_furnace_front_on_smoke" + rotation: 0.0d + width: 1.0d + x: -5.0d + y: -3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/emerald_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -2.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/crystal_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -1.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/netherite_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: 1.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/obsidian_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: 0.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/million_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: 2.0d + y: 3.0d + } + { + height: 1.0d + image: "ironfurnaces:block/xmas_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: 1.0d + y: 2.0d + } + { + height: 1.0d + image: "ironfurnaces:block/spooky_furnace_front_on" + rotation: 0.0d + width: 1.0d + x: -1.0d + y: 2.0d + } + ] + order_index: 5 + quest_links: [ ] + quests: [ + { + dependencies: ["47750F3CB020104C"] + description: ["{atm9.quest.generators.desc.ironfurnaces.1}"] + id: "2748ACEAB96A5F60" + rewards: [ + { + id: "418B0AB5F7210588" + item: "ironfurnaces:upgrade_iron" + type: "item" + } + { + count: 2 + id: "219022A87535B7F2" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "3FA02C4DF722D831" + item: "ironfurnaces:iron_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.ironfurnaces}" + x: 0.0d + y: -4.0d + } + { + dependencies: [ + "2748ACEAB96A5F60" + "61847F47CCA225D9" + ] + dependency_requirement: "one_completed" + description: ["{atm9.quest.generators.desc.goldenfurnace}"] + id: "420FE84DEE12CCE0" + rewards: [ + { + id: "5F055AFC53D8DF42" + item: "ironfurnaces:upgrade_gold2" + type: "item" + } + { + id: "039B7D0DBE44C9B5" + item: "ironfurnaces:upgrade_gold" + type: "item" + } + { + count: 3 + id: "18C511833F579930" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "6F39535100663F77" + item: "ironfurnaces:gold_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.goldenfurnace}" + x: 2.0d + y: -2.0d + } + { + dependencies: ["420FE84DEE12CCE0"] + description: ["{atm9.quest.generators.desc.diamondfurnace.1}"] + id: "21EA29A8C7F950CE" + rewards: [ + { + id: "6926332F80711102" + item: "ironfurnaces:upgrade_diamond" + type: "item" + } + { + count: 4 + id: "3558BD6550270A38" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "077252C1A4175920" + item: "ironfurnaces:diamond_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.diamondfurnace}" + x: 2.0d + y: 0.0d + } + { + dependencies: ["21EA29A8C7F950CE"] + description: ["{atm9.quest.generators.desc.emeraldfurnace.1}"] + id: "711DDD55CEC439E5" + rewards: [ + { + id: "2EFFB4B2C0EB3B54" + item: "ironfurnaces:upgrade_emerald" + type: "item" + } + { + count: 5 + id: "480819591C235B49" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "6ECF5BA47D176D7D" + item: "ironfurnaces:emerald_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.emeraldfurnace}" + x: 0.0d + y: 0.0d + } + { + dependencies: [ + "2354BC5330350DF6" + "711DDD55CEC439E5" + ] + dependency_requirement: "one_completed" + description: ["{atm9.quest.generators.desc.obsidianfurnace.1}"] + id: "32C7D8AE859BF89E" + rewards: [ + { + id: "08C0ADB3F26DC561" + item: "ironfurnaces:upgrade_obsidian2" + type: "item" + } + { + id: "4B999B65E92B8A55" + item: "ironfurnaces:upgrade_obsidian" + type: "item" + } + { + count: 6 + id: "01C4CD03549D7346" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "694E0730B29BEF80" + item: "ironfurnaces:obsidian_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.obsidianfurnace}" + x: -2.0d + y: -2.0d + } + { + dependencies: ["21EA29A8C7F950CE"] + description: ["{atm9.quest.generators.desc.crystalfurnace.1}"] + id: "2354BC5330350DF6" + rewards: [ + { + id: "53A5D4B1905A19D3" + item: "ironfurnaces:upgrade_crystal" + type: "item" + } + { + count: 5 + id: "129D25BA46802634" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "26CE85F193784F9D" + item: "ironfurnaces:crystal_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.crystalfurnace}" + x: -2.0d + y: 0.0d + } + { + dependencies: ["47750F3CB020104C"] + description: ["{atm9.quest.generators.desc.copperfurnace.1}"] + id: "661C072E48F8D41F" + rewards: [ + { + id: "339B00F7AB29615F" + item: "ironfurnaces:upgrade_copper" + type: "item" + } + { + id: "12D0975D71B0EF2D" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "60B2B799FB293974" + item: "ironfurnaces:copper_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.copperfurnace}" + x: -2.0d + y: -4.0d + } + { + dependencies: [ + "661C072E48F8D41F" + "2748ACEAB96A5F60" + ] + dependency_requirement: "one_completed" + description: ["{atm9.quest.generators.desc.silverfurnace.1}"] + id: "61847F47CCA225D9" + rewards: [ + { + id: "1C9C045DFB87E87B" + item: "ironfurnaces:upgrade_silver" + type: "item" + } + { + id: "3795E50309E6A7A8" + item: "ironfurnaces:upgrade_iron2" + type: "item" + } + { + count: 2 + id: "43FE08956366F929" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "6828EEA56791555C" + item: "ironfurnaces:silver_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.silverfurnace}" + x: 2.0d + y: -4.0d + } + { + dependencies: [ + "0AD2B11565B484E7" + "7A615E2A152917AD" + ] + description: ["{atm9.quest.generators.desc.rainbowfurnace.1}"] + hide_dependency_lines: true + hide_details_until_startable: true + id: "2EE8FCB63A338BC4" + rewards: [ + { + count: 64 + id: "6138203D4B4405CC" + item: "minecraft:raw_iron" + type: "item" + } + { + id: "3881DC66FFD60D50" + type: "xp" + xp: 250 + } + ] + shape: "square" + tasks: [{ + id: "0B62A5DC9EB8E6CF" + item: { + Count: 1 + id: "ironfurnaces:million_furnace" + tag: { + "minecraft:custom_name": "{\"extra\":[{\"color\":\"aqua\",\"text\":\"R\"},{\"color\":\"blue\",\"text\":\"a\"},{\"color\":\"aqua\",\"text\":\"i\"},{\"color\":\"blue\",\"text\":\"n\"},{\"color\":\"red\",\"text\":\"b\"},{\"color\":\"yellow\",\"text\":\"o\"},{\"color\":\"blue\",\"text\":\"w\"},{\"color\":\"red\",\"text\":\" \"},{\"color\":\"light_purple\",\"text\":\"F\"},{\"color\":\"blue\",\"text\":\"u\"},{\"color\":\"red\",\"text\":\"r\"},{\"color\":\"yellow\",\"text\":\"n\"},{\"color\":\"yellow\",\"text\":\"a\"},{\"color\":\"red\",\"text\":\"c\"},{\"color\":\"yellow\",\"text\":\"e\"}],\"text\":\"\"}" + } + } + type: "item" + }] + title: "{atm9.quest.generators.title.rainbowfurnace}" + x: 0.0d + y: -1.0d + } + { + description: ["{atm9.quest.generators.desc.generatorintro.1}"] + hide_dependency_lines: true + hide_dependent_lines: true + id: "47750F3CB020104C" + rewards: [{ + count: 9 + id: "31CA66909C70BBD2" + item: "minecraft:copper_ore" + type: "item" + }] + shape: "gear" + size: 2.0d + tasks: [{ + id: "703D7D142BD7CEC9" + item: "minecraft:furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.generatorintro}" + x: 3.0d + y: -6.0d + } + { + dependencies: ["47750F3CB020104C"] + description: ["{atm9.quest.generators.desc.coppergenerator.1}"] + id: "618F1434757C8E69" + rewards: [ + { + id: "281190DEF2243DD7" + item: "minecraft:coal_block" + type: "item" + } + { + id: "0C403A8B09E31AD9" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "34B322D0103A702D" + item: "generatorgalore:copper_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.coppergenerator}" + x: 7.0d + y: -4.0d + } + { + dependencies: ["618F1434757C8E69"] + description: ["{atm9.quest.generators.desc.irongenerator.1}"] + id: "61F265D9A5713A4D" + rewards: [ + { + count: 2 + id: "5C57EA9A84FBE46D" + item: "minecraft:coal_block" + type: "item" + } + { + id: "309377FD8B11361C" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "0EB013018E702B1B" + item: "generatorgalore:iron_generator" + type: "item" + }] + x: 7.0d + y: -3.0d + } + { + dependencies: ["61F265D9A5713A4D"] + description: ["{atm9.quest.generators.desc.goldgenerator.1}"] + id: "25A3E30F722B38B6" + rewards: [ + { + count: 3 + id: "24B89F74A9E49299" + item: "minecraft:coal_block" + type: "item" + } + { + id: "68A59E639837C965" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "050D165BFB764088" + item: "generatorgalore:gold_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.goldgenerator}" + x: 7.0d + y: -2.0d + } + { + dependencies: ["25A3E30F722B38B6"] + description: ["{atm9.quest.generators.desc.culinarygenerator.1}"] + id: "1C73E60FC70408D4" + rewards: [ + { + count: 3 + id: "355848A001554BDC" + item: "minecraft:golden_apple" + type: "item" + } + { + id: "677FB9D0C66CAB98" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "3760CF6628449FEA" + item: "generatorgalore:culinary_generator" + type: "item" + }] + x: 8.0d + y: -2.0d + } + { + dependencies: ["25A3E30F722B38B6"] + description: ["{atm9.quest.generators.desc.diamondgenerator.1}"] + id: "28FEB4C11AD1AE7C" + rewards: [ + { + count: 4 + id: "651D74881934907F" + item: "minecraft:coal_block" + type: "item" + } + { + id: "63791AE7B455FBFA" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2BF8EAF6DC5D319B" + item: "generatorgalore:diamond_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.diamondgenerator}" + x: 7.0d + y: -1.0d + } + { + dependencies: ["28FEB4C11AD1AE7C"] + description: ["{atm9.quest.generators.desc.netheritegenerator.1}"] + id: "07BEB974DF1E5AD3" + rewards: [ + { + count: 5 + id: "5694BE118F5B1489" + item: "minecraft:coal_block" + type: "item" + } + { + id: "424633D45596C258" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "4F7772A5628CD409" + item: "generatorgalore:netherite_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.netheritegenerator}" + x: 6.0d + y: -1.0d + } + { + dependencies: ["28FEB4C11AD1AE7C"] + description: ["{atm9.quest.generators.desc.emeraldgenerator.1}"] + id: "076A648E3E3245C9" + rewards: [ + { + count: 5 + id: "35B5EC77C478110B" + item: "minecraft:coal_block" + type: "item" + } + { + id: "6F54D9620AA67712" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "498EED55AD10AC0B" + item: "generatorgalore:emerald_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.emeraldgenerator}" + x: 8.0d + y: -1.0d + } + { + dependencies: ["28FEB4C11AD1AE7C"] + description: ["{atm9.quest.generators.desc.obsidiangenerator.1}"] + id: "311F43D48B9C26FF" + rewards: [ + { + count: 5 + id: "7B85BD1152763EE7" + item: "minecraft:coal_block" + type: "item" + } + { + id: "2067A8119430B420" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2C5E1B693F30A58B" + item: "generatorgalore:obsidian_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.obsidiangenerator}" + x: 7.0d + y: 0.0d + } + { + dependencies: ["1C73E60FC70408D4"] + description: ["{atm9.quest.generators.desc.honeygenerator.1}"] + id: "68972BA647FDCF8F" + rewards: [ + { + count: 3 + id: "47A5B263CA06D9FF" + item: "minecraft:honey_block" + type: "item" + } + { + id: "07AC268739D434AF" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "39307952E4735E09" + item: "generatorgalore:honey_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.honeygenerator}" + x: 9.0d + y: -2.5d + } + { + dependencies: ["1C73E60FC70408D4"] + description: ["{atm9.quest.generators.desc.potiongenerator.1}"] + id: "7297391D026EE9A6" + rewards: [ + { + count: 9 + id: "32B38128B961D10B" + item: "minecraft:glass_bottle" + type: "item" + } + { + count: 9 + id: "7B0DEB7CEDC9CD13" + item: "minecraft:blaze_powder" + type: "item" + } + { + id: "6D84E7A15C904A1F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "749FA5DA6A42E764" + item: "generatorgalore:potion_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.potiongenerator}" + x: 9.0d + y: -1.5d + } + { + dependencies: ["311F43D48B9C26FF"] + description: ["{atm9.quest.generators.desc.enchantmentgenerator.1}"] + id: "6A1145678E80FB8E" + rewards: [ + { + count: 9 + id: "371F290F134C81B7" + item: "minecraft:lapis_lazuli" + type: "item" + } + { + count: 3 + id: "55684C973FE98D57" + item: "minecraft:book" + type: "item" + } + { + id: "3B8454C987C38D9A" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "24481F34C15FB282" + item: "generatorgalore:enchantment_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.enchantmentgenerator}" + x: 8.0d + y: 0.0d + } + { + dependencies: ["311F43D48B9C26FF"] + description: ["{atm9.quest.generators.desc.magmaticgenerator.1}"] + id: "552CA2ABE659A507" + rewards: [ + { + count: 3 + id: "7EDD1682F7E8AF7E" + item: "minecraft:lava_bucket" + type: "item" + } + { + id: "3B1E17BC02B8FA63" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "47F0D4C2445694CF" + item: "generatorgalore:magmatic_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.magmaticgenerator}" + x: 7.0d + y: 1.0d + } + { + dependencies: ["311F43D48B9C26FF"] + description: ["{atm9.quest.generators.desc.endergenerator.1}"] + id: "69201157ECFBB426" + rewards: [ + { + count: 16 + id: "5BE5511978950717" + item: "minecraft:ender_pearl" + type: "item" + } + { + id: "1C56F050FA69F6D2" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "0E0857E2248D657E" + item: "generatorgalore:ender_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.endergenerator}" + x: 6.0d + y: 0.0d + } + { + dependencies: ["07BEB974DF1E5AD3"] + description: ["{atm9.quest.generators.desc.netherstargenerator.1}"] + id: "1843C79133DFB024" + rewards: [ + { + count: 2 + id: "73709A450E84888B" + item: "minecraft:nether_star" + type: "item" + } + { + id: "44184FE9FB3AD22F" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "2A5900E766CEB417" + item: "generatorgalore:netherstar_generator" + type: "item" + }] + x: 5.0d + y: -1.0d + } + { + dependencies: ["69201157ECFBB426"] + description: ["{atm9.quest.generators.desc.halitosisgenerator.1}"] + id: "40DB6E3DE87F16EF" + rewards: [ + { + count: 20 + id: "218046278739D11D" + item: "minecraft:dragon_breath" + type: "item" + } + { + id: "495144629B63E497" + type: "xp" + xp: 100 + } + ] + tasks: [{ + id: "73CB2D4EE3ACEE1A" + item: "generatorgalore:halitosis_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.halitosisgenerator}" + x: 5.0d + y: 0.0d + } + { + dependencies: ["32C7D8AE859BF89E"] + description: ["{atm9.quest.generators.desc.netheritefurnace.1}"] + id: "79C4CF8D7312FC28" + rewards: [ + { + id: "7B10BDA090A6930E" + item: "ironfurnaces:upgrade_netherite" + type: "item" + } + { + count: 10 + id: "27891F5E409ADF76" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "7396676DE78C892F" + item: "ironfurnaces:netherite_furnace" + type: "item" + }] + title: "{atm9.quest.generators.title.netheritefurnace}" + x: -3.0d + y: -2.0d + } + { + id: "78D1C97A542133D8" + tasks: [{ + id: "1311C09169CA7055" + item: "minecraft:paper" + type: "item" + }] + x: -6.5d + y: -4.0d + } + { + dependencies: ["78D1C97A542133D8"] + description: ["{atm9.quest.generators.desc.augmentblasting.1}"] + icon_scale: 1.5d + id: "73FF01D830A669AA" + rewards: [{ + count: 10 + id: "27572EF014F455FB" + item: "minecraft:raw_iron" + type: "item" + }] + shape: "rsquare" + size: 1.0d + tasks: [{ + id: "20DE2F2B898D0005" + item: "ironfurnaces:augment_blasting" + type: "item" + }] + title: "{atm9.quest.generators.title.augmentblasting}" + x: -7.0d + y: -3.0d + } + { + dependencies: ["78D1C97A542133D8"] + description: ["{atm9.quest.generators.desc.augmentsmoking.1}"] + icon_scale: 1.5d + id: "33436ED0D9F128BD" + rewards: [{ + count: 10 + id: "353EBB30C94C8972" + item: "minecraft:beef" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "758315445FF03189" + item: "ironfurnaces:augment_smoking" + type: "item" + }] + title: "{atm9.quest.generators.title.augmentsmoking}" + x: -6.0d + y: -3.0d + } + { + dependencies: ["78D1C97A542133D8"] + description: ["{atm9.quest.generators.desc.augmentfactory.1}"] + icon_scale: 1.5d + id: "49F08DE190AAD0D8" + rewards: [{ + count: 13 + id: "1A2BB52A90D0F30D" + item: "minecraft:redstone" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "43956CC225D2571B" + item: "ironfurnaces:augment_factory" + type: "item" + }] + title: "{atm9.quest.generators.title.augmentfactory}" + x: -7.0d + y: -2.0d + } + { + dependencies: ["78D1C97A542133D8"] + description: ["{atm9.quest.generators.desc.augmentgenerator.1}"] + icon_scale: 1.5d + id: "07753C5D94312A50" + rewards: [{ + id: "0AEB3EC2C0B283BE" + item: "minecraft:coal_block" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "4C75C05EDFA9A697" + item: "ironfurnaces:augment_generator" + type: "item" + }] + title: "{atm9.quest.generators.title.augmentgenerator}" + x: -6.0d + y: -2.0d + } + { + dependencies: ["78D1C97A542133D8"] + description: ["{atm9.quest.generators.desc.augmentspeed.1}"] + icon_scale: 1.5d + id: "7F67849DE9F700D8" + rewards: [{ + count: 3 + id: "01998AFE3AFC0D37" + item: "minecraft:coal_block" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "4E8DC26DF9905F9C" + item: "ironfurnaces:augment_speed" + type: "item" + }] + title: "{atm9.quest.generators.title.augmentspeed}" + x: -7.0d + y: -1.0d + } + { + dependencies: ["78D1C97A542133D8"] + description: ["{atm9.quest.generators.desc.augmentfuel.1}"] + icon_scale: 1.5d + id: "538821E23E39BE97" + rewards: [{ + count: 3 + id: "5A5AD0264B49A339" + item: "minecraft:coal_block" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "121305057D3E8015" + item: "ironfurnaces:augment_fuel" + type: "item" + }] + title: "{atm9.quest.generators.title.augmentfuel}" + x: -6.0d + y: -1.0d + } + { + description: ["{atm9.quest.generators.desc.halloween.1}"] + id: "686B25F2E9D8CC97" + rewards: [{ + id: "2F6385518AC2519D" + item: { + Count: 1 + id: "minecraft:jack_o_lantern" + tag: { + "minecraft:custom_name": "\"Spooky Pumpkin\"" + } + } + type: "item" + }] + tasks: [{ + id: "1C9D63BCE843C437" + item: "ironfurnaces:item_spooky" + type: "item" + }] + title: "{atm9.quest.generators.title.halloween}" + x: -1.0d + y: 1.0d + } + { + description: ["{atm9.quest.generators.desc.christmas.1}"] + id: "553220A2CD7CAFE4" + rewards: [{ + id: "24C4930CF7FE42C9" + item: { + Count: 1 + id: "minecraft:spruce_sapling" + tag: { + "minecraft:custom_name": "\"Christmas Tree Sapling\"" + } + } + type: "item" + }] + tasks: [{ + id: "5EE98EB3DC0E291F" + item: "ironfurnaces:item_xmas" + type: "item" + }] + title: "{atm9.quest.generators.title.christmas}" + x: 1.0d + y: 1.0d + } + { + description: ["{atm9.quest.generators.desc.wirelessheat.1}"] + id: "20EC8001A05CE2C8" + rewards: [{ + id: "5A8FFF85B18A2973" + item: { + Count: 1 + id: "mekanism:basic_energy_cube" + tag: { + "mekanism:energy": { + energy_containers: [L;4000000L] + } + } + } + type: "item" + }] + tasks: [ + { + id: "45C945406D8C21A7" + item: "ironfurnaces:heater" + type: "item" + } + { + id: "48E37342F58C067C" + item: "ironfurnaces:item_heater" + type: "item" + } + ] + x: -6.5d + y: 0.0d + } + { + dependencies: ["79C4CF8D7312FC28"] + description: ["{atm9.quest.generators.desc.rainbowcore.1}"] + hide_details_until_startable: true + id: "7A615E2A152917AD" + rewards: [ + { + id: "6CC7A041EA0C54D0" + item: "ironfurnaces:netherite_furnace" + type: "item" + } + { + count: 10 + id: "3D7DDCD98D6C43C1" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + id: "2CC59DECF8DCA48E" + item: "ironfurnaces:rainbow_core" + type: "item" + }] + title: "{atm9.quest.generators.title.rainbowcore}" + x: -3.0d + y: -1.0d + } + { + dependencies: [ + "420FE84DEE12CCE0" + "2354BC5330350DF6" + "661C072E48F8D41F" + "21EA29A8C7F950CE" + "2748ACEAB96A5F60" + "61847F47CCA225D9" + "711DDD55CEC439E5" + "32C7D8AE859BF89E" + ] + description: ["{atm9.quest.generators.desc.rainbowplating.1}"] + hide_dependency_lines: true + hide_details_until_startable: true + id: "0AD2B11565B484E7" + rewards: [ + { + id: "1CBB74563FE53945" + item: "ironfurnaces:crystal_furnace" + type: "item" + } + { + count: 10 + id: "70394D13CDA72AEF" + item: "minecraft:coal_block" + type: "item" + } + ] + shape: "square" + tasks: [{ + count: 8L + id: "1364DC251AC7325A" + item: "ironfurnaces:rainbow_plating" + type: "item" + }] + title: "{atm9.quest.generators.title.rainbowplating}" + x: -3.0d + y: -3.0d + } + { + dependencies: ["2EE8FCB63A338BC4"] + description: ["{atm9.quest.generators.desc.rainbowcoal.1}"] + hide_details_until_startable: true + id: "062AA943A1629A86" + rewards: [{ + id: "0F0256EEA6AAF81A" + type: "xp" + xp: 500 + }] + tasks: [{ + id: "7074C679F7E9CC65" + item: "ironfurnaces:rainbow_coal" + type: "item" + }] + title: "{atm9.quest.generators.title.rainbowcoal}" + x: 0.0d + y: -3.0d + } + { + description: ["{atm9.quest.generators.desc.configuration.1}"] + id: "757B14D08A9A03C4" + rewards: [{ + count: 3 + id: "322E4627F7EE7DC6" + item: "minecraft:coal_block" + type: "item" + }] + tasks: [{ + id: "087F1F4ABAEABEE3" + item: "ironfurnaces:item_copy" + type: "item" + }] + title: "{atm9.quest.generators.title.configuration}" + x: -5.0d + y: -2.0d + } + { + dependencies: [ + "420FE84DEE12CCE0" + "2354BC5330350DF6" + "21EA29A8C7F950CE" + "661C072E48F8D41F" + "61847F47CCA225D9" + "2748ACEAB96A5F60" + "2EE8FCB63A338BC4" + "711DDD55CEC439E5" + "32C7D8AE859BF89E" + ] + description: ["{atm9.quest.generators.desc.rainbowgenerator.1}"] + hide_dependency_lines: true + id: "0ADBE90B33ACC9FB" + rewards: [ + { + count: 27 + id: "5623C6D98BDF087C" + item: "minecraft:coal_block" + type: "item" + } + { + id: "44D1D936001C770E" + type: "xp" + xp: 1000 + } + ] + tasks: [ + { + id: "1E571965015CB5C6" + item: "ironfurnaces:million_furnace" + type: "item" + } + { + id: "76F4E8E39E65DE8E" + item: "ironfurnaces:copper_furnace" + type: "item" + } + { + id: "609F73623D8C1115" + item: "ironfurnaces:iron_furnace" + type: "item" + } + { + id: "3309793C433ED961" + item: "ironfurnaces:silver_furnace" + type: "item" + } + { + id: "5591ADC1C86DF4C9" + item: "ironfurnaces:gold_furnace" + type: "item" + } + { + id: "3C67BBF2E866071D" + item: "ironfurnaces:diamond_furnace" + type: "item" + } + { + id: "1FEA3210D56357D3" + item: "ironfurnaces:emerald_furnace" + type: "item" + } + { + id: "19CB7D9D615F95B7" + item: "ironfurnaces:crystal_furnace" + type: "item" + } + { + id: "6C031CF27E690421" + item: "ironfurnaces:obsidian_furnace" + type: "item" + } + ] + title: "{atm9.quest.generators.title.rainbowgenerator}" + x: 0.0d + y: -2.0d + } + { + can_repeat: false + description: [ + "This Quest has been authored by &6AllTheMods Staff&r, or a &2Community contributor&r for use in AllTheMods Modpacks." + "As all &6AllTheMods&r packs are licensed under &eAll Rights Reserved&r, this Quest is not allowed to be used in any public packs not released by the &6AllTheMods Team&r, without explicit permission." + "" + "" + "" + "This quest is intentionally hidden, if you're seeing this, you're in editing mode." + ] + disable_toast: true + hide_details_until_startable: true + hide_until_deps_visible: true + icon: { + Count: 1 + id: "ftbquests:custom_icon" + tag: { + Icon: "minecraft:item/barrier" + } + } + id: "3C056BB1EA08B85A" + invisible: true + optional: true + shape: "octagon" + tasks: [ + { + disable_toast: true + id: "1250A409C17F7F7C" + title: "Quests By AllTheMods" + type: "checkmark" + } + { + id: "24D94D6FD4DEDF41" + title: "Quests By AllTheMods" + type: "checkmark" + } + ] + x: 3.0d + y: -7.5d + } + ] + title: "{atm9.chapters.58.title}" +} diff --git a/config/ftbquests/quests/chapters/hostile_neural_networks.snbt b/config/ftbquests/quests/chapters/hostile_neural_networks.snbt index 1eeaaee..b0e21a2 100644 --- a/config/ftbquests/quests/chapters/hostile_neural_networks.snbt +++ b/config/ftbquests/quests/chapters/hostile_neural_networks.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: true default_quest_shape: "square" @@ -62,14 +59,13 @@ title: "{atm9.quest.hostile.welcome}" type: "checkmark" }] - title: "{atm9.quest.hostile.welcome}" x: -2.5d y: -0.5d } { dependencies: ["37EBB8E0D6E5F821"] description: ["{atm9.quest.hostile.desc.learn}"] - hide: false + hide_until_deps_visible: false id: "3E3CBDCEAB0FF28F" rewards: [ { @@ -98,7 +94,7 @@ { dependencies: ["37EBB8E0D6E5F821"] description: ["{atm9.quest.hostile.desc.modeling}"] - hide: false + hide_until_deps_visible: false id: "58C2ABED43B2EA61" rewards: [ { @@ -130,8 +126,8 @@ "58C2ABED43B2EA61" ] description: ["{atm9.quest.hostile.desc.simulator}"] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false id: "104EBBC08B4733F5" min_width: 300 rewards: [{ @@ -155,8 +151,8 @@ "3E3CBDCEAB0FF28F" ] description: ["{atm9.quest.hostile.desc.data}"] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false icon: { Count: 1 id: "hostilenetworks:data_model" @@ -178,7 +174,6 @@ title: "{atm9.quest.hostile.data}" type: "checkmark" }] - title: "{atm9.quest.hostile.data}" x: -2.5d y: 1.5d } @@ -229,7 +224,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "49A92EEA6A14622F" optional: true rewards: [{ @@ -256,7 +251,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "1F0EF605CC6E5E40" optional: true rewards: [{ @@ -283,7 +278,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "245D83BA9D00AFF8" optional: true rewards: [{ @@ -310,7 +305,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "1E985ADC4067A107" optional: true rewards: [{ @@ -337,7 +332,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "5DF8A07DED732B8B" optional: true rewards: [{ @@ -364,7 +359,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "3B85E2D0774F53CA" optional: true rewards: [{ @@ -391,7 +386,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "7352BB6533AE6E75" optional: true rewards: [{ @@ -418,7 +413,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "68153B68FA878DAE" optional: true rewards: [{ @@ -445,7 +440,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "354E0774523B374F" optional: true rewards: [{ @@ -472,7 +467,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "7EBBEB504C38898A" optional: true rewards: [{ @@ -499,7 +494,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "3F8E733CBA5DD26D" optional: true rewards: [{ @@ -526,7 +521,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "1B0F2AEB913BD3D1" rewards: [{ id: "6116DDC78DDCEDB7" @@ -552,7 +547,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "6BF7C7ADF1B80ACB" optional: true rewards: [{ @@ -579,7 +574,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "228AEC85F5348ED2" optional: true rewards: [{ @@ -606,7 +601,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "7948AF9B8C40B17D" optional: true rewards: [{ @@ -633,7 +628,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "05123E63B51561FF" optional: true rewards: [{ @@ -660,7 +655,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "25486FC0ED7133D9" optional: true rewards: [{ @@ -687,7 +682,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "20CB60F162DDB01B" optional: true rewards: [{ @@ -714,7 +709,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "4FDE0E4C6413EC7D" optional: true rewards: [{ @@ -741,7 +736,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "40EE3BBCF238942D" optional: true rewards: [{ @@ -768,7 +763,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "2F6F888610373E21" optional: true rewards: [{ @@ -795,7 +790,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "5AE5D2F42A75FEB1" optional: true rewards: [{ @@ -822,7 +817,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "78EE970AE4954E64" rewards: [{ id: "453D23C546A0405F" @@ -848,7 +843,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "6CCDF28A50BEA391" optional: true rewards: [{ @@ -875,7 +870,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "1FD43610960E3450" optional: true rewards: [{ @@ -902,7 +897,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "0E91D8CF933586DF" optional: true rewards: [{ @@ -929,7 +924,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "1C77C432FDB7A867" optional: true rewards: [{ @@ -956,7 +951,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "552CE591220ECD68" optional: true rewards: [{ @@ -983,7 +978,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "4AAEAC854FC8DB3A" optional: true rewards: [{ @@ -1010,7 +1005,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "24157BFA5B85DCBA" rewards: [{ id: "511D2EB668CFFC24" @@ -1036,7 +1031,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "4A26233C179D02C4" optional: true rewards: [{ @@ -1063,7 +1058,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "61F1ADF55C49872D" optional: true rewards: [{ @@ -1090,7 +1085,7 @@ } { dependencies: ["14B3542ECB59869C"] - hide: false + hide_until_deps_visible: false id: "12172C1449296E06" optional: true rewards: [{ @@ -1920,8 +1915,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1952,6 +1947,3 @@ ] title: "{atm9.chapters.50.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/industrial_foregoing.snbt b/config/ftbquests/quests/chapters/industrial_foregoing.snbt index 8fd7a59..010a93b 100644 --- a/config/ftbquests/quests/chapters/industrial_foregoing.snbt +++ b/config/ftbquests/quests/chapters/industrial_foregoing.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -1983,8 +1980,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2015,6 +2012,3 @@ ] title: "{atm9.chapters.20.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/iron_spells_and_spellbooks.snbt b/config/ftbquests/quests/chapters/iron_spells_and_spellbooks.snbt new file mode 100644 index 0000000..03f1a8f --- /dev/null +++ b/config/ftbquests/quests/chapters/iron_spells_and_spellbooks.snbt @@ -0,0 +1,2319 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "iron_spells_and_spellbooks" + group: "02FE661031A105D8" + icon: "irons_spellbooks:scroll" + id: "76DF5FAA7961E5E7" + images: [ + { + height: 3.0d + image: "atm:textures/questpics/iron_spells/spells_title.png" + rotation: 0.0d + width: 9.38265306122449d + x: 3.5d + y: -1.5d + } + { + height: 3.0d + hover: ["Pyromancer"] + image: "atm:textures/questpics/iron_spells/spells_pyromancer.png" + rotation: 0.0d + width: 1.5506216696269983d + x: 5.5d + y: 1.5d + } + { + height: 3.0d + hover: ["Cryomancer"] + image: "atm:textures/questpics/iron_spells/spells_cryomancer.png" + rotation: 0.0d + width: 1.738703339882122d + x: 0.5d + y: 1.5d + } + { + height: 3.0d + hover: ["Inscription Table"] + image: "atm:textures/questpics/iron_spells/spells_table.png" + rotation: 0.0d + width: 5.4288407163053725d + x: -6.5d + y: 0.5d + } + { + height: 2.0d + hover: ["Alchemist Cauldron"] + image: "atm:textures/questpics/iron_spells/spells_cauldron.png" + rotation: 0.0d + width: 2.106776180698152d + x: -8.5d + y: 3.0d + } + { + height: 2.0d + hover: ["Arcane Anvil"] + image: "atm:textures/questpics/iron_spells/spells_anvil.png" + rotation: 0.0d + width: 1.9232409381663114d + x: -6.5d + y: 3.0d + } + { + height: 2.0d + hover: ["Scroll Forge"] + image: "atm:textures/questpics/iron_spells/spells_scroll.png" + rotation: 0.0d + width: 2.3376623376623376d + x: -4.5d + y: 3.0d + } + { + height: 4.0d + hover: ["The Dead King"] + image: "atm:textures/questpics/iron_spells/spells_king.png" + rotation: 0.0d + width: 2.3363914373088686d + x: 12.0d + y: 6.0d + } + { + height: 3.0d + hover: ["Necromancer"] + image: "atm:textures/questpics/iron_spells/spells_necromancer.png" + rotation: 0.0d + width: 1.7410714285714288d + x: 16.0d + y: 6.5d + } + { + height: 3.0d + hover: ["Ancient Knight"] + image: "atm:textures/questpics/iron_spells/spells_knight.png" + rotation: 0.0d + width: 2.070567986230637d + x: 14.0d + y: 6.5d + } + { + height: 2.5d + hover: ["Mountain Tower"] + image: "atm:textures/questpics/iron_spells/spells_mountaintower.png" + rotation: 0.0d + width: 4.444444444444445d + x: -0.5d + y: -4.5d + } + { + height: 2.5d + hover: ["Pyromancer Tower"] + image: "atm:textures/questpics/iron_spells/spells_pyromancertower.png" + rotation: 0.0d + width: 4.444444444444445d + x: 6.5d + y: -4.5d + } + { + height: 2.5d + hover: ["Mangrove Hut"] + image: "atm:textures/questpics/iron_spells/spells_magrovehut.png" + rotation: 0.0d + width: 4.444444444444445d + x: 10.5d + y: -4.5d + } + { + height: 2.5d + hover: ["Evoker Fort"] + image: "atm:textures/questpics/iron_spells/spells_evokerfort.png" + rotation: 0.0d + width: 4.444444444444445d + x: -4.5d + y: -4.5d + } + ] + order_index: 7 + quest_links: [ ] + quests: [ + { + description: ["{atm9.quest.ironSpellbooks.desc.intro.1}"] + hide_dependent_lines: true + id: "615C3E012B2DECD3" + rewards: [{ + count: 3 + id: "231B5B9731B07E53" + item: "minecraft:paper" + type: "item" + }] + shape: "square" + tasks: [{ + id: "6502D0124314BF25" + item: "minecraft:paper" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.intro}" + x: 7.0d + y: -6.5d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.netheritespellbook.1}"] + id: "7408CCF998D9CD37" + rewards: [{ + id: "4A55C808BAC88ECE" + item: "irons_spellbooks:legendary_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "6F0B2D8E0F4A8F27" + item: { + Count: 1 + id: "irons_spellbooks:netherite_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 12 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.netheritespellbook}" + x: 2.0d + y: -7.0d + } + { + dependencies: ["7408CCF998D9CD37"] + description: ["{atm9.quest.ironSpellbooks.desc.atmspellbook.1}"] + id: "445C21949ADA1FE3" + rewards: [{ + id: "5016E225DFFE4510" + item: "allthemodium:allthemodium_upgrade_smithing_template" + type: "item" + }] + shape: "square" + tasks: [{ + id: "12B17D5093655F19" + item: { + Count: 1 + id: "allthewizardgear:allthemodium_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 13 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.atmspellbook}" + x: 1.0d + y: -6.5d + } + { + dependencies: ["445C21949ADA1FE3"] + description: ["{atm9.quest.ironSpellbooks.desc.vibraniumspellbook.1}"] + id: "3DCD38634176BD92" + rewards: [{ + id: "7799ADC405111DE6" + item: "allthemodium:vibranium_upgrade_smithing_template" + type: "item" + }] + shape: "square" + tasks: [{ + id: "6BA92364768B8CD4" + item: { + Count: 1 + id: "allthewizardgear:vibranium_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 14 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.vibraniumspellbook}" + x: 0.0d + y: -6.5d + } + { + dependencies: ["3DCD38634176BD92"] + description: ["{atm9.quest.ironSpellbooks.desc.unobtainiumspellbook.1}"] + id: "27CF1A2587321A2C" + rewards: [{ + id: "7A6B5A61207C8054" + item: "allthemodium:unobtainium_upgrade_smithing_template" + type: "item" + }] + shape: "square" + tasks: [{ + id: "7DDFBD15D58978B9" + item: { + Count: 1 + id: "allthewizardgear:unobtainium_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 15 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.unobtainiumspellbook}" + x: -1.0d + y: -6.5d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.copperspellbook.1}"] + id: "67A587F4BAD76C70" + rewards: [{ + id: "0181CA7B3448C53C" + item: "irons_spellbooks:common_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "6077B2E430D01066" + item: { + Count: 1 + id: "irons_spellbooks:copper_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 5 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.copperspellbook}" + x: 6.0d + y: -6.5d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.ironspellbook.1}"] + id: "6CE7115DA2B23776" + rewards: [{ + id: "4B016E7BB94B93F9" + item: "irons_spellbooks:uncommon_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "34EBDAAB54DEC7D7" + item: { + Count: 1 + id: "irons_spellbooks:iron_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 6 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.ironspellbook}" + x: 5.0d + y: -6.5d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.goldspellbook.1}"] + id: "66762A4743104157" + rewards: [{ + id: "7CF77C5B3E6D55F7" + item: "irons_spellbooks:rare_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "4A1F6C4CC2624031" + item: { + Count: 1 + id: "irons_spellbooks:gold_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 8 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.goldspellbook}" + x: 4.0d + y: -6.0d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.diamondspellbook.1}"] + id: "4407BD7B5F033765" + rewards: [{ + id: "17E703890863C286" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "7040BF1C496C2185" + item: { + Count: 1 + id: "irons_spellbooks:diamond_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 10 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.diamondspellbook}" + x: 3.0d + y: -7.0d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.rottenspellbook.1}"] + hide_dependent_lines: true + id: "1CAEC4C273EDDB99" + rewards: [{ + id: "7BA21F76F1D1563F" + item: "irons_spellbooks:rare_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "463614EE1B9E0590" + item: { + Count: 1 + id: "irons_spellbooks:rotten_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 8 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.rottenspellbook}" + x: 4.0d + y: -7.0d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.evokerspellbook.1}"] + id: "4E3355FDCB65BB63" + rewards: [{ + id: "158AAA21F5E6260C" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "2C2307F605F18979" + item: { + Count: 1 + id: "irons_spellbooks:evoker_spell_book" + tag: { + ISB_Spells: { + data: [ + { + id: "irons_spellbooks:fang_strike" + index: 0 + level: 6 + locked: 1b + } + { + id: "irons_spellbooks:fang_ward" + index: 1 + level: 4 + locked: 1b + } + { + id: "irons_spellbooks:summon_vex" + index: 2 + level: 4 + locked: 1b + } + ] + maxSpells: 10 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.evokerspellbook}" + x: 3.0d + y: -8.0d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.necronomiconspellbook.1}"] + id: "48C68664319B0294" + rewards: [{ + id: "3980F859732CFA37" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "63FB8946440CCEDB" + item: { + Count: 1 + id: "irons_spellbooks:necronomicon_spell_book" + tag: { + ISB_Spells: { + data: [ + { + id: "irons_spellbooks:blood_slash" + index: 0 + level: 5 + locked: 1b + } + { + id: "irons_spellbooks:blood_step" + index: 1 + level: 5 + locked: 1b + } + { + id: "irons_spellbooks:ray_of_siphoning" + index: 2 + level: 5 + locked: 1b + } + { + id: "irons_spellbooks:blaze_storm" + index: 3 + level: 5 + locked: 1b + } + ] + maxSpells: 10 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.necronomiconspellbook}" + x: 3.0d + y: -6.0d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.blazespellbook.1}"] + id: "1A0368CB49B8CBFF" + rewards: [{ + id: "017C87162F328470" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "093FE39726FF986E" + item: { + Count: 1 + id: "irons_spellbooks:blaze_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 10 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.blazespellbook}" + x: 3.0d + y: -9.0d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.villagerspellbook.1}"] + id: "73D6B980D35082A0" + rewards: [{ + id: "3BA65ACBDE632A92" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "0C83BA739BAA08DA" + item: { + Count: 1 + id: "irons_spellbooks:villager_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 10 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.villagerspellbook}" + x: 3.0d + y: -5.0d + } + { + dependencies: ["1CAEC4C273EDDB99"] + description: ["{atm9.quest.ironSpellbooks.desc.druidicspellbook.1}"] + id: "78AA7BFABBFB9973" + rewards: [{ + id: "35475D285361ED90" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "3861A10D8E2EF77B" + item: { + Count: 1 + id: "irons_spellbooks:druidic_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 10 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.druidicspellbook}" + x: 3.0d + y: -4.0d + } + { + dependencies: ["615C3E012B2DECD3"] + description: ["{atm9.quest.ironSpellbooks.desc.dragonskinspellbook.1}"] + id: "652A14E17DDE97E6" + rewards: [{ + id: "7BB7AECDA4A62E3D" + item: "irons_spellbooks:legendary_ink" + type: "item" + }] + shape: "square" + tasks: [{ + id: "5D6DCB8FCAC5B1C6" + item: { + Count: 1 + id: "irons_spellbooks:dragonskin_spell_book" + tag: { + ISB_Spells: { + data: [ ] + maxSpells: 12 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.dragonskinspellbook}" + x: 2.0d + y: -6.0d + } + { + description: [ + "{atm9.quest.ironSpellbooks.desc.inscriptiontable.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_table_gui.png width:150 height:100 align:center}" + ] + id: "2A787B99A8B0C767" + rewards: [{ + count: 3 + id: "70AB901751BE0F43" + item: "minecraft:paper" + type: "item" + }] + shape: "diamond" + size: 1.5d + tasks: [{ + id: "6EAC7D1EB04B2686" + item: "irons_spellbooks:inscription_table" + type: "item" + }] + x: -2.75d + y: 0.5d + } + { + description: [ + "{atm9.quest.ironSpellbooks.desc.arcaneanvil.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_anvil_gui.png width:100 height:100 align:center}" + ] + id: "551A4916F032ACCF" + rewards: [{ + count: 3 + id: "12BF12853B302708" + item: "irons_spellbooks:upgrade_orb" + type: "item" + }] + shape: "diamond" + size: 1.5d + tasks: [{ + id: "7A0BAF69F0AEE0AE" + item: "irons_spellbooks:arcane_anvil" + type: "item" + }] + x: -2.0d + y: -0.25d + } + { + description: [ + "{atm9.quest.ironSpellbooks.desc.scrollforge.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_scroll_gui.png width:150 height:100 align:center}" + ] + id: "69838E3F12218D68" + rewards: [{ + count: 3 + id: "20EDABAC9A96258A" + item: "irons_spellbooks:rare_ink" + type: "item" + }] + shape: "diamond" + size: 1.5d + tasks: [{ + id: "6FC286A3EC91DE9F" + item: "irons_spellbooks:scroll_forge" + type: "item" + }] + x: -1.25d + y: 0.5d + } + { + description: [ + "{atm9.quest.ironSpellbooks.desc.alchemistcauldron.1}" + "" + "" + "{image:atm:textures/questpics/iron_spells/spells_cauldron.png width:100 height:100 align:center}" + ] + id: "3E8077AB45C79E6A" + rewards: [ + { + id: "4065C90A9423D9A9" + item: "irons_spellbooks:oakskin_elixir" + type: "item" + } + { + id: "54B576CCD81B30BF" + item: "irons_spellbooks:invisibility_elixir" + type: "item" + } + { + id: "047CA47141F8B998" + item: "irons_spellbooks:evasion_elixir" + type: "item" + } + ] + shape: "diamond" + size: 1.5d + tasks: [{ + id: "7DE683FE83AE2C19" + item: "irons_spellbooks:alchemist_cauldron" + type: "item" + }] + x: -2.0d + y: 1.25d + } + { + id: "541446863A72B96C" + rewards: [{ + count: 2 + id: "18ABCBE38C93164A" + item: "irons_spellbooks:common_ink" + type: "item" + }] + shape: "diamond" + tasks: [{ + id: "3508E0BECB5DD919" + item: "irons_spellbooks:common_ink" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.commonink}" + x: -3.0d + y: 3.0d + } + { + id: "637C87D8968CD51A" + rewards: [{ + count: 2 + id: "5D16DACA6D6E8EA2" + item: "irons_spellbooks:uncommon_ink" + type: "item" + }] + shape: "diamond" + tasks: [{ + id: "718C6E669D17F0C0" + item: "irons_spellbooks:uncommon_ink" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.uncommonink}" + x: -2.5d + y: 2.5d + } + { + id: "60FAD8BF235E381B" + rewards: [{ + count: 2 + id: "0DF72CE9CA1693CD" + item: "irons_spellbooks:rare_ink" + type: "item" + }] + shape: "diamond" + tasks: [{ + id: "38691751D6156791" + item: "irons_spellbooks:rare_ink" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.rareink}" + x: -2.0d + y: 3.0d + } + { + id: "06F8EDF7513F8611" + rewards: [{ + count: 2 + id: "1EEABD789960AC05" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + shape: "diamond" + tasks: [{ + id: "1C60DB6E320883DF" + item: "irons_spellbooks:epic_ink" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.epicink}" + x: -1.5d + y: 2.5d + } + { + id: "67D40A1A9332C03D" + rewards: [{ + count: 2 + id: "2AC73A86B874938C" + item: "irons_spellbooks:legendary_ink" + type: "item" + }] + shape: "diamond" + tasks: [{ + id: "4948A54224513853" + item: "irons_spellbooks:legendary_ink" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.legendaryink}" + x: -1.0d + y: 3.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.lightningrune.1}"] + id: "36F87173D8CD1D68" + rewards: [{ + count: 4 + id: "3B60CA662CF4E48E" + item: "irons_spellbooks:lightning_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "0DCF8CD129263225" + item: "irons_spellbooks:lightning_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.lightningrune}" + x: -1.5d + y: 6.0d + } + { + description: ["{atm9.quest.ironSpellbooks.desc.blankrune.1}"] + id: "639531AB27DCD267" + rewards: [{ + count: 3 + id: "22A13BA6CFA84533" + item: "irons_spellbooks:blank_rune" + type: "item" + }] + shape: "octagon" + size: 2.0d + tasks: [{ + id: "3D0E50F79BBFB8E2" + item: "irons_spellbooks:blank_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.blankrune}" + x: 3.0d + y: 4.5d + } + { + dependencies: ["36F87173D8CD1D68"] + id: "05DBDD86FCFF3BA8" + rewards: [{ + id: "6E3D432F89004AF6" + item: "irons_spellbooks:lightning_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "659F1A7D0E67F23E" + item: "irons_spellbooks:lightning_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.lightningupgrade}" + x: -2.0d + y: 7.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.firerune.1}"] + id: "69763C2E2F454A73" + rewards: [{ + count: 4 + id: "4D17EFD179403504" + item: "irons_spellbooks:fire_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "634698E023224876" + item: "irons_spellbooks:fire_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.firerune}" + x: -1.5d + y: 9.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.icerune.1}"] + id: "7C79BCE482A06199" + rewards: [{ + count: 4 + id: "47BE12E5770D5DDF" + item: "irons_spellbooks:ice_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "54D2968A39335B94" + item: "irons_spellbooks:ice_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.icerune}" + x: 1.5d + y: 9.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.enderrune.1}"] + id: "0EED5D755D2C866A" + rewards: [{ + count: 4 + id: "395F8BF373AC047E" + item: "irons_spellbooks:ender_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "4C392FED43CE3A79" + item: "irons_spellbooks:ender_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.enderrune}" + x: 1.5d + y: 6.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.holyrune.1}"] + id: "7270A37E31A70C91" + rewards: [{ + count: 4 + id: "332785208A140301" + item: "irons_spellbooks:holy_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "76FE9CD7C301AD3B" + item: "irons_spellbooks:holy_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.holyrune}" + x: 4.5d + y: 6.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.bloodrune.1}"] + id: "24150DE600C2D761" + rewards: [{ + count: 4 + id: "547550452D865205" + item: "irons_spellbooks:blood_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "46FE75ED07A456F7" + item: "irons_spellbooks:blood_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.bloodrune}" + x: 4.5d + y: 9.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.evocationrune.1}"] + id: "1BE69992D2C5085B" + rewards: [{ + count: 4 + id: "41C19F9FA3187DBA" + item: "irons_spellbooks:evocation_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "79C97582AC678CBF" + item: "irons_spellbooks:evocation_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.evocationrune}" + x: 7.5d + y: 6.0d + } + { + dependencies: ["639531AB27DCD267"] + description: ["{atm9.quest.ironSpellbooks.desc.naturerune.1}"] + id: "000C1ECD781F3F81" + rewards: [{ + count: 4 + id: "545B0278B6FE8509" + item: "irons_spellbooks:nature_rune" + type: "item" + }] + shape: "pentagon" + size: 1.3d + tasks: [{ + id: "638387342D93E886" + item: "irons_spellbooks:nature_rune" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.naturerune}" + x: 7.5d + y: 9.0d + } + { + dependencies: ["69763C2E2F454A73"] + id: "32D2CE292E088939" + rewards: [{ + id: "128A56F15DBD0BBC" + item: "irons_spellbooks:fire_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "17BDD679028814A2" + item: "irons_spellbooks:fire_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.fireupgrade}" + x: -2.0d + y: 10.0d + } + { + dependencies: ["7C79BCE482A06199"] + id: "76558D23A70AFF78" + rewards: [{ + id: "2926EE1DDA1EAE25" + item: "irons_spellbooks:ice_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "1363286BCB4D1B2F" + item: "irons_spellbooks:ice_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.iceupgrade}" + x: 1.0d + y: 10.0d + } + { + dependencies: ["0EED5D755D2C866A"] + description: ["{atm9.quest.ironSpellbooks.desc.enderupgrade.1}"] + id: "2BB910B217DF3A12" + rewards: [{ + id: "760BB6C069D24785" + item: "irons_spellbooks:ender_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "739EFE9E68204C8E" + item: "irons_spellbooks:ender_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.enderupgrade}" + x: 1.0d + y: 7.0d + } + { + dependencies: ["7270A37E31A70C91"] + id: "401BB95B740385B7" + rewards: [{ + id: "04F75F97A70D4F92" + item: "irons_spellbooks:holy_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "5C06B792E65671B7" + item: "irons_spellbooks:holy_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.holyupgrade}" + x: 4.0d + y: 7.0d + } + { + dependencies: ["24150DE600C2D761"] + id: "2E6F1C8718EB8C66" + rewards: [{ + id: "6883DD602681DE95" + item: "irons_spellbooks:blood_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "51A955F8266388C0" + item: "irons_spellbooks:blood_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.bloodupgrade}" + x: 4.0d + y: 10.0d + } + { + dependencies: ["1BE69992D2C5085B"] + id: "0CE1F6DE5FD6A6D9" + rewards: [{ + id: "61833CFDCEF0E599" + item: "irons_spellbooks:evocation_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "445AFFA43D663E2E" + item: "irons_spellbooks:evocation_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.evokationupgrade}" + x: 7.0d + y: 7.0d + } + { + dependencies: ["000C1ECD781F3F81"] + id: "4104ABDC0E577350" + rewards: [{ + id: "64D833B66910C00A" + item: "irons_spellbooks:nature_upgrade_orb" + type: "item" + }] + tasks: [{ + id: "2827F04FDE7E2EFF" + item: "irons_spellbooks:nature_upgrade_orb" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.natureupgrade}" + x: 7.0d + y: 10.0d + } + { + dependencies: ["69763C2E2F454A73"] + description: [ + "{atm9.quest.ironSpellbooks.desc.pyromancer.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_outfit_pyromancer.png width:50 height:100 align:center}" + ] + id: "06F2C42E6408149E" + rewards: [{ + count: 10 + id: "4FB4692B0380ECAF" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "15A5A3E9B5E7408D" + item: { + Count: 1 + id: "irons_spellbooks:pyromancer_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "16B174CC92560C1D" + item: { + Count: 1 + id: "irons_spellbooks:pyromancer_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "773A7DAC74D1129E" + item: { + Count: 1 + id: "irons_spellbooks:pyromancer_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "3DD0EAF67B234245" + item: { + Count: 1 + id: "irons_spellbooks:pyromancer_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.pyromancer}" + x: -1.0d + y: 10.0d + } + { + dependencies: ["7C79BCE482A06199"] + description: [ + "{atm9.quest.ironSpellbooks.desc.cryomancer.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_outfit_cryomancer.png width:50 height:100 align:center}" + ] + id: "489833A2A6C39151" + rewards: [{ + count: 10 + id: "7A8AA6AD4583AD31" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "074C34798C780717" + item: { + Count: 1 + id: "irons_spellbooks:cryomancer_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "16E1EA352F3AE603" + item: { + Count: 1 + id: "irons_spellbooks:cryomancer_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "6902B4D88C5D1D9E" + item: { + Count: 1 + id: "irons_spellbooks:cryomancer_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "02A8F765C44A7CD6" + item: { + Count: 1 + id: "irons_spellbooks:cryomancer_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.cryomancer}" + x: 2.0d + y: 10.0d + } + { + dependencies: ["36F87173D8CD1D68"] + description: [ + "{atm9.quest.ironSpellbooks.desc.electromancer.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_outfit_electromancer.png width:50 height:100 align:center}" + ] + id: "4CCA1E2AAA9AB9D9" + rewards: [{ + count: 10 + id: "05611EF761E22078" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "648C0C5589A1EBF8" + item: { + Count: 1 + id: "irons_spellbooks:electromancer_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "64556EDCE8DFDC01" + item: { + Count: 1 + id: "irons_spellbooks:electromancer_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "17B2E0E42C9E7FD4" + item: { + Count: 1 + id: "irons_spellbooks:electromancer_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "5E5E043729B00A2F" + item: { + Count: 1 + id: "irons_spellbooks:electromancer_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.electromancer}" + x: -1.0d + y: 7.0d + } + { + dependencies: ["0EED5D755D2C866A"] + description: ["{image:atm:textures/questpics/iron_spells/spells_outfit_shadow.png width:60 height:100 align:center}"] + id: "19542103E042BDB5" + rewards: [{ + count: 10 + id: "556A75A230A7FB7F" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "45EA8BAA78E35A59" + item: { + Count: 1 + id: "irons_spellbooks:shadowwalker_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "3390FC17DC27AE44" + item: { + Count: 1 + id: "irons_spellbooks:shadowwalker_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "6F42DE6255FA2EC5" + item: { + Count: 1 + id: "irons_spellbooks:shadowwalker_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "79BA11CC61AFF789" + item: { + Count: 1 + id: "irons_spellbooks:shadowwalker_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.shadowwalker}" + x: 2.0d + y: 7.0d + } + { + dependencies: ["7270A37E31A70C91"] + description: [ + "{atm9.quest.ironSpellbooks.desc.priest.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_outfit_priest.png width:60 height:100 align:center}" + ] + id: "24BAC1C0392E950E" + rewards: [{ + count: 10 + id: "3234598909E89E39" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "180047D663C0E520" + item: { + Count: 1 + id: "irons_spellbooks:priest_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "7A7FA15862290EB5" + item: { + Count: 1 + id: "irons_spellbooks:priest_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "4666D04D6F72D4EF" + item: { + Count: 1 + id: "irons_spellbooks:priest_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "42915369150F71AC" + item: { + Count: 1 + id: "irons_spellbooks:priest_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.priest}" + x: 5.0d + y: 7.0d + } + { + dependencies: ["24150DE600C2D761"] + description: ["{image:atm:textures/questpics/iron_spells/spells_outfit_cultist.png width:60 height:100 align:center}"] + id: "5DE863C3FB6492BE" + rewards: [{ + count: 10 + id: "7E0AB4E3643616E9" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "31E9928D9D8E56B1" + item: { + Count: 1 + id: "irons_spellbooks:cultist_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "3B58AA5A37681F95" + item: { + Count: 1 + id: "irons_spellbooks:cultist_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "0DE64C8F5E57D530" + item: { + Count: 1 + id: "irons_spellbooks:cultist_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "51AF0872134A9438" + item: { + Count: 1 + id: "irons_spellbooks:cultist_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.cultist}" + x: 5.0d + y: 10.0d + } + { + dependencies: ["1BE69992D2C5085B"] + description: [ + "{atm9.quest.ironSpellbooks.desc.archevoker.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_outfit_archevoker.png width:60 height:100 align:center}" + ] + id: "0E594BC58CC7476F" + rewards: [{ + count: 10 + id: "030656069DF2B656" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "4C54C4B0BEA37C43" + item: { + Count: 1 + id: "irons_spellbooks:archevoker_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "103B9A33981DA57E" + item: { + Count: 1 + id: "irons_spellbooks:archevoker_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "12462F1FBEF40EC7" + item: { + Count: 1 + id: "irons_spellbooks:archevoker_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "6DD1859E412EDD24" + item: { + Count: 1 + id: "irons_spellbooks:archevoker_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.archevoker}" + x: 8.0d + y: 7.0d + } + { + dependencies: ["000C1ECD781F3F81"] + description: [ + "{atm9.quest.ironSpellbooks.desc.plagued.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_outfit_plagued.png width:60 height:100 align:center}" + ] + id: "6D232F6D8E8DA546" + rewards: [{ + count: 10 + id: "1C626523F443307E" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "rsquare" + tasks: [ + { + id: "5F3591F891E97AE9" + item: { + Count: 1 + id: "irons_spellbooks:plagued_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "12A9B2F2883A2B64" + item: { + Count: 1 + id: "irons_spellbooks:plagued_chestplate" + tag: { + Damage: 0 + ISB_Spells: { + data: [ ] + maxSpells: 1 + mustEquip: 1b + spellWheel: 1b + } + } + } + type: "item" + } + { + id: "2E4C5DDFBAF2E7F1" + item: { + Count: 1 + id: "irons_spellbooks:plagued_leggings" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "795A76F0EDCF55DD" + item: { + Count: 1 + id: "irons_spellbooks:plagued_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{atm9.quest.ironSpellbooks.title.plagued}" + x: 8.0d + y: 10.0d + } + { + dependencies: ["3009018DEC1EC952"] + description: [ + "{atm9.quest.ironSpellbooks.desc.catacombs.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_catacombs.png width:200 height:100 align:center}" + ] + icon: "minecraft:stone_bricks" + id: "6DB5732177AABB87" + rewards: [{ + count: 8 + id: "5393F61EE3C9DEF3" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "hexagon" + size: 1.2d + tasks: [{ + id: "58BDC26BCCADEC22" + structure: "irons_spellbooks:catacombs" + type: "structure" + }] + title: "{atm9.quest.ironSpellbooks.title.catacombs}" + x: 9.0d + y: -0.5d + } + { + dependencies: ["6DB5732177AABB87"] + description: [ + "{atm9.quest.ironSpellbooks.desc.king.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_king.png width:100 height:200 align:center}" + ] + icon: "minecraft:wither_skeleton_skull" + id: "0436DF3308681913" + rewards: [{ + count: 5 + id: "03C23C77EF25C4C0" + item: "irons_spellbooks:blank_rune" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + entity: "irons_spellbooks:dead_king" + id: "0578D51FAF53123E" + type: "kill" + value: 1L + }] + title: "{atm9.quest.ironSpellbooks.title.king}" + x: 8.5d + y: -1.5d + } + { + dependencies: ["3009018DEC1EC952"] + description: [ + "{atm9.quest.ironSpellbooks.desc.evokerfort.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_evokerfort.png width:200 height:100 align:center}" + ] + icon: "minecraft:dark_oak_log" + id: "641888DC7BC40AA9" + rewards: [{ + count: 8 + id: "0A507F7F42EA3B4A" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "hexagon" + size: 1.2d + tasks: [{ + id: "15B0574265D66F03" + structure: "irons_spellbooks:evoker_fort" + type: "structure" + }] + title: "{atm9.quest.ironSpellbooks.title.evokerfort}" + x: 8.5d + y: 1.0d + } + { + dependencies: ["641888DC7BC40AA9"] + description: [ + "{atm9.quest.ironSpellbooks.desc.archevokerboss.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_evoker.png width:100 height:200 align:center}" + ] + icon: "minecraft:totem_of_undying" + id: "68B44B9E939F4228" + rewards: [{ + count: 3 + id: "0984DAB8E3603A83" + item: "irons_spellbooks:evocation_rune" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + entity: "irons_spellbooks:archevoker" + id: "057705B366878174" + type: "kill" + value: 1L + }] + title: "{atm9.quest.ironSpellbooks.title.archevokerboss}" + x: 7.5d + y: 1.0d + } + { + dependencies: ["3009018DEC1EC952"] + description: [ + "{atm9.quest.ironSpellbooks.desc.mangrove.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_magrovehut.png width:200 height:100 align:center}" + ] + icon: "minecraft:mangrove_log" + id: "6963EC8A71D66AE3" + rewards: [{ + count: 8 + id: "1AD3F48A00B9856F" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "hexagon" + size: 1.2d + tasks: [{ + id: "60894C5B3A6E9DC1" + structure: "irons_spellbooks:mangrove_hut" + type: "structure" + }] + title: "{atm9.quest.ironSpellbooks.title.mangrove}" + x: 11.5d + y: 1.0d + } + { + dependencies: ["6963EC8A71D66AE3"] + description: [ + "{atm9.quest.ironSpellbooks.desc.apothecarist.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_apotheocarist.png width:100 height:200 align:center}" + ] + icon: { + Count: 1 + id: "minecraft:potion" + tag: { + Potion: "healing" + } + } + id: "548F85EE6B6F1811" + rewards: [{ + count: 3 + id: "4EBAE4CBE310C358" + item: "irons_spellbooks:nature_rune" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + entity: "irons_spellbooks:apothecarist" + id: "24CB88A2AB1614D2" + type: "kill" + value: 1L + }] + title: "{atm9.quest.ironSpellbooks.title.apothecarist}" + x: 12.5d + y: 1.0d + } + { + dependencies: ["3009018DEC1EC952"] + description: [ + "{atm9.quest.ironSpellbooks.desc.pyromancertower.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_pyromancertower.png width:200 height:100 align:center}" + ] + icon: "minecraft:blackstone" + id: "30B7AF815D9D7553" + rewards: [{ + count: 8 + id: "2AA4DDD3E70D6C51" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "hexagon" + size: 1.2d + tasks: [{ + id: "461BA0C4C9389E1D" + structure: "irons_spellbooks:pyromancer_tower" + type: "structure" + }] + title: "{atm9.quest.ironSpellbooks.title.pyromancertower}" + x: 11.0d + y: 2.5d + } + { + dependencies: ["30B7AF815D9D7553"] + description: [ + "{atm9.quest.ironSpellbooks.desc.pyromancerboss.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_pyromancer.png width:100 height:200 align:center}" + ] + icon: "minecraft:fire_charge" + id: "59E68086A8B99EA7" + rewards: [{ + count: 3 + id: "7FEA8FCAF3452395" + item: "irons_spellbooks:fire_rune" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + entity: "irons_spellbooks:pyromancer" + id: "7954F2F744B999C4" + type: "kill" + value: 1L + }] + title: "{atm9.quest.ironSpellbooks.title.pyromancerboss}" + x: 11.5d + y: 3.5d + } + { + dependencies: ["3009018DEC1EC952"] + description: [ + "{atm9.quest.ironSpellbooks.desc.mountaintower.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_mountaintower.png width:200 height:100 align:center}" + ] + icon: "minecraft:packed_ice" + id: "13F77C38AC015E9F" + rewards: [{ + count: 8 + id: "68D4B581ECCF20B7" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "hexagon" + size: 1.2d + tasks: [{ + id: "2E3B052C7DDEC133" + structure: "irons_spellbooks:mountain_tower" + type: "structure" + }] + title: "{atm9.quest.ironSpellbooks.title.mountaintower}" + x: 9.0d + y: 2.5d + } + { + dependencies: ["13F77C38AC015E9F"] + description: [ + "{atm9.quest.ironSpellbooks.desc.cryomancerboss.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_cryomancer.png width:100 height:200 align:center}" + ] + icon: "minecraft:snowball" + id: "555ED1E39131D91B" + rewards: [{ + count: 3 + id: "6DA1755FA3A0E77F" + item: "irons_spellbooks:ice_rune" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + entity: "irons_spellbooks:cryomancer" + id: "7B5566E59E84B1FE" + type: "kill" + value: 1L + }] + title: "{atm9.quest.ironSpellbooks.title.cryomancerboss}" + x: 8.5d + y: 3.5d + } + { + dependencies: ["72AB70FD8D8FABBF"] + description: [ + "{atm9.quest.ironSpellbooks.desc.ancientbattleground.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_battleground.png width:200 height:100 align:center}" + ] + icon: "minecraft:deepslate_tiles" + id: "7FC54AF87CBDD222" + rewards: [{ + id: "68D7E0E5F683B522" + item: { + Count: 1 + id: "minecraft:diamond_pickaxe" + tag: { + Damage: 0 + } + } + type: "item" + }] + shape: "hexagon" + size: 1.2d + tasks: [{ + id: "5663C7A9B9DB0F11" + structure: "irons_spellbooks:ancient_battleground" + type: "structure" + }] + title: "{atm9.quest.ironSpellbooks.title.ancientbattleground}" + x: 14.0d + y: 1.0d + } + { + dependencies: ["7FC54AF87CBDD222"] + description: [ + "{atm9.quest.ironSpellbooks.desc.ancientknight.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_knight.png width:100 height:200 align:center}" + ] + icon: "irons_spellbooks:armor_pile" + id: "395A33977B18B9AD" + rewards: [{ + count: 5 + id: "09AA886DDCA0ECD2" + item: "irons_spellbooks:cinder_essence" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + entity: "irons_spellbooks:citadel_keeper" + id: "02CDD36D03E62071" + type: "kill" + value: 1L + }] + title: "{atm9.quest.ironSpellbooks.title.ancientknight}" + x: 14.0d + y: 2.5d + } + { + description: ["{atm9.quest.ironSpellbooks.desc.ironsandspellbook.1}"] + id: "300F2E45D185A9A1" + rewards: [{ + count: 10 + id: "5BEC54791A7352FB" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "gear" + size: 3.0d + tasks: [{ + id: "4E7FDA9DE2071EE5" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.ironsandspellbook}" + x: 3.0d + y: 1.5d + } + { + dependencies: ["3009018DEC1EC952"] + description: [ + "{atm9.quest.ironSpellbooks.desc.village.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_village.png width:200 height:100 align:center}" + ] + icon: "minecraft:oak_log" + id: "01119871B1D5C576" + rewards: [{ + count: 8 + id: "21F4BD3CC3708E34" + item: "irons_spellbooks:arcane_essence" + type: "item" + }] + shape: "hexagon" + size: 1.2d + tasks: [{ + id: "1758F9A1E399448B" + structure: "#minecraft:village" + tags: ["village"] + type: "structure" + }] + title: "{atm9.quest.ironSpellbooks.title.village}" + x: 11.0d + y: -0.5d + } + { + dependencies: ["01119871B1D5C576"] + description: [ + "{atm9.quest.ironSpellbooks.desc.priestinfo.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_priest.png width:100 height:200 align:center}" + ] + icon: "minecraft:golden_apple" + id: "7F85669FEA41CD97" + rewards: [{ + count: 3 + id: "061AE7083D11867A" + item: "irons_spellbooks:holy_rune" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + entity: "irons_spellbooks:priest" + id: "25BF2D52BEB024B3" + type: "kill" + value: 1L + }] + title: "{atm9.quest.ironSpellbooks.title.priestinfo}" + x: 11.5d + y: -1.5d + } + { + description: ["{atm9.quest.ironSpellbooks.desc.structures.1}"] + icon: "minecraft:grass_block" + id: "3009018DEC1EC952" + rewards: [{ + id: "2D116FDCEA070CBA" + item: "minecraft:map" + type: "item" + }] + shape: "octagon" + size: 2.0d + tasks: [{ + dimension: "minecraft:overworld" + id: "08BA6518F2BBDD85" + type: "dimension" + }] + title: "{atm9.quest.ironSpellbooks.title.structures}" + x: 10.0d + y: 1.0d + } + { + description: ["{atm9.quest.ironSpellbooks.desc.nether.1}"] + icon: "minecraft:netherrack" + id: "72AB70FD8D8FABBF" + shape: "octagon" + size: 1.2d + tasks: [{ + dimension: "minecraft:the_nether" + id: "10B368D0D52F377B" + type: "dimension" + }] + title: "{atm9.quest.ironSpellbooks.title.nether}" + x: 14.0d + y: -0.5d + } + { + description: [ + "{atm9.quest.ironSpellbooks.desc.necromancers.1}" + "" + "{image:atm:textures/questpics/iron_spells/spells_necromancer.png width:100 height:200 align:center}" + ] + icon: { + Count: 1 + id: "irons_spellbooks:tarnished_helmet" + tag: { + Damage: 0 + } + } + id: "204B969DA081056A" + rewards: [{ + id: "008A3E406FB09885" + item: { + Count: 1 + id: "irons_spellbooks:tarnished_helmet" + tag: { + Damage: 0 + } + } + type: "item" + }] + shape: "diamond" + tasks: [{ + entity: "irons_spellbooks:necromancer" + id: "1CC0E97BB8DC4F35" + type: "kill" + value: 5L + }] + title: "{atm9.quest.ironSpellbooks.title.necromancers}" + x: 15.5d + y: 1.0d + } + { + description: ["{atm9.quest.ironSpellbooks.desc.lastclass.1}"] + icon: "minecraft:sculk_sensor" + id: "5ED368C926E5F32C" + rewards: [{ + id: "37DB5B8BEB5F094E" + item: { + Count: 1 + id: "minecraft:enchanted_book" + tag: { + StoredEnchantments: [{ + id: "minecraft:swift_sneak" + lvl: 3s + }] + } + } + type: "item" + }] + shape: "octagon" + size: 1.5d + tasks: [{ + biome: "minecraft:deep_dark" + id: "6D7DD99A02A8F451" + type: "biome" + }] + title: "{atm9.quest.ironSpellbooks.title.lastclass}" + x: 10.0d + y: 6.0d + } + { + dependencies: ["5ED368C926E5F32C"] + description: ["{atm9.quest.ironSpellbooks.desc.ancientcity.1}"] + hide_details_until_startable: true + id: "5B013A3A37D6902B" + rewards: [{ + count: 3 + id: "218DA9B1217C1CBE" + item: "irons_spellbooks:ancient_knowledge_fragment" + type: "item" + }] + shape: "diamond" + size: 1.2d + tasks: [{ + id: "45C1F9BF5C0EAE0A" + item: "irons_spellbooks:ancient_knowledge_fragment" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.ancientcity}" + x: 10.0d + y: 8.0d + } + { + dependencies: ["5B013A3A37D6902B"] + description: ["{atm9.quest.ironSpellbooks.desc.eldritch.1}"] + hide_details_until_startable: true + id: "2B901ECF97FFA181" + rewards: [{ + id: "0B7A3F07EDA98210" + item: "minecraft:echo_shard" + type: "item" + }] + shape: "rsquare" + tasks: [{ + id: "3D0B1A6B945A87B5" + item: "irons_spellbooks:eldritch_manuscript" + type: "item" + }] + title: "{atm9.quest.ironSpellbooks.title.eldritch}" + x: 10.0d + y: 10.0d + } + { + can_repeat: false + description: [ + "This Quest has been authored by &6AllTheMods Staff&r, or a &2Community contributor&r for use in AllTheMods Modpacks." + "As all &6AllTheMods&r packs are licensed under &eAll Rights Reserved&r, this Quest is not allowed to be used in any public packs not released by the &6AllTheMods Team&r, without explicit permission." + "" + "" + "" + "This quest is intentionally hidden, if you're seeing this, you're in editing mode." + ] + disable_toast: true + hide_details_until_startable: true + hide_until_deps_visible: true + icon: { + Count: 1 + id: "ftbquests:custom_icon" + tag: { + Icon: "minecraft:item/barrier" + } + } + id: "68A3904EDA48FF76" + invisible: true + optional: true + shape: "octagon" + tasks: [ + { + disable_toast: true + id: "748281267C747571" + title: "Quests By AllTheMods" + type: "checkmark" + } + { + id: "086FD18B34727A13" + title: "Quests By AllTheMods" + type: "checkmark" + } + ] + x: 5.5d + y: 3.5d + } + ] + title: "{atm9.chapters.59.title}" +} diff --git a/config/ftbquests/quests/chapters/mahou_tsukai.snbt b/config/ftbquests/quests/chapters/mahou_tsukai.snbt index 2efc849..bd13fbb 100644 --- a/config/ftbquests/quests/chapters/mahou_tsukai.snbt +++ b/config/ftbquests/quests/chapters/mahou_tsukai.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -89,7 +86,7 @@ { dependencies: ["72DEF9BA758BCDC0"] description: ["{atm9.quest.mahou.desc.caliburn}"] - hide: false + hide_until_deps_visible: false id: "0AAB33FA2609AD2F" rewards: [ { @@ -139,7 +136,7 @@ { dependencies: ["0AAB33FA2609AD2F"] description: ["{atm9.quest.mahou.desc.warden}"] - hide: false + hide_until_deps_visible: false id: "4EA0F9DE0A373761" rewards: [ { @@ -179,7 +176,7 @@ { dependencies: ["5E598F78BFC0F0F6"] description: ["{atm9.quest.mahou.desc.mana}"] - hide: true + hide_until_deps_visible: true id: "031E3B2E823C5CB7" rewards: [{ id: "68A6E05A70BB7F65" @@ -807,8 +804,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -839,6 +836,3 @@ ] title: "{atm9.chapters.49.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/mainquestline_part_1.snbt b/config/ftbquests/quests/chapters/mainquestline_part_1.snbt index 3fa0b32..8ae17e4 100644 --- a/config/ftbquests/quests/chapters/mainquestline_part_1.snbt +++ b/config/ftbquests/quests/chapters/mainquestline_part_1.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -983,8 +980,8 @@ { dependencies: ["698A959C9E449592"] description: ["{atm9.quest.chapter1.desc.redstone}"] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false id: "4DE1158931F84F22" rewards: [ { @@ -1620,7 +1617,7 @@ { dependencies: ["0F3D51FFD2FE8DCB"] description: ["{atm9.quest.chapter1.desc.end}"] - hide: false + hide_until_deps_visible: false icon: "minecraft:end_portal_frame" id: "61C49BC2B384FB80" rewards: [{ @@ -1654,7 +1651,7 @@ { dependencies: ["61C49BC2B384FB80"] description: ["{atm9.quest.chapter1.desc.ender_dragon}"] - hide: false + hide_until_deps_visible: false icon: "minecraft:dragon_head" id: "6EE5BE5693E8ACE4" rewards: [ @@ -1914,8 +1911,8 @@ { dependencies: ["051E0C85E7B71CE0"] description: ["{atm9.quest.chapter1.desc.archeology}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "3ADCAD65EA6900BA" rewards: [ { @@ -2160,7 +2157,7 @@ { dependencies: ["6EDAB29FBD3C60A3"] description: ["{atm9.quest.chapter1.desc.warden}"] - hide: false + hide_until_deps_visible: false id: "6D09511D64DDC282" rewards: [ { @@ -2229,8 +2226,8 @@ { dependencies: ["4A4C71C43519D5FE"] description: ["{atm9.quest.chapter1.desc.wither}"] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2450,7 +2447,7 @@ { dependencies: ["0F3D51FFD2FE8DCB"] description: ["{atm9.quest.chapter1.desc.wither_skeleton}"] - hide: false + hide_until_deps_visible: false icon: "minecraft:wither_skeleton_skull" id: "4A4C71C43519D5FE" shape: "hexagon" @@ -2869,8 +2866,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2901,6 +2898,3 @@ ] title: "{atm9.chapters.5.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/mekanism.snbt b/config/ftbquests/quests/chapters/mekanism.snbt index f1966a0..08a5144 100644 --- a/config/ftbquests/quests/chapters/mekanism.snbt +++ b/config/ftbquests/quests/chapters/mekanism.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -2870,8 +2867,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2902,6 +2899,3 @@ ] title: "{atm9.chapters.21.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/mekanism_reactors.snbt b/config/ftbquests/quests/chapters/mekanism_reactors.snbt index 44dc801..a131e41 100644 --- a/config/ftbquests/quests/chapters/mekanism_reactors.snbt +++ b/config/ftbquests/quests/chapters/mekanism_reactors.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_min_width: 200 @@ -203,7 +200,7 @@ y: 0.15d } ] - order_index: 5 + order_index: 6 progression_mode: "flexible" quest_links: [ ] quests: [ @@ -272,7 +269,7 @@ "" "{atm9.quest.mekanismReactors.desc.reactorBuildingBasics.5}" ] - hide: false + hide_until_deps_visible: false id: "1482F2D45E8F761D" min_width: 300 rewards: [ @@ -1861,7 +1858,7 @@ "" "{image:atm:textures/questpics/mek/induction_matrix.png width:200 height:200 align:1}" ] - hide: false + hide_until_deps_visible: false id: "673FCBF8685D0EEE" min_width: 300 rewards: [ @@ -1916,7 +1913,7 @@ "" "{image:atm:textures/questpics/mek/induction_inside.png width:300 height:200 align:1}" ] - hide: false + hide_until_deps_visible: false id: "14D772808D1BEAE2" min_width: 350 rewards: [ @@ -2046,8 +2043,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2078,7 +2075,3 @@ ] title: "{atm9.chapters.22.title}" } - - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/modular_router.snbt b/config/ftbquests/quests/chapters/modular_router.snbt new file mode 100644 index 0000000..fe3fb32 --- /dev/null +++ b/config/ftbquests/quests/chapters/modular_router.snbt @@ -0,0 +1,1145 @@ +{ + default_hide_dependency_lines: true + default_quest_shape: "square" + filename: "modular_router" + group: "624105E64CD3DD68" + icon: "modularrouters:modular_router" + id: "0AB4F9AED808DE48" + images: [ + { + height: 1.0d + image: "modularrouters:block/modular_router_front_active" + rotation: 0.0d + width: 1.0d + x: 0.0d + y: -1.5d + } + { + height: 5.0d + image: "modularrouters:item/augment_core" + rotation: 0.0d + width: 5.0d + x: -3.5d + y: -2.0d + } + { + height: 5.0d + image: "modularrouters:item/upgrade/upgrade_layer1" + rotation: 0.0d + width: 5.0d + x: 3.0d + y: -2.0d + } + { + height: 5.0d + image: "modularrouters:item/upgrade/upgrade_layer0" + rotation: 0.0d + width: 5.0d + x: 3.0d + y: -2.0d + } + { + height: 8.0d + image: "modularrouters:item/module/module_layer1" + rotation: 0.0d + width: 8.0d + x: 0.0d + y: 5.0d + } + { + height: 8.0d + image: "modularrouters:item/module/module_layer0" + rotation: 0.0d + width: 8.0d + x: 0.0d + y: 5.0d + } + { + height: 1.0d + image: "modularrouters:block/modular_router_front_active" + rotation: 0.0d + width: 1.0d + x: 1.5d + y: 1.0d + } + { + height: 1.0d + image: "modularrouters:block/modular_router_front_active" + rotation: 0.0d + width: 1.0d + x: -1.5d + y: 1.0d + } + { + height: 5.0d + image: "atm:textures/questpics/router/router_title.png" + rotation: 0.0d + width: 8.130252100840336d + x: 0.0d + y: -6.5d + } + ] + order_index: 1 + progression_mode: "flexible" + quest_links: [ ] + quests: [ + { + description: ["{atm9.quest.modular_router.desc.intro.1}"] + id: "63E4529AF8894018" + rewards: [{ + count: 3 + id: "4100927F60249CD2" + item: "modularrouters:blank_module" + type: "item" + }] + shape: "gear" + size: 2.0d + tasks: [{ + id: "08D4CEAE1B60A8C4" + item: "modularrouters:modular_router" + type: "item" + }] + x: 0.0d + y: 0.0d + } + { + dependencies: ["63E4529AF8894018"] + description: ["{atm9.quest.modular_router.desc.modules.1}"] + icon_scale: 1.6d + id: "233C7CAA573D6045" + rewards: [{ + count: 3 + id: "6E463F41C3F9F434" + item: "modularrouters:blank_module" + type: "item" + }] + size: 1.0d + tasks: [{ + id: "3B06163129B8276F" + item: "modularrouters:blank_module" + type: "item" + }] + x: 0.0d + y: 2.5d + } + { + dependencies: ["63E4529AF8894018"] + description: ["{atm9.quest.modular_router.desc.upgrades.1}"] + icon_scale: 1.6d + id: "75FE0B514448865B" + rewards: [{ + count: 3 + id: "43E28DEED4445B5D" + item: "modularrouters:blank_upgrade" + type: "item" + }] + size: 1.0d + tasks: [{ + id: "012EA4B7B434EC45" + item: "modularrouters:blank_upgrade" + type: "item" + }] + x: 4.5d + y: -3.5d + } + { + dependencies: ["63E4529AF8894018"] + description: ["{atm9.quest.modular_router.desc.augments.1}"] + icon_scale: 1.6d + id: "6648BC7D14233006" + rewards: [{ + count: 3 + id: "1B18FA07F532A5B6" + item: "modularrouters:augment_core" + type: "item" + }] + size: 1.0d + tasks: [{ + id: "06D427AC0C2C34A2" + item: "modularrouters:augment_core" + type: "item" + }] + x: -3.5d + y: -3.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.blast_routers.1}"] + id: "20D4568857887D38" + rewards: [{ + count: 3 + id: "67B59A005496AF95" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "23EBEF198A2C8DB6" + item: "modularrouters:blast_upgrade" + type: "item" + }] + x: 1.5d + y: -3.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.camouflage_routers.1}"] + id: "09E25B1CD6CABD5A" + rewards: [{ + count: 3 + id: "1A90A9FB7F039AE0" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "766CBD152FEDF577" + item: "modularrouters:camouflage_upgrade" + type: "item" + }] + x: 3.5d + y: -2.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.energy_upgrade.1}"] + id: "1069244EB72F64CA" + rewards: [{ + count: 3 + id: "4A93A6C81F908D5F" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "1D52EFEDE64C4A40" + item: "modularrouters:energy_upgrade" + type: "item" + }] + x: 3.5d + y: -1.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.fluid_upgrade.1}"] + id: "4FA5192164E4A427" + rewards: [{ + count: 3 + id: "2DAF8FC58615592C" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "30B31BFD457C85FB" + item: "modularrouters:fluid_upgrade" + type: "item" + }] + x: 4.5d + y: -1.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.muffler_upgrade.1}"] + id: "2447208F1DC74FFE" + rewards: [{ + count: 3 + id: "691B6EAFF4712617" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "423F8BB90E4EAF61" + item: "modularrouters:muffler_upgrade" + type: "item" + }] + x: 4.5d + y: -2.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.security_upgrade.1}"] + id: "10672B5991E5FC34" + rewards: [{ + count: 3 + id: "6CEECD21ED98315E" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "7A44262F9ADCBF27" + item: "modularrouters:security_upgrade" + type: "item" + }] + x: 2.5d + y: -2.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.speed_upgrade.1}"] + id: "309B6B8368E535A0" + rewards: [{ + count: 3 + id: "36F172F588DB8847" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "2D6601DF1C229C1F" + item: "modularrouters:speed_upgrade" + type: "item" + }] + x: 2.5d + y: -3.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.stack_upgrade.1}"] + id: "4CC963F5AECF285A" + rewards: [{ + count: 3 + id: "35AAFCB0899E5587" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "4D0FC01C8A201175" + item: "modularrouters:stack_upgrade" + type: "item" + }] + x: 3.5d + y: -3.5d + } + { + dependencies: ["75FE0B514448865B"] + description: ["{atm9.quest.modular_router.desc.sync_upgrade.1}"] + id: "553C44F85E508DE3" + rewards: [{ + count: 3 + id: "54C3ABFCF1716CA5" + item: "modularrouters:blank_upgrade" + type: "item" + }] + tasks: [{ + id: "6AAF612711A3A7AA" + item: "modularrouters:sync_upgrade" + type: "item" + }] + x: 4.5d + y: -0.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.pickup_augment.1}"] + id: "0CE236731DF15DFF" + rewards: [{ + count: 3 + id: "2EEBA8AC6795159F" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "7324614BF105A6CC" + item: "modularrouters:fast_pickup_augment" + type: "item" + }] + x: -2.5d + y: -0.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.robin_augment.1}"] + id: "76062D375E4CC8DD" + rewards: [{ + count: 3 + id: "57F328DE7702602B" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "6E394B94A54824DE" + item: "modularrouters:filter_round_robin_augment" + type: "item" + }] + x: -4.5d + y: -0.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.mimic_augment.1}"] + id: "2DD5F0693780B10A" + rewards: [{ + count: 3 + id: "5A9D64240C49D62D" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "5536050510B029C8" + item: "modularrouters:mimic_augment" + type: "item" + }] + x: -2.5d + y: -3.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.augment_core.1}"] + id: "674F28BCA2E4A3C8" + rewards: [{ + count: 3 + id: "474C8D97713CAB94" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "2835082179389E8E" + item: "modularrouters:regulator_augment" + type: "item" + }] + x: -3.5d + y: -0.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.delay_augment.1}"] + id: "177396B9C4F9B3E2" + rewards: [{ + count: 3 + id: "0494C547C8F4852A" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "6F6DAB4EA217843B" + item: "modularrouters:pickup_delay_augment" + type: "item" + }] + x: -3.5d + y: -1.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.pushing_augment.1}"] + id: "5560F303C452E110" + rewards: [{ + count: 3 + id: "72A300745B1BAD82" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "26F317C784B8EB41" + item: "modularrouters:pushing_augment" + type: "item" + }] + x: -4.5d + y: -1.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.range_down_augment.1}"] + id: "1A806C1A54B26EB5" + rewards: [{ + count: 3 + id: "1AFD453B64517C1D" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "522EAFFE3BB0AEED" + item: "modularrouters:range_down_augment" + type: "item" + }] + x: -3.5d + y: -2.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.range_up_augment.1}"] + id: "4EAFE7B240AF0A4D" + rewards: [{ + count: 3 + id: "0AA5D556A6981D2D" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "61990DF29765904E" + item: "modularrouters:range_up_augment" + type: "item" + }] + x: -2.5d + y: -2.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.redstone_augment.1}"] + id: "3025081DA6D2B398" + rewards: [{ + count: 3 + id: "79EAE6180557E5A9" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "6988516896A11B77" + item: "modularrouters:redstone_augment" + type: "item" + }] + x: -2.5d + y: -1.5d + } + { + dependencies: [ + "6648BC7D14233006" + "4CC963F5AECF285A" + ] + description: ["{atm9.quest.modular_router.desc.stack_augment.1}"] + id: "5FB29F3F4DF17765" + rewards: [{ + count: 3 + id: "1E374921446DDBC7" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "0F4A2E8C9A3BCEB2" + item: "modularrouters:stack_augment" + type: "item" + }] + x: -4.5d + y: -3.5d + } + { + dependencies: ["6648BC7D14233006"] + description: ["{atm9.quest.modular_router.desc.xp_vacuum_augment.1}"] + id: "6B747129A85AA768" + rewards: [{ + count: 3 + id: "44FB4D5F8088B6B0" + item: "modularrouters:augment_core" + type: "item" + }] + tasks: [{ + id: "69A9229F1A9CC4AA" + item: "modularrouters:xp_vacuum_augment" + type: "item" + }] + x: -4.5d + y: -2.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.activator_module.1}"] + id: "71A1FD0772453B51" + rewards: [{ + count: 3 + id: "161A8E3E464D8E92" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "08229003D4BAB8B9" + item: "modularrouters:activator_module" + type: "item" + }] + x: 1.0d + y: 5.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.breaker_module.1}"] + id: "53B58FC3958750E7" + rewards: [{ + count: 3 + id: "43B563A65E8D362C" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "22FF211D541738D9" + item: "modularrouters:breaker_module" + type: "item" + }] + x: -2.0d + y: 4.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.detector_module.1}"] + id: "01C5D8357D8B0D62" + rewards: [{ + count: 3 + id: "03A278F3604FAB61" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "35176C32CFAE3BB7" + item: "modularrouters:detector_module" + type: "item" + }] + x: 1.0d + y: 2.5d + } + { + dependencies: [ + "233C7CAA573D6045" + "38954551309F42A7" + ] + description: ["{atm9.quest.modular_router.desc.distributor_module.1}"] + id: "326C63F7DC713E71" + rewards: [{ + count: 3 + id: "4E04C738333A4846" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "11838D5D25FA3EDD" + item: "modularrouters:distributor_module" + type: "item" + }] + x: 1.0d + y: 4.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.hopper_module.1}"] + id: "7F8DEDD0A54D1E11" + rewards: [{ + count: 3 + id: "2A0049B7F81796AB" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "4E2834A0DF0E3577" + item: "modularrouters:dropper_module" + type: "item" + }] + x: 1.0d + y: 6.5d + } + { + dependencies: [ + "326C63F7DC713E71" + "346B9339E3D66478" + ] + description: ["{atm9.quest.modular_router.desc.energy_distributor_module.1}"] + id: "2B60D123123A5E8E" + rewards: [{ + count: 3 + id: "180857D9ED9ABC22" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "2DB6B64AB076D1E2" + item: "modularrouters:energy_distributor_module" + type: "item" + }] + x: 0.0d + y: 6.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.energy_output_module.1}"] + id: "346B9339E3D66478" + rewards: [{ + count: 3 + id: "21B90CA08ACC8A4F" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "12C3BA50791B4CB8" + item: "modularrouters:energy_output_module" + type: "item" + }] + x: 0.0d + y: 5.5d + } + { + dependencies: [ + "233C7CAA573D6045" + "53B58FC3958750E7" + "36DED7099E80ED51" + ] + description: ["{atm9.quest.modular_router.desc.extruder_module_1.1}"] + id: "40788326E791845D" + rewards: [{ + count: 3 + id: "41DB69BCD3E6419E" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "4EC73A189243D253" + item: "modularrouters:extruder_module_1" + type: "item" + }] + x: -1.0d + y: 2.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.extruder_module_2.1}"] + id: "00E1F1279F97557B" + rewards: [{ + count: 3 + id: "5FE8CB5E9F5649EB" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "001795B7BF11F948" + item: "modularrouters:extruder_module_2" + type: "item" + }] + x: -1.0d + y: 3.5d + } + { + dependencies: ["7F8DEDD0A54D1E11"] + description: ["{atm9.quest.modular_router.desc.flinger_module.1}"] + id: "3C54C36CE97A48DC" + rewards: [{ + count: 3 + id: "5757B94578F9920F" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "6C0562A6317BB343" + item: "modularrouters:flinger_module" + type: "item" + }] + x: 2.0d + y: 6.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.fluid_module_1.1}"] + id: "247DAE5B4E1AC7F1" + rewards: [{ + count: 3 + id: "1B695D87AA33273C" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "48DE8F4C4D2661A1" + item: "modularrouters:fluid_module" + type: "item" + }] + x: -1.0d + y: 4.5d + } + { + dependencies: ["247DAE5B4E1AC7F1"] + description: ["{atm9.quest.modular_router.desc.fluid_module_2.1}"] + id: "73D60868024FF907" + rewards: [{ + count: 3 + id: "189184BA4C1A13E7" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "1FF3F8B78EF0DCB2" + item: "modularrouters:fluid_module_2" + type: "item" + }] + x: -1.0d + y: 5.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.placer_module.1}"] + id: "36DED7099E80ED51" + rewards: [{ + count: 3 + id: "088882B53F8B0CBB" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "76E678E73AEEEC59" + item: "modularrouters:placer_module" + type: "item" + }] + x: -2.0d + y: 3.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.player_module.1}"] + id: "0DC8B68CDF945348" + rewards: [{ + count: 3 + id: "3F3C5DD0694B1E1A" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "6BD3CA765D912D6B" + item: "modularrouters:player_module" + type: "item" + }] + x: -2.0d + y: 5.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.puller_module_1.1}"] + id: "1AA81C41431FD145" + rewards: [{ + count: 3 + id: "2C14105CC4A4E01D" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "419242F445660844" + item: "modularrouters:puller_module_1" + type: "item" + }] + x: -2.0d + y: 6.5d + } + { + dependencies: ["1AA81C41431FD145"] + description: ["{atm9.quest.modular_router.desc.puller_module_2.1}"] + id: "475E1B94A61B9EB0" + rewards: [{ + count: 3 + id: "3D86B1835F9D422F" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "36A18CBAE804CE6B" + item: "modularrouters:puller_module_2" + type: "item" + }] + x: -1.0d + y: 6.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.sender_module_1.1}"] + id: "6063F4B7BE4D394C" + rewards: [{ + count: 3 + id: "2B7F8E2761AE6D4D" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "7AD327057658EE62" + item: "modularrouters:sender_module_1" + type: "item" + }] + x: 0.0d + y: 3.5d + } + { + dependencies: ["6063F4B7BE4D394C"] + description: ["{atm9.quest.modular_router.desc.sender_module_2.1}"] + id: "38954551309F42A7" + rewards: [{ + count: 3 + id: "1C035E94B0139C57" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "36B1EBB1CE94001B" + item: "modularrouters:sender_module_2" + type: "item" + }] + x: 1.0d + y: 3.5d + } + { + dependencies: ["38954551309F42A7"] + description: ["{atm9.quest.modular_router.desc.sender_module_3.1}"] + id: "2405663C033CBDF1" + rewards: [{ + count: 3 + id: "3E6116F9A969F345" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "724A52B910305B55" + item: "modularrouters:sender_module_3" + type: "item" + }] + x: 2.0d + y: 3.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.vacuum_module.1}"] + id: "417B88FEB1B8F44E" + rewards: [{ + count: 3 + id: "647D161F1B234A44" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "0FFBCEC7273ED2C3" + item: "modularrouters:vacuum_module" + type: "item" + }] + x: 2.0d + y: 5.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.void_module.1}"] + id: "185074907753AE77" + rewards: [{ + count: 3 + id: "21C32588D339B8FF" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "3B2EF593E573C2B8" + item: "modularrouters:void_module" + type: "item" + }] + x: 2.0d + y: 4.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.creative_module}"] + icon: "modularrouters:creative_module" + id: "71FDF8CD953E46FC" + rewards: [{ + count: 3 + id: "166D6D4C252D5E89" + item: "modularrouters:blank_module" + type: "item" + }] + tasks: [{ + id: "41EEE559F6402D81" + title: "{atm9.quest.modular_router.title.creative_module}" + type: "checkmark" + }] + x: 0.0d + y: 4.5d + } + { + dependencies: ["233C7CAA573D6045"] + description: ["{atm9.quest.modular_router.desc.bulk_item_filter.1}"] + id: "143AE6889BDA9EF5" + tasks: [{ + id: "3057A10D6D3A75D2" + item: "modularrouters:bulk_item_filter" + type: "item" + }] + x: -2.0d + y: 7.5d + } + { + dependencies: ["143AE6889BDA9EF5"] + description: ["{atm9.quest.modular_router.desc.inspection_filter.1}"] + id: "4A03A671757B2EBF" + tasks: [{ + id: "107FE3495FC5C0E7" + item: "modularrouters:inspection_filter" + type: "item" + }] + x: -1.0d + y: 7.5d + } + { + dependencies: ["143AE6889BDA9EF5"] + description: ["{atm9.quest.modular_router.desc.mod_filter.1}"] + id: "6E5954C257726F86" + tasks: [{ + id: "5BBF911BE5066A17" + item: "modularrouters:mod_filter" + type: "item" + }] + x: 0.0d + y: 7.5d + } + { + dependencies: ["143AE6889BDA9EF5"] + description: ["{atm9.quest.modular_router.desc.regex_filter.1}"] + id: "72A71E1D6D8996FD" + tasks: [{ + id: "6E646B9915327365" + item: "modularrouters:regex_filter" + type: "item" + }] + x: 1.0d + y: 7.5d + } + { + dependencies: ["143AE6889BDA9EF5"] + description: ["{atm9.quest.modular_router.desc.tag_filter.1}"] + id: "37F2BE3C2BAF7C2D" + tasks: [{ + id: "7264131AC34825C1" + item: "modularrouters:tag_filter" + type: "item" + }] + x: 2.0d + y: 7.5d + } + { + dependencies: ["63E4529AF8894018"] + description: [ + "{atm9.quest.modular_router.desc.mob_farm.1}" + "" + "{image:atm:textures/questpics/router/router_mob.png width:200 height:75 align:center}" + ] + id: "53A5F5E49EA8D5AF" + shape: "rsquare" + size: 1.3d + tasks: [ + { + id: "69CFBD2DF15EBA0D" + item: "modularrouters:vacuum_module" + type: "item" + } + { + id: "4DF12505FADDD7CC" + item: "modularrouters:void_module" + type: "item" + } + { + id: "631388151555159B" + item: { + Count: 1 + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "modularrouters:sender_module_1" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "modularrouters:sender_module_2" + tag: { + Damage: 0 + } + } + { + Count: 1b + id: "modularrouters:sender_module_3" + tag: { + Damage: 0 + } + } + ] + } + } + type: "item" + } + ] + x: 3.2500000000000004d + y: 2.6d + } + { + dependencies: ["63E4529AF8894018"] + description: [ + "{atm9.quest.modular_router.desc.mining.1}" + "" + "{image:atm:textures/questpics/router/router_break.png width:150 height:100 align:center}" + ] + id: "067AB3E4C4492F0D" + shape: "rsquare" + size: 1.3d + tasks: [ + { + id: "57087F48FE77A610" + item: "modularrouters:breaker_module" + type: "item" + } + { + id: "3EEBE2CA2BFBB571" + item: "modularrouters:placer_module" + type: "item" + } + ] + x: -3.2500000000000004d + y: 2.6d + } + { + dependencies: ["63E4529AF8894018"] + description: [ + "{atm9.quest.modular_router.desc.farming.1}" + "" + "{image:atm:textures/questpics/router/router_farm.png width:50 height:150 align:center}" + ] + id: "0D5691403AEC25A8" + shape: "rsquare" + size: 1.3d + tasks: [ + { + id: "4BC6CEDE3846216D" + item: "modularrouters:activator_module" + type: "item" + } + { + id: "7B42B98FBD1C3654" + item: "modularrouters:vacuum_module" + type: "item" + } + ] + x: 0.0d + y: -3.0d + } + { + can_repeat: false + description: [ + "This Quest has been authored by &6AllTheMods Staff&r, or a &2Community contributor&r for use in AllTheMods Modpacks." + "As all &6AllTheMods&r packs are licensed under &eAll Rights Reserved&r, this Quest is not allowed to be used in any public packs not released by the &6AllTheMods Team&r, without explicit permission." + "" + "" + "" + "This quest is intentionally hidden, if you're seeing this, you're in editing mode." + ] + disable_toast: true + hide_details_until_startable: true + hide_until_deps_visible: true + icon: { + Count: 1 + id: "ftbquests:custom_icon" + tag: { + Icon: "minecraft:item/barrier" + } + } + id: "0B4A47150708D7A0" + invisible: true + optional: true + shape: "octagon" + tasks: [ + { + disable_toast: true + id: "00108F057048935C" + title: "Quests By AllTheMods" + type: "checkmark" + } + { + id: "59ABF1A82597A34D" + title: "Quests By AllTheMods" + type: "checkmark" + } + ] + x: 0.0d + y: -4.0d + } + ] + title: "{atm9.chapters.55.title}" +} diff --git a/config/ftbquests/quests/chapters/mystical_ag.snbt b/config/ftbquests/quests/chapters/mystical_ag.snbt index 6eb5d29..85a1cf9 100644 --- a/config/ftbquests/quests/chapters/mystical_ag.snbt +++ b/config/ftbquests/quests/chapters/mystical_ag.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_min_width: 200 @@ -97,7 +94,7 @@ { dependencies: ["1CC4F8570A7A99EB"] description: ["{atm9.quest.ma.desc.InfFarm}"] - hide: true + hide_until_deps_visible: true id: "7DFF18CFEB0B8DBE" rewards: [ { @@ -1737,7 +1734,7 @@ } { dependencies: ["202B1F54D3F06DAB"] - hide: false + hide_until_deps_visible: false id: "2FA6B8A1C8713DE0" rewards: [{ id: "750518D2515C0D33" @@ -1916,7 +1913,7 @@ { dependencies: ["1CC4F8570A7A99EB"] description: ["{atm9.quest.ma.desc.InfGrowth}"] - hide: true + hide_until_deps_visible: true id: "4821419D44F8083F" rewards: [ { @@ -2011,7 +2008,7 @@ { dependencies: ["1CC4F8570A7A99EB"] description: ["{atm9.quest.ma.desc.InfWater}"] - hide: true + hide_until_deps_visible: true id: "62D04566426DD979" rewards: [ { @@ -2179,7 +2176,7 @@ { dependencies: ["1CC4F8570A7A99EB"] description: ["{atm9.quest.ma.desc.InfApple}"] - hide: true + hide_until_deps_visible: true id: "1F88C697817A7680" rewards: [ { @@ -2291,8 +2288,8 @@ { dependencies: ["1CC4F8570A7A99EB"] description: ["{atm9.quest.ma.desc.InfGear}"] - hide: true hide_dependency_lines: false + hide_until_deps_visible: true id: "2A7E3F2CD335EAD0" rewards: [ { @@ -2783,8 +2780,8 @@ } { dependencies: ["66C52B137A4FF869"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "67DBE6C59C0D9D1B" rewards: [ { @@ -2946,7 +2943,7 @@ { dependencies: ["1CC4F8570A7A99EB"] description: ["{atm9.quest.ma.desc.InfTools}"] - hide: true + hide_until_deps_visible: true id: "4EF5DE3FBA2A7AE3" rewards: [ { @@ -3587,8 +3584,8 @@ "33D23C65E7274A8F" "1CF8263756EE8F2A" ] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false icon: "mysticalagriculture:awakened_supremium_essence" id: "7A103577EAE7B3F1" rewards: [ @@ -3847,8 +3844,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -3879,6 +3876,3 @@ ] title: "{atm9.chapters.16.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/occultism.snbt b/config/ftbquests/quests/chapters/occultism.snbt index 970d1be..5990ba4 100644 --- a/config/ftbquests/quests/chapters/occultism.snbt +++ b/config/ftbquests/quests/chapters/occultism.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -241,7 +238,7 @@ y: 5.5d } ] - order_index: 6 + order_index: 8 progression_mode: "flexible" quest_links: [ ] quests: [ @@ -390,7 +387,7 @@ "" "{atm9.quest.occultism.desc.spiritfireUse.4}" ] - hide: false + hide_until_deps_visible: false id: "4C873491F6F0FFAF" min_width: 300 rewards: [ @@ -1389,8 +1386,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1421,6 +1418,3 @@ ] title: "{atm9.chapters.44.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/pneumaticcraft.snbt b/config/ftbquests/quests/chapters/pneumaticcraft.snbt index 2a57727..2cf3576 100644 --- a/config/ftbquests/quests/chapters/pneumaticcraft.snbt +++ b/config/ftbquests/quests/chapters/pneumaticcraft.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -162,7 +159,7 @@ y: -4.0d } ] - order_index: 8 + order_index: 9 quest_links: [ ] quests: [ { @@ -300,8 +297,8 @@ dependencies: ["371A34B297C8A8EF"] dependency_requirement: "one_completed" description: ["{atm9.quest.pneumatic.desc.autoCompressedIron}"] - hide: true hide_dependency_lines: false + hide_until_deps_visible: true id: "6FD65139CD50A8C0" min_required_dependencies: 1 optional: true @@ -379,7 +376,7 @@ { dependencies: ["3E16CF590C911129"] description: ["{atm9.quest.pneumatic.desc.understand}"] - hide: true + hide_until_deps_visible: true id: "7B2008977702D0C8" rewards: [{ id: "75CB05A0CB74D837" @@ -1202,7 +1199,7 @@ { dependencies: ["54169B69725C49DF"] description: ["{atm9.quest.pneumatic.desc.autoPlastic}"] - hide: true + hide_until_deps_visible: true id: "3F657CF4EBDDC3C4" optional: true rewards: [ @@ -1473,8 +1470,8 @@ { dependencies: ["371A34B297C8A8EF"] description: ["{atm9.quest.pneumatic.desc.upgrades}"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true icon: "pneumaticcraft:upgrade_matrix" id: "2AED15E3AC0346FE" min_width: 250 @@ -1991,8 +1988,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -3020,7 +3017,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.armor}"] - hide: true + hide_until_deps_visible: true id: "762B8309E1A31B99" rewards: [{ id: "1F50DA45FF043213" @@ -3044,7 +3041,7 @@ "" "{image:atm:textures/questpics/pneumaticcraft/block_tracker.png width:150 height:150 align:center}" ] - hide: true + hide_until_deps_visible: true id: "002163B909070CF8" rewards: [{ id: "3E2940849E104602" @@ -3064,7 +3061,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.chargingU}"] - hide: true + hide_until_deps_visible: true id: "15007DCAF701B361" rewards: [{ id: "4184F7AA1CFDA194" @@ -3084,7 +3081,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.CoordinateTracker}"] - hide: true + hide_until_deps_visible: true id: "0D9560C8E247F9E7" rewards: [{ id: "63B943916BC1038D" @@ -3104,7 +3101,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.elytra}"] - hide: true + hide_until_deps_visible: true id: "5103C817381181DE" rewards: [{ id: "78E81C79E8102C79" @@ -3124,7 +3121,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.visor}"] - hide: true + hide_until_deps_visible: true id: "46BE62C20C720D10" rewards: [{ id: "683702485F8C3DF5" @@ -3144,7 +3141,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.entityTracker}"] - hide: true + hide_until_deps_visible: true id: "00D7BCC68D971A53" rewards: [{ id: "1D6F067C86456070" @@ -3164,7 +3161,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.flippers}"] - hide: true + hide_until_deps_visible: true id: "7BFC24607189B6D0" rewards: [{ id: "19D8C47FAA715BED" @@ -3184,7 +3181,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.gilded}"] - hide: true + hide_until_deps_visible: true id: "5D71ED16FD4E725A" rewards: [{ id: "20E24F58991736B9" @@ -3204,7 +3201,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.jetBootsI}"] - hide: true + hide_until_deps_visible: true id: "7953C87C488A2AF7" rewards: [{ id: "4F65FCD4DFE82F0C" @@ -3300,7 +3297,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.jumpingI}"] - hide: true + hide_until_deps_visible: true id: "6674270897997BF7" rewards: [{ id: "2C60D8B870084CE8" @@ -3377,7 +3374,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.vision}"] - hide: true + hide_until_deps_visible: true id: "718DABA6C9E5982A" rewards: [{ id: "39DC46812FF22559" @@ -3397,7 +3394,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.radiation}"] - hide: true + hide_until_deps_visible: true id: "2DE7CC686B56881F" rewards: [{ id: "13A94C21CBAB3800" @@ -3417,7 +3414,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.scuba}"] - hide: true + hide_until_deps_visible: true id: "4B4F5341D6DBDD19" rewards: [{ id: "065A28BBF33279B1" @@ -3441,7 +3438,7 @@ "" "{image:atm:textures/questpics/pneumaticcraft/item_search_upgrade.png width:200 height:200 align:center}" ] - hide: true + hide_until_deps_visible: true id: "7386A8433698946C" rewards: [{ id: "43E18EE34C2DFE89" @@ -3461,7 +3458,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.stomp}"] - hide: true + hide_until_deps_visible: true id: "0F49E9167B5E97C9" rewards: [{ id: "0B2FD870C2FB9E0D" @@ -3915,7 +3912,7 @@ { dependencies: ["2E8F851A4E98F741"] description: ["{atm9.quest.pneumatic.desc.magnet}"] - hide: true + hide_until_deps_visible: true id: "61AD2207E770CD7F" rewards: [{ id: "477F33B522B44F3D" @@ -3965,6 +3962,3 @@ ] title: "{atm9.chapters.51.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/powah.snbt b/config/ftbquests/quests/chapters/powah.snbt index 820d4a8..7521275 100644 --- a/config/ftbquests/quests/chapters/powah.snbt +++ b/config/ftbquests/quests/chapters/powah.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: true default_quest_shape: "" @@ -335,7 +332,7 @@ y: 18.1d } ] - order_index: 6 + order_index: 7 progression_mode: "flexible" quest_links: [ ] quests: [ @@ -3431,8 +3428,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -3463,7 +3460,3 @@ ] title: "{atm9.chapters.23.title}" } - - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/productive_bees.snbt b/config/ftbquests/quests/chapters/productive_bees.snbt index c9a4a06..146da03 100644 --- a/config/ftbquests/quests/chapters/productive_bees.snbt +++ b/config/ftbquests/quests/chapters/productive_bees.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "hexagon" @@ -213,7 +210,7 @@ "" "{atm9.quest.productiveBees.desc.nests.3}" ] - hide: false + hide_until_deps_visible: false id: "00A17728A387B426" rewards: [{ id: "13A6FF7C32F2A33F" @@ -260,8 +257,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.stoneNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "369D3AF332181DA8" rewards: [{ id: "2FAF74F05A3FB855" @@ -284,7 +281,7 @@ "" "{atm9.quest.productiveBees.desc.dirtNest.2}" ] - hide: false + hide_until_deps_visible: false id: "73C70B15582958A5" rewards: [{ id: "7BF7221FDB6D90C9" @@ -303,8 +300,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.sandNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "06044B4452A6B720" rewards: [{ id: "73C97FC16BFC308A" @@ -323,8 +320,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.snowNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "264BFB8C5F79616F" rewards: [{ id: "5109858DAD10D79F" @@ -347,8 +344,8 @@ "" "{atm9.quest.productiveBees.desc.gravelNest.2}" ] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "09FD3D0B9BCAEB5A" rewards: [{ id: "12F728528AF6A6D3" @@ -367,8 +364,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.reedNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "5CC9CB0911954215" rewards: [{ id: "53A40EE86E11B2C0" @@ -387,8 +384,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.slimyNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "79D6A251FE3761B3" rewards: [{ id: "4D2E30FE89E3148F" @@ -407,8 +404,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.glowstoneNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "41CF7CAEE4F60CCD" rewards: [{ id: "310F333754B88B57" @@ -426,8 +423,8 @@ } { dependencies: ["120BDCB70AD352AC"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "027FD9135DEC4949" rewards: [{ id: "1EC49763E8E46D47" @@ -452,8 +449,8 @@ "" "{atm9.quest.productiveBees.desc.crystallineNest.3}" ] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "6D484150536536B9" rewards: [{ id: "5A21046DE47F6AD0" @@ -472,8 +469,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.netherBrickNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "349D19F2FCC34B84" rewards: [{ id: "4A620DDFDE9BDB88" @@ -492,8 +489,8 @@ { dependencies: ["120BDCB70AD352AC"] description: ["{atm9.quest.productiveBees.desc.enderNest}"] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "1E9BD4B74DAEA9FC" rewards: [{ id: "121400F2EFEEB64C" @@ -516,8 +513,8 @@ "" "{atm9.quest.productiveBees.desc.obsidianNest.2}" ] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false id: "3155E4212045BC8E" rewards: [{ id: "69CAC89B71A6CB41" @@ -771,8 +768,8 @@ { dependencies: ["17419401147B5C02"] description: [""] - hide: false hide_dependency_lines: true + hide_until_deps_visible: false icon: "minecraft:gold_ingot" id: "029AA03790F055E8" rewards: [{ @@ -4374,8 +4371,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -4406,6 +4403,3 @@ ] title: "{atm9.chapters.17.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/pylons.snbt b/config/ftbquests/quests/chapters/pylons.snbt index 0d5a85b..6dd0c95 100644 --- a/config/ftbquests/quests/chapters/pylons.snbt +++ b/config/ftbquests/quests/chapters/pylons.snbt @@ -2,7 +2,7 @@ default_hide_dependency_lines: false default_quest_shape: "" filename: "pylons" - group: "2B51AC12041E3F89" + group: "624105E64CD3DD68" icon: "pylons:infusion_pylon" id: "5712300EF4E5E846" images: [ @@ -87,7 +87,7 @@ y: 0.0d } ] - order_index: 9 + order_index: 2 quest_links: [ ] quests: [ { @@ -364,8 +364,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" diff --git a/config/ftbquests/quests/chapters/refined_storage.snbt b/config/ftbquests/quests/chapters/refined_storage.snbt index aa7510c..c32bc7e 100644 --- a/config/ftbquests/quests/chapters/refined_storage.snbt +++ b/config/ftbquests/quests/chapters/refined_storage.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "diamond" @@ -361,7 +358,7 @@ { dependencies: ["44881E39AB1D62AA"] description: ["{atm9.quest.rs.desc.iron}"] - hide: true + hide_until_deps_visible: true id: "45FF08E4DB6F7F0E" rewards: [ { @@ -388,7 +385,7 @@ { dependencies: ["45FF08E4DB6F7F0E"] description: ["{atm9.quest.rs.desc.gold}"] - hide: true + hide_until_deps_visible: true id: "4A198E875A6B0A64" rewards: [ { @@ -415,7 +412,7 @@ { dependencies: ["4A198E875A6B0A64"] description: ["{atm9.quest.rs.desc.diamond}"] - hide: true + hide_until_deps_visible: true id: "189018F641FBB44E" rewards: [ { @@ -442,7 +439,7 @@ { dependencies: ["189018F641FBB44E"] description: ["{atm9.quest.rs.desc.netherite}"] - hide: true + hide_until_deps_visible: true id: "24BD32102AFA1691" rewards: [ { @@ -499,7 +496,7 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.importer}"] - hide: true + hide_until_deps_visible: true id: "532229D285CA4858" rewards: [{ id: "1DE253380778110D" @@ -520,7 +517,7 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.destructor}"] - hide: true + hide_until_deps_visible: true id: "6092490EC9008A05" rewards: [{ id: "706F07A4768DE9FA" @@ -541,7 +538,7 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.constructor}"] - hide: true + hide_until_deps_visible: true id: "2CFEE04BA574921E" rewards: [{ id: "3CDBEEDBD20A61DE" @@ -562,7 +559,7 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.exporter}"] - hide: true + hide_until_deps_visible: true id: "4CD83943865018EA" rewards: [{ id: "40C3EDC23E165575" @@ -899,7 +896,7 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.external}"] - hide: true + hide_until_deps_visible: true id: "253657BE5D9D9162" min_width: 300 rewards: [{ @@ -1006,7 +1003,7 @@ { dependencies: ["59F5ED931FD70C55"] description: ["{atm9.quest.rs.desc.pattern_grid}"] - hide: true + hide_until_deps_visible: true id: "65C8A43FEDBA3835" min_width: 300 rewards: [{ @@ -1131,8 +1128,8 @@ { dependencies: ["43E8912CB307E421"] description: ["{atm9.quest.rs.desc.portable_grid}"] - hide: false hide_dependency_lines: false + hide_until_deps_visible: false id: "66D85424EC74EDCC" optional: true rewards: [{ @@ -1186,7 +1183,7 @@ { dependencies: ["12A43F82FC67A289"] description: ["{atm9.quest.rs.desc.disk_manipulator}"] - hide: true + hide_until_deps_visible: true id: "4844DEF57A2287B4" rewards: [{ id: "70D006DD94C36966" @@ -1234,7 +1231,7 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.monitor}"] - hide: true + hide_until_deps_visible: true id: "64E85274D24FE394" optional: true rewards: [ @@ -1283,7 +1280,7 @@ } { dependencies: ["4844DEF57A2287B4"] - hide: true + hide_until_deps_visible: true id: "7C26D0295ABBF5BD" rewards: [{ id: "1E8B6CC202D9C975" @@ -1302,7 +1299,7 @@ } { dependencies: ["7C26D0295ABBF5BD"] - hide: true + hide_until_deps_visible: true id: "1C8CEA8E12D9F2E3" rewards: [{ id: "55C4ACA6CF61E7A8" @@ -1349,7 +1346,7 @@ dependencies: ["12A43F82FC67A289"] dependency_requirement: "one_started" description: ["{atm9.quest.rs.desc.housing}"] - hide: true + hide_until_deps_visible: true id: "7604D8B3C9FCCFD9" min_width: 300 rewards: [ @@ -1469,7 +1466,7 @@ dependencies: ["6904EC449FBEE387"] dependency_requirement: "one_completed" description: ["{atm9.quest.rs.desc.speeding}"] - hide: true + hide_until_deps_visible: true id: "2B27E4E04A628C60" rewards: [ { @@ -1503,7 +1500,7 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.filter}"] - hide: true + hide_until_deps_visible: true id: "35EC08D610382860" optional: true rewards: [{ @@ -1523,7 +1520,7 @@ { dependencies: ["6B04FC81351CD1AB"] description: ["{atm9.quest.rs.desc.range}"] - hide: true + hide_until_deps_visible: true id: "2E2811D1A0F2A492" rewards: [ { @@ -1577,8 +1574,8 @@ { dependencies: ["6904EC449FBEE387"] description: ["{atm9.quest.rs.desc.upgrades}"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "30700E99091B712A" min_width: 300 rewards: [ @@ -1665,8 +1662,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1697,6 +1694,3 @@ ] title: "{atm9.chapters.12.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/silent_gear.snbt b/config/ftbquests/quests/chapters/silent_gear.snbt index 9db30f8..6e4d8f8 100644 --- a/config/ftbquests/quests/chapters/silent_gear.snbt +++ b/config/ftbquests/quests/chapters/silent_gear.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -1423,8 +1420,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1455,6 +1452,3 @@ ] title: "{atm9.chapters.9.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/storage.snbt b/config/ftbquests/quests/chapters/storage.snbt index 1773ea9..2407a2b 100644 --- a/config/ftbquests/quests/chapters/storage.snbt +++ b/config/ftbquests/quests/chapters/storage.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -864,8 +861,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "0E0CAA31480EC0A1" optional: true rewards: [{ @@ -886,7 +883,7 @@ } { dependencies: ["0E0CAA31480EC0A1"] - hide: true + hide_until_deps_visible: true id: "1985CFD1F0425E88" optional: true rewards: [{ @@ -906,8 +903,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "156FF8B7B724DC38" optional: true rewards: [{ @@ -927,7 +924,7 @@ } { dependencies: ["156FF8B7B724DC38"] - hide: true + hide_until_deps_visible: true id: "57CF8C6C867B9BDA" optional: true rewards: [{ @@ -946,8 +943,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "110D27EA86CDA62B" optional: true rewards: [{ @@ -967,7 +964,7 @@ } { dependencies: ["110D27EA86CDA62B"] - hide: true + hide_until_deps_visible: true id: "11D57C768032E3F7" optional: true rewards: [{ @@ -986,8 +983,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "5FA9BC0D8476D322" optional: true rewards: [{ @@ -1007,7 +1004,7 @@ } { dependencies: ["5FA9BC0D8476D322"] - hide: true + hide_until_deps_visible: true id: "1A739D36D5E3B1AD" optional: true rewards: [{ @@ -1026,8 +1023,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "1CD2C6AFD788C35E" optional: true rewards: [{ @@ -1047,7 +1044,7 @@ } { dependencies: ["1CD2C6AFD788C35E"] - hide: true + hide_until_deps_visible: true id: "5E4FE420B6D2C97F" optional: true rewards: [{ @@ -1067,8 +1064,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7EFBFF5D0DA018E7" optional: true rewards: [{ @@ -1088,7 +1085,7 @@ } { dependencies: ["7EFBFF5D0DA018E7"] - hide: true + hide_until_deps_visible: true id: "2FC15D3916DBF4E4" optional: true rewards: [{ @@ -1108,8 +1105,8 @@ { dependencies: ["1FE052F643401232"] description: ["Adds a filter that allows you to tell the backpack which items it should keep stocked. Shift-Right Clicking an inventory will refill it."] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "4B62AF0405F68041" optional: true rewards: [{ @@ -1129,7 +1126,7 @@ } { dependencies: ["4B62AF0405F68041"] - hide: true + hide_until_deps_visible: true id: "019CA0E35F888222" optional: true rewards: [{ @@ -1149,8 +1146,8 @@ { dependencies: ["1FE052F643401232"] description: ["Shift-Right Click an inventory to empty."] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "00DB5495C3A44999" optional: true rewards: [{ @@ -1170,7 +1167,7 @@ } { dependencies: ["00DB5495C3A44999"] - hide: true + hide_until_deps_visible: true id: "4C0EAB9F795686D0" optional: true rewards: [{ @@ -1189,8 +1186,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "33882172DA8021F6" optional: true rewards: [{ @@ -1215,8 +1212,8 @@ "" "So you can have your backpack in your backpack when you need your backpack in your backpack." ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7C07D6A33F7ADB02" optional: true rewards: [{ @@ -1236,8 +1233,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "037415D5B965E214" optional: true rewards: [{ @@ -1257,8 +1254,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "668C313FF46B6005" optional: true rewards: [{ @@ -1278,7 +1275,7 @@ } { dependencies: ["668C313FF46B6005"] - hide: true + hide_until_deps_visible: true id: "3A1D07AED2A841E4" optional: true rewards: [{ @@ -1298,8 +1295,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "26A9F402DAE15EA2" optional: true rewards: [{ @@ -1319,7 +1316,7 @@ } { dependencies: ["26A9F402DAE15EA2"] - hide: true + hide_until_deps_visible: true id: "36BCE35215B2B6E9" optional: true rewards: [{ @@ -1338,8 +1335,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "1E499F94A2A193E1" optional: true rewards: [{ @@ -1359,7 +1356,7 @@ } { dependencies: ["1E499F94A2A193E1"] - hide: true + hide_until_deps_visible: true id: "26988E22BD019628" optional: true rewards: [{ @@ -1378,8 +1375,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "4A854CD5EC70733E" optional: true rewards: [{ @@ -1399,8 +1396,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "52672B7FFFD51D16" optional: true rewards: [{ @@ -1420,8 +1417,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "7E9E03274A88347D" optional: true rewards: [ @@ -1449,7 +1446,7 @@ } { dependencies: ["7E9E03274A88347D"] - hide: false + hide_until_deps_visible: false id: "785951190FFDAA21" optional: true rewards: [ @@ -1476,7 +1473,7 @@ } { dependencies: ["785951190FFDAA21"] - hide: false + hide_until_deps_visible: false id: "0298A17C2AAC5765" optional: true rewards: [ @@ -1503,7 +1500,7 @@ } { dependencies: ["0298A17C2AAC5765"] - hide: false + hide_until_deps_visible: false id: "7AE3C8134F5ED726" optional: true rewards: [ @@ -1530,8 +1527,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "53F861876B991C36" optional: true rewards: [{ @@ -1551,8 +1548,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "615B9062FE8CCD36" optional: true rewards: [{ @@ -1572,7 +1569,7 @@ } { dependencies: ["615B9062FE8CCD36"] - hide: true + hide_until_deps_visible: true id: "15CD4BFDC56E9510" optional: true rewards: [{ @@ -1591,8 +1588,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "0D4C64DD58567758" optional: true rewards: [{ @@ -1612,8 +1609,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "4C2A60FC1F1E0328" optional: true rewards: [{ @@ -1633,8 +1630,8 @@ } { dependencies: ["1FE052F643401232"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6E9041744C592573" optional: true rewards: [{ @@ -1654,7 +1651,7 @@ } { dependencies: ["6E9041744C592573"] - hide: true + hide_until_deps_visible: true id: "56B80A7EBFE21428" optional: true rewards: [{ @@ -1673,7 +1670,7 @@ } { dependencies: ["56B80A7EBFE21428"] - hide: true + hide_until_deps_visible: true id: "6E3D53D1C4569A89" optional: true rewards: [{ @@ -2593,8 +2590,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2625,6 +2622,3 @@ ] title: "{atm9.chapters.10.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/config/ftbquests/quests/chapters/thermal_expansion.snbt b/config/ftbquests/quests/chapters/thermal_expansion.snbt index 13c6776..82f778b 100644 --- a/config/ftbquests/quests/chapters/thermal_expansion.snbt +++ b/config/ftbquests/quests/chapters/thermal_expansion.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -8,7 +5,7 @@ group: "2B51AC12041E3F89" icon: "thermal:machine_frame" id: "658721DF03EC997D" - order_index: 7 + order_index: 8 progression_mode: "flexible" quest_links: [ ] quests: [ @@ -1791,8 +1788,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -1823,6 +1820,3 @@ ] title: "{atm9.chapters.24.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/tips_and_tricks.snbt b/config/ftbquests/quests/chapters/tips_and_tricks.snbt index 054bca7..07e32e1 100644 --- a/config/ftbquests/quests/chapters/tips_and_tricks.snbt +++ b/config/ftbquests/quests/chapters/tips_and_tricks.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "diamond" @@ -629,8 +626,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -661,6 +658,3 @@ ] title: "{atm9.chapters.4.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/twilight_forest.snbt b/config/ftbquests/quests/chapters/twilight_forest.snbt index 9d69a74..4fdcf77 100644 --- a/config/ftbquests/quests/chapters/twilight_forest.snbt +++ b/config/ftbquests/quests/chapters/twilight_forest.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -75,7 +72,7 @@ "" "{atm9.quest.twilightForest.desc.discoverEntities.2}" ] - hide: true + hide_until_deps_visible: true id: "575E405B270BBCBC" rewards: [{ id: "2D7EEE6D9AB073A0" @@ -155,8 +152,8 @@ "" "{atm9.quest.twilightForest.desc.differentFoods.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true icon: "minecraft:bowl" id: "604F2B68B27885BF" optional: true @@ -308,7 +305,7 @@ "" "{atm9.quest.twilightForest.desc.firstBoss.2}" ] - hide: true + hide_until_deps_visible: true id: "3531B28F14CF72A2" rewards: [ { @@ -951,8 +948,8 @@ "" "{atm9.quest.twilightForest.desc.steeleafArmor.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "2BEBF66D7EA594FA" rewards: [ { @@ -1042,8 +1039,8 @@ "" "{atm9.quest.twilightForest.desc.ironwoodArmor.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "40258842B0359A2D" rewards: [ { @@ -1321,7 +1318,7 @@ "" "{atm9.quest.twilightForest.desc.questingRam.2}" ] - hide: true + hide_until_deps_visible: true id: "4DA0725E089D7C91" optional: true rewards: [{ @@ -1345,8 +1342,8 @@ "" "{atm9.quest.twilightForest.desc.charmOfLife.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6F67079A453DAABE" rewards: [ { @@ -1372,7 +1369,7 @@ { dependencies: ["6F67079A453DAABE"] description: ["{atm9.quest.twilightForest.desc.charmOfLifeII.1}"] - hide: true + hide_until_deps_visible: true id: "15006CF73F8CAB7C" rewards: [ { @@ -1461,8 +1458,8 @@ } { dependencies: ["4193303999597249"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "1464D45C474464DB" rewards: [{ id: "25991402B38AFA2A" @@ -1739,8 +1736,8 @@ { dependencies: ["4193303999597249"] description: ["{atm9.quest.twilightForest.desc.slownessBow.1}"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "49EE6D2A3684A510" rewards: [{ id: "6BCB7D180D92A1AB" @@ -1769,8 +1766,8 @@ "" "{atm9.quest.twilightForest.desc.swapBow.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "3D29EF7F150F5334" rewards: [{ id: "3051ABF9B41E8CDA" @@ -1799,8 +1796,8 @@ "" "{atm9.quest.twilightForest.desc.magnet.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "5FE4DAE8F41B1437" rewards: [{ id: "73C722B92E712713" @@ -1831,8 +1828,8 @@ "" "{atm9.quest.twilightForest.desc.oneHitSword.3}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "38ADDF7FF4E4892D" rewards: [{ id: "0FFBA24EB9CD17E3" @@ -1857,8 +1854,8 @@ { dependencies: ["4193303999597249"] description: ["{atm9.quest.twilightForest.desc.frostedSword.1}"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "78CE2ECEF0B651DA" rewards: [{ id: "1EDFE99AD36463BB" @@ -1887,8 +1884,8 @@ "" "{atm9.quest.twilightForest.desc.moonwormLauncher.2}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "60FC2DAEA954A849" rewards: [{ id: "13A5729B3DF5AEAA" @@ -1919,8 +1916,8 @@ "" "{atm9.quest.twilightForest.desc.overworldPowder.3}" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "0E9DE6293DF611E1" rewards: [{ id: "585C6465B69B2781" @@ -2303,8 +2300,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -2335,6 +2332,3 @@ ] title: "{atm9.chapters.48.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/chapters/welcome.snbt b/config/ftbquests/quests/chapters/welcome.snbt index 6c4c2c2..84c0f3d 100644 --- a/config/ftbquests/quests/chapters/welcome.snbt +++ b/config/ftbquests/quests/chapters/welcome.snbt @@ -1,6 +1,3 @@ -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - { default_hide_dependency_lines: false default_quest_shape: "" @@ -44,7 +41,7 @@ icon: "allthetweaks:atm_star" id: "3BC0A50886A3222B" rewards: [{ - id: "4956CB79E44FB523" + id: "12EA9BAC75F42566" type: "xp" xp: 10 }] @@ -52,7 +49,6 @@ size: 3.0d tasks: [{ id: "5A1784C5676CDC62" - title: "Welcome to All The Mods 9!" type: "checkmark" }] title: "{atm9.quest.welcome.welcome}" @@ -172,7 +168,7 @@ { description: [ "{atm9.quest.welcome.desc.translations}" - "&lTranslator List&r (as of pack version v0.1.18)" + "&lTranslator List&r (as of pack version v0.1.20)" "&9Spanish&r by &2radzratz&r, &2abel102389&r, &2arivio&r, and &2metabodiru&r." "&9Norwegian&r (Bokmål) by &2Permest&r." "&9Portugese&r by &2oruiva&r." @@ -214,8 +210,8 @@ "This quest is intentionally hidden, if you're seeing this, you're in editing mode." ] disable_toast: true - hide: true hide_details_until_startable: true + hide_until_deps_visible: true icon: { Count: 1 id: "ftbquests:custom_icon" @@ -246,6 +242,3 @@ ] title: "{atm9.chapters.1.title}" } - -## This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -## As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt index ed7a40e..a695b49 100644 --- a/config/ftbquests/quests/data.snbt +++ b/config/ftbquests/quests/data.snbt @@ -19,5 +19,5 @@ pause_game: false progression_mode: "flexible" title: "All the Mods 9 - No Frills" - version: 14 + version: 13 } diff --git a/config/ftbquests/quests/reward_tables/epic.snbt b/config/ftbquests/quests/reward_tables/epic.snbt index e64830c..f2d0a12 100644 --- a/config/ftbquests/quests/reward_tables/epic.snbt +++ b/config/ftbquests/quests/reward_tables/epic.snbt @@ -94,4 +94,4 @@ ] title: "&dEpic Reward" use_title: true -} \ No newline at end of file +} diff --git a/config/ftbquests/quests/reward_tables/uncommon.snbt b/config/ftbquests/quests/reward_tables/uncommon.snbt index 7cf5b9c..1392bba 100644 --- a/config/ftbquests/quests/reward_tables/uncommon.snbt +++ b/config/ftbquests/quests/reward_tables/uncommon.snbt @@ -338,4 +338,4 @@ ] title: "&aUncommon Reward" use_title: true -} \ No newline at end of file +} diff --git a/config/minecolonies-common.toml b/config/minecolonies-common.toml deleted file mode 100644 index 934f30e..0000000 --- a/config/minecolonies-common.toml +++ /dev/null @@ -1,11 +0,0 @@ - -#All configuration items related to the core gameplay -[gameplay] - #Whether to generate supply ships and camps in loot chests. [Default: true] - generatesupplyloot = false - -#All configurations related to the request system -[requestsystem] - #Should the request system show debug information in the debug.log? Useful if malfunctioning. [Default: false] - enabledebuglogging = false - diff --git a/config/securitycraft-client.toml b/config/securitycraft-client.toml deleted file mode 100644 index 7161fe8..0000000 --- a/config/securitycraft-client.toml +++ /dev/null @@ -1,12 +0,0 @@ -#Display a 'tip' message at spawn? -sayThanksMessage = false -#How fast can you rotate when mounted to a camera and holding W-A-S-D? -#Range: 0.0 ~ 1.7976931348623157E308 -cameraSpeed = 2.0 -#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? This setting can be overridden by servers. -reinforced_block_tint = true -#Set the color that reinforced blocks' textures have when reinforced_block_tint is enabled. This cannot be overridden by servers, and will be applied the same to all blocks. Grayscale values look best. -#Format: 0xRRGGBB -#Range: 0 ~ 16777215 -reinforced_block_tint_color = 10066329 - diff --git a/config/theoneprobe-common.toml b/config/theoneprobe-common.toml deleted file mode 100644 index 0be0e41..0000000 --- a/config/theoneprobe-common.toml +++ /dev/null @@ -1,60 +0,0 @@ -#General configuration -#How much time (ms) to wait before reporting an exception again -#Range: 1 ~ 10000000 -loggingThrowableTimeout = 20000 -#Is the probe needed to show the tooltip? 0 = no, 1 = yes, 2 = yes and clients cannot override, 3 = probe needed for extended info only -#Range: 0 ~ 3 -needsProbe = 3 -#If true the probe will automatically show extended information if it is in your main hand (so not required to sneak) -extendedInMain = false -#If true there will be a bauble version of the probe if baubles is present -supportBaubles = true -#If true there will be a readme note for first-time players -spawnNote = false -#If true show the color of the collar of a wolf -showCollarColor = true -#How to display RF: 0 = do not show, 1 = show in a bar, 2 = show as text -#Range: 0 ~ 2 -showRF = 1 -#How to display tank contents: 0 = do not show, 1 = show in fluid bar, 2 = show in a bar, 3 = show as text -#Range: 0 ~ 3 -showTank = 1 -#Format for displaying RF -rfFormat = "COMPACT" -#Format for displaying tank contents -tankFormat = "COMPACT" -#If true show debug info with creative probe -showDebugInfo = true -#If true equal stacks will be compacted in the chest contents overlay -compactEqualStacks = true -#Color for the RF bar -rfbarFilledColor = "ffdd0000" -#Alternate color for the RF bar -rfbarAlternateFilledColor = "ff430000" -#Color for the RF bar border -rfbarBorderColor = "ff555555" -#Color for the tank bar -tankbarFilledColor = "ff0000dd" -#Alternate color for the tank bar -tankbarAlternateFilledColor = "ff000043" -#Color for the tank bar border -tankbarBorderColor = "ff555555" -#If the number of items in an inventory is lower or equal then this number then more info is shown -#Range: 0 ~ 20 -showItemDetailThresshold = 4 -#The maximum amount of slots (empty or not) to show without sneaking -#Range: 0 ~ 1000 -showSmallChestContentsWithoutSneaking = 0 -#A list of blocks for which we automatically show chest contents even if not sneaking -showContentsWithoutSneaking = ["storagedrawers:basicdrawers", "storagedrawersextra:extra_drawers"] -#A list of blocks for which we don't show chest contents automatically except if sneaking -dontShowContentsUnlessSneaking = [] -#A list of blocks for which we don't send NBT over the network. This is mostly useful for blocks that have HUGE NBT in their pickblock (itemstack) -dontSendNBT = [] -#A list of either : to disable the tooltip for specific entities. Can also be a single to disable an entire mod. Or it can also be '*' to disable everything -blacklistEntities = [] -#A list of = containing all tooltype tags with their associated name to display -tooltypeTags = ["minecraft:mineable/axe=Axe", "minecraft:mineable/pickaxe=Pickaxe", "minecraft:mineable/shovel=Shovel", "minecraft:mineable/hoe=Hoe"] -#A list of = containing all harvestability tags with their associated name to display -harvestabilityTags = ["forge:needs_wood_tool=Wood", "forge:needs_gold_tool=Gold", "minecraft:needs_stone_tool=Stone", "minecraft:needs_iron_tool=Iron", "minecraft:needs_diamond_tool=Diamond", "forge:needs_netherite_tool=Netherite"] - diff --git a/config/tombstone-client.toml b/config/tombstone-client.toml new file mode 100644 index 0000000..07c2bf1 --- /dev/null +++ b/config/tombstone-client.toml @@ -0,0 +1,5 @@ + +#Personal Options that can be edited even on server +[client] + #Allows the ghost to appear around you during Halloween [false/true|default:true] + allow_halloween_ghost = false \ No newline at end of file diff --git a/config/travelersbackpack-common.toml b/config/travelersbackpack-common.toml deleted file mode 100644 index 20ad135..0000000 --- a/config/travelersbackpack-common.toml +++ /dev/null @@ -1,18 +0,0 @@ - [common.backpackSettings] - enableTierUpgrades = true - #Enables wearing backpack directly from ground - enableBackpackBlockWearable = true - #Enables unequipping the backpack when player clicks with empty hand on the ground - enableBackpackRightClickUnequip = false - #Backpack immune to any damage source (lava, fire), can't be destroyed, never disappears as floating item - invulnerableBackpack = true - toolSlotsAcceptSwords = true - #List of items that can be put in tool slots (Use registry names, for example: minecraft:apple, minecraft:flint) - toolSlotsAcceptableItems = [] - #List of items that can't be put in backpack inventory (Use registry names, for example: minecraft:apple, minecraft:flint) - blacklistedItems = [] - allowShulkerBoxes = false - #Prevents backpack disappearing in void - voidProtection = true - #Places backpack at place where player died - backpackDeathPlace = false diff --git a/defaultconfigs/caupona-server.toml b/defaultconfigs/caupona-server.toml deleted file mode 100644 index 068ce80..0000000 --- a/defaultconfigs/caupona-server.toml +++ /dev/null @@ -1,80 +0,0 @@ - -[recipes] - #Stew pot cooking mininum time in ticks - #Range: > 1 - potCookMinTicks = 100 - #Stew pot mixture mininum time in ticks - #Range: > 1 - potMixMinTicks = 50 - #Pan frying mininum time in ticks - #Range: > 1 - fryMinTicks = 100 - #Tick interval between container input check - #Range: > 1 - containTick = 10 - -[chimney] - #How many ticks does a chimney pot needed to make a soot - ChimneySootTicks = 80 - #Interval in ticks for a chimney to check it's validity - #Range: > 1 - ChimneyCheckTicks = 20 - #Max soot stored in a chimney - #Range: 1 ~ 64 - ChimneySootStorage = 8 - -[stoves] - #How many ticks should the stove pause burning when work is done - StovePauseTimer = 100 - #Stove fuel value multiplier - StoveFuelMultiplier = 1.0 - -[fumarole] - #Interval in ticks for a fumarole vent to generate pumice bloom - #Range: > 1 - FumaroleTicks = 100 - #Interval in ticks for a fumarole vent to check its heat source - #Range: > 1 - FumaroleCheckTicks = 20 - #Fumarole heat value, set to 0 to disable fumarole heat. - #Range: > 0 - FumaroleHeat = 1 - -[hypocast] - #Actual expectation of experience per tick is change x exp - #How many exp add to bathing play when conditions meet, set 0 to disable - #Range: > 0 - BathExperience = 1 - #The chance add the exp to player per tick per caliduct block - #Range: 0.0 ~ 1.0 - BathGetExpChance = 0.004999999888241291 - #Interval for bath heat check - #Range: > 1 - BathHeatTicks = 20 - #Interval for wolf statue heat check - #Range: > 1 - WolfTicks = 10 - #Firebox heat conduct radius - #Range: > 0 - FireboxRadius = 4 - #Strict player in water check, player must be in water to get bonus. - StrictInWaterCheck = true - -[misc] - #Super secret special content - specialContents = true - #Add manual to player on start - addManual = false - #Leaden walnut tranformation rate - #Range: 0.0 ~ 1.0 - leadenGenRate = 0.05 - -[compat] - - [compat.diet] - #You would only need to modify this when diet mod installed, otherwist this does not take effect - #Benefitial diet value modifier for cooking food into stew - benefitialModifier = 1.2 - #Harmful diet value modifier for cooking food into stew - harmfulModifier = 0.8 - diff --git a/kubejs/assets/kubejs/lang/en_us.json b/kubejs/assets/kubejs/lang/en_us.json index efaa1b3..1e781f1 100644 --- a/kubejs/assets/kubejs/lang/en_us.json +++ b/kubejs/assets/kubejs/lang/en_us.json @@ -19,6 +19,8 @@ "atm9.chapters.11.title": "Applied Energistics 2", "atm9.chapters.12.title": "Refined Storage", "atm9.chapters.group.6.": "Logistics", + "atm9.chapters.54.title": "Basic Logistics", + "atm9.chapters.55.title": "Modular Routers", "atm9.chapters.53.title": "Pylons", "atm9.chapters.group.4.": "Resources", "atm9.chapters.13.title": "AllThePower", @@ -31,19 +33,22 @@ "atm9.chapters.18.title": "Create", "atm9.chapters.56.title": "Draconic Evolution", "atm9.chapters.19.title": "Extreme Reactors", + "atm9.chapters.58.title": "Generators N Furnaces", "atm9.chapters.20.title": "Industrial Foregoing", "atm9.chapters.21.title": "Mekanism", - "atm9.chapters.22.title": "Mekanism: &dAdvanced&r", + "atm9.chapters.22.title": "Mekanism: &dAdvanced", "atm9.chapters.51.title": "PneumaticCraft", "atm9.chapters.23.title": "Powah", "atm9.chapters.24.title": "Thermal Series", "atm9.chapters.group.7.": "Magic", "atm9.chapters.38.title": "Apotheosis Enchanting", "atm9.chapters.39.title": "Ars Nouveau", + "atm9.chapters.57.title": "Artifacts", "atm9.chapters.40.title": "Blood Magic", "atm9.chapters.41.title": "Botania", "atm9.chapters.42.title": "EvilCraft", "atm9.chapters.43.title": "Forbidden and Arcanus", + "atm9.chapters.59.title": "Iron's Spells 'n Spellbooks", "atm9.chapters.44.title": "Occultism", "atm9.chapters.group.8.": "Exploration", "atm9.chapters.45.title": "Ad Astra", @@ -51,6 +56,7 @@ "atm9.chapters.48.title": "Twilight Forest", + "atm9.quest.welcome.team": "Creating a Team", "atm9.quest.welcome.commands": "Useful Commands", "atm9.quest.welcome.welcome": "&dWelcome to All The Mods 9 - No Frills!", @@ -59,7 +65,7 @@ "atm9.quest.welcome.translations": "All The Translations", "atm9.quest.welcome.desc.team": "If you want to create a team for you and your friends, use the command &a/ftbteams party create (name of team)&r to create the team!", - "atm9.quest.welcome.desc.commands": "There are plenty of helpful commands within ATM. Here are a few:\\n\\n &e/sethome&r (name of home) | Let's you set a home that you can teleport back to using /home (name). Example: /sethome farm - then teleport with /home farm\\n\\n &e/spawn&r | This will teleport you to the spawn of your overworld.\\n\\n &e/rtp&r | 'Random Teleport' will teleport you to a random location in the world.\\n\\n Note: These commands have cooldowns and limits. If you'd like to change them, you can edit the config file which can be found here:\\n\\n - For Singleplayer | &osaves/(name of save)/serverconfig/ftbessentials.snbt&r\\n\\n - For Servers | &oworld/serverconfig/ftbessentials.snbt&r", + "atm9.quest.welcome.desc.commands": "There are plenty of helpful commands within ATM. Here are a few:\\n\\n &e/sethome&r (name of home) | Let's you set a home that you can teleport back to using /home (name). Example: /sethome farm - then teleport with /home farm\\n\\n &e/spawn&r | This will teleport you to the spawn of your overworld.\\n\\n &e/rtp&r | 'Random Teleport' will teleport you to a random location in the world.\\n\\n Note: These commands have cooldowns and limits. If you'd like to change them, you can edit the config file which can be found here:\\n\\n - For Singleplayer | &osaves/(name of save)/serverconfig/ftbessentials.snbt&r\\n\\n - For Servers | &oworld/serverconfig/ftbessentials.snbt", "atm9.quest.welcome.desc.welcome1": "ATM9 is a kitchensink pack that allows you to explore the world of modded Minecraft in your own way! No Frills has the same endgame, but with less mods to improve performance!", "atm9.quest.welcome.desc.welcome2": "&lATM9 is currently in the beta stages of modpack development&r. Mods will be added or removed as they get updated.", "atm9.quest.welcome.desc.welcome3": "If you have any questions or issues, feel free to join the ATM discord!", @@ -78,26 +84,32 @@ "atm9.quest.allthemodium.atm_ore": "Allthemodium Ore", "atm9.quest.allthemodium.vib_ore": "Vibranium Ore", "atm9.quest.allthemodium.unob_ore": "Unobtainium Ore", - "atm9.quest.allthemodium.atm_smith": "&6AllTheModium Upgrades", + "atm9.quest.allthemodium.atm_smith": "&6Allthemodium Upgrades", "atm9.quest.allthemodium.vib_smith": "&bVibranium Upgrades", "atm9.quest.allthemodium.unob_smith": "&dUnobtainium Upgrades", "atm9.quest.allthemodium.atm_armor": "&6Allthemodium Armor", + "atm9.quest.allthemodium.atm_armor_task": "Allthemodium Armor", "atm9.quest.allthemodium.vib_armor": "&bVibranium Armor", + "atm9.quest.allthemodium.vib_armor_task": "Vibranium Armor", "atm9.quest.allthemodium.unob_armor": "&dUnobtainium Armor", + "atm9.quest.allthemodium.unob_armor_task": "Unobtainium Armor", "atm9.quest.allthemodium.atm_tools": "&6Allthemodium Tools", + "atm9.quest.allthemodium.atm_tools_task": "Allthemodium Tools", "atm9.quest.allthemodium.vib_tools": "&bVibranium Tools", + "atm9.quest.allthemodium.vib_tools_task": "Vibranium Tools", "atm9.quest.allthemodium.unob_tools": "&dUnobtainium Tools", - "atm9.quest.allthemodium.teleport": "AllTheModium Dimensions", + "atm9.quest.allthemodium.unob_tools_task": "Unobtainium Tools", + "atm9.quest.allthemodium.teleport": "Allthemodium Dimensions", "atm9.quest.allthemodium.mining": "Mining Dimension", "atm9.quest.allthemodium.other": "The Other", "atm9.quest.allthemodium.beyond": "The Beyond", "atm9.quest.allthemodium.furnace": "&dFaster Furnaces", + "atm9.quest.allthemodium.furnace_task": "ATM Furnaces", "atm9.quest.allthemodium.bees": "&6Productive ATM Bees", - "atm9.quest.allthemodium.carrot": "AllTheModium Carrot", - "atm9.quest.allthemodium.apple": "AllTheModium Apple", - "atm9.quest.allthemodium.atm_vib": "Vibranium-AllTheModium Alloy", - "atm9.quest.allthemodium.atm_unob": "Unobtainium-AllTheModium Alloy", - "atm9.quest.allthemodium.vib_unob": "Unobtainium-Vibranium Alloy", + "atm9.quest.allthemodium.bees_task": "ATM Bee Combs", + "atm9.quest.allthemodium.atm_vib": "Vibranium - Allthemodium Alloy", + "atm9.quest.allthemodium.atm_unob": "Unobtainium - Allthemodium Alloy", + "atm9.quest.allthemodium.vib_unob": "Unobtainium - Vibranium Alloy", "atm9.quest.allthemodium.pickaxe": "Alloy Pickaxe", "atm9.quest.allthemodium.sword": "Alloy Blade", "atm9.quest.allthemodium.axe": "Alloy Axe", @@ -195,8 +207,8 @@ "atm9.quest.tips.desc.belt": "A quick way to switch between tools.\\n\\n Upgrade with belt pouches in an anvil to increase capacity.", "atm9.quest.tips.desc.sink": "Easy item to automate infinite water. Need more water? Make another!", "atm9.quest.tips.desc.spawner": "&6Remove AI: &r&m&4Chorus Fruit&r&r Golden Apple \\n &6Ignore Players: &r&m&4Nether Star&r&r Conduit \\n &6Increase Entities: &rGhast Tears | Max &m&432&r&r 16 \\n &6Decrease Minimum Spawn Delay:&r &m&4Sugar&r&r AllTheModium Ingot | Min &m&420&r&r 100 \\n &6Decrease Maximum Spawn Delay:&r &m&4Clock&r&r Unobtainium Ingot | Min &m&420&r&r 100", - "atm9.quest.tips.desc.mahou": "&4Increasing Innate Cap requires throwing Ender Upgrade Orbs (26 max) in Mahou lake along with Caliburn&r \\n &5Converting Caliburn to Morgan requires killing Warden with Caliburn&r", - "atm9.quest.tips.desc.powah": "Power Generation has had quite a bit of balancing!\\n\\n Melon power is probably not the droid you were looking for!\\n\\n Gas Burning Generators are only about 11% as strong as normal.\\n\\n To compensate, starting Powah generators have been buffed. Extreme Reactors have been buffed. The Mekanism Bio Generator has been buffed. Generators Galore has stronger starting generators too!\\n\\n &8Just between you and me, a Powah Nitro Thermo Gen with Soul Lava next to it makes 31.5k rf/t and only consumes water, but you didn't hear it from me. &r", + "atm9.quest.tips.desc.mahou": "&4Increasing Innate Cap requires throwing Ender Upgrade Orbs (26 max) in Mahou lake along with Caliburn&r \\n &5Converting Caliburn to Morgan requires killing Warden with Caliburn", + "atm9.quest.tips.desc.powah": "Power Generation has had quite a bit of balancing!\\n\\n Melon power is probably not the droid you were looking for!\\n\\n Gas Burning Generators are only about 11% as strong as normal.\\n\\n To compensate, starting Powah generators have been buffed. Extreme Reactors have been buffed. The Mekanism Bio Generator has been buffed. Generators Galore has stronger starting generators too!\\n\\n &8Just between you and me, a Powah Nitro Thermo Gen with Soul Lava next to it makes 31.5k rf/t and only consumes water, but you didn't hear it from me. ", "atm9.quest.tips.subt.tricks": "And Other Useful Items!", "atm9.quest.tips.subt.tipped_out": "Complete all of the tips!", @@ -278,7 +290,7 @@ "atm9.quest.chapter1.desc.crafting": "Sure, you could craft in your inventory using the 2x2 crafting grid, but that won't get you far. We need to upgrade by making a Crafting Table!", "atm9.quest.chapter1.desc.crafting_stick": "Personally, I hate having to run to a block just to craft. That's where the &2Crafting Stick&r comes in!\\n\\n This item works as a &aPortable Crafting Table&r!\\n\\n Tip: You can also put this in your &aCurios&r slot and set a &bKeybind&r to open it!", "atm9.quest.chapter1.desc.wooden_pick": "Whether you are an experienced modded player, or a complete noob to MC, everyone has to make a &2Wooden Pickaxe&r.\\n\\n Pickaxes allow you to break most stone and metal blocks. This wooden one won't last long, so make sure to gather some &3Cobblestone&r with it!", - "atm9.quest.chapter1.desc.explore": "Exploration is a big part of the &6ATM&r packs!\\n\\n With tons of adventure mods, you'll stumble into plenty of new structures, mobs, bosses, and most importantly: &c&lL&6&lo&e&lo&a<&9&l!&r", + "atm9.quest.chapter1.desc.explore": "Exploration is a big part of the &6ATM&r packs!\\n\\n With tons of adventure mods, you'll stumble into plenty of new structures, mobs, bosses, and most importantly: &c&lL&6&lo&e&lo&a<&9&l!", "atm9.quest.chapter1.desc.spell": "&dIron's Spells and Spellbooks&r adds classic RPG Spellcasting fantasy to Minecraft!\\n\\n You will fight more dangerous mobs like the &3Necromancer&r, collect brand new resources, and most importantly: &6Cast Powerful Spells&r!\\n\\n At first, you will need to find a random &bSpell Scroll&r from loot. These Scrolls are single-use items to cast spells, but can be put into a &dSpellbook&r using the &2Inscription Table&r for infinite-use casting!\\n\\n That is, if you have the &9Mana&r for it.", "atm9.quest.chapter1.desc.loot": "We all love looting, and &dLootr Chests&r help us do exactly that.\\n\\n These loot chests have per-player loot, meaning you and your friends can loot them without stealing loot from each other!\\n\\n You'll also find rare items called &6Artifacts&r in them, which can be placed in your &bCurios&r slots for unique effects or abilities!\\n\\n Tip: You can break a Lootr chest by sneaking while mining it!", "atm9.quest.chapter1.desc.teleporting": "There are a few useful commands you can use like /home or /rtp, but these come with a heavy cooldown. However, there are plenty of mods that add ways to create teleports around your world!\\n\\n If you venture out to a Village, keep an eye out for a &6Waystone&r. These can be collected and placed for you to teleport between other Waystones!\\n\\n Tip: You can also craft a &dWarp Stone&r for you to teleport to your Waystone network from your inventory!", @@ -347,12 +359,12 @@ "atm9.quest.chapter2.next": "What Happens Next?", - "atm9.quest.chapter2.resource_generation": "&2Resource Generation&r", - "atm9.quest.chapter2.quarries": "&aQuarrying The World&r", - "atm9.quest.chapter2.mobs": "&eMob Farming&r", - "atm9.quest.chapter2.bees": "&eProductive Bees&r", - "atm9.quest.chapter2.MA": "&2Mystical Agriculture&r", - "atm9.quest.chapter2.drills": "&dVoid Mining&r", + "atm9.quest.chapter2.resource_generation": "&2Resource Generation", + "atm9.quest.chapter2.quarries": "&aQuarrying The World", + "atm9.quest.chapter2.mobs": "&eMob Farming", + "atm9.quest.chapter2.bees": "&eProductive Bees", + "atm9.quest.chapter2.MA": "&2Mystical Agriculture", + "atm9.quest.chapter2.drills": "&dVoid Mining", "atm9.quest.chapter2.emerald": "Block of Emerald 4X", "atm9.quest.chapter2.endstone": "End Stone 5X", "atm9.quest.chapter2.dirt": "Dirt 6X", @@ -360,16 +372,16 @@ "atm9.quest.chapter2.netherrack": "Netherack 6X", "atm9.quest.chapter2.obsidian": "Obsidian 5X", "atm9.quest.chapter2.diamonds": "Block of Diamond 4X", - "atm9.quest.chapter2.storage": "&aStorage&r", + "atm9.quest.chapter2.storage": "&aStorage", "atm9.quest.chapter2.RS": "Refined Storage", "atm9.quest.chapter2.LDS": "Large Digital Storage", "atm9.quest.chapter2.wireless": "Wireless Terminals", "atm9.quest.chapter2.AE2": "Applied Energistics 2", "atm9.quest.chapter2.singularity": "Singularity", "atm9.quest.chapter2.quantum_ring": "ME Quantum Ring", - "atm9.quest.chapter2.power": "&cPower&r", - "atm9.quest.chapter2.ancient_pyramid": "&6The Allthemodium Pyramid&r", - "atm9.quest.chapter2.atm_alloys": "&6The ATM Alloys&r", + "atm9.quest.chapter2.power": "&cPower", + "atm9.quest.chapter2.ancient_pyramid": "&6The Allthemodium Pyramid", + "atm9.quest.chapter2.atm_alloys": "&6The ATM Alloys", "atm9.quest.chapter2.star_casing": "&6The Casing of the Star&r", "atm9.quest.chapter2.awakened_blocks": "&6Awakened Alloys&r", "atm9.quest.chapter2.abyssal_sacrifice": "Abyssal Sacrifice", @@ -1339,7 +1351,107 @@ "atm9.quest.arsNouveau.desc.castersWand.1": "The &9Caster's Wand&r only accepts a single spell, and is inscribed using the Scribe's Table.", "atm9.quest.arsNouveau.desc.castersWand.2": "Wand spells always start with Projectile > Accelerate, and MUST be inscribed with a spell that does not have another method (like touch, self, etc).", "atm9.quest.arsNouveau.desc.castersWand.3": "This allows you to cast spells beyond the 10 spell cap. If you want to use Break, just inscribe the wand with Break by itself.", - + + + "atm9.quest.artifacts.title.rootedboots": "&aRooted Boots", + "atm9.quest.artifacts.title.flippers": "&9Flippers", + "atm9.quest.artifacts.title.steadfastboots": "&7Steadfast Boots", + "atm9.quest.artifacts.title.runningshoes": "&cRunning Shoes", + "atm9.quest.artifacts.title.kittyslippers": "&7Kitty Slippers", + "atm9.quest.artifacts.title.bunnyhoppers": "&dBunny Hoppers", + "atm9.quest.artifacts.title.aquadashers": "&bAqua-Dashers", + "atm9.quest.artifacts.title.pickaxeheater": "&7Pickaxe Heater", + "atm9.quest.artifacts.title.onionring": "&6Onion Ring", + "atm9.quest.artifacts.title.goldenhook": "&eGolden Hook", + "atm9.quest.artifacts.title.vampiricglove": "&7Vampiric Glove", + "atm9.quest.artifacts.title.pocketpiston": "&6Pocket Piston", + "atm9.quest.artifacts.title.firegauntlet": "&cFire Gauntlet", + "atm9.quest.artifacts.title.powerglove": "&ePower Glove", + "atm9.quest.artifacts.title.feralclaws": "&aFeral Claws", + "atm9.quest.artifacts.title.diggingclaws": "&9Digging Claws", + "atm9.quest.artifacts.title.chorusbelt": "&5Chorus Belt", + "atm9.quest.artifacts.title.heliumflamingo": "&dHelium Flamingo", + "atm9.quest.artifacts.title.crystalheart": "&4Crystal Heart", + "atm9.quest.artifacts.title.antidotevessel": "&6Antidote Vessel", + "atm9.quest.artifacts.title.universalattractor": "&cUniversal Attractor", + "atm9.quest.artifacts.title.obsidianskull": "&5Obsidian Skull", + "atm9.quest.artifacts.title.cloudinabottle": "&bCloud in a Bottle", + "atm9.quest.artifacts.title.charmofsinking": "&3Charm of Sinking", + "atm9.quest.artifacts.title.thornpendant": "&aThorn Pendant", + "atm9.quest.artifacts.title.flamependant": "&cFlame Pendant", + "atm9.quest.artifacts.title.shockpendant": "&bShock Pendant", + "atm9.quest.artifacts.title.panicpendant": "&4Panic Necklace", + "atm9.quest.artifacts.title.crossnecklace": "&eCross Necklace", + "atm9.quest.artifacts.title.luckyscarf": "&2Lucky Scarf", + "atm9.quest.artifacts.title.scarfofinvisibility": "&9Scarf of Invisibility", + "atm9.quest.artifacts.title.anglerhat": "&cAngler's Hat", + "atm9.quest.artifacts.title.cowboyhat": "&7Cowboy Hat", + "atm9.quest.artifacts.title.superstitioushat": "&aSuperstitious Hat", + "atm9.quest.artifacts.title.villagerhat": "&eVillager Hat", + "atm9.quest.artifacts.title.nightvisiongoggles": "&2Night Vision Goggles", + "atm9.quest.artifacts.title.snorkel": "&3Snorkel", + "atm9.quest.artifacts.title.noveltydrinkinghat": "&9Novelty Drinking Hat", + "atm9.quest.artifacts.title.plasticdrinkinghat": "&6Plastic Drinking Hat", + "atm9.quest.artifacts.title.whoopiecushion": "&dWhoopie Cushion", + "atm9.quest.artifacts.title.everlastingsteak": "&4Everlasting Steak", + "atm9.quest.artifacts.title.everlastingbeef": "&cEverlasting Beef", + "atm9.quest.artifacts.title.umbrella": "&4Umbrella", + "atm9.quest.artifacts.title.artifacts": "&l&3Artifacts", + + "atm9.quest.artifacts.desc.rootedboots.1": "Like get in touch with Mother Nature man. \\n\\nWith &aRooted Boots&r nature is your Bestfriend! When standing on Grass you will Regenerate Hearts. Also when you Eat Food when standing on Grass it will act as if you Bonemealed it.", + "atm9.quest.artifacts.desc.flippers.1": "I don't have Hands, I have &9Flippers&r. \\n\\n&9Flippers&r will act like a much better Depth Strider. You can Swim and Walk through &9Water&r much faster!", + "atm9.quest.artifacts.desc.steadfastboots.1": "Spikes, Cleats, Crampons whatever they are! \\n\\n&7Steadfast Boots&r keep you steady on your Feet. You won't be knocked back from attacks and you won't slip on Ice anymore.", + "atm9.quest.artifacts.desc.snowshoes.1": "If you're like me, or any sane person you despise Powdered Snow. Thankfully &l&3Artifacts&r gives us a tool for dealing with it! Snowshoes! \\n\\nSnowshoes will allow you to safely walk over Powdered Snow just like how Leather Boots do. You will also get a Speed boost when walking on any Snow!", + "atm9.quest.artifacts.desc.runningshoes.1": "I don't believe I have permission to use a specific brand name of &cRunning Shoes&r so use your imagination on which these are. \\n\\n&cRunning Shoes&r will give you a Speed Boost when Sprinting so you will be even faster when Running! Also gives you auto-jump when Sprinting...", + "atm9.quest.artifacts.desc.kittyslippers.1": "For some reason Creepers are scared of Cats. Creepers are also extremely dumb and believe the Cats that your &7Slippers&r look like are real. \\n\\nAll Creepers will run away from you and won't be hostile when these &7Slippers&r are worn. \\n\\nAlso makes Kitty noises when you take damage! (Can't assure you that you will always land on your Feet though).", + "atm9.quest.artifacts.desc.bunnyhoppers.1": "Bunny, hop. Bunny, hop. Bunny, hop. \\n\\nWith &dBunny Hoppers&r on you can jump twioce as high and take half the fall damage as usual! Doesn't make you invincible to Fall Damage, you can still die it's just harder.", + "atm9.quest.artifacts.desc.aquadashers.1": "While wearing &bthese&r on your Feet you can preform a miracle! Walking on &9Water&r! \\n\\nWell actually running on &9Water&r, you have to be Sprinting to be able to run over &9Water&r. Once you stop Sprinting you will start Sinking.", + "atm9.quest.artifacts.desc.pickaxeheater.1": "Don't you hate having to Mine then Smelt your Ores with two different Items? Well now you can be lazier than ever with the &7Pickaxe Heater&r! \\n\\nWhile wearing the &7Pickaxe Heater&r, Ores that you Mined will automatically be Smelted! \\n\\nMight want to be careful with it if you want Ore Processing.", + "atm9.quest.artifacts.desc.onionring.1": "Food by itself can get pretty boring, but it gets much better when you have a side with your dish! More specifically some (a) &6Onion Ring&r! \\n\\nWhen wearing the &6Onion Ring&r, everything you eat will give you slight Haste.", + "atm9.quest.artifacts.desc.goldenhook.1": "Wearin' dis &eGolden Hook&r will increase your yield of experience from keel-hauled enemies!", + "atm9.quest.artifacts.desc.vampiricglove.1": "With this &7Glove&r you will steal the life from any enemies you hit!\\n\\nOh yeah sorry I forgot... bleh bleh blehhh!", + "atm9.quest.artifacts.desc.pocketpiston.1": "With the &6Pocket Piston&r your Attacks will hit your Enemies much farther! \\n\\nI wonder which wins, &6Pocket Piston&r or &7Steadfast Boots&r?", + "atm9.quest.artifacts.desc.firegauntlet.1": "Everything I hit, bursts into Flames!!!!!", + "atm9.quest.artifacts.desc.powerglove.1": "The other side of the &aFeral Claws&r, these increase the Damage you deal while wearing them.", + "atm9.quest.artifacts.desc.feralclaws.1": "Wearing these &aClaws&r just makes you feel a certain way. Adrenaline pumping, thoughts ceasing, strength rising like no other! \\n\\nWith &aFeral Claws&r you will Attack much faster with your Weapons or Fists.", + "atm9.quest.artifacts.desc.diggingclaws.1": "Now these are one of my favorites! \\n\\n&9Digging Claws&r will 1. Increase your Mining Speed, so basically a level of Efficiency on all Pickaxes, and 2. Makes your Fists act as a Stone Pickaxe! \\n\\nSuper helpful for building and just playing in general!", + "atm9.quest.artifacts.desc.chorusbelt.1": "Don't you hate when you're just about to kill an Endermen and it teleports away? Well you don't hate you, you love it! You're just angry because you're envious! You want it! \\n\\nAnd with the &5Chorus Belt&r you can get it! You will teleport from a hit that would kill you.", + "atm9.quest.artifacts.desc.heliumflamingo.1": "Perfect for Pool Parties! \\n\\nBesides looking cute and funny the &dHelium Flamingo&r allows you to swim in Air. Yes you heard me! Swim... in... Air... \\n\\nWhen in the Air, like jumping, you can press CTRL to start Swimming in Air. You can move around just like in the Water: Swim up, Swim down, Swim all around!", + "atm9.quest.artifacts.desc.crystalheart.1": "'Also try Terraria!' \\n\\nWhen equipped you will gain 5 extra Hearts! Or 10 whole points of Health! Adding up to on default 30 Health.", + "atm9.quest.artifacts.desc.antidotevessel.1": "Do you have to drink it? Idk it kinda just stays there and works... \\n\\nWith the &6Antidote Vessel&r, negative Effects (like Wither or Poison) will have their durations cut short! Very helpful when facing Witches or Wither Skeletons.", + "atm9.quest.artifacts.desc.universalattractor.1": "It's a &cMagnet&r.", + "atm9.quest.artifacts.desc.obsidianskull.1": "After you take a hit from Fire Damage, the &5Obsidian Skull&r will activate giving you a period of Fire Resistance. Hopefully long enough to escape the flames!", + "atm9.quest.artifacts.desc.cloudinabottle.1": "With the &bCloud in a Bottle&r equipped you can hit Space Bar twice to double jump! Very helpful for parkour! \\n\\nAlso increases the height you can fall from, like &dBunny Hoppers&r!", + "atm9.quest.artifacts.desc.charmofsinking.1": "What &9Water&r? \\n\\nWith the &3Charm of Sinking&r you move through the &9Water&r as if it were Air! Still can't breath underwater though...", + "atm9.quest.artifacts.desc.thornpendant.1": "Gives you Thorns. Not your Armor, you! Like a Pufferfish!", + "atm9.quest.artifacts.desc.flamependant.1": "Similar to &aThorn Pendant&r, just a little hotter. No wait way hotter! \\n\\nThe &cFlame Pendant&r has a chance to light your attackers on Fire! When they are lit on fire the &cPendant&r will also give you Fire Resistance.", + "atm9.quest.artifacts.desc.shockpendant.1": "Like the other Pendants this has a chance to hurt your attacker, just with Lightning! \\n\\nAlso makes it so if you're (un)lucky enough to be hit by Lightning, it won't hurt you.", + "atm9.quest.artifacts.desc.panicpendant.1": "Some times the best way to fight, is not to fight.. it's to run away! \\n\\nWith the &4Panic Necklace&r, when hit you will get Speed Effect for a small time. Just enough time to get away!", + "atm9.quest.artifacts.desc.crossnecklace.1": "Most games that have a Health and Damage system have Invincibility Frames. After you take Damage you will have a few Invincibility Frames so 1. You don't die in an instant by a simple attack and 2. Gives you time top fight back. \\n\\nWith &eCross Necklace&r you get a few more Invincibility Frames. Which means a few more times to fight back!", + "atm9.quest.artifacts.desc.luckyscarf.1": "This and the &aSuperstitious Hat&r gives you all the lucky charms you can need! \\nThe &2Lucky Scarf&r gives you an extra level of Fortune to your Pickaxes.", + "atm9.quest.artifacts.desc.scarfofinvisibility.1": "Where'd you go?", + "atm9.quest.artifacts.desc.anglerhat.1": "By tonight he'll be sleeping with the Fishes. \\n\\nThe &cAngler Hat&r helps you Lure Fish in and makes your chances at getting a Rare Drop higher!", + "atm9.quest.artifacts.desc.cowboyhat.1": "Wearin' this here &7Hat&r makes yer critters run like the wind! \\n\\nIt's right purty too.", + "atm9.quest.artifacts.desc.superstitioushat.1": "'They're magically delicious!' \\n\\nThe &aSuperstitious Hat&r grants you an extra level of Looting to Mobs you kill! \\n\\nIt does stack with Enchants!", + "atm9.quest.artifacts.desc.villagerhat.1": "One of us! One of us! \\n\\nThe &eVillager Hat&r makes the Villagers believe you're from the same Town so they get rid of the Out-of-Towners Tax. Villager Trades are cheaper.", + "atm9.quest.artifacts.desc.nightvisiongoggles.1": "I see you! \\n\\nWhen wearing &2Night Vision Goggles&r you get the ability to see in the dark! Not much else to them...", + "atm9.quest.artifacts.desc.snorkel.1": "The &3Snorkel&r gives you a small amount of Water Breathing when you enter &9Water&r. Similar to a Turtle Helmet! Careful though it runs out.", + "atm9.quest.artifacts.desc.noveltydrinkinghat.1": "'It was his Hat Mr Krabs! He was Number 1!' \\n\\nDoes the same exact thing as the normal &6Drinking Hat&r, just looks much cooler!", + "atm9.quest.artifacts.desc.plasticdrinkinghat.1": "Why spend time sitting down and eating a nice Home-Cooked meal when you can just Eat and Drink quickly! \\n\\nWith this very stylish &6Hat&r, Eating and Drinking is much faster.", + "atm9.quest.artifacts.desc.whoopiecushion.1": "The single most important! Most powerful! Most dangerous &l&3Artifact&r of them all!\\n\\nI'm not even sure if I should explain what it does, it's too dangerous!\\n\\nIf you're so sure you can handle its power, then maybe keep reading...\\n\\nNot too late to turn back!\\n\\nOkay I warned you...\\n\\nPress Shift for a chance to Fart when &dWhoopie Cushion&r is equipped.", + "atm9.quest.artifacts.desc.everlastingsteak.1": "Like regular Raw Beef, you can cook the &cEverlasting Beef&r to get &4Eternal Steak&r! \\n\\nWorks just like &cEverlasting Beef&r but more Food Points and Saturation.", + "atm9.quest.artifacts.desc.everlastingbeef.1": "When slaughtering hundreds of Cows you might come across a Rare Beef. Not one with Mad Cow Disease, I mean the &cEverlasting Beef&r! \\n\\n&cEverlasting Beef&r can be eaten like normal Raw Beef, but it won't be removed when consumed! However, it will have a cooldown before you can eat it again. \\n\\n(Also works with autofeeding backpacks!)", + "atm9.quest.artifacts.desc.umbrella.1": "'I'm Mary Poppins y'all!' \\n\\n&4The Umbrella&r is a very useful tool added by &l&3Artifacts&r! By holding right click, it can function like a shield. Or you can simply hold it to slow your fall!", + "atm9.quest.artifacts.desc.artifacts.1": "&l&3Artifacts&r is a wonderful Mod that adds &l&3Artifacts&r that will make your Minecraft experience much easier and much more fun! \\n\\nAll &l&3Artifacts&r can either be found from exploring, archeology, or killing Mimics! \\n\\nMimics are found in Campsites underground, looking like normal Chests! But once you get too close they'll attack!", + + "atm9.quest.artifacts.subt.feet": "Feet", + "atm9.quest.artifacts.subt.hands": "Hands", + "atm9.quest.artifacts.subt.belt": "Belt", + "atm9.quest.artifacts.subt.necklace": "Necklace", + "atm9.quest.artifacts.subt.scarf": "Scarf around your Neck", + "atm9.quest.artifacts.subt.head": "Head", + "atm9.quest.artifacts.subt.unique": "Unique", + "atm9.quest.bloodMagic.desc.welcome.1": "Welcome to &cBlood Magic&f!", "atm9.quest.bloodMagic.desc.welcome.2": "This mod is all about using the Blood of your enemies (or yourself) to create powerful items and networks!", @@ -2122,6 +2234,201 @@ "atm9.quest.evilcraft.bloodBrooms": "&cBlood &dBrooms", + "atm9.quest.forbiddenAndArcanus.desc.newArmor.1": "Forbidden \\\\&\\\\ Arcanus adds new ways to get better armor, enchants, and more!", + "atm9.quest.forbiddenAndArcanus.desc.newArmor.2": "This magic-themed mod has amazing animations, as well as some overpowered items like the &6Eternal Stella&r.", + "atm9.quest.forbiddenAndArcanus.welcome": "Welcome to &5Forbidden \\\\&\\\\ Arcanus!", + "atm9.quest.forbiddenAndArcanus.desc.edelwoodTreeFeatures.1": "Found within the Dark Forest biome, the Edelwood Tree looks like a small tree that has been chopped in half.", + "atm9.quest.forbiddenAndArcanus.desc.edelwoodTreeFeatures.2": "You'll need to break the branches off and collect the logs, as these are used for crafting various items within the mod.", + "atm9.quest.forbiddenAndArcanus.edelwoodTrees": "Edelwood Trees", + "atm9.quest.forbiddenAndArcanus.silkTouchPickaxe": "A Silk-Touch Pickaxe", + "atm9.quest.forbiddenAndArcanus.desc.mysticalDaggerFeatures.1": "The Mystical Dagger is used to break Dragon Heads down to Dragon Scales.", + "atm9.quest.forbiddenAndArcanus.desc.mysticalDaggerFeatures.2": "When used to kill mobs, it will fill &aTest Tubes&r with &cBlood&r.", + "atm9.quest.forbiddenAndArcanus.desc.edelwoodBucketFeatures.1": "The &2Edelwood Bucket&r can store more than one bucket of liquid, and can also be used to capture small animals like chickens or squids.", + "atm9.quest.forbiddenAndArcanus.desc.edelwoodBucketFeatures.2": "You'll need the Permafrost enchant to use it to carry Lava.", + "atm9.quest.forbiddenAndArcanus.desc.mainResource": "This is the main resource in the mod. Go out and mine some!", + "atm9.quest.forbiddenAndArcanus.arcaneCrystals": "Arcane Crystals", + "atm9.quest.forbiddenAndArcanus.desc.stellaArcanumFeatures.1": "You'll find the Stella Arcanum ore deep underground.", + "atm9.quest.forbiddenAndArcanus.desc.stellaArcanumFeatures.2": "Careful when mining.", + "atm9.quest.forbiddenAndArcanus.thisGoesBoomToo": "This Goes Boom Too", + "atm9.quest.forbiddenAndArcanus.desc.nipaPlantsFeatures.1": "Have you seen the random floating island in the sky?", + "atm9.quest.forbiddenAndArcanus.desc.nipaPlantsFeatures.2": "These have the Nipa plant on them. You can break these and replant them!", + "atm9.quest.forbiddenAndArcanus.desc.nipaPlantsFeatures.3": "They produce Arcane Crystal Dust Specks over time, which can be used to create Arcane Crystal Dust.", + "atm9.quest.forbiddenAndArcanus.nipaPlants": "Nipa Plants", + "atm9.quest.forbiddenAndArcanus.desc.arcaneCrystalDustFeatures.1": "Smelting down Arcane Crystals will give you Arcane Crystal Dust.", + "atm9.quest.forbiddenAndArcanus.desc.arcaneCrystalDustFeatures.2": "This is used for most of the items in the mod.", + "atm9.quest.forbiddenAndArcanus.desc.spawnerScraps": "Breaking spawners will now drop &9Spawner Scraps&r.", + "atm9.quest.forbiddenAndArcanus.desc.quantumCatcher": "The &9Quantum Catcher&r is used to capture and transport mobs.", + "atm9.quest.forbiddenAndArcanus.entityTools": "Entity Tools", + "atm9.quest.forbiddenAndArcanus.desc.endCityLootFeatures.1": "Found randomly in loot chests from the End City.", + "atm9.quest.forbiddenAndArcanus.desc.endCityLootFeatures.2": "When used, it grants 5 minutes of creative flight.", + "atm9.quest.forbiddenAndArcanus.desc.xRayVision": "This gives X-Ray vision for mobs, highlighting them from afar to make it easier to spot them.", + "atm9.quest.forbiddenAndArcanus.highlightsMobs": "Highlights Mobs when Activated", + "atm9.quest.forbiddenAndArcanus.desc.magicalFarmlandFeatures.1": "Using this bone meal on Farmland will convert it to Magical Farmland.", + "atm9.quest.forbiddenAndArcanus.desc.magicalFarmlandFeatures.2": "Crops will produce double the output when grown on Magical Farmland.", + "atm9.quest.forbiddenAndArcanus.useOnFarmland": "Use on Farmland to make it Magical!", + "atm9.quest.forbiddenAndArcanus.canInfect": "Can Infect Villagers and Horses", + "atm9.quest.forbiddenAndArcanus.arrowGoBoom": "Arrow Go Boom", + "atm9.quest.forbiddenAndArcanus.leavesAoECloud": "Leaves an AoE Cloud that damages living mobs", + "atm9.quest.forbiddenAndArcanus.desc.deorumNuggetsFeatures.1": "These can be planted to grow &6Deorum Nuggets&r.", + "atm9.quest.forbiddenAndArcanus.desc.deorumNuggetsFeatures.2": "To create one, you'll need to find Yellow Orchids.", + "atm9.quest.forbiddenAndArcanus.growingGold": "Growing Gold", + "atm9.quest.forbiddenAndArcanus.desc.mortemArmorFeatures.1": "Crafted with skulls, bones, and cloth, this armor is slightly stronger than Iron.", + "atm9.quest.forbiddenAndArcanus.desc.mortemArmorFeatures.2": "It's also really cool looking.", + "atm9.quest.forbiddenAndArcanus.armorOfTheDead": "Armor of the Dead", + "atm9.quest.forbiddenAndArcanus.mortemArmor": "Mortem Armor", + "atm9.quest.forbiddenAndArcanus.desc.dragonScales": "Combining a Dragon Head with a Mystical Dagger will give you &9Dragon Scales&r.", + "atm9.quest.forbiddenAndArcanus.dragonScalesSong": "Dragon Scales, Dragon Scales.....", + "atm9.quest.forbiddenAndArcanus.dragonScales": "Dragon Scales", + "atm9.quest.forbiddenAndArcanus.betterThanNetherite": "Better than Netherite", + "atm9.quest.forbiddenAndArcanus.dracoArcanusArmor": "&1Draco Arcanus Armor&r", + "atm9.quest.forbiddenAndArcanus.desc.goldenAquaticDragonScalesFeatures.1": "The Dragon Scale can be made into a Golden and Aquatic Dragon Scales.", + "atm9.quest.forbiddenAndArcanus.desc.goldenAquaticDragonScalesFeatures.2": "These are mainly used to craft &dTyr Armor&r.", + "atm9.quest.forbiddenAndArcanus.desc.corruptiDustFeatures.1": "Used to corrupt Souls and Runes. You'll need this for later.", + "atm9.quest.forbiddenAndArcanus.desc.corruptiDustFeatures.2": "If you throw down Dark Matter, then throw down Corrupti Dust, it'll create a Black Hole. Feed it small entities like Arrows or Experience Orbs, and it'll produce Xpetrified Orbs.", + "atm9.quest.forbiddenAndArcanus.desc.mundabiterDustFeatures.1": "Using our Arcane Crystal Dust, we'll need to combine it with other dusts and powders to create &dMundabiter Dust&r.", + "atm9.quest.forbiddenAndArcanus.desc.mundabiterDustFeatures.2": "This dust is used in several recipes, as well as activating the Hephaestus Forge.", + "atm9.quest.forbiddenAndArcanus.subt.dustsCombine": "Let the Dusts Combine", + "atm9.quest.forbiddenAndArcanus.mundabiturDust": "Mundabitur Dust", + "atm9.quest.forbiddenAndArcanus.desc.deorumIngotFeatures.1": "The &6Deorum Ingot&r is needed to continue your progression in the mod!", + "atm9.quest.forbiddenAndArcanus.desc.deorumIngotFeatures.2": "This is a very important crafting ingot used in a lot of recipes, plus it also makes some pretty blocks!", + "atm9.quest.forbiddenAndArcanus.deorum": "&6Deorum", + "atm9.quest.forbiddenAndArcanus.tyrArmor": "&5Tyr Armor", + "atm9.quest.forbiddenAndArcanus.desc.dragonEggDecoration": "This Dragon Egg is a cool decoration piece. That's pretty much it.", + "atm9.quest.forbiddenAndArcanus.desc.corruptionEffects.1": "Killing passive mobs will increase your corruption. Killing &9Aureal Entities&r has a higher chance to increase your corruption.", + "atm9.quest.forbiddenAndArcanus.desc.corruptionEffects.2": "Be careful! At higher levels of corruption, negative things will happen!", + "atm9.quest.forbiddenAndArcanus.desc.corruptionEffects.3": "Making a Sanity Meter will give your UI an upgrade to show your total corruption, for those who want to hit new high scores and such.", + "atm9.quest.forbiddenAndArcanus.subt.insanity": "Am I going insane?", + "atm9.quest.forbiddenAndArcanus.sanity": "Sanity", + "atm9.quest.forbiddenAndArcanus.desc.darkstoneAcquisition": "You've probably already acquired some Darkstone, but we'll need it to craft the forge.", + "atm9.quest.forbiddenAndArcanus.preppingForge": "Prepping For the Forge", + "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.1": "We'll be using all of that Darkstone to create the &dHephaestus Forge&r.", + "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.2": "Once you have all of the blocks needed, you'll need to build the platform for the forge!", + "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.3": "The 8 Chiseled Arcane Polished Darkstone blocks on the outer ring of the platform can be used for pedestals or Arcane Cryal Obelisks, with the last block being placed in the center of the platform.", + "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.4": "On top of the center block, place a Smithing Table and sneak+right-click it with a piece of Mundabitur Dust to convert it to the Forge!", + "atm9.quest.forbiddenAndArcanus.hephaestusForge": "&1The Hephaestus Forge", + "atm9.quest.forbiddenAndArcanus.desc.lensOfVeritatisFeatures.1": "The &9Lens of Veritatis&r is used to see Aureal entities.", + "atm9.quest.forbiddenAndArcanus.desc.lensOfVeritatisFeatures.2": "These are entities that will grant Aureal when killed, but will also increase your corruption....", + "atm9.quest.forbiddenAndArcanus.desc.edelwoodToDarkMatter.1": "Smelting &9Edelwood&r will give you Dark Matter.", + "atm9.quest.forbiddenAndArcanus.desc.edelwoodToDarkMatter.2": "You can make Black Holes with this.", + "atm9.quest.forbiddenAndArcanus.desc.bloodCollection.1": "Blood is collected by crafting Test Tubes, then killing mobs with the Mystical Dagger.", + "atm9.quest.forbiddenAndArcanus.desc.bloodCollection.2": "Note: The Test Tube must be in your inventory when killing mobs.", + "atm9.quest.forbiddenAndArcanus.blood": "&4Blood", + "atm9.quest.forbiddenAndArcanus.desc.aurealBottlesFeatures.1": "&dAureal Bottles&r can be found in loot chests, but they can also be crafted using Arcane Crystal Dust.", + "atm9.quest.forbiddenAndArcanus.desc.aurealBottlesFeatures.2": "You can also generate Aureal with Arcane Crystal Obelisks.", + "atm9.quest.forbiddenAndArcanus.aureal": "&9Aureal", + "atm9.quest.forbiddenAndArcanus.desc.soulsGathering": "Souls are gathered by creating a &9Soul Extractor&r, and then using it on Soul Sand.", + "atm9.quest.forbiddenAndArcanus.souls": "&dSouls", + "atm9.quest.forbiddenAndArcanus.desc.forgeRightSide": "This goes in the right side of the forge.", + "atm9.quest.forbiddenAndArcanus.subt.experienceBottle": "Experience in a bottle", + "atm9.quest.forbiddenAndArcanus.bottleOfEnchanting": "&aBottle O' Enchanting", + "atm9.quest.forbiddenAndArcanus.desc.forgePowerRequirements.1": "The Forge requires 4 different items to be powered: Aureal, Souls, Blood, and Experience.", + "atm9.quest.forbiddenAndArcanus.desc.forgePowerRequirements.2": "To learn more about each, follow the corner quests!", + "atm9.quest.forbiddenAndArcanus.poweringForge": "Powering the Forge", + "atm9.quest.forbiddenAndArcanus.desc.enchantingItems.1": "To enchant items, you'll need Darkstone Pedestals placed around the Forge.", + "atm9.quest.forbiddenAndArcanus.desc.enchantingItems.2": "Make sure to place these on the Arcane Chiseled Polished Darkstone.", + "atm9.quest.forbiddenAndArcanus.darkstonePedestals": "Darkstone Pedestals", + "atm9.quest.forbiddenAndArcanus.desc.performingRituals.1": "To perform a ritual, place the ingredients on the Arcane Pedestals around the Forge.", + "atm9.quest.forbiddenAndArcanus.desc.performingRituals.2": "You'll need a &9Blacksmith's Gavel&r to activate the ritual. To do this, right click on the Forge with the Gavel.", + "atm9.quest.forbiddenAndArcanus.blacksmithGavel": "Blacksmith Gavel", + "atm9.quest.forbiddenAndArcanus.performingRituals": "Performing Rituals", + "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.1": "The &6Eternal Stella&r has 3 charges, and when right-clicked, can fully repair all of your items in your inventory.", + "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.2": "The main purpose of it is to give the enchant &9Unbreakable&r to an item, which is done by combining it with a tool and an &dApply Item Modifier Smithing Template&r in a Smithing Table.", + "atm9.quest.forbiddenAndArcanus.eternalStella": "&dEternal Stella", + "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.3": "This stuff is everywhere.", + "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.4": "It can be used to give yourself experience, or used to make the Eternal Stella.", + "atm9.quest.forbiddenAndArcanus.subt.dragonTools": "Dragon Tools", + "atm9.quest.forbiddenAndArcanus.dracoTools": "&1Draco Tools", + "atm9.quest.forbiddenAndArcanus.desc.dracoToolsFeatures": "The Scepter shoots out energy orbs when charged up with Right-Click. If a mob is hit, it'll strike it with lightning.", + "atm9.quest.forbiddenAndArcanus.subt.goPewPew": "Go Pew Pew", + "atm9.quest.forbiddenAndArcanus.dracoWeapons": "&1Draco Weapons", + "atm9.quest.forbiddenAndArcanus.desc.dracoWeaponsFeatures.1": "To create an Arcane Crystal Obelisk, place down an Arcane Polished Darkstone block, then place two Arcane Crystal Blocks on top of it.", + "atm9.quest.forbiddenAndArcanus.desc.dracoWeaponsFeatures.2": "Right-click with Mundabitur Dust and you'll create the obelisk.", + "atm9.quest.forbiddenAndArcanus.desc.dracoWeaponsFeatures.3": "When placed on a Arcane Chiseled Polished Darkstone block on the Hephaestus Forge structure, it will slowly generate Aureal over time.", + "atm9.quest.forbiddenAndArcanus.arcaneCrystalObelisks": "Arcane Crystal Obelisks", + "atm9.quest.forbiddenAndArcanus.desc.upgradingForgeFeatures.1": "The &dHephaestus Forge&r can be upgraded into higher tiers using things like Spawner Scraps, Arcane Crystals, and more!", + "atm9.quest.forbiddenAndArcanus.desc.upgradingForgeFeatures.2": "You'll need higher tiers to make some of the higher tier items, like the &aEternal Stella&r. Make sure to check out JEI for more info!", + "atm9.quest.forbiddenAndArcanus.upgradingTheForge": "&dUpgrading The Forge", + + + "atm9.quest.generators.title.ironfurnaces": "&fIron Furnace", + "atm9.quest.generators.title.goldenfurnace": "&eGolden Furnace", + "atm9.quest.generators.title.diamondfurnace": "&bDiamond Furnace", + "atm9.quest.generators.title.emeraldfurnace": "&aEmerald Furnace", + "atm9.quest.generators.title.obsidianfurnace": "&dObsidian Furnace", + "atm9.quest.generators.title.crystalfurnace": "&3Crystal Furnace", + "atm9.quest.generators.title.copperfurnace": "&6Copper Furnace", + "atm9.quest.generators.title.silverfurnace": "&7Silver Furnace", + "atm9.quest.generators.title.rainbowfurnace": "&cR&6a&ei&2n&3b&9o&5w &cF&6u&er&2n&3a&9c&5e", + "atm9.quest.generators.title.generatorintro": "All starts here, the furnace", + "atm9.quest.generators.title.coppergenerator": "&6Copper Generator", + "atm9.quest.generators.title.goldgenerator": "&eGold Generator", + "atm9.quest.generators.title.diamondgenerator": "&bDiamond Generator", + "atm9.quest.generators.title.netheritegenerator": "&5Netherite Generator", + "atm9.quest.generators.title.emeraldgenerator": "&aEmerald Generator", + "atm9.quest.generators.title.obsidiangenerator": "&dObsidian Generator", + "atm9.quest.generators.title.honeygenerator": "&6Honey Generator", + "atm9.quest.generators.title.potiongenerator": "&dPotion Generator", + "atm9.quest.generators.title.enchantmentgenerator": "&bEnchantment Generator", + "atm9.quest.generators.title.magmaticgenerator": "&cMagmatic Generator", + "atm9.quest.generators.title.endergenerator": "&3Ender Generator", + "atm9.quest.generators.title.halitosisgenerator": "&5Halitosis Generator", + "atm9.quest.generators.title.netheritefurnace": "&5Netherite Furnace", + "atm9.quest.generators.title.augmentblasting": "&4Augment&r: Blasting", + "atm9.quest.generators.title.augmentsmoking": "&4Augment&r: Smoking", + "atm9.quest.generators.title.augmentfactory": "&3Augment&r: Factory", + "atm9.quest.generators.title.augmentgenerator": "&3Augment&r: Generator", + "atm9.quest.generators.title.augmentspeed": "&2Augment&r: Speed", + "atm9.quest.generators.title.augmentfuel": "&2Augment&r: Fuel Efficiency", + "atm9.quest.generators.title.halloween": "'This is Halloween'", + "atm9.quest.generators.title.christmas": "All wrapped up", + "atm9.quest.generators.title.rainbowcore": "&cR&6a&ei&2n&3b&9o&5w &cC&eo&3r&5e", + "atm9.quest.generators.title.rainbowplating": "&cR&6a&ei&2n&3b&9o&5w &cP&6l&ea&2t&3i&9n&5g", + "atm9.quest.generators.title.rainbowcoal": "&cR&6a&ei&2n&3b&9o&5w &cC&eo&3a&5l", + "atm9.quest.generators.title.configuration": "Configurations", + "atm9.quest.generators.title.rainbowgenerator": "&cR&6a&ei&2n&3b&9o&5w &cG&6e&en&2e&3r&9a&5t&ce&6r", + + "atm9.quest.generators.desc.ironfurnaces.1": "Iron Furnaces (Don't be confused with each of the titles with &lIron Furnaces&r being the mod name and an Item name) work even faster than Normal and Copper Furnaces. They take 160 Ticks to work, or 8 seconds. \\n \\nThese can be crafted from either a normal Furnace or &6Copper Furnace&r! And they can be made into either a &7Silver Furnace&r or &eGold Furnace&r.", + "atm9.quest.generators.desc.goldenfurnace": "The &eGolden Furnace&r is better than the Iron ones with a Cooktime of 120 Ticks.\\n\\nIt can be crafted with &7Silver&r or Iron Furnace and is crafted into a &bDiamond one&r!", + "atm9.quest.generators.desc.diamondfurnace.1": "&bDiamonds&r the staple of &2Minecraft&r, and of upgraded Furnaces apparently...\\n \\nThese work even faster only taking 80 Ticks or 4 Seconds to smelt items. That's even faster than a Blast Furnace! \\n \\nThese are only crafted by &eGold Furnaces&r and can be crafted into &3Crystal&r or &aEmerald Furnaces&r.", + "atm9.quest.generators.desc.emeraldfurnace.1": "The &aEmerald Furnace&r, I wonder if Villagers will trade for it? \\n \\nIt works at 40 Ticks or only 2 Seconds to smelt! Blink and you might miss it. \\n \\nThese are crafted by &bDiamond Furnace&r and can be made into an &dObsidian Furnace&r.", + "atm9.quest.generators.desc.obsidianfurnace.1": "It may be &dObsidian&r but don't worry you don't need a &bDiamond Pickaxe&r to pick it up, just to craft it. \\n \\nIt works every 20 Ticks or every Second. Yeah not Seconds just Second. \\n \\nIt can be crafted with a &3Crystal Furnace&r or &aEmerald Furnace&r, and can be crafted into a &5Netherite Furnace&r!", + "atm9.quest.generators.desc.crystalfurnace.1": "If &aEmeralds&r aren't your thing the &3Crystal Furnace&r might be what you want! \\n \\nWorks the same as an &aEmerald Furnace&r at 40 Tick. \\n \\nMade with a &bDiamond Furnace&r and can be made into an &dObsidian Furnace&r. \\n \\n(No you can't see the Items smelting inside it, it's just transparent)", + "atm9.quest.generators.desc.copperfurnace.1": "&6Copper&r is one if not the most common Ore you can find, so why not use a bunch of spare &6Copper&r to upgrade your furnace! \\n \\nNormal Furnaces take 200 Ticks to smelt 1 Item, (20 Ticks = 1 Second) while &6Copper Furnaces&r take 180 Ticks. \\n \\nThey can be crafted into either &7Silver&r or &fIron Furnaces&r.", + "atm9.quest.generators.desc.silverfurnace.1": "Following the same pattern, these ones smelt at 140 Ticks or 7 Seconds. \\n \\nThey can be crafted with &6Copper&r or Iron Furnaces and can be used to craft a &eGold Furnace&r.", + "atm9.quest.generators.desc.rainbowfurnace.1": "The &cR&6a&ei&2n&3b&9o&5w&r &cF&6u&er&2n&3a&9c&5e&r needs quite literally every other Furnace to Craft. 8 &cR&6a&ei&2n&3b&9o&5w&r &cP&6l&ea&2t&3i&9n&5g&r and 1 &cR&6a&ei&2n&3b&9o&5w&r &cC&eo&3r&5e&r gives us the best Furnace we could imagine! \\n \\nYes it takes 20 Ticks to smelt or 1 Second to smelt, but it doesn't smelt 1 item. How many items you ask? How many is in a stack of items?", + "atm9.quest.generators.desc.generatorintro.1": "&lGenerator's Galore&r and &lIron Furnaces&r are two different but also similar mods. Both start with the legendary Furnace!", + "atm9.quest.generators.desc.coppergenerator.1": "&lGenerator's Galore&r adds very simple Generators. The most basic ones act like Furnaces with &3Augment&r: Generator. They'll take Fuel and make it into Energy! \\n \\nYes you have to start with &6Copper Generator&r.", + "atm9.quest.generators.desc.irongenerator.1": "Each upgrade upgrades everything, from the amount it makes to how much it can hold to what it can transfer to other blocks! \\n \\nYou'll need a &6Copper Generator&r to make an Iron Generator, sorry &6Copper&r haters.", + "atm9.quest.generators.desc.goldgenerator.1": "Why are you surprised that &eGold&r is actually used in mods? You've seen it in real life it does plenty! Also opens up for more unique Generators that don't just take Furnace Fuel!", + "atm9.quest.generators.desc.culinarygenerator.1": "Finally a unique Generator! Culinary is the name for the art of Food. These Generators don't take Coal, Lava, or even logs, they take Food. Anything with Food Points can be used to make Energy, the amount it makes is based off the amount of Food Points the Food consists of. Steak will give more Energy than a Carrot.", + "atm9.quest.generators.desc.diamondgenerator.1": "&bDiamonds&r are usually expensive... for Vanilla, but this is modded you'll have enough for atleast 1 &bDiamond Generator&r. Still uses normal Furnace Fuel.", + "atm9.quest.generators.desc.netheritegenerator.1": "Makes Energy at the same rate as an &aEmerald Generator&r but has a much higher Transfer Rate. Also arguably cheaper as it takes less items but that item is also &5Netherite&r so...", + "atm9.quest.generators.desc.emeraldgenerator.1": "Very fast Rate of making Energy from Fuel which makes it the very efficient. Only problem is it can't be upgraded anymore. Still uses normal Furnace Fuel.", + "atm9.quest.generators.desc.obsidiangenerator.1": "The &dObsidian Generator&r is slower than the &aEmerald&r and &5Netherite Generators&r but it has more upgrades than all of those combined!", + "atm9.quest.generators.desc.honeygenerator.1": "If you know &l&6Productive Bees&r you should know LobsterJonn. He made &l&6Productive Bees&r and &lGenerator's Galore&r (along with many others). The &6Honey Generator&r is a good way of connecting both these mods! &6Honey Generator&r uses &6Liquid Honey&r to make Energy. ", + "atm9.quest.generators.desc.potiongenerator.1": "Want something exciting and new to make Energy? What about using &dPotions&r for it! That's what the &dPotion Generator&r does, it will take your &dPotions&r and make Energy out of it depending on its strength and duration.", + "atm9.quest.generators.desc.enchantmentgenerator.1": "There's so many useless &5Enchantments&r out there, why not get some Energy out of them! The &bEnchantment Generator&r uses &5Enchanted Books&r to make Energy. The Level and Rarity of &5Enchanted Books&r changes the amount of Energy you get from them.", + "atm9.quest.generators.desc.magmaticgenerator.1": "&cLava&r go in. \\n \\nEnergy come out.", + "atm9.quest.generators.desc.endergenerator.1": "I always hate when I have an &5Endermen&r Farm for either XP or Apotheosis Gems but end up with all these &3Ender Pearls&r (hehe end up, &3ender pearls&r). Now you can use those &3Ender Pearls&r for Energy with the &3Ender Generator&r. You can even make &aEyes of Ender&r for even more Energy!", + "atm9.quest.generators.desc.netherstargenerator.1": "The most powerful and efficient Generator, the Netherstar Generator. Take a guess what it uses to make Energy!", + "atm9.quest.generators.desc.halitosisgenerator.1": "&dDragon's Breath&r is a powerful, (stinky), and mysterious item. Powerful means we can make Energy from it, and lots of it! &5Halitosis Generator&r makes Energy from &dDragon's Breath&r!.", + "atm9.quest.generators.desc.netheritefurnace.1": "The best Vanilla gets! &5Netherite&r! Don't worry you won't need Smithing Template for it, just a lotta &5Netherite&r. \\n \\nIt smelts an item every 5 Ticks which means 4 Items Smelted every Second. Yes it's no longer S.P.S. (Seconds per Smelt) it's now S.P.S. (Smelts per Seconds). \\n \\nCrafted from &dObsidian Furnace&r... wait this isn't the final Furnace?", + "atm9.quest.generators.desc.augmentblasting.1": "&4Augment&r: Blasting transforms your Iron Furnace to an Iron Blast Furnace! It will now only smelt Ores but at twice the speed! Yes this stacks with the effects of other Augments and different Tiers of Furnace.", + "atm9.quest.generators.desc.augmentsmoking.1": "&4Augment&r: Smoking transforms your Iron Furnace into an Iron Smoker. Now it will only smoke Food items but twice as fast! Like &4Augment&r: Blasting this one also stacks with other upgrades!", + "atm9.quest.generators.desc.augmentfactory.1": "&3Augment&r: Factory makes your Furnace more like the Smelting Factory from Mekanism. Instead of using Fuel it will now use Energy! Pipe in some Energy and it will start Smelting.", + "atm9.quest.generators.desc.augmentgenerator.1": "&3Augment&r: Generator is the opposite of the &3Augment&r: Factory, instead of using Energy to Smelt, it Smelts for Energy. You will no longer smelt items in it, every Fuel used will be made into Energy! \\n \\n(I wonder if it's better to connect a Generator and Factory Furnaces instead of just using Fuel in one)", + "atm9.quest.generators.desc.augmentspeed.1": "&2Augment&r: Speed makes it so your Furnace is faster! &bDiamond Furnace&r will instead smelt every 40 Ticks instead of 80 Ticks. At the cost of twice the Fuel usage.", + "atm9.quest.generators.desc.augmentfuel.1": "&2Augment&r: Fuel Efficiency is for all you Earth-Loving, Tree-Hugging, Captain Planet Embracing, Hippies. The Furnace consumes half of the amount of Fuel at the cost of half the time. Coal will not Smelt 8 items but rather 16!", + "atm9.quest.generators.desc.halloween.1": "At the time of writing this it's the end of July so I've got about 3 months until Halloween. But it's never to early to start getting Spooky! Just like Spirit Halloween we can get Spooky 3 months before it actually starts. This time by Right Clicking a Furnace with the Spook-alator! Once it's time to start getting ready for Thanksgiving Shift Right Click them to Un-Spook-Alate!", + "atm9.quest.generators.desc.christmas.1": "During Christmas all the Chests look like Presents... but the Furnaces just stick out like a sore thumb! Now that can be changed with the Wrapping Paper! You can Right Click it onto any &lIron Furnace&r and it'll be all set for the holiday season! And after the season is over you can Shift Right Click it to unwrap it!", + "atm9.quest.generators.desc.wirelessheat.1": "Wireless Heat is a fun and easy way of powering Furnaces. First place the Wireless Heat Transmitter and put Energy into it. Then put the Receiver into the Transmitter to bind it. Finally put the Receiver into the Furnace Fuel section to start powering it!", + "atm9.quest.generators.desc.rainbowcore.1": "For this you need 2 &5Netherite Furnaces&r and 7 pieces of glass which are each the color of the Rainbow. &cRed&r, &6Orange&r, &eYellow&r, &2Green&r, &3Blue&r, &9Indig&r- &5Purple&r, and &5Vi&r-&dMagenta&r. Yep! The whole Roy G. Bpm!", + "atm9.quest.generators.desc.rainbowplating.1": "You'll need every Furnace before &5Netherite&r for these. Yes all, even the &6Copper&r! Even the &7Silver&r! Even the &3Crystal&r!", + "atm9.quest.generators.desc.rainbowcoal.1": "You blew up the &cR&6a&ei&2n&3b&9o&5w &cF&6u&er&2n&3a&9c&5e&r?!?! Just lit TNT right next to it? Are you mad? That took so many Furnaces and resources and you just blew it up!!! Did you atleast get something good from it? &cR&6a&ei&2n&3b&9o&5w &cC&eo&3a&5l&r? Coal that lasts forever? Actually that's pretty worth it.", + "atm9.quest.generators.desc.configuration.1": " Like most Modded machines, Iron Furnaces has Configurations. Configs can be found by clicking the Top Left. There will be the Inputs, Outputs, and Redstone activation. The Redstone activation changes when the Furnace will smelt. The top buttons determine if it auto Inputs or Outputs, which means it will automatically move to and from connected Inventories. The boxes are each side of the Furnace and determine whether it Inputs, Outputs, does both, Inputs Fuel, or does nothing. This matters for Items being Piped in or out. The Furnace Settings Linker will copy all of these settings to other Furnaces!", + "atm9.quest.generators.desc.rainbowgenerator.1": "The &cR&6a&ei&2n&3b&9o&5w &cG&6e&en&2e&3r&9a&5t&ce&6r&r is a boost to the &cR&6a&ei&2n&3b&9o&5w &cF&6u&er&2n&3a&9c&5e&r while using &3Augment&r: Generator. If all other 8 Furnaces (not counting &5Netherite Furnace&r) are around the &cR&6a&ei&2n&3b&9o&5w &cF&6u&er&2n&3a&9c&5e&r, have &3Augment&r: Generator, and are actively making Energy (fueled up and not full) they will give a boost to a &cR&6a&ei&2n&3b&9o&5w &cF&6u&er&2n&3a&9c&5e&r that has &3Augment&r: Generator and is working. It will make 50kFE a tick more!", + + "atm9.quest.gregtech.desc.extremeReactors.1": "Based off of the original mod &eBig Reactors&r, &aExtreme Reactors&r allows you to build customizable multiblock Reactors!", "atm9.quest.gregtech.desc.extremeReactors.2": "The main element is of course, Uranium. You'll need this and a lot of coal and iron to get building.", "atm9.quest.gregtech.desc.extremeReactors.3": "If you're ever lost along the way, refer to &aThe Extreme Book&r for help! ", @@ -2263,122 +2570,6 @@ "atm9.quest.gregtech.desc.insaniteCreation.2": "&aBenitoite Ore&r can be found in the Nether.", - "atm9.quest.forbiddenAndArcanus.desc.newArmor.1": "Forbidden \\\\&\\\\ Arcanus adds new ways to get better armor, enchants, and more!", - "atm9.quest.forbiddenAndArcanus.desc.newArmor.2": "This magic-themed mod has amazing animations, as well as some overpowered items like the &6Eternal Stella&r.", - "atm9.quest.forbiddenAndArcanus.welcome": "Welcome to &5Forbidden \\\\&\\\\ Arcanus!", - "atm9.quest.forbiddenAndArcanus.desc.edelwoodTreeFeatures.1": "Found within the Dark Forest biome, the Edelwood Tree looks like a small tree that has been chopped in half.", - "atm9.quest.forbiddenAndArcanus.desc.edelwoodTreeFeatures.2": "You'll need to break the branches off and collect the logs, as these are used for crafting various items within the mod.", - "atm9.quest.forbiddenAndArcanus.edelwoodTrees": "Edelwood Trees", - "atm9.quest.forbiddenAndArcanus.silkTouchPickaxe": "A Silk-Touch Pickaxe", - "atm9.quest.forbiddenAndArcanus.desc.mysticalDaggerFeatures.1": "The Mystical Dagger is used to break Dragon Heads down to Dragon Scales.", - "atm9.quest.forbiddenAndArcanus.desc.mysticalDaggerFeatures.2": "When used to kill mobs, it will fill &aTest Tubes&r with &cBlood&r.", - "atm9.quest.forbiddenAndArcanus.desc.edelwoodBucketFeatures.1": "The &2Edelwood Bucket&r can store more than one bucket of liquid, and can also be used to capture small animals like chickens or squids.", - "atm9.quest.forbiddenAndArcanus.desc.edelwoodBucketFeatures.2": "You'll need the Permafrost enchant to use it to carry Lava.", - "atm9.quest.forbiddenAndArcanus.desc.mainResource": "This is the main resource in the mod. Go out and mine some!", - "atm9.quest.forbiddenAndArcanus.arcaneCrystals": "Arcane Crystals", - "atm9.quest.forbiddenAndArcanus.desc.stellaArcanumFeatures.1": "You'll find the Stella Arcanum ore deep underground.", - "atm9.quest.forbiddenAndArcanus.desc.stellaArcanumFeatures.2": "Careful when mining.", - "atm9.quest.forbiddenAndArcanus.thisGoesBoomToo": "This Goes Boom Too", - "atm9.quest.forbiddenAndArcanus.desc.nipaPlantsFeatures.1": "Have you seen the random floating island in the sky?", - "atm9.quest.forbiddenAndArcanus.desc.nipaPlantsFeatures.2": "These have the Nipa plant on them. You can break these and replant them!", - "atm9.quest.forbiddenAndArcanus.desc.nipaPlantsFeatures.3": "They produce Arcane Crystal Dust Specks over time, which can be used to create Arcane Crystal Dust.", - "atm9.quest.forbiddenAndArcanus.nipaPlants": "Nipa Plants", - "atm9.quest.forbiddenAndArcanus.desc.arcaneCrystalDustFeatures.1": "Smelting down Arcane Crystals will give you Arcane Crystal Dust.", - "atm9.quest.forbiddenAndArcanus.desc.arcaneCrystalDustFeatures.2": "This is used for most of the items in the mod.", - "atm9.quest.forbiddenAndArcanus.desc.spawnerScraps": "Breaking spawners will now drop &9Spawner Scraps&r.", - "atm9.quest.forbiddenAndArcanus.desc.quantumCatcher": "The &9Quantum Catcher&r is used to capture and transport mobs.", - "atm9.quest.forbiddenAndArcanus.entityTools": "Entity Tools", - "atm9.quest.forbiddenAndArcanus.desc.endCityLootFeatures.1": "Found randomly in loot chests from the End City.", - "atm9.quest.forbiddenAndArcanus.desc.endCityLootFeatures.2": "When used, it grants 5 minutes of creative flight.", - "atm9.quest.forbiddenAndArcanus.desc.xRayVision": "This gives X-Ray vision for mobs, highlighting them from afar to make it easier to spot them.", - "atm9.quest.forbiddenAndArcanus.highlightsMobs": "Highlights Mobs when Activated", - "atm9.quest.forbiddenAndArcanus.desc.magicalFarmlandFeatures.1": "Using this bone meal on Farmland will convert it to Magical Farmland.", - "atm9.quest.forbiddenAndArcanus.desc.magicalFarmlandFeatures.2": "Crops will produce double the output when grown on Magical Farmland.", - "atm9.quest.forbiddenAndArcanus.useOnFarmland": "Use on Farmland to make it Magical!", - "atm9.quest.forbiddenAndArcanus.canInfect": "Can Infect Villagers and Horses", - "atm9.quest.forbiddenAndArcanus.arrowGoBoom": "Arrow Go Boom", - "atm9.quest.forbiddenAndArcanus.leavesAoECloud": "Leaves an AoE Cloud that damages living mobs", - "atm9.quest.forbiddenAndArcanus.desc.deorumNuggetsFeatures.1": "These can be planted to grow &6Deorum Nuggets&r.", - "atm9.quest.forbiddenAndArcanus.desc.deorumNuggetsFeatures.2": "To create one, you'll need to find Yellow Orchids.", - "atm9.quest.forbiddenAndArcanus.growingGold": "Growing Gold", - "atm9.quest.forbiddenAndArcanus.desc.mortemArmorFeatures.1": "Crafted with skulls, bones, and cloth, this armor is slightly stronger than Iron.", - "atm9.quest.forbiddenAndArcanus.desc.mortemArmorFeatures.2": "It's also really cool looking.", - "atm9.quest.forbiddenAndArcanus.armorOfTheDead": "Armor of the Dead", - "atm9.quest.forbiddenAndArcanus.mortemArmor": "Mortem Armor", - "atm9.quest.forbiddenAndArcanus.desc.dragonScales": "Combining a Dragon Head with a Mystical Dagger will give you &9Dragon Scales&r.", - "atm9.quest.forbiddenAndArcanus.dragonScalesSong": "Dragon Scales, Dragon Scales.....", - "atm9.quest.forbiddenAndArcanus.dragonScales": "Dragon Scales", - "atm9.quest.forbiddenAndArcanus.betterThanNetherite": "Better than Netherite", - "atm9.quest.forbiddenAndArcanus.dracoArcanusArmor": "&1Draco Arcanus Armor&r", - "atm9.quest.forbiddenAndArcanus.desc.goldenAquaticDragonScalesFeatures.1": "The Dragon Scale can be made into a Golden and Aquatic Dragon Scales.", - "atm9.quest.forbiddenAndArcanus.desc.goldenAquaticDragonScalesFeatures.2": "These are mainly used to craft &dTyr Armor&r.", - "atm9.quest.forbiddenAndArcanus.desc.corruptiDustFeatures.1": "Used to corrupt Souls and Runes. You'll need this for later.", - "atm9.quest.forbiddenAndArcanus.desc.corruptiDustFeatures.2": "If you throw down Dark Matter, then throw down Corrupti Dust, it'll create a Black Hole. Feed it small entities like Arrows or Experience Orbs, and it'll produce Xpetrified Orbs.", - "atm9.quest.forbiddenAndArcanus.desc.mundabiterDustFeatures.1": "Using our Arcane Crystal Dust, we'll need to combine it with other dusts and powders to create &dMundabiter Dust&r.", - "atm9.quest.forbiddenAndArcanus.desc.mundabiterDustFeatures.2": "This dust is used in several recipes, as well as activating the Hephaestus Forge.", - "atm9.quest.forbiddenAndArcanus.subt.dustsCombine": "Let the Dusts Combine", - "atm9.quest.forbiddenAndArcanus.mundabiturDust": "Mundabitur Dust", - "atm9.quest.forbiddenAndArcanus.desc.deorumIngotFeatures.1": "The &6Deorum Ingot&r is needed to continue your progression in the mod!", - "atm9.quest.forbiddenAndArcanus.desc.deorumIngotFeatures.2": "This is a very important crafting ingot used in a lot of recipes, plus it also makes some pretty blocks!", - "atm9.quest.forbiddenAndArcanus.deorum": "&6Deorum", - "atm9.quest.forbiddenAndArcanus.tyrArmor": "&5Tyr Armor", - "atm9.quest.forbiddenAndArcanus.desc.dragonEggDecoration": "This Dragon Egg is a cool decoration piece. That's pretty much it.", - "atm9.quest.forbiddenAndArcanus.desc.corruptionEffects.1": "Killing passive mobs will increase your corruption. Killing &9Aureal Entities&r has a higher chance to increase your corruption.", - "atm9.quest.forbiddenAndArcanus.desc.corruptionEffects.2": "Be careful! At higher levels of corruption, negative things will happen!", - "atm9.quest.forbiddenAndArcanus.desc.corruptionEffects.3": "Making a Sanity Meter will give your UI an upgrade to show your total corruption, for those who want to hit new high scores and such.", - "atm9.quest.forbiddenAndArcanus.subt.insanity": "Am I going insane?", - "atm9.quest.forbiddenAndArcanus.sanity": "Sanity", - "atm9.quest.forbiddenAndArcanus.desc.darkstoneAcquisition": "You've probably already acquired some Darkstone, but we'll need it to craft the forge.", - "atm9.quest.forbiddenAndArcanus.preppingForge": "Prepping For the Forge", - "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.1": "We'll be using all of that Darkstone to create the &dHephaestus Forge&r.", - "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.2": "Once you have all of the blocks needed, you'll need to build the platform for the forge!", - "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.3": "The 8 Chiseled Arcane Polished Darkstone blocks on the outer ring of the platform can be used for pedestals or Arcane Cryal Obelisks, with the last block being placed in the center of the platform.", - "atm9.quest.forbiddenAndArcanus.desc.hephaestusForgeFeatures.4": "On top of the center block, place a Smithing Table and sneak+right-click it with a piece of Mundabitur Dust to convert it to the Forge!", - "atm9.quest.forbiddenAndArcanus.hephaestusForge": "&1The Hephaestus Forge", - "atm9.quest.forbiddenAndArcanus.desc.lensOfVeritatisFeatures.1": "The &9Lens of Veritatis&r is used to see Aureal entities.", - "atm9.quest.forbiddenAndArcanus.desc.lensOfVeritatisFeatures.2": "These are entities that will grant Aureal when killed, but will also increase your corruption....", - "atm9.quest.forbiddenAndArcanus.desc.edelwoodToDarkMatter.1": "Smelting &9Edelwood&r will give you Dark Matter.", - "atm9.quest.forbiddenAndArcanus.desc.edelwoodToDarkMatter.2": "You can make Black Holes with this.", - "atm9.quest.forbiddenAndArcanus.desc.bloodCollection.1": "Blood is collected by crafting Test Tubes, then killing mobs with the Mystical Dagger.", - "atm9.quest.forbiddenAndArcanus.desc.bloodCollection.2": "Note: The Test Tube must be in your inventory when killing mobs.", - "atm9.quest.forbiddenAndArcanus.blood": "&4Blood", - "atm9.quest.forbiddenAndArcanus.desc.aurealBottlesFeatures.1": "&dAureal Bottles&r can be found in loot chests, but they can also be crafted using Arcane Crystal Dust.", - "atm9.quest.forbiddenAndArcanus.desc.aurealBottlesFeatures.2": "You can also generate Aureal with Arcane Crystal Obelisks.", - "atm9.quest.forbiddenAndArcanus.aureal": "&9Aureal", - "atm9.quest.forbiddenAndArcanus.desc.soulsGathering": "Souls are gathered by creating a &9Soul Extractor&r, and then using it on Soul Sand.", - "atm9.quest.forbiddenAndArcanus.souls": "&dSouls", - "atm9.quest.forbiddenAndArcanus.desc.forgeRightSide": "This goes in the right side of the forge.", - "atm9.quest.forbiddenAndArcanus.subt.experienceBottle": "Experience in a bottle", - "atm9.quest.forbiddenAndArcanus.bottleOfEnchanting": "&aBottle O' Enchanting", - "atm9.quest.forbiddenAndArcanus.desc.forgePowerRequirements.1": "The Forge requires 4 different items to be powered: Aureal, Souls, Blood, and Experience.", - "atm9.quest.forbiddenAndArcanus.desc.forgePowerRequirements.2": "To learn more about each, follow the corner quests!", - "atm9.quest.forbiddenAndArcanus.poweringForge": "Powering the Forge", - "atm9.quest.forbiddenAndArcanus.desc.enchantingItems.1": "To enchant items, you'll need Darkstone Pedestals placed around the Forge.", - "atm9.quest.forbiddenAndArcanus.desc.enchantingItems.2": "Make sure to place these on the Arcane Chiseled Polished Darkstone.", - "atm9.quest.forbiddenAndArcanus.darkstonePedestals": "Darkstone Pedestals", - "atm9.quest.forbiddenAndArcanus.desc.performingRituals.1": "To perform a ritual, place the ingredients on the Arcane Pedestals around the Forge.", - "atm9.quest.forbiddenAndArcanus.desc.performingRituals.2": "You'll need a &9Blacksmith's Gavel&r to activate the ritual. To do this, right click on the Forge with the Gavel.", - "atm9.quest.forbiddenAndArcanus.blacksmithGavel": "Blacksmith Gavel", - "atm9.quest.forbiddenAndArcanus.performingRituals": "Performing Rituals", - "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.1": "The &6Eternal Stella&r has 3 charges, and when right-clicked, can fully repair all of your items in your inventory.", - "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.2": "The main purpose of it is to give the enchant &9Unbreakable&r to an item, which is done by combining it with a tool and an &dApply Item Modifier Smithing Template&r in a Smithing Table.", - "atm9.quest.forbiddenAndArcanus.eternalStella": "&dEternal Stella", - "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.3": "This stuff is everywhere.", - "atm9.quest.forbiddenAndArcanus.desc.eternalStellaFeatures.4": "It can be used to give yourself experience, or used to make the Eternal Stella.", - "atm9.quest.forbiddenAndArcanus.subt.dragonTools": "Dragon Tools", - "atm9.quest.forbiddenAndArcanus.dracoTools": "&1Draco Tools", - "atm9.quest.forbiddenAndArcanus.desc.dracoToolsFeatures": "The Scepter shoots out energy orbs when charged up with Right-Click. If a mob is hit, it'll strike it with lightning.", - "atm9.quest.forbiddenAndArcanus.subt.goPewPew": "Go Pew Pew", - "atm9.quest.forbiddenAndArcanus.dracoWeapons": "&1Draco Weapons", - "atm9.quest.forbiddenAndArcanus.desc.dracoWeaponsFeatures.1": "To create an Arcane Crystal Obelisk, place down an Arcane Polished Darkstone block, then place two Arcane Crystal Blocks on top of it.", - "atm9.quest.forbiddenAndArcanus.desc.dracoWeaponsFeatures.2": "Right-click with Mundabitur Dust and you'll create the obelisk.", - "atm9.quest.forbiddenAndArcanus.desc.dracoWeaponsFeatures.3": "When placed on a Arcane Chiseled Polished Darkstone block on the Hephaestus Forge structure, it will slowly generate Aureal over time.", - "atm9.quest.forbiddenAndArcanus.arcaneCrystalObelisks": "Arcane Crystal Obelisks", - "atm9.quest.forbiddenAndArcanus.desc.upgradingForgeFeatures.1": "The &dHephaestus Forge&r can be upgraded into higher tiers using things like Spawner Scraps, Arcane Crystals, and more!", - "atm9.quest.forbiddenAndArcanus.desc.upgradingForgeFeatures.2": "You'll need higher tiers to make some of the higher tier items, like the &aEternal Stella&r. Make sure to check out JEI for more info!", - "atm9.quest.forbiddenAndArcanus.upgradingTheForge": "&dUpgrading The Forge&r", - - "atm9.quest.industrialForegoing.hover.mycelialReactorFeatures.1": "Mycelial Reactor consists of all the Mycelial generators working at the same time, near the reactor block.", "atm9.quest.industrialForegoing.hover.mycelialReactorFeatures.2": "It generates 25MFE/t.", "atm9.quest.industrialForegoing.crimedMycelialGenerator": "Crimed Mycelial Generator", @@ -2446,6 +2637,133 @@ "atm9.quest.industrialForegoing.latexAndPlasticQuestion": "Latex and Plastic? Huh?", + "atm9.quest.ironSpellbooks.title.intro": "&eSpellBooks&r!", + "atm9.quest.ironSpellbooks.title.netheritespellbook": "Ancient Codex", + "atm9.quest.ironSpellbooks.title.atmspellbook": "&6Allthemodium&r Spell Book", + "atm9.quest.ironSpellbooks.title.vibraniumspellbook": "&3Vibranium&r Spell Book", + "atm9.quest.ironSpellbooks.title.unobtainiumspellbook": "&5Unobtainium&r Spell Book", + "atm9.quest.ironSpellbooks.title.copperspellbook": "Flimsy Journal", + "atm9.quest.ironSpellbooks.title.ironspellbook": "Ironbound Journal", + "atm9.quest.ironSpellbooks.title.goldspellbook": "Apprentice's Spell Book", + "atm9.quest.ironSpellbooks.title.diamondspellbook": "Enchanted Spell Book", + "atm9.quest.ironSpellbooks.title.rottenspellbook": "Rotten Spell Book", + "atm9.quest.ironSpellbooks.title.evokerspellbook": "&aGrimore of Evokation", + "atm9.quest.ironSpellbooks.title.necronomiconspellbook": "Necronomicom", + "atm9.quest.ironSpellbooks.title.blazespellbook": "&cBlaze Instruction Manual", + "atm9.quest.ironSpellbooks.title.villagerspellbook": "&6Villager Bible", + "atm9.quest.ironSpellbooks.title.druidicspellbook": "&2Druidic Tome", + "atm9.quest.ironSpellbooks.title.dragonskinspellbook": "&dDragonskin Spell Book", + "atm9.quest.ironSpellbooks.title.commonink": "&7Common&r Ink", + "atm9.quest.ironSpellbooks.title.uncommonink": "&aUncommon&r Ink", + "atm9.quest.ironSpellbooks.title.rareink": "&bRare&r Ink", + "atm9.quest.ironSpellbooks.title.epicink": "&bEpic&r Ink", + "atm9.quest.ironSpellbooks.title.legendaryink": "&bLegendary&r Ink", + "atm9.quest.ironSpellbooks.title.lightningrune": "&5&lLightning", + "atm9.quest.ironSpellbooks.title.blankrune": "&lClasses", + "atm9.quest.ironSpellbooks.title.lightningupgrade": "&5Lightning&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.firerune": "&c&lFire", + "atm9.quest.ironSpellbooks.title.icerune": "&b&lIce", + "atm9.quest.ironSpellbooks.title.enderrune": "&d&lEnder", + "atm9.quest.ironSpellbooks.title.holyrune": "&6&lHoly", + "atm9.quest.ironSpellbooks.title.bloodrune": "&4&lBlood", + "atm9.quest.ironSpellbooks.title.evocationrune": "&a&lEvocation", + "atm9.quest.ironSpellbooks.title.naturerune": "&2&lNature", + "atm9.quest.ironSpellbooks.title.fireupgrade": "&cFire&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.iceupgrade": "&bIce&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.enderupgrade": "&dEnder&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.holyupgrade": "&6Holy&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.bloodupgrade": "&4Blood&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.evokationupgrade": "&aEvocation&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.natureupgrade": "&2Nature&r Upgrade Orb", + "atm9.quest.ironSpellbooks.title.pyromancer": "&cPyromancer Outfit", + "atm9.quest.ironSpellbooks.title.cryomancer": "&bCryomancecr Outfit", + "atm9.quest.ironSpellbooks.title.electromancer": "&5Electromancer Outfit", + "atm9.quest.ironSpellbooks.title.shadowwalker": "&dShadow-Walker Outfit", + "atm9.quest.ironSpellbooks.title.priest": "&6Priest Outfit", + "atm9.quest.ironSpellbooks.title.cultist": "&4Cultist Outfit", + "atm9.quest.ironSpellbooks.title.archevoker": "&aArchevoker Outfit", + "atm9.quest.ironSpellbooks.title.plagued": "&2Plagued Outfit", + "atm9.quest.ironSpellbooks.title.catacombs": "&4Catacombs", + "atm9.quest.ironSpellbooks.title.king": "&4&lThe Dead King", + "atm9.quest.ironSpellbooks.title.evokerfort": "&aEvoker Fort", + "atm9.quest.ironSpellbooks.title.archevokerboss": "&a&lArchevoker", + "atm9.quest.ironSpellbooks.title.mangrove": "&2Mangrove Hut", + "atm9.quest.ironSpellbooks.title.apothecarist": "&2&lApothecarist", + "atm9.quest.ironSpellbooks.title.pyromancertower": "&cPyromancer Tower", + "atm9.quest.ironSpellbooks.title.pyromancerboss": "&c&lPyromancer", + "atm9.quest.ironSpellbooks.title.mountaintower": "&bMountain Tower", + "atm9.quest.ironSpellbooks.title.cryomancerboss": "&b&lCryomancer", + "atm9.quest.ironSpellbooks.title.ancientbattleground": "&5Ancient Battleground", + "atm9.quest.ironSpellbooks.title.ancientknight": "&5&lAncient Knight", + "atm9.quest.ironSpellbooks.title.ironsandspellbook": "&lIron's Spells 'N Spellbooks", + "atm9.quest.ironSpellbooks.title.village": "&6Village", + "atm9.quest.ironSpellbooks.title.priestinfo": "&6&lPriest", + "atm9.quest.ironSpellbooks.title.structures": "&lAdventure Time!", + "atm9.quest.ironSpellbooks.title.nether": "On a Highway to...", + "atm9.quest.ironSpellbooks.title.necromancers": "Necromancers", + "atm9.quest.ironSpellbooks.title.lastclass": "The Last Class...", + "atm9.quest.ironSpellbooks.title.ancientcity": "Into the Ancient City", + "atm9.quest.ironSpellbooks.title.eldritch": "&9&lEldritch", + + "atm9.quest.ironSpellbooks.desc.intro.1": "&eSpellbooks&r! Where else would you put &3Spells&r? \\n\\nYou can add &3Scrolls&r to a &eSpellbook&r by putting both into an Inscription Table. They have a certain amount they can hold but no longer having to worry about Rarity. \\n\\nWhen &3Scrolls&r are added to your &eSpellbook&r they won't be consumed but rather Mana will be consumed.", + "atm9.quest.ironSpellbooks.desc.netheritespellbook.1": "A Craftable &eSpell Book&r... yeah it's not easy to craft. \\n\\nHardest to get would be the Ruined Book, which you can find in &9Ancient City&r Chests. &4Blood Vials&r can be obtained from either putting a Mob (or even yourself) into a Cauldron above a Campfire or an Alchemical Cauldron. &5Bottle O' Lightning&r comes from using a Bottle on a Charged Creeper. \\n\\nOnce you do all that you can craft the Ancient Codex. Its 12 &3Spell&r Slots is very helpful!", + "atm9.quest.ironSpellbooks.desc.atmspellbook.1": "Combine an Ancient Codex with an Allthemodium Ingot and Template in a Smithing Table. \\n\\nYou can get the Template from Brushing Suspicious Clay in an &9Ancient City&r.", + "atm9.quest.ironSpellbooks.desc.vibraniumspellbook.1": "Combine the Allthemodium &eSpell Book&r with a Vibranium Ingot and Template in a Smithing Table. \\n\\nThis template can be obtained from Brushing Suspicious Soul Sand in a Bastion.", + "atm9.quest.ironSpellbooks.desc.unobtainiumspellbook.1": "The best &eSpell Book&r you can imagine! 15 &3Spell&r Slots! Are there even 15 &3Spells&r?!?! Oh wait yeah there is 15 isn't that much... \\n\\nDo the same as before: previous Book, Ingot, and Template.", + "atm9.quest.ironSpellbooks.desc.copperspellbook.1": "The most basic &eSpellbook&r, which also makes it the cheapest! \\n\\nIt can only hold a total of 5 &3Spells&r.", + "atm9.quest.ironSpellbooks.desc.ironspellbook.1": "Not much better than the Flimsy one... \\n\\nThis can hold a single &3Spell&r more than the Flimsy Journal! That's one more very powerful &3Spell&r at the ready!", + "atm9.quest.ironSpellbooks.desc.goldspellbook.1": "Another craftable &eSpellbook&r, this one's a little more expensive! It'll need Hogskin which is a drop from Hoglins. \\n\\nThis one can hold 8 &3Spells&r which is technically still on the low side but it's better!", + "atm9.quest.ironSpellbooks.desc.diamondspellbook.1": "Another Craftable &eSpell Book&r and following the pattern this one is even more expensive. It requires Arcane Clothes, Gold, and an Enchanted Book. It's not picky on which Book just needs to be Enchanted! \\n\\nIt has 10 &3Spell&r Slots and grants a huge Mana Boost!", + "atm9.quest.ironSpellbooks.desc.rottenspellbook.1": "It's here! It's there! It's everywhere and it's rotten! You can find these in most Chests. \\n\\nThey can hold 8 &3Spells&r but give you less Spell Resistance.", + "atm9.quest.ironSpellbooks.desc.evokerspellbook.1": "&aEvokers&r are known as being a powerful and deadly Miniboss of Minecraft. So of course &lIron&r added an even more powerful and deadly version! And yes this &eBook&r is a rare drop from both! \\n\\nIt has 10 Spell Slots but 3 are occupied. &aFang Strike&r, &aFang Ward&r, and &aVex Swarm&r all come with the &eBook&r and can not be moved. \\n\\nAlso gives a boost to &a&lEvocation&r!", + "atm9.quest.ironSpellbooks.desc.necronomiconspellbook.1": "To obtain this special Spell Book you'll need to slay the &4&lDead King&r! \\n\\nIt has 10 &3Spell&r Slots but 4 are taken up already. &4Blood Slash&r, &4Blood Step&r, &4Ray of Siphoning&r, and &4Blaze Storm&r come on it already and can't be taken off.", + "atm9.quest.ironSpellbooks.desc.blazespellbook.1": "This &eSpell Book&r is a rare drop from &cBlazes&r. I remember that because I was confused when I got 1 from my &cBlaze&r Farm. \\n\\nIt gives a Boost to &cFire Spells&r and has 10 &3Spell&r Slots.", + "atm9.quest.ironSpellbooks.desc.villagerspellbook.1": "This one takes awhile to explain so have patience. \\n\\nFirst, find an &aEvoker Fort&r. \\nNext, find a Research Book hidden in it. Then, have a Trader who's hostage in the &aFort&r translate it. (Like our hostage Quest Translators!) \\nOnce, it's translated bring it to a &6&lPriest&r in a &6Village&r to trade it for the &eSpell Book&r! \\n\\nIt gives a boost to &6Holy Spells&r and don't worry the hostage Traders are very very rare, keep looking!", + "atm9.quest.ironSpellbooks.desc.druidicspellbook.1": "&2&lNature's&r &eSpell Book&r. \\n\\nIt has 10 &3Spells&r and gives a boost to &2Nature Spells&r! \\n\\nYou need a Rotten Spell Book to craft it though...", + "atm9.quest.ironSpellbooks.desc.dragonskinspellbook.1": "Another that needs the Ruined Book to Craft. You can find the Ruined Books in &9Ancient City&r Chests. \\n\\nYou'll also need Dragon Skin which drops from the &dEnder Dragon&r! \\n\\nIt will have 12 &3Spell&r Slots and give a boost to &dEnder Spells&r!", + "atm9.quest.ironSpellbooks.desc.inscriptiontable.1": "A very important block and a very common one! Can be crafted or found in most &lIron Spells&r Structures. \\n\\nThese are used for adding and removing &3Scrolls&r from &eSpell Books&r! Throw the &eSpell Book&r in the Book Slot then the &3Scroll&r below it. If you want to remove a &3Scroll&r, click it then take it from the right and into your Inventory.", + "atm9.quest.ironSpellbooks.desc.arcaneanvil.1": "The Arcane Anvil has the most uses out of any block in &lIron Spells&r. \\n\\nYou can combine &3Spells&r with the same Ink to level it up. \\nIt can combine &3Scrolls&r into Weapons to be used with them, like a Sword. \\nYou can also set an Affinity to Rings using Upgrade Orbs, or add Upgrade Orbs to Weapons and Gear.", + "atm9.quest.ironSpellbooks.desc.scrollforge.1": "Scroll Forge, you can guess what it does! \\n\\nIt makes &3Scrolls&r! \\n\\nAdd an Ink to set the Rarity. Paper for the actual &3Scroll&r. Then the Item of what type of &3Spell&r you want (&cBlaze Rod&r for &c&lFire&r, &2Poisonous Potato&r for &2&lNature&r, ETC). Finally chose the &3Spell&r you want and it'll be created!", + "atm9.quest.ironSpellbooks.desc.alchemistcauldron.1": "Definitely better than a Normal Minecraft Cauldron! \\n\\nThe Alchemist Cauldron can: \\n1. Be used to get &4Blood&r by cooking Mobs or the Player. \\n2. Make and upgrade Potions. \\n3. Have half a chance at getting Ink from a Scroll. \\n4. Combine 4 Ink of a Rarity to a higher Rarity.", + "atm9.quest.ironSpellbooks.desc.lightningrune.1": "Ride the &5Lightning&r! &5&lLightning&r is all about using Electricity to kill and support yourself. Some attacks even work as real &5Lightning&r! \\n\\n&5&lLightning's&r Focus Material is &5Bottle 'O Lightning&r which you get from using an Empty Bottle on a Charged Creeper. You need the &5Lightning&r to make more &5Lightning&r! \\n\\nIts &5Scrolls&r are &7Grey&r with &bLight Blue&r text.", + "atm9.quest.ironSpellbooks.desc.blankrune.1": "&7Runes&r are how we make our Classes and their parts. To get a &7Blank Rune&r you can either kill the &4&lDead King&r or wipe clean an Inscribed Rune with a Shriving Stone. \\n\\nThere's 8 different classes (1 secret one) each having their own &3Scrolls&r, Focus Material, Upgrades, and Outfits. ", + "atm9.quest.ironSpellbooks.desc.firerune.1": "&c&lFire&r is obviously related to &cFire&r. Most of the Scrolls are with using &cFire&r to burn and hurt things. \\n\\n&c&lFire's&r Focus Material is &cBlaze Rods&r. You can craft &cFire Runes&r or get them from killing the &c&lPyromancer&r. \\n\\nIts &cScrolls&r are &cLight Red&r with &8Grey&r text.", + "atm9.quest.ironSpellbooks.desc.icerune.1": "&b&lIce&r is all about Winter time Spells. Using &bIce&r and &bSnow&r to chill and harm enemies. \\n\\n&b&lIce's&r Focus Material is the &bFrozen Bone&r which are drops from &bStrays&r. You can use those to craft the &bIce Rune&r or kill the &b&lCryomancer&r to get it. \\n\\nIts &bScrolls&r are &bLight Blue&r with a &9Darker Blue&r text.", + "atm9.quest.ironSpellbooks.desc.enderrune.1": "&d&lEnder&r is used for taking all the powers of &dEndermen&r and the &dEnder Dragon&r, and of course using it for ourselves. &dTeleporting&r, &dFireballs&r, and &dDragon's Breath&r are only a few of these! \\n\\n&d&lEnder's&r Focus Material is the &dEnder Pearls&r. \\n\\nAnd its &dScrolls&r are &5Purple&r with &dPink&r text.", + "atm9.quest.ironSpellbooks.desc.holyrune.1": "&6&lHoly&r is for all the Medic/Support players. It's mostly meant for healing and helping. \\n\\n&6&lHoly's&r Focus Material is &6Divine Pearls&r which are crafted. You can make Runes with those or kill the &6&lPriest&r to get &6Holy Runes&r. \\n\\n&6Holy Scrolls&r are &fWhite&r with &6Gold&r texts.", + "atm9.quest.ironSpellbooks.desc.bloodrune.1": "This one is single-handly taking us from E10 to Teen rating. &4&lBlood&r is all about slaying enemies for your own &cHealth&r! Most attacks will heal you back. \\n\\n&4&lBlood's&r Focus Material is &4Blood Vials&r which you get from cooking a Mob or Player in a Cauldron. \\n\\nIts &4Scrolls&r are Brown (there's no color for Brown) with &4Dark Red&r texts.", + "atm9.quest.ironSpellbooks.desc.evocationrune.1": "&n&aEvocation:&r\\nTo invoke a Spirit or Deity. \\n\\n&a&lEvokation&r is all about what &aEvokers&r do, mainly summoning. Whether it be &aFangs&r or &aVexes&r if it's summoned it's most likely an &aEvokation&r. \\n\\n&a&lEvokation's&r Focus Material is &aEmeralds&r. You can either craft the Rune or get it from the &a&lArchevoker&r. \\n\\n&aEvokation Scrolls&r are &fWhite&r with &0Black&r texts.", + "atm9.quest.ironSpellbooks.desc.naturerune.1": "&2&lNature&r is made for using the Earth to our advantage by &2Poisoning&r and &2Weakening&r our enemies! Just like what Big Corporations do to the Earth itself! \\n&2&lNature's&r Focus Material is &2Poisonous Potato&r. \\n\\nThe &2Scrolls&r are &aLight Green&r with &2Dark Green&r text.", + "atm9.quest.ironSpellbooks.desc.enderupgrade.1": "Why is it wet? Was it in a Lake?", + "atm9.quest.ironSpellbooks.desc.pyromancer.1": "I hope you didn't steal this from the &c&lPyromancer&r, he's the nice one!", + "atm9.quest.ironSpellbooks.desc.cryomancer.1": "He was mean you can steal it I don't care.", + "atm9.quest.ironSpellbooks.desc.electromancer.1": "When's this one going to come to the Mod?", + "atm9.quest.ironSpellbooks.desc.priest.1": "I heard you can just take online classes to become one now.", + "atm9.quest.ironSpellbooks.desc.archevoker.1": "He may be evil, but he still is fashionable. ", + "atm9.quest.ironSpellbooks.desc.plagued.1": "Very popular around Halloween!", + "atm9.quest.ironSpellbooks.desc.catacombs.1": "The biggest and hardest Structure from &lIron's Spells&r. \\n\\nThese are deep underground structures similar to Trial Chambers. You can also use Wayward Compasses to help find it! \\n\\nIn it are plenty of Spawners, Trial Spawners, and of course Loot. \\n\\nThe most important room is the Throne Room, once you arrive there, the Skeleton of the &4&lDead King&r will reanimate! (If it doesn't you might need to click him).", + "atm9.quest.ironSpellbooks.desc.king.1": "Sitting on the Throne lies the remains of a past &4&lKing&r. But once you come close, and touch them, you will see them reanimate; the &4&lKing&r is dead no longer! But only murder will keep him alive... and well you're the closest living thing. \\n\\n&4&lThe Dead King&r is the hardest Boss, he has 400 &cHearts&r and is the only to have an actual Boss Bar (and music). He can use a variety of &3Spells&r from any class, &2Poison Arrow&r from &2Nature&r to &6Blight&r from &6Holy&r to even &aFangs&r from &aEvokation&r! He can also teleport, summon the dead, and hit you with the &4Blood Staff&r. \\n\\nIf you can kill him he will drop &3Scrolls&r of all sorts, &7Blank Runes&r, and possibly drop the &4Blood Staff&r and Necronomicon.", + "atm9.quest.ironSpellbooks.desc.evokerfort.1": "The heavily guarded &aFortress&r is home to the &a&lArchevoker&r and his followers. \\nYou'll know you see it by its huge Spruce Walls and the giant Stone &aFortress&r inside of them. \\n\\nIllagers, Vindicators, &aEvokers&r, and Ravagers can be found within the Walls and &aFortress&r. Once you get past them you can find your way up the stairs, parkour to the Roof, and meet the &a&lLeader of the Fort&r at the top. \\n\\nWith it being heavily guarded of course there is a ton of loot within the &aFort&r.", + "atm9.quest.ironSpellbooks.desc.archevokerboss.1": "At the top of the &aFort&r lies the &a&lArchevoker&r. Hostile to only the Player and whoever attacks him. \\n\\nHe has 60 Hearts, and attacks like a normal &aEvoker&r plus more! &aFireworks&r, &aShield&r, and &aBlast of Wind&r! \\n\\nOnce killed he will drop Arcane Essence, Inks, &aEvokation Runes&r, &aEvokation Scrolls&r, and rare drop of the &aGrimore of Evokation&r!", + "atm9.quest.ironSpellbooks.desc.mangrove.1": "Deep in the muddy Mangrove Swamps lies the refuge of the hermit like Mob called the &2&lApotheocarist&r. \\n\\nWith nobody near, and only what he needs for his Potions is around. \\n\\nYou can find the &2&lApotheocarist&r in his &2Hut&r. \\n\\nThere you can also find Cauldrons and Brewing Stands with Potions!", + "atm9.quest.ironSpellbooks.desc.apothecarist.1": "Just like the Piglins the &2&lApotheocarist&r resembles, he is also Neutral. He doesn't care about &eGold&r like his fellow Piglins though, just people who attack him. \\n\\nYou can trade with him: giving him either Emeralds or Potion Ingrediants for Potions, Potion Ingrediants, and &2Nature Scrolls&r. \\n\\nIf you wish to slay him he has 60 Hearts. He will attack you with Potions and &2Nature Spells&r. When hurt he will try to heal with Potions, (I think he really likes Potions). \\n\\nWhen killed he will drop Arcane Essence, Inks, &2Nature Runes&r, and &2Nature Scrolls&r!", + "atm9.quest.ironSpellbooks.desc.pyromancertower.1": "The &cBurned Tower&r of the &c&lPyromancer&r. Some say if you're close enough to see the &cTower&r, then you're close enough to feel the heat from it. \\n\\nThe &cPyromancer Tower&r is a burned tower of mainly Stone types with the inside being made of Spruce and Oak. There is also a second Building close to the &cTower&r that is part of the structure as well. \\n\\nAt the top you will find what's causing the smoke as well as an &5Armor Pile&r. \\n\\nIf you'd like to find the &c&lPyromancer&r you'll need to venture down into the Basement!", + "atm9.quest.ironSpellbooks.desc.pyromancerboss.1": "The &c&lPyromancer&r (different from the Pie Romancer) is another Neutral Mob added by &lIron's Spells&r. He will maybe set Mobs that are close to him on &cfire&r though... \\n\\nYou can trade him all things &cFire&r, Ink, and even &cFire Scrolls&r. \\n\\nIf you want to risk all the hair on your body by fighting him be prepared, he has 60 Hearts. He will set you on &cFire&r with &cFire Spells&r, not even a question. \\n\\nOn death he will drop Arcane Essence, Inks, &cFire Runes&r, and &cFire Spells&r!", + "atm9.quest.ironSpellbooks.desc.mountaintower.1": "High above the Mountains, high above the Clouds rests another &bTower&r. This one giving you shivers down your spine. \\n\\nThe &bTower&r is made of Stone, Dark Oak, and Deepslate. It has a second Tower branching off of it. There is a staircase on the outside that leads to the first floor. From there you can climb the inside staircase to go up to the bedroom or second tower. \\n\\nOr you can venture behind that staircase down the Ladder to the Basement, where the &b&lCryomancer&r will most likely be. \\n\\nIn the &bTower&r you can find Inscription Tables, Amethyst, and Loot Chests!", + "atm9.quest.ironSpellbooks.desc.cryomancerboss.1": "Shouldn't have come into the &bTower&r, the &b&lCryomancer&r does not like Players, they are Hostile to you. \\n\\nThe &b&lCryomancer&r will immediately start attacking you with &bIce Spells&r. Might even use animals against you! Sacrificing animals to win a fight, he really is cold-hearted! \\n\\nOnce killed he will drop Arcane Essence, Inks, &bIce Runes&r, and &bIce Scrolls&r.", + "atm9.quest.ironSpellbooks.desc.ancientbattleground.1": "&5Ancient Battlegrounds&r are only a fragment of the past. \\n\\nWho knows what happened. \\n\\nWho knows who fought who. All we have now are parts of the walls and these &5Piles of Armor&r. Might as well just pick them up by Mining them with your Pickaxe.", + "atm9.quest.ironSpellbooks.desc.ancientknight.1": "After trying to harvest the &5Piles of Armor&r they appear to come back to life as if there was a body using it. \\n\\nThey have 60 Hearts and they are different from other bosses as they don't use magic, rather I believe they are something made from magic. They will attack using their Sword either by swinging it or charging at you with it. \\n\\nFrom what I've seen they will attack everything they see besides other &5&lKnights&r! \\n\\nOnce killed they dropped Netherite Scraps and Cinder Essence, that should definitely be of good use!", + "atm9.quest.ironSpellbooks.desc.ironsandspellbook.1": "&lIron&r has brought us a wonderful and very fun Magic Mod! &lIron's Spells 'N Spellbooks!&r \\n\\n&lIron's Spells&r is all about making and using &3Spells&r! Each &3Spell&r has a Rarity, Level, and Class! And everyone of them can be used in a Spellbook. \\n\\nYou won't be able to just make whatever you want with &7Iron&r and &cRedstone&r, you'll need to get off your butt, Adventure, and Fight!", + "atm9.quest.ironSpellbooks.desc.village.1": "Just about every &6Village&r can have &6&lPriests&r in them. This includes modded &6Villages&r. \\n\\nUsually they hang in the middle of the &6Village&r like by the Markets. Not every &6Village&r will have one.", + "atm9.quest.ironSpellbooks.desc.priestinfo.1": "The Neutral protector of the &6Village&r. He will attack all nearby Hostile Mobs. Like an Iron Golem but he look familiar for some reason? Could it be someone we know in a costume? \\n\\nYou can trade Healing Potions with him and Emeralds for a Furled Map which will soon be made to help against &aEvoker Forts&r! \\n\\nIf you do wish to kill him he will repeatedly attack you with &6Holy Spells&r. He will also Heal himself when getting low. \\n\\nOnce killed he will drop Arcane Essence, Inks, &6Holy Runes&r, and &6Holy Scrolls&r.", + "atm9.quest.ironSpellbooks.desc.structures.1": "There's 6 Structures in the &2Overworld&r that the Bosses can spawn in! (There's a 7th but no Boss in there (yet)).", + "atm9.quest.ironSpellbooks.desc.nether.1": "&cThe Nether&r!", + "atm9.quest.ironSpellbooks.desc.necromancers.1": "These can spawn almost anywhere &2Vanilla&r Hostile Mobs spawn in. They aren't bosses, just more Enemies! \\n\\nThey have 25 Points of &cHealth&r and have mulitple attacks: &aFangs&r from the ground like what &aEvokers&r do and a &bSnowball&r they can shoot you with. \\n\\nThey can also summon Zombies and Skeletons to help fight you. These won't drop anything and spawn with Armor from the ground. \\n\\nThey will drop Arcane Essence on death along with sometimes a &3Scroll&r!", + "atm9.quest.ironSpellbooks.desc.lastclass.1": "There is a final class of &3Spells&r I forgot to mention. Well all knowledge of these &9Spells&r have been forgotten so it's not just me. \\n\\nIn order to regain memories we need to walk, quietly, down memory lane. Which happens to be the &9Ancient City&r.", + "atm9.quest.ironSpellbooks.desc.ancientcity.1": "You can find the fragments of Ancient Knowledge spread out in the Chests of the &9Ancient City&r. \\n\\nYou'll also need &9Echo Shards&r to 1. Combine the Fragments to learn of the &9Spells&r and 2. Actually make the &9Spells&r.", + "atm9.quest.ironSpellbooks.desc.eldritch.1": "When you finally combine the Ancient Knowledge Fragments you'll get the... &9Eldritch Manuscript&r! That's what the last class is! \\n\\n&9Eldritch&r is the last class, the most powerful of all &3Spells&r. They are crafted with &9Echo Shards&r and need to be learned from the &9Manuscript&r to use them. Each &9Manuscript&r is only one use.", + + "atm9.quest.mekanism.desc.metallurgicInfuser.1": "The Metallurgic Infuser is used to craft core crafting components throughout Mekanism.", "atm9.quest.mekanism.desc.metallurgicInfuser.2": "The machine works by infusing a material (middle-left slot) with an \\\"infuser\\\" (far-left slot).", "atm9.quest.mekanism.desc.metallurgicInfuser.3": "This is also how you get Steel Ingots.", @@ -3416,7 +3734,9 @@ "atm9.quest.productiveBees.subt.showingOffBees": "Showing Off Bees", "atm9.quest.productiveBees.desc.luresGoldBee": "Instead of using Honey Treats, this hive requires Gold Ingots to attract Bees.", "atm9.quest.productiveBees.subt.luresGoldBee": "Lures a Gold Bee when placed in the Nether", - "atm9.quest.thermalExpansion.desc.modIntro": "Thermal Series is a modular series of mods that adds a content-rich blend of magic and technology to your Minecraft experience!", + + + "atm9.quest.thermalExpansion.desc.modIntro": "Thermal Series is a modular series of mods that adds a content-rich blend of magic and technology to your Minecraft experience!", "atm9.quest.thermalExpansion.welcome": "Welcome to the &9Thermal Series&r!", "atm9.quest.thermalExpansion.desc.redstoneFurnaceFeatures.1": "The Redstone Furnace uses RF/FE instead of Coal to smelt items.", "atm9.quest.thermalExpansion.desc.redstoneFurnaceFeatures.2": "Like all machines in the Thermal Series, this machine can be upgraded with augments to increase the speed of each process.", @@ -3700,12 +4020,10 @@ "atm9.quest.rs.65536kstorage": "&565536k Storage Part&r", "atm9.quest.rs.262mstorage": "&4262m Storage Part&r", "atm9.quest.rs.1048mstorage": "&21048m Storage Part&r", - "atm9.quest.rs.infinitestorage": "Infinite Storage Part", "atm9.quest.rs.16384kfluid": "&616384k Fluid Part&r", "atm9.quest.rs.65536kfluid": "&e65536k Fluid Part&r", "atm9.quest.rs.262mfluid": "&2262m Fluid Part&r", "atm9.quest.rs.1048mfluid": "&b1048m Fluid Part&r", - "atm9.quest.rs.infinitefluid": "Infinite Fluid Part", "atm9.quest.rs.network": "Accessing Our Network Storage", "atm9.quest.rs.crafting_grid": "Crafting Grid", "atm9.quest.rs.portable_grid": "Portable Grid", @@ -3811,6 +4129,76 @@ "atm9.quest.rs.subt.range": "I mean Transmitting Range", + "atm9.quest.basic_logistics.title.pipezintro": "&l&ePipez", + "atm9.quest.basic_logistics.title.itempipez": "&eItem Pipez", + "atm9.quest.basic_logistics.title.fluidpipez": "&bFluid Pipez", + "atm9.quest.basic_logistics.title.energypipez": "&cEnergy Pipez", + "atm9.quest.basic_logistics.title.universalpipez": "&5Universal Pipez", + "atm9.quest.basic_logistics.title.gaspipez": "&aGas Pipez", + "atm9.quest.basic_logistics.title.upgrades": "Upgrades!", + "atm9.quest.basic_logistics.title.mekanism": "&5&lMekanism", + "atm9.quest.basic_logistics.title.integrateddynamics": "&3&lIntegrated Dynamics", + "atm9.quest.basic_logistics.title.mechanicalpipes": "Mechanical Pipes", + "atm9.quest.basic_logistics.title.universalcables": "Universal Cables", + "atm9.quest.basic_logistics.title.logicaltrasporters": "Logical Transporters", + "atm9.quest.basic_logistics.title.thermconductors": "Thermodynamic Conductors", + "atm9.quest.basic_logistics.title.pressurizedtubes": "Pressurized Tubes", + "atm9.quest.basic_logistics.title.logistics": "&lLogistics", + "atm9.quest.basic_logistics.title.wrenches": "Wrenches", + "atm9.quest.basic_logistics.title.itemimporter": "&fItem Importing", + "atm9.quest.basic_logistics.title.fluidimporter": "&eFluid Importing", + "atm9.quest.basic_logistics.title.energyimporter": "&3Energy Importing", + "atm9.quest.basic_logistics.title.laserio": "&c&lLaser IO", + "atm9.quest.basic_logistics.title.itemcards": "&2Item Card", + "atm9.quest.basic_logistics.title.fluidcards": "&9Fluid Card", + "atm9.quest.basic_logistics.title.energycards": "&eEnergy Card", + "atm9.quest.basic_logistics.title.redstonecards": "&4Redstone Card", + + "atm9.quest.basic_logistics.desc.pipezintro.1": "&e&lPipez&r is the simplest &f&lLogistics&r Mod. It's so simple that the entire mod is fit in this Quest Page while having room for more Mods! \\n\\nAttach the specific Pipe to where you want to move items and use the Pipe Wrench to configure what side Pulls, Pushes, or doesn't connect. \\n\\nOther Wrenches do work with &e&lPipez&r as well! \\n\\n(Can be laggy when used in mass, just not as laggy as &5&lMeka&r pipes though).", + "atm9.quest.basic_logistics.desc.itempipez.1": "The simplest of the simplest of &e&lPipes&r, the &eItem Pipe&r. \\n\\nIt will move Items from one Inventory to another. Could be from one Chest to another, could be a Farm to a System, or even a Quarry to a Smelter. \\n\\nVery simple just connect the &ePipes&r to what you want moved, and use your Wrench to configure which side it Pulls from. ", + "atm9.quest.basic_logistics.desc.fluidpipez.1": "&bWater&r=&bBlue&r &bWater&r=&bFluid&r therefore &bBlue&r=&bFluid&r \\n\\nLots of Mods have their own &bFluids&r, with even Minecraft having their own, with &bWater&r and &cLava&r. You'll most likely need to move those &bFluids&r and a good way of doing so is with &bFluid Pipes&r. \\n\\nThis can be connected to Sinks to move Infinite &bWater&r!", + "atm9.quest.basic_logistics.desc.energypipez.1": "Every Tech Mod needs &cEnergy&r, whether FE, EU, RF, OP, or some other acronym! &cEnergy Pipez&r don't discriminate, it just moves! \\n\\nSome Machines have strict IO ports for &cEnergy&r so make sure to check for those!", + "atm9.quest.basic_logistics.desc.universalpipez.1": "Why worry about what's being moved when you can just move everything! &5Universal Pipez&r are even less discriminatory than &cEnergy Pipez&r. They can move &eItems&r, &bFluids&r, or &cEnergy&r. ", + "atm9.quest.basic_logistics.desc.gaspipez.1": "These &e&lPipez&r are mostly due to &5&lMekanism&r. &5&lMekanism&r adds the last state of matter in the form of &aGas&r. &aGas&r can't be moved with any of the other &e&lPipez&r so if you need to move Hydrogen or Lithium you'll need &aGas Pipez&r. \\n\\n(I've always had problems telling whether the &5&lMekanism&r item is &aGas&r, &bFluid&r, or even Infuse Type. When it's in a Machine it might tell &aGas&r or &bFluid&r, which can help teach you. If it doesn't you can check JEI for other recipes that might involve it!)", + "atm9.quest.basic_logistics.desc.filtering.1": "&e&lPipez&r do have their own way of Filtering Items, you need atleast an Advanced Upgrade to get it though. When an Advanced Upgrade is in you can click the Add button to add Filters. \\nThen you can add: Item, Tag, or NBT in the Filter. \\n\\nThere you can also add the set Destination Filter. To set it, Shift Right Click an Inventory with it. \\n\\nYou'll also have to set it to either Whitelist the Filter or Blacklist, so only the Filter or everything but the Filter.", + "atm9.quest.basic_logistics.desc.upgrades.1": "&e&lPipez&r move more! \\n\\nAll Upgrades increase the amount the &e&lPipez&r move but each grant more options to use with the &e&lPipe&r. \\n\\nBasic Upgrade allows Redstone Activation with &e&lPipez&r. \\nImproved Upgrade allows you to change distribution either:Closest First, Farthest First, Round-Robin, or Random. \\nAdvanced Upgrade gives you option to add Filters. \\nUltimate doesn't grant anything new it just moves a lot!", + "atm9.quest.basic_logistics.desc.mekanism.1": "&5&lMekanism&r is a huge and popular Tech Mod, so of course it has &lLogistics&r with it. \\n\\nThe different Machines are picky with Configurations and will need to be changed in their GUI to properly move items. Then you can use the &5&lMeka Pipes&r to move whatever you need to move! \\n\\nBut wait it's not just &5&lMekanism&r these work for! They work for plenty of other machines as well! Just need to be Configured with a Wrench to Push and Pull. \\n\\n(These can cause a bit of lag when used in mass so be careful with them).", + "atm9.quest.basic_logistics.desc.integrateddynamics.1": "&3&lIntegrated Dynamics&r is all about &f&lLogistics&r! It's practically the definition of &lLogistic&r. \\n\\nIt's all about moving, managing, and storing items. Heck you might not even need the Wrench for it, it's so well designed! Get one just incase though. \\n\\n(Least laggy pipe solution, I do recommend these!).", + "atm9.quest.basic_logistics.desc.mechanicalpipes.1": "Mechanical Pipes are how &5&lMeka&r lets the Fluids flow. \\n\\nSome Machines in &5&lMeka&r will need Fluids like Electrolytic Separator needing Water or Evaporation Plants to make Lithium.", + "atm9.quest.basic_logistics.desc.universalcables.1": "&5&lMekanism&r is Tech Mod... why are you surprised it needs Energy for its Machines?", + "atm9.quest.basic_logistics.desc.logicaltrasporters.1": "Logical Transporters are what &5&lMeka&r uses to move Items and Blocks across distance. \\n\\nThey will need to be Configured to Pull or Push to Inventories like Chests or Drawers.", + "atm9.quest.basic_logistics.desc.thermconductors.1": "Heat is another factor in &5&lMekanism&r and it Fuels a lot of Machines and Multiblocks. Thermal Evaporation Plants and Fusion Reactors both use Heat to work. And Conductors is how you will be moving Heat!", + "atm9.quest.basic_logistics.desc.pressurizedtubes.1": "Because the normal &2&lMinecraft&r Items, Blocks, and Fluids wasn't enough. And the added Heat and Energy wasn't either. \\n\\nThe rest of &5&lMekanism&r is moved with Pressurized Tubes. Gases are the main ones as if you're using &5&lMekanism&r you will be using Gases like Hydrogen and Oxygen. \\nInfuse Types are similar like Coal Infuse and Redstone Infuse. Slurries are used with Ore Processing. \\nAnd Dye Pigments are the essence of Color, any item that is Dyed can be changed with that part of &5&lMekanism&r.", + "atm9.quest.basic_logistics.desc.logiccables.1": "Logic Cables are different from other &e&lPipez&r or &5&lMeka pipes&r. The other Pipes act as hoppers, the items move from 1 Inventory, into the Pipe, then into the 2nd Inventory. Logic Cables just skip the middle man which also skips a lotta lag. \\n\\nThey are just for connecting Importers and Interfaces.", + "atm9.quest.basic_logistics.desc.logistics.1": "&n&f&lLogistics&r: \\nA system of moving, managing, and storing items or resources. \\n\\nIn Modded Minecraft it's quite the same, moving items! With Modded you will need items and by the thousands, heck if you want the &6&lStar&r it gets in the millions! So you'll need to move items from factories, machines, farms, and especially chests. That's what &l&fLogistics&r is for.", + "atm9.quest.basic_logistics.desc.variablecards.1": "Variable Cards are necessary for starting Interactions like Importing Items. You will put them in one of the slots of the Importer to add them. \\n\\nFrom there you can edit everything via the + Button. You can change how much is Importer, which Item Slot, which Channel, practically everything with just that Card. \\n\\nIf you're like me just wanting to move items, nothing too fancy just put it in and maybe change the Limit for how much is moved.", + "atm9.quest.basic_logistics.desc.itemimporter.1": "To get this working put the Item Importer onto the Inventory you want Items pulled from. Next, put the Interface on the second Inventory and connect them with Logic Cables. Then, put in the Variable Card into the Importer and change it as you please. \\n\\nIt can be changed to Import Items at the Integer Limit (Over 2 Billion).", + "atm9.quest.basic_logistics.desc.fluidimporter.1": "Works just like the Item Importer, put the &eFluid Importer&r onto a Tank with Liquid. Then the &eFluid Interface&r on where you want it to go and connect with Logic Cables. Finally Variable Card just like before! \\n\\nAlso can pull Liquids at the Integer Limit. \\n\\nDoes not place or take Fluid Sources from in the world, it only moves Fluids from one Tank to another.", + "atm9.quest.basic_logistics.desc.energyimporter.1": "Just smack an &3Energy Importer&r onto a Power Source and connect it to an &3Energy Interface&r with Logic Cables! Put and edit the Variable Cards and you'll be moving Power like a pro! \\n\\nI do have to say I found it having problems with Importing or Exporting to Flux Plugs and Points so be mindful of that.", + "atm9.quest.basic_logistics.desc.laserio.1": "&c&lLaserIO&r is DireWolf's continuation of &a&lEnderIO&r's &lLogistics&r. \\n\\nIt's all about moving items via &cLasers&r! Who doesn't love &cLasers&r!!! \\n\\nAnd it all starts with the Logic Chip.", + "atm9.quest.basic_logistics.desc.laserwrench.1": "These are just used to Connect &cLaser Nodes&r to each other and to Connectors. Not too important I just wanted to keep with the theme of Wrenches. \\n\\nIt does work as a Wrench for other Configs!", + "atm9.quest.basic_logistics.desc.lasernodes.1": "Now this is the true Heart of &c&lLaserIO&r! The &cLaser Nodes&r are where the actual Cards will go into in order to work. \\n\\nThey will move Items from any adjacent Inventory in the 4 Cardinal Directions and Up and Down. In order to move to Farther Inventories you'll need a second &cNode&r and Connect them with the Wrench by Shift Right Clicking 1 and Right Clicking the 2nd. \\n\\nYou'll put the Cards into the Slots of the correct Direction and you can put Node Overclockers there as well to make it work faster. ", + "atm9.quest.basic_logistics.desc.basicfilter.1": "The Basic Filter is pretty... easy to use! Simply put Items into it and they are now filtered. \\n\\nYou can change it so it either Whitelists/allows only those Items or that is Blacklists/denies only those Items. \\n\\nYou can also have it so it either matches NBT data or not. Matching NBT Data would mean having same Enchantments, Durabilitiy, or even Mobs inside of whatever Item. If selected to not match it will do any of that Item regardless of NBT.", + "atm9.quest.basic_logistics.desc.itemcards.1": "In order to move &2Items&r with &c&lLaserIO&r you'll need some &2Item Cards&r. \\n\\nSet one to Extract and put it on the side of the &cLaser Node&r you want to Import from. Then set the other to Insert and put it to the side you want the Items to Export to. \\n\\nThere are mutliple settings you can change with the Extract in order of where you want the Items to go if there's multiple places to Extract from. Round Robin will make it Extract items in an order instead of closest Inventory first.", + "atm9.quest.basic_logistics.desc.fluidcards.1": "Works exactly like the &2Item Cards&r, you need Extract and Insert Cards. Just this time you take from Tanks holding &9Fluids&r to another Tank. No, it doesn't move Sources of &9Fluid&r in or out of the World.", + "atm9.quest.basic_logistics.desc.energycards.1": "&eEnergy&r has to get around somehow, preferably where we want it to go. Move it around just the same as with &2Items&r, &9Fluids&r, and &5Chemicals&r!", + "atm9.quest.basic_logistics.desc.redstonecards.1": "Don't you just hate &4Redstone&r having to be wired to everywhere? If we can have Wireless FE why not Wireless &4Redstone&r? Finally we can thanks to &c&lLaserIO&r. You can Input a &4Redstone Signal&r with the &4Card&r then use an &4Output Card&r to Output the &4Signal&r somewhere else!", + "atm9.quest.basic_logistics.desc.cardholder.1": "When using &c&lLaserIO&r for &lLogistics&r you might end up with MANY Cards. With each taking a slot in your Inventory it can get pretty crampt. I wish they had a storage for Cards... oh wait they do, it's the Card Holder! \\n\\nYou can store multiple Cards in it and when you open a Laser Node the Card Holder will open up as well like a second Inventory. Very helpful!", + "atm9.quest.basic_logistics.desc.cardcloner.1": "With each Card holding their own data it can be pretty annoying constantly changing each Cards settings. So lets just clone them instead! \\n\\nLeft Click a Card with the Cloner to copy its Data, then Right Click a Card to give it that Data!", + "atm9.quest.basic_logistics.desc.connector.1": "If you need to string your &cLaser Nodes&r a far distance try using Connectors! Just use the Wrench like normal.", + "atm9.quest.basic_logistics.desc.counter.1": "1... 2... there's a 4 somewhere as well. \\n\\nTo set a Number put the Item in then you can Left or Right Click to change the amount. Shift and do the same to go by 10s. Once you have a set Number through it into a Card! \\n\\nIt will then wait until that set Number of Items is there to start taking Items. It will also leave that amount in the first Inventory.", + "atm9.quest.basic_logistics.desc.tags.1": "Tags are very important part of grouping Items in Minecraft. So of course we can take advantage of that for Filters! \\n\\nYou can put an Item in and select a Tag or if you know it, type it in yourself. \\n\\nReally helpful for ones like taking Gear out of a system by using Tag for Tools. \\n\\n(You can also find Tags by doing /kubejs hand to find what's the Tags of the Item in your hand.)", + "atm9.quest.basic_logistics.desc.modfilter.1": "Mod Filter is another pretty basic Filter. This one you put Items in and it will do the same with either Whitelisting or Blacklisting. But instead of only being that Item it will be any Item from that Mod. \\n\\nApotheosis Gem will only allow Apotheosis Items. Mekanism Alloy will only allow Mekanism Items. And so on.", + "atm9.quest.basic_logistics.desc.overclockercard.1": "Cards have their limits. Item Extration can only extract 8 items per Operation. Fluid Extract at only 5 Buckets. God knows with Chemical and Energy. \\n\\nThis is Modded &2&lMinecraft&r these limits won't suffice we need to Overclock them. \\n\\nThrow some Overclockers in the top right of the Card and it'll upgrade the cap they can transfer! \\n\\nMax of 4.", + "atm9.quest.basic_logistics.desc.overclockernode.1": "Cards aren't the only ones with limits, so they also aren't the only ones with Overclockers! \\n\\nThese go into the &cNode&r itself on bottom right and boost how fast it does Operations. \\n\\nMax of 8.", + + "atm9.quest.basic_logistics.subt.mechanicalpipes": "Fluids", + "atm9.quest.basic_logistics.subt.universalcables": "Energy", + "atm9.quest.basic_logistics.subt.logicaltrasporters": "Blocks + Items", + "atm9.quest.basic_logistics.subt.thermconductors": "Heat", + "atm9.quest.basic_logistics.subt.pressurizedtubes": "Gas + More", + + "atm9.quest.pylons.title.pylonsintro": "&lPylons", "atm9.quest.pylons.title.hoes": "Hoes", @@ -4452,6 +4840,71 @@ "atm9.quest.mekanismReactors.completingMatrix": "&aCompleting the&r &9Matrix", + "atm9.quest.modular_router.title.intro": "&lModular Routers", + "atm9.quest.modular_router.title.modules": "&lModules", + "atm9.quest.modular_router.title.upgrades": "&lUpgrades", + "atm9.quest.modular_router.title.augments": "&lAugments", + "atm9.quest.modular_router.title.mob_farm": "Routers for Mob Farms", + "atm9.quest.modular_router.title.mining": "Routers for Mining", + "atm9.quest.modular_router.title.farming": "Routers for Farming", + "atm9.quest.modular_router.title.creative_module": "Creative Module", + + "atm9.quest.modular_router.desc.intro.1": "&lModular Routers&r is a Logistics Mod. \\n\\nAnd it all starts with the Router! So make one! \\n\\nAlso the Buffer is the single item slot in the Router where items will come and go through. And it will need Redstone Signal for most Modules to work.", + "atm9.quest.modular_router.desc.modules.1": "Modules determine the action the Router preforms. \\n\\nThey can make it so your Router pulls items from Chests, or put items into chests, or even both! And much more! \\n\\nModules go into the Router themselves and multiple can be installed. \\n\\nFiltering and Upgrades go into the Modules themselves.", + "atm9.quest.modular_router.desc.upgrades.1": "Upgrades go directly into the Router and the Router can hold 5 of them. Upgrades directly affect all Modules that they can and usually can stack!", + "atm9.quest.modular_router.desc.augments.1": "Augments are similar to Upgrades but for the individual Modules!", + "atm9.quest.modular_router.desc.blast_routers.1": "Sometimes a Router might be in a dangerous situation, like spawning a Wither. \\n\\nIn order to protect it you'll need a Blast Upgrade. \\n\\nTNT won't break it, Wither won't break it, only you.", + "atm9.quest.modular_router.desc.camouflage_routers.1": "This upgrade makes the Router similar to a Framed Block. \\n\\nSneak Right Click a Block to change the Routers appearance to it. \\n\\nJust don't lose it!", + "atm9.quest.modular_router.desc.energy_upgrade.1": "Takes more Energy with the Energy Modules!", + "atm9.quest.modular_router.desc.fluid_upgrade.1": "Fluid doesn't stack like Items do, so its upgrade is a little different. Still moves more just at a different rate.", + "atm9.quest.modular_router.desc.muffler_upgrade.1": "Routers can be noisy, and noise definitely stacks when you have hundreds of them. \\n\\nMight be nice to invest in Muffer Upgrades then!", + "atm9.quest.modular_router.desc.security_upgrade.1": "It's my stuff, no touchy. \\n\\nOnly you can use and mess with the Router after putting in the Upgrade.", + "atm9.quest.modular_router.desc.speed_upgrade.1": "A Router does it's action every time it has one of it's ticks. \\n\\nDefault is 20 Ticks or 1 Second. \\n\\nThis can be made to less Ticks with the Speed Upgrade!", + "atm9.quest.modular_router.desc.stack_upgrade.1": "Normally the Router moves 1 item each of it's Ticks. This can be doubled and stacked! with the Stack Upgrade. \\n\\n1 Stack Upgrade is 2 Items, 2 Stacks 4 Items, and 6 Stacks is 64 Items a second.", + "atm9.quest.modular_router.desc.sync_upgrade.1": "This one is unique as it's not used for just 1 Router but for multiple. \\n\\nIf you want mutliple Routers working at the same time then each needs a Sync Upgrade. \\n\\nWill need to be tuned in its own GUI.", + "atm9.quest.modular_router.desc.pickup_augment.1": "Why wait? Usually items dropped in Minecraft have a second they need to hit the ground to be picked up again. \\n\\nBut why wait?\\n\\nThis upgrade lets the Vacuum Module not wait and immediately pick up the items. \\n\\nVery good for less lag!", + "atm9.quest.modular_router.desc.robin_augment.1": "We've seen Filters and we've seen Round Robins, now we're seeing both! This is useful for keeping the Items in a select order like for when making Mystical Agriculture Seeds!", + "atm9.quest.modular_router.desc.mimic_augment.1": "Used with the Extruder MK2, blocks extruded will mimic the actual blocks. Redstone Blocks will emit Redstone, Glowstone will emit light, Grass will act transparent. But only with this Augment! \\nDoesn't work with Block Entities like Furnaces or Enrichment Chambers.", + "atm9.quest.modular_router.desc.augment_core.1": "When moving items Routers can get pretty greedy, taking every single item they can get their grubby antennas on! \\n\\nWith Regulator Augment you can limit how much is moved.", + "atm9.quest.modular_router.desc.delay_augment.1": "Why wait? Oh you have valid reasons for waiting? Like items that might despawn. Huh wasn't thinking about those. \\n\\nWith Pickup Delay Augment the Vacuum Module will wait 10 ticks with every Augment in it to pick up dropped items! ", + "atm9.quest.modular_router.desc.pushing_augment.1": "The Extruder pushes blocks and entities by why not push it some more! \\n\\nThe entities not the blocks.", + "atm9.quest.modular_router.desc.range_down_augment.1": "You don't want everything to do their actions at a larger range? You want your Vacuum to leave some room for dropping items in your World? Then I guess you can range down.", + "atm9.quest.modular_router.desc.range_up_augment.1": "Just can't reach what you need to? Try Ranging Up! \\n\\nWith this everything will do their actions but farther. Vacuum has higher range for picking up items. Energy goes farther. Flinger flings with more strength!", + "atm9.quest.modular_router.desc.redstone_augment.1": "Usually the Router commands the Modules but with this Augment the Module goes rouge! AWOl! Pure anarchy! \\n\\nIt will listen to it's own Redstone activation rather than the Routers.", + "atm9.quest.modular_router.desc.stack_augment.1": "Sometimes you don't want every Module to move multiple stacks at a time, so when you just want 1 Modules to do so use an Augment! This does not stack with Upgrades though... infact it overrides them.", + "atm9.quest.modular_router.desc.xp_vacuum_augment.1": "Now even more like the Absorption Hopper! \\n\\nVacuum Module will now pickup XP Orbs as well as Items. Whatever you do with the XP is up to you!", + "atm9.quest.modular_router.desc.activator_module.1": "Don't you hate Right Clicking everything? From Sheeps with Shears to Cows with Buckets? It's the 21st Century we should have Robots to everything! Or atleast Routers do everything. \\n\\nWith Activator Module it will act as if it were you Right Clicking things. \\n\\nYou can set what it will Right Click, if it will Attack or Use the Mob or Block, if you Shift Right Click, and how close they need to be in the Module.", + "atm9.quest.modular_router.desc.breaker_module.1": "Did you play around with the Placer too much and need to Break those Blocks? \\n\\nIts Tier and Enchants are determined by the Pickaxe its Crafted with. \\n\\nNow set the area and hopefully put a Filter and let it run! \\n\\nCan be used with a Placer to do stuff like turning Ores into Items.", + "atm9.quest.modular_router.desc.detector_module.1": "Did you play around with the Placer too much and need to Break those Blocks? \\n\\nIts Tier and Enchants are determined by the Pickaxe its Crafted with. \\n\\nNow set the area and hopefully put a Filter and let it run! \\n\\nCan be used with a Placer to do stuff like turning Ores into Items.", + "atm9.quest.modular_router.desc.distributor_module.1": "The Distributer is the half siblings of the Sender Modules. (The MK3 to be exact, on the MK2 side). \\n\\nInstead of sending to 1 Inventory it will send to multiple that are selected. \\n\\nIt can send in multiple modes: Round Robin, Random, Nearest First, or Farthest First. Round Robin does an even amount to each in a row, like a dealer in Poker. Random will randomly choose an inventory to feed. The others are determined by the distance from the Router.", + "atm9.quest.modular_router.desc.hopper_module.1": "I wonder what Droppers do? \\nI think they drop things... \\n\\nAny item in the Buffer will be dropped on the ground. \\n\\nCould be helpful with something like Botania!", + "atm9.quest.modular_router.desc.energy_distributor_module.1": "Why set a location to where the Energy can go? Why not let it go free! \\n\\nLike freeing a bunch of Bees, the Energy will go everywhere almost instantly (with less buzzing). Any blocks needing Energy nearby will be charged wirelessly.", + "atm9.quest.modular_router.desc.energy_output_module.1": "Energy is something used by practically everything so you need to send it almost everywhere. Thankfully the Energy Module will help with that! \\n\\nThe Energy Module will move any Energy pushed into it, somewhere else! To wherever you set it to!", + "atm9.quest.modular_router.desc.extruder_module_1.1": "Extrude is such a prude word. \\n\\nThe Extruder will place the blocks in the Router's Buffer in a line in front of the Router when given a Redstone Signal. When the Signal is disabled it will break all those blocks. \\n\\nUseful for Doors!", + "atm9.quest.modular_router.desc.extruder_module_2.1": "Similar to the Extruder MK1 but this one is more evolved! Can be used with Patterns so when Blocks are placed they will go in that pattern!", + "atm9.quest.modular_router.desc.flinger_module.1": "Droppers drop,\\nDispensers dispense, \\nAnd Flingers fling! \\n\\nInstead of nicely setting down items from the Buffer, the Flinger Module will throw them? How far? You determine that!", + "atm9.quest.modular_router.desc.fluid_module_1.1": "Water in. \\nWater out. \\n\\nThe Fluid Module will either take Liquid Sources from near the Router and put it into a Tank in the Buffer or take Liquid from a Tank in it's Buffer and place it in front of it. \\n\\nOnly works for adjacent blocks to the Router, if you want bigger range you'll need...", + "atm9.quest.modular_router.desc.fluid_module_2.1": "The Fluid MK2! \\n\\nAny Liquid Source nearby can be used with this one, not just adjacent.", + "atm9.quest.modular_router.desc.placer_module.1": "This one does as the name suggests, it places Blocks. \\n\\nSet the Direction you want the Block placed, preferably set the Filter, then throw the Module and Blocks into the Router! Once the Redstone is set the Blocks will be placed!", + "atm9.quest.modular_router.desc.player_module.1": "The Router giveth and the Router taketh. \\n\\nThis Module is helpful for Builders or even Miners! It can be set to send items from its Buffer to your Inventory or take items from your Inventory into its Buffer. \\n\\nPerfect for Strip-Mining, have it take all the Cobble and Deepslate from your Inventory and put it in a Trash Can.", + "atm9.quest.modular_router.desc.puller_module_1.1": "Pull..! Pull..! Pull..! \\n\\nThe Puller is the opposite of the Sender, it pulls items from Inventories into the Router's Buffer. \\n\\nThe Inventory has to be adjacent to the Router.", + "atm9.quest.modular_router.desc.puller_module_2.1": "Like the MK1 this pulls! Just not only from adjacent Inventories, but any Inventory nearby!", + "atm9.quest.modular_router.desc.sender_module_1.1": "The Sender Modules will move Items in the Router's Buffer Slot into another Inventory. \\n\\nMK1 will only move items into Inventories on the same XYZ axis as the Router and with direct line of sight. If there is a block in the way, the MK1 Sender will not send.", + "atm9.quest.modular_router.desc.sender_module_2.1": "Sender Module MK2 works similar to MK1 but with less restrictions. \\n\\nMK2 doesn't need direct line of sight or to be on same XYZ axis. \\n\\nWill have to be in the same Dimension though, unless you have...", + "atm9.quest.modular_router.desc.sender_module_3.1": "MK3 doesn't worry about XYZ axis, line of sight, or Dimension. \\n\\nAs long as the Inventory is in the same Minecraft World it can move items into it. \\n\\nHeck I'm not even sure if the Inventory has to be in the game of Minecraft to send to!", + "atm9.quest.modular_router.desc.vacuum_module.1": "Mean these Suck! Literally! \\n\\nVacuum Module will suck up any items in the set area and move them to the Routers Buffer. Similar to the Absorption Hopper. \\n\\nAlso can be used with Experience Augment!", + "atm9.quest.modular_router.desc.void_module.1": "If you are using Routers I hope you have some game knowledge. \\n\\nJust incase, to void an Item means to delete it. \\n\\nAny items that come into the Router, will be deleted forever! \\n\\nRecommend using Filters with this one...", + "atm9.quest.modular_router.desc.creative_module": "HAHAHA did I scare you with the Creative Item in the Quests? \\n\\nDon't worry you won't need the item to finish this Quest page I just wanted to scare you. \\n\\n\\nI can have fun sometimes...", + "atm9.quest.modular_router.desc.bulk_item_filter.1": "Modules only have so many slots for Filtered Items, if you need more than use this! Bulk Item Filter. \\n\\nYou can put many more Items in to Whitelist or Blacklist in it. Then throw it in where normal Filters go! \\n\\nWill be needed to craft more unique Filters!", + "atm9.quest.modular_router.desc.inspection_filter.1": "Durability, Fluid Level, Energy Level, Enchantment Level, and Food Value are all categories we can use with Inspection Filter. \\n\\nThen we select if we want it Greater than, Lesser than, Equal to, or a mix of those with the Numbered Amount. \\n\\nNext we give it a Numbered Amount and hit the Plus Button to add it to the Filter. \\n\\nThis can be used to only keep Tools with high Durability or Food with high Food Value.", + "atm9.quest.modular_router.desc.mod_filter.1": "Filtering per Mod can be very helpful especially for Apotheosis. \\n\\nTo use it, put an item in from a certain Mod, then it will show the Mod name, and hit the Plus button to add it!", + "atm9.quest.modular_router.desc.regex_filter.1": "Is this code? I'm not paid to do coding!!??!?! I just wanted to make the Quests! \\n\\nHere you can type in a Regex into the Search Bar and click the Plus Button to add it to the Filter. Whenever that Regex comes up it will be filtered out.", + "atm9.quest.modular_router.desc.tag_filter.1": "Tags are an essential part of Minecraft. \\n\\nFor all who don't know they work as an organization tool to help choose similar items for the same task. Like Crafting Table being made with any Planks or Trees being Chopped down fastest with any Axe. \\n\\nTo filter by Tag put an item in, then select the tag from the groups. Like Iron Ore for Ores.", + "atm9.quest.modular_router.desc.mob_farm.1": "Here's a good example of using Modular Routers to make a super easy organized Mob Farm. (Does not include way of killing mobs). \\n\\nFor it I'll use a Wither Skeleton Farm as example. \\n\\nFirst, you want to get Items into the Buffer with a Vacuum Module. Next, get rid of the Stone Swords with a Void Module. To make sure it doesn't delete everything use a Whitelist Filter with the Stone Sword in it and not matching Damage. After, that you'll need a place to put the Loot, I recommend a Drawer System. Then, use a Sender Module to send the Loot to the Storage System. \\n\\nThat's all you need!", + "atm9.quest.modular_router.desc.mining.1": "Don't feel like Mining a bunch of Ores you got? Why not let Routers do it for you? \\n\\nYou can use a Placer to place down the Ores, then let an Enchanted Breaker Mine the Ores. Breaker needs the Pickaxe used to craft it to be Enchanted first, the Module itself can't be Enchanted. \\n\\nYou might need another Router to pick up the dropped Ores.", + "atm9.quest.modular_router.desc.farming.1": "Routers can also be used for Farming! \\nFirst start off with a simple Farm. Then you'll need an Activator Module and direct it toward the Crops. After that, put a Vacuum Module in your Router to collect the Crops. Finally put it all in the Router, Power it with Redstone, and let it farm!", + + "atm9.quest.enchant.enchant": "Enchanting with Apotheosis", "atm9.quest.enchant.book": "Vanilla Max is just the start", "atm9.quest.enchant.hellshelf": "&4Hellshelves", diff --git a/kubejs/assets/kubejs/textures/block/atomic_casing_template.png b/kubejs/assets/kubejs/textures/block/atomic_casing_template.png deleted file mode 100644 index ac66c6a..0000000 Binary files a/kubejs/assets/kubejs/textures/block/atomic_casing_template.png and /dev/null differ diff --git a/kubejs/client_scripts/chemlibCompat.json b/kubejs/client_scripts/chemlibCompat.json deleted file mode 100644 index 039f906..0000000 --- a/kubejs/client_scripts/chemlibCompat.json +++ /dev/null @@ -1,662 +0,0 @@ -{ - "alltheores:nickel_nugget": [ - { - "color": "aqua", - "text": "Ni (28)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:aluminum_block": [ - { - "color": "aqua", - "text": "Al (13)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:platinum_ingot": [ - { - "color": "aqua", - "text": "Pt (78)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:iron_dust": [ - { - "color": "aqua", - "text": "Fe (26)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:zinc_block": [ - { - "color": "aqua", - "text": "Zn (30)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:uranium_ingot": [ - { - "color": "aqua", - "text": "U (92)" - }, - { - "color": "gray", - "text": "Actinides" - } - ], - "alltheores:uranium_dust": [ - { - "color": "aqua", - "text": "U (92)" - }, - { - "color": "gray", - "text": "Actinides" - } - ], - "alltheores:osmium_ingot": [ - { - "color": "aqua", - "text": "Os (76)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:platinum_plate": [ - { - "color": "aqua", - "text": "Pt (78)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:copper_nugget": [ - { - "color": "aqua", - "text": "Cu (29)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:iron_nugget": [ - { - "color": "aqua", - "text": "Fe (26)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:silver_ingot": [ - { - "color": "aqua", - "text": "Ag (47)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:zinc_dust": [ - { - "color": "aqua", - "text": "Zn (30)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:uranium_nugget": [ - { - "color": "aqua", - "text": "U (92)" - }, - { - "color": "gray", - "text": "Actinides" - } - ], - "alltheores:silver_plate": [ - { - "color": "aqua", - "text": "Ag (47)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:gold_nugget": [ - { - "color": "aqua", - "text": "Au (79)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:gold_ingot": [ - { - "color": "aqua", - "text": "Au (79)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:platinum_nugget": [ - { - "color": "aqua", - "text": "Pt (78)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:copper_block": [ - { - "color": "aqua", - "text": "Cu (29)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:osmium_dust": [ - { - "color": "aqua", - "text": "Os (76)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:lead_block": [ - { - "color": "aqua", - "text": "Pb (82)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:nickel_dust": [ - { - "color": "aqua", - "text": "Ni (28)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:lead_dust": [ - { - "color": "aqua", - "text": "Pb (82)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:nickel_ingot": [ - { - "color": "aqua", - "text": "Ni (28)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:osmium_nugget": [ - { - "color": "aqua", - "text": "Os (76)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "mekanism:dust_sulfur": [ - { - "color": "aqua", - "text": "S (16)" - }, - { - "color": "gray", - "text": "Reactive Non-Metals" - } - ], - "alltheores:zinc_nugget": [ - { - "color": "aqua", - "text": "Zn (30)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:tin_plate": [ - { - "color": "aqua", - "text": "Sn (50)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:iridium_plate": [ - { - "color": "aqua", - "text": "Ir (77)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:aluminum_nugget": [ - { - "color": "aqua", - "text": "Al (13)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:tin_nugget": [ - { - "color": "aqua", - "text": "Sn (50)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:platinum_block": [ - { - "color": "aqua", - "text": "Pt (78)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:iron_block": [ - { - "color": "aqua", - "text": "Fe (26)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:silver_dust": [ - { - "color": "aqua", - "text": "Ag (47)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:osmium_block": [ - { - "color": "aqua", - "text": "Os (76)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:lead_plate": [ - { - "color": "aqua", - "text": "Pb (82)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:nickel_block": [ - { - "color": "aqua", - "text": "Ni (28)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:zinc_plate": [ - { - "color": "aqua", - "text": "Zn (30)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:iridium_dust": [ - { - "color": "aqua", - "text": "Ir (77)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:zinc_ingot": [ - { - "color": "aqua", - "text": "Zn (30)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:aluminum_plate": [ - { - "color": "aqua", - "text": "Al (13)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:uranium_block": [ - { - "color": "aqua", - "text": "U (92)" - }, - { - "color": "gray", - "text": "Actinides" - } - ], - "alltheores:silver_block": [ - { - "color": "aqua", - "text": "Ag (47)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:nickel_plate": [ - { - "color": "aqua", - "text": "Ni (28)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:tin_block": [ - { - "color": "aqua", - "text": "Sn (50)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:silver_nugget": [ - { - "color": "aqua", - "text": "Ag (47)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:iron_plate": [ - { - "color": "aqua", - "text": "Fe (26)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:copper_ingot": [ - { - "color": "aqua", - "text": "Cu (29)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:copper_plate": [ - { - "color": "aqua", - "text": "Cu (29)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:lead_nugget": [ - { - "color": "aqua", - "text": "Pb (82)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:lead_ingot": [ - { - "color": "aqua", - "text": "Pb (82)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:iridium_nugget": [ - { - "color": "aqua", - "text": "Ir (77)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:gold_block": [ - { - "color": "aqua", - "text": "Au (79)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:aluminum_dust": [ - { - "color": "aqua", - "text": "Al (13)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:tin_dust": [ - { - "color": "aqua", - "text": "Sn (50)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:osmium_plate": [ - { - "color": "aqua", - "text": "Os (76)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:iridium_ingot": [ - { - "color": "aqua", - "text": "Ir (77)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:iridium_block": [ - { - "color": "aqua", - "text": "Ir (77)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:gold_dust": [ - { - "color": "aqua", - "text": "Au (79)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:platinum_dust": [ - { - "color": "aqua", - "text": "Pt (78)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:copper_dust": [ - { - "color": "aqua", - "text": "Cu (29)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:aluminum_ingot": [ - { - "color": "aqua", - "text": "Al (13)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:gold_plate": [ - { - "color": "aqua", - "text": "Au (79)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "minecraft:iron_ingot": [ - { - "color": "aqua", - "text": "Fe (26)" - }, - { - "color": "gray", - "text": "Transition Metals" - } - ], - "alltheores:tin_ingot": [ - { - "color": "aqua", - "text": "Sn (50)" - }, - { - "color": "gray", - "text": "Post-Transition Metals" - } - ], - "alltheores:uranium_plate": [ - { - "color": "aqua", - "text": "U (92)" - }, - { - "color": "gray", - "text": "Actinides" - } - ] -} \ No newline at end of file diff --git a/kubejs/client_scripts/jei_add.js b/kubejs/client_scripts/jei_add.js index 78c0586..418f30f 100644 --- a/kubejs/client_scripts/jei_add.js +++ b/kubejs/client_scripts/jei_add.js @@ -6,4 +6,4 @@ JEIEvents.addItems(allthemods => { }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/client_scripts/jei_hide.js b/kubejs/client_scripts/jei_hide.js index 440531b..f4c2423 100644 --- a/kubejs/client_scripts/jei_hide.js +++ b/kubejs/client_scripts/jei_hide.js @@ -34,4 +34,4 @@ JEIEvents.hideItems(allthemods => { }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/client_scripts/jei_info.js b/kubejs/client_scripts/jei_info.js index c0f0460..7baeaee 100644 --- a/kubejs/client_scripts/jei_info.js +++ b/kubejs/client_scripts/jei_info.js @@ -1,5 +1,6 @@ // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. // As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. + JEIEvents.information(allthemods => { allthemods.addItem('enderchests:ender_chest', [ 'Cross-dimensional wireless item transfer to any chest on the same channel.', @@ -27,4 +28,4 @@ JEIEvents.information(allthemods => { }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/client_scripts/mekanismClient.js b/kubejs/client_scripts/mekanismClient.js index 53964d1..d052e31 100644 --- a/kubejs/client_scripts/mekanismClient.js +++ b/kubejs/client_scripts/mekanismClient.js @@ -30,4 +30,4 @@ function snakeCaseToUpperCase(input) { } // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/client_scripts/observeGT.js b/kubejs/client_scripts/observeGT.js deleted file mode 100644 index 1ecb237..0000000 --- a/kubejs/client_scripts/observeGT.js +++ /dev/null @@ -1,53 +0,0 @@ -// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - -const mapGTMachineIdToTaskId = { - "gtceu:electric_blast_furnace": "3F5D1730023562C7", - "gtceu:cleanroom": "3DA6D564BBFB1F50", - "gtceu:distillation_tower": "6DE94C2C7F4B9AC7", - "gtceu:pyrolyse_oven": "5FAE011B2417FAAA", - "gtceu:cracker": "04E3568175E66B6D", - "gtceu:vacuum_freezer": "7536DA5A948671F2", - "gtceu:large_chemical_reactor": "1038F300D9F8EF3C", - "gtceu:iv_processing_array": "188A83D9504A8470" -} - -const $MetaMachine = Java.tryLoadClass('com.gregtechceu.gtceu.api.blockentity.MetaMachineBlockEntity') -const $MultiController = Java.tryLoadClass('com.gregtechceu.gtceu.api.machine.feature.multiblock.IMultiController') -const $CompoundTag = Java.tryLoadClass('net.minecraft.nbt.CompoundTag') - -ClientEvents.tick(allthemods => { - if (Client.hitResult != null && Client.hitResult.getType() == 'BLOCK') { - let block = allthemods.level.getBlock(Client.hitResult.getBlockPos()) - if (block && block.id.contains('gtceu')) { - let blockEntity = block.entity - // Multiblock handler - if (blockEntity && blockEntity instanceof $MetaMachine) { - // Multiblock is complete - if (blockEntity.metaMachine instanceof $MultiController) { - if (blockEntity.metaMachine.isFormed()) { - let taskString = mapGTMachineIdToTaskId[block.id] - if (taskString) { - let tag = new $CompoundTag() - tag.putString('task', taskString) - allthemods.player.sendData('customTask', tag) - } - } - } - } - } - } -}) - -NetworkEvents.dataReceived('customTask', allthemods => { - //const {entity, data, level} = event - //let taskString = data.task - //let task = FTBQuests.getObject(level, taskString) - //let playerQuestData = FTBQuests.getData(entity) - //if (task && playerQuestData && !playerQuestData.isCompleted(task) && playerQuestData.canStartTasks(task.quest)) { - // playerQuestData.addProgress(task, 1) - //} -}) - -// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/kubejs/client_scripts/observeMekanism.js b/kubejs/client_scripts/observeMekanism.js index afc3aa6..a3b63c4 100644 --- a/kubejs/client_scripts/observeMekanism.js +++ b/kubejs/client_scripts/observeMekanism.js @@ -79,4 +79,4 @@ NetworkEvents.dataReceived('customTask', allthemods => { }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index f4b9b57..827c1b6 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -4,18 +4,7 @@ // priority: 0 ItemEvents.tooltip(allthemods => { - // Re-add Chemlib info to unified materials - let chemlibTooltips = JsonIO.read('kubejs/client_scripts/chemlibCompat.json') - chemlibTooltips.forEach((item, tooltips) => { - allthemods.addAdvanced(item, (stack, advanced, text) => { - text.add(1, tooltips[0]) - if (tooltips.length > 1) { - text.add(2, tooltips[1]) - } - }) - }) - - //AllTheModium + // Allthemodium allthemods.add('allthemodium:teleport_pad',[ Text.of('Place the pad down in the specified Dimension'), Text.of('Sneak Right Click with both hands empty to teleport'), @@ -63,7 +52,7 @@ ItemEvents.tooltip(allthemods => { allthemods.add('extradisks:infinite_fluid_storage_block', [Text.of('Recipe disabled').red()]) allthemods.add('extradisks:infinite_fluid_storage_part', [Text.of('Recipe disabled').red()]) - //pipes + // Pipez allthemods.add('pipez:item_pipe', [ [Text.of('Default:'), ' ', Text.of('4'), ' ', Text.of('items/20t')], [Text.of('Basic:'), ' ', Text.of('8'), ' ', Text.of('items/15t')], @@ -118,9 +107,7 @@ ItemEvents.tooltip(allthemods => { [Text.of('Gas:').darkGray(), ' ', Text.of('40,000').gray(), ' ', Text.of('mB/t').darkGray()], [Text.of('Energy:').darkGray(), ' ', Text.of('131,072').gray(), ' ', Text.of('FE/t').darkGray()], ]) - - }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/data/railcraft/advancements/grant_book_on_first_join.json b/kubejs/data/railcraft/advancements/grant_book_on_first_join.json deleted file mode 100644 index bcd9ad4..0000000 --- a/kubejs/data/railcraft/advancements/grant_book_on_first_join.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "criteria": { - "tick": { - "trigger": "minecraft:tick" - } - } -} \ No newline at end of file diff --git a/kubejs/server_scripts/conflicts.js b/kubejs/server_scripts/conflicts.js index a33b48a..80d8a46 100644 --- a/kubejs/server_scripts/conflicts.js +++ b/kubejs/server_scripts/conflicts.js @@ -2,7 +2,6 @@ // As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. ServerEvents.recipes(allthemods => { - // Yellorium allthemods.remove({ id: 'bigreactors:crafting/yellorium_component_to_storage' }) allthemods.remove({ id: 'bigreactors:crafting/yellorium_ingot_to_nugget' }) @@ -73,34 +72,6 @@ ServerEvents.recipes(allthemods => { allthemods.remove({ id: 'extrastorage:part/storagepart_262144k_fluid' }) allthemods.remove({ id: 'extrastorage:part/storagepart_1048576k_fluid' }) - - - // Blue Skies tools - let planks = Ingredient.of('#minecraft:planks').subtract(Ingredient.of('#blue_skies:planks')) - allthemods.forEachRecipe({ id: /minecraft:wooden_(hoe|shovel|pickaxe|sword|axe)/ }, recipe => { - let json = recipe.json - let key = json.get('key') - key.add('X', planks.toJson()) - json.add('key', key) - recipe.json = json - }) - allthemods.forEachRecipe({ id: 'minecraft:stick' }, recipe => { - let json = recipe.json - let key = json.get('key') - key.add('#', planks.toJson()) - json.add('key', key) - recipe.json = json - }) - - let cobble = Ingredient.of('#quark:stone_tool_materials').subtract(Ingredient.of('#blue_skies:cobblestone')) - allthemods.forEachRecipe({ id: /quark:tweaks\/crafting\/utility\/tools\/stone_(hoe|shovel|pickaxe|sword|axe)/ }, recipe => { - let json = recipe.json - let key = json.get('key') - key.add('X', cobble.toJson()) - json.add('key', key) - recipe.json = json - }) - // Rechiseled Chisel / Croptopia Knife allthemods.remove({ id: 'croptopia:knife' }) allthemods.shaped('croptopia:knife', [' C', 'S '], { C: '#forge:ingots/iron', S: '#forge:rods/wooden' }).noMirror().id(`allthemods:croptopia/knife`) @@ -109,12 +80,12 @@ ServerEvents.recipes(allthemods => { allthemods.remove({ id: 'minecraft:cake' }) allthemods.remove({ id: 'minecraft:beehive' }) - // quark's log to stick recipe, but botania safe + // Quark's Log to Stick recipe, but Botania safe allthemods.remove({id: 'enderio:stick'}) let logSticks = Ingredient.of('#minecraft:logs').subtract(Ingredient.of(['#botania:livingwood_logs', '#botania:dreamwood_logs'])) allthemods.shaped('16x minecraft:stick', ['s', 's'], { s: logSticks }).id('allthemods:easy_sticks') - // duplicate abd and quark + // Duplicate Abd and Wuark let abdRemovals = [ 'absentbydesign:slab_tuff', 'absentbydesign:stairs_tuff', @@ -154,8 +125,7 @@ ServerEvents.recipes(allthemods => { E: '#forge:ender_pearls', H: '#alltheores:ore_hammers' }).id('allthemods9:enderium_dust_handblend') - }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/server_scripts/mods/everythingcopper/disable_shield.js b/kubejs/server_scripts/mods/everythingcopper/disable_shield.js deleted file mode 100644 index 57c8e40..0000000 --- a/kubejs/server_scripts/mods/everythingcopper/disable_shield.js +++ /dev/null @@ -1,9 +0,0 @@ -// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - -ServerEvents.recipes(allthemods =>{ - allthemods.remove({id: 'everythingcopper:copper_shield'}) -}) - -// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. diff --git a/kubejs/server_scripts/ore_removal.js b/kubejs/server_scripts/ore_removal.js index 058cbdf..880b7ea 100644 --- a/kubejs/server_scripts/ore_removal.js +++ b/kubejs/server_scripts/ore_removal.js @@ -11,4 +11,4 @@ ServerEvents.highPriorityData(allthemods => { }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/kubejs/server_scripts/tags.js b/kubejs/server_scripts/tags.js index 2b25c84..79e2d57 100644 --- a/kubejs/server_scripts/tags.js +++ b/kubejs/server_scripts/tags.js @@ -23,43 +23,20 @@ ServerEvents.tags('item', allthemods => { 'mysticalagriculture:unobtainium_seeds', 'mysticalagriculture:vibranium_seeds', ]) + allthemods.remove('tombstone:seeds', 'mysticalagriculture:seeds') + allthemods.remove('forge:seeds', '#mysticalagriculture:seeds') + allthemods.add('forge:dusts', 'alltheores:netherite_dust') allthemods.add('forge:dusts/netherite', 'alltheores:netherite_dust') - allthemods.add('forbidden_arcanus:modifier/eternal_incompatible',[ '#alltheores:ore_hammers','@ftbic','minecraft:nether_star','bloodmagic:sanguinereverter','#occultism:miners/ores','apotheosis:potion_charm' ]) - // add Productive Bee blocktags as item tags for the GT Apiary to work - allthemods.add('productivebees:flowers/glowing_flowers', ['minecraft:glowstone', 'minecraft:shroomlight', 'minecraft:redstone_lamp']) - allthemods.add('productivebees:flowers/crystalline', ['minecraft:quartz_block', 'minecraft:quartz_pillar', 'minecraft:nether_quartz_ore', 'alltheores:other_quartz_ore', 'botania:dark_quartz', 'botania:mana_quartz', 'botania:blaze_quartz', 'botania:lavendar_quartz', 'botania:red_quartz', 'botania:elf_quartz', 'botania:sunny_quartz', 'productivebees:quartz_netherrack']) - allthemods.add('productivebees:flowers/swamp_flowers', ['minecraft:cherry_leaves', 'minecraft:flowering_azalea_leaves', 'minecraft:mangrove_propagule', 'minecraft:flowering_azalea', 'minecraft:dandelion', 'minecraft:poppy', 'minecraft:blue_orchid', 'minecraft:allium', 'minecraft:azure_bluet', 'minecraft:red_tulip', 'minecraft:orange_tulip', 'minecraft:white_tulip', 'minecraft:pink_tulip', 'minecraft:oxeye_daisy', 'minecraft:cornflower', 'minecraft:lily_of_the_valley', 'minecraft:torchflower', 'minecraft:wither_rose', 'minecraft:pink_petals', 'minecraft:sunflower', 'minecraft:lilac', 'minecraft:rose_bush', 'minecraft:peony', 'minecraft:pitcher_plant', 'minecraft:lily_pad']) - allthemods.add('productivebees:flowers/cupric_flowers', ['minecraft:copper_block', 'minecraft:cut_copper', 'minecraft:exposed_copper', 'minecraft:exposed_cut_copper', 'minecraft:weathered_copper', 'minecraft:weathered_cut_copper', 'minecraft:oxidized_copper', 'minecraft:oxidized_cut_copper', 'minecraft:waxed_copper_block', 'minecraft:waxed_exposed_copper', 'minecraft:waxed_weathered_copper', 'minecraft:waxed_oxidized_copper', 'minecraft:copper_ore', 'minecraft:deepslate_copper_ore', 'minecraft:raw_copper_block', 'minecraft:lightning_rod']) - allthemods.add('productivebees:flowers/souled_flowers', ['minecraft:soul_sand', 'minecraft:soul_soil']) - allthemods.add('productivebees:flowers/redstone', ['minecraft:redstone_block', 'minecraft:redstone_ore', 'minecraft:deepslate_redstone_ore', 'minecraft:redstone_torch', 'minecraft:redstone_lamp', 'minecraft:redstone', 'alltheores:other_redstone_ore', 'deeperdarker:sculk_stone_redstone_ore', 'deeperdarker:gloomslate_redstone_ore',]) - allthemods.add('productivebees:flowers/prismarine', ['minecraft:sea_lantern', 'minecraft:prismarine', 'minecraft:prismarine_bricks', 'minecraft:dark_prismarine']) - allthemods.add('productivebees:flowers/magmatic_flowers', ['minecraft:magma_block', 'minecraft:nether_wart']) - allthemods.add('productivebees:flowers/fiery', 'minecraft:magma_block') - allthemods.add('productivebees:flowers/ender', ['minecraft:chorus_plant', 'minecraft:chorus_flower']) - allthemods.add('productivebees:flowers/graves', '#tombstone:decorative_graves') - allthemods.add('productivebees:flowers/draconic_flowers', 'minecraft:dragon_egg') - allthemods.add('productivebees:flowers/burning', 'minecraft:magma_block') - allthemods.add('productivebees:flowers/ferric_flowers', ['minecraft:iron_block', 'minecraft:iron_bars', 'minecraft:iron_door', 'minecraft:iron_trapdoor', 'minecraft:iron_ore', 'minecraft:deepslate_iron_ore', 'minecraft:raw_iron_block', 'minecraft:cauldron', 'minecraft:hopper', 'minecraft:anvil', 'minecraft:chipped_anvil', 'minecraft:damaged_anvil']) - allthemods.add('productivebees:flowers/wither_flowers', 'minecraft:wither_rose') - allthemods.add('productivebees:flowers/gilded_flowers', ['minecraft:gilded_blackstone', 'minecraft:gold_block', 'minecraft:light_weighted_pressure_plate', 'minecraft:gold_ore', 'minecraft:deepslate_gold_ore', 'minecraft:nether_gold_ore', 'minecraft:raw_gold_block']) - allthemods.add('kubejs:bee/pepto_bismol/flowers', '#minecraft:flowers') - allthemods.add('kubejs:bee/zombie/flowers', '#minecraft:flowers') - allthemods.add('kubejs:bee/plastic/flowers', '#minecraft:flowers') - allthemods.add('kubejs:bee/sticky_resin/flowers', '#minecraft:flowers') - allthemods.add('kubejs:bee/menril/flowers', '#minecraft:flowers') - allthemods.add('kubejs:bee/energized_glowstone/flowers', '#minecraft:flowers') - - //Fix Mythicbotany tags + // Mythicbotany tags allthemods.add('forge:raw_materials/elementium', 'mythicbotany:raw_elementium') allthemods.add('forge:storage_blocks/raw_elementium', 'mythicbotany:raw_elementium_block') allthemods.remove('forge:shears', 'allthemodium:alloy_paxel') - allthemods.remove('forge:ingots/naquadah', 'sgjourney:naquadah') allthemods.remove('forge:ingots/naquadah_alloy', 'sgjourney:naquadah') allthemods.remove('forge:ingots/naquadah_alloy', 'sgjourney:naquadah_alloy') @@ -67,16 +44,15 @@ ServerEvents.tags('item', allthemods => { allthemods.remove('forge:rods/naquadah_alloy', 'sgjourney:naquadah_rod') allthemods.remove('forge:raw_materials/naquadah', 'sgjourney:raw_naquadah') - // - croptopia + // Croptopia allthemods.add('forge:dusts', 'croptopia:salt') allthemods.add('forge:dusts/salt', 'croptopia:salt') allthemods.add('supplementaries:hourglass_dusts', 'croptopia:salt') allthemods.add('minecolonies:reduceable_ingredient', 'croptopia:salt') - // - mek + // Mek allthemods.add('forge:storage_blocks', 'mekanism:block_salt') - allthemods.add('minecolonies:storage_blocks', 'mekanism:block_salt') allthemods.add('forge:storage_blocks/salt', 'mekanism:block_salt') - // - create + // Create allthemods.remove('create:safe_nbt', ['create:clipboard']) allthemods.add('create:non_movable',['@sophisticatedstorage']) }) diff --git a/kubejs/server_scripts/xpFluids.js b/kubejs/server_scripts/xpFluids.js index 1901b91..10c1740 100644 --- a/kubejs/server_scripts/xpFluids.js +++ b/kubejs/server_scripts/xpFluids.js @@ -80,4 +80,4 @@ ServerEvents.recipes(allthemods => { }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. -// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. +// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. \ No newline at end of file diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_belt.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_belt.png new file mode 100644 index 0000000..484adc2 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_belt.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_cowboy.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_cowboy.png new file mode 100644 index 0000000..96bd180 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_cowboy.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_feet.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_feet.png new file mode 100644 index 0000000..b4f1af7 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_feet.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_flameon.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_flameon.png new file mode 100644 index 0000000..0b2486b Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_flameon.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_hands.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_hands.png new file mode 100644 index 0000000..87055d8 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_hands.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_head.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_head.png new file mode 100644 index 0000000..c52c4f0 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_head.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_hungry.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_hungry.png new file mode 100644 index 0000000..3bd9f12 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_hungry.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_lucky.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_lucky.png new file mode 100644 index 0000000..94fef20 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_lucky.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_necklace.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_necklace.png new file mode 100644 index 0000000..51fee51 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_necklace.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_pool.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_pool.png new file mode 100644 index 0000000..0ab999c Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_pool.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_title.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_title.png new file mode 100644 index 0000000..3f72450 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/artifacts_title.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/artifacts/feet_olyfans.png b/packmenu/resources/assets/atm/textures/questpics/artifacts/feet_olyfans.png new file mode 100644 index 0000000..b4f1af7 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/artifacts/feet_olyfans.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_copper.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_copper.png new file mode 100644 index 0000000..847d3e6 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_copper.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_culinary.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_culinary.png new file mode 100644 index 0000000..054a5e6 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_culinary.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_diamond.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_diamond.png new file mode 100644 index 0000000..a393140 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_diamond.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_emerald.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_emerald.png new file mode 100644 index 0000000..2ef89e1 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_emerald.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_enchantment.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_enchantment.png new file mode 100644 index 0000000..b8ba61e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_enchantment.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_ender.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_ender.png new file mode 100644 index 0000000..bb45ef5 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_ender.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_galore.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_galore.png new file mode 100644 index 0000000..3f38521 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_galore.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_halitosis.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_halitosis.png new file mode 100644 index 0000000..4544aad Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_halitosis.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_honey.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_honey.png new file mode 100644 index 0000000..6363ba9 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_honey.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_iron.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_iron.png new file mode 100644 index 0000000..438b2d3 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_iron.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_magmatic.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_magmatic.png new file mode 100644 index 0000000..264d761 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_magmatic.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_netherite.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_netherite.png new file mode 100644 index 0000000..9944903 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_netherite.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_netherstar.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_netherstar.png new file mode 100644 index 0000000..7e19fee Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_netherstar.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_obsidian.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_obsidian.png new file mode 100644 index 0000000..4d7112c Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_obsidian.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/generator_potion.png b/packmenu/resources/assets/atm/textures/questpics/generator/generator_potion.png new file mode 100644 index 0000000..9ce7fe4 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/generator_potion.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/generator/iron_furnaces.png b/packmenu/resources/assets/atm/textures/questpics/generator/iron_furnaces.png new file mode 100644 index 0000000..097c856 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/generator/iron_furnaces.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_anvil.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_anvil.png new file mode 100644 index 0000000..de786ab Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_anvil.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_anvil_gui.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_anvil_gui.png new file mode 100644 index 0000000..54eeee3 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_anvil_gui.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_apotheocarist.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_apotheocarist.png new file mode 100644 index 0000000..0fca5af Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_apotheocarist.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_battleground.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_battleground.png new file mode 100644 index 0000000..9cf1c7b Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_battleground.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_catacombs.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_catacombs.png new file mode 100644 index 0000000..ebb8e1b Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_catacombs.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_cauldron.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_cauldron.png new file mode 100644 index 0000000..2020b59 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_cauldron.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_corpse.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_corpse.png new file mode 100644 index 0000000..37bb453 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_corpse.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_cryomancer.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_cryomancer.png new file mode 100644 index 0000000..6f03149 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_cryomancer.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_evoker.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_evoker.png new file mode 100644 index 0000000..c048923 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_evoker.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_evokerfort.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_evokerfort.png new file mode 100644 index 0000000..f369aa2 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_evokerfort.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_king.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_king.png new file mode 100644 index 0000000..9a60c11 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_king.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_knight.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_knight.png new file mode 100644 index 0000000..e06650c Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_knight.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_magrovehut.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_magrovehut.png new file mode 100644 index 0000000..50c0576 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_magrovehut.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_mountaintower.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_mountaintower.png new file mode 100644 index 0000000..845260e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_mountaintower.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_necromancer.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_necromancer.png new file mode 100644 index 0000000..08d9b81 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_necromancer.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_archevoker.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_archevoker.png new file mode 100644 index 0000000..3d314f0 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_archevoker.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_cryomancer.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_cryomancer.png new file mode 100644 index 0000000..747fc9d Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_cryomancer.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_cultist.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_cultist.png new file mode 100644 index 0000000..341fad6 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_cultist.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_electromancer.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_electromancer.png new file mode 100644 index 0000000..8ecc692 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_electromancer.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_plagued.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_plagued.png new file mode 100644 index 0000000..85d9e18 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_plagued.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_priest.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_priest.png new file mode 100644 index 0000000..3028fbd Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_priest.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_pyromancer.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_pyromancer.png new file mode 100644 index 0000000..3b9dea8 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_pyromancer.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_shadow.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_shadow.png new file mode 100644 index 0000000..ae48c80 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_outfit_shadow.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pileofarmor.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pileofarmor.png new file mode 100644 index 0000000..7edc457 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pileofarmor.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_priest.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_priest.png new file mode 100644 index 0000000..2f89d93 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_priest.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pyromancer.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pyromancer.png new file mode 100644 index 0000000..e2f400e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pyromancer.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pyromancertower.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pyromancertower.png new file mode 100644 index 0000000..09319d2 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_pyromancertower.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_scroll.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_scroll.png new file mode 100644 index 0000000..ea5671f Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_scroll.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_scroll_gui.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_scroll_gui.png new file mode 100644 index 0000000..f6681fb Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_scroll_gui.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_table.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_table.png new file mode 100644 index 0000000..9b2d6be Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_table.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_table_gui.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_table_gui.png new file mode 100644 index 0000000..49fe5e4 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_table_gui.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_title.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_title.png new file mode 100644 index 0000000..f066a00 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_title.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_village.png b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_village.png new file mode 100644 index 0000000..44f5d68 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/iron_spells/spells_village.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/basic.png b/packmenu/resources/assets/atm/textures/questpics/logistics/basic.png new file mode 100644 index 0000000..68444a6 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/basic.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/id_energy.png b/packmenu/resources/assets/atm/textures/questpics/logistics/id_energy.png new file mode 100644 index 0000000..b933a9e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/id_energy.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/id_fluid.png b/packmenu/resources/assets/atm/textures/questpics/logistics/id_fluid.png new file mode 100644 index 0000000..87008fb Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/id_fluid.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/id_item.png b/packmenu/resources/assets/atm/textures/questpics/logistics/id_item.png new file mode 100644 index 0000000..24ce2e7 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/id_item.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/integrated-.png b/packmenu/resources/assets/atm/textures/questpics/logistics/integrated-.png new file mode 100644 index 0000000..0a2514f Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/integrated-.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/laserio.png b/packmenu/resources/assets/atm/textures/questpics/logistics/laserio.png new file mode 100644 index 0000000..ed2da0a Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/laserio.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/logistics.png b/packmenu/resources/assets/atm/textures/questpics/logistics/logistics.png new file mode 100644 index 0000000..b9570fa Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/logistics.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/meka_cable.png b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_cable.png new file mode 100644 index 0000000..c033c66 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_cable.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/meka_conductor.png b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_conductor.png new file mode 100644 index 0000000..8d3ecee Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_conductor.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/meka_pipe.png b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_pipe.png new file mode 100644 index 0000000..759f7e6 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_pipe.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/meka_transporter.png b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_transporter.png new file mode 100644 index 0000000..d0da158 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_transporter.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/meka_tube.png b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_tube.png new file mode 100644 index 0000000..8c5446e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/meka_tube.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/mekanism.png b/packmenu/resources/assets/atm/textures/questpics/logistics/mekanism.png new file mode 100644 index 0000000..da62f43 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/mekanism.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/pipez.png b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez.png new file mode 100644 index 0000000..36ebafa Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_energy.png b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_energy.png new file mode 100644 index 0000000..195893d Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_energy.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_fluid.png b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_fluid.png new file mode 100644 index 0000000..67149a9 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_fluid.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_gas.png b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_gas.png new file mode 100644 index 0000000..e388f7e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_gas.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_item.png b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_item.png new file mode 100644 index 0000000..b612d62 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_item.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_universal.png b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_universal.png new file mode 100644 index 0000000..5ad5e9e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/logistics/pipez_universal.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/router/router_break.png b/packmenu/resources/assets/atm/textures/questpics/router/router_break.png new file mode 100644 index 0000000..6cbe850 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/router/router_break.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/router/router_farm.png b/packmenu/resources/assets/atm/textures/questpics/router/router_farm.png new file mode 100644 index 0000000..b2adc3e Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/router/router_farm.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/router/router_mob.png b/packmenu/resources/assets/atm/textures/questpics/router/router_mob.png new file mode 100644 index 0000000..a9895a0 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/router/router_mob.png differ diff --git a/packmenu/resources/assets/atm/textures/questpics/router/router_title.png b/packmenu/resources/assets/atm/textures/questpics/router/router_title.png new file mode 100644 index 0000000..9357429 Binary files /dev/null and b/packmenu/resources/assets/atm/textures/questpics/router/router_title.png differ