From d818a78375ecf5ca1c250264b96caa9f78abfe3b Mon Sep 17 00:00:00 2001 From: AlfredGG Date: Thu, 27 Oct 2022 19:46:09 -0500 Subject: [PATCH 1/3] Questing Update 10.27.22 - Reworked Allthemodium Chapter for a better feel, added several rewards and descriptions. - Adjusted Bosses in the "Bounty Board", will add more bosses in the future. Gave a better reward for killing the Gaia boss. - The quest "Time in a Bottle" now gives better rewards - Added Template Boards to Silent Gear Questline - Added Configuration Tool to the Functional Storage section of "Basic Storage" - Reworked several chapters to start whenever you receive the item needed to start the mod. (For example: raw osmium for Mek, flowers for Botania, etc) - Added new questline to the "Resources" chapter: Hostile Neural Networks - Added a new requirement to a Blood Magic quest to better represent what is needed to create Weak Blood Shards. Also added better Demon Will rewards to the Tartaric Gem quests - Changed requirement for the Stone Pickaxe quest in Blue Skies to allow players to start in either dimension and progress in the questline - Changed requirement for the Starter Gen in "Getting Started: Part 1" so players can make any of the starter generators from their favorite mods, rather than just the Coal Gen from RFTools. - Added "Heated Centrifuge" quest to Productive Bees --- .../quests/chapters/allthemodium.snbt | 1124 +++++++++---- .../quests/chapters/ars_nouveau.snbt | 53 +- .../chapters/basic_power_generation.snbt | 4 +- .../quests/chapters/blood_magic.snbt | 82 +- .../ftbquests/quests/chapters/blue_skies.snbt | 14 +- config/ftbquests/quests/chapters/botania.snbt | 25 +- .../quests/chapters/bounty_board.snbt | 57 +- .../quests/chapters/elementalcraft.snbt | 93 +- .../quests/chapters/getting_started.snbt | 158 +- .../chapters/hostile_neural_networks.snbt | 1430 +++++++++++++++++ .../ftbquests/quests/chapters/mekanism.snbt | 7 +- .../quests/chapters/productive_bees.snbt | 147 +- .../quests/chapters/silent_gear.snbt | 189 ++- config/ftbquests/quests/chapters/storage.snbt | 45 +- .../quests/chapters/thermal_expansion.snbt | 7 +- .../quests/chapters/tinkers_construct.snbt | 51 +- .../quests/chapters/tips_and_tricks.snbt | 64 +- config/ftbquests/quests/chapters/welcome.snbt | 1 + 18 files changed, 2749 insertions(+), 802 deletions(-) create mode 100644 config/ftbquests/quests/chapters/hostile_neural_networks.snbt diff --git a/config/ftbquests/quests/chapters/allthemodium.snbt b/config/ftbquests/quests/chapters/allthemodium.snbt index 26a5dd56..a4520f20 100644 --- a/config/ftbquests/quests/chapters/allthemodium.snbt +++ b/config/ftbquests/quests/chapters/allthemodium.snbt @@ -10,17 +10,20 @@ quests: [ { title: "Allthemodium Ore" - x: -3.5d - y: 1.5d + x: -4.5d + y: 0.5d + shape: "octagon" description: [ + "This lucrative ore starts your journey to become overpowered!" + "" "Found in Mountainous biomes inside cave ceilings and walls, with additional deposits in peaks above Y170." "" "It is also found in the Mining dimension, between Y0 and Y20." ] hide_dependency_lines: false - dependencies: ["731686C758AD9A99"] hide: false dependency_requirement: "one_completed" + size: 1.5d id: "5BDBE666E604FCAC" tasks: [{ id: "75498AE05CC06F8F" @@ -28,19 +31,28 @@ title: "Allthemodium Ore" item: "allthemodium:raw_allthemodium" }] - rewards: [{ - id: "79B9F276D8F8C3F8" - type: "item" - item: "allthemodium:allthemodium_dust" - }] + rewards: [ + { + id: "79B9F276D8F8C3F8" + type: "item" + item: "allthemodium:raw_allthemodium" + } + { + id: "1821BA97485A6ABB" + type: "xp" + xp: 100 + } + ] } { x: 0.0d y: 1.5d + shape: "octagon" description: ["Find this ore in the Nether's Warped Forests and Crimson Forests between Y100 to Y123, or the Other between Y0 to Y20."] hide_dependency_lines: false - dependencies: ["731686C758AD9A99"] + dependencies: ["5BDBE666E604FCAC"] dependency_requirement: "one_started" + size: 1.5d id: "2DF64CB9298E91EA" tasks: [{ id: "0F6B68E05B7B43AB" @@ -48,34 +60,52 @@ title: "Vibranium Ore" item: "allthemodium:raw_vibranium" }] - rewards: [{ - id: "2DF58D0443FC347F" - type: "item" - item: "allthemodium:vibranium_dust" - }] + rewards: [ + { + id: "01D0E53694BCCF42" + type: "item" + item: "allthemodium:raw_vibranium" + } + { + id: "2CB80BC2883C1250" + type: "xp" + xp: 100 + } + ] } { - x: 3.5d - y: 1.5d - description: ["Find this obtainable ore in the End Highlands biome."] + x: 4.5d + y: 0.5d + shape: "octagon" + description: ["An extremely rare ore found only in the End Highlands biome."] hide_dependency_lines: false - dependencies: ["731686C758AD9A99"] + dependencies: ["2DF64CB9298E91EA"] + size: 1.5d id: "4F6E6AF1D9E74CB7" tasks: [{ id: "52CCB85E5967BF9F" type: "item" item: "allthemodium:raw_unobtainium" }] - rewards: [{ - id: "088E6395809A89F6" - type: "item" - item: "allthemodium:unobtainium_dust" - }] + rewards: [ + { + id: "3BA19871CF1ABED1" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "21B737C5340483F6" + type: "xp" + xp: 1000 + } + ] } { - x: -3.5d - y: 3.5d - description: ["Now that is a fast furnace!"] + x: -4.5d + y: 4.0d + shape: "hexagon" + description: ["This is an extremely fast furnace. It smelts a quarter of a stack at a time!"] + hide_dependency_lines: false dependencies: ["71A43C89EB13E9A0"] id: "2CC97CF32D9C017B" tasks: [{ @@ -83,135 +113,243 @@ type: "item" item: "ironfurnaces:allthemodium_furnace" }] + rewards: [ + { + id: "7874AC655B43C66D" + type: "item" + item: "allthemodium:allthemodium_ingot" + } + { + id: "50119286F155FFDA" + type: "xp" + xp: 100 + } + ] } { - x: -2.5d - y: 2.0d - description: ["It is recommended to craft this potion with your first ingot."] + x: -6.0d + y: 2.5d + shape: "hexagon" + description: ["With your first Allthemodium Ingot, it is recommended that you make the Oresight potions. Since you can make 3 with 1 ingot, make yourself the Charm as well. "] + hide_dependency_lines: false dependencies: ["71A43C89EB13E9A0"] id: "04AB01C841CD3E3F" - tasks: [{ - id: "2F97DA30FE1982CF" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:allthemodium_sight" + tasks: [ + { + id: "2F97DA30FE1982CF" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "potionsmaster:allthemodium_sight" + } } } - }] - rewards: [{ - id: "0ECCA5C5897A6ADE" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:coal_sight" + { + id: "3A4F131F2461DA40" + type: "item" + item: { + id: "apotheosis:potion_charm" + Count: 1b + tag: { + Damage: 0 + Potion: "potionsmaster:allthemodium_sight" + } } } - }] + ] + rewards: [ + { + id: "7CCAD278EDC688A8" + type: "item" + item: "minecraft:blaze_powder" + count: 2 + random_bonus: 4 + } + { + id: "3F40FEA5C4D1876F" + type: "xp" + xp: 100 + } + { + id: "09EB84B9D110E39A" + type: "item" + item: "allthemodium:allthemodium_ingot" + } + ] } { - x: -3.5d + x: -4.5d y: 2.5d + shape: "hexagon" description: ["Don't underestimate my power!"] hide_dependency_lines: false dependencies: ["5BDBE666E604FCAC"] dependency_requirement: "one_completed" + size: 1.5d id: "71A43C89EB13E9A0" tasks: [{ id: "6A101A8056AC9A3A" type: "item" item: "allthemodium:allthemodium_ingot" }] - rewards: [{ - id: "73C21670B55648AF" - type: "item" - item: "allthemodium:allthemodium_nugget" - }] + rewards: [ + { + id: "246C73F02FD6C17E" + type: "item" + item: "allthemodium:raw_allthemodium" + } + { + id: "502168AFCFA30CEB" + type: "xp" + xp: 100 + } + ] } { - x: 1.0d - y: 2.0d + x: -1.5d + y: 3.5d + shape: "hexagon" description: [""] + hide_dependency_lines: false dependencies: ["61FDABF2C7CC1F9D"] id: "7496DB58411060AE" - tasks: [{ - id: "0C83388DB2387448" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:vibranium_sight" + tasks: [ + { + id: "0C83388DB2387448" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "potionsmaster:vibranium_sight" + } } } - }] - rewards: [{ - id: "012AF629D69BE0A8" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:redstone_sight" + { + id: "465B546FFFA3CB55" + type: "item" + item: { + id: "apotheosis:potion_charm" + Count: 1b + tag: { + Damage: 0 + Potion: "potionsmaster:vibranium_sight" + } } } - }] + ] + rewards: [ + { + id: "5790159902F99029" + type: "item" + item: "minecraft:blaze_powder" + count: 2 + random_bonus: 4 + } + { + id: "3F2323D7B650C95B" + type: "xp" + xp: 100 + } + { + id: "5B0AC31F76E125C7" + type: "item" + item: "allthemodium:vibranium_ingot" + } + ] } { - x: 4.5d - y: 2.0d + x: 3.0d + y: 2.5d + shape: "hexagon" description: [""] + hide_dependency_lines: false dependencies: ["44760B819EB3CA68"] id: "76016E5C8C9397D2" - tasks: [{ - id: "238E353C6A05F0A3" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:unobtainium_sight" + tasks: [ + { + id: "238E353C6A05F0A3" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "potionsmaster:unobtainium_sight" + } } } - }] - rewards: [{ - id: "105EF9E3FD9CF783" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:iron_sight" + { + id: "40155ACEEC6CE6C5" + type: "item" + item: { + id: "apotheosis:potion_charm" + Count: 1b + tag: { + Damage: 0 + Potion: "potionsmaster:unobtainium_sight" + } } } - }] + ] + rewards: [ + { + id: "649EDEFC7359E9B0" + type: "xp" + xp: 1000 + } + { + id: "1583B9E9EE56A197" + type: "item" + item: "minecraft:blaze_powder" + count: 2 + random_bonus: 4 + } + { + id: "386A8107BCF3D72A" + type: "item" + item: "allthemodium:unobtainium_ingot" + } + ] } { x: 0.0d - y: 2.5d + y: 3.5d + shape: "hexagon" description: ["With great power comes.. well something."] hide_dependency_lines: false dependencies: ["2DF64CB9298E91EA"] + size: 1.5d id: "61FDABF2C7CC1F9D" tasks: [{ id: "61761B6C1D1542FD" type: "item" item: "allthemodium:vibranium_ingot" }] - rewards: [{ - id: "44CF4A0D641812F8" - type: "item" - item: "allthemodium:vibranium_nugget" - }] + rewards: [ + { + id: "6762CFAC596A9425" + type: "item" + item: "allthemodium:raw_vibranium" + } + { + id: "36B1FFD0C138AB70" + type: "xp" + xp: 100 + } + ] } { x: 0.0d - y: 3.5d - description: ["How fast can this possibly get!?"] + y: 5.0d + shape: "hexagon" + description: [ + "How fast can this possibly get!?" + "" + "This furnace smelts half of a stack at a time." + ] + hide_dependency_lines: false dependencies: ["61FDABF2C7CC1F9D"] id: "5CA0BA27F9C537B2" tasks: [{ @@ -219,10 +357,24 @@ type: "item" item: "ironfurnaces:vibranium_furnace" }] + rewards: [ + { + id: "60E373405D8B5B0C" + type: "item" + item: "allthemodium:vibranium_ingot" + } + { + id: "72BD8749F9AFE1C3" + type: "xp" + xp: 100 + } + ] } { - x: 3.5d - y: 4.5d + x: 6.0d + y: 2.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["44760B819EB3CA68"] id: "4D24742EB7E480FD" tasks: [{ @@ -259,25 +411,43 @@ } } }] - rewards: [{ - id: "7036B8794E65EF86" - type: "item" - item: { - id: "minecraft:enchanted_book" - Count: 1b - tag: { - StoredEnchantments: [{ - lvl: 1s - id: "ensorcellation:soulbound" - }] + rewards: [ + { + id: "7036B8794E65EF86" + type: "item" + item: { + id: "minecraft:enchanted_book" + Count: 1b + tag: { + StoredEnchantments: [{ + lvl: 1s + id: "ensorcellation:soulbound" + }] + } } } - }] + { + id: "6C8DD9B953C0002A" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "6EB8FDC485B6D1C4" + type: "xp" + xp: 250 + } + ] } { - x: 3.5d - y: 3.5d - description: ["Now you are just showing off."] + x: 4.5d + y: 4.0d + shape: "hexagon" + description: [ + "Now you are just showing off." + "" + "This will smelt a full stack at a time." + ] + hide_dependency_lines: false dependencies: ["44760B819EB3CA68"] id: "1AFDB3AE73E72A33" tasks: [{ @@ -285,88 +455,29 @@ type: "item" item: "ironfurnaces:unobtainium_furnace" }] - rewards: [{ - id: "3BE998CE25785795" - type: "item" - item: "ironfurnaces:rainbow_coal" - }] - } - { - x: -2.5d - y: 3.0d - description: ["Almost cheating at this point."] - dependencies: ["04AB01C841CD3E3F"] - id: "6CDAE6626ACA1897" - tasks: [{ - id: "0F12B54714A6E502" - type: "item" - item: { - id: "apotheosis:potion_charm" - Count: 1b - tag: { - Damage: 0 - Potion: "potionsmaster:allthemodium_sight" - } + rewards: [ + { + id: "3BE998CE25785795" + type: "item" + item: "ironfurnaces:rainbow_coal" } - }] - rewards: [{ - id: "2C51C7F63194A4C1" - type: "item" - item: "allthemodium:allthemodium_ingot" - }] - } - { - x: 1.0d - y: 3.0d - description: ["My god this stuff is a lot more common then I thought."] - dependencies: ["7496DB58411060AE"] - id: "479B9579742354E1" - tasks: [{ - id: "52C5601FBBA7966C" - type: "item" - item: { - id: "apotheosis:potion_charm" - Count: 1b - tag: { - Damage: 0 - Potion: "potionsmaster:vibranium_sight" - } + { + id: "5F61C9D338B8876E" + type: "item" + item: "allthemodium:raw_unobtainium" } - }] - rewards: [{ - id: "4B36A1BF1A9B8479" - type: "item" - item: "allthemodium:vibranium_ingot" - }] - } - { - x: 4.5d - y: 3.0d - description: [""] - dependencies: ["76016E5C8C9397D2"] - id: "2D76BDEC76B0C788" - tasks: [{ - id: "7EBAE80EDF561AF2" - type: "item" - item: { - id: "apotheosis:potion_charm" - Count: 1b - tag: { - Damage: 0 - Potion: "potionsmaster:unobtainium_sight" - } + { + id: "6E40D0790F10CC61" + type: "xp" + xp: 250 } - }] - rewards: [{ - id: "2380BFFB5BFD8761" - type: "item" - item: "allthemodium:unobtainium_ingot" - }] + ] } { - x: 4.5d - y: 4.0d - hide_dependency_lines: true + x: 5.5d + y: 3.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["44760B819EB3CA68"] dependency_requirement: "one_completed" id: "25884CEF41F8AABC" @@ -383,23 +494,36 @@ } } }] - rewards: [{ - id: "1860AB81C35FFA40" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:unobtainium" + rewards: [ + { + id: "1860AB81C35FFA40" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:unobtainium" + } } } } - }] + { + id: "6B44B8411C13C192" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "7FE6A7FD13B5213F" + type: "xp" + xp: 250 + } + ] } { - x: -1.0d - y: 8.5d + x: 4.5d + y: 6.0d + shape: "octagon" description: ["Looks like candy."] dependencies: [ "61761B6C1D1542FD" @@ -422,11 +546,17 @@ type: "item" item: "allthemodium:allthemodium_ingot" } + { + id: "6C573E70C62018C1" + type: "xp" + xp: 100 + } ] } { - x: 1.0d - y: 8.5d + x: 4.5d + y: 9.0d + shape: "octagon" description: ["We are in the endgame now."] dependencies: ["61761B6C1D1542FD"] id: "6459F9A1F845A049" @@ -446,13 +576,25 @@ type: "item" item: "allthemodium:unobtainium_ingot" } + { + id: "1610D9A13407FC18" + type: "xp" + xp: 100 + } ] } { - x: 0.0d - y: 8.5d - description: ["Doesn't taste good though."] + title: "The Allthemodium Alloys" + x: 4.5d + y: 7.499999999999998d + shape: "rsquare" + description: [ + "The Allthemodium alloys are the toughest materials in the pack. The strongest alloy, the &9Unobtainium-Allthemodium&r alloy, is used to make the ATM Star." + "" + "To make the alloys, you'll need something strong enough to melt them down. Try finding some Soul Lava in the Other, and putting it into a Tinkers' Construct Forge." + ] dependencies: ["6A101A8056AC9A3A"] + size: 1.5d id: "1D3C4B41BD512EF7" tasks: [{ id: "0F3803B82A460772" @@ -470,11 +612,22 @@ type: "item" item: "allthemodium:allthemodium_ingot" } + { + id: "3194AB3758627791" + type: "xp" + xp: 1000 + } + { + id: "7571E4BF3568D752" + type: "item" + item: "allthemodium:soul_lava_bucket" + } ] } { - x: -4.5d - y: 5.0d + x: -2.5d + y: 9.0d + shape: "square" hide_dependency_lines: true dependencies: ["71A43C89EB13E9A0"] id: "1BF186347C4683B3" @@ -489,15 +642,23 @@ } } }] - rewards: [{ - id: "7731A2F9966688C3" - type: "item" - item: "allthemodium:vibranium_nugget" - }] + rewards: [ + { + id: "32B316F44CB26055" + type: "item" + item: "allthemodium:raw_allthemodium" + } + { + id: "4A397F17A89A7CC9" + type: "xp" + xp: 100 + } + ] } { - x: -4.5d - y: 4.0d + x: -2.5d + y: 8.0d + shape: "square" hide_dependency_lines: true dependencies: ["71A43C89EB13E9A0"] id: "26296F815ACC04BE" @@ -512,15 +673,23 @@ } } }] - rewards: [{ - id: "4CE489C268A83C6B" - type: "item" - item: "allthemodium:vibranium_nugget" - }] + rewards: [ + { + id: "5B3D12F42D02219C" + type: "item" + item: "allthemodium:raw_allthemodium" + } + { + id: "64BD877569720D44" + type: "xp" + xp: 100 + } + ] } { - x: -4.5d - y: 3.0d + x: -2.5d + y: 7.0d + shape: "square" dependencies: ["71A43C89EB13E9A0"] id: "4C7718982E78D7A2" tasks: [{ @@ -534,15 +703,23 @@ } } }] - rewards: [{ - id: "33A1923F4A4E76D7" - type: "item" - item: "allthemodium:vibranium_nugget" - }] + rewards: [ + { + id: "4B714E06DB138711" + type: "item" + item: "allthemodium:raw_allthemodium" + } + { + id: "4EC6D91A438A46DA" + type: "xp" + xp: 100 + } + ] } { - x: -4.5d - y: 2.0d + x: -2.5d + y: 6.0d + shape: "square" dependencies: ["71A43C89EB13E9A0"] dependency_requirement: "one_completed" id: "29637BD992599915" @@ -557,16 +734,25 @@ } } }] - rewards: [{ - id: "2FAD18EE60BA9222" - type: "item" - item: "allthemodium:vibranium_nugget" - }] + rewards: [ + { + id: "5F5E574B6E309830" + type: "item" + item: "allthemodium:raw_allthemodium" + } + { + id: "5979A6869598AA65" + type: "xp" + xp: 100 + } + ] } { - x: -1.0d - y: 2.0d - dependencies: ["61FDABF2C7CC1F9D"] + x: 0.0d + y: 7.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["29637BD992599915"] id: "3AD52402D8E8DD26" tasks: [{ id: "318FE9EB4C76A8EC" @@ -578,17 +764,26 @@ Damage: 0 } } - }] - rewards: [{ - id: "15020EE01C7BA591" - type: "item" - item: "allthemodium:unobtainium_nugget" - }] + }] + rewards: [ + { + id: "6F96B28573F24E0D" + type: "item" + item: "allthemodium:raw_vibranium" + } + { + id: "76A2F333C4240065" + type: "xp" + xp: 250 + } + ] } { x: 2.5d - y: 2.0d - dependencies: ["44760B819EB3CA68"] + y: 6.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["3AD52402D8E8DD26"] id: "172E838FFEC67A70" tasks: [{ id: "6B7216A17814B466" @@ -601,11 +796,25 @@ } } }] + rewards: [ + { + id: "53B031595B7F20AF" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "1136575990A054DA" + type: "xp" + xp: 500 + } + ] } { - x: -1.0d - y: 3.0d - dependencies: ["61FDABF2C7CC1F9D"] + x: 0.0d + y: 8.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["4C7718982E78D7A2"] id: "7B3AB687F4C93A34" tasks: [{ id: "7B3CDD0509D01AAE" @@ -618,17 +827,25 @@ } } }] - rewards: [{ - id: "678279C0552BD231" - type: "item" - item: "allthemodium:unobtainium_nugget" - }] + rewards: [ + { + id: "4683DDE958B4E3E2" + type: "item" + item: "allthemodium:raw_vibranium" + } + { + id: "3CE24375DEB893C3" + type: "xp" + xp: 250 + } + ] } { - x: -1.0d - y: 4.0d - hide_dependency_lines: true - dependencies: ["61FDABF2C7CC1F9D"] + x: 0.0d + y: 9.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["26296F815ACC04BE"] id: "75739214ED76F5EB" tasks: [{ id: "1FC0BDF4415EB2DA" @@ -641,17 +858,25 @@ } } }] - rewards: [{ - id: "3ABA74FD8667B9FA" - type: "item" - item: "allthemodium:unobtainium_nugget" - }] + rewards: [ + { + id: "5C9FA128033FB90A" + type: "item" + item: "allthemodium:raw_vibranium" + } + { + id: "5566DC7423B78E6A" + type: "xp" + xp: 250 + } + ] } { - x: -1.0d - y: 5.0d - hide_dependency_lines: true - dependencies: ["61FDABF2C7CC1F9D"] + x: 0.0d + y: 10.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["1BF186347C4683B3"] id: "2EB6FFC8ECE83EA5" tasks: [{ id: "257AC90DE43522E3" @@ -664,16 +889,25 @@ } } }] - rewards: [{ - id: "125729382BB74F17" - type: "item" - item: "allthemodium:unobtainium_nugget" - }] + rewards: [ + { + id: "444905B85298BB53" + type: "item" + item: "allthemodium:raw_vibranium" + } + { + id: "44D8E8310BEB2C70" + type: "xp" + xp: 250 + } + ] } { x: 2.5d - y: 3.0d - dependencies: ["44760B819EB3CA68"] + y: 7.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["7B3AB687F4C93A34"] id: "20E127419D6C8D4F" tasks: [{ id: "6CF03B6572FC417E" @@ -686,12 +920,25 @@ } } }] + rewards: [ + { + id: "0A7EF2852E271269" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "4CBC35DB3B58AAEF" + type: "xp" + xp: 500 + } + ] } { x: 2.5d - y: 4.0d - hide_dependency_lines: true - dependencies: ["44760B819EB3CA68"] + y: 8.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["75739214ED76F5EB"] id: "0DA107D16D5D56AA" tasks: [{ id: "394BBD6916C7E6CF" @@ -704,12 +951,25 @@ } } }] + rewards: [ + { + id: "3EDC8EEBD89964A8" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "25DB8D26215FC645" + type: "xp" + xp: 500 + } + ] } { x: 2.5d - y: 5.0d - hide_dependency_lines: true - dependencies: ["44760B819EB3CA68"] + y: 9.0d + shape: "square" + hide_dependency_lines: false + dependencies: ["2EB6FFC8ECE83EA5"] id: "751C6906C49E6E41" tasks: [{ id: "74597E29E1ED9CFF" @@ -722,11 +982,30 @@ } } }] + rewards: [ + { + id: "46160D6F2DD17A14" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "269A17B2DF75B00B" + type: "xp" + xp: 500 + } + ] } { + title: "The Ultimate Guide to &6AllTheModium&r" x: 0.0d - y: 0.0d - description: ["Detailed Guide to Allthemodium."] + y: -1.0d + shape: "gear" + description: [ + "Everything you want to know about the AllTheModium mod should be in this book." + "" + "If it isn't, you can find the Discord link inside to come let us know what you think should be added." + ] + size: 2.0d id: "731686C758AD9A99" tasks: [{ id: "71D1672A82D08E89" @@ -746,9 +1025,10 @@ }] } { - x: -2.5d - y: 5.0d - hide_dependency_lines: true + x: -5.5d + y: 3.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["71A43C89EB13E9A0"] id: "4DB7AB98161AC064" tasks: [{ @@ -756,16 +1036,24 @@ type: "item" item: "mysticalagriculture:allthemodium_seeds" }] - rewards: [{ - id: "54F5FD95C95EE3AA" - type: "item" - item: "mysticalagriculture:allthemodium_essence" - }] + rewards: [ + { + id: "1AF1AF847CFE290E" + type: "item" + item: "allthemodium:allthemodium_ingot" + } + { + id: "33FFF43D969C097A" + type: "xp" + xp: 100 + } + ] } { - x: 1.0d - y: 5.0d - hide_dependency_lines: true + x: -1.0d + y: 4.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["61FDABF2C7CC1F9D"] id: "48A776F5F3D35B23" tasks: [{ @@ -773,16 +1061,24 @@ type: "item" item: "mysticalagriculture:vibranium_seeds" }] - rewards: [{ - id: "49E1D40F2591FC0C" - type: "item" - item: "mysticalagriculture:vibranium_essence" - }] + rewards: [ + { + id: "6853A7D0FA019F7E" + type: "item" + item: "allthemodium:vibranium_ingot" + } + { + id: "567B42DDA0FF5B50" + type: "xp" + xp: 100 + } + ] } { - x: 4.5d - y: 5.0d - hide_dependency_lines: true + x: 3.5d + y: 3.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["44760B819EB3CA68"] id: "55FC612B6B92629F" tasks: [{ @@ -790,46 +1086,95 @@ type: "item" item: "mysticalagriculture:unobtainium_seeds" }] - rewards: [{ - id: "645C635F77769001" - type: "item" - item: "mysticalagriculture:unobtainium_essence" - }] + rewards: [ + { + id: "645C635F77769001" + type: "item" + item: "mysticalagriculture:unobtainium_essence" + } + { + id: "07C93F2D2F3D129B" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "56677A2C10A76551" + type: "xp" + xp: 250 + } + ] } { - x: 3.5d + x: 4.5d y: 2.5d + shape: "hexagon" hide_dependency_lines: false dependencies: ["4F6E6AF1D9E74CB7"] + size: 1.25d id: "44760B819EB3CA68" tasks: [{ id: "16A8B32CB4B011DA" type: "item" item: "allthemodium:unobtainium_ingot" }] - rewards: [{ - id: "630BAC7F9B93C9D9" - type: "item" - item: "allthemodium:unobtainium_nugget" - }] + rewards: [ + { + id: "215687242DF5E34B" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "13E82D38C67CB7E8" + type: "xp" + xp: 1000 + } + ] } { - x: 0.0d - y: 9.5d - dependencies: ["71A43C89EB13E9A0"] + x: -4.5d + y: 7.549999999999999d + shape: "rsquare" + description: [ + "The Teleport Pad allows you to teleport to the Mining dimension, as well as the Other!" + "" + "To use the pad, place it down and shift right click it with an empty hand." + "" + "If you do this in the Overworld, you'll go to the Mining dimension. If done in the Nether, you'll go to the Other!" + ] + hide_dependency_lines: true + dependencies: ["5BDBE666E604FCAC"] + size: 1.5d id: "5130BBAD5C542EDB" tasks: [{ id: "1F28A31269E9EDE8" type: "item" item: "allthemodium:teleport_pad" }] + rewards: [ + { + id: "619BE574F88CF4D4" + type: "item" + item: "allthemodium:allthemodium_nugget" + count: 2 + } + { + id: "58F42DA16542000F" + type: "xp" + xp: 100 + } + ] } { - title: "Diggy Diggy Hole!" - icon: "minecraft:stone" - x: -1.0d - y: 9.5d - description: ["Besides abundant ore, Archwood can also be found in the mining dimension."] + title: "The Mining Dimension" + icon: "allthemodium:raw_allthemodium" + x: -4.5d + y: 6.0d + shape: "octagon" + description: [ + "The Mining World has a flat surface and abundant ore." + "" + "It's best for mining, destroying the world with Quarries, testing builds, or just grabbing flowers for Botania! You can also find Archwood trees here from Ars!" + ] hide_dependency_lines: false dependencies: ["5130BBAD5C542EDB"] id: "21AC1C7A92CAB0C2" @@ -842,6 +1187,7 @@ { id: "6C4DC9DB97B8881C" type: "item" + title: "Archwood Sapling" item: { id: "itemfilters:or" Count: 1b @@ -868,16 +1214,24 @@ } } ] + rewards: [{ + id: "0523177F07524206" + type: "xp" + xp: 100 + }] } { title: "Piglin Homeworld" - icon: "minecraft:netherrack" - x: 1.0d - y: 9.5d + icon: "allthemodium:raw_vibranium" + x: -4.5d + y: 9.0d + shape: "octagon" description: [ "A long time ago, dragons lived in these lands." "" "There are no dragons to be found now, but Vibranium is abundant in The Other." + "" + "This is also where you'll find Soul Lava and Pigliches. " ] hide_dependency_lines: false dependencies: ["5130BBAD5C542EDB"] @@ -887,10 +1241,24 @@ type: "item" item: "allthemodium:ancient_stone" }] + rewards: [ + { + id: "2B6EBEC2B1D582E6" + type: "xp" + xp: 100 + } + { + id: "13EA54D38BB04FEA" + type: "item" + item: "allthemodium:ancient_soulberries" + count: 16 + } + ] } { - x: 0.5d - y: 7.5d + x: 1.5d + y: 10.5d + shape: "heart" hide_dependency_lines: true dependencies: ["71A43C89EB13E9A0"] id: "7F3B96033AB7A21E" @@ -899,10 +1267,16 @@ type: "item" item: "allthemodium:allthemodium_apple" }] + rewards: [{ + id: "754493495E53C0E3" + type: "xp" + xp: 100 + }] } { - x: -0.5d - y: 7.5d + x: -1.5d + y: 10.5d + shape: "heart" hide_dependency_lines: true dependencies: ["71A43C89EB13E9A0"] id: "15D56588634665FA" @@ -911,10 +1285,17 @@ type: "item" item: "allthemodium:allthemodium_carrot" }] + rewards: [{ + id: "29BF7BC06001F976" + type: "xp" + xp: 100 + }] } { x: 1.0d - y: 4.0d + y: 4.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["61FDABF2C7CC1F9D"] dependency_requirement: "one_started" id: "0C0572DF959A28F1" @@ -931,10 +1312,24 @@ } } }] + rewards: [ + { + id: "2E2B017BC9BA79C2" + type: "item" + item: "allthemodium:vibranium_ingot" + } + { + id: "0C5C380D81F6A9FF" + type: "xp" + xp: 100 + } + ] } { - x: -2.5d - y: 4.0d + x: -3.5d + y: 3.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["71A43C89EB13E9A0"] dependency_requirement: "one_started" id: "74C5660C5D230091" @@ -951,23 +1346,24 @@ } } }] - rewards: [{ - id: "1EB227E4B1D4CBC7" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:allthemodium" - } - } + rewards: [ + { + id: "5B06F04020C6D612" + type: "item" + item: "allthemodium:allthemodium_ingot" } - }] + { + id: "5B625749DF7D5658" + type: "xp" + xp: 100 + } + ] } { - x: 0.0d - y: 4.5d + x: 1.5d + y: 3.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["61FDABF2C7CC1F9D"] dependency_requirement: "one_completed" id: "7BCBB65EB6EA8F12" @@ -1005,10 +1401,24 @@ } } }] + rewards: [ + { + id: "51362AB055CB27A0" + type: "item" + item: "allthemodium:vibranium_ingot" + } + { + id: "1AAB5AB135C18391" + type: "xp" + xp: 100 + } + ] } { - x: -3.5d - y: 4.5d + x: -3.0d + y: 2.5d + shape: "hexagon" + hide_dependency_lines: false dependencies: ["71A43C89EB13E9A0"] dependency_requirement: "one_completed" id: "5F4B250E91B22C5B" @@ -1046,6 +1456,18 @@ } } }] + rewards: [ + { + id: "0472C7EBA09B9F4C" + type: "item" + item: "allthemodium:allthemodium_ingot" + } + { + id: "56AB2DED81B0F2D4" + type: "xp" + xp: 100 + } + ] } ] } diff --git a/config/ftbquests/quests/chapters/ars_nouveau.snbt b/config/ftbquests/quests/chapters/ars_nouveau.snbt index 51db6575..6c4a807c 100644 --- a/config/ftbquests/quests/chapters/ars_nouveau.snbt +++ b/config/ftbquests/quests/chapters/ars_nouveau.snbt @@ -9,6 +9,7 @@ default_hide_dependency_lines: false quests: [ { + title: "Welcome to &6Ars Nouveau&r!" x: -6.25d y: 0.0d shape: "gear" @@ -20,10 +21,16 @@ size: 1.5d id: "6E0E13806F388D7E" tasks: [{ - id: "33CEC23CAF6DA6A6" - type: "checkmark" - title: "Ars Nouveau" - icon: "ars_nouveau:creative_spell_book" + id: "2F0EFD72E3A6A8D2" + type: "item" + title: "Any Archwood Log" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "forge:logs/archwood" + } + } }] rewards: [{ id: "24AA489F2E015748" @@ -2152,37 +2159,23 @@ description: [ "To gain further knowledge of spells, we'll need a specific type of magical wood!" "" - "Unlike ATM6, Archwood Trees can be found in the overworld." + "Archwood Trees can be found in the overworld." ] dependencies: ["64D0E66CB4FBEC82"] id: "33682F4B44950123" - tasks: [ - { - id: "163A6E303D6F419D" - type: "item" - title: "Archwood Logs" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "forge:logs/archwood" - } - } - } - { - id: "7508E906C021AB6B" - type: "item" - title: "Archwood Planks" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "forge:planks/archwood" - } + tasks: [{ + id: "7508E906C021AB6B" + type: "item" + title: "Archwood Planks" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "forge:planks/archwood" } - count: 2L } - ] + count: 2L + }] rewards: [ { id: "33B8442826203713" diff --git a/config/ftbquests/quests/chapters/basic_power_generation.snbt b/config/ftbquests/quests/chapters/basic_power_generation.snbt index d1f6fe2b..5a12fe15 100644 --- a/config/ftbquests/quests/chapters/basic_power_generation.snbt +++ b/config/ftbquests/quests/chapters/basic_power_generation.snbt @@ -948,9 +948,9 @@ y: -1.5d shape: "square" description: [ - "The Mining World is a flat area that is best for testing builds, and destroying the world with Mining tools." + "The Mining World is a flat area that is best for destroying the world with Mining tools. It also contains AllTheModium ore." "" - "This is also the only place you can get Archwood!" + "The Mining World is also a great place for testing builds, grabbing flowers for Botania, and even getting Archwood trees for Ars!" ] dependencies: ["746D39907C15027A"] id: "70465EA531B068E8" diff --git a/config/ftbquests/quests/chapters/blood_magic.snbt b/config/ftbquests/quests/chapters/blood_magic.snbt index ac2b4a88..959124fc 100644 --- a/config/ftbquests/quests/chapters/blood_magic.snbt +++ b/config/ftbquests/quests/chapters/blood_magic.snbt @@ -431,21 +431,21 @@ }] rewards: [ { - id: "2586A2DC190EE8B7" + id: "3C98676E7D871A75" + type: "xp" + xp: 100 + } + { + id: "45042EA2E4701064" type: "item" item: { id: "bloodmagic:basemonstersoul" Count: 1b tag: { - souls: 1.0d + souls: 25.0d } } } - { - id: "3C98676E7D871A75" - type: "xp" - xp: 100 - } ] } { @@ -472,7 +472,7 @@ id: "bloodmagic:basemonstersoul" Count: 1b tag: { - souls: 5.0d + souls: 50.0d } } } @@ -501,11 +501,24 @@ } } }] - rewards: [{ - id: "0B2775EDC84F8DBC" - type: "xp" - xp: 500 - }] + rewards: [ + { + id: "0B2775EDC84F8DBC" + type: "xp" + xp: 500 + } + { + id: "64F49B9DED750B30" + type: "item" + item: { + id: "bloodmagic:basemonstersoul" + Count: 1b + tag: { + souls: 50.0d + } + } + } + ] } { x: -27.0d @@ -525,11 +538,24 @@ } } }] - rewards: [{ - id: "706507A5BDE8CAF5" - type: "xp" - xp: 1000 - }] + rewards: [ + { + id: "706507A5BDE8CAF5" + type: "xp" + xp: 1000 + } + { + id: "564206062445C91E" + type: "item" + item: { + id: "bloodmagic:basemonstersoul" + Count: 1b + tag: { + souls: 100.0d + } + } + } + ] } { x: -18.0d @@ -879,7 +905,14 @@ { x: -14.0d y: 0.5d - description: ["With our Saturated Tau and our Alchemical Reaction Chamber, we can make the required materials to upgrade our Altar and Blood Orb, the &4Weak Blood Shard&r."] + description: [ + "Hopefully by this point, you've been stocking up on some Demon Will with a Sentient Sword. If not, make sure to go and grab that part of the questline!" + "" + "With our Saturated Tau and our Alchemical Reaction Chamber, we can make the required materials to upgrade our Altar and Blood Orb, the &4Weak Blood Shard&r." + "" + "This does require the Sanguine Reverter, which takes a couple of upgrades to your Tartaric Gem." + "" + ] dependencies: [ "5E2D15E4A410B5DA" "308581359FEF32E9" @@ -896,6 +929,17 @@ type: "item" item: "bloodmagic:largebloodstonebrick" } + { + id: "6C20FD13B73935A7" + type: "item" + item: { + id: "bloodmagic:sanguinereverter" + Count: 1b + tag: { + Damage: 0 + } + } + } ] rewards: [{ id: "3A386B0E3C9940DE" diff --git a/config/ftbquests/quests/chapters/blue_skies.snbt b/config/ftbquests/quests/chapters/blue_skies.snbt index 5d30e74c..bd4494bd 100644 --- a/config/ftbquests/quests/chapters/blue_skies.snbt +++ b/config/ftbquests/quests/chapters/blue_skies.snbt @@ -249,6 +249,13 @@ } { title: "Getting an Upgrade" + icon: { + id: "blue_skies:turquoise_stone_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } x: 7.5d y: 0.5d subtitle: "First Wood, then Stone... then.. what?" @@ -260,13 +267,14 @@ dependencies: ["4365BCF6B7A91D24"] id: "3E1A86A6D2155B53" tasks: [{ - id: "7B30D0C5D767EA0C" + id: "778772E61C171C0F" type: "item" + title: "Stone from Blue Skies" item: { - id: "blue_skies:turquoise_stone_pickaxe" + id: "itemfilters:tag" Count: 1b tag: { - Damage: 0 + value: "blue_skies:stone" } } }] diff --git a/config/ftbquests/quests/chapters/botania.snbt b/config/ftbquests/quests/chapters/botania.snbt index af58ecf8..d4437893 100644 --- a/config/ftbquests/quests/chapters/botania.snbt +++ b/config/ftbquests/quests/chapters/botania.snbt @@ -30,13 +30,22 @@ "Welcome to &aBotania&f!" "" "Please refer to the &eLexica Botania &fin your &eEccentric Tome &ffor additional help with the mod." + "" + "Alternatively, you can claim an extra book from this quest." ] size: 1.5d id: "3712DD92B446BB60" tasks: [{ - id: "19EDC9AB3FA57442" - type: "checkmark" - title: "Botania" + id: "474B6C1CD9BF3128" + type: "item" + title: "Any Botania Flower" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "botania:mystical_flowers" + } + } }] rewards: [ { @@ -49,6 +58,11 @@ type: "xp" xp: 10 } + { + id: "57B73D7A025F05DF" + type: "item" + item: "botania:lexicon" + } ] } { @@ -58,10 +72,7 @@ shape: "rsquare" description: ["The &ePetal Apothecary&f will allow you to make all of the Generating and Functional Flowers you need."] min_required_dependencies: 1 - dependencies: [ - "19EDC9AB3FA57442" - "3712DD92B446BB60" - ] + dependencies: ["3712DD92B446BB60"] id: "61F484F59906F87C" tasks: [{ id: "2BC8A3CB7C8210DB" diff --git a/config/ftbquests/quests/chapters/bounty_board.snbt b/config/ftbquests/quests/chapters/bounty_board.snbt index 23e91715..f8fb00b3 100644 --- a/config/ftbquests/quests/chapters/bounty_board.snbt +++ b/config/ftbquests/quests/chapters/bounty_board.snbt @@ -413,9 +413,10 @@ }] } { - x: 1.5d - y: 4.5d - size: 1.5d + x: 3.0d + y: 5.5d + shape: "diamond" + size: 3.0d id: "728BE1816DA23DC0" tasks: [{ id: "1809F1F9A3043683" @@ -432,9 +433,10 @@ }] } { - x: 3.0000000000000004d - y: 4.5d - size: 1.5d + x: 1.5d + y: 7.5d + shape: "diamond" + size: 2.0d id: "09C82CDDA800D8C9" tasks: [{ id: "171FD27057746E80" @@ -451,9 +453,19 @@ }] } { + icon: { + id: "hostilenetworks:data_model" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:elder_guardian" + } + } + } x: 4.5d - y: 4.5d - size: 1.5d + y: 7.5d + shape: "diamond" + size: 2.0d id: "08D1CC753F6B4283" tasks: [{ id: "2F28B803C75DA3B2" @@ -470,10 +482,11 @@ }] } { - x: 4.550000000000001d - y: 6.0d + x: 6.5d + y: 5.5d + shape: "square" subtitle: "This isn't even my final form." - size: 1.5d + size: 2.0d id: "56DA46DC82F6665D" tasks: [{ id: "452B65E139D9E12D" @@ -498,10 +511,11 @@ ] } { - x: 1.5500000000000003d - y: 6.0d + x: -0.5d + y: 5.5d + shape: "square" subtitle: "Not the Guardian of Gaia Online btw" - size: 1.5d + size: 2.0d id: "5825492F8B874CF2" tasks: [{ id: "615EF9B587C0E4F6" @@ -521,15 +535,24 @@ id: "623E6C4256F301A2" type: "item" item: "botania:life_essence" + count: 2 + random_bonus: 3 + } + { + id: "15A6C1C0E2F54F2E" + type: "item" + item: "botania:terrasteel_ingot" } ] } { title: "Kill the Trader Villager and His Annoying Llamas" - x: 3.0500000000000003d - y: 6.0d + icon: "nomowanderer:no_soliciting_sign" + x: 3.0d + y: 9.0d + shape: "diamond" subtitle: "\"This is Personal\" - AlfredGG" - size: 1.5d + size: 2.0d optional: true id: "0F55D0B4D5094EDB" tasks: [ diff --git a/config/ftbquests/quests/chapters/elementalcraft.snbt b/config/ftbquests/quests/chapters/elementalcraft.snbt index 733c0a3c..fb178db4 100644 --- a/config/ftbquests/quests/chapters/elementalcraft.snbt +++ b/config/ftbquests/quests/chapters/elementalcraft.snbt @@ -14,62 +14,6 @@ default_quest_shape: "" default_hide_dependency_lines: false quests: [ - { - title: "Element Shards" - x: 1.0d - y: -1.0d - description: ["These shards are dropped by killing specific mobs. JEI can tell you which mobs to kill for which element."] - dependencies: ["55F12D063F9D9430"] - id: "43798AC35A5BC880" - tasks: [ - { - id: "7CFDFBA97A81252E" - type: "item" - item: "elementalcraft:fire_shard" - } - { - id: "4D921A5528085A38" - type: "item" - item: "elementalcraft:water_shard" - } - { - id: "38BBD46A9CF0CF70" - type: "item" - item: "elementalcraft:earth_shard" - } - { - id: "6744EDF99B4FDBD9" - type: "item" - item: "elementalcraft:air_shard" - } - ] - rewards: [ - { - id: "438712F0C1F86312" - type: "item" - item: "elementalcraft:fire_shard" - count: 5 - } - { - id: "3032C69FC61A1719" - type: "item" - item: "elementalcraft:water_shard" - count: 5 - } - { - id: "11D090B35399F097" - type: "item" - item: "elementalcraft:earth_shard" - count: 5 - } - { - id: "13A07B7EF051A360" - type: "item" - item: "elementalcraft:air_shard" - count: 5 - } - ] - } { title: "ElementalCraft" icon: { @@ -90,18 +34,41 @@ size: 1.5d id: "55F12D063F9D9430" tasks: [{ - id: "66CB4D45D621E404" - type: "checkmark" - }] - rewards: [{ - id: "740DFA8F51630C10" - type: "xp" - xp: 10 + id: "56FFCD018CD45C2C" + type: "item" + title: "Any #elementalcraft:shards" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "elementalcraft:shards" + } + } }] + rewards: [ + { + id: "740DFA8F51630C10" + type: "xp" + xp: 10 + } + { + id: "78C156F7208F7D6F" + type: "item" + item: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "elementalcraft:element_book" + } + } + } + ] } { x: 2.0d y: 0.0d + dependencies: ["55F12D063F9D9430"] + hide: true id: "04C3CDC36ED3DA81" tasks: [{ id: "73DD538F07BAF5B0" diff --git a/config/ftbquests/quests/chapters/getting_started.snbt b/config/ftbquests/quests/chapters/getting_started.snbt index 1e5192a8..bb05d3f9 100644 --- a/config/ftbquests/quests/chapters/getting_started.snbt +++ b/config/ftbquests/quests/chapters/getting_started.snbt @@ -10,7 +10,7 @@ images: [ { x: -6.0d - y: -2.5d + y: -2.0d width: 1.5d height: 1.5d rotation: 45.0d @@ -22,7 +22,7 @@ } { x: -6.0d - y: 2.5d + y: 2.0d width: 1.5d height: 1.5d rotation: 45.0d @@ -37,7 +37,7 @@ { title: "&9Getting Started!" icon: "minecraft:crafting_table" - x: -8.0d + x: -5.0d y: 0.0d shape: "hexagon" subtitle: "Welcome to All The Mods 7" @@ -49,9 +49,9 @@ size: 2.0d id: "22C568A17B5D1B46" tasks: [{ - id: "3E051AF322DF9BEF" - type: "checkmark" - title: "Getting Started" + id: "34E4526C99F00DFB" + type: "item" + item: "minecraft:crafting_table" }] rewards: [{ id: "4B7A57FC6018E1C7" @@ -60,102 +60,11 @@ count: 16 }] } - { - title: "Getting Wood" - icon: "minecraft:oak_log" - x: -6.0d - y: 0.0d - subtitle: "The Start of Everyone's Journey" - description: [ - "Chop down a tree." - "" - "*Note: Any logs/planks will complete the quest." - ] - dependencies: ["22C568A17B5D1B46"] - dependency_requirement: "one_completed" - id: "3001B2EEE5C6C9AB" - tasks: [ - { - id: "1BB08F6BC4167067" - type: "item" - title: "Any #minecraft:logs" - icon: "minecraft:oak_log" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "minecraft:logs" - } - } - count: 8L - } - { - id: "63E6BD713B5AF4AE" - type: "item" - title: "Any #minecraft:planks" - icon: "minecraft:oak_planks" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "minecraft:planks" - } - } - count: 16L - } - ] - rewards: [ - { - id: "18AF6D629BECC09D" - type: "item" - item: "minecraft:stick" - count: 4 - } - { - id: "249A2C2859276487" - type: "xp" - xp: 10 - } - ] - } - { - title: "The (Just to get Stone) Starter Tool" - x: -4.5d - y: 0.0d - subtitle: "&a\"What am I even good for?\" &9\"To get 3 pieces of stone and delete.\"" - description: ["Get yourself a crafting table and craft this to get yourself some stone."] - dependencies: ["3001B2EEE5C6C9AB"] - dependency_requirement: "one_completed" - id: "34632E58F226ED0B" - tasks: [ - { - id: "6AD281F857300748" - type: "item" - item: { - id: "minecraft:wooden_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1F77F00653C5D948" - type: "item" - item: "minecraft:crafting_table" - } - ] - rewards: [{ - id: "05F5DDA4B9AC2DAB" - type: "xp" - xp: 5 - }] - } { x: -3.0d y: 0.0d description: ["Get some stone, then craft yourself the vanilla stone tools."] - dependencies: ["34632E58F226ED0B"] + dependencies: ["22C568A17B5D1B46"] id: "48CCBB5C39A4ABE7" tasks: [ { @@ -163,7 +72,7 @@ type: "item" title: "Stone Age" item: "minecraft:cobblestone" - count: 32L + count: 16L } { id: "075BB84D26281DF0" @@ -638,6 +547,11 @@ type: "checkmark" title: "Storage Chapter" }] + rewards: [{ + id: "3B5ADFC1081D9B64" + type: "xp" + xp: 10 + }] } { title: "Tools and Armor Chapter" @@ -773,14 +687,40 @@ description: [ "There are plenty of ways to generate your first bits of power." "" - "The RFTools Coal Generator is one of the easiest." + "The RFTools Coal Generator is one of the easiest, but you can make any of the starter generators from other mods if you wish." + "" + "To check to see which Generators will complete the quest, click on the required item on the left of this quest page." ] dependencies: ["500BA2C1177DA724"] id: "25D1363D8890E7C3" tasks: [{ - id: "39565EF66F300895" + id: "2D5BDCC0232C5ABE" type: "item" - item: "rftoolspower:coalgenerator" + title: "Any Starter Generator for FE" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "integrateddynamics:coal_generator" + Count: 1b + } + { + id: "thermal:dynamo_stirling" + Count: 1b + } + { + id: "rftoolspower:coalgenerator" + Count: 1b + } + { + id: "mekanismgenerators:heat_generator" + Count: 1b + } + ] + } + } }] rewards: [ { @@ -1017,7 +957,11 @@ icon: "minecraft:chest" x: -3.0d y: 1.5d - description: ["Make your first chest."] + description: [ + "Make your first chest." + "" + "In this modpack, there are plenty of storage options to upgrade from vanilla chests. Make sure to check it all out by checking the &9Basic Storage&r section of the questbook!" + ] dependencies: ["48CCBB5C39A4ABE7"] id: "13C46BACD0A36080" tasks: [{ @@ -1095,10 +1039,12 @@ }] } { - x: -4.5d - y: 1.5d + x: -7.0d + y: 0.0d + shape: "square" subtitle: "Portable Crafting!" - dependencies: ["34632E58F226ED0B"] + dependencies: ["22C568A17B5D1B46"] + hide: true optional: true id: "7DBCD01ABA2D029C" tasks: [{ diff --git a/config/ftbquests/quests/chapters/hostile_neural_networks.snbt b/config/ftbquests/quests/chapters/hostile_neural_networks.snbt new file mode 100644 index 00000000..aab5e0db --- /dev/null +++ b/config/ftbquests/quests/chapters/hostile_neural_networks.snbt @@ -0,0 +1,1430 @@ +{ + id: "0A52D0932DA3F809" + group: "6614EE2378B8AFB9" + order_index: 3 + filename: "hostile_neural_networks" + title: "Hostile Neural Networks" + icon: { + id: "hostilenetworks:data_model" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:creeper" + } + } + } + default_quest_shape: "square" + default_hide_dependency_lines: true + quests: [ + { + icon: { + id: "hostilenetworks:data_model" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:enderman" + } + } + } + x: -2.5d + y: -0.5d + shape: "gear" + description: [ + "&6Hostile Neural Networks&r (or HNN for short) is a mod based around simulating mob kills for loot." + "" + "The mod is based around collecting data on mobs, then running simulations from the data to output potential drops from the mob's loot pools." + ] + size: 2.0d + id: "37EBB8E0D6E5F821" + tasks: [{ + id: "463EB27ECC7E6509" + type: "checkmark" + title: "Welcome to &9Hostile Neural Networks&r!" + }] + rewards: [{ + id: "0BE74809343EA491" + type: "xp" + xp: 10 + }] + } + { + title: "Learning Mobs" + x: -3.5d + y: 1.5d + shape: "square" + subtitle: "The Learning HUD" + description: [ + "The &9Deep Learner&r is one of the core components of HNN." + "" + "With this item, you can right click to open up a HUD and store &6Data Models&r to gather data while killing mobs." + "" + "Each Learner can hold 4 Data Models, and as long as you have it anywhere in your inventory, it will collect data for the models placed inside when you kill a mob." + ] + dependencies: ["37EBB8E0D6E5F821"] + hide: true + id: "3E3CBDCEAB0FF28F" + tasks: [{ + id: "054BE385F6537CBA" + type: "item" + item: "hostilenetworks:deep_learner" + }] + rewards: [ + { + id: "6AC001B1ECDB36D4" + type: "item" + item: "minecraft:obsidian" + count: 2 + random_bonus: 2 + } + { + id: "53E0BE29CFBA6D17" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.5d + y: 1.5d + shape: "square" + subtitle: "For \"Gathering Data\"" + description: [ + "&9Model Frameworks&r are the starting point for creating Data Models." + "" + "To start collecting data on a specific mob, you'll want to make one of these then &9right click&r the mob you'd like to gather data on. When done properly, the Model Framework will turn into the Data Model of the mob you clicked on." + "" + "To \"gather data\" for that mob, place the newly created Data Model inside of a &aDeep Learner&r, then start killing that specific mob with the Deep Learner in your inventory." + ] + dependencies: ["37EBB8E0D6E5F821"] + hide: true + id: "58C2ABED43B2EA61" + tasks: [{ + id: "1C090CE24508A2EC" + type: "item" + item: "hostilenetworks:blank_data_model" + }] + rewards: [ + { + id: "757C87B22E113525" + type: "item" + item: "hostilenetworks:blank_data_model" + } + { + id: "010AC03DCFB7AFC7" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5d + y: 3.0d + shape: "rsquare" + description: [ + "The &dSimulation Chamber&r is the main machine within HNN." + "" + "When given power, and a good amount of power at that, it will run simulations based on the &bData Model&r that is placed inside. The power required also depends on the Data Model placed inside, and can be seen within the Model's tooltip. " + "" + "The machine also requires at least one &9Prediction Matrix&r to run a simulation." + "" + "The result of the simulation will be output onto the Matrix. Simulations will always produce some kind of Generalized Prediction, which can be used in various crafting recipes. They also vary depending on the origin of the mob in the Data Model." + "" + "If the simulation succeeds, you will receive a &5Mob Prediction&r based off of the model. The higher the tier of the Data Model used, the higher the success rate is for a simulation." + ] + hide_dependency_lines: false + dependencies: [ + "3E3CBDCEAB0FF28F" + "58C2ABED43B2EA61" + ] + hide: true + id: "104EBBC08B4733F5" + tasks: [ + { + id: "6E9AD3D0255D4F8B" + type: "item" + item: "hostilenetworks:sim_chamber" + } + { + id: "1E1B866BA00F2613" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 16L + } + ] + rewards: [ + { + id: "4A818F16686E5F1D" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 16 + random_bonus: 16 + } + { + id: "71538E4CC7F261BD" + type: "xp" + xp: 100 + } + ] + } + { + icon: { + id: "hostilenetworks:data_model" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:blaze" + } + } + } + x: 0.0d + y: 1.5d + shape: "diamond" + description: [ + "Once you make your first Data Model, you'll need to level it up to be useful." + "" + "Data Models start out at the first tier: &7Faulty&r. You'll need to at least level it to &aBasic&r if you'd like to run some simulations on it!" + "" + "Once placed inside of the Deep Learner, the HUD will tell you how many kills are required to level it up. You can also see this info in the tooltip of the Model itself, although you'll have to do math." + ] + hide_dependency_lines: false + dependencies: ["58C2ABED43B2EA61"] + hide: true + optional: true + id: "34CD54347E9821B5" + tasks: [{ + id: "7CEA92391454DDD3" + type: "checkmark" + title: "Leveling Up Data Models" + }] + rewards: [ + { + id: "76BA8FBE648B067F" + type: "item" + item: "hostilenetworks:empty_prediction" + } + { + id: "24AC88E214212942" + type: "xp" + xp: 10 + } + ] + } + { + x: -2.5d + y: 5.5d + shape: "diamond" + description: ["Makes various Overworld materials."] + hide_dependency_lines: false + dependencies: ["104EBBC08B4733F5"] + id: "2559201BCF5D497C" + tasks: [{ + id: "655C40D2B0080E17" + type: "item" + item: "hostilenetworks:overworld_prediction" + }] + rewards: [{ + id: "087615C56FE36EA1" + type: "xp" + xp: 100 + }] + } + { + x: -3.0d + y: 5.0d + shape: "diamond" + description: ["Makes various Nether materials."] + hide_dependency_lines: false + dependencies: ["104EBBC08B4733F5"] + id: "10E8BC20D406D9FB" + tasks: [{ + id: "01DFF76EC79179F4" + type: "item" + item: "hostilenetworks:nether_prediction" + }] + rewards: [{ + id: "6C51DBC871558E9D" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: 5.0d + shape: "diamond" + description: ["Makes various End materials."] + hide_dependency_lines: false + dependencies: ["104EBBC08B4733F5"] + id: "5A23107C363A209E" + tasks: [{ + id: "62F42CED16C84B74" + type: "item" + item: "hostilenetworks:end_prediction" + }] + rewards: [{ + id: "045115E180379B21" + type: "xp" + xp: 100 + }] + } + { + x: -6.5d + y: 7.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "49A92EEA6A14622F" + tasks: [{ + id: "1CB9ADBCDCEBB856" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:cow" + } + } + } + }] + rewards: [ + { + id: "33B648584346347C" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "0999B6BBC2E4B069" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.5d + y: 12.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "1F0EF605CC6E5E40" + tasks: [{ + id: "096DD8109F0AF32B" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:magma_cube" + } + } + } + }] + rewards: [ + { + id: "271004D5F0BE059A" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "77726ECA4BDF47A3" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5d + y: 12.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "245D83BA9D00AFF8" + tasks: [{ + id: "642B385EA62F46F3" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:witch" + } + } + } + }] + rewards: [ + { + id: "3799B67015DBA601" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "5FC638774624E410" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.5d + y: 13.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "1E985ADC4067A107" + tasks: [{ + id: "1385989827C58943" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:ender_slime" + } + } + } + }] + rewards: [ + { + id: "31121FDBA2D08A7C" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "165E6E1C067E9EA2" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 12.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "5DF8A07DED732B8B" + tasks: [{ + id: "1BF7753A8E889B62" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:spider" + } + } + } + }] + rewards: [ + { + id: "4DDCDD2993C77BEA" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "44100F53BB5E894D" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 12.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "3B85E2D0774F53CA" + tasks: [{ + id: "179812552CBC8D0B" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:pig" + } + } + } + }] + rewards: [ + { + id: "05B101A6046DEC32" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "6528E42ABE428A3D" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 6.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "7352BB6533AE6E75" + tasks: [{ + id: "214749A96C7E4593" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:rabbit" + } + } + } + }] + rewards: [ + { + id: "34C66DDE396DA23A" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "6BAF62CDA62DFFD7" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.5d + y: 6.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "68153B68FA878DAE" + tasks: [{ + id: "56FAECD527832184" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:glow_squid" + } + } + } + }] + rewards: [ + { + id: "3B909C7EAFA2ECAC" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "546389CE5CFF006B" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.5d + y: 13.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "354E0774523B374F" + tasks: [{ + id: "725B568705B03E81" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:phantom" + } + } + } + }] + rewards: [ + { + id: "5852DCA08F4473AA" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "5E81940AF91E883C" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 13.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "7EBBEB504C38898A" + tasks: [{ + id: "1F4B02AFDFD7CDBE" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:guardian" + } + } + } + }] + rewards: [ + { + id: "1577B27375873D6E" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "26B27520F2F5D01A" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 13.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "3F8E733CBA5DD26D" + tasks: [{ + id: "4438A3EB8EE6FEF5" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:sheep" + } + } + } + }] + rewards: [ + { + id: "0851D2AECFEB4202" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "6CBFF2CC14B75A9C" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.5d + y: 8.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "1B0F2AEB913BD3D1" + tasks: [{ + id: "79A156F12CA12C10" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:ender_dragon" + } + } + } + }] + rewards: [ + { + id: "76759ED03FFF4B40" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "6116DDC78DDCEDB7" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 7.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "6BF7C7ADF1B80ACB" + tasks: [{ + id: "4629FB3E40D5D7C4" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:thermal_basalz" + } + } + } + }] + rewards: [ + { + id: "7E4C08B8A341F459" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "2579A9103379E77A" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.5d + y: 6.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "228AEC85F5348ED2" + tasks: [{ + id: "283C3CB8F88E7521" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:slime" + } + } + } + }] + rewards: [ + { + id: "0DF27BE8E2703054" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "262ABA7063E23C4E" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 6.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "7948AF9B8C40B17D" + tasks: [{ + id: "2C96D9C655645231" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:blaze" + } + } + } + }] + rewards: [ + { + id: "3A39221CF820E5A2" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "0CB37ED06BDE2266" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.5d + y: 9.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "05123E63B51561FF" + tasks: [{ + id: "172566DF04412AD6" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:zombified_piglin" + } + } + } + }] + rewards: [ + { + id: "26B26BD8A8F67940" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "2F309954907276AA" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 11.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "25486FC0ED7133D9" + tasks: [{ + id: "5DC1BD98D00158DB" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:ghast" + } + } + } + }] + rewards: [ + { + id: "56CE71D0333FECBD" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "44A1DEC61326FE18" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 7.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "20CB60F162DDB01B" + tasks: [{ + id: "5514A808185AE178" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:skeleton" + } + } + } + }] + rewards: [ + { + id: "35DA9A5C044BFB34" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "08F37160FBD553D3" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.5d + y: 7.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "4FDE0E4C6413EC7D" + tasks: [{ + id: "1CE648559814D23C" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:wither_skeleton" + } + } + } + }] + rewards: [ + { + id: "234D5384645B1246" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "5928BB84A1008F09" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.5d + y: 7.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "40EE3BBCF238942D" + tasks: [{ + id: "20B6EC414F3EB424" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:squid" + } + } + } + }] + rewards: [ + { + id: "6B1A3FEC2E45D622" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "31B3204F655E22E2" + type: "xp" + xp: 100 + } + ] + } + { + x: -5.5d + y: 6.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "2F6F888610373E21" + tasks: [{ + id: "52EB253913441EA0" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:enderman" + } + } + } + }] + rewards: [ + { + id: "0BB3A06B86BDEAC4" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "4C779A7AC3ABE6A3" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5d + y: 9.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "5AE5D2F42A75FEB1" + tasks: [{ + id: "4900E0381AC1E489" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:evoker" + } + } + } + }] + rewards: [ + { + id: "269DCCBA77F17404" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "058CC439D0B6DAE2" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 11.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "78EE970AE4954E64" + tasks: [{ + id: "30E7379687568DBA" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:wither" + } + } + } + }] + rewards: [ + { + id: "73346AA98EBA0957" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "453D23C546A0405F" + type: "xp" + xp: 100 + } + ] + } + { + x: -5.5d + y: 8.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "6CCDF28A50BEA391" + tasks: [{ + id: "33AC152163CC680D" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:mooshroom" + } + } + } + }] + rewards: [ + { + id: "248A73F54D4BFC48" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "49167D578A466B7A" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 8.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "1FD43610960E3450" + tasks: [{ + id: "08204D18E3EEA011" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:zombie" + } + } + } + }] + rewards: [ + { + id: "243CEC543A6DEC0E" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "0D070B514CBE669A" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.5d + y: 8.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "0E91D8CF933586DF" + tasks: [{ + id: "1673E580A0CAB0F9" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:vindicator" + } + } + } + }] + rewards: [ + { + id: "318FF93EA72CD7D5" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "3E28F854EED4D722" + type: "xp" + xp: 100 + } + ] + } + { + x: -6.5d + y: 6.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "2C6D0311960BC625" + tasks: [{ + id: "5046F267747BA02A" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:thermal_blitz" + } + } + } + }] + rewards: [ + { + id: "66C022128EB1DAF5" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "056CB9FF6F3C34D1" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.5d + y: 9.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "1C77C432FDB7A867" + tasks: [{ + id: "3E2089A51091B608" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:chicken" + } + } + } + }] + rewards: [ + { + id: "1687066E931D23B2" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "61EDE79129DDC177" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 10.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "552CE591220ECD68" + tasks: [{ + id: "7955690D5768510E" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:creeper" + } + } + } + }] + rewards: [ + { + id: "614B8ADD9687306B" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "74917447AF7D541E" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 10.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "4AAEAC854FC8DB3A" + tasks: [{ + id: "48CC73E41D887314" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:thermal_blizz" + } + } + } + }] + rewards: [ + { + id: "7237D5E4DDAD558A" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "3A7C650E3942E205" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.5d + y: 12.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "24157BFA5B85DCBA" + tasks: [{ + id: "2C73B98906A8097D" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:sky_slime" + } + } + } + }] + rewards: [ + { + id: "19EB240DE822F767" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "511D2EB668CFFC24" + type: "xp" + xp: 100 + } + ] + } + { + x: -5.5d + y: 7.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "4A26233C179D02C4" + tasks: [{ + id: "7EFE4E397DF4D4C9" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:shulker" + } + } + } + }] + rewards: [ + { + id: "75CA33A2816E245C" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "10E6C23A02298616" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 8.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "61F1ADF55C49872D" + tasks: [{ + id: "64C344BF88721848" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:terracube" + } + } + } + }] + rewards: [ + { + id: "06B56DB2B24096D5" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "3D06309677BD2409" + type: "xp" + xp: 100 + } + ] + } + { + x: -6.5d + y: 8.5d + dependencies: ["14B3542ECB59869C"] + hide: true + id: "12172C1449296E06" + tasks: [{ + id: "7A549C91E418F0B8" + type: "item" + item: { + id: "hostilenetworks:prediction" + Count: 1b + tag: { + data_model: { + id: "hostilenetworks:elder_guardian" + } + } + } + }] + rewards: [ + { + id: "1EE8F60AC07E7B70" + type: "item" + item: "hostilenetworks:empty_prediction" + count: 2 + } + { + id: "4A0A40828EB79658" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5d + y: 7.5d + shape: "hexagon" + description: [ + "The &5Loot Fabricator&r is the machine that gets you that sweet, sweet loot from Mob Predictions." + "" + "When given power and a successful Mob Prediction, you will be able to choose which item you'd like to get from that mob's Data Model. The machine will remember your choice, so it can be automated." + "" + "Notable Mob Predictions:" + "" + "- &dEnder Dragons&r for &dDragon Eggs&r" + "- &2Zombies&r for Iron" + "- &0Withers&r for &5Nether Stars&r" + ] + hide_dependency_lines: false + dependencies: ["104EBBC08B4733F5"] + size: 1.5d + id: "14B3542ECB59869C" + tasks: [{ + id: "19F0FC233A052810" + type: "item" + item: "hostilenetworks:loot_fabricator" + }] + rewards: [ + { + id: "49341865BD900B18" + type: "item" + item: "hostilenetworks:overworld_prediction" + count: 4 + } + { + id: "1FB96BBC0BA9D07A" + type: "xp" + xp: 100 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/mekanism.snbt b/config/ftbquests/quests/chapters/mekanism.snbt index 36caf1bd..b24b520a 100644 --- a/config/ftbquests/quests/chapters/mekanism.snbt +++ b/config/ftbquests/quests/chapters/mekanism.snbt @@ -2338,15 +2338,16 @@ size: 2.0d id: "58B125BD4876054C" tasks: [{ - id: "2362792C3ABCDBA5" - type: "checkmark" - title: "Mekanism" + id: "3DAC60CF45C0951F" + type: "item" + item: "alltheores:raw_osmium" }] rewards: [ { id: "7D519C36EA3CF356" type: "item" item: "alltheores:raw_osmium" + random_bonus: 2 } { id: "1C5A7C0402C237DD" diff --git a/config/ftbquests/quests/chapters/productive_bees.snbt b/config/ftbquests/quests/chapters/productive_bees.snbt index a0e6be45..129203b3 100644 --- a/config/ftbquests/quests/chapters/productive_bees.snbt +++ b/config/ftbquests/quests/chapters/productive_bees.snbt @@ -54,23 +54,23 @@ quests: [ { x: 1.0d - y: -7.0d + y: -6.0d shape: "hexagon" description: [ "Welcome to &9Productive Bees&r!" "" "Have you ever wanted Bees to produce more than honey? Maybe Iron? Allthemodium?" "" - "Well now they can! ....somehow." + "To get started, you'll need to grab some &6Honeycombs&r and &6Honey Bottles&r. Find yourself a Beehive, but don't break it! Bees will create honey over time. Using shears on a full hive will give you Honeycombs, and using an empty bottle will give you Honey Bottles!" "" "&9Important Note&r: With the bee quests requiring combs, the recipes will not be shown. Make sure to look them up in JEI if you need them!" ] size: 1.5d id: "13AA91D39A2CABF2" tasks: [{ - id: "62D8A2341B8C4C3C" - type: "checkmark" - title: "Welcome to Productive Bees!" + id: "2A1E2F42F087EB1F" + type: "item" + item: "minecraft:honeycomb" }] rewards: [ { @@ -83,44 +83,16 @@ type: "xp" xp: 10 } - ] - } - { - title: "The First Step" - x: 1.0d - y: -5.0d - subtitle: "Vanilla Mechanics" - description: [ - "You'll need to grab some &eHoneycombs&r and a few bottles of &6Honey&r to get started with Bees." - "" - "Find yourself a nest, but don't break it! Let the Bees do their thing, and harvest some Honeycombs with Shears, and Honey Bottles with a Glass Bottle. We'll need them!" - ] - dependencies: ["13AA91D39A2CABF2"] - hide: true - id: "1A0130101413F55F" - tasks: [{ - id: "73C0DA2CE5D4110C" - type: "item" - item: "minecraft:honeycomb" - count: 3L - }] - rewards: [ { - id: "2BC48660DA496E3A" + id: "3B7DB834B789659D" type: "item" item: "minecraft:honeycomb" - count: 2 } { - id: "29A08F3977208A4F" + id: "65531550FB7A849D" type: "item" item: "minecraft:honey_bottle" } - { - id: "7D7C7BA0CBA0B12F" - type: "xp" - xp: 10 - } ] } { @@ -159,7 +131,7 @@ "" "Adventuring can also net you some &6Sturdy Bee Cages&r, so keep an eye out! " ] - dependencies: ["1A0130101413F55F"] + dependencies: ["13AA91D39A2CABF2"] id: "29EE878BC8D3A742" tasks: [{ id: "2B86DC6F7E579E0B" @@ -857,7 +829,7 @@ "" "Make sure to check out which biome you need to be in to lure in the right bees!" ] - dependencies: ["7C169A4A39F37FAC"] + dependencies: ["47CEFA06392C4211"] size: 3.0d id: "131EC039435B8878" tasks: [{ @@ -913,7 +885,7 @@ x: -3.5d y: 0.5d description: ["The Upgrade Base is used to craft the various Upgrades in Productive Bees."] - hide_dependency_lines: true + hide_dependency_lines: false dependencies: ["131EC039435B8878"] size: 1.5d id: "66324D7D0C51AEAC" @@ -937,7 +909,7 @@ } { x: -5.0d - y: 0.2d + y: 0.5d shape: "hexagon" subtitle: "Increases Bee Productivity by 140%" dependencies: ["66324D7D0C51AEAC"] @@ -962,7 +934,7 @@ } { x: -2.5d - y: -0.6d + y: -0.5d subtitle: "Sonic Bees" description: [ "Can be placed in a hive or centrifuge." @@ -994,8 +966,8 @@ ] } { - x: -3.0d - y: 1.9d + x: -2.5d + y: 1.5d shape: "hexagon" subtitle: "Making Babies" description: [ @@ -1077,8 +1049,8 @@ ] } { - x: -2.2d - y: 1.3d + x: -4.5d + y: 1.5d shape: "hexagon" subtitle: "Increases the Range of a Machine" description: ["Mostly for the Catcher."] @@ -1102,34 +1074,9 @@ } ] } - { - x: -4.8d - y: 1.2d - shape: "hexagon" - subtitle: "Used to add Bees to a Filter" - dependencies: ["66324D7D0C51AEAC"] - id: "57167FE67CFAC255" - tasks: [{ - id: "553DD93D10666049" - type: "item" - item: "productivebees:upgrade_filter" - }] - rewards: [ - { - id: "1A390E7C759A0668" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "7DCEF23469265229" - type: "xp" - xp: 100 - } - ] - } { x: -2.0d - y: 0.2d + y: 0.5d subtitle: "Extracts Genes from Bees in Hives" dependencies: ["66324D7D0C51AEAC"] id: "1DF026030780AE96" @@ -1152,14 +1099,15 @@ ] } { - x: 0.0d - y: 1.5d + x: 5.0d + y: 0.5d subtitle: "Processing Honeycombs" description: [ "While you can definitely just use a regular &9Centrifuge&r in the beginning, getting a &6Powered Centrifuge&r soon after is a must." "" "The Centrifuge is used to process Honeycombs into useful items, honey, and wax." ] + hide_dependency_lines: true dependencies: ["7C169A4A39F37FAC"] id: "33A0E06FE5CFD8F3" tasks: [{ @@ -4613,10 +4561,14 @@ }] } { - x: 2.0d - y: 1.5d + x: 1.0d + y: 2.0d subtitle: "Increasing our bee storage" - description: ["Expansion boxes are placed on top of your Advanced Beehives to increase the amount of bees that can be in the hive to a total of 5 slots."] + description: [ + "Expansion boxes are placed on top of your Advanced Beehives to increase the amount of bees that can be in the hive to a total of 5 slots." + "" + "This also enables you to upgrade the hive with Upgrades!" + ] dependencies: ["7C169A4A39F37FAC"] id: "47CEFA06392C4211" tasks: [{ @@ -4701,8 +4653,8 @@ }] } { - x: 4.0d - y: 0.5d + x: 6.0d + y: 0.0d subtitle: "The Gene Combiner and Chest" description: ["When collecting genes, you'll get a percentage of a trait. You can combine them in a crafting table to add them together, or place them in a Gene Indexer to auto-combine."] hide_dependency_lines: true @@ -4728,8 +4680,8 @@ ] } { - x: 5.0d - y: 0.5d + x: 4.0d + y: 0.0d subtitle: "Honey I Squished The Bees" description: [ "The Bottler has two uses: Bottling honey and squshing bees for genes." @@ -4765,7 +4717,7 @@ } { x: 6.0d - y: 0.5d + y: 1.0d subtitle: "Catches Bees" description: [ "Used to catch bees that are flying around it." @@ -4830,8 +4782,8 @@ ] } { - x: 5.0d - y: 1.5d + x: 4.0d + y: 1.0d subtitle: "Showing Off Bees" description: [ "Proud of the bees you have?" @@ -4881,8 +4833,8 @@ }] } { - x: -4.0d - y: 1.9d + x: -3.5d + y: 2.0d subtitle: "Self Contained" description: ["When installed, this upgrade makes your bees permanently stay in the beehive. Because of this, you'll need to place the required flower block directly in front of the hive."] dependencies: ["66324D7D0C51AEAC"] @@ -4905,5 +4857,32 @@ } ] } + { + x: 5.0d + y: 1.5d + subtitle: "An Even Faster Centrifuge" + description: ["This is an upgraded Powered Centrifuge, and processes combs a lot faster. Can still be upgraded with Speed upgrades."] + dependencies: ["33A0E06FE5CFD8F3"] + id: "4975544710780C92" + tasks: [{ + id: "1C68D56988B8EF43" + type: "item" + item: "productivebees:heated_centrifuge" + }] + rewards: [ + { + id: "74AF370BEBB1C772" + type: "item" + item: "productivebees:draconic_chunk" + count: 2 + random_bonus: 2 + } + { + id: "4F300E54616287C8" + type: "xp" + xp: 100 + } + ] + } ] } diff --git a/config/ftbquests/quests/chapters/silent_gear.snbt b/config/ftbquests/quests/chapters/silent_gear.snbt index fff43981..37f79bbe 100644 --- a/config/ftbquests/quests/chapters/silent_gear.snbt +++ b/config/ftbquests/quests/chapters/silent_gear.snbt @@ -21,7 +21,7 @@ }] quests: [ { - x: -7.5d + x: -3.0d y: 0.0d shape: "square" subtitle: "Simple Tool Crafting" @@ -37,46 +37,8 @@ type: "checkmark" title: "Silent Gear Weapons, Tools and Armor" }] - rewards: [ - { - id: "6FBB64122AC8F84B" - type: "item" - item: { - id: "silentgear:blueprint_package" - Count: 1b - tag: { - silentlib.LootContainer: { - LootTable: "silentgear:starter_blueprints" - } - } - } - } - { - id: "383D184AE6F5236A" - type: "xp" - xp: 10 - } - ] - } - { - title: "The Guide Book" - x: -4.0d - y: 0.0d - subtitle: "It just sends you to a website, btw." - description: [ - "If you ever get lost in this mod, check out the guidebook." - "" - "It links you to the Silent Gear webpage to help get you started!" - ] - dependencies: ["52EB902E76829EBB"] - id: "74AC55C0A3E259E0" - tasks: [{ - id: "2E0D0BBFC2D0BCAC" - type: "item" - item: "silentgear:guide_book" - }] rewards: [{ - id: "7004B19E09FEE74B" + id: "383D184AE6F5236A" type: "xp" xp: 10 }] @@ -85,13 +47,13 @@ title: "Blueprint Paper" x: -0.5d y: 0.0d - subtitle: "The Schematic Maker" + subtitle: "For Those With A Little More Resources" description: [ "You can't use template boards forever!!!" "" "Blueprint paper is used to make blueprints, which are reusable, unlike template boards." ] - dependencies: ["74AC55C0A3E259E0"] + dependencies: ["52EB902E76829EBB"] size: 1.5d id: "64AB1E133E218173" tasks: [{ @@ -112,6 +74,19 @@ type: "xp" xp: 5 } + { + id: "0413EF79F90449FB" + type: "item" + item: { + id: "silentgear:blueprint_package" + Count: 1b + tag: { + silentlib.LootContainer: { + LootTable: "silentgear:starter_blueprints" + } + } + } + } ] } { @@ -1270,5 +1245,135 @@ xp: 10 }] } + { + title: "Early Game Tool Creation" + x: -5.0d + y: 0.0d + description: [ + "If you are in the early game, you'll want to make yourself a &9Crude Stone Knife&r to make yourself some Template Boards." + "" + "The easiest way to do this is by first creating Rough Rods with 2 sticks. With your Rough Rods, combine one with a piece of Cobblestone in the shape of a knife." + "" + "With your knife, you can now combine it with Logs in a crafting grid to give you &9Template Boards&r!" + ] + dependencies: ["52EB902E76829EBB"] + optional: true + id: "5366399707E55EA0" + tasks: [ + { + id: "67C34D33E0BE2737" + type: "item" + item: "silentgear:template_board" + } + { + id: "589FAFCAEE61EC5B" + type: "item" + title: "Crude Stone Knife" + icon: { + id: "silentgear:knife" + Count: 1b + tag: { + SGear_UUID: [I; + 927787650 + 772754124 + -1167159735 + 932421059 + ] + Damage: 0 + SGear_Data: { + Construction: { + Parts: [ + { + Item: { + id: "silentgear:knife_blade" + Count: 1b + tag: { + Damage: 0 + Materials: [{ + Item: { + id: "minecraft:cobblestone" + Count: 1b + } + ID: "silentgear:stone" + }] + } + } + ID: "silentgear:knife_blade" + } + { + Item: { + id: "silentgear:rod" + Count: 1b + tag: { + Materials: [{ + Item: { + id: "minecraft:air" + Count: 1b + tag: { } + } + ID: "silentgear:wood/rough" + }] + } + } + ID: "silentgear:rod" + } + ] + } + Properties: { + ModVersion: "2.10.16" + Stats: { + "silentgear:enchantability": 5.0f + "silentgear:chargeability": 0.5f + "silentgear:harvest_speed": 4.0f + "silentgear:attack_reach": 3.0f + "silentgear:harvest_level": 1.0f + "silentgear:durability": 127.07f + "silentgear:melee_damage": 1.5f + "silentgear:magic_damage": 0.0f + "silentgear:rarity": 0.0f + "silentgear:attack_speed": -1.6f + "silentgear:repair_efficiency": 2.0f + } + LockStats: 0b + Traits: [ + { + Level: 1b + Name: "silentgear:ancient" + } + { + Level: 3b + Name: "silentgear:crude" + } + ] + } + Rendering: { + ModelKey: "knife:knife_blade{stone},rod{wood/rough}," + } + } + } + } + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "forge:tools/knives" + } + } + } + ] + rewards: [ + { + id: "48A5DB284A0812FB" + type: "item" + item: "silentgear:template_board" + count: 4 + } + { + id: "1DE030C7AE05C605" + type: "xp" + xp: 100 + } + ] + } ] } diff --git a/config/ftbquests/quests/chapters/storage.snbt b/config/ftbquests/quests/chapters/storage.snbt index 3fcc94bd..64be1fe7 100644 --- a/config/ftbquests/quests/chapters/storage.snbt +++ b/config/ftbquests/quests/chapters/storage.snbt @@ -213,7 +213,7 @@ ] } { - x: -6.5d + x: -6.0d y: -4.5d shape: "diamond" subtitle: "Auto-Convert to blocks." @@ -244,7 +244,7 @@ ] } { - x: -6.0d + x: -5.5d y: -5.0d shape: "diamond" subtitle: "The Brain of the Drawers." @@ -468,7 +468,7 @@ } { title: "Ender Drawers!" - x: -6.5d + x: -6.0d y: -5.5d shape: "diamond" subtitle: "Dimensional Drawer.... if you will." @@ -1332,7 +1332,7 @@ subtitle: "Adds the ability to pump liquids from the tank upgrade." hide_dependency_lines: true dependencies: ["1FE052F643401232"] - hide: false + hide: true optional: true id: "6E9041744C592573" tasks: [{ @@ -1350,7 +1350,7 @@ x: -6.0d y: 4.0d dependencies: ["6E9041744C592573"] - hide: false + hide: true optional: true id: "56B80A7EBFE21428" tasks: [{ @@ -1726,5 +1726,40 @@ } ] } + { + x: -6.5d + y: -5.0d + shape: "diamond" + description: [ + "The &9Configuration Tool&r allows you to lock Drawers." + "" + "This is useful when you pull and push items to a Drawer. For example, if you want to output your smelted Iron into one but also pull from it to craft, you'll want to lock it so that other items don't get shoved in when empty!" + ] + dependencies: ["072FBEB0F6F1BC48"] + id: "56A8F78580B67E1B" + tasks: [{ + id: "6875819EC7F9D664" + type: "item" + item: { + id: "functionalstorage:configuration_tool" + Count: 1b + tag: { + Mode: "LOCKING" + } + } + }] + rewards: [ + { + id: "38A56B92A7022D9D" + type: "xp" + xp: 100 + } + { + id: "7DB60C848278416D" + type: "item" + item: "functionalstorage:copper_upgrade" + } + ] + } ] } diff --git a/config/ftbquests/quests/chapters/thermal_expansion.snbt b/config/ftbquests/quests/chapters/thermal_expansion.snbt index 924bcd72..642bc8ff 100644 --- a/config/ftbquests/quests/chapters/thermal_expansion.snbt +++ b/config/ftbquests/quests/chapters/thermal_expansion.snbt @@ -9,6 +9,7 @@ default_hide_dependency_lines: false quests: [ { + title: "Welcome to &9Thermal Expansion&r!" icon: "thermal:upgrade_augment_3" x: -4.5d y: 0.0d @@ -22,9 +23,9 @@ size: 1.5d id: "2C50B0E024C3D92E" tasks: [{ - id: "6E9F3C8EAA84CE3E" - type: "checkmark" - title: "Thermal Expansion!" + id: "37547F63C72EED17" + type: "item" + item: "alltheores:raw_tin" }] rewards: [ { diff --git a/config/ftbquests/quests/chapters/tinkers_construct.snbt b/config/ftbquests/quests/chapters/tinkers_construct.snbt index 303f86cd..f3df75e4 100644 --- a/config/ftbquests/quests/chapters/tinkers_construct.snbt +++ b/config/ftbquests/quests/chapters/tinkers_construct.snbt @@ -15,49 +15,27 @@ default_hide_dependency_lines: false quests: [ { - x: -9.0d - y: -0.5d - shape: "octagon" - subtitle: "Custom Tools and Armor!" - description: [ - "Welcome to &9Tinkers' Construct!&r" - "" - "TC is all about creating custom tools and armor by creating individual parts that combine to make bigger and better tools!" - "" - "It also adds new ways to smelt ores with custom multiblock Smelteries for all of your smelting needs." - ] - size: 1.5d - id: "681E777B4C8E19CF" - tasks: [{ - id: "34CAB10421425B7F" - type: "checkmark" - title: "Welcome to Tinkers' Construct!" - }] - rewards: [{ - id: "280EE4ECA87B53D1" - type: "xp" - xp: 10 - }] - } - { - title: "Patterns" + title: "Welcome to &9Tinkers' Construct&r" x: -7.0d y: -0.5d + shape: "hexagon" subtitle: "The Basic Pattern" description: [ + "&9Tinkers' Construct&r is all about creating custom tools and armor by creating individual parts that combine to make bigger and better tools! It also adds multiblock Smelteries for all of your smelting needs, including creating the &6Allthemodium Alloys&r." + "" "To get started in TC, you'll need to create &ePatterns&r." "" "These are made out of planks and sticks, so make sure to make plenty of them!" "" "These are used to create the basic tables we'll need to create parts, as well as making tool patterns to create new tools!" ] - dependencies: ["681E777B4C8E19CF"] + size: 1.5d id: "63318C8E26E28F58" tasks: [{ id: "6E6A9B43E5936FD1" type: "item" item: "tconstruct:pattern" - count: 6L + count: 2L }] rewards: [ { @@ -272,7 +250,6 @@ "tconstruct:durability": 116.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ { name: "tconstruct:piercing" @@ -338,7 +315,6 @@ "tconstruct:armor": 1.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -391,7 +367,6 @@ "tconstruct:armor": 5.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -444,7 +419,6 @@ "tconstruct:armor": 4.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -497,7 +471,6 @@ "tconstruct:armor": 1.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -1732,7 +1705,6 @@ "tconstruct:armor": 2.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -1779,7 +1751,6 @@ "tconstruct:armor": 7.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -1826,7 +1797,6 @@ "tconstruct:armor": 5.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -1873,7 +1843,6 @@ "tconstruct:armor": 2.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ ] Damage: 0 tic_persistent_data: { @@ -1928,7 +1897,6 @@ "tconstruct:durability": 1540.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ { name: "tconstruct:severing" @@ -1993,7 +1961,6 @@ "tconstruct:durability": 1650.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ { name: "tconstruct:knockback" @@ -2057,7 +2024,6 @@ "tconstruct:durability": 2200.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ { name: "tconstruct:piercing" @@ -2117,7 +2083,6 @@ "tconstruct:durability": 1760.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ { name: "tconstruct:smite" @@ -2176,7 +2141,6 @@ "tconstruct:durability": 1870.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ { name: "tconstruct:sturdy" @@ -2242,7 +2206,6 @@ "tconstruct:durability": 1100.0f } tic_broken: 0b - HideFlags: 3 tic_modifiers: [ { name: "tconstruct:sturdy" @@ -2410,7 +2373,7 @@ "While it isn't the greatest for protection, it allows you to customize your armor." ] hide_dependency_lines: true - dependencies: ["681E777B4C8E19CF"] + dependencies: ["63318C8E26E28F58"] id: "3E9618EEC90169C3" tasks: [{ id: "428B3A5FD5E4796F" diff --git a/config/ftbquests/quests/chapters/tips_and_tricks.snbt b/config/ftbquests/quests/chapters/tips_and_tricks.snbt index a0216180..9d64ee5a 100644 --- a/config/ftbquests/quests/chapters/tips_and_tricks.snbt +++ b/config/ftbquests/quests/chapters/tips_and_tricks.snbt @@ -125,6 +125,8 @@ "The hammock lets you sleep during the day." "" "Neither will reset your spawn-point." + "" + "Note: You will need to craft this in a crafting table that allows you to click the \"change recipe output\" button beneath the result of the craft. Vanilla tables will allow this!" ] id: "14C8FC3F19190054" tasks: [ @@ -187,11 +189,7 @@ x: 3.5d y: 5.5d subtitle: "The Akashic Tome's Distant Relative!" - description: [ - "Stores all of the guidebooks you'll ever need!" - "" - "" - ] + description: ["Stores all of the guidebooks you'll ever need!"] id: "5718EEFE4F50BB73" tasks: [{ id: "523C1E77663E2287" @@ -332,11 +330,19 @@ } } ] - rewards: [{ - id: "2087EBA230655A8C" - type: "xp" - xp: 100 - }] + rewards: [ + { + id: "2087EBA230655A8C" + type: "xp" + xp: 100 + } + { + id: "12B055BB6C43B853" + type: "item" + item: "minecraft:diamond" + count: 16 + } + ] } { title: "Building Wands" @@ -345,7 +351,7 @@ description: [ "Can be helpful for building." "" - "The construction wand has cores that can be added to it in crafting. Sneak left-click the air to switch between cores." + "The Construction Wand has cores that can be added to it in crafting. Sneak left-click the air to switch between cores." ] id: "2A2E3D020B1F5126" tasks: [{ @@ -481,7 +487,7 @@ { id: "259A40A2BD1763AA" type: "item" - item: "minecraft:raw_copper" + item: "minecraft:raw_iron" } { id: "4ACA4C826FB02CE1" @@ -511,17 +517,22 @@ } }] rewards: [ - { - id: "40CAE83425A4BB93" - type: "item" - item: "minecraft:diamond" - count: 3 - } { id: "6D0D5202EF1F98D9" type: "xp" xp: 100 } + { + id: "21B6643E2FDFD068" + type: "item" + item: "botania:mana_diamond" + random_bonus: 2 + } + { + id: "42A111BD79C35D55" + type: "item" + item: "allthemodium:raw_unobtainium" + } ] } { @@ -539,11 +550,18 @@ type: "item" item: "bonsaitrees3:bonsaipot" }] - rewards: [{ - id: "7D97C6358E827878" - type: "xp" - xp: 10 - }] + rewards: [ + { + id: "7D97C6358E827878" + type: "xp" + xp: 10 + } + { + id: "77B9DE0032110A0E" + type: "item" + item: "minecraft:oak_sapling" + } + ] } { x: -2.5d diff --git a/config/ftbquests/quests/chapters/welcome.snbt b/config/ftbquests/quests/chapters/welcome.snbt index e3263fcc..1ec84f9f 100644 --- a/config/ftbquests/quests/chapters/welcome.snbt +++ b/config/ftbquests/quests/chapters/welcome.snbt @@ -68,6 +68,7 @@ tasks: [{ id: "46E0A1A561E38460" type: "dimension" + title: "Successful Launch!" dimension: "minecraft:overworld" }] rewards: [ From 3fe751f69c0f832fdd22144f5d26355bc4843376 Mon Sep 17 00:00:00 2001 From: AlfredGG Date: Wed, 2 Nov 2022 12:03:44 -0500 Subject: [PATCH 2/3] Fix for Pepto Bismol Comb --- .../ftbquests/quests/chapters/productive_bees.snbt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config/ftbquests/quests/chapters/productive_bees.snbt b/config/ftbquests/quests/chapters/productive_bees.snbt index 129203b3..b946317c 100644 --- a/config/ftbquests/quests/chapters/productive_bees.snbt +++ b/config/ftbquests/quests/chapters/productive_bees.snbt @@ -3161,16 +3161,8 @@ tasks: [{ id: "4C8BCD20A4DF8353" type: "item" - title: "Pepto Bismol Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:sugarbag_honeycomb" - } - } - } + title: "Sugarbag Comb" + icon: "productivebees:sugarbag_honeycomb" item: { id: "itemfilters:strong_nbt" Count: 1b From e63b5e8aadf986b36b29137f25d72ad8cdaec158 Mon Sep 17 00:00:00 2001 From: AlfredGG Date: Mon, 7 Nov 2022 19:00:59 -0600 Subject: [PATCH 3/3] Removed Predictions until Future Release Need to use NBT data for them. Will do at a later date --- .../chapters/hostile_neural_networks.snbt | 1122 ----------------- 1 file changed, 1122 deletions(-) diff --git a/config/ftbquests/quests/chapters/hostile_neural_networks.snbt b/config/ftbquests/quests/chapters/hostile_neural_networks.snbt index aab5e0db..3fef7579 100644 --- a/config/ftbquests/quests/chapters/hostile_neural_networks.snbt +++ b/config/ftbquests/quests/chapters/hostile_neural_networks.snbt @@ -266,1128 +266,6 @@ xp: 100 }] } - { - x: -6.5d - y: 7.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "49A92EEA6A14622F" - tasks: [{ - id: "1CB9ADBCDCEBB856" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:cow" - } - } - } - }] - rewards: [ - { - id: "33B648584346347C" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "0999B6BBC2E4B069" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.5d - y: 12.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "1F0EF605CC6E5E40" - tasks: [{ - id: "096DD8109F0AF32B" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:magma_cube" - } - } - } - }] - rewards: [ - { - id: "271004D5F0BE059A" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "77726ECA4BDF47A3" - type: "xp" - xp: 100 - } - ] - } - { - x: -2.5d - y: 12.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "245D83BA9D00AFF8" - tasks: [{ - id: "642B385EA62F46F3" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:witch" - } - } - } - }] - rewards: [ - { - id: "3799B67015DBA601" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "5FC638774624E410" - type: "xp" - xp: 100 - } - ] - } - { - x: -1.5d - y: 13.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "1E985ADC4067A107" - tasks: [{ - id: "1385989827C58943" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:ender_slime" - } - } - } - }] - rewards: [ - { - id: "31121FDBA2D08A7C" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "165E6E1C067E9EA2" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 12.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "5DF8A07DED732B8B" - tasks: [{ - id: "1BF7753A8E889B62" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:spider" - } - } - } - }] - rewards: [ - { - id: "4DDCDD2993C77BEA" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "44100F53BB5E894D" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 12.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "3B85E2D0774F53CA" - tasks: [{ - id: "179812552CBC8D0B" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:pig" - } - } - } - }] - rewards: [ - { - id: "05B101A6046DEC32" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "6528E42ABE428A3D" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 6.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "7352BB6533AE6E75" - tasks: [{ - id: "214749A96C7E4593" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:rabbit" - } - } - } - }] - rewards: [ - { - id: "34C66DDE396DA23A" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "6BAF62CDA62DFFD7" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.5d - y: 6.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "68153B68FA878DAE" - tasks: [{ - id: "56FAECD527832184" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:glow_squid" - } - } - } - }] - rewards: [ - { - id: "3B909C7EAFA2ECAC" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "546389CE5CFF006B" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.5d - y: 13.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "354E0774523B374F" - tasks: [{ - id: "725B568705B03E81" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:phantom" - } - } - } - }] - rewards: [ - { - id: "5852DCA08F4473AA" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "5E81940AF91E883C" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 13.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "7EBBEB504C38898A" - tasks: [{ - id: "1F4B02AFDFD7CDBE" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:guardian" - } - } - } - }] - rewards: [ - { - id: "1577B27375873D6E" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "26B27520F2F5D01A" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 13.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "3F8E733CBA5DD26D" - tasks: [{ - id: "4438A3EB8EE6FEF5" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:sheep" - } - } - } - }] - rewards: [ - { - id: "0851D2AECFEB4202" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "6CBFF2CC14B75A9C" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.5d - y: 8.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "1B0F2AEB913BD3D1" - tasks: [{ - id: "79A156F12CA12C10" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:ender_dragon" - } - } - } - }] - rewards: [ - { - id: "76759ED03FFF4B40" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "6116DDC78DDCEDB7" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 7.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "6BF7C7ADF1B80ACB" - tasks: [{ - id: "4629FB3E40D5D7C4" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:thermal_basalz" - } - } - } - }] - rewards: [ - { - id: "7E4C08B8A341F459" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "2579A9103379E77A" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.5d - y: 6.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "228AEC85F5348ED2" - tasks: [{ - id: "283C3CB8F88E7521" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:slime" - } - } - } - }] - rewards: [ - { - id: "0DF27BE8E2703054" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "262ABA7063E23C4E" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 6.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "7948AF9B8C40B17D" - tasks: [{ - id: "2C96D9C655645231" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:blaze" - } - } - } - }] - rewards: [ - { - id: "3A39221CF820E5A2" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "0CB37ED06BDE2266" - type: "xp" - xp: 100 - } - ] - } - { - x: -1.5d - y: 9.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "05123E63B51561FF" - tasks: [{ - id: "172566DF04412AD6" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:zombified_piglin" - } - } - } - }] - rewards: [ - { - id: "26B26BD8A8F67940" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "2F309954907276AA" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 11.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "25486FC0ED7133D9" - tasks: [{ - id: "5DC1BD98D00158DB" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:ghast" - } - } - } - }] - rewards: [ - { - id: "56CE71D0333FECBD" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "44A1DEC61326FE18" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 7.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "20CB60F162DDB01B" - tasks: [{ - id: "5514A808185AE178" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:skeleton" - } - } - } - }] - rewards: [ - { - id: "35DA9A5C044BFB34" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "08F37160FBD553D3" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.5d - y: 7.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "4FDE0E4C6413EC7D" - tasks: [{ - id: "1CE648559814D23C" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:wither_skeleton" - } - } - } - }] - rewards: [ - { - id: "234D5384645B1246" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "5928BB84A1008F09" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.5d - y: 7.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "40EE3BBCF238942D" - tasks: [{ - id: "20B6EC414F3EB424" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:squid" - } - } - } - }] - rewards: [ - { - id: "6B1A3FEC2E45D622" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "31B3204F655E22E2" - type: "xp" - xp: 100 - } - ] - } - { - x: -5.5d - y: 6.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "2F6F888610373E21" - tasks: [{ - id: "52EB253913441EA0" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:enderman" - } - } - } - }] - rewards: [ - { - id: "0BB3A06B86BDEAC4" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "4C779A7AC3ABE6A3" - type: "xp" - xp: 100 - } - ] - } - { - x: -2.5d - y: 9.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "5AE5D2F42A75FEB1" - tasks: [{ - id: "4900E0381AC1E489" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:evoker" - } - } - } - }] - rewards: [ - { - id: "269DCCBA77F17404" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "058CC439D0B6DAE2" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 11.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "78EE970AE4954E64" - tasks: [{ - id: "30E7379687568DBA" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:wither" - } - } - } - }] - rewards: [ - { - id: "73346AA98EBA0957" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "453D23C546A0405F" - type: "xp" - xp: 100 - } - ] - } - { - x: -5.5d - y: 8.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "6CCDF28A50BEA391" - tasks: [{ - id: "33AC152163CC680D" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:mooshroom" - } - } - } - }] - rewards: [ - { - id: "248A73F54D4BFC48" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "49167D578A466B7A" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 8.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "1FD43610960E3450" - tasks: [{ - id: "08204D18E3EEA011" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:zombie" - } - } - } - }] - rewards: [ - { - id: "243CEC543A6DEC0E" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "0D070B514CBE669A" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.5d - y: 8.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "0E91D8CF933586DF" - tasks: [{ - id: "1673E580A0CAB0F9" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:vindicator" - } - } - } - }] - rewards: [ - { - id: "318FF93EA72CD7D5" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "3E28F854EED4D722" - type: "xp" - xp: 100 - } - ] - } - { - x: -6.5d - y: 6.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "2C6D0311960BC625" - tasks: [{ - id: "5046F267747BA02A" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:thermal_blitz" - } - } - } - }] - rewards: [ - { - id: "66C022128EB1DAF5" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "056CB9FF6F3C34D1" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.5d - y: 9.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "1C77C432FDB7A867" - tasks: [{ - id: "3E2089A51091B608" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:chicken" - } - } - } - }] - rewards: [ - { - id: "1687066E931D23B2" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "61EDE79129DDC177" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 10.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "552CE591220ECD68" - tasks: [{ - id: "7955690D5768510E" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:creeper" - } - } - } - }] - rewards: [ - { - id: "614B8ADD9687306B" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "74917447AF7D541E" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 10.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "4AAEAC854FC8DB3A" - tasks: [{ - id: "48CC73E41D887314" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:thermal_blizz" - } - } - } - }] - rewards: [ - { - id: "7237D5E4DDAD558A" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "3A7C650E3942E205" - type: "xp" - xp: 100 - } - ] - } - { - x: -1.5d - y: 12.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "24157BFA5B85DCBA" - tasks: [{ - id: "2C73B98906A8097D" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:sky_slime" - } - } - } - }] - rewards: [ - { - id: "19EB240DE822F767" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "511D2EB668CFFC24" - type: "xp" - xp: 100 - } - ] - } - { - x: -5.5d - y: 7.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "4A26233C179D02C4" - tasks: [{ - id: "7EFE4E397DF4D4C9" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:shulker" - } - } - } - }] - rewards: [ - { - id: "75CA33A2816E245C" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "10E6C23A02298616" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 8.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "61F1ADF55C49872D" - tasks: [{ - id: "64C344BF88721848" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:terracube" - } - } - } - }] - rewards: [ - { - id: "06B56DB2B24096D5" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "3D06309677BD2409" - type: "xp" - xp: 100 - } - ] - } - { - x: -6.5d - y: 8.5d - dependencies: ["14B3542ECB59869C"] - hide: true - id: "12172C1449296E06" - tasks: [{ - id: "7A549C91E418F0B8" - type: "item" - item: { - id: "hostilenetworks:prediction" - Count: 1b - tag: { - data_model: { - id: "hostilenetworks:elder_guardian" - } - } - } - }] - rewards: [ - { - id: "1EE8F60AC07E7B70" - type: "item" - item: "hostilenetworks:empty_prediction" - count: 2 - } - { - id: "4A0A40828EB79658" - type: "xp" - xp: 100 - } - ] - } { x: -2.5d y: 7.5d