From abd2c383d5e2446a1674b38f32ef93bb981e92f4 Mon Sep 17 00:00:00 2001 From: radiomike Date: Wed, 7 Sep 2022 10:11:43 +0100 Subject: [PATCH 01/17] Added missing croptopia items to cookingforblockheads --- .../compat/croptopia.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 kubejs/data/cookingforblockheads/cookingforblockheads/compat/croptopia.json diff --git a/kubejs/data/cookingforblockheads/cookingforblockheads/compat/croptopia.json b/kubejs/data/cookingforblockheads/cookingforblockheads/compat/croptopia.json new file mode 100644 index 0000000..6218dfa --- /dev/null +++ b/kubejs/data/cookingforblockheads/cookingforblockheads/compat/croptopia.json @@ -0,0 +1,39 @@ +{ + "modid": "croptopia", + "foods": { + "INGREDIENTS": [ + "croptopia:olive_oil", + "croptopia:dough", + "croptopia:noodle", + "croptopia:flour", + "croptopia:molasses", + "croptopia:caramel", + "croptopia:cinnamon", + "croptopia:corn_husk", + "croptopia:whipping_cream", + "croptopia:paprika", + "croptopia:salt", + "croptopia:soy_sauce", + "croptopia:raviolli" + ] + }, + "tools": [ + "croptopia:cooking_pot", + "croptopia:food_press", + "croptopia:frying_pan", + "croptopia:knife", + "croptopia:mortar_and_pestle" + ], + "water": [ + "croptopia:water_bottle" + ], + "milk": [ + "croptopia:milk_bottle" + ], + "toaster": [ + { + "input": "minecraft:bread", + "output": "croptopia:toast" + } + ] +} From 105d38a6cbbec8dcb284a58ed14361a7907198be Mon Sep 17 00:00:00 2001 From: thevortex Date: Thu, 8 Sep 2022 16:19:47 -0600 Subject: [PATCH 02/17] Update tags.js adds soul lava as a valid heat source for boilers --- kubejs/server_scripts/tags.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/server_scripts/tags.js b/kubejs/server_scripts/tags.js index 2bbb49e..109a6e6 100644 --- a/kubejs/server_scripts/tags.js +++ b/kubejs/server_scripts/tags.js @@ -1,5 +1,6 @@ //priority: 1000 onEvent('tags.blocks', e => { + e.add('create:passive_boiler_heaters', 'allthemodium:soul_lava_block') e.add('ae2:blacklisted/spatial','#forge:relocation_not_supported') e.add('allthemodium:blocks/blocklist',['alltheores:iridium_slate_ore']) e.add('minecraft:climbable', ['minecraft:chain', /additionallanterns:.*_chain/]) From f9597552f1027c508207850273f80e0b032ccf3c Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Thu, 8 Sep 2022 23:26:40 -0400 Subject: [PATCH 03/17] prep for 0.4.31 --- changelogs/0.4.31.md | 5 +++++ config/allthetweaks-common.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/0.4.31.md diff --git a/changelogs/0.4.31.md b/changelogs/0.4.31.md new file mode 100644 index 0000000..56b482b --- /dev/null +++ b/changelogs/0.4.31.md @@ -0,0 +1,5 @@ +## Release 0.4.31 + +### Mod Updates + +### Other Changes diff --git a/config/allthetweaks-common.toml b/config/allthetweaks-common.toml index ff2fda1..0223d9b 100644 --- a/config/allthetweaks-common.toml +++ b/config/allthetweaks-common.toml @@ -21,7 +21,7 @@ [packversionminrev] #Pack Minor Version Revision : X #Range: 0 ~ 32768 - minorrev = 30 + minorrev = 31 [tweaks] #Chickens randomly shed feathers From 46523b3343f1ae1e5fc59dc9bb722249af19f137 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Thu, 8 Sep 2022 23:27:11 -0400 Subject: [PATCH 04/17] Override broken recipes --- .../mekanism/rotary/superheated_sodium.json | 9 ++++++++ .../recipes/black_chocolate_recipe_6.json | 9 ++++++++ .../recipes/chocolate_recipe_6.json | 9 ++++++++ .../recipes/ruby_chocolate_recipe_6.json | 9 ++++++++ .../recipes/white_chocolate_recipe_6.json | 9 ++++++++ .../blastfurnace_preheater.json | 9 ++++++++ .../compat/tconstruct/tinkers_bronze.json | 9 ++++++++ .../allthecompressed/iron/1x_to_1x_steel.json | 21 +++++++++++++++++++ .../pneumaticcraft_fuels/cofh_biofuel.json | 9 ++++++++ .../allthecompressed/blazing_crystal/1x.json | 9 ++++++++ .../allthecompressed/blazing_crystal/2x.json | 9 ++++++++ .../allthecompressed/blazing_crystal/3x.json | 9 ++++++++ .../allthecompressed/energized_steel/1x.json | 9 ++++++++ .../allthecompressed/energized_steel/2x.json | 9 ++++++++ .../allthecompressed/energized_steel/3x.json | 9 ++++++++ .../allthecompressed/energized_steel/4x.json | 9 ++++++++ .../allthecompressed/energized_steel/5x.json | 9 ++++++++ .../allthecompressed/niotic_crystal/1x.json | 9 ++++++++ .../allthecompressed/niotic_crystal/2x.json | 9 ++++++++ .../allthecompressed/niotic_crystal/3x.json | 9 ++++++++ .../allthecompressed/spitited_crystal/1x.json | 9 ++++++++ .../allthecompressed/spitited_crystal/2x.json | 9 ++++++++ .../tconstruct/honeycomb_tinkers_bronze.json | 9 ++++++++ .../tconstruct/honeycomb/tinkers_bronze.json | 9 ++++++++ 24 files changed, 228 insertions(+) create mode 100644 kubejs/data/biggerreactors/recipes/compat/mekanism/rotary/superheated_sodium.json create mode 100644 kubejs/data/create_confectionery/recipes/black_chocolate_recipe_6.json create mode 100644 kubejs/data/create_confectionery/recipes/chocolate_recipe_6.json create mode 100644 kubejs/data/create_confectionery/recipes/ruby_chocolate_recipe_6.json create mode 100644 kubejs/data/create_confectionery/recipes/white_chocolate_recipe_6.json create mode 100644 kubejs/data/createaddition/recipes/compat/immersiveengineering/blastfurnace_preheater.json create mode 100644 kubejs/data/createaddition/recipes/compat/tconstruct/tinkers_bronze.json create mode 100644 kubejs/data/mekanism/recipes/metallurgic_infusing/allthecompressed/iron/1x_to_1x_steel.json create mode 100644 kubejs/data/pneumaticcraft/recipes/pneumaticcraft_fuels/cofh_biofuel.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/1x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/2x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/3x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/1x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/2x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/3x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/4x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/5x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/1x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/2x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/3x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/1x.json create mode 100644 kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/2x.json create mode 100644 kubejs/data/productivebees/recipes/create/mixing/tconstruct/honeycomb_tinkers_bronze.json create mode 100644 kubejs/data/productivebees/recipes/tconstruct/honeycomb/tinkers_bronze.json diff --git a/kubejs/data/biggerreactors/recipes/compat/mekanism/rotary/superheated_sodium.json b/kubejs/data/biggerreactors/recipes/compat/mekanism/rotary/superheated_sodium.json new file mode 100644 index 0000000..f285940 --- /dev/null +++ b/kubejs/data/biggerreactors/recipes/compat/mekanism/rotary/superheated_sodium.json @@ -0,0 +1,9 @@ +{ + "type": "mekanism:rotary", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/create_confectionery/recipes/black_chocolate_recipe_6.json b/kubejs/data/create_confectionery/recipes/black_chocolate_recipe_6.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/create_confectionery/recipes/black_chocolate_recipe_6.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/create_confectionery/recipes/chocolate_recipe_6.json b/kubejs/data/create_confectionery/recipes/chocolate_recipe_6.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/create_confectionery/recipes/chocolate_recipe_6.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/create_confectionery/recipes/ruby_chocolate_recipe_6.json b/kubejs/data/create_confectionery/recipes/ruby_chocolate_recipe_6.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/create_confectionery/recipes/ruby_chocolate_recipe_6.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/create_confectionery/recipes/white_chocolate_recipe_6.json b/kubejs/data/create_confectionery/recipes/white_chocolate_recipe_6.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/create_confectionery/recipes/white_chocolate_recipe_6.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/createaddition/recipes/compat/immersiveengineering/blastfurnace_preheater.json b/kubejs/data/createaddition/recipes/compat/immersiveengineering/blastfurnace_preheater.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/createaddition/recipes/compat/immersiveengineering/blastfurnace_preheater.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/createaddition/recipes/compat/tconstruct/tinkers_bronze.json b/kubejs/data/createaddition/recipes/compat/tconstruct/tinkers_bronze.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/createaddition/recipes/compat/tconstruct/tinkers_bronze.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/mekanism/recipes/metallurgic_infusing/allthecompressed/iron/1x_to_1x_steel.json b/kubejs/data/mekanism/recipes/metallurgic_infusing/allthecompressed/iron/1x_to_1x_steel.json new file mode 100644 index 0000000..4d04814 --- /dev/null +++ b/kubejs/data/mekanism/recipes/metallurgic_infusing/allthecompressed/iron/1x_to_1x_steel.json @@ -0,0 +1,21 @@ +{ + "type": "mekanism:metallurgic_infusing", + "itemInput": { + "ingredient": { + "item": "allthecompressed:iron_block_1x" + } + }, + "chemicalInput": { + "amount": 1620, + "tag": "mekanism:carbon" + }, + "output": { + "item": "allthecompressed:steel_block_1x" + }, + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ] +} diff --git a/kubejs/data/pneumaticcraft/recipes/pneumaticcraft_fuels/cofh_biofuel.json b/kubejs/data/pneumaticcraft/recipes/pneumaticcraft_fuels/cofh_biofuel.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/pneumaticcraft/recipes/pneumaticcraft_fuels/cofh_biofuel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/1x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/1x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/1x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/2x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/2x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/2x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/3x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/3x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/blazing_crystal/3x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/1x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/1x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/1x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/2x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/2x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/2x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/3x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/3x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/3x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/4x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/4x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/4x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/5x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/5x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/energized_steel/5x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/1x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/1x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/1x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/2x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/2x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/2x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/3x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/3x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/niotic_crystal/3x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/1x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/1x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/1x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/2x.json b/kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/2x.json new file mode 100644 index 0000000..9a8ea4d --- /dev/null +++ b/kubejs/data/powah/recipes/energizing/allthecompressed/spitited_crystal/2x.json @@ -0,0 +1,9 @@ +{ + "type": "powah:energizing", + "conditions": [ + { + "modid": "nonexistent_mod_condition", + "type": "forge:mod_loaded" + } + ] +} diff --git a/kubejs/data/productivebees/recipes/create/mixing/tconstruct/honeycomb_tinkers_bronze.json b/kubejs/data/productivebees/recipes/create/mixing/tconstruct/honeycomb_tinkers_bronze.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/productivebees/recipes/create/mixing/tconstruct/honeycomb_tinkers_bronze.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} diff --git a/kubejs/data/productivebees/recipes/tconstruct/honeycomb/tinkers_bronze.json b/kubejs/data/productivebees/recipes/tconstruct/honeycomb/tinkers_bronze.json new file mode 100644 index 0000000..60a0206 --- /dev/null +++ b/kubejs/data/productivebees/recipes/tconstruct/honeycomb/tinkers_bronze.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shaped", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "nonexistent_mod_condition" + } + ] +} From 6fff8a379ded08d657454832fd4bc2f237603524 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Thu, 8 Sep 2022 23:41:14 -0400 Subject: [PATCH 05/17] Add infinity booster tooltips --- .../{Jei_tooltips.js => jei_tooltips.js} | 196 ++++++++++-------- 1 file changed, 108 insertions(+), 88 deletions(-) rename kubejs/client_scripts/{Jei_tooltips.js => jei_tooltips.js} (88%) diff --git a/kubejs/client_scripts/Jei_tooltips.js b/kubejs/client_scripts/jei_tooltips.js similarity index 88% rename from kubejs/client_scripts/Jei_tooltips.js rename to kubejs/client_scripts/jei_tooltips.js index 700742e..402d5cd 100644 --- a/kubejs/client_scripts/Jei_tooltips.js +++ b/kubejs/client_scripts/jei_tooltips.js @@ -1,88 +1,108 @@ - -onEvent('item.tooltip', e => { - //AllTheModium - e.add('allthemodium:teleport_pad',[ - Text.of('Place the pad down in the specified Dimension'), - Text.of('Sneak Right Click with both hands empty to teleport'), - Text.of('§aOverworld TO Mining Dimension').red(), - Text.of('§cThe Nether TO The Other').red() - ]) - - //Mekanism - e.add('mekanism:creative_energy_cube', [ [Text.of('Needs to be Energized').darkPurple()],]) - - //Mystical agriculture - e.add('mysticalagriculture:watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) - e.add('mysticalagriculture:inferium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) - e.add('mysticalagriculture:prudentium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) - e.add('mysticalagriculture:tertium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) - e.add('mysticalagriculture:imperium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) - e.add('mysticalagriculture:supremium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) - - //pipes - e.add('pipez:item_pipe', [ - [Text.of('Default:'), ' ', Text.of('4'), ' ', Text.of('items/20t')], - [Text.of('Basic:'), ' ', Text.of('8'), ' ', Text.of('items/15t')], - [Text.of('Improved:').gold(), ' ', Text.of('16').yellow(), ' ', Text.of('items/10t').gold()], - [Text.of('Advanced:').darkAqua(), ' ', Text.of('32').aqua(), ' ', Text.of('items/5t').darkAqua()], - [Text.of('Ultimate:').darkGray(), ' ', Text.of('64').gray(), ' ', Text.of('items/t').darkGray()], - [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('items/t').darkPurple()], - ]) - e.add('pipez:fluid_pipe', [ - [Text.of('Default:'), ' ', Text.of('50'), ' ', Text.of('mB/t')], - [Text.of('Basic:'), ' ', Text.of('100'), ' ', Text.of('mB/t')], - [Text.of('Improved:').gold(), ' ', Text.of('500').yellow(), ' ', Text.of('mB/t').gold()], - [Text.of('Advanced:').darkAqua(), ' ', Text.of('2,000').aqua(), ' ', Text.of('mB/t').darkAqua()], - [Text.of('Ultimate:').darkGray(), ' ', Text.of('10,000').gray(), ' ', Text.of('mB/t').darkGray()], - [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], - ]) - e.add('pipez:gas_pipe', [ - [Text.of('Default:'), ' ', Text.of('200'), ' ', Text.of('mB/t')], - [Text.of('Basic:'), ' ', Text.of('400'), ' ', Text.of('mB/t')], - [Text.of('Improved:').gold(), ' ', Text.of('2,000').yellow(), ' ', Text.of('mB/t').gold()], - [Text.of('Advanced:').darkAqua(), ' ', Text.of('8,000').aqua(), ' ', Text.of('mB/t').darkAqua()], - [Text.of('Ultimate:').darkGray(), ' ', Text.of('40,000').gray(), ' ', Text.of('mB/t').darkGray()], - [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], - ]) - e.add('pipez:energy_pipe', [ - [Text.of('Default:'), ' ', Text.of('256'), ' ', Text.of('FE/t')], - [Text.of('Basic:'), ' ', Text.of('1,024'), ' ', Text.of('FE/t')], - [Text.of('Improved:').gold(), ' ', Text.of('8,192').yellow(), ' ', Text.of('FE/t').gold()], - [Text.of('Advanced:').darkAqua(), ' ', Text.of('32,768').aqua(), ' ', Text.of('FE/t').darkAqua()], - [Text.of('Ultimate:').darkGray(), ' ', Text.of('131,072').gray(), ' ', Text.of('FE/t').darkGray()], - [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('FE/t').darkPurple()], - ]) - - //upgrades - e.add('pipez:basic_upgrade', [ - [Text.of('Item:'), ' ', Text.of('8'), ' ', Text.of('items/t')], - [Text.of('Fluid:'), ' ', Text.of('100'), ' ', Text.of('mB/t')], - [Text.of('Gas:'), ' ', Text.of('400'), ' ', Text.of('mB/t')], - [Text.of('Energy:'), ' ', Text.of('1,024'), ' ', Text.of('FE/t')], - ]) - e.add('pipez:improved_upgrade', [ - [Text.of('Item:').gold(), ' ', Text.of('16').yellow(), ' ', Text.of('items/t').gold()], - [Text.of('Fluid:').gold(), ' ', Text.of('500').yellow(), ' ', Text.of('mB/t').gold()], - [Text.of('Gas:').gold(), ' ', Text.of('2,000').yellow(), ' ', Text.of('mB/t').gold()], - [Text.of('Energy:').gold(), ' ', Text.of('8,192').yellow(), ' ', Text.of('FE/t').gold()], - ]) - e.add('pipez:advanced_upgrade', [ - [Text.of('Item:').darkAqua(), ' ', Text.of('32').aqua(), ' ', Text.of('items/t').darkAqua()], - [Text.of('Fluid:').darkAqua(), ' ', Text.of('2,000').aqua(), ' ', Text.of('mB/t').darkAqua()], - [Text.of('Gas:').darkAqua(), ' ', Text.of('8,000').aqua(), ' ', Text.of('mB/t').darkAqua()], - [Text.of('Energy:').darkAqua(), ' ', Text.of('32,768').aqua(), ' ', Text.of('FE/t').darkAqua()], - ]) - e.add('pipez:ultimate_upgrade', [ - [Text.of('Item:').darkGray(), ' ', Text.of('64').gray(), ' ', Text.of('items/t').darkGray()], - [Text.of('Fluid:').darkGray(), ' ', Text.of('10,000').gray(), ' ', Text.of('mB/t').darkGray()], - [Text.of('Gas:').darkGray(), ' ', Text.of('40,000').gray(), ' ', Text.of('mB/t').darkGray()], - [Text.of('Energy:').darkGray(), ' ', Text.of('131,072').gray(), ' ', Text.of('FE/t').darkGray()], - ]) - e.add('pipez:infinity_upgrade', [ - [Text.of('Item:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('items/t').darkPurple()], - [Text.of('Fluid:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], - [Text.of('Gas:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], - [Text.of('Energy:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('FE/t').darkPurple()], - ]) - -}) + +onEvent('item.tooltip', e => { + //AllTheModium + e.add('allthemodium:teleport_pad',[ + Text.of('Place the pad down in the specified Dimension'), + Text.of('Sneak Right Click with both hands empty to teleport'), + Text.of('§aOverworld TO Mining Dimension').red(), + Text.of('§cThe Nether TO The Other').red() + ]) + + //Mekanism + e.add('mekanism:creative_energy_cube', [ [Text.of('Needs to be Energized').darkPurple()],]) + + //Mystical agriculture + e.add('mysticalagriculture:watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) + e.add('mysticalagriculture:inferium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) + e.add('mysticalagriculture:prudentium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) + e.add('mysticalagriculture:tertium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) + e.add('mysticalagriculture:imperium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) + e.add('mysticalagriculture:supremium_watering_can',[ [Text.of('Players Only').green()],[Text.of('Not Automatable').darkGreen()]]) + + // RS Infinity Booster + e.add('rsinfinitybooster:infinity_card', [ + Text.of('Infinite range for RS wireless'), + Text.of('Only works in the same dimension') + ]) + e.add('rsinfinitybooster:dimension_card', [ + Text.of('Infinite range for RS wireless'), + Text.of('Works across dimensions') + ]) + + // AE2 Infinity Booster + e.add('aeinfinitybooster:infinity_card', [ + Text.of('Infinite range for AE2 wireless'), + Text.of('Only works in the same dimension') + ]) + e.add('aeinfinitybooster:dimension_card', [ + Text.of('Infinite range for AE2 wireless'), + Text.of('Works across dimensions') + ]) + + //pipes + e.add('pipez:item_pipe', [ + [Text.of('Default:'), ' ', Text.of('4'), ' ', Text.of('items/20t')], + [Text.of('Basic:'), ' ', Text.of('8'), ' ', Text.of('items/15t')], + [Text.of('Improved:').gold(), ' ', Text.of('16').yellow(), ' ', Text.of('items/10t').gold()], + [Text.of('Advanced:').darkAqua(), ' ', Text.of('32').aqua(), ' ', Text.of('items/5t').darkAqua()], + [Text.of('Ultimate:').darkGray(), ' ', Text.of('64').gray(), ' ', Text.of('items/t').darkGray()], + [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('items/t').darkPurple()], + ]) + e.add('pipez:fluid_pipe', [ + [Text.of('Default:'), ' ', Text.of('50'), ' ', Text.of('mB/t')], + [Text.of('Basic:'), ' ', Text.of('100'), ' ', Text.of('mB/t')], + [Text.of('Improved:').gold(), ' ', Text.of('500').yellow(), ' ', Text.of('mB/t').gold()], + [Text.of('Advanced:').darkAqua(), ' ', Text.of('2,000').aqua(), ' ', Text.of('mB/t').darkAqua()], + [Text.of('Ultimate:').darkGray(), ' ', Text.of('10,000').gray(), ' ', Text.of('mB/t').darkGray()], + [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], + ]) + e.add('pipez:gas_pipe', [ + [Text.of('Default:'), ' ', Text.of('200'), ' ', Text.of('mB/t')], + [Text.of('Basic:'), ' ', Text.of('400'), ' ', Text.of('mB/t')], + [Text.of('Improved:').gold(), ' ', Text.of('2,000').yellow(), ' ', Text.of('mB/t').gold()], + [Text.of('Advanced:').darkAqua(), ' ', Text.of('8,000').aqua(), ' ', Text.of('mB/t').darkAqua()], + [Text.of('Ultimate:').darkGray(), ' ', Text.of('40,000').gray(), ' ', Text.of('mB/t').darkGray()], + [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], + ]) + e.add('pipez:energy_pipe', [ + [Text.of('Default:'), ' ', Text.of('256'), ' ', Text.of('FE/t')], + [Text.of('Basic:'), ' ', Text.of('1,024'), ' ', Text.of('FE/t')], + [Text.of('Improved:').gold(), ' ', Text.of('8,192').yellow(), ' ', Text.of('FE/t').gold()], + [Text.of('Advanced:').darkAqua(), ' ', Text.of('32,768').aqua(), ' ', Text.of('FE/t').darkAqua()], + [Text.of('Ultimate:').darkGray(), ' ', Text.of('131,072').gray(), ' ', Text.of('FE/t').darkGray()], + [Text.of('Infinity:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('FE/t').darkPurple()], + ]) + + //upgrades + e.add('pipez:basic_upgrade', [ + [Text.of('Item:'), ' ', Text.of('8'), ' ', Text.of('items/t')], + [Text.of('Fluid:'), ' ', Text.of('100'), ' ', Text.of('mB/t')], + [Text.of('Gas:'), ' ', Text.of('400'), ' ', Text.of('mB/t')], + [Text.of('Energy:'), ' ', Text.of('1,024'), ' ', Text.of('FE/t')], + ]) + e.add('pipez:improved_upgrade', [ + [Text.of('Item:').gold(), ' ', Text.of('16').yellow(), ' ', Text.of('items/t').gold()], + [Text.of('Fluid:').gold(), ' ', Text.of('500').yellow(), ' ', Text.of('mB/t').gold()], + [Text.of('Gas:').gold(), ' ', Text.of('2,000').yellow(), ' ', Text.of('mB/t').gold()], + [Text.of('Energy:').gold(), ' ', Text.of('8,192').yellow(), ' ', Text.of('FE/t').gold()], + ]) + e.add('pipez:advanced_upgrade', [ + [Text.of('Item:').darkAqua(), ' ', Text.of('32').aqua(), ' ', Text.of('items/t').darkAqua()], + [Text.of('Fluid:').darkAqua(), ' ', Text.of('2,000').aqua(), ' ', Text.of('mB/t').darkAqua()], + [Text.of('Gas:').darkAqua(), ' ', Text.of('8,000').aqua(), ' ', Text.of('mB/t').darkAqua()], + [Text.of('Energy:').darkAqua(), ' ', Text.of('32,768').aqua(), ' ', Text.of('FE/t').darkAqua()], + ]) + e.add('pipez:ultimate_upgrade', [ + [Text.of('Item:').darkGray(), ' ', Text.of('64').gray(), ' ', Text.of('items/t').darkGray()], + [Text.of('Fluid:').darkGray(), ' ', Text.of('10,000').gray(), ' ', Text.of('mB/t').darkGray()], + [Text.of('Gas:').darkGray(), ' ', Text.of('40,000').gray(), ' ', Text.of('mB/t').darkGray()], + [Text.of('Energy:').darkGray(), ' ', Text.of('131,072').gray(), ' ', Text.of('FE/t').darkGray()], + ]) + e.add('pipez:infinity_upgrade', [ + [Text.of('Item:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('items/t').darkPurple()], + [Text.of('Fluid:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], + [Text.of('Gas:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('mB/t').darkPurple()], + [Text.of('Energy:').darkPurple(), ' ', Text.of('2,147,483,647').lightPurple(), ' ', Text.of('FE/t').darkPurple()], + ]) + +}) From e337add474eba43afcd058b2ab55c51469f251dc Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Fri, 9 Sep 2022 00:01:04 -0400 Subject: [PATCH 06/17] Disable MouseTweaks scrolling --- changelogs/0.4.31.md | 1 + config/MouseTweaks.cfg | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 config/MouseTweaks.cfg diff --git a/changelogs/0.4.31.md b/changelogs/0.4.31.md index 56b482b..f03406f 100644 --- a/changelogs/0.4.31.md +++ b/changelogs/0.4.31.md @@ -3,3 +3,4 @@ ### Mod Updates ### Other Changes +- Disable Mouse Tweaks scrolling to prevent overlap (#1469) diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..1d9193d --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=0 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 From f30b53e73874b82b8804ddca3ed1fe8ebb60ad38 Mon Sep 17 00:00:00 2001 From: enigmaquip Date: Thu, 8 Sep 2022 22:21:02 -0600 Subject: [PATCH 07/17] Ponder Fixes --- kubejs/client_scripts/ponder/corail.js | 40 +++++-------------- .../client_scripts/ponder/forbiddenarcanus.js | 4 +- kubejs/client_scripts/ponder/pylons.js | 8 ++-- 3 files changed, 16 insertions(+), 36 deletions(-) diff --git a/kubejs/client_scripts/ponder/corail.js b/kubejs/client_scripts/ponder/corail.js index 0079b0c..b2a9587 100644 --- a/kubejs/client_scripts/ponder/corail.js +++ b/kubejs/client_scripts/ponder/corail.js @@ -32,47 +32,31 @@ onEvent("ponder.registry", event => { scene.idle(10) const zpiglin = scene.world.createEntity("zombified_piglin", pos4top) scene.idle(9) - scene.world.modifyEntity(zombie, (e) => { - e.discard(); - }) + scene.world.removeEntity(zombie) scene.idle(1) const drowned = scene.world.createEntity("drowned", pos1top) scene.idle(9) - scene.world.modifyEntity(skellie, (e) => { - e.discard(); - }) + scene.world.removeEntity(skellie) scene.idle(1) const wskellie = scene.world.createEntity("wither_skeleton", pos2top) scene.idle(9) - scene.world.modifyEntity(stray, (e) => { - e.discard(); - }) + scene.world.removeEntity(stray) scene.idle(1) const husk = scene.world.createEntity("husk", pos3top) scene.idle(9) - scene.world.modifyEntity(zpiglin, (e) => { - e.discard(); - }) + scene.world.removeEntity(zpiglin) scene.idle(1) const hoglin = scene.world.createEntity("zoglin", pos4top) scene.idle(10) - scene.world.modifyEntity(drowned, (e) => { - e.discard(); - }) + scene.world.removeEntity(drowned) scene.idle(10) - scene.world.modifyEntity(wskellie, (e) => { - e.discard(); - }) + scene.world.removeEntity(wskellie) scene.text(60, "This has a rare chance to drop Grave's Dust", [1.5, 1, 1.5]).placeNearTarget() scene.world.createItemEntity(centerTop, util.vector.of(-0.06, 0.4, -0.06), "tombstone:grave_dust") scene.idle(10) - scene.world.modifyEntity(husk, (e) => { - e.discard(); - }) + scene.world.removeEntity(husk) scene.idle(10) - scene.world.modifyEntity(hoglin, (e) => { - e.discard(); - }) + scene.world.removeEntity(hoglin) scene.text(60, "And a rarer chance to drop Essence of Undeath", [3.5, 1, 3.5]).placeNearTarget() scene.world.createItemEntity(centerTop, util.vector.of(0.06, 0.4, 0.06), "tombstone:essence_of_undeath") }) @@ -115,16 +99,12 @@ onEvent("ponder.registry", event => { const blackTop = util.vector.topOf(black) const lightning1 = scene.world.createEntity("lightning_bolt", blackTop) scene.idle(10) - scene.world.modifyEntity(lightning1, (e) => { - e.discard(); - }) + scene.world.removeEntity(lightning1) const white = util.grid.at(3, 0, 2) const whiteTop = util.vector.topOf(white) const lightning2 = scene.world.createEntity("lightning_bolt", whiteTop) scene.idle(10) - scene.world.modifyEntity(lightning2, (e) => { - e.discard(); - }) + scene.world.removeEntity(lightning2) scene.particles.rotationIndicator(60, [1, 2, 2], 0.3, 0.3, "Y").rotationSpeed(5).color("#D133ED") scene.idle(10) scene.particles.rotationIndicator(60, [3, 2, 2], 0.3, 0.3, "Y").rotationSpeed(5).color("#00FFFC") diff --git a/kubejs/client_scripts/ponder/forbiddenarcanus.js b/kubejs/client_scripts/ponder/forbiddenarcanus.js index 2f82d26..d2039fd 100644 --- a/kubejs/client_scripts/ponder/forbiddenarcanus.js +++ b/kubejs/client_scripts/ponder/forbiddenarcanus.js @@ -25,7 +25,7 @@ onEvent("ponder.registry", event => { scene.world.showSection([4, 1, 4], Facing.down) scene.text(20, "Place down a Smithing Table in the center", [4.5, 2, 4.5]).placeNearTarget() scene.idle(30) - bbox = util.select.fromTo(1, 1, 1, 7, 1, 7) + let bbox = util.select.fromTo(1, 1, 1, 7, 1, 7) bbox = bbox.add(util.select.fromTo(0, 1, 3, 8, 1, 5)) bbox = bbox.add(util.select.fromTo(3, 1, 0, 5, 1, 8)) scene.addKeyframe() @@ -80,4 +80,4 @@ onEvent("ponder.registry", event => { scene.world.replaceBlocks([2, 2, 6], Block.id("forbidden_arcanus:arcane_crystal_obelisk").with("part", "middle"), true); scene.world.replaceBlocks([2, 3, 6], Block.id("forbidden_arcanus:arcane_crystal_obelisk").with("part", "upper"), true); }) -}) +}) \ No newline at end of file diff --git a/kubejs/client_scripts/ponder/pylons.js b/kubejs/client_scripts/ponder/pylons.js index 3cceae4..67c3aee 100644 --- a/kubejs/client_scripts/ponder/pylons.js +++ b/kubejs/client_scripts/ponder/pylons.js @@ -45,10 +45,10 @@ onEvent("ponder.registry", event => { scene.addLazyKeyframe() scene.world.showSection([0, 0, 0, 9, 0, 3], Facing.UP) scene.idle(10) - threeby = util.select.fromTo(3, 1, 3, 5, 1, 5).substract(util.select.position(4,1,4)) - fiveby = util.select.fromTo(2, 1, 2, 6, 1, 6).substract(util.select.position(4,1,4)) - sevenby = util.select.fromTo(1, 1, 1, 7, 1, 7).substract(util.select.position(4,1,4)) - nineby = util.select.fromTo(0, 1, 0, 8, 1, 8).substract(util.select.position(4,1,4)) + let threeby = util.select.fromTo(3, 1, 3, 5, 1, 5).substract(util.select.position(4,1,4)) + let fiveby = util.select.fromTo(2, 1, 2, 6, 1, 6).substract(util.select.position(4,1,4)) + let sevenby = util.select.fromTo(1, 1, 1, 7, 1, 7).substract(util.select.position(4,1,4)) + let nineby = util.select.fromTo(0, 1, 0, 8, 1, 8).substract(util.select.position(4,1,4)) scene.world.setBlocks(nineby, Block.id("minecraft:wheat",{age:"7"}),false) scene.world.showSection(nineby, Facing.UP) scene.idle(10) From cab55d5b186ab5002393cb236913b0263e5e55e9 Mon Sep 17 00:00:00 2001 From: enigmaquip Date: Thu, 8 Sep 2022 22:32:13 -0600 Subject: [PATCH 08/17] LET there be fixes --- kubejs/server_scripts/sawmillCompat.js | 81 +++++++++++++------------- kubejs/server_scripts/unify.js | 4 +- kubejs/server_scripts/xpFluid.js | 6 +- 3 files changed, 45 insertions(+), 46 deletions(-) diff --git a/kubejs/server_scripts/sawmillCompat.js b/kubejs/server_scripts/sawmillCompat.js index dd85f10..0568a10 100644 --- a/kubejs/server_scripts/sawmillCompat.js +++ b/kubejs/server_scripts/sawmillCompat.js @@ -26,21 +26,20 @@ onEvent('recipes', e => { let Thermal_KubeJS = Platform.isLoaded('kubejs_thermal') function processInfo(input) { - inTag = input.tag.toString().split(":") - inMod = inTag[0] + let inTag = input.tag.toString().split(":") + let inMod = inTag[0] if (inMod == 'forge') { - inLogs = Ingredient.of(input).stacks + let inLogs = Ingredient.of(input).stacks inMod = inLogs[0].mod } - inLog = inTag[1].split('_') + let inLog = inTag[1].split('_') + let prefix = "null" if (inLog.length == 2) { prefix = inLog[0] } else if (inLog.length > 2) { prefix = inLog.slice(0, -1).join('_') } else if (inLog[0].contains('logs/')) { prefix = inLog[0].split("/")[1] - } else { - prefix = "null" } return [inMod, prefix]; } @@ -71,11 +70,11 @@ onEvent('recipes', e => { if (e.countRecipes({ type: "corail_woodcutter:woodcutting", input: input }) > 3) { return; } - parsed = processInfo(input) - outMod = output.mod - outPrefix = output.item.toString().slice(0, -7); + let parsed = processInfo(input) + let outMod = output.mod + let outPrefix = output.item.toString().slice(0, -7); ['boat', 'button', 'door', 'fence', 'fence_gate', 'planks', 'pressure_plate', 'slab', 'stairs', 'trapdoor'].forEach(item => { - outItem = `${outMod}:${outPrefix}_${item}` + let outItem = `${outMod}:${outPrefix}_${item}` if (Item.of(outItem).isEmpty()) { if (outMod == 'allthemodium') { if (item == 'slab') { @@ -90,7 +89,7 @@ onEvent('recipes', e => { return; } } - outCount = corail[item].logs * (output.count / 4) + let outCount = corail[item].logs * (output.count / 4) if (outCount < 1) { return; } addRecipeCorailWoodCutting(input, outItem, outCount, `kubejs:woodcutting/${parsed[0]}/${outPrefix}_${item}_from_${parsed[1]}_log`) outCount = corail[item].planks * (output.count / 4) @@ -101,10 +100,10 @@ onEvent('recipes', e => { } function addMekanismSawing(input, output) { - mekoutput = output.copy() + let mekoutput = output.copy() mekoutput.count = 1.5 * mekoutput.count - parsed = processInfo(input) - id = `kubejs:sawing/${parsed[0]}/log/${parsed[1]}` + let parsed = processInfo(input) + let id = `kubejs:sawing/${parsed[0]}/log/${parsed[1]}` if (Mek_KubeJS) { if (e.countRecipes({ type: 'mekanism:sawing', input: input }) > 0) { return; @@ -154,24 +153,24 @@ onEvent('recipes', e => { } function addImmersiveEngineeringSawing(input, output) { - ieoutput = output.copy() + let ieoutput = output.copy() ieoutput.count = 1.5 * ieoutput.count - parsed = processInfo(input) + let parsed = processInfo(input) if (IE_KubeJS) { if (e.countRecipes({ type: 'immersiveengineering:sawmill', input: input }) > 0) { return; } } else { if (e.countRecipes({ type: 'immersiveengineering:sawmill', id: `/sawmill\/${parsed[1]}_log/` }) > 0) { return; } } - id1 = `kubejs:sawmill/${parsed[0]}/${parsed[1]}_log` - id2 = `kubejs:sawmill/${parsed[0]}/stripped_${parsed[1]}_log` - secondary1 = [ + let id1 = `kubejs:sawmill/${parsed[0]}/${parsed[1]}_log` + let id2 = `kubejs:sawmill/${parsed[0]}/stripped_${parsed[1]}_log` + let secondary1 = [ { "output": { "tag": "forge:dusts/wood" }, "stripping": false }, { "output": { "tag": "forge:dusts/wood" }, "stripping": true } ] - secondary2 = [{ "output": { "tag": "forge:dusts/wood" }, "stripping": false }] - tag = Ingredient.of(input).stacks - logs = [] - stripped = [] + let secondary2 = [{ "output": { "tag": "forge:dusts/wood" }, "stripping": false }] + let tag = Ingredient.of(input).stacks + let logs = [] + let stripped = [] tag.forEach(wood => { if (wood.toString().contains('stripped')) { stripped.push(wood) @@ -187,16 +186,16 @@ onEvent('recipes', e => { } } else if (parsed[0] == 'ars_nouveau') { ['red', 'blue', 'purple', 'green'].forEach(color => { - logs2 = [] + let logs2 = [] logs.forEach(log => { if (log.toString().contains(color)) { logs2.push(log) } }) - stripped2 = [] + let stripped2 = [] stripped.forEach(log => { if (log.toString().contains(color)) { stripped2.push(log) } }) - id1 = `kubejs:sawmill/${parsed[0]}/${color}_${parsed[1]}_log` - id2 = `kubejs:sawmill/${parsed[0]}/stripped_${color}_${parsed[1]}_log` + let id1 = `kubejs:sawmill/${parsed[0]}/${color}_${parsed[1]}_log` + let id2 = `kubejs:sawmill/${parsed[0]}/stripped_${color}_${parsed[1]}_log` if (IE_KubeJS) { e.recipes.immersiveengineeringSawmill(ieoutput, logs2, secondary1, stripped2[0]).energy(1600).id(id1) e.recipes.immersiveengineeringSawmill(ieoutput, stripped2, secondary2).energy(800).id(id2) @@ -226,19 +225,19 @@ onEvent('recipes', e => { } function addCreateCutting(input, output) { - createOutput = output.copy() + let createOutput = output.copy() createOutput.count = 1.5 * createOutput.count - parsed = processInfo(input) - id1 = `kubejs:cutting/${parsed[0]}/${parsed[1]}_log` - id2 = `kubejs:cutting/${parsed[0]}/stripped_${parsed[1]}_log` + let parsed = processInfo(input) + let id1 = `kubejs:cutting/${parsed[0]}/${parsed[1]}_log` + let id2 = `kubejs:cutting/${parsed[0]}/stripped_${parsed[1]}_log` if (Create_KubeJS) { if (e.countRecipes({ type: 'create:cutting', input: input }) > 0) { return; } } else { if (e.countRecipes({ type: 'create:cutting', id: `/cutting\/${parsed[1]}_[log|stem]/` }) > 0) { return; } } - tag = Ingredient.of(input).stacks - logs = [] - stripped = [] + let tag = Ingredient.of(input).stacks + let logs = [] + let stripped = [] tag.forEach(wood => { if (wood.toString().contains('stripped')) { stripped.push(wood) @@ -286,15 +285,15 @@ onEvent('recipes', e => { } function addThermalSawing(input, output) { - thermalOutput = output.copy() + let thermalOutput = output.copy() thermalOutput.count = 1.5 * thermalOutput.count - parsed = processInfo(input) - id = `kubejs:thermal/sawmill/${parsed[0]}/${parsed[1]}_log` + let parsed = processInfo(input) + let id = `kubejs:thermal/sawmill/${parsed[0]}/${parsed[1]}_log` if (Thermal_KubeJS) { if (e.countRecipes({ type: 'thermal:sawmill', input: input }) > 0) { return; } e.recipes.thermal.sawmill([thermalOutput, Item.of(`#forge:dusts/wood`).withChance(1.25)], input).energy(1000).id(id) } else { - found = false + let found = false e.forEachRecipe({type: 'thermal:sawmill'}, recipe => { recipeId = recipe.getId() regex = new RegExp(`${parsed[1]}_[log|stem]`) @@ -328,11 +327,11 @@ onEvent('recipes', e => { return; } e.forEachRecipe({ type: 'minecraft:crafting_shapeless', output: plank }, recipe => { - inputIngredient = recipe.inputItems[0] + let inputIngredient = recipe.inputItems[0] if (inputIngredient.tag === undefined) { return; } - outputItem = recipe.outputItems[0] + let outputItem = recipe.outputItems[0] if (CorailWoodcutterLoaded) { addCorailWoodcutter(inputIngredient, outputItem) } @@ -355,7 +354,7 @@ onEvent('recipes', e => { "naturesaura:ancient": 2 }; // fix plank recipes we added tags to - customWoods = [] + let customWoods = [] if (Platform.isLoaded('allthemodium')) { customWoods = customWoods.concat(['allthemodium:ancient', 'allthemodium:demonic', 'allthemodium:soul']) } diff --git a/kubejs/server_scripts/unify.js b/kubejs/server_scripts/unify.js index 7e1ca41..91fd412 100644 --- a/kubejs/server_scripts/unify.js +++ b/kubejs/server_scripts/unify.js @@ -524,7 +524,7 @@ onEvent('recipes', e => { e.remove({ type: 'thermal:pulverizer', id: `/${metal}_ore/` }) outputs.push(Item.of(`${craftOverride[metal] ?? 'alltheores'}:${metal}_dust`).withChance(2.0)) if (metal in thermalSecondaries) { - extraItem = thermalSecondaries[metal] + let extraItem = thermalSecondaries[metal] if (extraItem.includes('thermal')) { outputs.push(Item.of(extraItem).withChance(0.1)) } else { @@ -537,7 +537,7 @@ onEvent('recipes', e => { e.remove({ type: 'thermal:pulverizer', id: `/raw_${metal}/` }) outputs.push(Item.of(`${craftOverride[metal] ?? 'alltheores'}:${metal}_dust`).withChance(1.25)) if (metal in thermalSecondaries) { - extraItem = thermalSecondaries[metal] + let extraItem = thermalSecondaries[metal] if (extraItem.includes('thermal')) { outputs.push(Item.of(extraItem).withChance(0.05)) } else { diff --git a/kubejs/server_scripts/xpFluid.js b/kubejs/server_scripts/xpFluid.js index ad2862f..2060ad6 100644 --- a/kubejs/server_scripts/xpFluid.js +++ b/kubejs/server_scripts/xpFluid.js @@ -25,7 +25,7 @@ onEvent('recipes', event => { ] for (var i in xpFluid) { if (Platform.isLoaded('thermal_expansion')) { - recipe = { + let recipe = { type: "thermal:brewer", ingredients: [ { fluid_tag: "forge:experience", amount: 250 }, @@ -36,7 +36,7 @@ onEvent('recipes', event => { event.custom(recipe).id(`kubejs:thermal/brewer/xp_conv_${i}`) } if (Platform.isLoaded('create')) { - recipe = { + let recipe = { type: "create:mixing", ingredients: [ { fluidTag: "forge:experience", amount: 250 }, @@ -47,7 +47,7 @@ onEvent('recipes', event => { event.custom(recipe).id(`kubejs:create/mixing/xp_conv_${i}`) } if (Platform.isLoaded('pneumaticcraft')) { - recipe = { + let recipe = { type: "pneumaticcraft:thermo_plant", item_input: { item: woolOrder[i] }, fluid_input: { From 269f52af868c09f741a3f667ac0d59719bf83044 Mon Sep 17 00:00:00 2001 From: enigmaquip Date: Thu, 8 Sep 2022 22:53:45 -0600 Subject: [PATCH 09/17] last bit --- kubejs/server_scripts/sawmillCompat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/sawmillCompat.js b/kubejs/server_scripts/sawmillCompat.js index 0568a10..213d9ed 100644 --- a/kubejs/server_scripts/sawmillCompat.js +++ b/kubejs/server_scripts/sawmillCompat.js @@ -266,9 +266,9 @@ onEvent('recipes', e => { addRecipeCreateCutting(stripped, [createOutput], 50, id2) } logs.forEach(log => { - logitem = log.item.toString() + let logitem = log.item.toString() stripped.forEach(strip => { - match = `stripped_${logitem}` + let match = `stripped_${logitem}` if (parsed[0] == 'botania' && logitem.contains('glimmering')) { match = `glimmering_stripped_${logitem.slice(11)}` } From a93ffd8394837789d9d34538861a8a6232533e57 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 13 Sep 2022 20:48:42 -0400 Subject: [PATCH 10/17] more inventoryprofiles fixes --- .../integrationHints/player-defined.json | 5 ++++- .../sophisticatedbackpacks.json | 22 +++++++++++++++++++ .../sophisticatedstorage.json | 1 + 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json diff --git a/config/inventoryprofilesnext/integrationHints/player-defined.json b/config/inventoryprofilesnext/integrationHints/player-defined.json index 16bd20b..b671821 100644 --- a/config/inventoryprofilesnext/integrationHints/player-defined.json +++ b/config/inventoryprofilesnext/integrationHints/player-defined.json @@ -72,5 +72,8 @@ }, "com.legacy.blue_skies.client.gui.screen.BagOfSpoilsScreen": { "ignore": true + }, + "dev.latvian.mods.itemfilters.gui.InventoryFilterScreen": { + "ignore": true } -} \ No newline at end of file +} diff --git a/config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json b/config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json new file mode 100644 index 0000000..30a6eb3 --- /dev/null +++ b/config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json @@ -0,0 +1,22 @@ +{ + "net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": { + "playerSideOnly": true, + "buttonHints": { + "MOVE_TO_PLAYER": { + "horizontalOffset": 30 + }, + "SORT": { + "horizontalOffset": 30 + }, + "SORT_COLUMNS": { + "horizontalOffset": 30 + }, + "SORT_ROWS": { + "horizontalOffset": 30 + }, + "MOVE_TO_CONTAINER": { + "bottom": 2 + } + } + } +} \ No newline at end of file diff --git a/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json b/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json index 26de1e3..e88e64e 100644 --- a/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json +++ b/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json @@ -1,5 +1,6 @@ { "net.p3pp3rf1y.sophisticatedstorage.client.gui.StorageScreen": { + "playerSideOnly": true, "buttonHints": { "MOVE_TO_PLAYER": { "horizontalOffset": 28 From d617fec74c4370d52513d507db755ccf95064743 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 13 Sep 2022 21:04:28 -0400 Subject: [PATCH 11/17] Update configs for mod updates --- config/forge-common.toml | 13 -- config/ftbic-common.snbt | 20 +++ config/ftbic-common.toml | 324 --------------------------------------- 3 files changed, 20 insertions(+), 337 deletions(-) delete mode 100644 config/forge-common.toml create mode 100644 config/ftbic-common.snbt delete mode 100644 config/ftbic-common.toml diff --git a/config/forge-common.toml b/config/forge-common.toml deleted file mode 100644 index 1a27c06..0000000 --- a/config/forge-common.toml +++ /dev/null @@ -1,13 +0,0 @@ - -#General configuration settings -[general] - #Defines a default world type to use. The vanilla default world type is represented by 'default'. - #The modded world types are registry names which should include the registry namespace, such as 'examplemod:example_world_type'. - defaultWorldType = "default" - #Set this to true to cache resource listings in resource and data packs - cachePackAccess = false - #Set this to true to index vanilla resource and data packs on thread - indexVanillaPackCachesOnThread = false - #Set this to true to index mod resource and data packs on thread - indexModPackCachesOnThread = false - diff --git a/config/ftbic-common.snbt b/config/ftbic-common.snbt new file mode 100644 index 0000000..8a53bcb --- /dev/null +++ b/config/ftbic-common.snbt @@ -0,0 +1,20 @@ +# FTB Industrial Contraptions config file + +{ + Nuclear: { + # The starting radius for a nuclear reactor explosion + # Default: 10.0 + # Range: 1.0 ~ 1000.0 + "Base Nuclear blast radius": 1.0d + + # The limit of how large an explosion can be + # Default: 80.0 + # Range: 1.0 ~ 10000.0 + "Nuclear blast limit": 1.0d + + # How many blocks in a circular radius the nuke will effect + # Default: 36.0 + # Range: 1.0 ~ 1000.0 + "Nuke Radius": 1.0d + } +} diff --git a/config/ftbic-common.toml b/config/ftbic-common.toml deleted file mode 100644 index bd17f0b..0000000 --- a/config/ftbic-common.toml +++ /dev/null @@ -1,324 +0,0 @@ - -[Energy] - #Lv Transfer Rate (how much energy is transferred per tick) - #Range: 1.0 ~ Infinity - "Lv Transfer Rate" = 32.0 - #Mv Transfer Rate (how much energy is transferred per tick) - #Range: 1.0 ~ Infinity - "Mv Transfer Rate" = 128.0 - #Hv Transfer Rate (how much energy is transferred per tick) - #Range: 1.0 ~ Infinity - "Hv Transfer Rate" = 512.0 - #Ev Transfer Rate (how much energy is transferred per tick) - #Range: 1.0 ~ Infinity - "Ev Transfer Rate" = 2048.0 - #Iv Transfer Rate (how much energy is transferred per tick) - #Range: 1.0 ~ Infinity - "Iv Transfer Rate" = 8192.0 - #The amount of Zaps to FE - #Range: 1.0 ~ Infinity - "Zap To Fe Conversion Rate" = 4.0 - #The amount of energy a single use battery can contain - #Range: 1.0 ~ Infinity - "Single Use Battery Capacity" = 2400.0 - #Energy a Lv Battery can contain - #Range: 1.0 ~ Infinity - "Lv Battery Capacity" = 4000.0 - #Energy a Mv Battery can contain - #Range: 1.0 ~ Infinity - "Mv Battery Capacity" = 40000.0 - #Energy a Hv Battery can contain - #Range: 1.0 ~ Infinity - "Hv Battery Capacity" = 400000.0 - #Energy a Ev Battery can contain - #Range: 1.0 ~ Infinity - "Ev Battery Capacity" = 1.0E7 - #Energy a Lv Battery Box can contain - #Range: 1.0 ~ Infinity - "Lv Battery Box Capacity" = 40000.0 - #Energy a Mv Battery Box can contain - #Range: 1.0 ~ Infinity - "Mv Battery Box Capacity" = 400000.0 - #Energy a Hv Battery Box can contain - #Range: 1.0 ~ Infinity - "Hv Battery Box Capacity" = 4000000.0 - #Energy a Ev Battery Box can contain - #Range: 1.0 ~ Infinity - "Ev Battery Box Capacity" = 4.0E7 - #Max length of a cable chain - #The higher the number, the more tick lag will likely present. - #Range: 1 ~ 100000 - "Max Cable Length" = 300 - -[Machines] - #How many items are processed per fuel in the Iron Furnace - #Range: 1 ~ 1000 - "Items processed per fuel" = 12 - #Amount of energy is stored in the Basic generator - #Range: 1.0 ~ 100000.0 - "Basic generator capacity" = 4000.0 - #Energy created from the Basic generator - #Range: 1.0 ~ 100000.0 - "Basic generator output" = 10.0 - #The internal size of the Geothermal generator - #Range: 1000 ~ 10000 - "Geothermal generator tank size" = 8000 - #Amount of energy stored in the Geothermal Generator - #Range: 1.0 ~ 100000.0 - "Geothermal generator capacity" = 2400.0 - #Energy created from the Geothermal generator - #Range: 1.0 ~ 100000.0 - "Geothermal generator output" = 20.0 - #Amount of energy stored in the Wind Mill - #Range: 1.0 ~ 100000.0 - "Wind mill capacity" = 100.0 - #The min amount of energy the wind mill can output - #Range: 0.001 ~ 100000.0 - "Wind mill min output" = 0.3 - #The max amount of energy the wind mill can output - #Range: 0.001 ~ 1000000.0 - "Wind mill max output" = 6.5 - #Minimum height that the windmill is effective from - #Range: 0 ~ 250 - "Wind mill min y" = 64 - #Maximum height that the windmill is effective from - #Range: 0 ~ 320 - "Wind mill max y" = 320 - #How much rain effects the energy production - #Range: 0.001 ~ 5000.0 - "Wind mill rain modifier" = 1.2 - #How much thunder effects the energy production - #Range: 0.001 ~ 5000.0 - "Wind mill thunder modifier" = 1.5 - #Energy created from the Lv solar panel - #Range: 1.0 ~ 100000.0 - "Lv solar panel output" = 1.0 - #Energy created from the Mv solar panel - #Range: 1.0 ~ 100000.0 - "Mv solar panel output" = 8.0 - #Energy created from the Hv solar panel - #Range: 1.0 ~ 100000.0 - "Hv solar panel output" = 64.0 - #Energy created from the Ev solar panel - #Range: 1.0 ~ 100000.0 - "Ev solar panel output" = 512.0 - #Amount of energy stored in the Nuclear Reactor - #Range: 1.0 ~ 100000.0 - "Nuclear reactor capacity" = 50000.0 - #Base lengths in ticks a machine takes to process a recipe - #Range: 1.0 ~ 100000.0 - "Machine recipe base ticks" = 200.0 - #Amount of energy stored in the Powered Furnace - #Range: 1.0 ~ 100000.0 - "Powered furnace capacity" = 1200.0 - #Energy usage per operation of the powered furnace - #Range: 0.0 ~ 100000.0 - "Powered furnace use" = 3.0 - #Amount of energy stored in the Macerator - #Range: 1.0 ~ 100000.0 - "Macerator capacity" = 1200.0 - #Energy usage of the Macerator - #Range: 0.0 ~ 100000.0 - "Macerator use" = 2.0 - #Amount of energy stored in the Centrifuge - #Range: 1.0 ~ 100000.0 - "Centrifuge capacity" = 1200.0 - #Energy usage of the Centrifuge - #Range: 0.0 ~ 100000.0 - "Centrifuge use" = 2.0 - #Amount of energy stored in the Compressor - #Range: 1.0 ~ 100000.0 - "Compressor capacity" = 1200.0 - #Energy usage of the Compressor - #Range: 0.0 ~ 100000.0 - "Compressor use" = 2.0 - #Amount of energy stored in the Reprocessor - #Range: 1.0 ~ 100000.0 - "Reprocessor capacity" = 4000.0 - #Energy usage of the Reprocessor - #Range: 0.0 ~ 100000.0 - "Reprocessor use" = 8.0 - #Amount of energy stored in the Canning Machine - #Range: 1.0 ~ 100000.0 - "Canning machine capacity" = 1200.0 - #Energy usage of the Canning machine - #Range: 0.0 ~ 100000.0 - "Canning machine use" = 1.0 - #Amount of energy stored in the Roller - #Range: 1.0 ~ 100000.0 - "Roller capacity" = 1200.0 - #Energy usage of the Roller - #Range: 0.0 ~ 100000.0 - "Roller use" = 3.0 - #Amount of energy stored in the Extruder - #Range: 1.0 ~ 100000.0 - "Extruder capacity" = 1200.0 - #Energy usage of the Extruder - #Range: 0.0 ~ 100000.0 - "Extruder use" = 3.0 - #Amount of energy stored in the Antimatter Constructor - #Range: 1.0 ~ 100000.0 - "Antimatter constructor capacity" = 100000.0 - #Construction boost multiplier - #Range: 1.0 ~ 100000.0 - "Antimatter constructor boost" = 6.0 - #Amount of energy stored in the Advanced Powered Furnace - #Range: 1.0 ~ 100000.0 - "Advanced powered furnace capacity" = 10000.0 - #Energy usage of the Advanced powered furnace - #Range: 0.0 ~ 100000.0 - "Advanced powered furnace use" = 16.0 - #Amount of energy stored in the Advanced Macerator - #Range: 1.0 ~ 100000.0 - "Advanced macerator capacity" = 10000.0 - #Energy usage of the Advanced macerator - #Range: 0.0 ~ 100000.0 - "Advanced macerator use" = 16.0 - #Amount of energy stored in the Advanced Centrifuge - #Range: 1.0 ~ 100000.0 - "Advanced centrifuge capacity" = 10000.0 - #Energy usage of the Advanced centrifuge - #Range: 0.0 ~ 100000.0 - "Advanced centrifuge use" = 16.0 - #Amount of energy stored in the Advanced Compressor - #Range: 1.0 ~ 100000.0 - "Advanced compressor capacity" = 10000.0 - #Energy usage of the Advanced compressor - #Range: 0.0 ~ 100000.0 - "Advanced compressor use" = 16.0 - #Amount of energy stored in the Teleporter - #Range: 1.0 ~ 100000.0 - "Teleporter capacity" = 100000.0 - #Energy usage of the Teleporter min - #Range: 0.0 ~ 100000.0 - "Teleporter min use" = 100.0 - #Min distance a teleporter can work over - #Range: 1.0 ~ 100000.0 - "Teleporter min distance" = 16.0 - #Energy usage of the Teleporter max - #Range: 0.0 ~ 100000.0 - "Teleporter max use" = 10000.0 - #Max distance a teleporter can work over - #Range: 1.0 ~ 100000.0 - "Teleporter max distance" = 1200.0 - #Amount of energy stored in the Charge Pad - #Range: 1.0 ~ 100000.0 - "Charge pad capacity" = 100000.0 - #Amount of energy stored in the Powered Crafting Table - #Range: 1.0 ~ 100000.0 - "Powered crafting table capacity" = 1200.0 - #Energy usage of the Powered crafting table - #Range: 0.0 ~ 100000.0 - "Powered crafting table use" = 1.0 - #Amount of energy stored in the Quarry - #Range: 1.0 ~ 100000.0 - "Quarry capacity" = 10000.0 - #Energy usage of the Quarry - #Range: 0.0 ~ 100000.0 - "Quarry use" = 3.0 - #Duration taken to mine a block using the quarry - #Range: 0 ~ 100000 - "Quarry mine ticks" = 40 - #Duration taken to move the quarry to a new location - #Range: 0 ~ 100000 - "Quarry move ticks" = 10 - #Amount of energy stored in the Pump - #Range: 1.0 ~ 100000.0 - "Pump capacity" = 10000.0 - #Energy usage of the Pump - #Range: 0.0 ~ 100000.0 - "Pump use" = 3.0 - #Duration taken to mine a fluid using the pump - #Range: 0 ~ 100000 - "Pump mine ticks" = 40 - #Duration taken to move the pump to a new location - #Range: 0 ~ 100000 - "Pump move ticks" = 10 - #Amount of energy stored in the Pump Tank - #Range: 1 ~ 100000 - "Pump tank capacity" = 100000 - #Determines how effective an item can transport energy to something else - #Range: 0.0 ~ Infinity - "Item transfer efficiency" = 20.0 - #To reduce lag, we only update a state of a block every X ticks. This controls how many ticks we wait to update the blocks state. - #Range: 1 ~ 1000 - "State update ticks" = 6 - #Amount of upgrades allowed in each slot of a machine - #Range: 1 ~ 64 - "Upgrade limit per slot" = 4 - #Speed increase from a single overclocking upgrade - #Range: 0.0 ~ 100000.0 - "Overclocker speed" = 1.45 - #Energy usage of the Overclocker - #Range: 0.0 ~ 100000.0 - "Overclocker energy use" = 1.6 - #Energy cost per storage - #Range: 0.0 ~ 100000.0 - "Storage upgrade" = 10000.0 - #Chance of producing scrap - #Range: 0.0 ~ 1.0 - "Scrap chance" = 0.125 - -[Nuclear] - #How many blocks in a circular radius the nuke will effect - #Range: 1.0 ~ 1000.0 - "Nuke Radius" = 1.0 - #The starting radius for a nuclear reactor explosion - #Range: 1.0 ~ 1000.0 - "Base Nuclear blast radius" = 1.0 - #How much to multiple the above base radius of the explosion - #Range: 0.001 ~ 100.0 - "Nuclear blast radius multiplier" = 0.001 - #The limit of how large an explosion can be - #Range: 1.0 ~ 10000.0 - "Nuclear blast limit" = 1.0 - #How much fluid a fluid cell can contain - #Range: 1 ~ 100000 - "Fluid cell capacity" = 1000 - #Add all fluid cells to creative tab - "Add all fluid cells" = false - #Spawn a deamon thread to handle the explosion calculation (experimental) - "Explosion uses deamon thread" = false - -[Equipment] - #Max energy the Carbon armor can contain - #Range: 0.0 ~ Infinity - "Carbon armor capacity" = 1000000.0 - #Max energy the Quantum armor can contain - #Range: 0.0 ~ Infinity - "Quantum armor capacity" = 1.5E7 - #Max energy that the elytra can contain - #Range: 0.0 ~ Infinity - "Mechanical elytra capacity" = 50000.0 - #How much power is recharged passively - #Range: 0.0 ~ 100000.0 - "Mechanical elytra recharge" = 1.0 - #Armor damage energy - #Range: 0.0 ~ Infinity - "Armor damage energy" = 5000.0 - #Armor flight engery - #Range: 0.0 ~ Infinity - "Armor flight energy" = 5.0 - #Boost gained from wearing the armor during flight - #Range: 0.0 ~ 100000.0 - "Armor flight boost" = 50.0 - #Force used to stop flight - #Range: 0.0 ~ 100000.0 - "Armor flight stop" = 15.0 - -["Recipe Generation"] - #Automatically generate dust from ore recipes - "Create dust from ore recipes" = true - #Automatically generate dust from material recipes - "Create dust from material recipes" = true - #Automatically generate gem from ore recipes - "Create gem from ore recipes" = true - #Automatically generate rod recipes - "Create rod recipes" = true - #Automatically generate plate recipes - "Create plate recipes" = true - #Automatically generate gear recipes - "Create gear recipes" = true - #Automatically canned food recipes - "Create canned food recipes" = true - From 085547e22bfcaf6d6f64509d45013fa3ba73af06 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 13 Sep 2022 21:04:51 -0400 Subject: [PATCH 12/17] Fix jetpack quest requirement --- .editorconfig | 2 +- .../quests/chapters/allthemodium.snbt | 72 +- .../quests/chapters/ars_nouveau.snbt | 6810 ++++++------ .../chapters/basic_power_generation.snbt | 42 +- .../quests/chapters/blood_magic.snbt | 3424 +++--- .../ftbquests/quests/chapters/blue_skies.snbt | 3406 +++--- config/ftbquests/quests/chapters/faq.snbt | 160 +- .../quests/chapters/food_and_farming.snbt | 2762 ++--- .../chapters/forbidden_and_arcanus.snbt | 3650 +++--- .../generating_and_transferring_power.snbt | 1186 +- .../ftbquests/quests/chapters/mekanism.snbt | 5836 +++++----- .../quests/chapters/productive_bees.snbt | 9768 ++++++++--------- config/ftbquests/quests/chapters/storage.snbt | 3460 +++--- .../quests/chapters/thermal_expansion.snbt | 2674 ++--- .../quests/chapters/tinkers_construct.snbt | 4922 ++++----- .../quests/chapters/twilight_forest.snbt | 4612 ++++---- config/ftbquests/quests/chapters/welcome.snbt | 172 +- 17 files changed, 26523 insertions(+), 26435 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6a019f2..e7c205a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_size = 4 [*.{json,yml,yaml,js}] indent_size = 2 -[*.toml] +[*.{toml,snbt}] end_of_line = crlf indent_style = tab tab_width = 4 diff --git a/config/ftbquests/quests/chapters/allthemodium.snbt b/config/ftbquests/quests/chapters/allthemodium.snbt index bd95d14..26a5dd5 100644 --- a/config/ftbquests/quests/chapters/allthemodium.snbt +++ b/config/ftbquests/quests/chapters/allthemodium.snbt @@ -228,7 +228,8 @@ tasks: [{ id: "0F521F7C1D602AAD" type: "item" - item: { + title: "Unobtainium Jetpack" + icon: { id: "ironjetpacks:jetpack" Count: 1b tag: { @@ -236,6 +237,27 @@ Throttle: 1.0d } } + item: { + id: "itemfilters:and" + Count: 1b + tag: { + items: [ + { + id: "ironjetpacks:jetpack" + Count: 1b + } + { + id: "itemfilters:weak_nbt" + Count: 1b + tag: { + value: { + Id: "ironjetpacks:unobtainium" + } + } + } + ] + } + } }] rewards: [{ id: "7036B8794E65EF86" @@ -952,7 +974,8 @@ tasks: [{ id: "0A16EAB5D9C83810" type: "item" - item: { + title: "Vibranium Jetpack" + icon: { id: "ironjetpacks:jetpack" Count: 1b tag: { @@ -960,6 +983,27 @@ Throttle: 1.0d } } + item: { + id: "itemfilters:and" + Count: 1b + tag: { + items: [ + { + id: "ironjetpacks:jetpack" + Count: 1b + } + { + id: "itemfilters:weak_nbt" + Count: 1b + tag: { + value: { + Id: "ironjetpacks:vibranium" + } + } + } + ] + } + } }] } { @@ -971,7 +1015,8 @@ tasks: [{ id: "20D7CAE0B1857EB4" type: "item" - item: { + title: "Allthemodium Jetpack" + icon: { id: "ironjetpacks:jetpack" Count: 1b tag: { @@ -979,6 +1024,27 @@ Throttle: 1.0d } } + item: { + id: "itemfilters:and" + Count: 1b + tag: { + items: [ + { + id: "ironjetpacks:jetpack" + Count: 1b + } + { + id: "itemfilters:weak_nbt" + Count: 1b + tag: { + value: { + Id: "ironjetpacks:allthemodium" + } + } + } + ] + } + } }] } ] diff --git a/config/ftbquests/quests/chapters/ars_nouveau.snbt b/config/ftbquests/quests/chapters/ars_nouveau.snbt index 018d634..51db657 100644 --- a/config/ftbquests/quests/chapters/ars_nouveau.snbt +++ b/config/ftbquests/quests/chapters/ars_nouveau.snbt @@ -1,3405 +1,3405 @@ -{ - id: "6AEDA2F9BEB57759" - group: "02FE661031A105D8" - order_index: 0 - filename: "ars_nouveau" - title: "Ars Nouveau" - icon: "ars_nouveau:creative_spell_book" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - x: -6.25d - y: 0.0d - shape: "gear" - description: [ - "Welcome to &aArs Nouveau&f!" - "" - "Ars Nouveau is a magic mod that allows you to create custom spells with the different Glyphs made within the mod!" - ] - size: 1.5d - id: "6E0E13806F388D7E" - tasks: [{ - id: "33CEC23CAF6DA6A6" - type: "checkmark" - title: "Ars Nouveau" - icon: "ars_nouveau:creative_spell_book" - }] - rewards: [{ - id: "24AA489F2E015748" - type: "item" - item: "ars_nouveau:worn_notebook" - }] - } - { - x: 11.5d - y: -3.0d - shape: "diamond" - dependencies: ["1D86B2E553503E53"] - optional: true - id: "2BE4E3B081CD6EF7" - tasks: [{ - id: "7997FADE76683E8C" - type: "item" - item: "ars_nouveau:bookwyrm_charm" - }] - rewards: [ - { - id: "68F7528035D608FD" - type: "random" - table_id: 4108383404435779231L - } - { - id: "5A4F77DF194D0405" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.5d - y: -4.0d - shape: "diamond" - dependencies: ["1D86B2E553503E53"] - optional: true - id: "48D5D9D9AD98409F" - tasks: [{ - id: "1624D71379FBBDA6" - type: "item" - item: { - id: "ars_nouveau:starbuncle_charm" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "294D038C9C2F7E82" - type: "random" - table_id: 4108383404435779231L - } - { - id: "363F911808E2F53D" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.0d - y: -3.5d - shape: "diamond" - dependencies: ["1D86B2E553503E53"] - optional: true - id: "34A173721735401B" - tasks: [{ - id: "7CB3845C4BCA9F0E" - type: "item" - item: "ars_nouveau:wixie_charm" - }] - rewards: [ - { - id: "5E430461F78BFD1C" - type: "random" - table_id: 4108383404435779231L - } - { - id: "12374B641E9A7691" - type: "xp" - xp: 100 - } - ] - } - { - x: 2.0d - y: -7.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "7ACE7A6A71D3F4D2" - tasks: [{ - id: "569B0D7ABC091612" - type: "item" - item: "ars_nouveau:glyph_intangible" - }] - rewards: [{ - id: "06CC6FB96FDA2F42" - type: "xp" - xp: 250 - }] - } - { - x: -4.0d - y: -13.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "58EBEC3DDE47DAC7" - tasks: [{ - id: "55B5FAA746D6C829" - type: "item" - item: "ars_nouveau:glyph_ignite" - }] - rewards: [{ - id: "2CC33A87CF1F6EF1" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -7.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "79146466E43A2B99" - tasks: [{ - id: "615188F5D6F85423" - type: "item" - item: "ars_nouveau:glyph_flare" - }] - rewards: [{ - id: "2A7E9481610EF8CE" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -10.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "07D6CC12D577643E" - tasks: [{ - id: "75FB9F65DDF0403C" - type: "item" - item: "ars_nouveau:glyph_craft" - }] - rewards: [{ - id: "3009A2213F18A2FF" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -5.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "05C2A6E54898C963" - tasks: [{ - id: "20E81CE5B5665DAF" - type: "item" - item: "ars_nouveau:glyph_cold_snap" - }] - rewards: [{ - id: "1D22D2CA15F8A4D3" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -7.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "6C4E72C0BF98E8DD" - tasks: [{ - id: "17D156865446035D" - type: "item" - item: "ars_nouveau:glyph_rune" - }] - rewards: [{ - id: "0579B03379C21F12" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -8.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "67A207CF6900F232" - tasks: [{ - id: "3472B3099BD5EE5D" - type: "item" - item: "ars_nouveau:glyph_snare" - }] - rewards: [{ - id: "4C1EFACFEBA74106" - type: "xp" - xp: 100 - }] - } - { - x: 0.0d - y: -9.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "295703FC5B92D0E6" - tasks: [{ - id: "6A60A533BDBCCAD9" - type: "item" - item: "ars_nouveau:glyph_slowfall" - }] - rewards: [{ - id: "6DE20BFC516C9D93" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -6.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "5BB155110168DF92" - tasks: [{ - id: "12CE4920DABD0F98" - type: "item" - item: "ars_nouveau:glyph_freeze" - }] - rewards: [{ - id: "2134B56DB249DD4D" - type: "xp" - xp: 100 - }] - } - { - x: 3.0d - y: -9.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "00143D4FC12AEFD9" - tasks: [{ - id: "2CBB0C0E32E58128" - type: "item" - item: "ars_nouveau:glyph_split" - }] - rewards: [{ - id: "0611C740983E448E" - type: "xp" - xp: 250 - }] - } - { - x: 0.0d - y: -6.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "73D19C0C1836CD03" - tasks: [{ - id: "05AD66530B699FA0" - type: "item" - item: "ars_nouveau:glyph_crush" - }] - rewards: [{ - id: "76E52105DFA1D72B" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -9.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "18BC056B55C25EB5" - tasks: [{ - id: "21E1D29B5CD3372A" - type: "item" - item: "ars_nouveau:glyph_smelt" - }] - rewards: [{ - id: "66715F05B72746A8" - type: "xp" - xp: 100 - }] - } - { - x: 0.0d - y: -13.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "5F75215CB5956290" - tasks: [{ - id: "761F5F98E18E824D" - type: "item" - item: "ars_nouveau:glyph_accelerate" - }] - rewards: [{ - id: "183520B645B94E0A" - type: "xp" - xp: 100 - }] - } - { - x: 2.0d - y: -5.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "2714EE46B4DF620E" - tasks: [{ - id: "0AD6A125820795DE" - type: "item" - item: "ars_nouveau:glyph_summon_vex" - }] - rewards: [{ - id: "0E66259E403E2C95" - type: "xp" - xp: 250 - }] - } - { - x: 4.0d - y: -7.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "0EC08C5BBFA83A51" - tasks: [{ - id: "59CE7EAEA0C25808" - type: "item" - item: "ars_nouveau:glyph_lightning" - }] - rewards: [{ - id: "4AF328709D941E3A" - type: "xp" - xp: 250 - }] - } - { - x: 0.0d - y: -8.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "7F97805EE8DFC9F6" - tasks: [{ - id: "54E317444AF31DA0" - type: "item" - item: "ars_nouveau:glyph_grow" - }] - rewards: [{ - id: "75CB1B6486A4A1BA" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -13.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "62A9FD6138446A17" - tasks: [{ - id: "3512BC20229693CD" - type: "item" - item: "ars_nouveau:glyph_dampen" - }] - rewards: [{ - id: "10F069AD9A83E88E" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -8.5d - shape: "rsquare" - description: [""] - dependencies: ["63DD7F5A4441ACE7"] - id: "36183375DAA54408" - tasks: [{ - id: "05BAF8FF07FD6A10" - type: "item" - item: "ars_nouveau:glyph_invisibility" - }] - rewards: [{ - id: "4A8CCAD32C41B1F0" - type: "xp" - xp: 100 - }] - } - { - x: 0.0d - y: -11.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "46469E3A8AF0CB80" - tasks: [{ - id: "6E473A397B0824E4" - type: "item" - item: "ars_nouveau:glyph_extract" - }] - rewards: [{ - id: "7ED14CED220DB1A0" - type: "xp" - xp: 100 - }] - } - { - x: -6.0d - y: -11.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "430CAC90C8B34A17" - tasks: [{ - id: "312250C813E89B54" - type: "item" - item: "ars_nouveau:glyph_delay" - }] - rewards: [{ - id: "33CBB61F5D1C72FE" - type: "xp" - xp: 100 - }] - } - { - x: -6.0d - y: -8.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "73C9BE065B1F094B" - tasks: [{ - id: "3F20F6E300F8E095" - type: "item" - item: "ars_nouveau:glyph_light" - }] - rewards: [{ - id: "002DBEDD1338DB6E" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -11.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "5F7A07D0F71044D2" - tasks: [{ - id: "353BF5D2B4D53BF5" - type: "item" - item: "ars_nouveau:glyph_duration_down" - }] - rewards: [{ - id: "7F198E2F1F196E71" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -6.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "2CD1B2BCEDA0D473" - tasks: [{ - id: "105A471BB30BD30F" - type: "item" - item: "ars_nouveau:glyph_exchange" - }] - rewards: [{ - id: "37BF85F7140B1BA5" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -12.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "38E44223347DA798" - tasks: [{ - id: "52234A1EC13FC6A0" - type: "item" - item: "ars_nouveau:glyph_place_block" - }] - rewards: [{ - id: "71384940493358B4" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -5.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "0641F45BEA6C67E5" - tasks: [{ - id: "5C9BC3699A5762CA" - type: "item" - item: "ars_nouveau:glyph_conjure_water" - }] - rewards: [{ - id: "0FFF8CAFF06616E6" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -14.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "515001313775DCFC" - tasks: [{ - id: "651B06E6873F34CF" - type: "item" - item: "ars_nouveau:glyph_cut" - }] - rewards: [{ - id: "6E6F7FDB76B6718C" - type: "xp" - xp: 100 - }] - } - { - x: -6.0d - y: -9.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "00ABBF2CB07D573C" - tasks: [{ - id: "545B39FB8B2627AD" - type: "item" - item: "ars_nouveau:glyph_harm" - }] - rewards: [{ - id: "58343DFDAE1210BF" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -14.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "2EB88ABC7017D5FE" - tasks: [{ - id: "6B7078A98D08EC1F" - type: "item" - item: "ars_nouveau:glyph_interact" - }] - rewards: [{ - id: "234238D75E11C869" - type: "xp" - xp: 100 - }] - } - { - x: 3.0d - y: -6.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "7AAD3CE642A34A0C" - tasks: [{ - id: "32C20AFC9A4A0E0E" - type: "item" - item: "ars_nouveau:glyph_blink" - }] - rewards: [{ - id: "74B74CC8FDF44689" - type: "xp" - xp: 250 - }] - } - { - x: -4.0d - y: -9.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "073FD3884B2B11F7" - tasks: [{ - id: "41EF535B718F674F" - type: "item" - item: "ars_nouveau:glyph_amplify" - }] - rewards: [{ - id: "18A7D6E21342AC84" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -11.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "329B7554AE16FFF7" - tasks: [{ - id: "405BF1E9FE690938" - type: "item" - item: "ars_nouveau:glyph_phantom_block" - }] - rewards: [{ - id: "53A07675437152F5" - type: "xp" - xp: 100 - }] - } - { - x: 0.0d - y: -7.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "4CAC87774C1B15C0" - tasks: [{ - id: "7F2FC5D08E7B548B" - type: "item" - item: "ars_nouveau:glyph_fell" - }] - rewards: [{ - id: "2483EB293F404A34" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -13.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "1038054E334AC792" - tasks: [{ - id: "56F8DEF68AA8B41C" - type: "item" - item: "ars_nouveau:glyph_extend_time" - }] - rewards: [{ - id: "56F859C404D06D60" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -8.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "30B8E8169EAE1C01" - tasks: [{ - id: "53250785A630D303" - type: "item" - item: "ars_nouveau:glyph_heal" - }] - rewards: [{ - id: "4A88E180796EF97D" - type: "xp" - xp: 100 - }] - } - { - x: -6.0d - y: -10.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "00D329407250AC7B" - tasks: [{ - id: "38003743B695C5C1" - type: "item" - item: "ars_nouveau:glyph_leap" - }] - rewards: [{ - id: "78BB5F978CE1F7D5" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -10.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "495990C8C95A955B" - tasks: [{ - id: "23921DC99D9F19D8" - type: "item" - item: "ars_nouveau:glyph_redstone_signal" - }] - rewards: [{ - id: "3C9E29A9FC03AF29" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -11.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "290F943A1FF52070" - tasks: [{ - id: "04E0C481BB6ABD87" - type: "item" - item: "ars_nouveau:glyph_pierce" - }] - rewards: [{ - id: "1243EAD7C7EF2671" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -6.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "496639EC3DC0165C" - tasks: [{ - id: "10D3703D3C415FC3" - type: "item" - item: "ars_nouveau:glyph_harvest" - }] - rewards: [{ - id: "538981D001CEF01F" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -12.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "66D63DC37FCDD268" - tasks: [{ - id: "55DA99DF01D9C37C" - type: "item" - item: "ars_nouveau:glyph_fortune" - }] - rewards: [{ - id: "13807DD4DB0DF579" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -13.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "1EAE42D3A2162339" - tasks: [{ - id: "696076AA28E02C89" - type: "item" - item: "ars_nouveau:glyph_break" - }] - rewards: [{ - id: "157C46CA34F1665F" - type: "xp" - xp: 100 - }] - } - { - x: -6.0d - y: -14.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "1EEC5622F2A9A163" - tasks: [{ - id: "44C797F6DFAF95D9" - type: "item" - item: "ars_nouveau:glyph_pickup" - }] - rewards: [{ - id: "3345878DB26C9352" - type: "xp" - xp: 100 - }] - } - { - x: -6.0d - y: -7.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "7862778F8424419B" - tasks: [{ - id: "486CF16F4F5C860E" - type: "item" - item: "ars_nouveau:glyph_launch" - }] - rewards: [{ - id: "1345D7C50ED45695" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -5.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "0671915D3BDDD07D" - tasks: [{ - id: "54AED59019A9FC16" - type: "item" - item: "ars_nouveau:glyph_dispel" - }] - rewards: [{ - id: "2D178271A4983D6D" - type: "xp" - xp: 100 - }] - } - { - x: 0.0d - y: -5.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "3A44DCF5B7D5024C" - tasks: [{ - id: "3EBC8A668657B7E1" - type: "item" - item: "ars_nouveau:glyph_ender_inventory" - }] - rewards: [{ - id: "0335AC3EC7F9AFD3" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -9.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "392869A1DEB7EE20" - tasks: [{ - id: "41A6ED0A1538D0A8" - type: "item" - item: "ars_nouveau:glyph_pull" - }] - rewards: [{ - id: "0DA7CDD79CBEAE32" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -6.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "5DE36D1C9F29F931" - tasks: [{ - id: "2626959A926C1054" - type: "item" - item: "ars_nouveau:glyph_explosion" - }] - rewards: [{ - id: "711554480E47E3EE" - type: "xp" - xp: 100 - }] - } - { - x: 4.0d - y: -6.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "16C47409C0A411EF" - tasks: [{ - id: "624F70371F036C65" - type: "item" - item: "ars_nouveau:glyph_fangs" - }] - rewards: [{ - id: "78B74A293DA4C554" - type: "xp" - xp: 250 - }] - } - { - x: 0.0d - y: -12.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - dependency_requirement: "one_started" - id: "3801E818308438FF" - tasks: [{ - id: "03829269308C4BC8" - type: "item" - item: "ars_nouveau:glyph_aoe" - }] - rewards: [{ - id: "5A23E05D4AB7A880" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -7.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "485EE9E6C6F59826" - tasks: [{ - id: "27987EFDAC19DE52" - type: "item" - item: "ars_nouveau:glyph_gravity" - }] - rewards: [{ - id: "62E2BDCDD8BD192C" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -11.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "0E34D5156EFE2182" - tasks: [{ - id: "015C2C0D27AC3393" - type: "item" - item: "ars_nouveau:glyph_aquatic" - }] - rewards: [{ - id: "090CD19E49757C21" - type: "xp" - xp: 100 - }] - } - { - x: 4.0d - y: -5.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "4F5FCEBB16B5B6F5" - tasks: [{ - id: "589EE0FDB1FB0FA9" - type: "item" - item: "ars_nouveau:glyph_wither" - }] - rewards: [{ - id: "7E0B39C013F2A024" - type: "xp" - xp: 250 - }] - } - { - x: -6.0d - y: -6.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "3EAC7600113F9AAB" - tasks: [{ - id: "3270B8D5C37F7F34" - type: "item" - item: "ars_nouveau:glyph_gust" - }] - rewards: [{ - id: "4E130026AC47622B" - type: "xp" - xp: 100 - }] - } - { - x: 16.5d - y: -2.0d - shape: "square" - dependencies: ["542C6D76B579886C"] - id: "7CA63A0B7CC541CE" - tasks: [{ - id: "1920F9987DC6005C" - type: "item" - item: { - id: "ars_nouveau:novice_hood" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "564F8945E4B9F524" - type: "random" - table_id: 4108383404435779231L - } - { - id: "5EB6CCBB2035E0FA" - type: "xp" - xp: 100 - } - ] - } - { - x: 16.5d - y: -1.0d - shape: "square" - dependencies: ["542C6D76B579886C"] - id: "565CA72D2268B140" - tasks: [{ - id: "34A3EA32E23BAABA" - type: "item" - item: { - id: "ars_nouveau:novice_robes" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "1617B24A2DCDAC77" - type: "random" - table_id: 4108383404435779231L - } - { - id: "022ACB5F5D02A2DE" - type: "xp" - xp: 100 - } - ] - } - { - x: 16.5d - y: 1.0d - shape: "square" - dependencies: ["542C6D76B579886C"] - id: "24F0C4277415CAEF" - tasks: [{ - id: "61BDAA876EEA6E44" - type: "item" - item: { - id: "ars_nouveau:novice_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "61775370F5F9FAD6" - type: "random" - table_id: 4108383404435779231L - } - { - id: "327F73A38CFE7FA3" - type: "xp" - xp: 100 - } - ] - } - { - x: 16.5d - y: 2.0d - shape: "square" - dependencies: ["542C6D76B579886C"] - id: "7E4A3016FCA4E7FD" - tasks: [{ - id: "37B3484A9F1B97EF" - type: "item" - item: { - id: "ars_nouveau:novice_boots" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "63F45CFFE1FEAF56" - type: "random" - table_id: 4108383404435779231L - } - { - id: "7437897D09F956C6" - type: "xp" - xp: 100 - } - ] - } - { - x: 18.5d - y: -2.0d - shape: "square" - dependencies: ["5E7587210DB282EC"] - id: "4AD49D471BF4AB27" - tasks: [{ - id: "0023CB82CB60DD6E" - type: "item" - item: { - id: "ars_nouveau:apprentice_hood" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "16E6EF534CDAE4E4" - type: "random" - table_id: 4108383404435779231L - } - { - id: "0E819AEE8B03A3F5" - type: "xp" - xp: 100 - } - ] - } - { - x: 18.5d - y: -1.0d - shape: "square" - dependencies: ["5E7587210DB282EC"] - id: "4DFBE829FA797B75" - tasks: [{ - id: "2B19FFFF280DC213" - type: "item" - item: { - id: "ars_nouveau:apprentice_robes" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "7AD8D168C8813810" - type: "random" - table_id: 4108383404435779231L - } - { - id: "6F3AE3C1C37E6F0E" - type: "xp" - xp: 100 - } - ] - } - { - x: 18.5d - y: 1.0d - shape: "square" - dependencies: ["5E7587210DB282EC"] - id: "418C7D2CB2259A45" - tasks: [{ - id: "27D3AF0221AE3E0B" - type: "item" - item: { - id: "ars_nouveau:apprentice_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "2354C6D515122451" - type: "random" - table_id: 4108383404435779231L - } - { - id: "1F6F732221C54DF9" - type: "xp" - xp: 100 - } - ] - } - { - x: 18.5d - y: 2.0d - shape: "square" - dependencies: ["5E7587210DB282EC"] - id: "326124128BE6823F" - tasks: [{ - id: "7DE3FFBA77344B7C" - type: "item" - item: { - id: "ars_nouveau:apprentice_boots" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "16EABDD646C14787" - type: "random" - table_id: 4108383404435779231L - } - { - id: "0AAACF09CA07B114" - type: "xp" - xp: 100 - } - ] - } - { - x: 20.5d - y: -2.0d - shape: "square" - dependencies: ["2A8D21E573A6DE09"] - id: "6460384591079D3A" - tasks: [{ - id: "3A36B5DAEBB078E3" - type: "item" - item: { - id: "ars_nouveau:archmage_hood" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "58A6E4692065563C" - type: "random" - table_id: 4108383404435779231L - } - { - id: "58F3C493DB474D3F" - type: "xp" - xp: 250 - } - ] - } - { - x: 20.5d - y: -1.0d - shape: "square" - dependencies: ["2A8D21E573A6DE09"] - id: "56C035444F3D202F" - tasks: [{ - id: "211C25415C19E8A8" - type: "item" - item: { - id: "ars_nouveau:archmage_robes" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "307AC2B7285C2F41" - type: "random" - table_id: 4108383404435779231L - } - { - id: "62CD4EA497A17D7F" - type: "xp" - xp: 250 - } - ] - } - { - x: 20.5d - y: 1.0d - shape: "square" - dependencies: ["2A8D21E573A6DE09"] - id: "111ED22A2EFDEEEF" - tasks: [{ - id: "742537CA15856DCD" - type: "item" - item: { - id: "ars_nouveau:archmage_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "32444B30962362E6" - type: "random" - table_id: 4108383404435779231L - } - { - id: "0E7E9714DB9C633A" - type: "xp" - xp: 250 - } - ] - } - { - x: 20.5d - y: 2.0d - shape: "square" - dependencies: ["2A8D21E573A6DE09"] - id: "7E95499984FFB344" - tasks: [{ - id: "255FB2CA7016863A" - type: "item" - item: { - id: "ars_nouveau:archmage_boots" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "1E2E27EBAF94288A" - type: "random" - table_id: 4108383404435779231L - } - { - id: "1D964A5E64BE33BC" - type: "xp" - xp: 250 - } - ] - } - { - title: "Tier 2 Glyphs" - x: -1.0d - y: -4.0d - shape: "hexagon" - description: [ - "Tier 2 Glyphs require 5 levels of experience to be made." - "" - "They also require a &9Mage's Spell Book&r to create." - ] - dependencies: ["3D4D88B8BE881351"] - id: "63DD7F5A4441ACE7" - tasks: [{ - id: "15C6E9C02D1FBEC0" - type: "checkmark" - }] - } - { - title: "Tier 1 Glyphs" - x: -5.0d - y: -4.0d - shape: "hexagon" - description: ["Tier 1 Glyphs require 3 levels of experience to be made."] - dependencies: ["3D4D88B8BE881351"] - id: "441C0659ED28D935" - tasks: [{ - id: "1CC556A6921208B8" - type: "checkmark" - }] - } - { - title: "Tier 3 Glyphs" - x: 3.0d - y: -4.0d - shape: "hexagon" - description: [ - "Tier 3 Glyphs require 10 levels of experience to be made." - "" - "They also require an &6Archmage's Spell Book&r." - ] - dependencies: ["3D4D88B8BE881351"] - id: "6F3602F5600A6221" - tasks: [{ - id: "65D68BEEB36FC805" - type: "checkmark" - }] - } - { - x: 15.5d - y: 0.0d - description: [ - "When your Magebloom seeds.... bloom, you can use the Magebloom to create Fibers." - "" - "These are used to craft several items, including your first set of magical armor, the &eNovice Armor&r." - ] - dependencies: ["58EC47584C773B82"] - id: "542C6D76B579886C" - tasks: [{ - id: "561CAB97C346BD65" - type: "item" - item: "ars_nouveau:magebloom_fiber" - }] - rewards: [ - { - id: "18BF6731D11BADA5" - type: "item" - item: "ars_nouveau:magebloom_fiber" - count: 2 - random_bonus: 4 - } - { - id: "3942C398C37DE6AA" - type: "xp" - xp: 100 - } - ] - } - { - x: 17.5d - y: 0.0d - description: [ - "Infusing Magebloom Fiber with Blaze Powder makes it even stronger!" - "" - "These are used to create the Mage Armor." - ] - dependencies: ["542C6D76B579886C"] - id: "5E7587210DB282EC" - tasks: [{ - id: "308AA8ADC1B97DD5" - type: "item" - item: "ars_nouveau:blaze_fiber" - }] - rewards: [ - { - id: "7971A13D1DC2CB2E" - type: "item" - item: "ars_nouveau:blaze_fiber" - count: 2 - random_bonus: 2 - } - { - id: "1C67A413997DCDCA" - type: "item" - item: "minecraft:blaze_powder" - count: 2 - random_bonus: 1 - } - { - id: "7D5F9B5998948E1C" - type: "xp" - xp: 100 - } - ] - } - { - x: 19.5d - y: 0.0d - subtitle: "Becoming the Archmage" - description: [ - "Unlike Skyrim, you don't have to cast a single spell to become the Archmage." - "" - "If we infuse our Blaze Fibers with Chorus Fruit, we'll get &5End Fibers&r." - "" - "These are used to craft the &6Archmage Armor&r." - ] - dependencies: ["5E7587210DB282EC"] - id: "2A8D21E573A6DE09" - tasks: [{ - id: "25D5E65FCE720D11" - type: "item" - item: "ars_nouveau:end_fiber" - }] - rewards: [ - { - id: "1192C9BD70B29817" - type: "item" - item: "ars_nouveau:end_fiber" - count: 2 - } - { - id: "05B10E6D7C24EF9E" - type: "item" - item: "minecraft:popped_chorus_fruit" - count: 2 - random_bonus: 2 - } - { - id: "246938CD64637CCF" - type: "xp" - xp: 100 - } - ] - } - { - title: "Enchanting Apparatus" - x: 10.5d - y: 0.0d - shape: "hexagon" - description: [ - "The &9Enchanting Apparatus&r is used to craft various items within the mod. It requires Source to work." - "" - "It is also a multiblock structure that utilizes Arcane Pedestals to craft." - "" - "Start by placing an Arcane Core in the ground, then place the Enchanting Apparatus on top of it. Surround the Apparatus with Arcane Pedestals, like shown in the image." - "" - "{image:atm:textures/enchanting_app.png width:200 height:200 align:1}" - ] - dependencies: ["18A2FBE2D4133FA2"] - size: 1.25d - id: "3D862A3D3F83CA26" - tasks: [ - { - id: "2C36C64341C6B6F2" - type: "item" - item: "ars_nouveau:enchanting_apparatus" - } - { - id: "695EFDD9FC874F04" - type: "item" - item: "ars_nouveau:arcane_core" - } - ] - rewards: [{ - id: "6A3427733B3CA02B" - type: "random" - table_id: 4108383404435779231L - }] - } - { - title: "Arcane Pedestals" - x: 7.5d - y: 0.0d - shape: "square" - subtitle: "Fancy Tables" - description: [ - "Arcane Pedestals are needed for the Ritual Brazier and crafting items with an Enchanting Apparatus." - "" - "Go ahead and make yourself 8 of them!" - ] - dependencies: ["5C3FF43CF16BCF30"] - size: 1.25d - id: "18A2FBE2D4133FA2" - tasks: [{ - id: "5B80C1EF5D85EA64" - type: "item" - item: "ars_nouveau:arcane_pedestal" - count: 8L - }] - rewards: [{ - id: "7FE30F0CBBB358D5" - type: "random" - table_id: 4108383404435779231L - }] - } - { - x: -4.0d - y: -7.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "1D3471FCA8B3BE36" - tasks: [{ - id: "5A03F82C6B50D548" - type: "item" - item: "ars_nouveau:glyph_summon_steed" - }] - rewards: [{ - id: "5DDFF0D49AF679D4" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -8.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "779C2162C69DAE8E" - tasks: [{ - id: "29E06B429B4AE176" - type: "item" - item: "ars_nouveau:glyph_summon_wolves" - }] - rewards: [{ - id: "2903B75395F0A1A8" - type: "xp" - xp: 100 - }] - } - { - x: -6.0d - y: -5.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "69A04EB462756EED" - tasks: [{ - id: "17413068980A17B1" - type: "item" - item: "ars_nouveau:glyph_underfoot" - }] - rewards: [{ - id: "408EBF04460254C7" - type: "xp" - xp: 100 - }] - } - { - x: 3.0d - y: -5.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "29E3DD9A3F85CE80" - tasks: [{ - id: "72D77A51A69EDA71" - type: "item" - item: "ars_nouveau:glyph_summon_decoy" - }] - rewards: [{ - id: "24B9ED813A6ACDB6" - type: "xp" - xp: 250 - }] - } - { - x: 2.0d - y: -6.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "44D5ABE34271D7FE" - tasks: [{ - id: "2A80E3849EB6A71D" - type: "item" - item: "ars_nouveau:glyph_hex" - }] - rewards: [{ - id: "43BD5FE7A425EB01" - type: "xp" - xp: 250 - }] - } - { - x: 8.0d - y: 5.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "43784C83C8A76E8B" - tasks: [{ - id: "3280A874803F3976" - type: "item" - item: "ars_nouveau:ritual_sunrise" - }] - rewards: [ - { - id: "5FCADF47120B444F" - type: "xp" - xp: 100 - } - { - id: "02DFF1375006F31E" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 8.5d - y: 5.0d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "21EC1A577B4E2FC4" - tasks: [{ - id: "342E847B567C499A" - type: "item" - item: "ars_nouveau:ritual_warping" - }] - rewards: [ - { - id: "1F0840B0DE4A1AB2" - type: "xp" - xp: 100 - } - { - id: "1A45B284FC5E9279" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 7.5d - y: 5.0d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "07DE3A966516EA8B" - tasks: [{ - id: "4553742BFEB7AAF6" - type: "item" - item: "ars_nouveau:ritual_overgrowth" - }] - rewards: [ - { - id: "77C5D3A22AC85962" - type: "xp" - xp: 100 - } - { - id: "4FD793AF9D24AD31" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 7.0d - y: 5.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "34DC34EA5ED7C96D" - tasks: [{ - id: "3FCA99481934542B" - type: "item" - item: "ars_nouveau:ritual_moonfall" - }] - rewards: [ - { - id: "436D64353438EF78" - type: "xp" - xp: 100 - } - { - id: "3EEBA418A6C79336" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 6.5d - y: 5.0d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "08803844E52178AA" - tasks: [{ - id: "139DDE68B8C4A5C6" - type: "item" - item: "ars_nouveau:ritual_fertility" - }] - rewards: [ - { - id: "07C8F015CE9BD807" - type: "xp" - xp: 100 - } - { - id: "6E2984E70D8C21B6" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 7.5d - y: 6.0d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "4E0976E1DAF65FC9" - tasks: [{ - id: "252DC59E9F363E10" - type: "item" - item: "ars_nouveau:ritual_burrowing" - }] - rewards: [ - { - id: "5AD819DC4B46FA2A" - type: "xp" - xp: 100 - } - { - id: "599B537B8344A8DF" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 7.0d - y: 6.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "6D8C9D7D9DF9A6DD" - tasks: [{ - id: "11D8B50355018821" - type: "item" - item: "ars_nouveau:ritual_challenge" - }] - rewards: [ - { - id: "676B809A82AFD113" - type: "xp" - xp: 100 - } - { - id: "1334CD795D6859AF" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 7.0d - y: 4.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "4F8119B6298EA753" - tasks: [{ - id: "51A93C01E6E8F960" - type: "item" - item: "ars_nouveau:ritual_cloudshaping" - }] - rewards: [ - { - id: "2004FAB6824A6495" - type: "xp" - xp: 100 - } - { - id: "328F118F11490AA8" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 8.0d - y: 4.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "40407D2CDC660866" - tasks: [{ - id: "1FBAFEB74535EFAE" - type: "item" - item: "ars_nouveau:ritual_disintegration" - }] - rewards: [ - { - id: "199A28C165BCF1A9" - type: "xp" - xp: 100 - } - { - id: "49C80B385AA16CA2" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 8.0d - y: 6.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "251C9E4B29A29728" - tasks: [{ - id: "6BEA84FA2F3A39AE" - type: "item" - item: "ars_nouveau:ritual_restoration" - }] - rewards: [ - { - id: "40E53BCA971C8B77" - type: "xp" - xp: 100 - } - { - id: "405990A0A9663657" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: -1.0d - y: -2.5d - shape: "gear" - subtitle: "Upgrading Spells" - description: [ - "If you want to cast better spells, you'll need a &6Scribe's Table&r to unlock new glyphs for your spellbook." - "" - "There are 3 tiers of glyphs to unlock, and each one requires some experience and items." - "" - "The Scribe's Table is also used to attach spells to Spell Parchments. To do this, place a Spell Parchment on the table, select the spell in your Spellbook, then sneak right-click the book on the table." - "" - "To create a Glyph, right-click on the Scribe's Table with your spellbook. Search for the glyph you want to make, then click Select at the bottom. Right-click the table with the items required, and the glyph will be created. Use the glyph to learn it." - "" - "Note: The table can pull items from nearby inventories." - ] - dependencies: ["33682F4B44950123"] - size: 1.5d - id: "3D4D88B8BE881351" - tasks: [{ - id: "5ADEEEE0C217B20F" - type: "item" - item: "ars_nouveau:scribes_table" - }] - rewards: [ - { - id: "090A541FA98CD1FD" - type: "random" - title: "Random Tier 1 Glyph" - table_id: 7708276966210401484L - } - { - id: "4E42BB4E02799D87" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.5d - y: -3.0d - shape: "diamond" - dependencies: ["1D86B2E553503E53"] - optional: true - id: "2C47C9B566A63135" - tasks: [{ - id: "5646241FF2CF806B" - type: "item" - item: "ars_nouveau:whirlisprig_charm" - }] - rewards: [ - { - id: "01E441FF9CA844EC" - type: "random" - table_id: 4108383404435779231L - } - { - id: "22F6119959883273" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.0d - y: 0.0d - subtitle: "Our First Spellbook" - description: [ - "To get started, you'll need to craft yourself a &6Novice Spellbook&r." - "" - "This is where you create and store your spells." - "" - "Hitting the &9C&r key will open up the \"Create a Spell\" page. On the left, there are several tabs, but the main 3 are: Spell Creation, Color Picker, and Familiars." - "" - "This spellbook will only allow you to create and use Tier 1 Glyphs. To create better spells, you'll need to upgrade your Spellbook!" - ] - dependencies: ["6E0E13806F388D7E"] - id: "64D0E66CB4FBEC82" - tasks: [{ - id: "6988873450238F30" - type: "item" - item: "ars_nouveau:novice_spell_book" - }] - rewards: [ - { - id: "565501823D60D08C" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "ars_nouveau:mana_regen_potion" - } - } - } - { - id: "6C54AF41C1300895" - type: "xp" - xp: 10 - } - ] - } - { - x: -4.0d - y: 1.5d - description: [ - "This is the next upgrade to your Spellbook!" - "" - "This will increase your overall mana and mana regen, as well as unlocking the ability to create and use Tier 2 Glyphs." - ] - dependencies: ["64D0E66CB4FBEC82"] - id: "0D330FAD6C993DBC" - tasks: [{ - id: "0BCFC6422BBF539C" - type: "item" - item: "ars_nouveau:apprentice_spell_book" - }] - rewards: [ - { - id: "26AA78496AAD568F" - type: "random" - title: "Random Tier 1 Glyph" - table_id: 7708276966210401484L - } - { - id: "0BC389F7E63D4F9F" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.0d - y: 3.0d - description: [ - "To create the final tier of your Spellbook, you'll need to have killed the &6Wilden Chimera&r." - "" - "This is a Ritual that you'll need to complete using a &9Ritual Brazier&r." - ] - dependencies: ["0D330FAD6C993DBC"] - id: "17D7D34F519F7E5F" - tasks: [{ - id: "5E7DBDDD97BA8F13" - type: "item" - item: "ars_nouveau:archmage_spell_book" - }] - rewards: [ - { - id: "0069DCEFE2EC5E72" - type: "xp" - xp: 1000 - } - { - id: "1B7F1D53028BFD7B" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 7.5d - y: 3.5d - shape: "diamond" - description: [ - "The &9Ritual Brazier&r is used to cast rituals. It can also be used for decoration. If you want to light the Brazier, use a Light spell on it." - "" - "To perform rituals, you'll need Arcane Pedestals as well. As there are so many rituals to cast, make sure to check out each of them using the &6Worn Notebook&r!" - "" - "This can be done by holding Ctrl on the Ritual Table while the book is in your inventory." - ] - dependencies: ["18A2FBE2D4133FA2"] - size: 1.5d - id: "457DE8C154641437" - tasks: [{ - id: "1E0B9FBF5319CEF6" - type: "item" - item: "ars_nouveau:ritual_brazier" - }] - rewards: [{ - id: "2AB084ECE2D92D7D" - type: "random" - table_id: 4108383404435779231L - }] - } - { - x: 3.0d - y: 3.5d - shape: "hexagon" - subtitle: "Storing Potions" - description: [ - "The &9Potion Jar&r stores up to 100 potions. You can remove them by using an empty bottle or a potion flask on the jar." - "" - "Wixies will use these jars during Potion Autocrafting." - ] - dependencies: ["227DBA8836021B0B"] - id: "04D9F6587EF8D9B7" - tasks: [{ - id: "7F3D9B9E5E4FD3B8" - type: "item" - item: "ars_nouveau:potion_jar" - }] - rewards: [ - { - id: "4002396BC72C5C53" - type: "random" - table_id: 4108383404435779231L - } - { - id: "57D993FC63FEFE77" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.0d - y: 0.0d - subtitle: "Creating Source Gems" - description: [ - "To create one of the main crafting items in Ars, the &9Source Gem&r, we'll need to make an &6Imbuement Chamber&r." - "" - "The Imbuement Chamber requires Source to imbue items. It produces a small amount of Source by itself, but can also use Source Jars as a power source." - "" - "Several recipes also require Arcane Pedestals to be placed around it as well." - "" - "" - "{image:atm:textures/imbuement.png width:200 height:150 align:1}" - ] - dependencies: ["33682F4B44950123"] - id: "5766C8B9E850C186" - tasks: [{ - id: "78B5B8F9CE9EC702" - type: "item" - item: "ars_nouveau:imbuement_chamber" - }] - rewards: [ - { - id: "09511C532C90CDE3" - type: "xp" - xp: 10 - } - { - id: "62B7E8C87CCD5E12" - type: "item" - item: "ars_nouveau:archwood_planks" - count: 2 - random_bonus: 2 - } - ] - } - { - title: "Archwood logs" - x: -1.0d - y: 0.0d - 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." - ] - 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" - } - } - count: 2L - } - ] - rewards: [ - { - id: "33B8442826203713" - type: "item" - item: "ars_nouveau:blue_archwood_sapling" - } - { - id: "5C16757EA6C22406" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.0d - y: 2.0d - shape: "gear" - subtitle: "Storing Source" - description: [ - "In Ars Nouveau, the power system for machines is called &9Source&r." - "" - "To start collecting some Source, we'll need a Source Jar." - "" - "Source can also be moved with buckets, or by breaking and picking up Source Jars." - ] - dependencies: ["40BC67BDEE15D1DE"] - size: 1.5d - id: "227DBA8836021B0B" - tasks: [{ - id: "55AA5FAABC23709E" - type: "item" - item: "ars_nouveau:source_jar" - }] - rewards: [ - { - id: "4C615BE675A9F93F" - type: "item" - item: "ars_nouveau:source_jar" - } - { - id: "58396A9107780E32" - type: "xp" - xp: 100 - } - { - id: "30A9AFEA9B6FA23A" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 11.0d - y: -3.5d - shape: "diamond" - dependencies: ["1D86B2E553503E53"] - optional: true - id: "04987E54ADC2C057" - tasks: [{ - id: "3BFC384D0B963E6E" - type: "item" - item: "ars_nouveau:drygmy_charm" - }] - rewards: [ - { - id: "4AB7B7452988BB23" - type: "random" - table_id: 4108383404435779231L - } - { - id: "2A2837CD356DA8D3" - type: "xp" - xp: 100 - } - ] - } - { - x: 9.5d - y: -3.0d - shape: "diamond" - dependencies: ["1D86B2E553503E53"] - optional: true - id: "6CEAA86EEAAC1203" - tasks: [{ - id: "751B3A47FE592B2F" - type: "item" - item: "ars_nouveau:amethyst_golem_charm" - }] - rewards: [ - { - id: "249952B8A10FEFA6" - type: "random" - table_id: 4108383404435779231L - } - { - id: "7763E6AF7FF43DB7" - type: "xp" - xp: 100 - } - ] - } - { - title: "Magebloom Seed" - x: 13.0d - y: 0.0d - subtitle: "Growing Magic" - description: [ - "Using our Enchanting Apparatus structure, we'll want to craft our first seed, the &5Magebloom Seed&r." - "" - "This will be used to create us some magical clothing!" - ] - dependencies: ["3D862A3D3F83CA26"] - id: "58EC47584C773B82" - tasks: [{ - id: "6CB12C3C6401287A" - type: "item" - item: "ars_nouveau:magebloom_crop" - count: 3L - }] - rewards: [ - { - id: "3CA2DD868A5F9D2D" - type: "item" - item: "ars_nouveau:magebloom_crop" - count: 2 - random_bonus: 2 - } - { - id: "26C30D4557C630DC" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.0d - y: -8.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "73C7A44F05AB6FAC" - tasks: [{ - id: "0DB8F107D55B420F" - type: "item" - item: "ars_nouveau:glyph_orbit" - }] - rewards: [{ - id: "5A905E4BD4F8092C" - type: "xp" - xp: 250 - }] - } - { - x: -6.0d - y: -12.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "2F5AECF5CDC8D8DB" - tasks: [{ - id: "21C6D6FA46FCE9E9" - type: "item" - item: "ars_nouveau:glyph_sensitive" - }] - rewards: [{ - id: "6550E19AA8FD30EE" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -12.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "407AD700892ADBF1" - tasks: [{ - id: "3282190E6DF860F4" - type: "item" - item: "ars_nouveau:glyph_decelerate" - }] - rewards: [{ - id: "34208794F55297FD" - type: "xp" - xp: 100 - }] - } - { - x: 4.5d - y: 2.5d - shape: "hexagon" - description: [ - "The Volcanic Sourcelink generates Source by consuming burnable items. Archwood logs will generate bonus Source." - "" - "As it burns items, it will convert nearby stone into lava." - "" - "This also generates Lava Lilys." - ] - dependencies: ["227DBA8836021B0B"] - id: "19D02325579F2AA8" - tasks: [{ - id: "273385666F3DBB43" - type: "item" - item: "ars_nouveau:volcanic_sourcelink" - }] - rewards: [ - { - id: "1CF532B01107172F" - type: "random" - table_id: 4108383404435779231L - } - { - id: "770A6318647CD783" - type: "xp" - xp: 100 - } - ] - } - { - x: 14.5d - y: 2.0d - subtitle: "Placeable Spells" - description: [ - "Runic Chalk is used to draw permanent Runes on that ground. These runes will cast spells on entities that walk over them." - "" - "To attach a spell to a rune, inscribe a &eSpell Parchment&r using a Scribe's Table." - "" - "Note: The Rune will need Source to operate." - ] - dependencies: ["0E2AD156E5EF263A"] - id: "151648179684B088" - tasks: [{ - id: "2E649D2172E6D537" - type: "item" - item: { - id: "ars_nouveau:runic_chalk" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "777EC7631583DFC2" - type: "random" - table_id: 4108383404435779231L - }] - } - { - x: 6.5d - y: 6.0d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "0E88FDAE4CB5561B" - tasks: [{ - id: "5018B75946EB5FA4" - type: "item" - item: "ars_nouveau:ritual_awakening" - }] - rewards: [ - { - id: "3C7EF29C9BD3D3D7" - type: "xp" - xp: 100 - } - { - id: "6BDC9AF06660CCF2" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 8.5d - y: 6.0d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "7471CDF5166D38F0" - tasks: [{ - id: "6CF702640DFC9FBA" - type: "item" - item: "ars_nouveau:ritual_flight" - }] - rewards: [ - { - id: "6301CC507E4D320B" - type: "xp" - xp: 100 - } - { - id: "2FDCBDE7D0558817" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 7.5d - y: 7.0d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "28D9ED74EBBC9818" - tasks: [{ - id: "5D3C989D159E191B" - type: "item" - item: "ars_nouveau:ritual_wilden_summon" - }] - rewards: [ - { - id: "2FD913C4DC69B36D" - type: "xp" - xp: 100 - } - { - id: "4E86C27147A3FF58" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 6.0d - y: 5.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "26D2183E27E1273A" - tasks: [{ - id: "0577B2F9A78434A0" - type: "item" - item: "ars_nouveau:ritual_scrying" - }] - rewards: [ - { - id: "181E590F3901AA47" - type: "xp" - xp: 100 - } - { - id: "4CD77E3340D32ACD" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 9.0d - y: 5.5d - shape: "diamond" - dependencies: ["457DE8C154641437"] - id: "634B477861AC9162" - tasks: [{ - id: "7B9F88A9A5FAE5CB" - type: "item" - item: "ars_nouveau:ritual_binding" - }] - rewards: [ - { - id: "7B45FBB75C0BCD6A" - type: "xp" - xp: 100 - } - { - id: "44FEA64D48FB7451" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: 3.0d - y: -7.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "4A41FCBFE985D81E" - tasks: [{ - id: "496294EBE15C66AD" - type: "item" - item: "ars_nouveau:glyph_glide" - }] - rewards: [{ - id: "400099F57136829D" - type: "xp" - xp: 250 - }] - } - { - x: -1.0d - y: -9.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "790C77898FED4E5D" - tasks: [{ - id: "6EA660C81B613163" - type: "item" - item: "ars_nouveau:glyph_wind_shear" - }] - rewards: [{ - id: "012CAAC458234260" - type: "xp" - xp: 100 - }] - } - { - x: 2.0d - y: -8.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "7F3EB3F473DF8385" - tasks: [{ - id: "598ED65E5C450F82" - type: "item" - item: "ars_nouveau:glyph_summon_undead" - }] - rewards: [{ - id: "49FE505047D7DA5B" - type: "xp" - xp: 250 - }] - } - { - x: 4.0d - y: -8.5d - shape: "rsquare" - dependencies: ["6F3602F5600A6221"] - id: "08B6FA532A136AF2" - tasks: [{ - id: "46FA84B093CC1151" - type: "item" - item: "ars_nouveau:glyph_linger" - }] - rewards: [{ - id: "730F984D1201E8F4" - type: "xp" - xp: 250 - }] - } - { - x: -6.0d - y: -13.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "59BD06DB42E0219F" - tasks: [{ - id: "5DA75E54FF1EFE89" - type: "item" - item: "ars_nouveau:glyph_evaporate" - }] - rewards: [{ - id: "302E439520101E75" - type: "xp" - xp: 100 - }] - } - { - x: -5.0d - y: -12.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "12A70E00A63A7154" - tasks: [{ - id: "024EA8646EFADFF5" - type: "item" - item: "ars_nouveau:glyph_bounce" - }] - rewards: [{ - id: "771FA1C73778FDCB" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: -10.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "11C2D56F3D382573" - tasks: [{ - id: "352317A2806A9855" - type: "item" - item: "ars_nouveau:glyph_sense_magic" - }] - rewards: [{ - id: "73AC0617FCAE9088" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -10.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "3D00118E2760D129" - tasks: [{ - id: "34C8EB5C0EEE98DD" - type: "item" - item: "ars_nouveau:glyph_name" - }] - rewards: [{ - id: "00305DC754DB0F35" - type: "xp" - xp: 100 - }] - } - { - x: 0.0d - y: -10.5d - shape: "rsquare" - dependencies: ["63DD7F5A4441ACE7"] - id: "7F69A7CD6ACA97D7" - tasks: [{ - id: "7DCF09E4EFEC5D64" - type: "item" - item: "ars_nouveau:glyph_firework" - }] - rewards: [{ - id: "584920D123AAE05F" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -5.5d - shape: "rsquare" - dependencies: ["441C0659ED28D935"] - id: "29742AAF8DF419BF" - tasks: [{ - id: "12EA0487A7DD255B" - type: "item" - item: "ars_nouveau:glyph_toss" - }] - rewards: [{ - id: "282A4F66165A7A37" - type: "xp" - xp: 100 - }] - } - { - icon: { - id: "ars_nouveau:spell_parchment" - Count: 1b - tag: { } - } - x: -4.5d - y: -1.5d - description: [ - "While holding your Spellbook, you can press C to open up the spell creation page." - "" - "Each spell must have a form. You start off with 3 basic forms: Projectile, Self-cast, and Touch." - "" - "For the Effect, this determines what happens when you cast the spell. You can have up to 9 effects per spell." - "" - "For starters, you have Harm and Break." - "" - "Select one Form and one Effect, name your spell, and click create!" - "" - "{image:atm:textures/spellbook.png width:200 height:150 align:1}" - ] - dependencies: ["64D0E66CB4FBEC82"] - id: "5CFBA24B3E0CDEDD" - tasks: [{ - id: "1B916AE67F84E6D7" - type: "checkmark" - title: "Creating Your First Spell" - }] - rewards: [{ - id: "7874ECF0E643907B" - type: "xp" - xp: 10 - }] - } - { - icon: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "ars_nouveau:mana_regen_potion" - } - } - x: -3.5d - y: -1.5d - subtitle: "Mage Power" - description: [ - "In the bottom left of your screen, you'll see a bar. This bar is your mana pool!" - "" - "There are several ways to increase your mana pool, or increase the efficiency of your spells as you progress through the mod. Upgrading your spellbook can also increase your mana!" - ] - dependencies: ["64D0E66CB4FBEC82"] - id: "6B511C8B572E8940" - tasks: [{ - id: "01FD75641E5EA5E4" - type: "checkmark" - title: "Mana" - }] - rewards: [ - { - id: "31255CD8D6C186BF" - type: "item" - item: { - id: "minecraft:lingering_potion" - Count: 1b - tag: { - Potion: "ars_nouveau:mana_regen_potion_long" - } - } - } - { - id: "663859C4D0F226EF" - type: "xp" - xp: 10 - } - ] - } - { - title: "&5Source Gems" - x: 3.0d - y: 0.0d - shape: "octagon" - description: ["To create Source Gems, we'll need to put either Lapis or Amethyst Shards into the Imbuement Chamber. Over time, these will convert to Source Gems!"] - dependencies: ["5766C8B9E850C186"] - size: 1.25d - id: "40BC67BDEE15D1DE" - tasks: [{ - id: "1344731C799303A3" - type: "item" - item: "ars_nouveau:source_gem" - count: 2L - }] - rewards: [ - { - id: "74A1C83DF8199111" - type: "item" - item: "ars_nouveau:source_gem" - random_bonus: 2 - } - { - id: "383031B91565B2F6" - type: "xp" - xp: 100 - } - { - id: "505A6922560E5299" - type: "random" - table_id: 4108383404435779231L - } - ] - } - { - x: -1.0d - y: 1.5d - subtitle: "Magic Finder" - description: [ - "The &6Dowsing Rod&r gives you Magic Find and Scrying when used." - "" - "This allows you to see nearby magic creatures as well as helping you find amethyst!" - ] - dependencies: ["33682F4B44950123"] - optional: true - id: "3142A40E1EAEBAA3" - tasks: [{ - id: "07469C1ABB23F686" - type: "item" - item: { - id: "ars_nouveau:dowsing_rod" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "792570A800671B52" - type: "xp" - xp: 100 - }] - } - { - x: 4.0d - y: 3.5d - shape: "hexagon" - subtitle: "Generates Source from Mob Deaths and Animal Breeding" - dependencies: ["227DBA8836021B0B"] - id: "295C77EEC89000FC" - tasks: [{ - id: "33072A37F4A28A77" - type: "item" - item: "ars_nouveau:vitalic_sourcelink" - }] - rewards: [ - { - id: "6E70639DCCE07AE1" - type: "random" - table_id: 4108383404435779231L - } - { - id: "42C6A17CF858CF08" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.0d - y: 4.5d - shape: "hexagon" - subtitle: "Power through Potions" - description: [ - "The &9Alchemical Sourcelink&r produces Source from adjacent potion jars." - "" - "The amount of source varies per potion and complexity." - ] - dependencies: ["04D9F6587EF8D9B7"] - id: "41A0BE357C8A74E1" - tasks: [{ - id: "2D08E66F6D607676" - type: "item" - item: "ars_nouveau:alchemical_sourcelink" - }] - rewards: [ - { - id: "0E2CF3992570D242" - type: "random" - table_id: 4108383404435779231L - } - { - id: "5D9B8AC5306D8C48" - type: "xp" - xp: 100 - } - ] - } - { - x: 2.0d - y: 3.5d - shape: "hexagon" - subtitle: "Generates Source from Nearby Food" - description: [ - "Source Berries produce more Source than other sources." - "" - "This will also convert grass or dirt into Mycelium in a 3x3 area around it. It will also grow mushrooms around it if the space is empty." - ] - dependencies: ["227DBA8836021B0B"] - id: "77145113CD5B26FB" - tasks: [{ - id: "3F5621FA53258210" - type: "item" - item: "ars_nouveau:mycelial_sourcelink" - }] - rewards: [ - { - id: "4B9B01B0DE50366F" - type: "random" - table_id: 4108383404435779231L - } - { - id: "5A7B1F43A9CF4B29" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.5d - y: 2.5d - shape: "hexagon" - subtitle: "Creates Source using the growth of Plants" - description: [ - "Placing this near growing plants or saplings will provide Source. Archwood trees provide more Source!" - "" - "Note: Bonemealing does not produce Source." - ] - dependencies: ["227DBA8836021B0B"] - id: "2D0CF18C8B2ABB7D" - tasks: [{ - id: "7CEAACDBB77206CC" - type: "item" - item: "ars_nouveau:agronomic_sourcelink" - }] - rewards: [ - { - id: "1670F143BF0992F9" - type: "random" - table_id: 4108383404435779231L - } - { - id: "5FFE6FE428A53B3F" - type: "xp" - xp: 100 - } - ] - } - { - title: "Arcane Stone" - x: 5.199999999999999d - y: 0.0d - subtitle: "Magical Rocks" - description: ["With Source Gems, you can get started crafting the various machines by creating &5Arcane Stones&r."] - dependencies: ["40BC67BDEE15D1DE"] - id: "5C3FF43CF16BCF30" - tasks: [{ - id: "03EB390E79866058" - type: "item" - item: "ars_nouveau:arcane_stone" - count: 8L - }] - rewards: [ - { - id: "08FBB04A40CEDD25" - type: "random" - table_id: 4108383404435779231L - } - { - id: "7F5D2F36132692EC" - type: "xp" - xp: 10 - } - ] - } - { - x: 14.5d - y: 1.0d - description: ["Used to inscribe spells on with the Scribe's Table."] - dependencies: ["542C6D76B579886C"] - id: "0E2AD156E5EF263A" - tasks: [{ - id: "5D09025968ED4E34" - type: "item" - item: { - id: "ars_nouveau:spell_parchment" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "19F2CD6C0B18C66F" - type: "item" - item: { - id: "ars_nouveau:spell_parchment" - Count: 1b - tag: { } - } - random_bonus: 1 - } - { - id: "31B61E81E7B4F0A6" - type: "xp" - xp: 100 - } - ] - } - { - title: "Summoning Help!" - x: 10.5d - y: -1.5d - shape: "rsquare" - description: ["The Dominion Wand is used for controlling the creatures you might encounter in the world! Each being responds differently to the wand, so make sure to read up in the Worn Notebook!"] - dependencies: ["3D862A3D3F83CA26"] - id: "1D86B2E553503E53" - tasks: [{ - id: "259C1D84AD3996AF" - type: "item" - item: "ars_nouveau:dominion_wand" - }] - rewards: [ - { - id: "378CD52D133440FF" - type: "random" - table_id: 4108383404435779231L - } - { - id: "0B37B52A6282A975" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.5d - y: 2.5d - shape: "diamond" - description: [ - "The &9Enchanter's Sword&r allows you to attach a Touch Spell to the sword. " - "" - "All spells on the Sword gain 1 additional Amplify augment to the last effect on the spell." - "" - "To apply a spell to the sword, use a Scribe's Table. Create the spell without using a form." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "14DB8A515CA50932" - tasks: [{ - id: "307E429DCDA2A0BC" - type: "item" - item: { - id: "ars_nouveau:enchanters_sword" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "5996E283CD21E12C" - type: "random" - table_id: 4108383404435779231L - } - { - id: "2BD5532974AC8144" - type: "xp" - xp: 100 - } - ] - } - { - x: 11.0d - y: 3.0d - shape: "diamond" - description: [ - "When blocking damage, the &9Enchanter's Shield&r will give the user Mana Regen and Spell Damage for a short amount of time." - "" - "Additionally, the shield will repair itself over time using the wearer's mana." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "3182E8AF755104E4" - tasks: [{ - id: "571B04DAC6DAFDAE" - type: "item" - item: { - id: "ars_nouveau:enchanters_shield" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "37FB2F6CC88AA427" - type: "random" - table_id: 4108383404435779231L - } - { - id: "41D97F7955037DCD" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.5d - y: 3.5d - shape: "diamond" - description: [ - "The &9Enchanter's Mirror&r will apply a self spell when used." - "" - "Spells cast with this mirror are discounted and gain additional bonus duration." - "" - "To apply a spell, use a Scribe's table. Create a spell without using a form." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "632BC46928CC9A8C" - tasks: [{ - id: "4B4A171486A31360" - type: "item" - item: { - id: "ars_nouveau:enchanters_mirror" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "11761C4A55BE341D" - type: "random" - table_id: 4108383404435779231L - } - { - id: "70B40C2275C05E53" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.0d - y: 3.0d - shape: "diamond" - description: [ - "This bow can be inscribed with a spell using a Scribe's Table." - "" - "At the cost of mana, arrows will become Spell Arrows and will apply the spell on their target." - "" - "If you have no arrows, a spell arrow that deals 0 damage will be cast. If there is not enough mana, regular arrows will be fired instead." - "" - "The &9Enchanter's Bow&r can also use special Augment Arrows that empower the inscribed spell." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "51162B9185A45BB1" - tasks: [{ - id: "7F425E0F613F8B23" - type: "item" - item: { - id: "ars_nouveau:spell_bow" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "04E1087632270DB0" - type: "random" - table_id: 4108383404435779231L - } - { - id: "685A6C60DD894FDE" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.5d - y: 5.0d - shape: "diamond" - description: [ - "The &9Jar of Light&r summons a floating light source that follows you." - "" - "The &6Jar of Voiding&r destroys items you pick up in exchange for mana. This can be filtered." - "" - "To add or remove an item to be detroyed by the jar, use the jar with the item in your off hand, or use an item on the Scribe's Table with the jar placed on it." - "" - "The jar must be on your hotbar to function." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "6DAA82B5F94AF9F8" - tasks: [ - { - id: "78C9026D8627D7B7" - type: "item" - item: "ars_nouveau:jar_of_light" - } - { - id: "1ED244E1CC75D358" - type: "item" - item: "ars_nouveau:void_jar" - } - ] - rewards: [ - { - id: "324036A9BE7E242E" - type: "random" - table_id: 4108383404435779231L - } - { - id: "3B2C1E6EB58BA313" - type: "xp" - xp: 100 - } - ] - } - { - x: 9.5d - y: 4.0d - shape: "diamond" - description: ["The Ring of Discount provides a small bonus to max mana and mana regen. It also reduces the total cost to cast a spell."] - dependencies: ["3D862A3D3F83CA26"] - id: "0A1ABE9CF7740AAA" - tasks: [ - { - id: "3F1F4C069415D13A" - type: "item" - item: "ars_nouveau:ring_of_lesser_discount" - } - { - id: "0A4973ED77865904" - type: "item" - item: "ars_nouveau:ring_of_greater_discount" - } - ] - rewards: [ - { - id: "0681FEB4E91A6F1D" - type: "random" - table_id: 4108383404435779231L - } - { - id: "17A1C1ED868C265F" - type: "xp" - xp: 100 - } - ] - } - { - x: 11.5d - y: 4.0d - shape: "diamond" - description: ["This belt will give random positive potion effects for a short duration. These will vary in strength. "] - dependencies: ["3D862A3D3F83CA26"] - id: "088FCB5267CB7A89" - tasks: [{ - id: "28D8B81E947FCB97" - type: "item" - item: "ars_nouveau:belt_of_unstable_gifts" - }] - rewards: [ - { - id: "7FAFCABED4EBB110" - type: "random" - table_id: 4108383404435779231L - } - { - id: "77A632E3CC0DA81D" - type: "xp" - xp: 100 - } - ] - } - { - x: 11.0d - y: 4.5d - shape: "diamond" - description: [ - "Have you ever wanted to just hover everywhere you go?" - "" - "This belt allows you to levitate. To activate, just sneak while in the air, either while falling or from jumping." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "3FD702B5AB006402" - tasks: [{ - id: "470AEF18D37A0535" - type: "item" - item: "ars_nouveau:belt_of_levitation" - }] - rewards: [ - { - id: "7BA1913458F0B94F" - type: "random" - table_id: 4108383404435779231L - } - { - id: "41F8D938A9DDFA38" - type: "xp" - xp: 100 - } - ] - } - { - title: "The Amulets" - x: 10.0d - y: 4.5d - shape: "diamond" - description: [ - "The &9Amulet of Mana Boost&r gives a boost to max mana." - "" - "The &6Amulet of Mana Regen&r gives a boost to your mana regen." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "6A1C0B17B22CE50F" - tasks: [ - { - id: "737E14DCCDDAC4D9" - type: "item" - item: "ars_nouveau:amulet_of_mana_boost" - } - { - id: "06AFF105FACF7961" - type: "item" - item: "ars_nouveau:amulet_of_mana_regen" - } - ] - rewards: [ - { - id: "3CF12A6C8FE16707" - type: "random" - table_id: 4108383404435779231L - } - { - id: "79DE6BDAB6F800F6" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.5d - y: 1.5d - shape: "diamond" - description: [ - "The &9Caster's Wand&r only accepts a single spell, and is inscribed using the Scribe's Table." - "" - "Wand spells always start with Projectile > Accelerate, and MUST be inscribed with a spell that does not have another method (like touch, self, etc)." - "" - "This allows you to cast spells beyond the 10 spell cap. If you want to use Break, just inscribe the wand with Break by itself." - ] - dependencies: ["3D862A3D3F83CA26"] - id: "111649D7E16D869F" - tasks: [{ - id: "3CF6151060ADB889" - type: "item" - item: { - id: "ars_nouveau:wand" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "02C8DAADC4EB0A90" - type: "random" - table_id: 4108383404435779231L - } - { - id: "60BB52FF66A48FA2" - type: "xp" - xp: 100 - } - ] - } - ] -} +{ + id: "6AEDA2F9BEB57759" + group: "02FE661031A105D8" + order_index: 0 + filename: "ars_nouveau" + title: "Ars Nouveau" + icon: "ars_nouveau:creative_spell_book" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + x: -6.25d + y: 0.0d + shape: "gear" + description: [ + "Welcome to &aArs Nouveau&f!" + "" + "Ars Nouveau is a magic mod that allows you to create custom spells with the different Glyphs made within the mod!" + ] + size: 1.5d + id: "6E0E13806F388D7E" + tasks: [{ + id: "33CEC23CAF6DA6A6" + type: "checkmark" + title: "Ars Nouveau" + icon: "ars_nouveau:creative_spell_book" + }] + rewards: [{ + id: "24AA489F2E015748" + type: "item" + item: "ars_nouveau:worn_notebook" + }] + } + { + x: 11.5d + y: -3.0d + shape: "diamond" + dependencies: ["1D86B2E553503E53"] + optional: true + id: "2BE4E3B081CD6EF7" + tasks: [{ + id: "7997FADE76683E8C" + type: "item" + item: "ars_nouveau:bookwyrm_charm" + }] + rewards: [ + { + id: "68F7528035D608FD" + type: "random" + table_id: 4108383404435779231L + } + { + id: "5A4F77DF194D0405" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.5d + y: -4.0d + shape: "diamond" + dependencies: ["1D86B2E553503E53"] + optional: true + id: "48D5D9D9AD98409F" + tasks: [{ + id: "1624D71379FBBDA6" + type: "item" + item: { + id: "ars_nouveau:starbuncle_charm" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "294D038C9C2F7E82" + type: "random" + table_id: 4108383404435779231L + } + { + id: "363F911808E2F53D" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.0d + y: -3.5d + shape: "diamond" + dependencies: ["1D86B2E553503E53"] + optional: true + id: "34A173721735401B" + tasks: [{ + id: "7CB3845C4BCA9F0E" + type: "item" + item: "ars_nouveau:wixie_charm" + }] + rewards: [ + { + id: "5E430461F78BFD1C" + type: "random" + table_id: 4108383404435779231L + } + { + id: "12374B641E9A7691" + type: "xp" + xp: 100 + } + ] + } + { + x: 2.0d + y: -7.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "7ACE7A6A71D3F4D2" + tasks: [{ + id: "569B0D7ABC091612" + type: "item" + item: "ars_nouveau:glyph_intangible" + }] + rewards: [{ + id: "06CC6FB96FDA2F42" + type: "xp" + xp: 250 + }] + } + { + x: -4.0d + y: -13.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "58EBEC3DDE47DAC7" + tasks: [{ + id: "55B5FAA746D6C829" + type: "item" + item: "ars_nouveau:glyph_ignite" + }] + rewards: [{ + id: "2CC33A87CF1F6EF1" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -7.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "79146466E43A2B99" + tasks: [{ + id: "615188F5D6F85423" + type: "item" + item: "ars_nouveau:glyph_flare" + }] + rewards: [{ + id: "2A7E9481610EF8CE" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -10.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "07D6CC12D577643E" + tasks: [{ + id: "75FB9F65DDF0403C" + type: "item" + item: "ars_nouveau:glyph_craft" + }] + rewards: [{ + id: "3009A2213F18A2FF" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -5.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "05C2A6E54898C963" + tasks: [{ + id: "20E81CE5B5665DAF" + type: "item" + item: "ars_nouveau:glyph_cold_snap" + }] + rewards: [{ + id: "1D22D2CA15F8A4D3" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -7.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "6C4E72C0BF98E8DD" + tasks: [{ + id: "17D156865446035D" + type: "item" + item: "ars_nouveau:glyph_rune" + }] + rewards: [{ + id: "0579B03379C21F12" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -8.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "67A207CF6900F232" + tasks: [{ + id: "3472B3099BD5EE5D" + type: "item" + item: "ars_nouveau:glyph_snare" + }] + rewards: [{ + id: "4C1EFACFEBA74106" + type: "xp" + xp: 100 + }] + } + { + x: 0.0d + y: -9.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "295703FC5B92D0E6" + tasks: [{ + id: "6A60A533BDBCCAD9" + type: "item" + item: "ars_nouveau:glyph_slowfall" + }] + rewards: [{ + id: "6DE20BFC516C9D93" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -6.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "5BB155110168DF92" + tasks: [{ + id: "12CE4920DABD0F98" + type: "item" + item: "ars_nouveau:glyph_freeze" + }] + rewards: [{ + id: "2134B56DB249DD4D" + type: "xp" + xp: 100 + }] + } + { + x: 3.0d + y: -9.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "00143D4FC12AEFD9" + tasks: [{ + id: "2CBB0C0E32E58128" + type: "item" + item: "ars_nouveau:glyph_split" + }] + rewards: [{ + id: "0611C740983E448E" + type: "xp" + xp: 250 + }] + } + { + x: 0.0d + y: -6.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "73D19C0C1836CD03" + tasks: [{ + id: "05AD66530B699FA0" + type: "item" + item: "ars_nouveau:glyph_crush" + }] + rewards: [{ + id: "76E52105DFA1D72B" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -9.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "18BC056B55C25EB5" + tasks: [{ + id: "21E1D29B5CD3372A" + type: "item" + item: "ars_nouveau:glyph_smelt" + }] + rewards: [{ + id: "66715F05B72746A8" + type: "xp" + xp: 100 + }] + } + { + x: 0.0d + y: -13.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "5F75215CB5956290" + tasks: [{ + id: "761F5F98E18E824D" + type: "item" + item: "ars_nouveau:glyph_accelerate" + }] + rewards: [{ + id: "183520B645B94E0A" + type: "xp" + xp: 100 + }] + } + { + x: 2.0d + y: -5.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "2714EE46B4DF620E" + tasks: [{ + id: "0AD6A125820795DE" + type: "item" + item: "ars_nouveau:glyph_summon_vex" + }] + rewards: [{ + id: "0E66259E403E2C95" + type: "xp" + xp: 250 + }] + } + { + x: 4.0d + y: -7.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "0EC08C5BBFA83A51" + tasks: [{ + id: "59CE7EAEA0C25808" + type: "item" + item: "ars_nouveau:glyph_lightning" + }] + rewards: [{ + id: "4AF328709D941E3A" + type: "xp" + xp: 250 + }] + } + { + x: 0.0d + y: -8.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "7F97805EE8DFC9F6" + tasks: [{ + id: "54E317444AF31DA0" + type: "item" + item: "ars_nouveau:glyph_grow" + }] + rewards: [{ + id: "75CB1B6486A4A1BA" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -13.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "62A9FD6138446A17" + tasks: [{ + id: "3512BC20229693CD" + type: "item" + item: "ars_nouveau:glyph_dampen" + }] + rewards: [{ + id: "10F069AD9A83E88E" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -8.5d + shape: "rsquare" + description: [""] + dependencies: ["63DD7F5A4441ACE7"] + id: "36183375DAA54408" + tasks: [{ + id: "05BAF8FF07FD6A10" + type: "item" + item: "ars_nouveau:glyph_invisibility" + }] + rewards: [{ + id: "4A8CCAD32C41B1F0" + type: "xp" + xp: 100 + }] + } + { + x: 0.0d + y: -11.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "46469E3A8AF0CB80" + tasks: [{ + id: "6E473A397B0824E4" + type: "item" + item: "ars_nouveau:glyph_extract" + }] + rewards: [{ + id: "7ED14CED220DB1A0" + type: "xp" + xp: 100 + }] + } + { + x: -6.0d + y: -11.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "430CAC90C8B34A17" + tasks: [{ + id: "312250C813E89B54" + type: "item" + item: "ars_nouveau:glyph_delay" + }] + rewards: [{ + id: "33CBB61F5D1C72FE" + type: "xp" + xp: 100 + }] + } + { + x: -6.0d + y: -8.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "73C9BE065B1F094B" + tasks: [{ + id: "3F20F6E300F8E095" + type: "item" + item: "ars_nouveau:glyph_light" + }] + rewards: [{ + id: "002DBEDD1338DB6E" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -11.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "5F7A07D0F71044D2" + tasks: [{ + id: "353BF5D2B4D53BF5" + type: "item" + item: "ars_nouveau:glyph_duration_down" + }] + rewards: [{ + id: "7F198E2F1F196E71" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -6.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "2CD1B2BCEDA0D473" + tasks: [{ + id: "105A471BB30BD30F" + type: "item" + item: "ars_nouveau:glyph_exchange" + }] + rewards: [{ + id: "37BF85F7140B1BA5" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -12.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "38E44223347DA798" + tasks: [{ + id: "52234A1EC13FC6A0" + type: "item" + item: "ars_nouveau:glyph_place_block" + }] + rewards: [{ + id: "71384940493358B4" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -5.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "0641F45BEA6C67E5" + tasks: [{ + id: "5C9BC3699A5762CA" + type: "item" + item: "ars_nouveau:glyph_conjure_water" + }] + rewards: [{ + id: "0FFF8CAFF06616E6" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -14.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "515001313775DCFC" + tasks: [{ + id: "651B06E6873F34CF" + type: "item" + item: "ars_nouveau:glyph_cut" + }] + rewards: [{ + id: "6E6F7FDB76B6718C" + type: "xp" + xp: 100 + }] + } + { + x: -6.0d + y: -9.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "00ABBF2CB07D573C" + tasks: [{ + id: "545B39FB8B2627AD" + type: "item" + item: "ars_nouveau:glyph_harm" + }] + rewards: [{ + id: "58343DFDAE1210BF" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -14.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "2EB88ABC7017D5FE" + tasks: [{ + id: "6B7078A98D08EC1F" + type: "item" + item: "ars_nouveau:glyph_interact" + }] + rewards: [{ + id: "234238D75E11C869" + type: "xp" + xp: 100 + }] + } + { + x: 3.0d + y: -6.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "7AAD3CE642A34A0C" + tasks: [{ + id: "32C20AFC9A4A0E0E" + type: "item" + item: "ars_nouveau:glyph_blink" + }] + rewards: [{ + id: "74B74CC8FDF44689" + type: "xp" + xp: 250 + }] + } + { + x: -4.0d + y: -9.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "073FD3884B2B11F7" + tasks: [{ + id: "41EF535B718F674F" + type: "item" + item: "ars_nouveau:glyph_amplify" + }] + rewards: [{ + id: "18A7D6E21342AC84" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -11.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "329B7554AE16FFF7" + tasks: [{ + id: "405BF1E9FE690938" + type: "item" + item: "ars_nouveau:glyph_phantom_block" + }] + rewards: [{ + id: "53A07675437152F5" + type: "xp" + xp: 100 + }] + } + { + x: 0.0d + y: -7.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "4CAC87774C1B15C0" + tasks: [{ + id: "7F2FC5D08E7B548B" + type: "item" + item: "ars_nouveau:glyph_fell" + }] + rewards: [{ + id: "2483EB293F404A34" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -13.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "1038054E334AC792" + tasks: [{ + id: "56F8DEF68AA8B41C" + type: "item" + item: "ars_nouveau:glyph_extend_time" + }] + rewards: [{ + id: "56F859C404D06D60" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -8.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "30B8E8169EAE1C01" + tasks: [{ + id: "53250785A630D303" + type: "item" + item: "ars_nouveau:glyph_heal" + }] + rewards: [{ + id: "4A88E180796EF97D" + type: "xp" + xp: 100 + }] + } + { + x: -6.0d + y: -10.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "00D329407250AC7B" + tasks: [{ + id: "38003743B695C5C1" + type: "item" + item: "ars_nouveau:glyph_leap" + }] + rewards: [{ + id: "78BB5F978CE1F7D5" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -10.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "495990C8C95A955B" + tasks: [{ + id: "23921DC99D9F19D8" + type: "item" + item: "ars_nouveau:glyph_redstone_signal" + }] + rewards: [{ + id: "3C9E29A9FC03AF29" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -11.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "290F943A1FF52070" + tasks: [{ + id: "04E0C481BB6ABD87" + type: "item" + item: "ars_nouveau:glyph_pierce" + }] + rewards: [{ + id: "1243EAD7C7EF2671" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -6.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "496639EC3DC0165C" + tasks: [{ + id: "10D3703D3C415FC3" + type: "item" + item: "ars_nouveau:glyph_harvest" + }] + rewards: [{ + id: "538981D001CEF01F" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -12.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "66D63DC37FCDD268" + tasks: [{ + id: "55DA99DF01D9C37C" + type: "item" + item: "ars_nouveau:glyph_fortune" + }] + rewards: [{ + id: "13807DD4DB0DF579" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -13.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "1EAE42D3A2162339" + tasks: [{ + id: "696076AA28E02C89" + type: "item" + item: "ars_nouveau:glyph_break" + }] + rewards: [{ + id: "157C46CA34F1665F" + type: "xp" + xp: 100 + }] + } + { + x: -6.0d + y: -14.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "1EEC5622F2A9A163" + tasks: [{ + id: "44C797F6DFAF95D9" + type: "item" + item: "ars_nouveau:glyph_pickup" + }] + rewards: [{ + id: "3345878DB26C9352" + type: "xp" + xp: 100 + }] + } + { + x: -6.0d + y: -7.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "7862778F8424419B" + tasks: [{ + id: "486CF16F4F5C860E" + type: "item" + item: "ars_nouveau:glyph_launch" + }] + rewards: [{ + id: "1345D7C50ED45695" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -5.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "0671915D3BDDD07D" + tasks: [{ + id: "54AED59019A9FC16" + type: "item" + item: "ars_nouveau:glyph_dispel" + }] + rewards: [{ + id: "2D178271A4983D6D" + type: "xp" + xp: 100 + }] + } + { + x: 0.0d + y: -5.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "3A44DCF5B7D5024C" + tasks: [{ + id: "3EBC8A668657B7E1" + type: "item" + item: "ars_nouveau:glyph_ender_inventory" + }] + rewards: [{ + id: "0335AC3EC7F9AFD3" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -9.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "392869A1DEB7EE20" + tasks: [{ + id: "41A6ED0A1538D0A8" + type: "item" + item: "ars_nouveau:glyph_pull" + }] + rewards: [{ + id: "0DA7CDD79CBEAE32" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -6.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "5DE36D1C9F29F931" + tasks: [{ + id: "2626959A926C1054" + type: "item" + item: "ars_nouveau:glyph_explosion" + }] + rewards: [{ + id: "711554480E47E3EE" + type: "xp" + xp: 100 + }] + } + { + x: 4.0d + y: -6.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "16C47409C0A411EF" + tasks: [{ + id: "624F70371F036C65" + type: "item" + item: "ars_nouveau:glyph_fangs" + }] + rewards: [{ + id: "78B74A293DA4C554" + type: "xp" + xp: 250 + }] + } + { + x: 0.0d + y: -12.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + dependency_requirement: "one_started" + id: "3801E818308438FF" + tasks: [{ + id: "03829269308C4BC8" + type: "item" + item: "ars_nouveau:glyph_aoe" + }] + rewards: [{ + id: "5A23E05D4AB7A880" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -7.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "485EE9E6C6F59826" + tasks: [{ + id: "27987EFDAC19DE52" + type: "item" + item: "ars_nouveau:glyph_gravity" + }] + rewards: [{ + id: "62E2BDCDD8BD192C" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -11.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "0E34D5156EFE2182" + tasks: [{ + id: "015C2C0D27AC3393" + type: "item" + item: "ars_nouveau:glyph_aquatic" + }] + rewards: [{ + id: "090CD19E49757C21" + type: "xp" + xp: 100 + }] + } + { + x: 4.0d + y: -5.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "4F5FCEBB16B5B6F5" + tasks: [{ + id: "589EE0FDB1FB0FA9" + type: "item" + item: "ars_nouveau:glyph_wither" + }] + rewards: [{ + id: "7E0B39C013F2A024" + type: "xp" + xp: 250 + }] + } + { + x: -6.0d + y: -6.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "3EAC7600113F9AAB" + tasks: [{ + id: "3270B8D5C37F7F34" + type: "item" + item: "ars_nouveau:glyph_gust" + }] + rewards: [{ + id: "4E130026AC47622B" + type: "xp" + xp: 100 + }] + } + { + x: 16.5d + y: -2.0d + shape: "square" + dependencies: ["542C6D76B579886C"] + id: "7CA63A0B7CC541CE" + tasks: [{ + id: "1920F9987DC6005C" + type: "item" + item: { + id: "ars_nouveau:novice_hood" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "564F8945E4B9F524" + type: "random" + table_id: 4108383404435779231L + } + { + id: "5EB6CCBB2035E0FA" + type: "xp" + xp: 100 + } + ] + } + { + x: 16.5d + y: -1.0d + shape: "square" + dependencies: ["542C6D76B579886C"] + id: "565CA72D2268B140" + tasks: [{ + id: "34A3EA32E23BAABA" + type: "item" + item: { + id: "ars_nouveau:novice_robes" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "1617B24A2DCDAC77" + type: "random" + table_id: 4108383404435779231L + } + { + id: "022ACB5F5D02A2DE" + type: "xp" + xp: 100 + } + ] + } + { + x: 16.5d + y: 1.0d + shape: "square" + dependencies: ["542C6D76B579886C"] + id: "24F0C4277415CAEF" + tasks: [{ + id: "61BDAA876EEA6E44" + type: "item" + item: { + id: "ars_nouveau:novice_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "61775370F5F9FAD6" + type: "random" + table_id: 4108383404435779231L + } + { + id: "327F73A38CFE7FA3" + type: "xp" + xp: 100 + } + ] + } + { + x: 16.5d + y: 2.0d + shape: "square" + dependencies: ["542C6D76B579886C"] + id: "7E4A3016FCA4E7FD" + tasks: [{ + id: "37B3484A9F1B97EF" + type: "item" + item: { + id: "ars_nouveau:novice_boots" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "63F45CFFE1FEAF56" + type: "random" + table_id: 4108383404435779231L + } + { + id: "7437897D09F956C6" + type: "xp" + xp: 100 + } + ] + } + { + x: 18.5d + y: -2.0d + shape: "square" + dependencies: ["5E7587210DB282EC"] + id: "4AD49D471BF4AB27" + tasks: [{ + id: "0023CB82CB60DD6E" + type: "item" + item: { + id: "ars_nouveau:apprentice_hood" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "16E6EF534CDAE4E4" + type: "random" + table_id: 4108383404435779231L + } + { + id: "0E819AEE8B03A3F5" + type: "xp" + xp: 100 + } + ] + } + { + x: 18.5d + y: -1.0d + shape: "square" + dependencies: ["5E7587210DB282EC"] + id: "4DFBE829FA797B75" + tasks: [{ + id: "2B19FFFF280DC213" + type: "item" + item: { + id: "ars_nouveau:apprentice_robes" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "7AD8D168C8813810" + type: "random" + table_id: 4108383404435779231L + } + { + id: "6F3AE3C1C37E6F0E" + type: "xp" + xp: 100 + } + ] + } + { + x: 18.5d + y: 1.0d + shape: "square" + dependencies: ["5E7587210DB282EC"] + id: "418C7D2CB2259A45" + tasks: [{ + id: "27D3AF0221AE3E0B" + type: "item" + item: { + id: "ars_nouveau:apprentice_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "2354C6D515122451" + type: "random" + table_id: 4108383404435779231L + } + { + id: "1F6F732221C54DF9" + type: "xp" + xp: 100 + } + ] + } + { + x: 18.5d + y: 2.0d + shape: "square" + dependencies: ["5E7587210DB282EC"] + id: "326124128BE6823F" + tasks: [{ + id: "7DE3FFBA77344B7C" + type: "item" + item: { + id: "ars_nouveau:apprentice_boots" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "16EABDD646C14787" + type: "random" + table_id: 4108383404435779231L + } + { + id: "0AAACF09CA07B114" + type: "xp" + xp: 100 + } + ] + } + { + x: 20.5d + y: -2.0d + shape: "square" + dependencies: ["2A8D21E573A6DE09"] + id: "6460384591079D3A" + tasks: [{ + id: "3A36B5DAEBB078E3" + type: "item" + item: { + id: "ars_nouveau:archmage_hood" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "58A6E4692065563C" + type: "random" + table_id: 4108383404435779231L + } + { + id: "58F3C493DB474D3F" + type: "xp" + xp: 250 + } + ] + } + { + x: 20.5d + y: -1.0d + shape: "square" + dependencies: ["2A8D21E573A6DE09"] + id: "56C035444F3D202F" + tasks: [{ + id: "211C25415C19E8A8" + type: "item" + item: { + id: "ars_nouveau:archmage_robes" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "307AC2B7285C2F41" + type: "random" + table_id: 4108383404435779231L + } + { + id: "62CD4EA497A17D7F" + type: "xp" + xp: 250 + } + ] + } + { + x: 20.5d + y: 1.0d + shape: "square" + dependencies: ["2A8D21E573A6DE09"] + id: "111ED22A2EFDEEEF" + tasks: [{ + id: "742537CA15856DCD" + type: "item" + item: { + id: "ars_nouveau:archmage_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "32444B30962362E6" + type: "random" + table_id: 4108383404435779231L + } + { + id: "0E7E9714DB9C633A" + type: "xp" + xp: 250 + } + ] + } + { + x: 20.5d + y: 2.0d + shape: "square" + dependencies: ["2A8D21E573A6DE09"] + id: "7E95499984FFB344" + tasks: [{ + id: "255FB2CA7016863A" + type: "item" + item: { + id: "ars_nouveau:archmage_boots" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "1E2E27EBAF94288A" + type: "random" + table_id: 4108383404435779231L + } + { + id: "1D964A5E64BE33BC" + type: "xp" + xp: 250 + } + ] + } + { + title: "Tier 2 Glyphs" + x: -1.0d + y: -4.0d + shape: "hexagon" + description: [ + "Tier 2 Glyphs require 5 levels of experience to be made." + "" + "They also require a &9Mage's Spell Book&r to create." + ] + dependencies: ["3D4D88B8BE881351"] + id: "63DD7F5A4441ACE7" + tasks: [{ + id: "15C6E9C02D1FBEC0" + type: "checkmark" + }] + } + { + title: "Tier 1 Glyphs" + x: -5.0d + y: -4.0d + shape: "hexagon" + description: ["Tier 1 Glyphs require 3 levels of experience to be made."] + dependencies: ["3D4D88B8BE881351"] + id: "441C0659ED28D935" + tasks: [{ + id: "1CC556A6921208B8" + type: "checkmark" + }] + } + { + title: "Tier 3 Glyphs" + x: 3.0d + y: -4.0d + shape: "hexagon" + description: [ + "Tier 3 Glyphs require 10 levels of experience to be made." + "" + "They also require an &6Archmage's Spell Book&r." + ] + dependencies: ["3D4D88B8BE881351"] + id: "6F3602F5600A6221" + tasks: [{ + id: "65D68BEEB36FC805" + type: "checkmark" + }] + } + { + x: 15.5d + y: 0.0d + description: [ + "When your Magebloom seeds.... bloom, you can use the Magebloom to create Fibers." + "" + "These are used to craft several items, including your first set of magical armor, the &eNovice Armor&r." + ] + dependencies: ["58EC47584C773B82"] + id: "542C6D76B579886C" + tasks: [{ + id: "561CAB97C346BD65" + type: "item" + item: "ars_nouveau:magebloom_fiber" + }] + rewards: [ + { + id: "18BF6731D11BADA5" + type: "item" + item: "ars_nouveau:magebloom_fiber" + count: 2 + random_bonus: 4 + } + { + id: "3942C398C37DE6AA" + type: "xp" + xp: 100 + } + ] + } + { + x: 17.5d + y: 0.0d + description: [ + "Infusing Magebloom Fiber with Blaze Powder makes it even stronger!" + "" + "These are used to create the Mage Armor." + ] + dependencies: ["542C6D76B579886C"] + id: "5E7587210DB282EC" + tasks: [{ + id: "308AA8ADC1B97DD5" + type: "item" + item: "ars_nouveau:blaze_fiber" + }] + rewards: [ + { + id: "7971A13D1DC2CB2E" + type: "item" + item: "ars_nouveau:blaze_fiber" + count: 2 + random_bonus: 2 + } + { + id: "1C67A413997DCDCA" + type: "item" + item: "minecraft:blaze_powder" + count: 2 + random_bonus: 1 + } + { + id: "7D5F9B5998948E1C" + type: "xp" + xp: 100 + } + ] + } + { + x: 19.5d + y: 0.0d + subtitle: "Becoming the Archmage" + description: [ + "Unlike Skyrim, you don't have to cast a single spell to become the Archmage." + "" + "If we infuse our Blaze Fibers with Chorus Fruit, we'll get &5End Fibers&r." + "" + "These are used to craft the &6Archmage Armor&r." + ] + dependencies: ["5E7587210DB282EC"] + id: "2A8D21E573A6DE09" + tasks: [{ + id: "25D5E65FCE720D11" + type: "item" + item: "ars_nouveau:end_fiber" + }] + rewards: [ + { + id: "1192C9BD70B29817" + type: "item" + item: "ars_nouveau:end_fiber" + count: 2 + } + { + id: "05B10E6D7C24EF9E" + type: "item" + item: "minecraft:popped_chorus_fruit" + count: 2 + random_bonus: 2 + } + { + id: "246938CD64637CCF" + type: "xp" + xp: 100 + } + ] + } + { + title: "Enchanting Apparatus" + x: 10.5d + y: 0.0d + shape: "hexagon" + description: [ + "The &9Enchanting Apparatus&r is used to craft various items within the mod. It requires Source to work." + "" + "It is also a multiblock structure that utilizes Arcane Pedestals to craft." + "" + "Start by placing an Arcane Core in the ground, then place the Enchanting Apparatus on top of it. Surround the Apparatus with Arcane Pedestals, like shown in the image." + "" + "{image:atm:textures/enchanting_app.png width:200 height:200 align:1}" + ] + dependencies: ["18A2FBE2D4133FA2"] + size: 1.25d + id: "3D862A3D3F83CA26" + tasks: [ + { + id: "2C36C64341C6B6F2" + type: "item" + item: "ars_nouveau:enchanting_apparatus" + } + { + id: "695EFDD9FC874F04" + type: "item" + item: "ars_nouveau:arcane_core" + } + ] + rewards: [{ + id: "6A3427733B3CA02B" + type: "random" + table_id: 4108383404435779231L + }] + } + { + title: "Arcane Pedestals" + x: 7.5d + y: 0.0d + shape: "square" + subtitle: "Fancy Tables" + description: [ + "Arcane Pedestals are needed for the Ritual Brazier and crafting items with an Enchanting Apparatus." + "" + "Go ahead and make yourself 8 of them!" + ] + dependencies: ["5C3FF43CF16BCF30"] + size: 1.25d + id: "18A2FBE2D4133FA2" + tasks: [{ + id: "5B80C1EF5D85EA64" + type: "item" + item: "ars_nouveau:arcane_pedestal" + count: 8L + }] + rewards: [{ + id: "7FE30F0CBBB358D5" + type: "random" + table_id: 4108383404435779231L + }] + } + { + x: -4.0d + y: -7.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "1D3471FCA8B3BE36" + tasks: [{ + id: "5A03F82C6B50D548" + type: "item" + item: "ars_nouveau:glyph_summon_steed" + }] + rewards: [{ + id: "5DDFF0D49AF679D4" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -8.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "779C2162C69DAE8E" + tasks: [{ + id: "29E06B429B4AE176" + type: "item" + item: "ars_nouveau:glyph_summon_wolves" + }] + rewards: [{ + id: "2903B75395F0A1A8" + type: "xp" + xp: 100 + }] + } + { + x: -6.0d + y: -5.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "69A04EB462756EED" + tasks: [{ + id: "17413068980A17B1" + type: "item" + item: "ars_nouveau:glyph_underfoot" + }] + rewards: [{ + id: "408EBF04460254C7" + type: "xp" + xp: 100 + }] + } + { + x: 3.0d + y: -5.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "29E3DD9A3F85CE80" + tasks: [{ + id: "72D77A51A69EDA71" + type: "item" + item: "ars_nouveau:glyph_summon_decoy" + }] + rewards: [{ + id: "24B9ED813A6ACDB6" + type: "xp" + xp: 250 + }] + } + { + x: 2.0d + y: -6.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "44D5ABE34271D7FE" + tasks: [{ + id: "2A80E3849EB6A71D" + type: "item" + item: "ars_nouveau:glyph_hex" + }] + rewards: [{ + id: "43BD5FE7A425EB01" + type: "xp" + xp: 250 + }] + } + { + x: 8.0d + y: 5.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "43784C83C8A76E8B" + tasks: [{ + id: "3280A874803F3976" + type: "item" + item: "ars_nouveau:ritual_sunrise" + }] + rewards: [ + { + id: "5FCADF47120B444F" + type: "xp" + xp: 100 + } + { + id: "02DFF1375006F31E" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 8.5d + y: 5.0d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "21EC1A577B4E2FC4" + tasks: [{ + id: "342E847B567C499A" + type: "item" + item: "ars_nouveau:ritual_warping" + }] + rewards: [ + { + id: "1F0840B0DE4A1AB2" + type: "xp" + xp: 100 + } + { + id: "1A45B284FC5E9279" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 7.5d + y: 5.0d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "07DE3A966516EA8B" + tasks: [{ + id: "4553742BFEB7AAF6" + type: "item" + item: "ars_nouveau:ritual_overgrowth" + }] + rewards: [ + { + id: "77C5D3A22AC85962" + type: "xp" + xp: 100 + } + { + id: "4FD793AF9D24AD31" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 7.0d + y: 5.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "34DC34EA5ED7C96D" + tasks: [{ + id: "3FCA99481934542B" + type: "item" + item: "ars_nouveau:ritual_moonfall" + }] + rewards: [ + { + id: "436D64353438EF78" + type: "xp" + xp: 100 + } + { + id: "3EEBA418A6C79336" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 6.5d + y: 5.0d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "08803844E52178AA" + tasks: [{ + id: "139DDE68B8C4A5C6" + type: "item" + item: "ars_nouveau:ritual_fertility" + }] + rewards: [ + { + id: "07C8F015CE9BD807" + type: "xp" + xp: 100 + } + { + id: "6E2984E70D8C21B6" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 7.5d + y: 6.0d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "4E0976E1DAF65FC9" + tasks: [{ + id: "252DC59E9F363E10" + type: "item" + item: "ars_nouveau:ritual_burrowing" + }] + rewards: [ + { + id: "5AD819DC4B46FA2A" + type: "xp" + xp: 100 + } + { + id: "599B537B8344A8DF" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 7.0d + y: 6.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "6D8C9D7D9DF9A6DD" + tasks: [{ + id: "11D8B50355018821" + type: "item" + item: "ars_nouveau:ritual_challenge" + }] + rewards: [ + { + id: "676B809A82AFD113" + type: "xp" + xp: 100 + } + { + id: "1334CD795D6859AF" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 7.0d + y: 4.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "4F8119B6298EA753" + tasks: [{ + id: "51A93C01E6E8F960" + type: "item" + item: "ars_nouveau:ritual_cloudshaping" + }] + rewards: [ + { + id: "2004FAB6824A6495" + type: "xp" + xp: 100 + } + { + id: "328F118F11490AA8" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 8.0d + y: 4.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "40407D2CDC660866" + tasks: [{ + id: "1FBAFEB74535EFAE" + type: "item" + item: "ars_nouveau:ritual_disintegration" + }] + rewards: [ + { + id: "199A28C165BCF1A9" + type: "xp" + xp: 100 + } + { + id: "49C80B385AA16CA2" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 8.0d + y: 6.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "251C9E4B29A29728" + tasks: [{ + id: "6BEA84FA2F3A39AE" + type: "item" + item: "ars_nouveau:ritual_restoration" + }] + rewards: [ + { + id: "40E53BCA971C8B77" + type: "xp" + xp: 100 + } + { + id: "405990A0A9663657" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: -1.0d + y: -2.5d + shape: "gear" + subtitle: "Upgrading Spells" + description: [ + "If you want to cast better spells, you'll need a &6Scribe's Table&r to unlock new glyphs for your spellbook." + "" + "There are 3 tiers of glyphs to unlock, and each one requires some experience and items." + "" + "The Scribe's Table is also used to attach spells to Spell Parchments. To do this, place a Spell Parchment on the table, select the spell in your Spellbook, then sneak right-click the book on the table." + "" + "To create a Glyph, right-click on the Scribe's Table with your spellbook. Search for the glyph you want to make, then click Select at the bottom. Right-click the table with the items required, and the glyph will be created. Use the glyph to learn it." + "" + "Note: The table can pull items from nearby inventories." + ] + dependencies: ["33682F4B44950123"] + size: 1.5d + id: "3D4D88B8BE881351" + tasks: [{ + id: "5ADEEEE0C217B20F" + type: "item" + item: "ars_nouveau:scribes_table" + }] + rewards: [ + { + id: "090A541FA98CD1FD" + type: "random" + title: "Random Tier 1 Glyph" + table_id: 7708276966210401484L + } + { + id: "4E42BB4E02799D87" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.5d + y: -3.0d + shape: "diamond" + dependencies: ["1D86B2E553503E53"] + optional: true + id: "2C47C9B566A63135" + tasks: [{ + id: "5646241FF2CF806B" + type: "item" + item: "ars_nouveau:whirlisprig_charm" + }] + rewards: [ + { + id: "01E441FF9CA844EC" + type: "random" + table_id: 4108383404435779231L + } + { + id: "22F6119959883273" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.0d + y: 0.0d + subtitle: "Our First Spellbook" + description: [ + "To get started, you'll need to craft yourself a &6Novice Spellbook&r." + "" + "This is where you create and store your spells." + "" + "Hitting the &9C&r key will open up the \"Create a Spell\" page. On the left, there are several tabs, but the main 3 are: Spell Creation, Color Picker, and Familiars." + "" + "This spellbook will only allow you to create and use Tier 1 Glyphs. To create better spells, you'll need to upgrade your Spellbook!" + ] + dependencies: ["6E0E13806F388D7E"] + id: "64D0E66CB4FBEC82" + tasks: [{ + id: "6988873450238F30" + type: "item" + item: "ars_nouveau:novice_spell_book" + }] + rewards: [ + { + id: "565501823D60D08C" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "ars_nouveau:mana_regen_potion" + } + } + } + { + id: "6C54AF41C1300895" + type: "xp" + xp: 10 + } + ] + } + { + x: -4.0d + y: 1.5d + description: [ + "This is the next upgrade to your Spellbook!" + "" + "This will increase your overall mana and mana regen, as well as unlocking the ability to create and use Tier 2 Glyphs." + ] + dependencies: ["64D0E66CB4FBEC82"] + id: "0D330FAD6C993DBC" + tasks: [{ + id: "0BCFC6422BBF539C" + type: "item" + item: "ars_nouveau:apprentice_spell_book" + }] + rewards: [ + { + id: "26AA78496AAD568F" + type: "random" + title: "Random Tier 1 Glyph" + table_id: 7708276966210401484L + } + { + id: "0BC389F7E63D4F9F" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.0d + y: 3.0d + description: [ + "To create the final tier of your Spellbook, you'll need to have killed the &6Wilden Chimera&r." + "" + "This is a Ritual that you'll need to complete using a &9Ritual Brazier&r." + ] + dependencies: ["0D330FAD6C993DBC"] + id: "17D7D34F519F7E5F" + tasks: [{ + id: "5E7DBDDD97BA8F13" + type: "item" + item: "ars_nouveau:archmage_spell_book" + }] + rewards: [ + { + id: "0069DCEFE2EC5E72" + type: "xp" + xp: 1000 + } + { + id: "1B7F1D53028BFD7B" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 7.5d + y: 3.5d + shape: "diamond" + description: [ + "The &9Ritual Brazier&r is used to cast rituals. It can also be used for decoration. If you want to light the Brazier, use a Light spell on it." + "" + "To perform rituals, you'll need Arcane Pedestals as well. As there are so many rituals to cast, make sure to check out each of them using the &6Worn Notebook&r!" + "" + "This can be done by holding Ctrl on the Ritual Table while the book is in your inventory." + ] + dependencies: ["18A2FBE2D4133FA2"] + size: 1.5d + id: "457DE8C154641437" + tasks: [{ + id: "1E0B9FBF5319CEF6" + type: "item" + item: "ars_nouveau:ritual_brazier" + }] + rewards: [{ + id: "2AB084ECE2D92D7D" + type: "random" + table_id: 4108383404435779231L + }] + } + { + x: 3.0d + y: 3.5d + shape: "hexagon" + subtitle: "Storing Potions" + description: [ + "The &9Potion Jar&r stores up to 100 potions. You can remove them by using an empty bottle or a potion flask on the jar." + "" + "Wixies will use these jars during Potion Autocrafting." + ] + dependencies: ["227DBA8836021B0B"] + id: "04D9F6587EF8D9B7" + tasks: [{ + id: "7F3D9B9E5E4FD3B8" + type: "item" + item: "ars_nouveau:potion_jar" + }] + rewards: [ + { + id: "4002396BC72C5C53" + type: "random" + table_id: 4108383404435779231L + } + { + id: "57D993FC63FEFE77" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.0d + y: 0.0d + subtitle: "Creating Source Gems" + description: [ + "To create one of the main crafting items in Ars, the &9Source Gem&r, we'll need to make an &6Imbuement Chamber&r." + "" + "The Imbuement Chamber requires Source to imbue items. It produces a small amount of Source by itself, but can also use Source Jars as a power source." + "" + "Several recipes also require Arcane Pedestals to be placed around it as well." + "" + "" + "{image:atm:textures/imbuement.png width:200 height:150 align:1}" + ] + dependencies: ["33682F4B44950123"] + id: "5766C8B9E850C186" + tasks: [{ + id: "78B5B8F9CE9EC702" + type: "item" + item: "ars_nouveau:imbuement_chamber" + }] + rewards: [ + { + id: "09511C532C90CDE3" + type: "xp" + xp: 10 + } + { + id: "62B7E8C87CCD5E12" + type: "item" + item: "ars_nouveau:archwood_planks" + count: 2 + random_bonus: 2 + } + ] + } + { + title: "Archwood logs" + x: -1.0d + y: 0.0d + 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." + ] + 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" + } + } + count: 2L + } + ] + rewards: [ + { + id: "33B8442826203713" + type: "item" + item: "ars_nouveau:blue_archwood_sapling" + } + { + id: "5C16757EA6C22406" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.0d + y: 2.0d + shape: "gear" + subtitle: "Storing Source" + description: [ + "In Ars Nouveau, the power system for machines is called &9Source&r." + "" + "To start collecting some Source, we'll need a Source Jar." + "" + "Source can also be moved with buckets, or by breaking and picking up Source Jars." + ] + dependencies: ["40BC67BDEE15D1DE"] + size: 1.5d + id: "227DBA8836021B0B" + tasks: [{ + id: "55AA5FAABC23709E" + type: "item" + item: "ars_nouveau:source_jar" + }] + rewards: [ + { + id: "4C615BE675A9F93F" + type: "item" + item: "ars_nouveau:source_jar" + } + { + id: "58396A9107780E32" + type: "xp" + xp: 100 + } + { + id: "30A9AFEA9B6FA23A" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 11.0d + y: -3.5d + shape: "diamond" + dependencies: ["1D86B2E553503E53"] + optional: true + id: "04987E54ADC2C057" + tasks: [{ + id: "3BFC384D0B963E6E" + type: "item" + item: "ars_nouveau:drygmy_charm" + }] + rewards: [ + { + id: "4AB7B7452988BB23" + type: "random" + table_id: 4108383404435779231L + } + { + id: "2A2837CD356DA8D3" + type: "xp" + xp: 100 + } + ] + } + { + x: 9.5d + y: -3.0d + shape: "diamond" + dependencies: ["1D86B2E553503E53"] + optional: true + id: "6CEAA86EEAAC1203" + tasks: [{ + id: "751B3A47FE592B2F" + type: "item" + item: "ars_nouveau:amethyst_golem_charm" + }] + rewards: [ + { + id: "249952B8A10FEFA6" + type: "random" + table_id: 4108383404435779231L + } + { + id: "7763E6AF7FF43DB7" + type: "xp" + xp: 100 + } + ] + } + { + title: "Magebloom Seed" + x: 13.0d + y: 0.0d + subtitle: "Growing Magic" + description: [ + "Using our Enchanting Apparatus structure, we'll want to craft our first seed, the &5Magebloom Seed&r." + "" + "This will be used to create us some magical clothing!" + ] + dependencies: ["3D862A3D3F83CA26"] + id: "58EC47584C773B82" + tasks: [{ + id: "6CB12C3C6401287A" + type: "item" + item: "ars_nouveau:magebloom_crop" + count: 3L + }] + rewards: [ + { + id: "3CA2DD868A5F9D2D" + type: "item" + item: "ars_nouveau:magebloom_crop" + count: 2 + random_bonus: 2 + } + { + id: "26C30D4557C630DC" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.0d + y: -8.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "73C7A44F05AB6FAC" + tasks: [{ + id: "0DB8F107D55B420F" + type: "item" + item: "ars_nouveau:glyph_orbit" + }] + rewards: [{ + id: "5A905E4BD4F8092C" + type: "xp" + xp: 250 + }] + } + { + x: -6.0d + y: -12.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "2F5AECF5CDC8D8DB" + tasks: [{ + id: "21C6D6FA46FCE9E9" + type: "item" + item: "ars_nouveau:glyph_sensitive" + }] + rewards: [{ + id: "6550E19AA8FD30EE" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -12.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "407AD700892ADBF1" + tasks: [{ + id: "3282190E6DF860F4" + type: "item" + item: "ars_nouveau:glyph_decelerate" + }] + rewards: [{ + id: "34208794F55297FD" + type: "xp" + xp: 100 + }] + } + { + x: 4.5d + y: 2.5d + shape: "hexagon" + description: [ + "The Volcanic Sourcelink generates Source by consuming burnable items. Archwood logs will generate bonus Source." + "" + "As it burns items, it will convert nearby stone into lava." + "" + "This also generates Lava Lilys." + ] + dependencies: ["227DBA8836021B0B"] + id: "19D02325579F2AA8" + tasks: [{ + id: "273385666F3DBB43" + type: "item" + item: "ars_nouveau:volcanic_sourcelink" + }] + rewards: [ + { + id: "1CF532B01107172F" + type: "random" + table_id: 4108383404435779231L + } + { + id: "770A6318647CD783" + type: "xp" + xp: 100 + } + ] + } + { + x: 14.5d + y: 2.0d + subtitle: "Placeable Spells" + description: [ + "Runic Chalk is used to draw permanent Runes on that ground. These runes will cast spells on entities that walk over them." + "" + "To attach a spell to a rune, inscribe a &eSpell Parchment&r using a Scribe's Table." + "" + "Note: The Rune will need Source to operate." + ] + dependencies: ["0E2AD156E5EF263A"] + id: "151648179684B088" + tasks: [{ + id: "2E649D2172E6D537" + type: "item" + item: { + id: "ars_nouveau:runic_chalk" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "777EC7631583DFC2" + type: "random" + table_id: 4108383404435779231L + }] + } + { + x: 6.5d + y: 6.0d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "0E88FDAE4CB5561B" + tasks: [{ + id: "5018B75946EB5FA4" + type: "item" + item: "ars_nouveau:ritual_awakening" + }] + rewards: [ + { + id: "3C7EF29C9BD3D3D7" + type: "xp" + xp: 100 + } + { + id: "6BDC9AF06660CCF2" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 8.5d + y: 6.0d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "7471CDF5166D38F0" + tasks: [{ + id: "6CF702640DFC9FBA" + type: "item" + item: "ars_nouveau:ritual_flight" + }] + rewards: [ + { + id: "6301CC507E4D320B" + type: "xp" + xp: 100 + } + { + id: "2FDCBDE7D0558817" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 7.5d + y: 7.0d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "28D9ED74EBBC9818" + tasks: [{ + id: "5D3C989D159E191B" + type: "item" + item: "ars_nouveau:ritual_wilden_summon" + }] + rewards: [ + { + id: "2FD913C4DC69B36D" + type: "xp" + xp: 100 + } + { + id: "4E86C27147A3FF58" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 6.0d + y: 5.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "26D2183E27E1273A" + tasks: [{ + id: "0577B2F9A78434A0" + type: "item" + item: "ars_nouveau:ritual_scrying" + }] + rewards: [ + { + id: "181E590F3901AA47" + type: "xp" + xp: 100 + } + { + id: "4CD77E3340D32ACD" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 9.0d + y: 5.5d + shape: "diamond" + dependencies: ["457DE8C154641437"] + id: "634B477861AC9162" + tasks: [{ + id: "7B9F88A9A5FAE5CB" + type: "item" + item: "ars_nouveau:ritual_binding" + }] + rewards: [ + { + id: "7B45FBB75C0BCD6A" + type: "xp" + xp: 100 + } + { + id: "44FEA64D48FB7451" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: 3.0d + y: -7.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "4A41FCBFE985D81E" + tasks: [{ + id: "496294EBE15C66AD" + type: "item" + item: "ars_nouveau:glyph_glide" + }] + rewards: [{ + id: "400099F57136829D" + type: "xp" + xp: 250 + }] + } + { + x: -1.0d + y: -9.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "790C77898FED4E5D" + tasks: [{ + id: "6EA660C81B613163" + type: "item" + item: "ars_nouveau:glyph_wind_shear" + }] + rewards: [{ + id: "012CAAC458234260" + type: "xp" + xp: 100 + }] + } + { + x: 2.0d + y: -8.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "7F3EB3F473DF8385" + tasks: [{ + id: "598ED65E5C450F82" + type: "item" + item: "ars_nouveau:glyph_summon_undead" + }] + rewards: [{ + id: "49FE505047D7DA5B" + type: "xp" + xp: 250 + }] + } + { + x: 4.0d + y: -8.5d + shape: "rsquare" + dependencies: ["6F3602F5600A6221"] + id: "08B6FA532A136AF2" + tasks: [{ + id: "46FA84B093CC1151" + type: "item" + item: "ars_nouveau:glyph_linger" + }] + rewards: [{ + id: "730F984D1201E8F4" + type: "xp" + xp: 250 + }] + } + { + x: -6.0d + y: -13.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "59BD06DB42E0219F" + tasks: [{ + id: "5DA75E54FF1EFE89" + type: "item" + item: "ars_nouveau:glyph_evaporate" + }] + rewards: [{ + id: "302E439520101E75" + type: "xp" + xp: 100 + }] + } + { + x: -5.0d + y: -12.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "12A70E00A63A7154" + tasks: [{ + id: "024EA8646EFADFF5" + type: "item" + item: "ars_nouveau:glyph_bounce" + }] + rewards: [{ + id: "771FA1C73778FDCB" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: -10.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "11C2D56F3D382573" + tasks: [{ + id: "352317A2806A9855" + type: "item" + item: "ars_nouveau:glyph_sense_magic" + }] + rewards: [{ + id: "73AC0617FCAE9088" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -10.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "3D00118E2760D129" + tasks: [{ + id: "34C8EB5C0EEE98DD" + type: "item" + item: "ars_nouveau:glyph_name" + }] + rewards: [{ + id: "00305DC754DB0F35" + type: "xp" + xp: 100 + }] + } + { + x: 0.0d + y: -10.5d + shape: "rsquare" + dependencies: ["63DD7F5A4441ACE7"] + id: "7F69A7CD6ACA97D7" + tasks: [{ + id: "7DCF09E4EFEC5D64" + type: "item" + item: "ars_nouveau:glyph_firework" + }] + rewards: [{ + id: "584920D123AAE05F" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -5.5d + shape: "rsquare" + dependencies: ["441C0659ED28D935"] + id: "29742AAF8DF419BF" + tasks: [{ + id: "12EA0487A7DD255B" + type: "item" + item: "ars_nouveau:glyph_toss" + }] + rewards: [{ + id: "282A4F66165A7A37" + type: "xp" + xp: 100 + }] + } + { + icon: { + id: "ars_nouveau:spell_parchment" + Count: 1b + tag: { } + } + x: -4.5d + y: -1.5d + description: [ + "While holding your Spellbook, you can press C to open up the spell creation page." + "" + "Each spell must have a form. You start off with 3 basic forms: Projectile, Self-cast, and Touch." + "" + "For the Effect, this determines what happens when you cast the spell. You can have up to 9 effects per spell." + "" + "For starters, you have Harm and Break." + "" + "Select one Form and one Effect, name your spell, and click create!" + "" + "{image:atm:textures/spellbook.png width:200 height:150 align:1}" + ] + dependencies: ["64D0E66CB4FBEC82"] + id: "5CFBA24B3E0CDEDD" + tasks: [{ + id: "1B916AE67F84E6D7" + type: "checkmark" + title: "Creating Your First Spell" + }] + rewards: [{ + id: "7874ECF0E643907B" + type: "xp" + xp: 10 + }] + } + { + icon: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "ars_nouveau:mana_regen_potion" + } + } + x: -3.5d + y: -1.5d + subtitle: "Mage Power" + description: [ + "In the bottom left of your screen, you'll see a bar. This bar is your mana pool!" + "" + "There are several ways to increase your mana pool, or increase the efficiency of your spells as you progress through the mod. Upgrading your spellbook can also increase your mana!" + ] + dependencies: ["64D0E66CB4FBEC82"] + id: "6B511C8B572E8940" + tasks: [{ + id: "01FD75641E5EA5E4" + type: "checkmark" + title: "Mana" + }] + rewards: [ + { + id: "31255CD8D6C186BF" + type: "item" + item: { + id: "minecraft:lingering_potion" + Count: 1b + tag: { + Potion: "ars_nouveau:mana_regen_potion_long" + } + } + } + { + id: "663859C4D0F226EF" + type: "xp" + xp: 10 + } + ] + } + { + title: "&5Source Gems" + x: 3.0d + y: 0.0d + shape: "octagon" + description: ["To create Source Gems, we'll need to put either Lapis or Amethyst Shards into the Imbuement Chamber. Over time, these will convert to Source Gems!"] + dependencies: ["5766C8B9E850C186"] + size: 1.25d + id: "40BC67BDEE15D1DE" + tasks: [{ + id: "1344731C799303A3" + type: "item" + item: "ars_nouveau:source_gem" + count: 2L + }] + rewards: [ + { + id: "74A1C83DF8199111" + type: "item" + item: "ars_nouveau:source_gem" + random_bonus: 2 + } + { + id: "383031B91565B2F6" + type: "xp" + xp: 100 + } + { + id: "505A6922560E5299" + type: "random" + table_id: 4108383404435779231L + } + ] + } + { + x: -1.0d + y: 1.5d + subtitle: "Magic Finder" + description: [ + "The &6Dowsing Rod&r gives you Magic Find and Scrying when used." + "" + "This allows you to see nearby magic creatures as well as helping you find amethyst!" + ] + dependencies: ["33682F4B44950123"] + optional: true + id: "3142A40E1EAEBAA3" + tasks: [{ + id: "07469C1ABB23F686" + type: "item" + item: { + id: "ars_nouveau:dowsing_rod" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "792570A800671B52" + type: "xp" + xp: 100 + }] + } + { + x: 4.0d + y: 3.5d + shape: "hexagon" + subtitle: "Generates Source from Mob Deaths and Animal Breeding" + dependencies: ["227DBA8836021B0B"] + id: "295C77EEC89000FC" + tasks: [{ + id: "33072A37F4A28A77" + type: "item" + item: "ars_nouveau:vitalic_sourcelink" + }] + rewards: [ + { + id: "6E70639DCCE07AE1" + type: "random" + table_id: 4108383404435779231L + } + { + id: "42C6A17CF858CF08" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.0d + y: 4.5d + shape: "hexagon" + subtitle: "Power through Potions" + description: [ + "The &9Alchemical Sourcelink&r produces Source from adjacent potion jars." + "" + "The amount of source varies per potion and complexity." + ] + dependencies: ["04D9F6587EF8D9B7"] + id: "41A0BE357C8A74E1" + tasks: [{ + id: "2D08E66F6D607676" + type: "item" + item: "ars_nouveau:alchemical_sourcelink" + }] + rewards: [ + { + id: "0E2CF3992570D242" + type: "random" + table_id: 4108383404435779231L + } + { + id: "5D9B8AC5306D8C48" + type: "xp" + xp: 100 + } + ] + } + { + x: 2.0d + y: 3.5d + shape: "hexagon" + subtitle: "Generates Source from Nearby Food" + description: [ + "Source Berries produce more Source than other sources." + "" + "This will also convert grass or dirt into Mycelium in a 3x3 area around it. It will also grow mushrooms around it if the space is empty." + ] + dependencies: ["227DBA8836021B0B"] + id: "77145113CD5B26FB" + tasks: [{ + id: "3F5621FA53258210" + type: "item" + item: "ars_nouveau:mycelial_sourcelink" + }] + rewards: [ + { + id: "4B9B01B0DE50366F" + type: "random" + table_id: 4108383404435779231L + } + { + id: "5A7B1F43A9CF4B29" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.5d + y: 2.5d + shape: "hexagon" + subtitle: "Creates Source using the growth of Plants" + description: [ + "Placing this near growing plants or saplings will provide Source. Archwood trees provide more Source!" + "" + "Note: Bonemealing does not produce Source." + ] + dependencies: ["227DBA8836021B0B"] + id: "2D0CF18C8B2ABB7D" + tasks: [{ + id: "7CEAACDBB77206CC" + type: "item" + item: "ars_nouveau:agronomic_sourcelink" + }] + rewards: [ + { + id: "1670F143BF0992F9" + type: "random" + table_id: 4108383404435779231L + } + { + id: "5FFE6FE428A53B3F" + type: "xp" + xp: 100 + } + ] + } + { + title: "Arcane Stone" + x: 5.199999999999999d + y: 0.0d + subtitle: "Magical Rocks" + description: ["With Source Gems, you can get started crafting the various machines by creating &5Arcane Stones&r."] + dependencies: ["40BC67BDEE15D1DE"] + id: "5C3FF43CF16BCF30" + tasks: [{ + id: "03EB390E79866058" + type: "item" + item: "ars_nouveau:arcane_stone" + count: 8L + }] + rewards: [ + { + id: "08FBB04A40CEDD25" + type: "random" + table_id: 4108383404435779231L + } + { + id: "7F5D2F36132692EC" + type: "xp" + xp: 10 + } + ] + } + { + x: 14.5d + y: 1.0d + description: ["Used to inscribe spells on with the Scribe's Table."] + dependencies: ["542C6D76B579886C"] + id: "0E2AD156E5EF263A" + tasks: [{ + id: "5D09025968ED4E34" + type: "item" + item: { + id: "ars_nouveau:spell_parchment" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "19F2CD6C0B18C66F" + type: "item" + item: { + id: "ars_nouveau:spell_parchment" + Count: 1b + tag: { } + } + random_bonus: 1 + } + { + id: "31B61E81E7B4F0A6" + type: "xp" + xp: 100 + } + ] + } + { + title: "Summoning Help!" + x: 10.5d + y: -1.5d + shape: "rsquare" + description: ["The Dominion Wand is used for controlling the creatures you might encounter in the world! Each being responds differently to the wand, so make sure to read up in the Worn Notebook!"] + dependencies: ["3D862A3D3F83CA26"] + id: "1D86B2E553503E53" + tasks: [{ + id: "259C1D84AD3996AF" + type: "item" + item: "ars_nouveau:dominion_wand" + }] + rewards: [ + { + id: "378CD52D133440FF" + type: "random" + table_id: 4108383404435779231L + } + { + id: "0B37B52A6282A975" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.5d + y: 2.5d + shape: "diamond" + description: [ + "The &9Enchanter's Sword&r allows you to attach a Touch Spell to the sword. " + "" + "All spells on the Sword gain 1 additional Amplify augment to the last effect on the spell." + "" + "To apply a spell to the sword, use a Scribe's Table. Create the spell without using a form." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "14DB8A515CA50932" + tasks: [{ + id: "307E429DCDA2A0BC" + type: "item" + item: { + id: "ars_nouveau:enchanters_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "5996E283CD21E12C" + type: "random" + table_id: 4108383404435779231L + } + { + id: "2BD5532974AC8144" + type: "xp" + xp: 100 + } + ] + } + { + x: 11.0d + y: 3.0d + shape: "diamond" + description: [ + "When blocking damage, the &9Enchanter's Shield&r will give the user Mana Regen and Spell Damage for a short amount of time." + "" + "Additionally, the shield will repair itself over time using the wearer's mana." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "3182E8AF755104E4" + tasks: [{ + id: "571B04DAC6DAFDAE" + type: "item" + item: { + id: "ars_nouveau:enchanters_shield" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "37FB2F6CC88AA427" + type: "random" + table_id: 4108383404435779231L + } + { + id: "41D97F7955037DCD" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.5d + y: 3.5d + shape: "diamond" + description: [ + "The &9Enchanter's Mirror&r will apply a self spell when used." + "" + "Spells cast with this mirror are discounted and gain additional bonus duration." + "" + "To apply a spell, use a Scribe's table. Create a spell without using a form." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "632BC46928CC9A8C" + tasks: [{ + id: "4B4A171486A31360" + type: "item" + item: { + id: "ars_nouveau:enchanters_mirror" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "11761C4A55BE341D" + type: "random" + table_id: 4108383404435779231L + } + { + id: "70B40C2275C05E53" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.0d + y: 3.0d + shape: "diamond" + description: [ + "This bow can be inscribed with a spell using a Scribe's Table." + "" + "At the cost of mana, arrows will become Spell Arrows and will apply the spell on their target." + "" + "If you have no arrows, a spell arrow that deals 0 damage will be cast. If there is not enough mana, regular arrows will be fired instead." + "" + "The &9Enchanter's Bow&r can also use special Augment Arrows that empower the inscribed spell." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "51162B9185A45BB1" + tasks: [{ + id: "7F425E0F613F8B23" + type: "item" + item: { + id: "ars_nouveau:spell_bow" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "04E1087632270DB0" + type: "random" + table_id: 4108383404435779231L + } + { + id: "685A6C60DD894FDE" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.5d + y: 5.0d + shape: "diamond" + description: [ + "The &9Jar of Light&r summons a floating light source that follows you." + "" + "The &6Jar of Voiding&r destroys items you pick up in exchange for mana. This can be filtered." + "" + "To add or remove an item to be detroyed by the jar, use the jar with the item in your off hand, or use an item on the Scribe's Table with the jar placed on it." + "" + "The jar must be on your hotbar to function." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "6DAA82B5F94AF9F8" + tasks: [ + { + id: "78C9026D8627D7B7" + type: "item" + item: "ars_nouveau:jar_of_light" + } + { + id: "1ED244E1CC75D358" + type: "item" + item: "ars_nouveau:void_jar" + } + ] + rewards: [ + { + id: "324036A9BE7E242E" + type: "random" + table_id: 4108383404435779231L + } + { + id: "3B2C1E6EB58BA313" + type: "xp" + xp: 100 + } + ] + } + { + x: 9.5d + y: 4.0d + shape: "diamond" + description: ["The Ring of Discount provides a small bonus to max mana and mana regen. It also reduces the total cost to cast a spell."] + dependencies: ["3D862A3D3F83CA26"] + id: "0A1ABE9CF7740AAA" + tasks: [ + { + id: "3F1F4C069415D13A" + type: "item" + item: "ars_nouveau:ring_of_lesser_discount" + } + { + id: "0A4973ED77865904" + type: "item" + item: "ars_nouveau:ring_of_greater_discount" + } + ] + rewards: [ + { + id: "0681FEB4E91A6F1D" + type: "random" + table_id: 4108383404435779231L + } + { + id: "17A1C1ED868C265F" + type: "xp" + xp: 100 + } + ] + } + { + x: 11.5d + y: 4.0d + shape: "diamond" + description: ["This belt will give random positive potion effects for a short duration. These will vary in strength. "] + dependencies: ["3D862A3D3F83CA26"] + id: "088FCB5267CB7A89" + tasks: [{ + id: "28D8B81E947FCB97" + type: "item" + item: "ars_nouveau:belt_of_unstable_gifts" + }] + rewards: [ + { + id: "7FAFCABED4EBB110" + type: "random" + table_id: 4108383404435779231L + } + { + id: "77A632E3CC0DA81D" + type: "xp" + xp: 100 + } + ] + } + { + x: 11.0d + y: 4.5d + shape: "diamond" + description: [ + "Have you ever wanted to just hover everywhere you go?" + "" + "This belt allows you to levitate. To activate, just sneak while in the air, either while falling or from jumping." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "3FD702B5AB006402" + tasks: [{ + id: "470AEF18D37A0535" + type: "item" + item: "ars_nouveau:belt_of_levitation" + }] + rewards: [ + { + id: "7BA1913458F0B94F" + type: "random" + table_id: 4108383404435779231L + } + { + id: "41F8D938A9DDFA38" + type: "xp" + xp: 100 + } + ] + } + { + title: "The Amulets" + x: 10.0d + y: 4.5d + shape: "diamond" + description: [ + "The &9Amulet of Mana Boost&r gives a boost to max mana." + "" + "The &6Amulet of Mana Regen&r gives a boost to your mana regen." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "6A1C0B17B22CE50F" + tasks: [ + { + id: "737E14DCCDDAC4D9" + type: "item" + item: "ars_nouveau:amulet_of_mana_boost" + } + { + id: "06AFF105FACF7961" + type: "item" + item: "ars_nouveau:amulet_of_mana_regen" + } + ] + rewards: [ + { + id: "3CF12A6C8FE16707" + type: "random" + table_id: 4108383404435779231L + } + { + id: "79DE6BDAB6F800F6" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.5d + y: 1.5d + shape: "diamond" + description: [ + "The &9Caster's Wand&r only accepts a single spell, and is inscribed using the Scribe's Table." + "" + "Wand spells always start with Projectile > Accelerate, and MUST be inscribed with a spell that does not have another method (like touch, self, etc)." + "" + "This allows you to cast spells beyond the 10 spell cap. If you want to use Break, just inscribe the wand with Break by itself." + ] + dependencies: ["3D862A3D3F83CA26"] + id: "111649D7E16D869F" + tasks: [{ + id: "3CF6151060ADB889" + type: "item" + item: { + id: "ars_nouveau:wand" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "02C8DAADC4EB0A90" + type: "random" + table_id: 4108383404435779231L + } + { + id: "60BB52FF66A48FA2" + type: "xp" + xp: 100 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/basic_power_generation.snbt b/config/ftbquests/quests/chapters/basic_power_generation.snbt index 3ca00f0..d1f6fe2 100644 --- a/config/ftbquests/quests/chapters/basic_power_generation.snbt +++ b/config/ftbquests/quests/chapters/basic_power_generation.snbt @@ -385,13 +385,24 @@ } } item: { - id: "itemfilters:weak_nbt" + id: "itemfilters:and" Count: 1b tag: { - value: { - Id: "ironjetpacks:wood" - Throttle: 1.0d - } + items: [ + { + id: "ironjetpacks:jetpack" + Count: 1b + } + { + id: "itemfilters:weak_nbt" + Count: 1b + tag: { + value: { + Id: "ironjetpacks:wood" + } + } + } + ] } } }] @@ -1907,13 +1918,24 @@ } } item: { - id: "itemfilters:weak_nbt" + id: "itemfilters:and" Count: 1b tag: { - value: { - Id: "ironjetpacks:stone" - Throttle: 1.0d - } + items: [ + { + id: "ironjetpacks:jetpack" + Count: 1b + } + { + id: "itemfilters:weak_nbt" + Count: 1b + tag: { + value: { + Id: "ironjetpacks:stone" + } + } + } + ] } } }] diff --git a/config/ftbquests/quests/chapters/blood_magic.snbt b/config/ftbquests/quests/chapters/blood_magic.snbt index 785658b..ac2b4a8 100644 --- a/config/ftbquests/quests/chapters/blood_magic.snbt +++ b/config/ftbquests/quests/chapters/blood_magic.snbt @@ -1,1712 +1,1712 @@ -{ - id: "004F28C5C85F467B" - group: "02FE661031A105D8" - order_index: 2 - filename: "blood_magic" - title: "Blood Magic" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - title: "Welcome to &cBlood Magic!" - icon: { - id: "patchouli:guide_book" - Count: 1b - tag: { - "patchouli:book": "bloodmagic:guide" - } - } - x: -30.5d - y: -1.0d - shape: "gear" - description: [ - "Welcome to &cBlood Magic&f!" - "" - "To get started, check your &eEccentric Tome&r for the Blood Magic guidebook. You'll also get one for completing this quest!" - "" - "The guidebook contains all of the information about the mod if you ever need any help." - ] - size: 1.5d - id: "3A9B90A453C933C4" - tasks: [{ - id: "27529E8EA019A89A" - type: "checkmark" - title: "Blood Magic" - }] - rewards: [ - { - id: "3D1B65B9B393B3F4" - type: "xp" - xp: 10 - } - { - id: "5A846312CB17F978" - type: "item" - item: { - id: "patchouli:guide_book" - Count: 1b - tag: { - "patchouli:book": "bloodmagic:guide" - } - } - } - ] - } - { - title: "Collecting &cBlood" - icon: "bloodmagic:altar" - x: -28.5d - y: -1.0d - shape: "diamond" - description: [ - "To get started with Blood Magic, we'll need to collect some blood." - "" - "To do this, we'll need to craft the &dSacrificial Knife&r and the &4Blood Altar&r. " - "" - "Go ahead and place the Altar somewhere with plenty of space around it. We might want to expand on it more in the future." - "" - "To acquire blood, stand by the Altar and... well... use the knife. You'll take a little damage, but &oit's for the cause&r." - "" - "Each stab will generate around 200 LP." - ] - dependencies: ["3A9B90A453C933C4"] - size: 1.25d - id: "3DA7D0BA045CE7AB" - tasks: [ - { - id: "49E5D4B7057851E7" - type: "item" - item: { - id: "bloodmagic:sacrificialdagger" - Count: 1b - tag: { } - } - } - { - id: "41D32B8152806B22" - type: "item" - item: "bloodmagic:altar" - } - ] - rewards: [ - { - id: "4137E9D70B32E4FA" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "minecraft:long_regeneration" - } - } - } - { - id: "2DE0010C8535C460" - type: "xp" - xp: 100 - } - ] - } - { - title: "Making Slates" - x: -26.0d - y: -1.0d - description: [ - "We'll want to infuse Life Essence (aka LP or Blood) into some stone." - "" - "Placing stone in the Altar with 1000 LP inside will create Blank Slates. You'll need a lot of these." - ] - dependencies: ["3DA7D0BA045CE7AB"] - id: "6AAB831CB3FB536A" - tasks: [{ - id: "7CBFE84B4FE3DC01" - type: "item" - item: "bloodmagic:blankslate" - count: 2L - }] - rewards: [ - { - id: "0F7ECFD0C45EA36C" - type: "item" - item: "bloodmagic:blankslate" - count: 2 - random_bonus: 2 - } - { - id: "01162A1F9A3B0A4D" - type: "xp" - xp: 100 - } - ] - } - { - title: "Upgrading Our Altar to Tier 2" - icon: "bloodmagic:altar" - x: -24.0d - y: -1.0d - shape: "pentagon" - description: [ - "To craft even more items using blood, we'll want to upgrade our altar by surrounding it in &9Blank Runes&r." - "" - "If you want, you can replace the Blank Runes in each of the cardinal directions to runes like the &6Speed Rune&r. These runes can affect how the Altar functions." - "" - "Below is an example of how you'd build a Tier 2 Altar, but you can also visualize it in the guidebook." - "" - "Note: Speed Runes are the only runes available (besides Blank Runes) until you make a Tier 2 Altar, but can be replaced later on." - "" - "{image:atm:textures/quests/bloodmagic/bloodmagic_tier2.png width:150 height:140 align:1}" - ] - dependencies: ["6AAB831CB3FB536A"] - size: 1.25d - id: "4B51189C36B8D291" - tasks: [{ - id: "4CDFCAAED8ABB615" - type: "item" - item: "bloodmagic:blankrune" - count: 8L - }] - rewards: [ - { - id: "1C97CAB711AE1357" - type: "item" - item: "bloodmagic:blankslate" - count: 2 - random_bonus: 2 - } - { - id: "4C507A1D9293C777" - type: "xp" - xp: 100 - } - ] - } - { - x: -22.0d - y: -1.0d - description: ["With our Altar now at Tier 2, we can make even better Runes. We'll need some Reinforced slate to continue our journey in Blood Magic, including doing some Rituals. "] - dependencies: ["4B51189C36B8D291"] - id: "2C3CA7B9D1A7DC47" - tasks: [{ - id: "4CEA3279AF0BEE01" - type: "item" - item: "bloodmagic:reinforcedslate" - }] - rewards: [ - { - id: "1493A082BCF763E1" - type: "item" - item: "bloodmagic:reinforcedslate" - count: 2 - random_bonus: 2 - } - { - id: "448B572D6386F058" - type: "xp" - xp: 100 - } - ] - } - { - title: "Portable Blood Storage" - x: -28.5d - y: -2.5d - shape: "hexagon" - subtitle: "Holds a max of 5k LP" - description: [ - "The &9Weak Blood Orb&r is used to store blood (or LP). It can be used as a way to transport blood to and from Altars. It also is used in several crafting recipes." - "" - "To craft this, you'll need to place a diamond on top of the Blood Altar, then generate enough LP to craft it." - "" - "To charge a Blood Orb, you can right-click to sacrifice some of your health to the Orb. This also links your Soul to your Soul Network. :)" - "" - "You can also place the Orb in a Blood Altar that has some LP in it. It'll drain faster the more Speed Runes it has." - ] - dependencies: ["3DA7D0BA045CE7AB"] - id: "5BF29A151A04FEF0" - tasks: [{ - id: "65E0BEE90716B68C" - type: "item" - item: "bloodmagic:weakbloodorb" - }] - } - { - title: "Tier I Rituals" - icon: "bloodmagic:masterritualstone" - x: -18.0d - y: 0.5d - description: [ - "With our Tier 3 Altar, we can start performing Rituals." - "" - "Rituals require a Master Ritual Stone and enough regular Ritual Stones to create." - "" - "Start by crafting a bunch of Ritual Stones as well as a Master Ritual Stone. These are the basic blocks we'll need to start doing rituals." - ] - dependencies: ["375FF0D8ACD2E17F"] - id: "4578C0EE82F66BD9" - tasks: [ - { - id: "6995C629EAA148F5" - type: "item" - item: "bloodmagic:masterritualstone" - } - { - id: "32F2BC0D3AA69E25" - type: "item" - item: "bloodmagic:ritualstone" - count: 8L - } - ] - rewards: [ - { - id: "34E76CD69EB10059" - type: "item" - item: "bloodmagic:ritualstone" - count: 4 - random_bonus: 4 - } - { - id: "706F037413BB3D25" - type: "xp" - xp: 1000 - } - ] - } - { - x: -22.5d - y: -2.0d - shape: "diamond" - description: ["This rune increases the amount of LP gained from taking blood away from non-player entities. Each one gives a bonus of 10% additively per rune."] - dependencies: ["2C3CA7B9D1A7DC47"] - id: "08F28A9E4DEA7CD0" - tasks: [{ - id: "6C6CDA42FB379A80" - type: "item" - item: "bloodmagic:sacrificerune" - }] - rewards: [{ - id: "23EBA079A86E799A" - type: "xp" - xp: 100 - }] - } - { - x: -24.0d - y: -2.5d - shape: "rsquare" - subtitle: "Tired of Stabbing Yourself?" - description: [ - "Now you can stab others to use their Blood instead!" - "" - "Stabbing any mob within 2 blocks of your Altar with one of these will insta-kill them and drain their LP into your Altar!" - "" - "If you have Runes of Sacrifice around your Altar, you'll get more per kill." - "" - "I'm also totally not giving you 16 eggs for you to potentially get chickens for blood. Totally just for cooking. " - ] - dependencies: ["4B51189C36B8D291"] - id: "5361F72BAB72D318" - tasks: [{ - id: "5D7178C2EF652773" - type: "item" - item: "bloodmagic:daggerofsacrifice" - }] - rewards: [ - { - id: "050236926D942519" - type: "xp" - xp: 100 - } - { - id: "217032A5D292D4A1" - type: "item" - item: "minecraft:egg" - count: 16 - } - ] - } - { - title: "&4Hellfire Forge&r" - x: -26.0d - y: 1.0d - shape: "hexagon" - description: [ - "The &4Hellfire Forge&r is one of the main blocks needed for working in Blood Magic." - "" - "It is powered by Demon Will, and can be used to create several items including the &bSentient Sword&r." - ] - dependencies: [ - "6AAB831CB3FB536A" - "506D48AD9FB2E89D" - ] - size: 1.5d - id: "7BA086472D87D705" - tasks: [{ - id: "59D4952D3D164F6D" - type: "item" - item: "bloodmagic:soulforge" - }] - rewards: [ - { - id: "5D18F40ED6F399D6" - type: "item" - item: "bloodmagic:soulsnare" - count: 3 - } - { - id: "19ABF9AB512D180E" - type: "item" - item: "bloodmagic:blankslate" - count: 2 - random_bonus: 2 - } - { - id: "65BAEBCF71A95208" - type: "xp" - xp: 100 - } - ] - } - { - title: "The Sentient Sword" - x: -26.0d - y: 3.5d - shape: "octagon" - description: [ - "We can't use Soul Snares forever." - "" - "The Sentient Sword allows you to collect Demon Will a lot easier. Simply kill a hostile mob with the sword, and the mob will drop Demon Will." - ] - dependencies: ["11D37E7391B49A88"] - id: "7C8D74692C963000" - tasks: [{ - id: "72A92CB3A5DA9044" - type: "item" - item: { - id: "bloodmagic:soulsword" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "40B798A36DCBFBCB" - type: "item" - item: "bloodmagic:blankslate" - count: 2 - random_bonus: 2 - } - { - id: "40D83B6E12A16952" - type: "xp" - xp: 100 - } - ] - } - { - title: "Storing Demonic Will" - x: -26.0d - y: 2.5d - shape: "diamond" - description: [ - "Demon Will stacks up very quickly in your inventory." - "" - "We're going to need a lot of it, so we'll need to create a way to store all of it. Creating a &9Tartaric Gem&r is just what we need." - "" - "The &bPetty Tartaric Gem&r is what we'll spend our first Demon Will on. This will store up to a maximum of 64 Will." - "" - "Note: If you drop any Demon Will you have in your inventory, the Gem will absorb it into its storage." - ] - dependencies: ["7BA086472D87D705"] - id: "11D37E7391B49A88" - tasks: [{ - id: "1E4979886B89B2AD" - type: "item" - item: { - id: "bloodmagic:soulgempetty" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "2586A2DC190EE8B7" - type: "item" - item: { - id: "bloodmagic:basemonstersoul" - Count: 1b - tag: { - souls: 1.0d - } - } - } - { - id: "3C98676E7D871A75" - type: "xp" - xp: 100 - } - ] - } - { - x: -25.0d - y: 3.5d - shape: "diamond" - description: ["An upgrade to our Will storage. This will hold a max of 256 Will."] - dependencies: ["11D37E7391B49A88"] - id: "487275B970530E3F" - tasks: [{ - id: "55AF014185F20835" - type: "item" - item: { - id: "bloodmagic:soulgemlesser" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "093D0A54AA9785C1" - type: "item" - item: { - id: "bloodmagic:basemonstersoul" - Count: 1b - tag: { - souls: 5.0d - } - } - } - { - id: "6C398EB3B8CC167B" - type: "xp" - xp: 100 - } - ] - } - { - x: -26.0d - y: 4.5d - shape: "diamond" - description: ["This will hold a max of 1024 Will."] - dependencies: ["487275B970530E3F"] - id: "626C07DB8B8C5A04" - tasks: [{ - id: "04BCD1D949FCB24D" - type: "item" - item: { - id: "bloodmagic:soulgemcommon" - Count: 1b - tag: { - souls: 0.0d - } - } - }] - rewards: [{ - id: "0B2775EDC84F8DBC" - type: "xp" - xp: 500 - }] - } - { - x: -27.0d - y: 3.5d - shape: "diamond" - description: ["This is the maximum storage item for Demon Will, and will hold 4096 Will max."] - dependencies: ["626C07DB8B8C5A04"] - id: "20458B8987CD6CB9" - tasks: [{ - id: "25B30F1BCCEE920A" - type: "item" - item: { - id: "bloodmagic:soulgemgreater" - Count: 1b - tag: { - souls: 0.0d - } - } - }] - rewards: [{ - id: "706507A5BDE8CAF5" - type: "xp" - xp: 1000 - }] - } - { - x: -18.0d - y: -1.0d - description: [ - "Combing Reinforced Slate with some blood in our new Altar will give us Imbued Slates." - "" - "This is the next upgrade for our Blood Magic journey." - ] - dependencies: ["5886C648D14180E1"] - id: "375FF0D8ACD2E17F" - tasks: [{ - id: "2BEC3F34860494B0" - type: "item" - item: "bloodmagic:infusedslate" - }] - rewards: [ - { - id: "017A36C03D074D2B" - type: "item" - item: "bloodmagic:infusedslate" - random_bonus: 2 - } - { - id: "467291771E176EC8" - type: "xp" - xp: 100 - } - ] - } - { - x: -17.5d - y: -2.0d - shape: "diamond" - description: ["This rune increases the total capacity of the Altar by 20% for each Capacity rune."] - dependencies: ["375FF0D8ACD2E17F"] - id: "0B2B8247DA280E90" - tasks: [{ - id: "41758E5DA17E2FDF" - type: "item" - item: "bloodmagic:altarcapacityrune" - }] - rewards: [ - { - id: "7CF045B2A95086EB" - type: "xp" - xp: 100 - } - { - id: "62390E5A53188912" - type: "item" - item: "bloodmagic:blankrune" - random_bonus: 2 - } - ] - } - { - x: -18.5d - y: -2.0d - shape: "diamond" - description: ["Increases the flow rate of LP in and out of the Altar when pumping to and from an external tank by 20% per rune."] - dependencies: ["375FF0D8ACD2E17F"] - id: "47B985B56C582D6A" - tasks: [{ - id: "00D5D96DA535CFE7" - type: "item" - item: "bloodmagic:dislocationrune" - }] - rewards: [ - { - id: "31EA9D6A3290C38D" - type: "xp" - xp: 100 - } - { - id: "6A809308395ADC22" - type: "item" - item: "bloodmagic:blankrune" - random_bonus: 2 - } - ] - } - { - x: -14.0d - y: -2.5d - description: [ - "The last piece of Slate that has any use..." - "" - "yet." - ] - dependencies: ["431C44439CA54077"] - id: "7CA3AE708F46CEBF" - tasks: [{ - id: "57F75D0B2554BA61" - type: "item" - item: "bloodmagic:demonslate" - }] - rewards: [ - { - id: "606FCBD36A2918D1" - type: "item" - item: "bloodmagic:demonslate" - random_bonus: 2 - } - { - id: "0FE381A79B163DDA" - type: "xp" - xp: 100 - } - ] - } - { - x: -14.5d - y: -4.5d - shape: "diamond" - description: ["This rune increases the capacity of the Altar by a multiplicative amount of 7.5% per rune. These apply after regular Capacity Runes."] - dependencies: ["7CA3AE708F46CEBF"] - id: "6C0D4CBC089988ED" - tasks: [{ - id: "0B14A7CBC056CC9F" - type: "item" - item: "bloodmagic:bettercapacityrune" - }] - rewards: [ - { - id: "1B3AA2121F9BABB8" - type: "item" - item: "bloodmagic:infusedslate" - random_bonus: 2 - } - { - id: "2A8726C8BB765154" - type: "xp" - xp: 100 - } - ] - } - { - x: -14.0d - y: -4.0d - shape: "diamond" - description: [ - "This rune creates a 1000LP internal buffer whenever the Altar is not being used for crafting or filling blood orbs." - "" - "Whenever an item is placed inside of the altar, it will instantly consume the stored charge and apply it to the item." - "" - "No more waiting once placed!" - ] - dependencies: ["7CA3AE708F46CEBF"] - id: "6C57FF70679AF123" - tasks: [{ - id: "73F90730D99D6384" - type: "item" - item: "bloodmagic:chargingrune" - }] - rewards: [ - { - id: "5E055E1CF9CEA375" - type: "item" - item: "bloodmagic:infusedslate" - random_bonus: 2 - } - { - id: "5E890AEA3E9B9188" - type: "xp" - xp: 100 - } - ] - } - { - x: -9.5d - y: -1.0d - description: [ - "You can't even use this for anything that I know of." - "" - "You are too powerful." - ] - dependencies: ["2214B7DCE4075A02"] - optional: true - id: "396AA75774059D0B" - tasks: [{ - id: "600A5AEE6C546B4C" - type: "item" - item: "bloodmagic:etherealslate" - }] - rewards: [{ - id: "493159D4211DD8E5" - type: "xp" - xp: 1000 - }] - } - { - x: -13.5d - y: -4.5d - shape: "diamond" - description: [ - "This rune accelerates the operations of other runes, like the Charging or Displacement Rune." - "" - "It removes 1 tick of delay per rune, down to a minimum of 1 operation per tick." - ] - dependencies: ["7CA3AE708F46CEBF"] - id: "0EE2D22A577D10B0" - tasks: [{ - id: "7EB95246A2F0981D" - type: "item" - item: "bloodmagic:accelerationrune" - }] - rewards: [ - { - id: "011EDAF134E648E1" - type: "item" - item: "bloodmagic:infusedslate" - random_bonus: 2 - } - { - id: "0FDD0D502E4E581C" - type: "xp" - xp: 100 - } - ] - } - { - x: -16.0d - y: 2.0d - description: [ - "Tau Fruit can be obtained from loot chests within the Hidden Realm. You'll need this to upgrade your Altar even further!" - "" - "Once collected, the fruit can be planted to farm it. However, it has 2 potential products instead of one." - "" - "Growing the fruit naturally will result in more Tau Fruit, which can be turned into Oil. But what if we give it some blood......" - ] - dependencies: ["0E8418B42A744030"] - id: "50A28E1946047A6E" - tasks: [{ - id: "2D780C226FCF4A03" - type: "item" - item: "bloodmagic:weak_tau" - }] - rewards: [ - { - id: "0F83AC33131BD953" - type: "item" - item: "bloodmagic:weak_tau" - count: 4 - random_bonus: 4 - } - { - id: "4899CDA6BDDEB8C3" - type: "xp" - xp: 100 - } - ] - } - { - x: -14.0d - y: 2.0d - description: [ - "Just like everything in this pack, &cthe fruit thirsts for blood&r. Plant the fruit and force a mob on top of it." - "" - "It will drain the life force of the mob to become Saturated Tau." - ] - dependencies: ["50A28E1946047A6E"] - id: "5E2D15E4A410B5DA" - tasks: [{ - id: "102AEEB23B1AA7EF" - type: "item" - item: "bloodmagic:strong_tau" - }] - rewards: [ - { - id: "7CB7C8464D30CE9C" - type: "item" - item: "bloodmagic:strong_tau" - } - { - id: "5511EA668DC7B429" - type: "xp" - xp: 100 - } - ] - } - { - x: -16.0d - y: 0.5d - description: [ - "While not fully implemented yet, the &6Alchemical Reaction Chamber&r functions like a Furnace." - "" - "This is currently the only way to obtain &cWeak Blood Shards&r, which we'll need to upgrade our Altar." - ] - dependencies: ["375FF0D8ACD2E17F"] - id: "308581359FEF32E9" - tasks: [{ - id: "1589663D302CE21E" - type: "item" - item: "bloodmagic:alchemicalreactionchamber" - }] - rewards: [ - { - id: "2E509236F2A904AE" - type: "item" - item: "bloodmagic:infusedslate" - random_bonus: 2 - } - { - id: "7798ABBC4BAB13CC" - type: "xp" - xp: 100 - } - ] - } - { - x: -18.0d - y: -2.5d - shape: "diamond" - subtitle: "Holds a max of 150k LP" - dependencies: ["375FF0D8ACD2E17F"] - id: "0E51D6BB2BC756B6" - tasks: [{ - id: "7BB6F203FCA31A25" - type: "item" - item: "bloodmagic:magicianbloodorb" - }] - rewards: [{ - id: "7848C02921758A7E" - type: "xp" - xp: 100 - }] - } - { - x: -15.5d - y: -2.5d - shape: "hexagon" - subtitle: "Holds a max of 1M LP" - dependencies: ["7CA3AE708F46CEBF"] - id: "048BD38532A1DDCF" - tasks: [{ - id: "2F13F6D6E170BBEC" - type: "item" - item: "bloodmagic:masterbloodorb" - }] - rewards: [{ - id: "08B35AB2E64B3B71" - type: "xp" - xp: 100 - }] - } - { - 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."] - dependencies: [ - "5E2D15E4A410B5DA" - "308581359FEF32E9" - ] - id: "25343A0C4C22AA60" - tasks: [ - { - id: "3A104E7D6C6AA524" - type: "item" - item: "bloodmagic:weakbloodshard" - } - { - id: "04EAE604D8B668B3" - type: "item" - item: "bloodmagic:largebloodstonebrick" - } - ] - rewards: [{ - id: "3A386B0E3C9940DE" - type: "xp" - xp: 100 - }] - } - { - title: "Tier II rituals" - x: -12.5d - y: -2.5d - shape: "hexagon" - description: [ - "Now we'll need to make the Dusk version of the Ritual Diviner." - "" - "This gives us access to even more rituals, including the ritual that gets us to the Demon Realm. " - ] - dependencies: ["7CA3AE708F46CEBF"] - id: "263925A79EBB270F" - tasks: [ - { - id: "46C11FFD8A06B63E" - type: "item" - item: { - id: "bloodmagic:duskscribetool" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "088CD8231DD1A37A" - type: "item" - item: "bloodmagic:ritualdivinerdusk" - } - ] - rewards: [ - { - id: "71A79FCBB36C348C" - type: "item" - item: "bloodmagic:infusedslate" - count: 2 - random_bonus: 2 - } - { - id: "6647598F7C4C2325" - type: "xp" - xp: 100 - } - ] - } - { - title: "Collecting Demonic Will" - x: -27.299999999999997d - y: 0.0d - description: [ - "Before we can craft the &cHellfire Forge&r, we'll need a way to power it by acquiring &bDemon Will&r." - "" - "To start collecting it, we'll need to create some &dSoul Snares&r that we can use on mobs." - "" - "Once you use a few of these on a mob, white particles will appear around them. Slay them, and you'll acquire Demonic Will." - ] - dependencies: ["3DA7D0BA045CE7AB"] - id: "506D48AD9FB2E89D" - tasks: [ - { - id: "3D1BAA6CA8B979A9" - type: "item" - item: "bloodmagic:soulsnare" - count: 3L - } - { - id: "42D29681DC076E3C" - type: "item" - item: { - id: "bloodmagic:basemonstersoul" - Count: 1b - tag: { - souls: 5.0d - } - } - } - ] - rewards: [ - { - id: "20442FD9EB780A4C" - type: "item" - item: "bloodmagic:soulsnare" - count: 3 - random_bonus: 3 - } - { - id: "07EB91CE33392DD5" - type: "xp" - xp: 100 - } - ] - } - { - x: -26.0d - y: -2.9499999999999997d - shape: "hexagon" - description: [ - "The &9Alchemy Table&r can craft various objects, catalysts, and more by using LP from a player's Soul Network (aka using a Blood Orb)." - "" - "This table can also convert many things, like Rotten Flesh to Leather, Wool to String, etc. It's pretty useful!" - ] - dependencies: ["6AAB831CB3FB536A"] - size: 1.5d - id: "7CC2D826CA6BBDDB" - tasks: [{ - id: "33ECB0563BA9E2CB" - type: "item" - item: "bloodmagic:alchemytable" - }] - rewards: [ - { - id: "57407D2C81F959E1" - type: "item" - item: "bloodmagic:blankslate" - random_bonus: 2 - } - { - id: "080A6AA97A0A41E9" - type: "xp" - xp: 100 - } - ] - } - { - title: "Altering the Altar" - x: -24.0d - y: 0.5d - shape: "square" - description: [ - "There are several Rune types that can change how an Altar functions." - "" - "For example, Speed Runes increase the speed of all crafting operations within the Altar by 20% per rune." - "" - "This is the first rune you can use to upgrade your Altar." - ] - dependencies: ["4B51189C36B8D291"] - id: "49F57CE3B472FF6D" - tasks: [{ - id: "3EF20FD3AC7ED48B" - type: "item" - item: "bloodmagic:speedrune" - }] - rewards: [ - { - id: "422BF2738AC9D3D3" - type: "xp" - xp: 100 - } - { - id: "62F0A6019DB177BB" - type: "item" - item: "bloodmagic:blankslate" - count: 2 - random_bonus: 2 - } - ] - } - { - x: -21.5d - y: -2.0d - shape: "diamond" - description: [ - "This rune increases the amount of LP gained from getting blood from Players. :D" - "" - "Each rune gives a bonus of 10% additively." - ] - dependencies: ["2C3CA7B9D1A7DC47"] - id: "6CE4ED7A2642674F" - tasks: [{ - id: "6692D1D1E4E4F758" - type: "item" - item: "bloodmagic:selfsacrificerune" - }] - rewards: [{ - id: "5898710F2074585F" - type: "xp" - xp: 100 - }] - } - { - title: "Upgrading the Altar: Tier 3" - icon: "bloodmagic:altar" - x: -20.0d - y: -1.0d - shape: "hexagon" - subtitle: "Use the Guidebook for help building this!" - description: [ - "To upgrade our Altar to Tier 3, we need to get a lot more runes. 28 total to be exact." - "" - "You need to place 5 Blood Runes (Blank or better) one block down and two blocks away from the Tier 2 Altar runes, along each edge." - "" - "You'll then want to create a pillar in each corner out of any block, with a pillar cap of Glowstone sitting one block higher than the Altar itself." - "" - "If you want to check if the Altar was built correctly, use a &9Divination Sigil&r to check the Tier." - "" - "Note: Any non-air block can be used for the pillar, as long as the cap is Glowstone." - "" - "{image:atm:textures/quests/bloodmagic/bloodmagic_tier3.png width:200 height:150 align:1}" - ] - dependencies: ["2C3CA7B9D1A7DC47"] - size: 1.25d - id: "5886C648D14180E1" - tasks: [{ - id: "45FE50B70B45B915" - type: "item" - item: "bloodmagic:blankrune" - count: 28L - }] - rewards: [ - { - id: "68593AC343A3B626" - type: "item" - item: "bloodmagic:blankrune" - count: 3 - random_bonus: 3 - } - { - id: "7698DE23F4AEC268" - type: "xp" - xp: 100 - } - ] - } - { - title: "Upgrading Our Altar: Tier 4" - icon: "bloodmagic:altar" - x: -14.0d - y: -1.0d - shape: "octagon" - description: [ - "To upgrade our Altar, we'll need 56 total Blood Runes (Blank or better)." - "" - "We'll do just like we did last time. Go one block down and two blocks out, then place 7 Blood Runes along each edge. You're basically making a pyramid at this point." - "" - "We want to create pillars in each of the corners, starting &9above&r the new ring of runes. These pillars are 5 tall, with the pillar cap being made of &cBloodstone Bricks&r or &cLarge Bloodstone Bricks&r. " - "" - "Instead of a picture, look in your Sanguine Scientiem and search for the Blood Altar section. Scroll until you find the Tier 4 Altar, and all of the information is there. You can even click the eye to visualize the structure." - ] - dependencies: [ - "375FF0D8ACD2E17F" - "25343A0C4C22AA60" - ] - size: 1.25d - id: "431C44439CA54077" - tasks: [{ - id: "03DBCA5695879C49" - type: "item" - item: "bloodmagic:blankrune" - count: 48L - }] - rewards: [{ - id: "05079D8B752B62E7" - type: "item" - item: "bloodmagic:blankrune" - count: 4 - random_bonus: 8 - }] - } - { - x: -22.0d - y: -2.5d - shape: "diamond" - subtitle: "Holds a max of 25k LP" - dependencies: ["2C3CA7B9D1A7DC47"] - id: "08143AD0D63FFD1F" - tasks: [{ - id: "46DC0EE4792CCA0D" - type: "item" - item: "bloodmagic:apprenticebloodorb" - }] - } - { - x: -26.0d - y: -4.5d - subtitle: "We're drawing on the ground now." - description: [ - "With our Alchemy Table and our Orb full of Blood, we want to make some &9Arcane Ashes&r." - "" - "With the Ashes, we'll be able to draw a circle on the ground, known as an Alchemy Array. You can insert 2 items in by right-clicking, and will either craft a new item or perform an action, like turning day into night!" - ] - dependencies: ["7CC2D826CA6BBDDB"] - id: "1F3B9803AFAEED5F" - tasks: [{ - id: "6168644A110A263A" - type: "item" - item: { - id: "bloodmagic:arcaneashes" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "661488E84B1A6A57" - type: "item" - item: { - id: "bloodmagic:arcaneashes" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "4BD9ABC2D427A1FB" - type: "xp" - xp: 100 - } - ] - } - { - x: -26.0d - y: -6.5d - shape: "diamond" - description: [ - "The &9Divination Sigil&r is the first Sigil we'll be making." - "" - "This Sigil has two primary uses:" - "" - "1) When you right-click with the Sigil in your hand, it will display the amount of LP you have in your Soul Network." - "" - "2) If you right-click a Blood Altar with it, you'll see how much LP is stored, the max it can store, and what tier the altar is." - ] - dependencies: ["1F3B9803AFAEED5F"] - id: "281AAC27DEBEE84D" - tasks: [{ - id: "19EF9DDE6B18A8B5" - type: "item" - item: "bloodmagic:divinationsigil" - }] - rewards: [ - { - id: "5D23AE912DA218A9" - type: "item" - item: "bloodmagic:blankslate" - random_bonus: 1 - } - { - id: "7F59BF8F2886B028" - type: "xp" - xp: 100 - } - ] - } - { - x: -25.5d - y: -6.0d - shape: "diamond" - description: [ - "When held in hand, you can right-click to create a water source block for 100LP. Not bad huh?" - "" - "Unless you don't have 100LP. In that case, it'll just take your health. :)" - ] - dependencies: ["1F3B9803AFAEED5F"] - id: "7EED2502F1F38147" - tasks: [{ - id: "7825C546B68A7F85" - type: "item" - item: "bloodmagic:watersigil" - }] - rewards: [{ - id: "1B7AF47021D62F36" - type: "xp" - xp: 100 - }] - } - { - x: -26.5d - y: -6.0d - shape: "diamond" - description: [ - "With the Lava Sigil in hand, if you right-click, you'll create a source block of lava for the low low cost of 1,000 LP." - "" - "If you don't have enough LP, that's cool too. It'll just take 5 hearts from you. No biggie." - ] - dependencies: ["1F3B9803AFAEED5F"] - id: "3AADA53EC01FB0ED" - tasks: [{ - id: "4EFA9FB003D8D147" - type: "item" - item: "bloodmagic:lavasigil" - }] - rewards: [{ - id: "438796468164D727" - type: "xp" - xp: 100 - }] - } - { - x: -18.0d - y: 2.0d - description: [ - "While not required, the Ritual Diviner is great to have as it shows exactly how the Ritual is built, and helps build it. (You should totally make one.)" - "" - "To build a ritual, shift-right click with the Ritual Diviner in the air until you find the ritual you want to create. You can shift-left click to go back as well." - "" - "Start by doing the Edge of the Hidden Realm ritual, as we'll need a few items from the dimension to get started." - "" - "Once selected with the Ritual Diviner, right click on a Master Ritual Stone until the structure is complete. You will need a bunch of Ritual Stones to perform these rituals. Once the structure is fully built, you can right click the Master Ritual Stone with a Weak Activation Crystal to activate it." - ] - dependencies: ["4578C0EE82F66BD9"] - id: "0E8418B42A744030" - tasks: [ - { - id: "6B1FDBAA650C202A" - type: "item" - item: "bloodmagic:ritualdiviner" - } - { - id: "7D265539B810DCE3" - type: "item" - item: "bloodmagic:activationcrystalweak" - } - ] - rewards: [ - { - id: "7392A41AF4EE71FF" - type: "item" - item: "bloodmagic:simplekey" - } - { - id: "76C8BCBEA45D07D2" - type: "xp" - xp: 100 - } - ] - } - { - title: "The Tier 5 Altar" - icon: "bloodmagic:altar" - x: -11.0d - y: -1.0d - shape: "gear" - description: [ - "To upgrade our Altar to Tier 5, we'll need a total of 108 Runes, as well as 4 Demonite Blocks." - "" - "Follow the Sanguine Scietiem (the guide book for the mod) for a detailed guide on how to build the structure." - "" - "You want to start by going one block down and three blocks out from the previous set of runes of your Tier 4 Altar. You want to place 15 runes along each side." - "" - "In the corners of the newly created ring, place a Demonite Block with one empty space on each side. " - ] - dependencies: [ - "431C44439CA54077" - "42CDD69527871332" - ] - size: 1.5d - id: "2214B7DCE4075A02" - tasks: [{ - id: "3830486EDCC81431" - type: "item" - item: "bloodmagic:blankrune" - count: 64L - }] - rewards: [{ - id: "37A59465BECB5B7A" - type: "item" - item: "bloodmagic:blankrune" - count: 8 - random_bonus: 8 - }] - } - { - title: "Dungeon Keys" - x: -18.0d - y: 3.5d - description: [ - "Once you make it to the Hidden Realm, you'll find a chest with some basic loot in it." - "" - "Keep an eye out for &9Iron Keys&r. These unlock the extra rooms within the Hidden Realm, giving access to even more loot." - ] - dependencies: ["0E8418B42A744030"] - optional: true - id: "6DD7D0A248FEAC00" - tasks: [{ - id: "049052953E05D38F" - type: "item" - item: "bloodmagic:simplekey" - count: 2L - }] - rewards: [ - { - id: "7A53C4B113A1FC46" - type: "item" - item: "bloodmagic:simplekey" - } - { - id: "78BC6412E5FF7EF2" - type: "xp" - xp: 100 - } - ] - } - { - title: "Reinforced Runes" - x: -11.0d - y: -4.0d - shape: "diamond" - description: ["Using loot from the Demon Realm, you can upgrade each rune to double its effect. "] - dependencies: ["42CDD69527871332"] - id: "2CA28551F2A5B761" - tasks: [ - { - id: "4BD6380E3CB0AFA1" - type: "item" - item: "bloodmagic:sacrificerune2" - } - { - id: "4A26B1A6BDC9BEF2" - type: "item" - item: "bloodmagic:selfsacrificerune2" - } - { - id: "374B021596B02DB5" - type: "item" - item: "bloodmagic:altarcapacityrune2" - } - { - id: "642940CFA557BEF9" - type: "item" - item: "bloodmagic:bettercapacityrune2" - } - { - id: "5F5E0CDAB56FBAA8" - type: "item" - item: "bloodmagic:orbcapacityrune2" - } - ] - rewards: [ - { - id: "5EA823F1EBE465C6" - type: "item" - item: "bloodmagic:hellforgedparts" - count: 2 - random_bonus: 4 - } - { - id: "63047FEB0BE55B5A" - type: "xp" - xp: 1000 - } - ] - } - { - x: -14.0d - y: -5.0d - shape: "diamond" - description: [ - "&6Teleposition Sigil&r - Will teleport the user to a linked Teleposer at the cost of 1000LP. You can shift-click with the sigil on a Teleposer to set the location." - "" - "&9Suppression Sigil&r - You can push liquids away from you in a 6 block radius. It's pretty cool." - ] - dependencies: ["7CA3AE708F46CEBF"] - id: "5E2CB036B00758AE" - tasks: [ - { - id: "5A91384EF5463B4D" - type: "item" - item: "bloodmagic:telepositionsigil" - } - { - id: "097D8139589AF377" - type: "item" - item: { - id: "bloodmagic:sigilofsuppression" - Count: 1b - tag: { } - } - } - ] - rewards: [ - { - id: "4D08283B9E421D67" - type: "item" - item: "bloodmagic:infusedslate" - random_bonus: 2 - } - { - id: "12698FAA72C0BF02" - type: "xp" - xp: 100 - } - ] - } - { - title: "&cThe Demon Realm" - x: -11.0d - y: -2.5d - description: [ - "Performing the &cPathway to the Endless Realm&r ritual will give you access to the proper Demon Realm." - "" - "This is the only place where you can find &9Demonite Ore&r. This is used to create the Tier 5 Altar." - "" - "There is also a ton of rare loot, so make sure to keep an eye out for Intricate Hellforged Parts." - ] - dependencies: ["263925A79EBB270F"] - id: "42CDD69527871332" - tasks: [{ - id: "7877DD9632B05697" - type: "item" - item: "bloodmagic:rawdemonite" - }] - rewards: [ - { - id: "14946BF7D2325894" - type: "item" - item: "bloodmagic:dungeon_ore" - } - { - id: "5A9B7EEF24D6703A" - type: "xp" - xp: 100 - } - ] - } - { - title: "Tier 2 Sigils" - x: -22.0d - y: 0.5d - shape: "rsquare" - description: [ - "&9Air Sigil&r - Right Click to throw you in a direction you are facing for 50 LP." - "" - "&cVoid Sigil&r - Right Click on any liquid to void it, costing 50 LP." - "" - "&6Seer's Sigil&r - A better version of the Divination Sigil. Gives more info when looking at Altars." - "" - "&aMiner's Sigil&r - Shift-Right Click to use 100LP per 5 seconds to give yourself a Haste buff." - "" - "&2Green Gove Sigil&r - Right Clicking a crop that is growable will give it a bonemeal effect for 150LP. Shift-Right Clicking will consume 150LP per 5 seconds, increasing the growth rate of a 7x7x5 area. " - ] - dependencies: ["2C3CA7B9D1A7DC47"] - id: "4C6B73322F56BE73" - tasks: [ - { - id: "28490D6EB0A13853" - type: "item" - item: "bloodmagic:airsigil" - } - { - id: "2B9AC526E9F67CF2" - type: "item" - item: "bloodmagic:voidsigil" - } - { - id: "2F92C698040BD24D" - type: "item" - item: "bloodmagic:seersigil" - } - { - id: "3668C878D168A77C" - type: "item" - item: { - id: "bloodmagic:miningsigil" - Count: 1b - tag: { } - } - } - { - id: "189850D288276407" - type: "item" - item: { - id: "bloodmagic:growthsigil" - Count: 1b - tag: { } - } - } - ] - } - { - x: -20.0d - y: 0.5d - description: [ - "&cBlood Lamp&r - Launches a blood light when used. Costs 10LP" - "" - "&9Holding&r - Holds up to 5 other Sigils at a time, providing their passive effects and allowing you to activate them on a while. You can keybind buttons to access the inventory and cycle through the Sigils." - "" - "&6Magnetism&r - Activate for a magnet up to 7 blocks at the cost of 50LP every 5 seconds." - ] - dependencies: ["375FF0D8ACD2E17F"] - id: "1780A9FDD6983435" - tasks: [ - { - id: "4966B4779B0CE8EF" - type: "item" - item: { - id: "bloodmagic:bloodlightsigil" - Count: 1b - tag: { } - } - } - { - id: "263ACE485001170B" - type: "item" - item: "bloodmagic:sigilofholding" - } - { - id: "0432C6E53E4A5553" - type: "item" - item: { - id: "bloodmagic:sigilofmagnetism" - Count: 1b - tag: { } - } - } - ] - rewards: [ - { - id: "5309B724BBDF14AE" - type: "item" - item: "bloodmagic:blankslate" - count: 2 - random_bonus: 4 - } - { - id: "3CD9508C03CFE55C" - type: "xp" - xp: 100 - } - ] - } - { - title: "Living Armor" - x: -18.0d - y: -4.5d - shape: "hexagon" - description: [ - "You can create Living Equipment by making some Binding Reagents in an Alchemy Table. You'll also need at least a Common Tartaric Gem in order to hold the Demon Will required." - "" - "&9Living Equipment&r is the equivalent in durability of Diamond Armor, and can be repaired in an Anvil using Binding Reagents." - "" - "It starts off as the equivalent of Iron, but has Upgrade Points that can be spent to train it in specific ways. It starts with 100, but there are ways to increase this limit." - "" - "As you use it, it will \"learn\" from you. You can see what it has learned so far by holding left shift while looking at it." - ] - dependencies: ["0E51D6BB2BC756B6"] - size: 1.25d - id: "41030E1E341C3A4E" - tasks: [ - { - id: "26FD5D4411242B25" - type: "item" - item: { - id: "bloodmagic:livinghelmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "37A82F03CFF9D25A" - type: "item" - item: { - id: "bloodmagic:livingplate" - Count: 1b - tag: { - Damage: 0 - livingStats: { - maxPoints: 100 - upgrades: [ ] - } - } - } - } - { - id: "671E6A4CA8F8F77B" - type: "item" - item: { - id: "bloodmagic:livingleggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "5E9B38CD413946E0" - type: "item" - item: { - id: "bloodmagic:livingboots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "512B9C9240BD8628" - type: "item" - item: "bloodmagic:reagentbinding" - count: 2 - random_bonus: 4 - } - { - id: "6D8D96707F3F4A83" - type: "xp" - xp: 1000 - } - ] - } - ] -} +{ + id: "004F28C5C85F467B" + group: "02FE661031A105D8" + order_index: 2 + filename: "blood_magic" + title: "Blood Magic" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "Welcome to &cBlood Magic!" + icon: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "bloodmagic:guide" + } + } + x: -30.5d + y: -1.0d + shape: "gear" + description: [ + "Welcome to &cBlood Magic&f!" + "" + "To get started, check your &eEccentric Tome&r for the Blood Magic guidebook. You'll also get one for completing this quest!" + "" + "The guidebook contains all of the information about the mod if you ever need any help." + ] + size: 1.5d + id: "3A9B90A453C933C4" + tasks: [{ + id: "27529E8EA019A89A" + type: "checkmark" + title: "Blood Magic" + }] + rewards: [ + { + id: "3D1B65B9B393B3F4" + type: "xp" + xp: 10 + } + { + id: "5A846312CB17F978" + type: "item" + item: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "bloodmagic:guide" + } + } + } + ] + } + { + title: "Collecting &cBlood" + icon: "bloodmagic:altar" + x: -28.5d + y: -1.0d + shape: "diamond" + description: [ + "To get started with Blood Magic, we'll need to collect some blood." + "" + "To do this, we'll need to craft the &dSacrificial Knife&r and the &4Blood Altar&r. " + "" + "Go ahead and place the Altar somewhere with plenty of space around it. We might want to expand on it more in the future." + "" + "To acquire blood, stand by the Altar and... well... use the knife. You'll take a little damage, but &oit's for the cause&r." + "" + "Each stab will generate around 200 LP." + ] + dependencies: ["3A9B90A453C933C4"] + size: 1.25d + id: "3DA7D0BA045CE7AB" + tasks: [ + { + id: "49E5D4B7057851E7" + type: "item" + item: { + id: "bloodmagic:sacrificialdagger" + Count: 1b + tag: { } + } + } + { + id: "41D32B8152806B22" + type: "item" + item: "bloodmagic:altar" + } + ] + rewards: [ + { + id: "4137E9D70B32E4FA" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "minecraft:long_regeneration" + } + } + } + { + id: "2DE0010C8535C460" + type: "xp" + xp: 100 + } + ] + } + { + title: "Making Slates" + x: -26.0d + y: -1.0d + description: [ + "We'll want to infuse Life Essence (aka LP or Blood) into some stone." + "" + "Placing stone in the Altar with 1000 LP inside will create Blank Slates. You'll need a lot of these." + ] + dependencies: ["3DA7D0BA045CE7AB"] + id: "6AAB831CB3FB536A" + tasks: [{ + id: "7CBFE84B4FE3DC01" + type: "item" + item: "bloodmagic:blankslate" + count: 2L + }] + rewards: [ + { + id: "0F7ECFD0C45EA36C" + type: "item" + item: "bloodmagic:blankslate" + count: 2 + random_bonus: 2 + } + { + id: "01162A1F9A3B0A4D" + type: "xp" + xp: 100 + } + ] + } + { + title: "Upgrading Our Altar to Tier 2" + icon: "bloodmagic:altar" + x: -24.0d + y: -1.0d + shape: "pentagon" + description: [ + "To craft even more items using blood, we'll want to upgrade our altar by surrounding it in &9Blank Runes&r." + "" + "If you want, you can replace the Blank Runes in each of the cardinal directions to runes like the &6Speed Rune&r. These runes can affect how the Altar functions." + "" + "Below is an example of how you'd build a Tier 2 Altar, but you can also visualize it in the guidebook." + "" + "Note: Speed Runes are the only runes available (besides Blank Runes) until you make a Tier 2 Altar, but can be replaced later on." + "" + "{image:atm:textures/quests/bloodmagic/bloodmagic_tier2.png width:150 height:140 align:1}" + ] + dependencies: ["6AAB831CB3FB536A"] + size: 1.25d + id: "4B51189C36B8D291" + tasks: [{ + id: "4CDFCAAED8ABB615" + type: "item" + item: "bloodmagic:blankrune" + count: 8L + }] + rewards: [ + { + id: "1C97CAB711AE1357" + type: "item" + item: "bloodmagic:blankslate" + count: 2 + random_bonus: 2 + } + { + id: "4C507A1D9293C777" + type: "xp" + xp: 100 + } + ] + } + { + x: -22.0d + y: -1.0d + description: ["With our Altar now at Tier 2, we can make even better Runes. We'll need some Reinforced slate to continue our journey in Blood Magic, including doing some Rituals. "] + dependencies: ["4B51189C36B8D291"] + id: "2C3CA7B9D1A7DC47" + tasks: [{ + id: "4CEA3279AF0BEE01" + type: "item" + item: "bloodmagic:reinforcedslate" + }] + rewards: [ + { + id: "1493A082BCF763E1" + type: "item" + item: "bloodmagic:reinforcedslate" + count: 2 + random_bonus: 2 + } + { + id: "448B572D6386F058" + type: "xp" + xp: 100 + } + ] + } + { + title: "Portable Blood Storage" + x: -28.5d + y: -2.5d + shape: "hexagon" + subtitle: "Holds a max of 5k LP" + description: [ + "The &9Weak Blood Orb&r is used to store blood (or LP). It can be used as a way to transport blood to and from Altars. It also is used in several crafting recipes." + "" + "To craft this, you'll need to place a diamond on top of the Blood Altar, then generate enough LP to craft it." + "" + "To charge a Blood Orb, you can right-click to sacrifice some of your health to the Orb. This also links your Soul to your Soul Network. :)" + "" + "You can also place the Orb in a Blood Altar that has some LP in it. It'll drain faster the more Speed Runes it has." + ] + dependencies: ["3DA7D0BA045CE7AB"] + id: "5BF29A151A04FEF0" + tasks: [{ + id: "65E0BEE90716B68C" + type: "item" + item: "bloodmagic:weakbloodorb" + }] + } + { + title: "Tier I Rituals" + icon: "bloodmagic:masterritualstone" + x: -18.0d + y: 0.5d + description: [ + "With our Tier 3 Altar, we can start performing Rituals." + "" + "Rituals require a Master Ritual Stone and enough regular Ritual Stones to create." + "" + "Start by crafting a bunch of Ritual Stones as well as a Master Ritual Stone. These are the basic blocks we'll need to start doing rituals." + ] + dependencies: ["375FF0D8ACD2E17F"] + id: "4578C0EE82F66BD9" + tasks: [ + { + id: "6995C629EAA148F5" + type: "item" + item: "bloodmagic:masterritualstone" + } + { + id: "32F2BC0D3AA69E25" + type: "item" + item: "bloodmagic:ritualstone" + count: 8L + } + ] + rewards: [ + { + id: "34E76CD69EB10059" + type: "item" + item: "bloodmagic:ritualstone" + count: 4 + random_bonus: 4 + } + { + id: "706F037413BB3D25" + type: "xp" + xp: 1000 + } + ] + } + { + x: -22.5d + y: -2.0d + shape: "diamond" + description: ["This rune increases the amount of LP gained from taking blood away from non-player entities. Each one gives a bonus of 10% additively per rune."] + dependencies: ["2C3CA7B9D1A7DC47"] + id: "08F28A9E4DEA7CD0" + tasks: [{ + id: "6C6CDA42FB379A80" + type: "item" + item: "bloodmagic:sacrificerune" + }] + rewards: [{ + id: "23EBA079A86E799A" + type: "xp" + xp: 100 + }] + } + { + x: -24.0d + y: -2.5d + shape: "rsquare" + subtitle: "Tired of Stabbing Yourself?" + description: [ + "Now you can stab others to use their Blood instead!" + "" + "Stabbing any mob within 2 blocks of your Altar with one of these will insta-kill them and drain their LP into your Altar!" + "" + "If you have Runes of Sacrifice around your Altar, you'll get more per kill." + "" + "I'm also totally not giving you 16 eggs for you to potentially get chickens for blood. Totally just for cooking. " + ] + dependencies: ["4B51189C36B8D291"] + id: "5361F72BAB72D318" + tasks: [{ + id: "5D7178C2EF652773" + type: "item" + item: "bloodmagic:daggerofsacrifice" + }] + rewards: [ + { + id: "050236926D942519" + type: "xp" + xp: 100 + } + { + id: "217032A5D292D4A1" + type: "item" + item: "minecraft:egg" + count: 16 + } + ] + } + { + title: "&4Hellfire Forge&r" + x: -26.0d + y: 1.0d + shape: "hexagon" + description: [ + "The &4Hellfire Forge&r is one of the main blocks needed for working in Blood Magic." + "" + "It is powered by Demon Will, and can be used to create several items including the &bSentient Sword&r." + ] + dependencies: [ + "6AAB831CB3FB536A" + "506D48AD9FB2E89D" + ] + size: 1.5d + id: "7BA086472D87D705" + tasks: [{ + id: "59D4952D3D164F6D" + type: "item" + item: "bloodmagic:soulforge" + }] + rewards: [ + { + id: "5D18F40ED6F399D6" + type: "item" + item: "bloodmagic:soulsnare" + count: 3 + } + { + id: "19ABF9AB512D180E" + type: "item" + item: "bloodmagic:blankslate" + count: 2 + random_bonus: 2 + } + { + id: "65BAEBCF71A95208" + type: "xp" + xp: 100 + } + ] + } + { + title: "The Sentient Sword" + x: -26.0d + y: 3.5d + shape: "octagon" + description: [ + "We can't use Soul Snares forever." + "" + "The Sentient Sword allows you to collect Demon Will a lot easier. Simply kill a hostile mob with the sword, and the mob will drop Demon Will." + ] + dependencies: ["11D37E7391B49A88"] + id: "7C8D74692C963000" + tasks: [{ + id: "72A92CB3A5DA9044" + type: "item" + item: { + id: "bloodmagic:soulsword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "40B798A36DCBFBCB" + type: "item" + item: "bloodmagic:blankslate" + count: 2 + random_bonus: 2 + } + { + id: "40D83B6E12A16952" + type: "xp" + xp: 100 + } + ] + } + { + title: "Storing Demonic Will" + x: -26.0d + y: 2.5d + shape: "diamond" + description: [ + "Demon Will stacks up very quickly in your inventory." + "" + "We're going to need a lot of it, so we'll need to create a way to store all of it. Creating a &9Tartaric Gem&r is just what we need." + "" + "The &bPetty Tartaric Gem&r is what we'll spend our first Demon Will on. This will store up to a maximum of 64 Will." + "" + "Note: If you drop any Demon Will you have in your inventory, the Gem will absorb it into its storage." + ] + dependencies: ["7BA086472D87D705"] + id: "11D37E7391B49A88" + tasks: [{ + id: "1E4979886B89B2AD" + type: "item" + item: { + id: "bloodmagic:soulgempetty" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "2586A2DC190EE8B7" + type: "item" + item: { + id: "bloodmagic:basemonstersoul" + Count: 1b + tag: { + souls: 1.0d + } + } + } + { + id: "3C98676E7D871A75" + type: "xp" + xp: 100 + } + ] + } + { + x: -25.0d + y: 3.5d + shape: "diamond" + description: ["An upgrade to our Will storage. This will hold a max of 256 Will."] + dependencies: ["11D37E7391B49A88"] + id: "487275B970530E3F" + tasks: [{ + id: "55AF014185F20835" + type: "item" + item: { + id: "bloodmagic:soulgemlesser" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "093D0A54AA9785C1" + type: "item" + item: { + id: "bloodmagic:basemonstersoul" + Count: 1b + tag: { + souls: 5.0d + } + } + } + { + id: "6C398EB3B8CC167B" + type: "xp" + xp: 100 + } + ] + } + { + x: -26.0d + y: 4.5d + shape: "diamond" + description: ["This will hold a max of 1024 Will."] + dependencies: ["487275B970530E3F"] + id: "626C07DB8B8C5A04" + tasks: [{ + id: "04BCD1D949FCB24D" + type: "item" + item: { + id: "bloodmagic:soulgemcommon" + Count: 1b + tag: { + souls: 0.0d + } + } + }] + rewards: [{ + id: "0B2775EDC84F8DBC" + type: "xp" + xp: 500 + }] + } + { + x: -27.0d + y: 3.5d + shape: "diamond" + description: ["This is the maximum storage item for Demon Will, and will hold 4096 Will max."] + dependencies: ["626C07DB8B8C5A04"] + id: "20458B8987CD6CB9" + tasks: [{ + id: "25B30F1BCCEE920A" + type: "item" + item: { + id: "bloodmagic:soulgemgreater" + Count: 1b + tag: { + souls: 0.0d + } + } + }] + rewards: [{ + id: "706507A5BDE8CAF5" + type: "xp" + xp: 1000 + }] + } + { + x: -18.0d + y: -1.0d + description: [ + "Combing Reinforced Slate with some blood in our new Altar will give us Imbued Slates." + "" + "This is the next upgrade for our Blood Magic journey." + ] + dependencies: ["5886C648D14180E1"] + id: "375FF0D8ACD2E17F" + tasks: [{ + id: "2BEC3F34860494B0" + type: "item" + item: "bloodmagic:infusedslate" + }] + rewards: [ + { + id: "017A36C03D074D2B" + type: "item" + item: "bloodmagic:infusedslate" + random_bonus: 2 + } + { + id: "467291771E176EC8" + type: "xp" + xp: 100 + } + ] + } + { + x: -17.5d + y: -2.0d + shape: "diamond" + description: ["This rune increases the total capacity of the Altar by 20% for each Capacity rune."] + dependencies: ["375FF0D8ACD2E17F"] + id: "0B2B8247DA280E90" + tasks: [{ + id: "41758E5DA17E2FDF" + type: "item" + item: "bloodmagic:altarcapacityrune" + }] + rewards: [ + { + id: "7CF045B2A95086EB" + type: "xp" + xp: 100 + } + { + id: "62390E5A53188912" + type: "item" + item: "bloodmagic:blankrune" + random_bonus: 2 + } + ] + } + { + x: -18.5d + y: -2.0d + shape: "diamond" + description: ["Increases the flow rate of LP in and out of the Altar when pumping to and from an external tank by 20% per rune."] + dependencies: ["375FF0D8ACD2E17F"] + id: "47B985B56C582D6A" + tasks: [{ + id: "00D5D96DA535CFE7" + type: "item" + item: "bloodmagic:dislocationrune" + }] + rewards: [ + { + id: "31EA9D6A3290C38D" + type: "xp" + xp: 100 + } + { + id: "6A809308395ADC22" + type: "item" + item: "bloodmagic:blankrune" + random_bonus: 2 + } + ] + } + { + x: -14.0d + y: -2.5d + description: [ + "The last piece of Slate that has any use..." + "" + "yet." + ] + dependencies: ["431C44439CA54077"] + id: "7CA3AE708F46CEBF" + tasks: [{ + id: "57F75D0B2554BA61" + type: "item" + item: "bloodmagic:demonslate" + }] + rewards: [ + { + id: "606FCBD36A2918D1" + type: "item" + item: "bloodmagic:demonslate" + random_bonus: 2 + } + { + id: "0FE381A79B163DDA" + type: "xp" + xp: 100 + } + ] + } + { + x: -14.5d + y: -4.5d + shape: "diamond" + description: ["This rune increases the capacity of the Altar by a multiplicative amount of 7.5% per rune. These apply after regular Capacity Runes."] + dependencies: ["7CA3AE708F46CEBF"] + id: "6C0D4CBC089988ED" + tasks: [{ + id: "0B14A7CBC056CC9F" + type: "item" + item: "bloodmagic:bettercapacityrune" + }] + rewards: [ + { + id: "1B3AA2121F9BABB8" + type: "item" + item: "bloodmagic:infusedslate" + random_bonus: 2 + } + { + id: "2A8726C8BB765154" + type: "xp" + xp: 100 + } + ] + } + { + x: -14.0d + y: -4.0d + shape: "diamond" + description: [ + "This rune creates a 1000LP internal buffer whenever the Altar is not being used for crafting or filling blood orbs." + "" + "Whenever an item is placed inside of the altar, it will instantly consume the stored charge and apply it to the item." + "" + "No more waiting once placed!" + ] + dependencies: ["7CA3AE708F46CEBF"] + id: "6C57FF70679AF123" + tasks: [{ + id: "73F90730D99D6384" + type: "item" + item: "bloodmagic:chargingrune" + }] + rewards: [ + { + id: "5E055E1CF9CEA375" + type: "item" + item: "bloodmagic:infusedslate" + random_bonus: 2 + } + { + id: "5E890AEA3E9B9188" + type: "xp" + xp: 100 + } + ] + } + { + x: -9.5d + y: -1.0d + description: [ + "You can't even use this for anything that I know of." + "" + "You are too powerful." + ] + dependencies: ["2214B7DCE4075A02"] + optional: true + id: "396AA75774059D0B" + tasks: [{ + id: "600A5AEE6C546B4C" + type: "item" + item: "bloodmagic:etherealslate" + }] + rewards: [{ + id: "493159D4211DD8E5" + type: "xp" + xp: 1000 + }] + } + { + x: -13.5d + y: -4.5d + shape: "diamond" + description: [ + "This rune accelerates the operations of other runes, like the Charging or Displacement Rune." + "" + "It removes 1 tick of delay per rune, down to a minimum of 1 operation per tick." + ] + dependencies: ["7CA3AE708F46CEBF"] + id: "0EE2D22A577D10B0" + tasks: [{ + id: "7EB95246A2F0981D" + type: "item" + item: "bloodmagic:accelerationrune" + }] + rewards: [ + { + id: "011EDAF134E648E1" + type: "item" + item: "bloodmagic:infusedslate" + random_bonus: 2 + } + { + id: "0FDD0D502E4E581C" + type: "xp" + xp: 100 + } + ] + } + { + x: -16.0d + y: 2.0d + description: [ + "Tau Fruit can be obtained from loot chests within the Hidden Realm. You'll need this to upgrade your Altar even further!" + "" + "Once collected, the fruit can be planted to farm it. However, it has 2 potential products instead of one." + "" + "Growing the fruit naturally will result in more Tau Fruit, which can be turned into Oil. But what if we give it some blood......" + ] + dependencies: ["0E8418B42A744030"] + id: "50A28E1946047A6E" + tasks: [{ + id: "2D780C226FCF4A03" + type: "item" + item: "bloodmagic:weak_tau" + }] + rewards: [ + { + id: "0F83AC33131BD953" + type: "item" + item: "bloodmagic:weak_tau" + count: 4 + random_bonus: 4 + } + { + id: "4899CDA6BDDEB8C3" + type: "xp" + xp: 100 + } + ] + } + { + x: -14.0d + y: 2.0d + description: [ + "Just like everything in this pack, &cthe fruit thirsts for blood&r. Plant the fruit and force a mob on top of it." + "" + "It will drain the life force of the mob to become Saturated Tau." + ] + dependencies: ["50A28E1946047A6E"] + id: "5E2D15E4A410B5DA" + tasks: [{ + id: "102AEEB23B1AA7EF" + type: "item" + item: "bloodmagic:strong_tau" + }] + rewards: [ + { + id: "7CB7C8464D30CE9C" + type: "item" + item: "bloodmagic:strong_tau" + } + { + id: "5511EA668DC7B429" + type: "xp" + xp: 100 + } + ] + } + { + x: -16.0d + y: 0.5d + description: [ + "While not fully implemented yet, the &6Alchemical Reaction Chamber&r functions like a Furnace." + "" + "This is currently the only way to obtain &cWeak Blood Shards&r, which we'll need to upgrade our Altar." + ] + dependencies: ["375FF0D8ACD2E17F"] + id: "308581359FEF32E9" + tasks: [{ + id: "1589663D302CE21E" + type: "item" + item: "bloodmagic:alchemicalreactionchamber" + }] + rewards: [ + { + id: "2E509236F2A904AE" + type: "item" + item: "bloodmagic:infusedslate" + random_bonus: 2 + } + { + id: "7798ABBC4BAB13CC" + type: "xp" + xp: 100 + } + ] + } + { + x: -18.0d + y: -2.5d + shape: "diamond" + subtitle: "Holds a max of 150k LP" + dependencies: ["375FF0D8ACD2E17F"] + id: "0E51D6BB2BC756B6" + tasks: [{ + id: "7BB6F203FCA31A25" + type: "item" + item: "bloodmagic:magicianbloodorb" + }] + rewards: [{ + id: "7848C02921758A7E" + type: "xp" + xp: 100 + }] + } + { + x: -15.5d + y: -2.5d + shape: "hexagon" + subtitle: "Holds a max of 1M LP" + dependencies: ["7CA3AE708F46CEBF"] + id: "048BD38532A1DDCF" + tasks: [{ + id: "2F13F6D6E170BBEC" + type: "item" + item: "bloodmagic:masterbloodorb" + }] + rewards: [{ + id: "08B35AB2E64B3B71" + type: "xp" + xp: 100 + }] + } + { + 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."] + dependencies: [ + "5E2D15E4A410B5DA" + "308581359FEF32E9" + ] + id: "25343A0C4C22AA60" + tasks: [ + { + id: "3A104E7D6C6AA524" + type: "item" + item: "bloodmagic:weakbloodshard" + } + { + id: "04EAE604D8B668B3" + type: "item" + item: "bloodmagic:largebloodstonebrick" + } + ] + rewards: [{ + id: "3A386B0E3C9940DE" + type: "xp" + xp: 100 + }] + } + { + title: "Tier II rituals" + x: -12.5d + y: -2.5d + shape: "hexagon" + description: [ + "Now we'll need to make the Dusk version of the Ritual Diviner." + "" + "This gives us access to even more rituals, including the ritual that gets us to the Demon Realm. " + ] + dependencies: ["7CA3AE708F46CEBF"] + id: "263925A79EBB270F" + tasks: [ + { + id: "46C11FFD8A06B63E" + type: "item" + item: { + id: "bloodmagic:duskscribetool" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "088CD8231DD1A37A" + type: "item" + item: "bloodmagic:ritualdivinerdusk" + } + ] + rewards: [ + { + id: "71A79FCBB36C348C" + type: "item" + item: "bloodmagic:infusedslate" + count: 2 + random_bonus: 2 + } + { + id: "6647598F7C4C2325" + type: "xp" + xp: 100 + } + ] + } + { + title: "Collecting Demonic Will" + x: -27.299999999999997d + y: 0.0d + description: [ + "Before we can craft the &cHellfire Forge&r, we'll need a way to power it by acquiring &bDemon Will&r." + "" + "To start collecting it, we'll need to create some &dSoul Snares&r that we can use on mobs." + "" + "Once you use a few of these on a mob, white particles will appear around them. Slay them, and you'll acquire Demonic Will." + ] + dependencies: ["3DA7D0BA045CE7AB"] + id: "506D48AD9FB2E89D" + tasks: [ + { + id: "3D1BAA6CA8B979A9" + type: "item" + item: "bloodmagic:soulsnare" + count: 3L + } + { + id: "42D29681DC076E3C" + type: "item" + item: { + id: "bloodmagic:basemonstersoul" + Count: 1b + tag: { + souls: 5.0d + } + } + } + ] + rewards: [ + { + id: "20442FD9EB780A4C" + type: "item" + item: "bloodmagic:soulsnare" + count: 3 + random_bonus: 3 + } + { + id: "07EB91CE33392DD5" + type: "xp" + xp: 100 + } + ] + } + { + x: -26.0d + y: -2.9499999999999997d + shape: "hexagon" + description: [ + "The &9Alchemy Table&r can craft various objects, catalysts, and more by using LP from a player's Soul Network (aka using a Blood Orb)." + "" + "This table can also convert many things, like Rotten Flesh to Leather, Wool to String, etc. It's pretty useful!" + ] + dependencies: ["6AAB831CB3FB536A"] + size: 1.5d + id: "7CC2D826CA6BBDDB" + tasks: [{ + id: "33ECB0563BA9E2CB" + type: "item" + item: "bloodmagic:alchemytable" + }] + rewards: [ + { + id: "57407D2C81F959E1" + type: "item" + item: "bloodmagic:blankslate" + random_bonus: 2 + } + { + id: "080A6AA97A0A41E9" + type: "xp" + xp: 100 + } + ] + } + { + title: "Altering the Altar" + x: -24.0d + y: 0.5d + shape: "square" + description: [ + "There are several Rune types that can change how an Altar functions." + "" + "For example, Speed Runes increase the speed of all crafting operations within the Altar by 20% per rune." + "" + "This is the first rune you can use to upgrade your Altar." + ] + dependencies: ["4B51189C36B8D291"] + id: "49F57CE3B472FF6D" + tasks: [{ + id: "3EF20FD3AC7ED48B" + type: "item" + item: "bloodmagic:speedrune" + }] + rewards: [ + { + id: "422BF2738AC9D3D3" + type: "xp" + xp: 100 + } + { + id: "62F0A6019DB177BB" + type: "item" + item: "bloodmagic:blankslate" + count: 2 + random_bonus: 2 + } + ] + } + { + x: -21.5d + y: -2.0d + shape: "diamond" + description: [ + "This rune increases the amount of LP gained from getting blood from Players. :D" + "" + "Each rune gives a bonus of 10% additively." + ] + dependencies: ["2C3CA7B9D1A7DC47"] + id: "6CE4ED7A2642674F" + tasks: [{ + id: "6692D1D1E4E4F758" + type: "item" + item: "bloodmagic:selfsacrificerune" + }] + rewards: [{ + id: "5898710F2074585F" + type: "xp" + xp: 100 + }] + } + { + title: "Upgrading the Altar: Tier 3" + icon: "bloodmagic:altar" + x: -20.0d + y: -1.0d + shape: "hexagon" + subtitle: "Use the Guidebook for help building this!" + description: [ + "To upgrade our Altar to Tier 3, we need to get a lot more runes. 28 total to be exact." + "" + "You need to place 5 Blood Runes (Blank or better) one block down and two blocks away from the Tier 2 Altar runes, along each edge." + "" + "You'll then want to create a pillar in each corner out of any block, with a pillar cap of Glowstone sitting one block higher than the Altar itself." + "" + "If you want to check if the Altar was built correctly, use a &9Divination Sigil&r to check the Tier." + "" + "Note: Any non-air block can be used for the pillar, as long as the cap is Glowstone." + "" + "{image:atm:textures/quests/bloodmagic/bloodmagic_tier3.png width:200 height:150 align:1}" + ] + dependencies: ["2C3CA7B9D1A7DC47"] + size: 1.25d + id: "5886C648D14180E1" + tasks: [{ + id: "45FE50B70B45B915" + type: "item" + item: "bloodmagic:blankrune" + count: 28L + }] + rewards: [ + { + id: "68593AC343A3B626" + type: "item" + item: "bloodmagic:blankrune" + count: 3 + random_bonus: 3 + } + { + id: "7698DE23F4AEC268" + type: "xp" + xp: 100 + } + ] + } + { + title: "Upgrading Our Altar: Tier 4" + icon: "bloodmagic:altar" + x: -14.0d + y: -1.0d + shape: "octagon" + description: [ + "To upgrade our Altar, we'll need 56 total Blood Runes (Blank or better)." + "" + "We'll do just like we did last time. Go one block down and two blocks out, then place 7 Blood Runes along each edge. You're basically making a pyramid at this point." + "" + "We want to create pillars in each of the corners, starting &9above&r the new ring of runes. These pillars are 5 tall, with the pillar cap being made of &cBloodstone Bricks&r or &cLarge Bloodstone Bricks&r. " + "" + "Instead of a picture, look in your Sanguine Scientiem and search for the Blood Altar section. Scroll until you find the Tier 4 Altar, and all of the information is there. You can even click the eye to visualize the structure." + ] + dependencies: [ + "375FF0D8ACD2E17F" + "25343A0C4C22AA60" + ] + size: 1.25d + id: "431C44439CA54077" + tasks: [{ + id: "03DBCA5695879C49" + type: "item" + item: "bloodmagic:blankrune" + count: 48L + }] + rewards: [{ + id: "05079D8B752B62E7" + type: "item" + item: "bloodmagic:blankrune" + count: 4 + random_bonus: 8 + }] + } + { + x: -22.0d + y: -2.5d + shape: "diamond" + subtitle: "Holds a max of 25k LP" + dependencies: ["2C3CA7B9D1A7DC47"] + id: "08143AD0D63FFD1F" + tasks: [{ + id: "46DC0EE4792CCA0D" + type: "item" + item: "bloodmagic:apprenticebloodorb" + }] + } + { + x: -26.0d + y: -4.5d + subtitle: "We're drawing on the ground now." + description: [ + "With our Alchemy Table and our Orb full of Blood, we want to make some &9Arcane Ashes&r." + "" + "With the Ashes, we'll be able to draw a circle on the ground, known as an Alchemy Array. You can insert 2 items in by right-clicking, and will either craft a new item or perform an action, like turning day into night!" + ] + dependencies: ["7CC2D826CA6BBDDB"] + id: "1F3B9803AFAEED5F" + tasks: [{ + id: "6168644A110A263A" + type: "item" + item: { + id: "bloodmagic:arcaneashes" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "661488E84B1A6A57" + type: "item" + item: { + id: "bloodmagic:arcaneashes" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "4BD9ABC2D427A1FB" + type: "xp" + xp: 100 + } + ] + } + { + x: -26.0d + y: -6.5d + shape: "diamond" + description: [ + "The &9Divination Sigil&r is the first Sigil we'll be making." + "" + "This Sigil has two primary uses:" + "" + "1) When you right-click with the Sigil in your hand, it will display the amount of LP you have in your Soul Network." + "" + "2) If you right-click a Blood Altar with it, you'll see how much LP is stored, the max it can store, and what tier the altar is." + ] + dependencies: ["1F3B9803AFAEED5F"] + id: "281AAC27DEBEE84D" + tasks: [{ + id: "19EF9DDE6B18A8B5" + type: "item" + item: "bloodmagic:divinationsigil" + }] + rewards: [ + { + id: "5D23AE912DA218A9" + type: "item" + item: "bloodmagic:blankslate" + random_bonus: 1 + } + { + id: "7F59BF8F2886B028" + type: "xp" + xp: 100 + } + ] + } + { + x: -25.5d + y: -6.0d + shape: "diamond" + description: [ + "When held in hand, you can right-click to create a water source block for 100LP. Not bad huh?" + "" + "Unless you don't have 100LP. In that case, it'll just take your health. :)" + ] + dependencies: ["1F3B9803AFAEED5F"] + id: "7EED2502F1F38147" + tasks: [{ + id: "7825C546B68A7F85" + type: "item" + item: "bloodmagic:watersigil" + }] + rewards: [{ + id: "1B7AF47021D62F36" + type: "xp" + xp: 100 + }] + } + { + x: -26.5d + y: -6.0d + shape: "diamond" + description: [ + "With the Lava Sigil in hand, if you right-click, you'll create a source block of lava for the low low cost of 1,000 LP." + "" + "If you don't have enough LP, that's cool too. It'll just take 5 hearts from you. No biggie." + ] + dependencies: ["1F3B9803AFAEED5F"] + id: "3AADA53EC01FB0ED" + tasks: [{ + id: "4EFA9FB003D8D147" + type: "item" + item: "bloodmagic:lavasigil" + }] + rewards: [{ + id: "438796468164D727" + type: "xp" + xp: 100 + }] + } + { + x: -18.0d + y: 2.0d + description: [ + "While not required, the Ritual Diviner is great to have as it shows exactly how the Ritual is built, and helps build it. (You should totally make one.)" + "" + "To build a ritual, shift-right click with the Ritual Diviner in the air until you find the ritual you want to create. You can shift-left click to go back as well." + "" + "Start by doing the Edge of the Hidden Realm ritual, as we'll need a few items from the dimension to get started." + "" + "Once selected with the Ritual Diviner, right click on a Master Ritual Stone until the structure is complete. You will need a bunch of Ritual Stones to perform these rituals. Once the structure is fully built, you can right click the Master Ritual Stone with a Weak Activation Crystal to activate it." + ] + dependencies: ["4578C0EE82F66BD9"] + id: "0E8418B42A744030" + tasks: [ + { + id: "6B1FDBAA650C202A" + type: "item" + item: "bloodmagic:ritualdiviner" + } + { + id: "7D265539B810DCE3" + type: "item" + item: "bloodmagic:activationcrystalweak" + } + ] + rewards: [ + { + id: "7392A41AF4EE71FF" + type: "item" + item: "bloodmagic:simplekey" + } + { + id: "76C8BCBEA45D07D2" + type: "xp" + xp: 100 + } + ] + } + { + title: "The Tier 5 Altar" + icon: "bloodmagic:altar" + x: -11.0d + y: -1.0d + shape: "gear" + description: [ + "To upgrade our Altar to Tier 5, we'll need a total of 108 Runes, as well as 4 Demonite Blocks." + "" + "Follow the Sanguine Scietiem (the guide book for the mod) for a detailed guide on how to build the structure." + "" + "You want to start by going one block down and three blocks out from the previous set of runes of your Tier 4 Altar. You want to place 15 runes along each side." + "" + "In the corners of the newly created ring, place a Demonite Block with one empty space on each side. " + ] + dependencies: [ + "431C44439CA54077" + "42CDD69527871332" + ] + size: 1.5d + id: "2214B7DCE4075A02" + tasks: [{ + id: "3830486EDCC81431" + type: "item" + item: "bloodmagic:blankrune" + count: 64L + }] + rewards: [{ + id: "37A59465BECB5B7A" + type: "item" + item: "bloodmagic:blankrune" + count: 8 + random_bonus: 8 + }] + } + { + title: "Dungeon Keys" + x: -18.0d + y: 3.5d + description: [ + "Once you make it to the Hidden Realm, you'll find a chest with some basic loot in it." + "" + "Keep an eye out for &9Iron Keys&r. These unlock the extra rooms within the Hidden Realm, giving access to even more loot." + ] + dependencies: ["0E8418B42A744030"] + optional: true + id: "6DD7D0A248FEAC00" + tasks: [{ + id: "049052953E05D38F" + type: "item" + item: "bloodmagic:simplekey" + count: 2L + }] + rewards: [ + { + id: "7A53C4B113A1FC46" + type: "item" + item: "bloodmagic:simplekey" + } + { + id: "78BC6412E5FF7EF2" + type: "xp" + xp: 100 + } + ] + } + { + title: "Reinforced Runes" + x: -11.0d + y: -4.0d + shape: "diamond" + description: ["Using loot from the Demon Realm, you can upgrade each rune to double its effect. "] + dependencies: ["42CDD69527871332"] + id: "2CA28551F2A5B761" + tasks: [ + { + id: "4BD6380E3CB0AFA1" + type: "item" + item: "bloodmagic:sacrificerune2" + } + { + id: "4A26B1A6BDC9BEF2" + type: "item" + item: "bloodmagic:selfsacrificerune2" + } + { + id: "374B021596B02DB5" + type: "item" + item: "bloodmagic:altarcapacityrune2" + } + { + id: "642940CFA557BEF9" + type: "item" + item: "bloodmagic:bettercapacityrune2" + } + { + id: "5F5E0CDAB56FBAA8" + type: "item" + item: "bloodmagic:orbcapacityrune2" + } + ] + rewards: [ + { + id: "5EA823F1EBE465C6" + type: "item" + item: "bloodmagic:hellforgedparts" + count: 2 + random_bonus: 4 + } + { + id: "63047FEB0BE55B5A" + type: "xp" + xp: 1000 + } + ] + } + { + x: -14.0d + y: -5.0d + shape: "diamond" + description: [ + "&6Teleposition Sigil&r - Will teleport the user to a linked Teleposer at the cost of 1000LP. You can shift-click with the sigil on a Teleposer to set the location." + "" + "&9Suppression Sigil&r - You can push liquids away from you in a 6 block radius. It's pretty cool." + ] + dependencies: ["7CA3AE708F46CEBF"] + id: "5E2CB036B00758AE" + tasks: [ + { + id: "5A91384EF5463B4D" + type: "item" + item: "bloodmagic:telepositionsigil" + } + { + id: "097D8139589AF377" + type: "item" + item: { + id: "bloodmagic:sigilofsuppression" + Count: 1b + tag: { } + } + } + ] + rewards: [ + { + id: "4D08283B9E421D67" + type: "item" + item: "bloodmagic:infusedslate" + random_bonus: 2 + } + { + id: "12698FAA72C0BF02" + type: "xp" + xp: 100 + } + ] + } + { + title: "&cThe Demon Realm" + x: -11.0d + y: -2.5d + description: [ + "Performing the &cPathway to the Endless Realm&r ritual will give you access to the proper Demon Realm." + "" + "This is the only place where you can find &9Demonite Ore&r. This is used to create the Tier 5 Altar." + "" + "There is also a ton of rare loot, so make sure to keep an eye out for Intricate Hellforged Parts." + ] + dependencies: ["263925A79EBB270F"] + id: "42CDD69527871332" + tasks: [{ + id: "7877DD9632B05697" + type: "item" + item: "bloodmagic:rawdemonite" + }] + rewards: [ + { + id: "14946BF7D2325894" + type: "item" + item: "bloodmagic:dungeon_ore" + } + { + id: "5A9B7EEF24D6703A" + type: "xp" + xp: 100 + } + ] + } + { + title: "Tier 2 Sigils" + x: -22.0d + y: 0.5d + shape: "rsquare" + description: [ + "&9Air Sigil&r - Right Click to throw you in a direction you are facing for 50 LP." + "" + "&cVoid Sigil&r - Right Click on any liquid to void it, costing 50 LP." + "" + "&6Seer's Sigil&r - A better version of the Divination Sigil. Gives more info when looking at Altars." + "" + "&aMiner's Sigil&r - Shift-Right Click to use 100LP per 5 seconds to give yourself a Haste buff." + "" + "&2Green Gove Sigil&r - Right Clicking a crop that is growable will give it a bonemeal effect for 150LP. Shift-Right Clicking will consume 150LP per 5 seconds, increasing the growth rate of a 7x7x5 area. " + ] + dependencies: ["2C3CA7B9D1A7DC47"] + id: "4C6B73322F56BE73" + tasks: [ + { + id: "28490D6EB0A13853" + type: "item" + item: "bloodmagic:airsigil" + } + { + id: "2B9AC526E9F67CF2" + type: "item" + item: "bloodmagic:voidsigil" + } + { + id: "2F92C698040BD24D" + type: "item" + item: "bloodmagic:seersigil" + } + { + id: "3668C878D168A77C" + type: "item" + item: { + id: "bloodmagic:miningsigil" + Count: 1b + tag: { } + } + } + { + id: "189850D288276407" + type: "item" + item: { + id: "bloodmagic:growthsigil" + Count: 1b + tag: { } + } + } + ] + } + { + x: -20.0d + y: 0.5d + description: [ + "&cBlood Lamp&r - Launches a blood light when used. Costs 10LP" + "" + "&9Holding&r - Holds up to 5 other Sigils at a time, providing their passive effects and allowing you to activate them on a while. You can keybind buttons to access the inventory and cycle through the Sigils." + "" + "&6Magnetism&r - Activate for a magnet up to 7 blocks at the cost of 50LP every 5 seconds." + ] + dependencies: ["375FF0D8ACD2E17F"] + id: "1780A9FDD6983435" + tasks: [ + { + id: "4966B4779B0CE8EF" + type: "item" + item: { + id: "bloodmagic:bloodlightsigil" + Count: 1b + tag: { } + } + } + { + id: "263ACE485001170B" + type: "item" + item: "bloodmagic:sigilofholding" + } + { + id: "0432C6E53E4A5553" + type: "item" + item: { + id: "bloodmagic:sigilofmagnetism" + Count: 1b + tag: { } + } + } + ] + rewards: [ + { + id: "5309B724BBDF14AE" + type: "item" + item: "bloodmagic:blankslate" + count: 2 + random_bonus: 4 + } + { + id: "3CD9508C03CFE55C" + type: "xp" + xp: 100 + } + ] + } + { + title: "Living Armor" + x: -18.0d + y: -4.5d + shape: "hexagon" + description: [ + "You can create Living Equipment by making some Binding Reagents in an Alchemy Table. You'll also need at least a Common Tartaric Gem in order to hold the Demon Will required." + "" + "&9Living Equipment&r is the equivalent in durability of Diamond Armor, and can be repaired in an Anvil using Binding Reagents." + "" + "It starts off as the equivalent of Iron, but has Upgrade Points that can be spent to train it in specific ways. It starts with 100, but there are ways to increase this limit." + "" + "As you use it, it will \"learn\" from you. You can see what it has learned so far by holding left shift while looking at it." + ] + dependencies: ["0E51D6BB2BC756B6"] + size: 1.25d + id: "41030E1E341C3A4E" + tasks: [ + { + id: "26FD5D4411242B25" + type: "item" + item: { + id: "bloodmagic:livinghelmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "37A82F03CFF9D25A" + type: "item" + item: { + id: "bloodmagic:livingplate" + Count: 1b + tag: { + Damage: 0 + livingStats: { + maxPoints: 100 + upgrades: [ ] + } + } + } + } + { + id: "671E6A4CA8F8F77B" + type: "item" + item: { + id: "bloodmagic:livingleggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "5E9B38CD413946E0" + type: "item" + item: { + id: "bloodmagic:livingboots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "512B9C9240BD8628" + type: "item" + item: "bloodmagic:reagentbinding" + count: 2 + random_bonus: 4 + } + { + id: "6D8D96707F3F4A83" + type: "xp" + xp: 1000 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/blue_skies.snbt b/config/ftbquests/quests/chapters/blue_skies.snbt index 337f8fb..5d30e74 100644 --- a/config/ftbquests/quests/chapters/blue_skies.snbt +++ b/config/ftbquests/quests/chapters/blue_skies.snbt @@ -1,1703 +1,1703 @@ -{ - id: "7739373308A83503" - group: "752CDE464613A1ED" - order_index: 0 - filename: "blue_skies" - title: "Blue Skies" - icon: "blue_skies:poison_key" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - icon: "blue_skies:blinding_key" - x: -2.0d - y: 0.5d - shape: "gear" - description: [ - "&9Blue Skies&r adds 2 new dimensions, both filled with new blocks, creatures, and a total of 4 bosses." - "" - "To get started, we need to find the &6Gatekeeper&r!" - ] - size: 1.5d - id: "79B9098FE66A7130" - tasks: [{ - id: "155FCAE59730DA58" - type: "checkmark" - title: "Welcome to &9Blue Skies&r!" - }] - rewards: [{ - id: "78B7FEC0A3F1BC0D" - type: "xp" - xp: 10 - }] - } - { - title: "Finding the Gatekeeper" - icon: "blue_skies:blue_journal" - x: 0.5d - y: 0.5d - subtitle: "Living a simple life...." - description: [ - "Somewhere in the Overworld, you'll find two simple homes." - "" - "The &aGatekeeper&r lives here, and will trade you a few items to get you started in the mod." - "" - "Acquire the &9Blue Journal&r. You'll also need the Zeal Lighter in the next quest. " - "" - "{image:atm:textures/quests/blueskies_gatekeepershouse.png width:200 height:125 align:1}" - ] - dependencies: ["79B9098FE66A7130"] - id: "198EB5AE0E18E6C3" - tasks: [{ - id: "0C6C12DEFB35A5C8" - type: "item" - item: "blue_skies:blue_journal" - }] - rewards: [{ - id: "3E34B92B094794C5" - type: "xp" - xp: 100 - }] - } - { - x: 0.5d - y: -1.0d - description: [ - "The Gatekeeper knows all about the dimensions of Blue Skies. As you journey through the mod, your &9Blue Journal&r will expand to help guide you." - "" - "He'll also trade more items as you advance through the dimensions, so keep an eye out!" - ] - dependencies: ["198EB5AE0E18E6C3"] - id: "7DC798518DDAAD26" - tasks: [{ - id: "1A4F2611944EF2EE" - type: "checkmark" - title: "The Knowledge of the Gatekeeper" - }] - rewards: [{ - id: "7DD045EBD1CDE9A0" - type: "xp" - xp: 100 - }] - } - { - icon: { - id: "blue_skies:zeal_lighter" - Count: 1b - tag: { - Damage: 0 - } - } - x: 2.5d - y: 0.5d - description: [ - "Within the Gatekeeper's smaller house, you might stumble upon what looks to be a broken portal." - "" - "Acquire a &6Zeal Lighter&r and use it to light the portal. " - "" - "{image:atm:textures/quests/blueskies_gatekeeper_portal.png width:200 height:150 align:1}" - ] - dependencies: ["198EB5AE0E18E6C3"] - id: "13BB7347D271D29C" - tasks: [{ - id: "5971D3F2F9D07D81" - type: "item" - item: { - id: "blue_skies:zeal_lighter" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "6663443B86E83DA1" - type: "xp" - xp: 100 - }] - } - { - x: 4.0d - y: -0.5d - description: [ - "It seems you have stumbled your way into the world of &9Everbright&r." - "" - "This is the realm of eternal day and frigid temps. You'll find several large beasts, ethereal mobs, and even a few bosses." - ] - dependencies: ["13BB7347D271D29C"] - id: "765EBF99FFF4061F" - tasks: [{ - id: "083086610639994F" - type: "advancement" - title: "To &9Everbright&r!" - advancement: "blue_skies:everbright/enter" - criterion: "" - }] - rewards: [{ - id: "1A987500928B1EFB" - type: "xp" - xp: 100 - }] - } - { - x: 4.0d - y: 1.5d - description: [ - "Welcome to the world of &6Everdawn&r, the world where the sun is forever rising." - "" - "This is a warm, humid world where insects and reptiles flourish." - "" - "Are you prepared for the poison and fire?" - ] - dependencies: ["13BB7347D271D29C"] - id: "20ECBCF42E1B0660" - tasks: [{ - id: "10AA43B1500FAAAA" - type: "advancement" - title: "To &6Everdawn&r!" - advancement: "blue_skies:everdawn/enter" - criterion: "" - }] - rewards: [{ - id: "3025D554420EEC24" - type: "xp" - xp: 100 - }] - } - { - title: "Something isn't quite right....." - x: 5.5d - y: 0.5d - description: [ - "Your Overworldly tools have no power here." - "" - "You'll want to quickly make a new pickaxe from the woods around you if you want to get anywhere in Blue Skies." - ] - dependencies: [ - "765EBF99FFF4061F" - "20ECBCF42E1B0660" - ] - dependency_requirement: "one_completed" - id: "4365BCF6B7A91D24" - tasks: [{ - id: "1E8B8C302718AFB5" - type: "item" - title: "Any Blue Skies Wooden Pickaxe" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "blue_skies:tools/wooden_pickaxes" - } - } - }] - rewards: [ - { - id: "4DB22344AB2182BC" - type: "xp" - xp: 100 - } - { - id: "53BEE6AAB2F03835" - type: "item" - item: "blue_skies:starlit_log" - count: 4 - random_bonus: 4 - } - { - id: "530DA15F48BD1B9D" - type: "item" - item: "minecraft:golden_apple" - random_bonus: 2 - } - ] - } - { - title: "A New Mining Adventure" - x: 7.5d - y: -1.0d - shape: "diamond" - subtitle: "And it's pretty dark." - description: [ - "If you want to master the lands of Blue Skies, you'll need to craft a new weapon, the &6Spear&r." - "" - "To make these, we'll need some Moonstone to get started. Head to the caverns and find you some ores!" - ] - dependencies: ["3E1A86A6D2155B53"] - optional: true - id: "6E177CA79B7ABD7C" - tasks: [{ - id: "49A5A92F58DB0859" - type: "item" - item: "blue_skies:moonstone_shard" - count: 2L - }] - rewards: [ - { - id: "2108CDF8C7E8404D" - type: "item" - item: "blue_skies:moonstone_shard" - count: 2 - random_bonus: 4 - } - { - id: "3890CA60834A6296" - type: "xp" - xp: 100 - } - ] - } - { - title: "Getting an Upgrade" - x: 7.5d - y: 0.5d - subtitle: "First Wood, then Stone... then.. what?" - description: [ - "Just like in the Overworld, Wood tools won't get you very far." - "" - "Head underground and grab some stone. You'll want to make yourself a new pickaxe, then we can get started with the new ores." - ] - dependencies: ["4365BCF6B7A91D24"] - id: "3E1A86A6D2155B53" - tasks: [{ - id: "7B30D0C5D767EA0C" - type: "item" - item: { - id: "blue_skies:turquoise_stone_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "2B58BCB68D2D162B" - type: "item" - item: "blue_skies:cooked_venison" - count: 2 - } - { - id: "7823D0435F1F5BB1" - type: "xp" - xp: 100 - } - ] - } - { - title: "Making a New Weapon" - x: 7.5d - y: -2.5d - shape: "hexagon" - subtitle: "Spartan Style" - description: ["The &6Spear&r is the favored weapon in Blue Skies. It can be enchanted, and works as a nice ranged weapon for the enemies you'll face."] - dependencies: ["6E177CA79B7ABD7C"] - optional: true - id: "5ED6634F52CAC058" - tasks: [{ - id: "0A3B8E7765432D22" - type: "item" - item: { - id: "blue_skies:frostbright_spear" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "36D8782E87E34C17" - type: "item" - item: "farmersdelight:mutton_wrap" - } - { - id: "049FF8CD36F10293" - type: "xp" - xp: 100 - } - ] - } - { - title: "Red Means Fast" - icon: "blue_skies:pyrope_gem" - x: 9.5d - y: -1.0d - shape: "diamond" - description: [ - "Pyrope means Speed in the language of Blue Skies." - "" - "These tools are weak, but fast." - ] - dependencies: ["3E1A86A6D2155B53"] - id: "01E1A7BCDAE8EB9F" - tasks: [{ - id: "11A420F02EC037AF" - type: "item" - item: "blue_skies:pyrope_gem" - count: 3L - }] - rewards: [ - { - id: "5F8E399B85FEDD35" - type: "item" - item: "blue_skies:pyrope_gem" - count: 2 - random_bonus: 2 - } - { - id: "36B50FD9EAABEB48" - type: "xp" - xp: 100 - } - ] - } - { - x: 9.0d - y: -1.5d - shape: "diamond" - dependencies: ["01E1A7BCDAE8EB9F"] - id: "5EA82F39FBB17B8C" - tasks: [ - { - id: "6B7A321C27DF97DC" - type: "item" - item: { - id: "blue_skies:pyrope_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "05840E076DB026CF" - type: "item" - item: { - id: "blue_skies:pyrope_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "3B68315DDDF382B9" - type: "item" - item: { - id: "blue_skies:pyrope_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "41E4B2EA4A1102C5" - type: "item" - item: { - id: "blue_skies:pyrope_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "6A14977385436BA4" - type: "item" - item: "blue_skies:cooked_carabeef" - count: 2 - random_bonus: 2 - } - { - id: "770A66D6F0A8213F" - type: "xp" - xp: 100 - } - ] - } - { - title: "Pyrope Tools" - x: 10.0d - y: -1.5d - shape: "diamond" - dependencies: ["01E1A7BCDAE8EB9F"] - id: "5037849316098890" - tasks: [ - { - id: "5903288D0B300F2E" - type: "item" - item: { - id: "blue_skies:pyrope_sword" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "3B4DBE7D7B3663F7" - type: "item" - item: { - id: "blue_skies:pyrope_axe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "4495FA14814940BE" - type: "item" - item: { - id: "blue_skies:pyrope_shovel" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "72B6EBF58518FED3" - type: "item" - item: { - id: "blue_skies:pyrope_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "54E33142099E2181" - type: "item" - item: "blue_skies:cooked_monitor_tail" - count: 2 - random_bonus: 2 - } - { - id: "514A5902F3F36B84" - type: "item" - item: "blue_skies:pyrope_gem" - count: 2 - random_bonus: 2 - } - { - id: "0096053DC2D4556F" - type: "xp" - xp: 100 - } - ] - } - { - title: "Metal Tools" - x: 11.5d - y: 0.5d - description: [ - "As we go further in the caverns of Blue Skies, we'll run into &9Aquite Ore&r." - "" - "Mine yourself enough to make you some starter tools. You'll need these to mine the tougher Blue Skies ores." - "" - "From here, it is recommended to find some of the better materials to make some weapons and armor." - "" - "Note: ATM Weapons still pack a punch." - ] - dependencies: ["3E1A86A6D2155B53"] - id: "158F48B73171BDE1" - tasks: [{ - id: "78CAF1897A5DE4F1" - type: "item" - item: "blue_skies:aquite" - count: 3L - }] - rewards: [ - { - id: "346B685A9F2FB23C" - type: "item" - item: "blue_skies:raw_aquite" - count: 3 - random_bonus: 3 - } - { - id: "3CF4CB86489BFA42" - type: "item" - item: "blue_skies:cooked_horizofin_tunid" - count: 3 - } - { - id: "50F8815837BC8025" - type: "xp" - xp: 100 - } - ] - } - { - title: "Diopside" - x: 11.5d - y: -1.0d - shape: "diamond" - description: ["The green gemstone &eDiopside&r is a very tough metal that packs a punch, but is on the slower side. This is great for weapons!"] - dependencies: ["158F48B73171BDE1"] - id: "128C5B7A82FF802E" - tasks: [{ - id: "290B4D50053FDD52" - type: "item" - item: "blue_skies:diopside_gem" - count: 3L - }] - rewards: [ - { - id: "4F49AA2B32B815A7" - type: "item" - item: "blue_skies:diopside_gem" - count: 3 - random_bonus: 3 - } - { - id: "205E9F5A470FE23E" - type: "item" - item: "blue_skies:cooked_carabeef" - count: 2 - } - { - id: "0EB720A8B06A2B4C" - type: "xp" - xp: 100 - } - ] - } - { - title: "&cVentium" - x: 7.0d - y: 2.5d - shape: "diamond" - subtitle: "Red Iron" - description: [ - "Ventium is a red metal found in most non-mountainous biomes in Everbright." - "" - "It's basically Iron, but can only be used to make shears, buckets, and the &6Tool Box&r." - ] - dependencies: ["3E1A86A6D2155B53"] - id: "229455730219F7B1" - tasks: [{ - id: "6A4963E01802CAD5" - type: "item" - item: "blue_skies:ventium_ingot" - }] - rewards: [ - { - id: "6484F144DBD5D526" - type: "item" - item: "blue_skies:ventium_ingot" - count: 2 - random_bonus: 2 - } - { - id: "4EBE9E3E514BC83D" - type: "item" - item: "blue_skies:brewberry" - count: 4 - } - { - id: "5CA275C6FBF1B66C" - type: "xp" - xp: 100 - } - ] - } - { - title: "&9Falsite" - x: 7.5d - y: 3.0d - shape: "diamond" - description: [ - "Falsite Ore can be found inside the non-mountainous biomes of Everbirght." - "" - "This ingot is used to strengthen the durability of almost any tool using the tool box." - ] - dependencies: ["3E1A86A6D2155B53"] - id: "23CC5B8D9AAD4E12" - tasks: [{ - id: "05F5918E96F08D87" - type: "item" - item: "blue_skies:falsite_ingot" - count: 2L - }] - rewards: [ - { - id: "2C4262BD556B1C00" - type: "item" - item: "blue_skies:falsite_ingot" - count: 2 - random_bonus: 2 - } - { - id: "5DF0422AC1172ACF" - type: "item" - item: "blue_skies:black_brewberry" - count: 4 - random_bonus: 4 - } - { - id: "4D900291B8CD2A48" - type: "xp" - xp: 100 - } - ] - } - { - title: "Charoite" - x: 13.5d - y: -1.0d - shape: "diamond" - description: [ - "This is the Diamond of Blue Skies. " - "" - "While Diopside is more durable and hits harder, Charoite is faster and is lighter overall. Tools made from Charoite can mine anything in Blue Skies." - ] - dependencies: ["158F48B73171BDE1"] - id: "27E3C4E4790F8FF3" - tasks: [{ - id: "4082CD21223CF655" - type: "item" - item: "blue_skies:raw_charoite" - }] - rewards: [ - { - id: "1B4867AB14B95E52" - type: "item" - item: "blue_skies:charoite" - count: 2 - random_bonus: 2 - } - { - id: "24339FEBEFB2C4B5" - type: "xp" - xp: 100 - } - ] - } - { - title: "&6Horizonite" - x: 8.0d - y: 2.5d - shape: "diamond" - description: [ - "Found only within the Crystal Dunes." - "" - "Tools made from this ingot will come with &6Auto-Smelt&r." - "" - "This can also be used to make the &6Horizonite Forge&r." - ] - dependencies: ["3E1A86A6D2155B53"] - id: "14B4E6B2FC3F6B36" - tasks: [{ - id: "57A208055A02E13B" - type: "item" - item: "blue_skies:horizonite_ingot" - }] - rewards: [ - { - id: "28205BCCFAFEFF65" - type: "item" - item: "blue_skies:raw_horizonite" - count: 2 - } - { - id: "12C9D39F4F927BB5" - type: "xp" - xp: 100 - } - ] - } - { - x: 6.5d - y: 3.5d - shape: "rsquare" - description: [ - "This is used to upgrade and enchance tools from Blue Skies." - "" - "You can use Falsite to increase the durability of a tool, or you can use any stick from the mod to swap out on a tool. Yes, different wood types have different uses." - ] - dependencies: ["229455730219F7B1"] - id: "3179DCF0B4458ECC" - tasks: [{ - id: "2623E831C6AD4877" - type: "item" - item: "blue_skies:tool_box" - }] - rewards: [ - { - id: "7BAC26014DE24759" - type: "item" - item: "blue_skies:starlit_stick" - } - { - id: "697278285B58C98A" - type: "xp" - xp: 100 - } - ] - } - { - title: "Horizonite Tools" - x: 9.0d - y: 2.5d - shape: "rsquare" - dependencies: ["14B4E6B2FC3F6B36"] - optional: true - id: "34563DBECAB6E0C1" - tasks: [ - { - id: "152F705A32A4ED9D" - type: "item" - item: { - id: "blue_skies:horizonite_sword" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "7794906BED6DB9FF" - type: "item" - item: { - id: "blue_skies:horizonite_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "320F082153BD6699" - type: "item" - item: { - id: "blue_skies:horizonite_axe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "154795F0BFB7A995" - type: "item" - item: { - id: "blue_skies:horizonite_shovel" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "73EE6E3442B0F81F" - type: "item" - item: { - id: "blue_skies:horizonite_hoe" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "4664AD3291E2C736" - type: "item" - item: "blue_skies:horizonite_ingot" - count: 4 - random_bonus: 4 - } - { - id: "2C2A198B3AC9637A" - type: "xp" - xp: 1000 - } - ] - } - { - x: 8.5d - y: 3.5d - shape: "rsquare" - description: [ - "Ever wanted a forge that just smelts things without fuel?" - "" - "Me too. Technically, this does need a \"fuel\" per-se. It has a charge, and can be recharged using Sunstone or anything made from Horizonite." - "" - "The forge must be empty to recharge." - ] - dependencies: ["14B4E6B2FC3F6B36"] - optional: true - id: "6783F21811D0F149" - tasks: [{ - id: "14EAC9ED937D3A27" - type: "item" - item: "blue_skies:horizonite_forge" - }] - rewards: [ - { - id: "7B1766782987997E" - type: "item" - item: "blue_skies:sunstone_crystal" - count: 2 - random_bonus: 2 - } - { - id: "1C4523BD43C63FAD" - type: "item" - item: "blue_skies:cooked_charscale_moki" - count: 4 - } - { - id: "49F6C2BD53009856" - type: "xp" - xp: 100 - } - ] - } - { - x: 7.5d - y: 4.0d - shape: "rsquare" - description: ["This is a lantern that prevents hostile spawns within a large radius. "] - dependencies: ["23CC5B8D9AAD4E12"] - optional: true - id: "3857D8DF87108DAB" - tasks: [{ - id: "6FDADB2CDD542CF7" - type: "item" - item: "blue_skies:warding_pearl" - }] - } - { - title: "Ventium Tools" - x: 6.0d - y: 2.5d - shape: "rsquare" - description: [ - "Ventium can be used to make Shears and a bucket." - "" - "The bucket can pick up the underwater mobs in Blue Skies." - ] - dependencies: ["229455730219F7B1"] - optional: true - id: "47EFF4429010E26C" - tasks: [ - { - id: "74DE5965F75B8736" - type: "item" - item: { - id: "blue_skies:ventium_shears" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "5FC6B8A661DFB9AA" - type: "item" - item: "blue_skies:ventium_bucket" - } - ] - rewards: [ - { - id: "4A2BC8D63B8E46A3" - type: "item" - item: "blue_skies:cooked_municipal_monkfish" - count: 4 - random_bonus: 4 - } - { - id: "6F204AEED5F47462" - type: "xp" - xp: 100 - } - ] - } - { - title: "Diopside Tools" - x: 11.0d - y: -1.5d - shape: "diamond" - dependencies: ["128C5B7A82FF802E"] - id: "20A6CAC8C8BB9AC1" - tasks: [ - { - id: "056FCDEB5C197F9D" - type: "item" - item: { - id: "blue_skies:diopside_sword" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "536FC29CF792026D" - type: "item" - item: { - id: "blue_skies:diopside_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1FB6FDBEF3AE77C3" - type: "item" - item: { - id: "blue_skies:diopside_axe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "26898A1CD46EA0E1" - type: "item" - item: { - id: "blue_skies:diopside_shovel" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "67C7DF89A332D1F2" - type: "item" - item: { - id: "blue_skies:diopside_hoe" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "7EBB603E241B7A17" - type: "item" - item: "blue_skies:raw_falsite" - count: 2 - random_bonus: 2 - } - { - id: "0B8A7B7B68825009" - type: "xp" - xp: 100 - } - ] - } - { - title: "Diopside Armor" - x: 12.0d - y: -1.5d - shape: "diamond" - dependencies: ["128C5B7A82FF802E"] - id: "79B350205F9486B5" - tasks: [ - { - id: "56805DDC51DBE8EA" - type: "item" - item: { - id: "blue_skies:diopside_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1E5C564A406D58A4" - type: "item" - item: { - id: "blue_skies:diopside_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "409101B2FF763182" - type: "item" - item: { - id: "blue_skies:diopside_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "60431F5DFAF58FCA" - type: "item" - item: { - id: "blue_skies:diopside_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "11F619A4324ACC38" - type: "item" - item: "blue_skies:raw_falsite" - count: 2 - random_bonus: 2 - } - { - id: "072530FCBF07F182" - type: "xp" - xp: 100 - } - ] - } - { - title: "Charoite Tools" - x: 13.0d - y: -1.5d - shape: "diamond" - dependencies: ["27E3C4E4790F8FF3"] - id: "115FD5EF8EFBF3FC" - tasks: [ - { - id: "0939E05FC651C84F" - type: "item" - item: { - id: "blue_skies:charoite_sword" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "787CFEF3AB3F5802" - type: "item" - item: { - id: "blue_skies:charoite_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "21C0952567AFC0FD" - type: "item" - item: { - id: "blue_skies:charoite_axe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "09F6BB5DF36CE44C" - type: "item" - item: { - id: "blue_skies:charoite_shovel" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "29122BFFA4501B38" - type: "item" - item: { - id: "blue_skies:charoite_hoe" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "7ACAEE6B37B54572" - type: "xp" - xp: 1000 - } - { - id: "0BC91CDAB2D20C4B" - type: "item" - item: "blue_skies:raw_falsite" - count: 4 - random_bonus: 4 - } - ] - } - { - title: "Charoite Armor" - x: 14.0d - y: -1.5d - shape: "diamond" - dependencies: ["27E3C4E4790F8FF3"] - id: "5A9E8222AEA6EF6F" - tasks: [ - { - id: "22CC9444A5CC2D73" - type: "item" - item: { - id: "blue_skies:charoite_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "74A9F5397665F1D1" - type: "item" - item: { - id: "blue_skies:charoite_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "226E280288D37F9E" - type: "item" - item: { - id: "blue_skies:charoite_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "648996D3BE35955D" - type: "item" - item: { - id: "blue_skies:charoite_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "0A5C92311AB51C29" - type: "xp" - xp: 1000 - } - { - id: "2D94721B226F7BA0" - type: "item" - item: "blue_skies:raw_falsite" - count: 4 - random_bonus: 4 - } - ] - } - { - title: "&9The Starter Dungeons" - x: 15.0d - y: 0.5d - shape: "hexagon" - description: [ - "Whether you started in Everbright or Everdawn, you'll want to search for a tower structure. There are images for them in the next quests. This is where you find your first boss." - "" - "In the smaller parts of the tower, you'll fight for the loot and acquire some &6Blinding Dungeon Keys&r. Deep within the dungeon, there will be a doorway with a lock on it. Use 4 of the Blinding Dungeon Keys to unlock the boss fight." - "" - "Note: The boss will drop an Arc upon defeat. These can be equipped in a special tab in your inventory. There are 4 Arcs in total." - ] - dependencies: ["158F48B73171BDE1"] - size: 1.5d - id: "1F82DBE75059C139" - tasks: [{ - id: "5749D038B3245D00" - type: "item" - item: "blue_skies:blinding_key" - count: 4L - }] - rewards: [ - { - id: "620F4C05A26A73F6" - type: "item" - item: "blue_skies:blinding_key" - count: 2 - } - { - id: "7A0F8E3B2C3C5FA3" - type: "xp" - xp: 100 - } - ] - } - { - title: "Structures and Dungeons" - x: 13.5d - y: 1.5d - shape: "octagon" - description: [ - "In Blue Skies, there are 4 bosses to defeat and several dungeons to explore." - "" - "You can find random \"tunnels\" that lead down into dungeon rooms. These will spawn in Armored Frost Spirits to kill. Collect a few of these for Souls!" - "" - "{image:atm:textures/quests/blueskies_everbright_structuredungeon.png width:150 height:125 align:1}" - ] - dependencies: ["158F48B73171BDE1"] - id: "001C4388146BD377" - tasks: [{ - id: "1F25F2E80A98D691" - type: "item" - item: "blue_skies:soul_fragment" - count: 5L - }] - rewards: [ - { - id: "3283AF344E12196F" - type: "item" - item: "blue_skies:soul_fragment" - count: 2 - } - { - id: "1307942F62236FD8" - type: "xp" - xp: 100 - } - ] - } - { - icon: "blue_skies:summoner_spawn_egg" - x: 17.5d - y: 0.0d - shape: "square" - subtitle: "The Guardian of the Everbright Tower" - description: [ - "Deep within the Tower of Everbright, you'll find the Summoner." - "" - "This boss will use lightning, energy attacks, and of course his summoned golem guards to protect the tower." - "" - "Can you best the Summoner?" - "" - "{image:atm:textures/quests/blueskies_everbright_summonersdungeon.png width:175 height:200 align:1}" - ] - dependencies: ["1F82DBE75059C139"] - id: "3C1212AA4663C39B" - tasks: [{ - id: "1CBF0C7F2044EA9A" - type: "kill" - title: "&5The Summoner" - icon: "blue_skies:summoner_spawn_egg" - entity: "blue_skies:summoner" - value: 1L - }] - rewards: [ - { - id: "1F4A260D67396ADE" - type: "item" - item: "blue_skies:blinding_key" - count: 2 - } - { - id: "00B1CB7571BE55BD" - type: "xp" - xp: 100 - } - ] - } - { - icon: "blue_skies:alchemist_spawn_egg" - x: 17.5d - y: 1.0d - shape: "square" - subtitle: "The Guardian of the Everdawn Tower" - description: [ - "In the Everdawn Tower, you'll find the Alchemist boss fight. Collect some Blinding Dungeon Keys to unlock the fight!" - "" - "Prepare to be hit with potions, as well as fighting the minions of the Alchemist." - "" - "" - "{image:atm:textures/quests/blueskies_everdawn_alchemistdungeon.png width:175 height:200 align:1}" - ] - dependencies: ["1F82DBE75059C139"] - id: "6832C9E6D2E2949E" - tasks: [{ - id: "19DF62F00979AEA2" - type: "kill" - title: "&5The Alchemist" - icon: "blue_skies:alchemist_spawn_egg" - entity: "blue_skies:alchemist" - value: 1L - }] - rewards: [ - { - id: "64DFFAE6EDFBB774" - type: "item" - item: "blue_skies:blinding_key" - count: 2 - } - { - id: "602A2A65D001D6C5" - type: "xp" - xp: 100 - } - ] - } - { - x: 19.5d - y: -0.5d - shape: "square" - subtitle: "The Boss of the Nature Dungeon" - description: [ - "You'll find the Nature's Dungeon within Everbright. You can't miss it, it's huge." - "" - "Gather some Nature Dungeon Keys within the maze of the structure to unlock the boss fight, and CHOP him down!" - "" - "Note: You can trade with the Gatekeeper in case you can't find all of the keys, but only after you right click the gate for the boss fight." - "" - "{image:atm:textures/quests/blueskies_everbright_naturedungeon.png width:200 height:150 align:1}" - ] - dependencies: ["3C1212AA4663C39B"] - size: 1.5d - id: "1F944EEA0F397B95" - tasks: [{ - id: "6F7A953BDE02EF55" - type: "kill" - title: "&5The Starlit Crusher" - icon: "blue_skies:starlit_crusher_spawn_egg" - entity: "blue_skies:starlit_crusher" - value: 1L - }] - rewards: [ - { - id: "6ADAEDC20BA5F4B4" - type: "item" - item: "blue_skies:nature_key" - } - { - id: "5BCDC7A808E16774" - type: "xp" - xp: 1000 - } - ] - } - { - x: 19.5d - y: 1.5d - shape: "square" - subtitle: "The Boss of the Poison Dungeon" - description: [ - "Note: If you are arachnophobic, this might not be the fight for you. " - "" - "Within Everdawn, there will be a giant dead tree with a bunch of spider webs covering it." - "" - "Gather some Poison Dungeon Keys within to unlock the final boss fight!" - "" - "{image:atm:textures/quests/blueskies_everdawn_poisondungeon.png width:175 height:200 align:1}" - ] - dependencies: ["6832C9E6D2E2949E"] - size: 1.5d - id: "0DB1A5763EDD6A7F" - tasks: [{ - id: "1F70E547B959D9A0" - type: "kill" - title: "&5The Arachnarch" - icon: "blue_skies:arachnarch_spawn_egg" - entity: "blue_skies:arachnarch" - value: 1L - }] - rewards: [ - { - id: "0A97CD80345C9AC7" - type: "item" - item: "blue_skies:poison_key" - } - { - id: "3766A2897E77840E" - type: "xp" - xp: 1000 - } - ] - } - { - x: 17.5d - y: -1.5d - shape: "rsquare" - description: ["Increases movement speed."] - dependencies: ["3C1212AA4663C39B"] - id: "7E124E6EFC7E8ADD" - tasks: [{ - id: "704B58ED7B39E7BE" - type: "item" - item: { - id: "blue_skies:ethereal_arc" - Count: 1b - tag: { - ArcLevel: 0 - } - } - }] - rewards: [ - { - id: "565D492DD66AE567" - type: "item" - item: "blue_skies:blinding_key" - count: 2 - } - { - id: "7A50234374DBF487" - type: "xp" - xp: 100 - } - ] - } - { - x: 17.5d - y: 2.5d - shape: "rsquare" - description: ["Grants invisibility when sneaking."] - dependencies: ["6832C9E6D2E2949E"] - id: "0515422E36E4E9A3" - tasks: [{ - id: "6450012E3F4FD5C2" - type: "item" - item: { - id: "blue_skies:dusk_arc" - Count: 1b - tag: { - ArcLevel: 0 - } - } - }] - rewards: [ - { - id: "5539BC246DE7C49A" - type: "item" - item: "blue_skies:blinding_key" - count: 2 - } - { - id: "6E825B74488C385A" - type: "xp" - xp: 100 - } - ] - } - { - x: 22.0d - y: -0.5d - shape: "hexagon" - subtitle: "Drops from the Starlit Crusher's Loot Bag" - dependencies: ["1F944EEA0F397B95"] - optional: true - id: "42228FEECEAA2241" - tasks: [{ - id: "5977FC8CB2A6A46D" - type: "item" - item: { - id: "blue_skies:crushing_hammer" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "672DCB4C384FBEE3" - type: "xp" - xp: 1000 - }] - } - { - x: 21.0d - y: 1.5d - shape: "diamond" - subtitle: "Drops from the Arachnarch's Loot Bag" - description: ["Increases damage done when poisoned."] - dependencies: ["0DB1A5763EDD6A7F"] - id: "08DA36DAD1422B0A" - tasks: [{ - id: "05294380E82BC3FE" - type: "item" - item: { - id: "blue_skies:poison_arc" - Count: 1b - tag: { - ArcLevel: 0 - } - } - }] - rewards: [{ - id: "0AF4AC6D51F379CB" - type: "xp" - xp: 1000 - }] - } - { - x: 21.5d - y: 2.0d - shape: "diamond" - subtitle: "Drops from the Arachnarch's Loot Bag" - dependencies: ["0DB1A5763EDD6A7F"] - optional: true - id: "02089D95AA679502" - tasks: [{ - id: "7EF8FD8790E83FD4" - type: "item" - item: { - id: "blue_skies:venom_sac" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "617E21F0834DFD65" - type: "xp" - xp: 1000 - }] - } - { - x: 21.5d - y: 1.0d - shape: "diamond" - subtitle: "Drops from the Arachnarch's Loot Bag" - dependencies: ["0DB1A5763EDD6A7F"] - optional: true - id: "68C79649BB060EFA" - tasks: [{ - id: "0E4B7B4DF6E4B7AA" - type: "item" - item: { - id: "blue_skies:different_sword" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "5F2826B2B406F6A5" - type: "xp" - xp: 1000 - }] - } - { - x: 21.0d - y: -0.5d - shape: "rsquare" - subtitle: "Drops from the Starlit Crusher's Loot Bag" - description: [ - "Increases max hearts." - "" - "You will also need this to craft the Dragon Soul, which is needed for the ATM star." - ] - dependencies: ["1F944EEA0F397B95"] - id: "37CBBAB88E2E49AC" - tasks: [{ - id: "29405FD946DEC4F1" - type: "item" - item: { - id: "blue_skies:nature_arc" - Count: 1b - tag: { - ArcLevel: 0 - } - } - }] - rewards: [{ - id: "08D2CB95417634F7" - type: "xp" - xp: 1000 - }] - } - { - x: 17.0d - y: -2.5d - shape: "hexagon" - dependencies: ["7E124E6EFC7E8ADD"] - optional: true - id: "2F08F444586722F7" - tasks: [{ - id: "3E1D8A917D2C81A4" - type: "item" - item: { - id: "blue_skies:soulbound_spear" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "5A12BFE4AB3B7A62" - type: "xp" - xp: 100 - }] - } - { - x: 18.0d - y: -2.5d - shape: "hexagon" - dependencies: ["7E124E6EFC7E8ADD"] - optional: true - id: "582FCFC9A5062978" - tasks: [{ - id: "6351A3DAD00BAE5E" - type: "item" - item: "blue_skies:summoning_table" - }] - rewards: [{ - id: "4EF3FB07E782AD38" - type: "xp" - xp: 100 - }] - } - { - x: 17.5d - y: 3.5d - shape: "hexagon" - dependencies: ["0515422E36E4E9A3"] - optional: true - id: "439EA0E50E369340" - tasks: [{ - id: "53573EE98943693F" - type: "item" - item: { - id: "blue_skies:spike_shield" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "2DB9A48CA66E968F" - type: "xp" - xp: 100 - }] - } - ] -} +{ + id: "7739373308A83503" + group: "752CDE464613A1ED" + order_index: 0 + filename: "blue_skies" + title: "Blue Skies" + icon: "blue_skies:poison_key" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + icon: "blue_skies:blinding_key" + x: -2.0d + y: 0.5d + shape: "gear" + description: [ + "&9Blue Skies&r adds 2 new dimensions, both filled with new blocks, creatures, and a total of 4 bosses." + "" + "To get started, we need to find the &6Gatekeeper&r!" + ] + size: 1.5d + id: "79B9098FE66A7130" + tasks: [{ + id: "155FCAE59730DA58" + type: "checkmark" + title: "Welcome to &9Blue Skies&r!" + }] + rewards: [{ + id: "78B7FEC0A3F1BC0D" + type: "xp" + xp: 10 + }] + } + { + title: "Finding the Gatekeeper" + icon: "blue_skies:blue_journal" + x: 0.5d + y: 0.5d + subtitle: "Living a simple life...." + description: [ + "Somewhere in the Overworld, you'll find two simple homes." + "" + "The &aGatekeeper&r lives here, and will trade you a few items to get you started in the mod." + "" + "Acquire the &9Blue Journal&r. You'll also need the Zeal Lighter in the next quest. " + "" + "{image:atm:textures/quests/blueskies_gatekeepershouse.png width:200 height:125 align:1}" + ] + dependencies: ["79B9098FE66A7130"] + id: "198EB5AE0E18E6C3" + tasks: [{ + id: "0C6C12DEFB35A5C8" + type: "item" + item: "blue_skies:blue_journal" + }] + rewards: [{ + id: "3E34B92B094794C5" + type: "xp" + xp: 100 + }] + } + { + x: 0.5d + y: -1.0d + description: [ + "The Gatekeeper knows all about the dimensions of Blue Skies. As you journey through the mod, your &9Blue Journal&r will expand to help guide you." + "" + "He'll also trade more items as you advance through the dimensions, so keep an eye out!" + ] + dependencies: ["198EB5AE0E18E6C3"] + id: "7DC798518DDAAD26" + tasks: [{ + id: "1A4F2611944EF2EE" + type: "checkmark" + title: "The Knowledge of the Gatekeeper" + }] + rewards: [{ + id: "7DD045EBD1CDE9A0" + type: "xp" + xp: 100 + }] + } + { + icon: { + id: "blue_skies:zeal_lighter" + Count: 1b + tag: { + Damage: 0 + } + } + x: 2.5d + y: 0.5d + description: [ + "Within the Gatekeeper's smaller house, you might stumble upon what looks to be a broken portal." + "" + "Acquire a &6Zeal Lighter&r and use it to light the portal. " + "" + "{image:atm:textures/quests/blueskies_gatekeeper_portal.png width:200 height:150 align:1}" + ] + dependencies: ["198EB5AE0E18E6C3"] + id: "13BB7347D271D29C" + tasks: [{ + id: "5971D3F2F9D07D81" + type: "item" + item: { + id: "blue_skies:zeal_lighter" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "6663443B86E83DA1" + type: "xp" + xp: 100 + }] + } + { + x: 4.0d + y: -0.5d + description: [ + "It seems you have stumbled your way into the world of &9Everbright&r." + "" + "This is the realm of eternal day and frigid temps. You'll find several large beasts, ethereal mobs, and even a few bosses." + ] + dependencies: ["13BB7347D271D29C"] + id: "765EBF99FFF4061F" + tasks: [{ + id: "083086610639994F" + type: "advancement" + title: "To &9Everbright&r!" + advancement: "blue_skies:everbright/enter" + criterion: "" + }] + rewards: [{ + id: "1A987500928B1EFB" + type: "xp" + xp: 100 + }] + } + { + x: 4.0d + y: 1.5d + description: [ + "Welcome to the world of &6Everdawn&r, the world where the sun is forever rising." + "" + "This is a warm, humid world where insects and reptiles flourish." + "" + "Are you prepared for the poison and fire?" + ] + dependencies: ["13BB7347D271D29C"] + id: "20ECBCF42E1B0660" + tasks: [{ + id: "10AA43B1500FAAAA" + type: "advancement" + title: "To &6Everdawn&r!" + advancement: "blue_skies:everdawn/enter" + criterion: "" + }] + rewards: [{ + id: "3025D554420EEC24" + type: "xp" + xp: 100 + }] + } + { + title: "Something isn't quite right....." + x: 5.5d + y: 0.5d + description: [ + "Your Overworldly tools have no power here." + "" + "You'll want to quickly make a new pickaxe from the woods around you if you want to get anywhere in Blue Skies." + ] + dependencies: [ + "765EBF99FFF4061F" + "20ECBCF42E1B0660" + ] + dependency_requirement: "one_completed" + id: "4365BCF6B7A91D24" + tasks: [{ + id: "1E8B8C302718AFB5" + type: "item" + title: "Any Blue Skies Wooden Pickaxe" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "blue_skies:tools/wooden_pickaxes" + } + } + }] + rewards: [ + { + id: "4DB22344AB2182BC" + type: "xp" + xp: 100 + } + { + id: "53BEE6AAB2F03835" + type: "item" + item: "blue_skies:starlit_log" + count: 4 + random_bonus: 4 + } + { + id: "530DA15F48BD1B9D" + type: "item" + item: "minecraft:golden_apple" + random_bonus: 2 + } + ] + } + { + title: "A New Mining Adventure" + x: 7.5d + y: -1.0d + shape: "diamond" + subtitle: "And it's pretty dark." + description: [ + "If you want to master the lands of Blue Skies, you'll need to craft a new weapon, the &6Spear&r." + "" + "To make these, we'll need some Moonstone to get started. Head to the caverns and find you some ores!" + ] + dependencies: ["3E1A86A6D2155B53"] + optional: true + id: "6E177CA79B7ABD7C" + tasks: [{ + id: "49A5A92F58DB0859" + type: "item" + item: "blue_skies:moonstone_shard" + count: 2L + }] + rewards: [ + { + id: "2108CDF8C7E8404D" + type: "item" + item: "blue_skies:moonstone_shard" + count: 2 + random_bonus: 4 + } + { + id: "3890CA60834A6296" + type: "xp" + xp: 100 + } + ] + } + { + title: "Getting an Upgrade" + x: 7.5d + y: 0.5d + subtitle: "First Wood, then Stone... then.. what?" + description: [ + "Just like in the Overworld, Wood tools won't get you very far." + "" + "Head underground and grab some stone. You'll want to make yourself a new pickaxe, then we can get started with the new ores." + ] + dependencies: ["4365BCF6B7A91D24"] + id: "3E1A86A6D2155B53" + tasks: [{ + id: "7B30D0C5D767EA0C" + type: "item" + item: { + id: "blue_skies:turquoise_stone_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "2B58BCB68D2D162B" + type: "item" + item: "blue_skies:cooked_venison" + count: 2 + } + { + id: "7823D0435F1F5BB1" + type: "xp" + xp: 100 + } + ] + } + { + title: "Making a New Weapon" + x: 7.5d + y: -2.5d + shape: "hexagon" + subtitle: "Spartan Style" + description: ["The &6Spear&r is the favored weapon in Blue Skies. It can be enchanted, and works as a nice ranged weapon for the enemies you'll face."] + dependencies: ["6E177CA79B7ABD7C"] + optional: true + id: "5ED6634F52CAC058" + tasks: [{ + id: "0A3B8E7765432D22" + type: "item" + item: { + id: "blue_skies:frostbright_spear" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "36D8782E87E34C17" + type: "item" + item: "farmersdelight:mutton_wrap" + } + { + id: "049FF8CD36F10293" + type: "xp" + xp: 100 + } + ] + } + { + title: "Red Means Fast" + icon: "blue_skies:pyrope_gem" + x: 9.5d + y: -1.0d + shape: "diamond" + description: [ + "Pyrope means Speed in the language of Blue Skies." + "" + "These tools are weak, but fast." + ] + dependencies: ["3E1A86A6D2155B53"] + id: "01E1A7BCDAE8EB9F" + tasks: [{ + id: "11A420F02EC037AF" + type: "item" + item: "blue_skies:pyrope_gem" + count: 3L + }] + rewards: [ + { + id: "5F8E399B85FEDD35" + type: "item" + item: "blue_skies:pyrope_gem" + count: 2 + random_bonus: 2 + } + { + id: "36B50FD9EAABEB48" + type: "xp" + xp: 100 + } + ] + } + { + x: 9.0d + y: -1.5d + shape: "diamond" + dependencies: ["01E1A7BCDAE8EB9F"] + id: "5EA82F39FBB17B8C" + tasks: [ + { + id: "6B7A321C27DF97DC" + type: "item" + item: { + id: "blue_skies:pyrope_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "05840E076DB026CF" + type: "item" + item: { + id: "blue_skies:pyrope_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "3B68315DDDF382B9" + type: "item" + item: { + id: "blue_skies:pyrope_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "41E4B2EA4A1102C5" + type: "item" + item: { + id: "blue_skies:pyrope_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "6A14977385436BA4" + type: "item" + item: "blue_skies:cooked_carabeef" + count: 2 + random_bonus: 2 + } + { + id: "770A66D6F0A8213F" + type: "xp" + xp: 100 + } + ] + } + { + title: "Pyrope Tools" + x: 10.0d + y: -1.5d + shape: "diamond" + dependencies: ["01E1A7BCDAE8EB9F"] + id: "5037849316098890" + tasks: [ + { + id: "5903288D0B300F2E" + type: "item" + item: { + id: "blue_skies:pyrope_sword" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "3B4DBE7D7B3663F7" + type: "item" + item: { + id: "blue_skies:pyrope_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "4495FA14814940BE" + type: "item" + item: { + id: "blue_skies:pyrope_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "72B6EBF58518FED3" + type: "item" + item: { + id: "blue_skies:pyrope_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "54E33142099E2181" + type: "item" + item: "blue_skies:cooked_monitor_tail" + count: 2 + random_bonus: 2 + } + { + id: "514A5902F3F36B84" + type: "item" + item: "blue_skies:pyrope_gem" + count: 2 + random_bonus: 2 + } + { + id: "0096053DC2D4556F" + type: "xp" + xp: 100 + } + ] + } + { + title: "Metal Tools" + x: 11.5d + y: 0.5d + description: [ + "As we go further in the caverns of Blue Skies, we'll run into &9Aquite Ore&r." + "" + "Mine yourself enough to make you some starter tools. You'll need these to mine the tougher Blue Skies ores." + "" + "From here, it is recommended to find some of the better materials to make some weapons and armor." + "" + "Note: ATM Weapons still pack a punch." + ] + dependencies: ["3E1A86A6D2155B53"] + id: "158F48B73171BDE1" + tasks: [{ + id: "78CAF1897A5DE4F1" + type: "item" + item: "blue_skies:aquite" + count: 3L + }] + rewards: [ + { + id: "346B685A9F2FB23C" + type: "item" + item: "blue_skies:raw_aquite" + count: 3 + random_bonus: 3 + } + { + id: "3CF4CB86489BFA42" + type: "item" + item: "blue_skies:cooked_horizofin_tunid" + count: 3 + } + { + id: "50F8815837BC8025" + type: "xp" + xp: 100 + } + ] + } + { + title: "Diopside" + x: 11.5d + y: -1.0d + shape: "diamond" + description: ["The green gemstone &eDiopside&r is a very tough metal that packs a punch, but is on the slower side. This is great for weapons!"] + dependencies: ["158F48B73171BDE1"] + id: "128C5B7A82FF802E" + tasks: [{ + id: "290B4D50053FDD52" + type: "item" + item: "blue_skies:diopside_gem" + count: 3L + }] + rewards: [ + { + id: "4F49AA2B32B815A7" + type: "item" + item: "blue_skies:diopside_gem" + count: 3 + random_bonus: 3 + } + { + id: "205E9F5A470FE23E" + type: "item" + item: "blue_skies:cooked_carabeef" + count: 2 + } + { + id: "0EB720A8B06A2B4C" + type: "xp" + xp: 100 + } + ] + } + { + title: "&cVentium" + x: 7.0d + y: 2.5d + shape: "diamond" + subtitle: "Red Iron" + description: [ + "Ventium is a red metal found in most non-mountainous biomes in Everbright." + "" + "It's basically Iron, but can only be used to make shears, buckets, and the &6Tool Box&r." + ] + dependencies: ["3E1A86A6D2155B53"] + id: "229455730219F7B1" + tasks: [{ + id: "6A4963E01802CAD5" + type: "item" + item: "blue_skies:ventium_ingot" + }] + rewards: [ + { + id: "6484F144DBD5D526" + type: "item" + item: "blue_skies:ventium_ingot" + count: 2 + random_bonus: 2 + } + { + id: "4EBE9E3E514BC83D" + type: "item" + item: "blue_skies:brewberry" + count: 4 + } + { + id: "5CA275C6FBF1B66C" + type: "xp" + xp: 100 + } + ] + } + { + title: "&9Falsite" + x: 7.5d + y: 3.0d + shape: "diamond" + description: [ + "Falsite Ore can be found inside the non-mountainous biomes of Everbirght." + "" + "This ingot is used to strengthen the durability of almost any tool using the tool box." + ] + dependencies: ["3E1A86A6D2155B53"] + id: "23CC5B8D9AAD4E12" + tasks: [{ + id: "05F5918E96F08D87" + type: "item" + item: "blue_skies:falsite_ingot" + count: 2L + }] + rewards: [ + { + id: "2C4262BD556B1C00" + type: "item" + item: "blue_skies:falsite_ingot" + count: 2 + random_bonus: 2 + } + { + id: "5DF0422AC1172ACF" + type: "item" + item: "blue_skies:black_brewberry" + count: 4 + random_bonus: 4 + } + { + id: "4D900291B8CD2A48" + type: "xp" + xp: 100 + } + ] + } + { + title: "Charoite" + x: 13.5d + y: -1.0d + shape: "diamond" + description: [ + "This is the Diamond of Blue Skies. " + "" + "While Diopside is more durable and hits harder, Charoite is faster and is lighter overall. Tools made from Charoite can mine anything in Blue Skies." + ] + dependencies: ["158F48B73171BDE1"] + id: "27E3C4E4790F8FF3" + tasks: [{ + id: "4082CD21223CF655" + type: "item" + item: "blue_skies:raw_charoite" + }] + rewards: [ + { + id: "1B4867AB14B95E52" + type: "item" + item: "blue_skies:charoite" + count: 2 + random_bonus: 2 + } + { + id: "24339FEBEFB2C4B5" + type: "xp" + xp: 100 + } + ] + } + { + title: "&6Horizonite" + x: 8.0d + y: 2.5d + shape: "diamond" + description: [ + "Found only within the Crystal Dunes." + "" + "Tools made from this ingot will come with &6Auto-Smelt&r." + "" + "This can also be used to make the &6Horizonite Forge&r." + ] + dependencies: ["3E1A86A6D2155B53"] + id: "14B4E6B2FC3F6B36" + tasks: [{ + id: "57A208055A02E13B" + type: "item" + item: "blue_skies:horizonite_ingot" + }] + rewards: [ + { + id: "28205BCCFAFEFF65" + type: "item" + item: "blue_skies:raw_horizonite" + count: 2 + } + { + id: "12C9D39F4F927BB5" + type: "xp" + xp: 100 + } + ] + } + { + x: 6.5d + y: 3.5d + shape: "rsquare" + description: [ + "This is used to upgrade and enchance tools from Blue Skies." + "" + "You can use Falsite to increase the durability of a tool, or you can use any stick from the mod to swap out on a tool. Yes, different wood types have different uses." + ] + dependencies: ["229455730219F7B1"] + id: "3179DCF0B4458ECC" + tasks: [{ + id: "2623E831C6AD4877" + type: "item" + item: "blue_skies:tool_box" + }] + rewards: [ + { + id: "7BAC26014DE24759" + type: "item" + item: "blue_skies:starlit_stick" + } + { + id: "697278285B58C98A" + type: "xp" + xp: 100 + } + ] + } + { + title: "Horizonite Tools" + x: 9.0d + y: 2.5d + shape: "rsquare" + dependencies: ["14B4E6B2FC3F6B36"] + optional: true + id: "34563DBECAB6E0C1" + tasks: [ + { + id: "152F705A32A4ED9D" + type: "item" + item: { + id: "blue_skies:horizonite_sword" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "7794906BED6DB9FF" + type: "item" + item: { + id: "blue_skies:horizonite_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "320F082153BD6699" + type: "item" + item: { + id: "blue_skies:horizonite_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "154795F0BFB7A995" + type: "item" + item: { + id: "blue_skies:horizonite_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "73EE6E3442B0F81F" + type: "item" + item: { + id: "blue_skies:horizonite_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "4664AD3291E2C736" + type: "item" + item: "blue_skies:horizonite_ingot" + count: 4 + random_bonus: 4 + } + { + id: "2C2A198B3AC9637A" + type: "xp" + xp: 1000 + } + ] + } + { + x: 8.5d + y: 3.5d + shape: "rsquare" + description: [ + "Ever wanted a forge that just smelts things without fuel?" + "" + "Me too. Technically, this does need a \"fuel\" per-se. It has a charge, and can be recharged using Sunstone or anything made from Horizonite." + "" + "The forge must be empty to recharge." + ] + dependencies: ["14B4E6B2FC3F6B36"] + optional: true + id: "6783F21811D0F149" + tasks: [{ + id: "14EAC9ED937D3A27" + type: "item" + item: "blue_skies:horizonite_forge" + }] + rewards: [ + { + id: "7B1766782987997E" + type: "item" + item: "blue_skies:sunstone_crystal" + count: 2 + random_bonus: 2 + } + { + id: "1C4523BD43C63FAD" + type: "item" + item: "blue_skies:cooked_charscale_moki" + count: 4 + } + { + id: "49F6C2BD53009856" + type: "xp" + xp: 100 + } + ] + } + { + x: 7.5d + y: 4.0d + shape: "rsquare" + description: ["This is a lantern that prevents hostile spawns within a large radius. "] + dependencies: ["23CC5B8D9AAD4E12"] + optional: true + id: "3857D8DF87108DAB" + tasks: [{ + id: "6FDADB2CDD542CF7" + type: "item" + item: "blue_skies:warding_pearl" + }] + } + { + title: "Ventium Tools" + x: 6.0d + y: 2.5d + shape: "rsquare" + description: [ + "Ventium can be used to make Shears and a bucket." + "" + "The bucket can pick up the underwater mobs in Blue Skies." + ] + dependencies: ["229455730219F7B1"] + optional: true + id: "47EFF4429010E26C" + tasks: [ + { + id: "74DE5965F75B8736" + type: "item" + item: { + id: "blue_skies:ventium_shears" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "5FC6B8A661DFB9AA" + type: "item" + item: "blue_skies:ventium_bucket" + } + ] + rewards: [ + { + id: "4A2BC8D63B8E46A3" + type: "item" + item: "blue_skies:cooked_municipal_monkfish" + count: 4 + random_bonus: 4 + } + { + id: "6F204AEED5F47462" + type: "xp" + xp: 100 + } + ] + } + { + title: "Diopside Tools" + x: 11.0d + y: -1.5d + shape: "diamond" + dependencies: ["128C5B7A82FF802E"] + id: "20A6CAC8C8BB9AC1" + tasks: [ + { + id: "056FCDEB5C197F9D" + type: "item" + item: { + id: "blue_skies:diopside_sword" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "536FC29CF792026D" + type: "item" + item: { + id: "blue_skies:diopside_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1FB6FDBEF3AE77C3" + type: "item" + item: { + id: "blue_skies:diopside_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "26898A1CD46EA0E1" + type: "item" + item: { + id: "blue_skies:diopside_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "67C7DF89A332D1F2" + type: "item" + item: { + id: "blue_skies:diopside_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "7EBB603E241B7A17" + type: "item" + item: "blue_skies:raw_falsite" + count: 2 + random_bonus: 2 + } + { + id: "0B8A7B7B68825009" + type: "xp" + xp: 100 + } + ] + } + { + title: "Diopside Armor" + x: 12.0d + y: -1.5d + shape: "diamond" + dependencies: ["128C5B7A82FF802E"] + id: "79B350205F9486B5" + tasks: [ + { + id: "56805DDC51DBE8EA" + type: "item" + item: { + id: "blue_skies:diopside_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1E5C564A406D58A4" + type: "item" + item: { + id: "blue_skies:diopside_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "409101B2FF763182" + type: "item" + item: { + id: "blue_skies:diopside_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "60431F5DFAF58FCA" + type: "item" + item: { + id: "blue_skies:diopside_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "11F619A4324ACC38" + type: "item" + item: "blue_skies:raw_falsite" + count: 2 + random_bonus: 2 + } + { + id: "072530FCBF07F182" + type: "xp" + xp: 100 + } + ] + } + { + title: "Charoite Tools" + x: 13.0d + y: -1.5d + shape: "diamond" + dependencies: ["27E3C4E4790F8FF3"] + id: "115FD5EF8EFBF3FC" + tasks: [ + { + id: "0939E05FC651C84F" + type: "item" + item: { + id: "blue_skies:charoite_sword" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "787CFEF3AB3F5802" + type: "item" + item: { + id: "blue_skies:charoite_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "21C0952567AFC0FD" + type: "item" + item: { + id: "blue_skies:charoite_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "09F6BB5DF36CE44C" + type: "item" + item: { + id: "blue_skies:charoite_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "29122BFFA4501B38" + type: "item" + item: { + id: "blue_skies:charoite_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "7ACAEE6B37B54572" + type: "xp" + xp: 1000 + } + { + id: "0BC91CDAB2D20C4B" + type: "item" + item: "blue_skies:raw_falsite" + count: 4 + random_bonus: 4 + } + ] + } + { + title: "Charoite Armor" + x: 14.0d + y: -1.5d + shape: "diamond" + dependencies: ["27E3C4E4790F8FF3"] + id: "5A9E8222AEA6EF6F" + tasks: [ + { + id: "22CC9444A5CC2D73" + type: "item" + item: { + id: "blue_skies:charoite_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "74A9F5397665F1D1" + type: "item" + item: { + id: "blue_skies:charoite_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "226E280288D37F9E" + type: "item" + item: { + id: "blue_skies:charoite_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "648996D3BE35955D" + type: "item" + item: { + id: "blue_skies:charoite_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "0A5C92311AB51C29" + type: "xp" + xp: 1000 + } + { + id: "2D94721B226F7BA0" + type: "item" + item: "blue_skies:raw_falsite" + count: 4 + random_bonus: 4 + } + ] + } + { + title: "&9The Starter Dungeons" + x: 15.0d + y: 0.5d + shape: "hexagon" + description: [ + "Whether you started in Everbright or Everdawn, you'll want to search for a tower structure. There are images for them in the next quests. This is where you find your first boss." + "" + "In the smaller parts of the tower, you'll fight for the loot and acquire some &6Blinding Dungeon Keys&r. Deep within the dungeon, there will be a doorway with a lock on it. Use 4 of the Blinding Dungeon Keys to unlock the boss fight." + "" + "Note: The boss will drop an Arc upon defeat. These can be equipped in a special tab in your inventory. There are 4 Arcs in total." + ] + dependencies: ["158F48B73171BDE1"] + size: 1.5d + id: "1F82DBE75059C139" + tasks: [{ + id: "5749D038B3245D00" + type: "item" + item: "blue_skies:blinding_key" + count: 4L + }] + rewards: [ + { + id: "620F4C05A26A73F6" + type: "item" + item: "blue_skies:blinding_key" + count: 2 + } + { + id: "7A0F8E3B2C3C5FA3" + type: "xp" + xp: 100 + } + ] + } + { + title: "Structures and Dungeons" + x: 13.5d + y: 1.5d + shape: "octagon" + description: [ + "In Blue Skies, there are 4 bosses to defeat and several dungeons to explore." + "" + "You can find random \"tunnels\" that lead down into dungeon rooms. These will spawn in Armored Frost Spirits to kill. Collect a few of these for Souls!" + "" + "{image:atm:textures/quests/blueskies_everbright_structuredungeon.png width:150 height:125 align:1}" + ] + dependencies: ["158F48B73171BDE1"] + id: "001C4388146BD377" + tasks: [{ + id: "1F25F2E80A98D691" + type: "item" + item: "blue_skies:soul_fragment" + count: 5L + }] + rewards: [ + { + id: "3283AF344E12196F" + type: "item" + item: "blue_skies:soul_fragment" + count: 2 + } + { + id: "1307942F62236FD8" + type: "xp" + xp: 100 + } + ] + } + { + icon: "blue_skies:summoner_spawn_egg" + x: 17.5d + y: 0.0d + shape: "square" + subtitle: "The Guardian of the Everbright Tower" + description: [ + "Deep within the Tower of Everbright, you'll find the Summoner." + "" + "This boss will use lightning, energy attacks, and of course his summoned golem guards to protect the tower." + "" + "Can you best the Summoner?" + "" + "{image:atm:textures/quests/blueskies_everbright_summonersdungeon.png width:175 height:200 align:1}" + ] + dependencies: ["1F82DBE75059C139"] + id: "3C1212AA4663C39B" + tasks: [{ + id: "1CBF0C7F2044EA9A" + type: "kill" + title: "&5The Summoner" + icon: "blue_skies:summoner_spawn_egg" + entity: "blue_skies:summoner" + value: 1L + }] + rewards: [ + { + id: "1F4A260D67396ADE" + type: "item" + item: "blue_skies:blinding_key" + count: 2 + } + { + id: "00B1CB7571BE55BD" + type: "xp" + xp: 100 + } + ] + } + { + icon: "blue_skies:alchemist_spawn_egg" + x: 17.5d + y: 1.0d + shape: "square" + subtitle: "The Guardian of the Everdawn Tower" + description: [ + "In the Everdawn Tower, you'll find the Alchemist boss fight. Collect some Blinding Dungeon Keys to unlock the fight!" + "" + "Prepare to be hit with potions, as well as fighting the minions of the Alchemist." + "" + "" + "{image:atm:textures/quests/blueskies_everdawn_alchemistdungeon.png width:175 height:200 align:1}" + ] + dependencies: ["1F82DBE75059C139"] + id: "6832C9E6D2E2949E" + tasks: [{ + id: "19DF62F00979AEA2" + type: "kill" + title: "&5The Alchemist" + icon: "blue_skies:alchemist_spawn_egg" + entity: "blue_skies:alchemist" + value: 1L + }] + rewards: [ + { + id: "64DFFAE6EDFBB774" + type: "item" + item: "blue_skies:blinding_key" + count: 2 + } + { + id: "602A2A65D001D6C5" + type: "xp" + xp: 100 + } + ] + } + { + x: 19.5d + y: -0.5d + shape: "square" + subtitle: "The Boss of the Nature Dungeon" + description: [ + "You'll find the Nature's Dungeon within Everbright. You can't miss it, it's huge." + "" + "Gather some Nature Dungeon Keys within the maze of the structure to unlock the boss fight, and CHOP him down!" + "" + "Note: You can trade with the Gatekeeper in case you can't find all of the keys, but only after you right click the gate for the boss fight." + "" + "{image:atm:textures/quests/blueskies_everbright_naturedungeon.png width:200 height:150 align:1}" + ] + dependencies: ["3C1212AA4663C39B"] + size: 1.5d + id: "1F944EEA0F397B95" + tasks: [{ + id: "6F7A953BDE02EF55" + type: "kill" + title: "&5The Starlit Crusher" + icon: "blue_skies:starlit_crusher_spawn_egg" + entity: "blue_skies:starlit_crusher" + value: 1L + }] + rewards: [ + { + id: "6ADAEDC20BA5F4B4" + type: "item" + item: "blue_skies:nature_key" + } + { + id: "5BCDC7A808E16774" + type: "xp" + xp: 1000 + } + ] + } + { + x: 19.5d + y: 1.5d + shape: "square" + subtitle: "The Boss of the Poison Dungeon" + description: [ + "Note: If you are arachnophobic, this might not be the fight for you. " + "" + "Within Everdawn, there will be a giant dead tree with a bunch of spider webs covering it." + "" + "Gather some Poison Dungeon Keys within to unlock the final boss fight!" + "" + "{image:atm:textures/quests/blueskies_everdawn_poisondungeon.png width:175 height:200 align:1}" + ] + dependencies: ["6832C9E6D2E2949E"] + size: 1.5d + id: "0DB1A5763EDD6A7F" + tasks: [{ + id: "1F70E547B959D9A0" + type: "kill" + title: "&5The Arachnarch" + icon: "blue_skies:arachnarch_spawn_egg" + entity: "blue_skies:arachnarch" + value: 1L + }] + rewards: [ + { + id: "0A97CD80345C9AC7" + type: "item" + item: "blue_skies:poison_key" + } + { + id: "3766A2897E77840E" + type: "xp" + xp: 1000 + } + ] + } + { + x: 17.5d + y: -1.5d + shape: "rsquare" + description: ["Increases movement speed."] + dependencies: ["3C1212AA4663C39B"] + id: "7E124E6EFC7E8ADD" + tasks: [{ + id: "704B58ED7B39E7BE" + type: "item" + item: { + id: "blue_skies:ethereal_arc" + Count: 1b + tag: { + ArcLevel: 0 + } + } + }] + rewards: [ + { + id: "565D492DD66AE567" + type: "item" + item: "blue_skies:blinding_key" + count: 2 + } + { + id: "7A50234374DBF487" + type: "xp" + xp: 100 + } + ] + } + { + x: 17.5d + y: 2.5d + shape: "rsquare" + description: ["Grants invisibility when sneaking."] + dependencies: ["6832C9E6D2E2949E"] + id: "0515422E36E4E9A3" + tasks: [{ + id: "6450012E3F4FD5C2" + type: "item" + item: { + id: "blue_skies:dusk_arc" + Count: 1b + tag: { + ArcLevel: 0 + } + } + }] + rewards: [ + { + id: "5539BC246DE7C49A" + type: "item" + item: "blue_skies:blinding_key" + count: 2 + } + { + id: "6E825B74488C385A" + type: "xp" + xp: 100 + } + ] + } + { + x: 22.0d + y: -0.5d + shape: "hexagon" + subtitle: "Drops from the Starlit Crusher's Loot Bag" + dependencies: ["1F944EEA0F397B95"] + optional: true + id: "42228FEECEAA2241" + tasks: [{ + id: "5977FC8CB2A6A46D" + type: "item" + item: { + id: "blue_skies:crushing_hammer" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "672DCB4C384FBEE3" + type: "xp" + xp: 1000 + }] + } + { + x: 21.0d + y: 1.5d + shape: "diamond" + subtitle: "Drops from the Arachnarch's Loot Bag" + description: ["Increases damage done when poisoned."] + dependencies: ["0DB1A5763EDD6A7F"] + id: "08DA36DAD1422B0A" + tasks: [{ + id: "05294380E82BC3FE" + type: "item" + item: { + id: "blue_skies:poison_arc" + Count: 1b + tag: { + ArcLevel: 0 + } + } + }] + rewards: [{ + id: "0AF4AC6D51F379CB" + type: "xp" + xp: 1000 + }] + } + { + x: 21.5d + y: 2.0d + shape: "diamond" + subtitle: "Drops from the Arachnarch's Loot Bag" + dependencies: ["0DB1A5763EDD6A7F"] + optional: true + id: "02089D95AA679502" + tasks: [{ + id: "7EF8FD8790E83FD4" + type: "item" + item: { + id: "blue_skies:venom_sac" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "617E21F0834DFD65" + type: "xp" + xp: 1000 + }] + } + { + x: 21.5d + y: 1.0d + shape: "diamond" + subtitle: "Drops from the Arachnarch's Loot Bag" + dependencies: ["0DB1A5763EDD6A7F"] + optional: true + id: "68C79649BB060EFA" + tasks: [{ + id: "0E4B7B4DF6E4B7AA" + type: "item" + item: { + id: "blue_skies:different_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "5F2826B2B406F6A5" + type: "xp" + xp: 1000 + }] + } + { + x: 21.0d + y: -0.5d + shape: "rsquare" + subtitle: "Drops from the Starlit Crusher's Loot Bag" + description: [ + "Increases max hearts." + "" + "You will also need this to craft the Dragon Soul, which is needed for the ATM star." + ] + dependencies: ["1F944EEA0F397B95"] + id: "37CBBAB88E2E49AC" + tasks: [{ + id: "29405FD946DEC4F1" + type: "item" + item: { + id: "blue_skies:nature_arc" + Count: 1b + tag: { + ArcLevel: 0 + } + } + }] + rewards: [{ + id: "08D2CB95417634F7" + type: "xp" + xp: 1000 + }] + } + { + x: 17.0d + y: -2.5d + shape: "hexagon" + dependencies: ["7E124E6EFC7E8ADD"] + optional: true + id: "2F08F444586722F7" + tasks: [{ + id: "3E1D8A917D2C81A4" + type: "item" + item: { + id: "blue_skies:soulbound_spear" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "5A12BFE4AB3B7A62" + type: "xp" + xp: 100 + }] + } + { + x: 18.0d + y: -2.5d + shape: "hexagon" + dependencies: ["7E124E6EFC7E8ADD"] + optional: true + id: "582FCFC9A5062978" + tasks: [{ + id: "6351A3DAD00BAE5E" + type: "item" + item: "blue_skies:summoning_table" + }] + rewards: [{ + id: "4EF3FB07E782AD38" + type: "xp" + xp: 100 + }] + } + { + x: 17.5d + y: 3.5d + shape: "hexagon" + dependencies: ["0515422E36E4E9A3"] + optional: true + id: "439EA0E50E369340" + tasks: [{ + id: "53573EE98943693F" + type: "item" + item: { + id: "blue_skies:spike_shield" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "2DB9A48CA66E968F" + type: "xp" + xp: 100 + }] + } + ] +} diff --git a/config/ftbquests/quests/chapters/faq.snbt b/config/ftbquests/quests/chapters/faq.snbt index 3914525..cb82152 100644 --- a/config/ftbquests/quests/chapters/faq.snbt +++ b/config/ftbquests/quests/chapters/faq.snbt @@ -1,80 +1,80 @@ -{ - id: "4225E4EC11922E5E" - group: "" - order_index: 5 - filename: "faq" - title: "F.A.Q." - icon: "minecraft:writable_book" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - x: -3.0d - y: -0.5d - shape: "rsquare" - description: [ - "Welcome to the F.A.Q. section!" - "" - "Here, you'll find answers to questions that are frequently asked!" - "" - "Have a question you want answered? You can ask us on &9Discord!&r! You can get an invite in-game in the Allthemodium Book!" - ] - size: 1.5d - id: "62CC147A4CF5A769" - tasks: [{ - id: "06B63BD1D37D859B" - type: "checkmark" - title: "Frequently Asked Questions!" - }] - rewards: [{ - id: "506A78AE08B1FADD" - type: "xp" - xp: 10 - }] - } - { - icon: "minecraft:white_bed" - x: -4.0d - y: 1.5d - description: [ - "Find the \"serverconfig\" folder in your world/save files. Inside, you'll look for the file &aftbessentials.snbt&r. " - "" - "You can edit everything here! Use the Find function (ctrl+f) to search for the settings you are looking for!" - "" - "&l&9Note:&r These settings are &ePer Save&r, so if you start a new world, you will need to adjust the settings again!" - "" - "A restart will be required." - ] - id: "0ACB60D1A45F0BF9" - tasks: [{ - id: "6E53A94E30768FA6" - type: "checkmark" - title: "How do I edit how many homes, cooldowns, etc. for commands?" - }] - } - { - title: "Shaders and FPS!" - icon: "minecraft:orange_stained_glass" - x: -2.0d - y: 1.5d - description: [ - "&l&eOptifine is known to crash in modpacks&r. Several mods conflict with Optifine, like the Twilight Forest. You can either remove the conflicting mods, or use an alternative." - "" - "&l&9Rubidium&r is an alternative that you can use. If you are using Optifine for shaders, check out &l&eOculus &r&d(Requires Rubidium)&r." - "" - "&9Disclaimer(s)&r:" - "- We do not provide support for graphical mods." - "- &eOculus&r has minor invisible texture issues, mostly with Immersive Engineering." - "- &9Rubidium and Oculus&r are not affiliated with &l&6 AllTheMods&r." - "- Issues with the related mods should be reported to the appropriate mod Github." - "" - ] - id: "15486094482010BB" - tasks: [{ - id: "32F1926C5D54ED84" - type: "checkmark" - title: "Optifine is crashing my game!" - }] - } - ] -} +{ + id: "4225E4EC11922E5E" + group: "" + order_index: 5 + filename: "faq" + title: "F.A.Q." + icon: "minecraft:writable_book" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + x: -3.0d + y: -0.5d + shape: "rsquare" + description: [ + "Welcome to the F.A.Q. section!" + "" + "Here, you'll find answers to questions that are frequently asked!" + "" + "Have a question you want answered? You can ask us on &9Discord!&r! You can get an invite in-game in the Allthemodium Book!" + ] + size: 1.5d + id: "62CC147A4CF5A769" + tasks: [{ + id: "06B63BD1D37D859B" + type: "checkmark" + title: "Frequently Asked Questions!" + }] + rewards: [{ + id: "506A78AE08B1FADD" + type: "xp" + xp: 10 + }] + } + { + icon: "minecraft:white_bed" + x: -4.0d + y: 1.5d + description: [ + "Find the \"serverconfig\" folder in your world/save files. Inside, you'll look for the file &aftbessentials.snbt&r. " + "" + "You can edit everything here! Use the Find function (ctrl+f) to search for the settings you are looking for!" + "" + "&l&9Note:&r These settings are &ePer Save&r, so if you start a new world, you will need to adjust the settings again!" + "" + "A restart will be required." + ] + id: "0ACB60D1A45F0BF9" + tasks: [{ + id: "6E53A94E30768FA6" + type: "checkmark" + title: "How do I edit how many homes, cooldowns, etc. for commands?" + }] + } + { + title: "Shaders and FPS!" + icon: "minecraft:orange_stained_glass" + x: -2.0d + y: 1.5d + description: [ + "&l&eOptifine is known to crash in modpacks&r. Several mods conflict with Optifine, like the Twilight Forest. You can either remove the conflicting mods, or use an alternative." + "" + "&l&9Rubidium&r is an alternative that you can use. If you are using Optifine for shaders, check out &l&eOculus &r&d(Requires Rubidium)&r." + "" + "&9Disclaimer(s)&r:" + "- We do not provide support for graphical mods." + "- &eOculus&r has minor invisible texture issues, mostly with Immersive Engineering." + "- &9Rubidium and Oculus&r are not affiliated with &l&6 AllTheMods&r." + "- Issues with the related mods should be reported to the appropriate mod Github." + "" + ] + id: "15486094482010BB" + tasks: [{ + id: "32F1926C5D54ED84" + type: "checkmark" + title: "Optifine is crashing my game!" + }] + } + ] +} diff --git a/config/ftbquests/quests/chapters/food_and_farming.snbt b/config/ftbquests/quests/chapters/food_and_farming.snbt index c4746e6..66f7b0f 100644 --- a/config/ftbquests/quests/chapters/food_and_farming.snbt +++ b/config/ftbquests/quests/chapters/food_and_farming.snbt @@ -1,1381 +1,1381 @@ -{ - id: "05E614FDA677D85E" - group: "6614EE2378B8AFB9" - order_index: 0 - filename: "food_and_farming" - title: "Food and Farming" - icon: "minecraft:cake" - default_quest_shape: "" - default_hide_dependency_lines: false - images: [ - { - x: 0.5d - y: -3.5d - width: 2.0d - height: 2.0d - rotation: 0.0d - image: "minecraft:textures/item/cake.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 1.5102040816326507d - y: -3.0714285714285765d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "minecraft:textures/item/wheat.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: -0.5d - y: -3.0d - width: 1.0d - height: 1.0d - rotation: -90.0d - image: "minecraft:textures/item/wheat.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 0.48979591836734215d - y: -2.5d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "minecraft:textures/item/wheat_seeds.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 9.0d - y: 4.0d - width: 2.0d - height: 2.0d - rotation: 0.0d - image: "minecraft:textures/block/birch_sapling.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 0.5d - y: 11.0d - width: 2.0d - height: 2.0d - rotation: -90.0d - image: "farmersdelight:textures/block/cutting_board.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: -4.0d - y: -1.0d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "croptopia:textures/item/cantaloupe_seed.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: -4.0d - y: 1.0d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "farmersdelight:textures/item/apple_cider.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 4.5d - y: 1.0d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "minecraft:textures/item/cooked_chicken.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 4.5d - y: -1.0d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "minecraft:textures/item/cooked_porkchop.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: -9.5d - y: 4.0d - width: 2.0d - height: 2.0d - rotation: 0.0d - image: "aquaculture:textures/item/catfish.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 0.5d - y: -5.5d - width: 12.0d - height: 3.0d - rotation: 0.0d - image: "atm:textures/food_and_farming.png" - hover: [ ] - click: "" - dev: false - corner: false - } - ] - quests: [ - { - icon: "minecraft:emerald" - x: 0.5d - y: 0.0d - shape: "square" - subtitle: "Getting Started" - description: [ - "Welcome to the Food and Farming chapter!" - "" - "Here, you'll find different ways for you to grow and make food!" - ] - size: 1.5d - id: "1827DEEA2DF1B144" - tasks: [{ - id: "07603A90CCCB3627" - type: "checkmark" - title: "Food and Farming" - }] - rewards: [ - { - id: "28C108EC59F6E7D9" - type: "xp" - xp: 10 - } - { - id: "2EFEA345691F570D" - type: "item" - item: "minecraft:wheat_seeds" - } - ] - } - { - title: "Punch the Grass." - x: -3.5d - y: 0.0d - shape: "circle" - subtitle: "Block Hand 1, Block Grass 0" - description: ["Let's gather some seeds."] - dependencies: ["43021923E220CF68"] - id: "72717D1135486D7F" - tasks: [{ - id: "73B6ED422F9292D1" - type: "item" - item: "minecraft:wheat_seeds" - count: 8L - }] - rewards: [ - { - id: "37CC4C9D02D00F80" - type: "item" - item: "minecraft:wheat" - } - { - id: "3EF6CC70CA664541" - type: "xp" - xp: 10 - } - ] - } - { - title: "Mary had a Little Lamb" - icon: "minecraft:white_wool" - x: 7.0d - y: 0.0d - subtitle: "Whose fleece was....rainbow?" - description: ["Let's gather some pieces of wool!"] - dependencies: ["18EADBAFC932F864"] - id: "3EA883C0BB7BD38F" - tasks: [{ - id: "7F08D4E77359BF4A" - type: "item" - title: "Any #minecraft:wool" - icon: "minecraft:white_wool" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "minecraft:wool" - } - } - count: 3L - }] - rewards: [ - { - id: "59024F65DCEB9DAA" - type: "item" - item: "minecraft:white_wool" - } - { - id: "1609AC17930BA465" - type: "xp" - xp: 10 - } - ] - } - { - title: "It's Clippin' Time" - x: 5.5d - y: 0.0d - dependencies: ["2E9C035EEE7E5C34"] - id: "18EADBAFC932F864" - tasks: [{ - id: "3A9869856B3E9D54" - type: "item" - item: { - id: "minecraft:shears" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "68AA10BF3AA0408A" - type: "xp" - xp: 10 - }] - } - { - icon: "forbidden_arcanus:edelwood_chicken_bucket" - x: 2.5d - y: 0.0d - shape: "diamond" - subtitle: "\"Old MacDonald Had A Farm\" was actually made for an Opera show." - description: [ - "We're not here to sing, we're here to start a farm." - "" - "You can probably do both, but this section is all about the animals!" - ] - size: 1.25d - id: "64E7BE89C13E8BD0" - tasks: [{ - id: "33F002BBF566E12F" - type: "checkmark" - title: "Farm Hand" - }] - rewards: [ - { - id: "5B42654580B2A641" - type: "item" - item: "minecraft:egg" - } - { - id: "1B17BDD6981E6E51" - type: "xp" - xp: 10 - } - ] - } - { - title: "But....Cows can't be sheared..." - x: 6.0d - y: -1.0d - description: ["I don't wanna know how you got these."] - dependencies: ["2E9C035EEE7E5C34"] - id: "635620A03E3505BF" - tasks: [{ - id: "5824C93C84312142" - type: "item" - item: "minecraft:leather" - count: 3L - }] - rewards: [ - { - id: "7914440DB4E0A801" - type: "xp" - xp: 10 - } - { - id: "0B497B4A001CFFC0" - type: "item" - item: "minecraft:leather" - } - ] - } - { - title: "AllTheFarm7" - x: 9.0d - y: 0.0d - shape: "rsquare" - subtitle: "The villager has more than one way to spawn" - description: [ - "Markets provide you with a villager than can sell you anything, if you have the right amount of emeralds." - "" - "Spoiler: It's usually just 1 Emerald per item. BUT THEY HAVE EVERYTHING." - ] - dependencies: ["3EA883C0BB7BD38F"] - size: 1.5d - id: "1F114EB0AAB86DB4" - tasks: [{ - id: "1AFEBED0226CEBC1" - type: "item" - item: "farmingforblockheads:market" - }] - rewards: [ - { - id: "2A90BE5DD251767D" - type: "item" - item: "minecraft:emerald" - } - { - id: "72142B51809511CF" - type: "xp" - xp: 100 - } - ] - } - { - title: "We're doing this the old fashioned way." - x: 4.0d - y: 0.0d - subtitle: "Get along little doggy." - description: [ - "The classic Lead. Use this to get animals into your farm area." - "" - "This isn't the same thing found in paint." - ] - dependencies: ["64E7BE89C13E8BD0"] - id: "2E9C035EEE7E5C34" - tasks: [{ - id: "63282E8604721F13" - type: "item" - item: "minecraft:lead" - }] - rewards: [{ - id: "04DF879E17A497AD" - type: "xp" - xp: 10 - }] - } - { - title: "Find a cow. Milk the cow. Profit." - x: 7.5d - y: -1.0d - subtitle: "Why aren't there any bulls in the game?" - description: [ - "Find a cow and Right Click it with a bucket." - "" - "Seriously, why no bulls?" - ] - dependencies: ["635620A03E3505BF"] - id: "73B8A70240E6070E" - tasks: [{ - id: "19A9C679111A90BC" - type: "item" - item: "minecraft:milk_bucket" - }] - rewards: [ - { - id: "6680B692C05EDB9F" - type: "item" - item: "minecraft:cooked_beef" - count: 3 - } - { - id: "486994911F40FA8D" - type: "xp" - xp: 10 - } - ] - } - { - title: "I'm not gonna make an Egg pun." - x: 6.0d - y: 1.0d - subtitle: "or am I?" - description: [ - "Chickens will lay these naturally. I guess it's not really considered naturally..." - "" - "I guess the chickens are just getting... &oEggs-ercise!!!&r." - "" - ":)" - ] - dependencies: ["2E9C035EEE7E5C34"] - id: "1D2EF12FD7FDD217" - tasks: [{ - id: "46974912B1E8E78B" - type: "item" - item: "minecraft:egg" - count: 3L - }] - rewards: [ - { - id: "75D8B76E11F272AC" - type: "item" - item: "croptopia:scrambled_eggs" - count: 2 - } - { - id: "25D2B3D4AE631792" - type: "xp" - xp: 10 - } - ] - } - { - title: "The Chickens Must Go" - x: 7.5d - y: 1.0d - subtitle: "How else do you think Fried Chicken is made?" - dependencies: ["1D2EF12FD7FDD217"] - id: "1697CC05D08B388D" - tasks: [ - { - id: "264B00606E5BE374" - type: "item" - item: "minecraft:feather" - count: 10L - } - { - id: "763031D0E9F0850C" - type: "item" - item: "minecraft:chicken" - count: 3L - } - ] - rewards: [ - { - id: "7A84544510F1D4EE" - type: "xp" - xp: 10 - } - { - id: "6ABAD303E8397549" - type: "item" - item: "croptopia:fried_chicken" - } - ] - } - { - icon: { - id: "minecraft:wooden_hoe" - Count: 1b - tag: { - Damage: 0 - } - } - x: -1.5749999999999997d - y: 0.0d - shape: "diamond" - subtitle: "Just wait until you get machines for this." - description: [""] - size: 1.25d - id: "43021923E220CF68" - tasks: [{ - id: "78772A2785AE9DD2" - type: "checkmark" - title: "The Planter" - }] - rewards: [ - { - id: "70556C33AE952F49" - type: "item" - item: "minecraft:wheat_seeds" - count: 2 - } - { - id: "116FA96039FC2359" - type: "xp" - xp: 10 - } - ] - } - { - title: "Wheat." - x: -5.0d - y: 0.0d - subtitle: "Speedrunners Love This Stuff" - dependencies: ["72717D1135486D7F"] - id: "0A1C2A7A8617D3E4" - tasks: [{ - id: "6890EB2819D88073" - type: "item" - item: "minecraft:wheat" - count: 3L - }] - rewards: [ - { - id: "6EE0FD0DCE6CEEDE" - type: "item" - item: "minecraft:bread" - count: 2 - } - { - id: "6DB38B87B2BB0B70" - type: "xp" - xp: 10 - } - ] - } - { - title: "The Bread of Life" - x: -6.5d - y: 0.0d - subtitle: "Quick and Simple" - dependencies: ["0A1C2A7A8617D3E4"] - id: "659A903F97F93BE2" - tasks: [{ - id: "03C7F9CB0DDB2D9B" - type: "item" - item: "minecraft:bread" - count: 3L - }] - rewards: [ - { - id: "1C449D2589FD1836" - type: "item" - item: "croptopia:toast" - count: 2 - } - { - id: "382B2B8DF207F44F" - type: "xp" - xp: 10 - } - ] - } - { - title: "Hemp Seeds" - x: -5.5d - y: -1.0d - subtitle: "Who needs spiders anyway?" - description: [ - "You'll find hemp seeds pretty fast." - "" - "If you plant these, you can use the fiber to make string!" - ] - dependencies: ["72717D1135486D7F"] - id: "5A51E26D66D1273B" - tasks: [ - { - id: "76B0E810B050B149" - type: "item" - item: "immersiveengineering:seed" - } - { - id: "3CAD3464D21B46B2" - type: "item" - item: "immersiveengineering:hemp_fiber" - count: 3L - } - ] - rewards: [ - { - id: "797D1693F61CB94B" - type: "item" - item: "immersiveengineering:seed" - count: 5 - } - { - id: "6A184032CC7F6E17" - type: "xp" - xp: 10 - } - ] - } - { - title: "Sugar Sugar." - x: -5.5d - y: 1.0d - subtitle: "This grows to the sky now." - description: ["Find some sugar cane!"] - dependencies: ["72717D1135486D7F"] - id: "361DFDB1E1352D6B" - tasks: [{ - id: "6118A776B40507B7" - type: "item" - item: "minecraft:sugar_cane" - count: 10L - }] - rewards: [ - { - id: "2D2FC5CA58E15FD7" - type: "xp" - xp: 10 - } - { - id: "193719E857969260" - type: "item" - item: "minecraft:sugar" - } - ] - } - { - title: "Making a Kitchen, with a book." - x: 0.5d - y: 4.0d - shape: "diamond" - subtitle: "Smelt a book. Totally won't catch on fire." - description: ["Go ahead. Put a book in a furnace."] - size: 1.5d - id: "45F83C2750F70F9B" - tasks: [{ - id: "61DBF366AFC8A579" - type: "item" - item: "cookingforblockheads:recipe_book" - }] - rewards: [{ - id: "54B713BDF265A213" - type: "xp" - xp: 10 - }] - } - { - title: "Cooking with the power of Diamonds" - x: 0.5d - y: 5.5d - subtitle: "This is totally worth it btw" - description: [ - "Craft the next version of the book. I promise you, it's worth it." - "" - "I'll even give you a Diamond back." - ] - dependencies: ["45F83C2750F70F9B"] - id: "58D5BD3106BFD94A" - tasks: [{ - id: "20FD5552BE10D679" - type: "item" - item: "cookingforblockheads:crafting_book" - }] - rewards: [ - { - id: "1DEED7674A6B9079" - type: "item" - item: "minecraft:diamond" - } - { - id: "18610A9BCEA465F8" - type: "xp" - xp: 10 - } - ] - } - { - title: "THE BEST THING SINCE SLICED BREAD" - x: 0.5d - y: 7.0d - shape: "rsquare" - subtitle: "Betty White was born before Sliced Bread" - description: [ - "This block is part of a multi-block kitchen." - "" - "This will show you every recipe that is available to you with the food you have in your inventory, or stored in the kitchen multi-block." - "" - "You can finally create a nice kitchen in Minecraft." - ] - dependencies: ["58D5BD3106BFD94A"] - size: 1.5d - id: "28C9EDBF6607E180" - tasks: [{ - id: "552C067A28FB8869" - type: "item" - item: "cookingforblockheads:cooking_table" - }] - rewards: [ - { - id: "145863D45AAB585A" - type: "item" - item: "minecraft:bread" - count: 8 - } - { - id: "1AD9A5DFAF726359" - type: "xp" - xp: 100 - } - ] - } - { - title: "Even More Storage" - x: 0.5d - y: 8.5d - shape: "diamond" - subtitle: "So much room for activities!" - description: [ - "This works just like the kitchen counter, except in the air." - "" - "And you can't put things on top of it." - ] - hide_dependency_lines: true - dependencies: ["28C9EDBF6607E180"] - id: "58495CFBF4F20CE9" - tasks: [{ - id: "1DAD3C12FDEB5CD4" - type: "item" - item: "cookingforblockheads:cabinet" - count: 2L - }] - rewards: [ - { - id: "5F08882A75BECB22" - type: "item" - item: "cookingforblockheads:cabinet" - } - { - id: "1C499560DF40E2FC" - type: "xp" - xp: 10 - } - ] - } - { - title: "I need more cooking space." - x: 2.0d - y: 8.0d - shape: "diamond" - subtitle: "&oWe&r need more cooking space." - description: [ - "This block stores items for cooking." - "" - "You can also place other kitchen multi-block items on it, like toasters and a Cow in a Jar." - ] - hide_dependency_lines: true - dependencies: ["28C9EDBF6607E180"] - id: "37CA6F9F0226F10E" - tasks: [{ - id: "766C32B477A216B8" - type: "item" - item: "cookingforblockheads:counter" - count: 2L - }] - rewards: [ - { - id: "45C4177C120927FF" - type: "item" - item: "cookingforblockheads:counter" - } - { - id: "0B13ECD292D7D073" - type: "xp" - xp: 10 - } - ] - } - { - title: "The Fridge" - x: -0.5d - y: 8.5d - shape: "diamond" - subtitle: "You'll open it, close it, then open it again, just because you're bored." - description: [ - "Stores items in the multi-block kitchen. Stack them on top of each other!" - "" - "You can also shift-right click on it to open then door, and you can just right click items right in." - ] - hide_dependency_lines: true - dependencies: ["28C9EDBF6607E180"] - id: "66815AB6FDACCAB7" - tasks: [{ - id: "1571EF760DE41F63" - type: "item" - item: "cookingforblockheads:fridge" - count: 2L - }] - rewards: [ - { - id: "07D944D551258145" - type: "xp" - xp: 10 - } - { - id: "2264EDF3B1BC3075" - type: "item" - item: "croptopia:vanilla_ice_cream" - count: 2 - } - ] - } - { - title: "Honey, there's a Furnace in the Kitchen" - x: 1.5d - y: 8.5d - shape: "diamond" - subtitle: "No Timer Needed" - description: ["This block enables smelting recipes in your kitchen multi-block!"] - hide_dependency_lines: true - dependencies: ["28C9EDBF6607E180"] - id: "7CB3FCD789747EF5" - tasks: [{ - id: "37D8D79B6B216212" - type: "item" - item: "cookingforblockheads:oven" - }] - rewards: [ - { - id: "5AB2C941E0E0397E" - type: "item" - item: "minecraft:coal" - count: 8 - } - { - id: "4A5960A4F10AD94F" - type: "xp" - xp: 10 - } - ] - } - { - title: "A Cow in a Jar" - x: 0.5d - y: 9.5d - shape: "diamond" - subtitle: "Phenomenal Milking Powers....Itty bitty living space." - description: [ - "This block produces milk over time, and enables milk recipes for the kitchen multi-block." - "" - "To get a cow in the jar, place the jar in a hole. Lure the cow to fall in said hole above the jar, then drop an anvil on it." - "" - "I have no clue what this glass is made of, but it's stronger than my relationship with Chicken." - ] - hide_dependency_lines: true - dependencies: ["28C9EDBF6607E180"] - id: "47764EFC822E462A" - tasks: [{ - id: "193EA9F7C05B6F38" - type: "item" - item: "cookingforblockheads:cow_jar" - }] - rewards: [ - { - id: "0D48FB30B8B254C7" - type: "item" - item: "minecraft:cow_spawn_egg" - } - { - id: "2390EE9B8E964CCA" - type: "xp" - xp: 10 - } - ] - } - { - title: "Heating Upgrade" - x: 1.0d - y: 9.0d - shape: "diamond" - description: ["Allows you to attach power to the Stove."] - dependencies: ["7CB3FCD789747EF5"] - id: "1515B32545F51266" - tasks: [{ - id: "3915BEA724A2F7ED" - type: "item" - item: "cookingforblockheads:heating_unit" - }] - rewards: [ - { - id: "5EB6705A66BEB997" - type: "item" - item: "minecraft:redstone" - count: 3 - } - { - id: "19945E72467070D2" - type: "xp" - xp: 10 - } - ] - } - { - title: "Ice, Ice, Baby" - x: 0.0d - y: 9.0d - shape: "diamond" - description: ["Provides Ice and Snow recipes!"] - dependencies: ["66815AB6FDACCAB7"] - optional: true - id: "13AFCD3B6F62B986" - tasks: [{ - id: "6BDB280D22CE0118" - type: "item" - item: "cookingforblockheads:ice_unit" - }] - rewards: [ - { - id: "03911B94997F0691" - type: "item" - item: "minecraft:snowball" - count: 8 - } - { - id: "7F98CDC2EA641EF7" - type: "xp" - xp: 10 - } - ] - } - { - title: "String from Seeds!" - x: -7.0d - y: -1.0d - description: ["Use the Industrial Hemp to create string."] - dependencies: ["5A51E26D66D1273B"] - id: "1CBEB3ABB4260CC2" - tasks: [{ - id: "35864460DFF78192" - type: "item" - item: "minecraft:string" - count: 4L - }] - rewards: [ - { - id: "0F2D2091EF6DF6B9" - type: "item" - item: "thermal:flax_seeds" - } - { - id: "3AE014AE6CF77A06" - type: "xp" - xp: 10 - } - ] - } - { - title: "The Start of a Fisher" - x: -1.57d - y: 4.0d - shape: "diamond" - subtitle: "Willy would be Proud." - description: ["But he usually closes by 5, so who cares."] - size: 1.25d - id: "1DCAA0310AA55F1C" - tasks: [{ - id: "5CB4746CCB2E2363" - type: "item" - item: { - id: "minecraft:fishing_rod" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "7BB398F5B3A25045" - type: "xp" - xp: 10 - }] - } - { - x: -3.5d - y: 4.0d - dependencies: ["1DCAA0310AA55F1C"] - id: "16D0F1E3CEB60ABF" - tasks: [{ - id: "13E86D23DA98D8E9" - type: "item" - item: { - id: "aquaculture:iron_fishing_rod" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "03247C933128C015" - type: "xp" - xp: 10 - }] - } - { - x: -5.0d - y: 4.0d - dependencies: ["16D0F1E3CEB60ABF"] - id: "0A64D0937A5F7513" - tasks: [{ - id: "144B351F77F0B08F" - type: "item" - item: { - id: "aquaculture:gold_fishing_rod" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "7664E2CF599F9E96" - type: "xp" - xp: 10 - }] - } - { - x: -6.5d - y: 4.0d - dependencies: ["0A64D0937A5F7513"] - id: "511562EA5811306B" - tasks: [{ - id: "3FECA1F49F588499" - type: "item" - item: { - id: "aquaculture:diamond_fishing_rod" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "3F6CD2A029F5FC11" - type: "xp" - xp: 10 - }] - } - { - x: -8.0d - y: 4.0d - dependencies: ["511562EA5811306B"] - id: "5A1DCD6C7F712A78" - tasks: [{ - id: "31B52EAD7F931F31" - type: "item" - item: { - id: "aquaculture:neptunium_fishing_rod" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "4000D1222D505757" - type: "xp" - xp: 10 - }] - } - { - title: "Auto Fishing!" - x: -2.5d - y: 5.0d - description: [ - "Let the strainer do the work for you." - "" - "Will need a strainer on top as well as water." - ] - dependencies: ["1DCAA0310AA55F1C"] - optional: true - id: "209F7EBAF2553694" - tasks: [ - { - id: "718F49C264557FA3" - type: "item" - item: "waterstrainer:strainer_base" - } - { - id: "08E4C5476E141A0A" - type: "item" - item: { - id: "waterstrainer:strainer_fisherman" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "0B6E1DC53AE8C688" - type: "item" - item: { - id: "waterstrainer:strainer_fisherman_solid" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "180E1B7467508157" - type: "xp" - xp: 100 - } - ] - } - { - title: "You can have your Cake and Eat it too." - x: -8.25d - y: 0.0d - shape: "rsquare" - description: ["Time to bake a cake, if you've got some milk and eggs ready."] - dependencies: [ - "659A903F97F93BE2" - "1D48298525EEADC9" - ] - size: 1.5d - id: "0893EFCAC7031FEA" - tasks: [{ - id: "1AA73DEFAA50FDF6" - type: "item" - item: "minecraft:cake" - }] - rewards: [ - { - id: "2C168199050CC470" - type: "item" - item: "minecraft:cake" - } - { - id: "7F528DE479E680AE" - type: "xp" - xp: 100 - } - ] - } - { - title: "You so sweet." - x: -7.0d - y: 1.0d - subtitle: "Pour some sugar on me." - description: ["You should have everything you need already."] - dependencies: ["361DFDB1E1352D6B"] - id: "1D48298525EEADC9" - tasks: [{ - id: "56CAB3D2E3421C7C" - type: "item" - item: "minecraft:sugar" - count: 3L - }] - rewards: [ - { - id: "7EAE8BCBABAA8B89" - type: "item" - item: "minecraft:sugar_cane" - count: 3 - } - { - id: "04AB9DC101FCAB74" - type: "xp" - xp: 10 - } - ] - } - { - title: "Tree Harvesting" - x: 2.5d - y: 4.0d - shape: "diamond" - subtitle: "TINY FARMS, HUGE OUTPUTS" - description: [ - "These little pots can hold dirt and a sapling. Over time, the sapling will grow and can be harvested for items." - "" - "It can also store upgrades that can automate the process!" - ] - size: 1.5d - id: "3EE9BBAA3CC677D9" - tasks: [{ - id: "5799AA816722352D" - type: "item" - item: "bonsaitrees3:bonsaipot" - }] - rewards: [ - { - id: "31596E31ACAD3F86" - type: "item" - item: "bonsaitrees3:bonsaipot" - } - { - id: "7FF31034CF18FECE" - type: "xp" - xp: 10 - } - ] - } - { - title: "Efficiency Upgrade" - x: 7.5d - y: 4.0d - shape: "diamond" - description: ["Placing an Axe or a Book with an Efficiency Enchant decreases the total growth time in the Bonsai Pot."] - dependencies: ["6A78CF3396654D01"] - optional: true - id: "0BFBB64E405A0F41" - tasks: [{ - id: "4C7C96FE727113C7" - type: "checkmark" - title: "Efficiency Upgrade" - }] - rewards: [{ - id: "67197E1F4B94A8E4" - type: "xp" - xp: 10 - }] - } - { - title: "Silk Touch Upgrade" - x: 7.0d - y: 3.5d - shape: "diamond" - description: ["Placing an Axe or a Book with a Silk Touch Enchant produces extra items on certain trees in the Bonsai Pot."] - dependencies: ["6A78CF3396654D01"] - optional: true - id: "698A7F6155FB2701" - tasks: [{ - id: "04D9023F39A3C28C" - type: "checkmark" - title: "Silk Touch Upgrade" - }] - rewards: [{ - id: "2069BCF252C96FB1" - type: "xp" - xp: 10 - }] - } - { - title: "Fortune Upgrade" - x: 7.0d - y: 4.5d - shape: "diamond" - description: ["Placing an Axe or Book with a Fortune Enchant will increase the drop chance and number of items in the loot pool."] - dependencies: ["6A78CF3396654D01"] - id: "6B02C78840493D86" - tasks: [{ - id: "648BD06BDD4E9FA0" - type: "checkmark" - title: "Fortune Upgrade" - }] - rewards: [{ - id: "7C5DC33A2DF9BBFF" - type: "xp" - xp: 10 - }] - } - { - title: "Auto-Harvesting" - x: 5.5d - y: 4.0d - description: ["Placing an Axe in the upgrade slots will auto-harvest the sapling in the Bonsai Pot."] - dependencies: ["3EE9BBAA3CC677D9"] - id: "6A78CF3396654D01" - tasks: [{ - id: "2765968DC1064C12" - type: "item" - item: { - id: "minecraft:iron_axe" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "39C18E89F20AFF2E" - type: "xp" - xp: 10 - }] - } - { - title: "Auto-Output Upgrade" - x: 4.0d - y: 5.0d - description: ["Adding a Hopper to the upgrades will auto-output items into an inventory below the Bonsai Pot."] - dependencies: ["3EE9BBAA3CC677D9"] - id: "05AEC9254D603D3F" - tasks: [{ - id: "38029100E1D9BF3F" - type: "item" - item: "minecraft:hopper" - }] - rewards: [{ - id: "38C4DF87A3110171" - type: "xp" - xp: 10 - }] - } - { - title: "The Sink = Infinite Water" - x: -1.0d - y: 8.0d - shape: "diamond" - subtitle: "Why Use 3 Block when 1 Block Do Trick" - description: [ - "This block provides water the multi-block kitchen." - "" - "It can also provide infinite water, and can pump water out via cables or pipes." - ] - hide_dependency_lines: true - dependencies: ["28C9EDBF6607E180"] - id: "0EFF1AA37772156B" - tasks: [{ - id: "2872A1297BE6C40D" - type: "item" - item: "cookingforblockheads:sink" - }] - rewards: [ - { - id: "2B2B365E281A6940" - type: "item" - item: "minecraft:bucket" - } - { - id: "62FB77230F1D9F9B" - type: "xp" - xp: 10 - } - ] - } - { - title: "Fruit Upgrade" - x: 4.0d - y: 3.0d - description: ["Placing a Beehive in the Bonsai Pot will allow the saplings to produce Fruit."] - dependencies: ["3EE9BBAA3CC677D9"] - id: "51D678DB7193FB2E" - tasks: [{ - id: "3B13E9F87DA783F2" - type: "item" - item: "minecraft:beehive" - }] - rewards: [ - { - id: "45880BD8C223F87B" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - { - id: "23A80E239D7FC6E1" - type: "xp" - xp: 10 - } - ] - } - ] -} +{ + id: "05E614FDA677D85E" + group: "6614EE2378B8AFB9" + order_index: 0 + filename: "food_and_farming" + title: "Food and Farming" + icon: "minecraft:cake" + default_quest_shape: "" + default_hide_dependency_lines: false + images: [ + { + x: 0.5d + y: -3.5d + width: 2.0d + height: 2.0d + rotation: 0.0d + image: "minecraft:textures/item/cake.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 1.5102040816326507d + y: -3.0714285714285765d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "minecraft:textures/item/wheat.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: -0.5d + y: -3.0d + width: 1.0d + height: 1.0d + rotation: -90.0d + image: "minecraft:textures/item/wheat.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 0.48979591836734215d + y: -2.5d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "minecraft:textures/item/wheat_seeds.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 9.0d + y: 4.0d + width: 2.0d + height: 2.0d + rotation: 0.0d + image: "minecraft:textures/block/birch_sapling.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 0.5d + y: 11.0d + width: 2.0d + height: 2.0d + rotation: -90.0d + image: "farmersdelight:textures/block/cutting_board.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: -4.0d + y: -1.0d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "croptopia:textures/item/cantaloupe_seed.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: -4.0d + y: 1.0d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "farmersdelight:textures/item/apple_cider.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 4.5d + y: 1.0d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "minecraft:textures/item/cooked_chicken.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 4.5d + y: -1.0d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "minecraft:textures/item/cooked_porkchop.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: -9.5d + y: 4.0d + width: 2.0d + height: 2.0d + rotation: 0.0d + image: "aquaculture:textures/item/catfish.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 0.5d + y: -5.5d + width: 12.0d + height: 3.0d + rotation: 0.0d + image: "atm:textures/food_and_farming.png" + hover: [ ] + click: "" + dev: false + corner: false + } + ] + quests: [ + { + icon: "minecraft:emerald" + x: 0.5d + y: 0.0d + shape: "square" + subtitle: "Getting Started" + description: [ + "Welcome to the Food and Farming chapter!" + "" + "Here, you'll find different ways for you to grow and make food!" + ] + size: 1.5d + id: "1827DEEA2DF1B144" + tasks: [{ + id: "07603A90CCCB3627" + type: "checkmark" + title: "Food and Farming" + }] + rewards: [ + { + id: "28C108EC59F6E7D9" + type: "xp" + xp: 10 + } + { + id: "2EFEA345691F570D" + type: "item" + item: "minecraft:wheat_seeds" + } + ] + } + { + title: "Punch the Grass." + x: -3.5d + y: 0.0d + shape: "circle" + subtitle: "Block Hand 1, Block Grass 0" + description: ["Let's gather some seeds."] + dependencies: ["43021923E220CF68"] + id: "72717D1135486D7F" + tasks: [{ + id: "73B6ED422F9292D1" + type: "item" + item: "minecraft:wheat_seeds" + count: 8L + }] + rewards: [ + { + id: "37CC4C9D02D00F80" + type: "item" + item: "minecraft:wheat" + } + { + id: "3EF6CC70CA664541" + type: "xp" + xp: 10 + } + ] + } + { + title: "Mary had a Little Lamb" + icon: "minecraft:white_wool" + x: 7.0d + y: 0.0d + subtitle: "Whose fleece was....rainbow?" + description: ["Let's gather some pieces of wool!"] + dependencies: ["18EADBAFC932F864"] + id: "3EA883C0BB7BD38F" + tasks: [{ + id: "7F08D4E77359BF4A" + type: "item" + title: "Any #minecraft:wool" + icon: "minecraft:white_wool" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "minecraft:wool" + } + } + count: 3L + }] + rewards: [ + { + id: "59024F65DCEB9DAA" + type: "item" + item: "minecraft:white_wool" + } + { + id: "1609AC17930BA465" + type: "xp" + xp: 10 + } + ] + } + { + title: "It's Clippin' Time" + x: 5.5d + y: 0.0d + dependencies: ["2E9C035EEE7E5C34"] + id: "18EADBAFC932F864" + tasks: [{ + id: "3A9869856B3E9D54" + type: "item" + item: { + id: "minecraft:shears" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "68AA10BF3AA0408A" + type: "xp" + xp: 10 + }] + } + { + icon: "forbidden_arcanus:edelwood_chicken_bucket" + x: 2.5d + y: 0.0d + shape: "diamond" + subtitle: "\"Old MacDonald Had A Farm\" was actually made for an Opera show." + description: [ + "We're not here to sing, we're here to start a farm." + "" + "You can probably do both, but this section is all about the animals!" + ] + size: 1.25d + id: "64E7BE89C13E8BD0" + tasks: [{ + id: "33F002BBF566E12F" + type: "checkmark" + title: "Farm Hand" + }] + rewards: [ + { + id: "5B42654580B2A641" + type: "item" + item: "minecraft:egg" + } + { + id: "1B17BDD6981E6E51" + type: "xp" + xp: 10 + } + ] + } + { + title: "But....Cows can't be sheared..." + x: 6.0d + y: -1.0d + description: ["I don't wanna know how you got these."] + dependencies: ["2E9C035EEE7E5C34"] + id: "635620A03E3505BF" + tasks: [{ + id: "5824C93C84312142" + type: "item" + item: "minecraft:leather" + count: 3L + }] + rewards: [ + { + id: "7914440DB4E0A801" + type: "xp" + xp: 10 + } + { + id: "0B497B4A001CFFC0" + type: "item" + item: "minecraft:leather" + } + ] + } + { + title: "AllTheFarm7" + x: 9.0d + y: 0.0d + shape: "rsquare" + subtitle: "The villager has more than one way to spawn" + description: [ + "Markets provide you with a villager than can sell you anything, if you have the right amount of emeralds." + "" + "Spoiler: It's usually just 1 Emerald per item. BUT THEY HAVE EVERYTHING." + ] + dependencies: ["3EA883C0BB7BD38F"] + size: 1.5d + id: "1F114EB0AAB86DB4" + tasks: [{ + id: "1AFEBED0226CEBC1" + type: "item" + item: "farmingforblockheads:market" + }] + rewards: [ + { + id: "2A90BE5DD251767D" + type: "item" + item: "minecraft:emerald" + } + { + id: "72142B51809511CF" + type: "xp" + xp: 100 + } + ] + } + { + title: "We're doing this the old fashioned way." + x: 4.0d + y: 0.0d + subtitle: "Get along little doggy." + description: [ + "The classic Lead. Use this to get animals into your farm area." + "" + "This isn't the same thing found in paint." + ] + dependencies: ["64E7BE89C13E8BD0"] + id: "2E9C035EEE7E5C34" + tasks: [{ + id: "63282E8604721F13" + type: "item" + item: "minecraft:lead" + }] + rewards: [{ + id: "04DF879E17A497AD" + type: "xp" + xp: 10 + }] + } + { + title: "Find a cow. Milk the cow. Profit." + x: 7.5d + y: -1.0d + subtitle: "Why aren't there any bulls in the game?" + description: [ + "Find a cow and Right Click it with a bucket." + "" + "Seriously, why no bulls?" + ] + dependencies: ["635620A03E3505BF"] + id: "73B8A70240E6070E" + tasks: [{ + id: "19A9C679111A90BC" + type: "item" + item: "minecraft:milk_bucket" + }] + rewards: [ + { + id: "6680B692C05EDB9F" + type: "item" + item: "minecraft:cooked_beef" + count: 3 + } + { + id: "486994911F40FA8D" + type: "xp" + xp: 10 + } + ] + } + { + title: "I'm not gonna make an Egg pun." + x: 6.0d + y: 1.0d + subtitle: "or am I?" + description: [ + "Chickens will lay these naturally. I guess it's not really considered naturally..." + "" + "I guess the chickens are just getting... &oEggs-ercise!!!&r." + "" + ":)" + ] + dependencies: ["2E9C035EEE7E5C34"] + id: "1D2EF12FD7FDD217" + tasks: [{ + id: "46974912B1E8E78B" + type: "item" + item: "minecraft:egg" + count: 3L + }] + rewards: [ + { + id: "75D8B76E11F272AC" + type: "item" + item: "croptopia:scrambled_eggs" + count: 2 + } + { + id: "25D2B3D4AE631792" + type: "xp" + xp: 10 + } + ] + } + { + title: "The Chickens Must Go" + x: 7.5d + y: 1.0d + subtitle: "How else do you think Fried Chicken is made?" + dependencies: ["1D2EF12FD7FDD217"] + id: "1697CC05D08B388D" + tasks: [ + { + id: "264B00606E5BE374" + type: "item" + item: "minecraft:feather" + count: 10L + } + { + id: "763031D0E9F0850C" + type: "item" + item: "minecraft:chicken" + count: 3L + } + ] + rewards: [ + { + id: "7A84544510F1D4EE" + type: "xp" + xp: 10 + } + { + id: "6ABAD303E8397549" + type: "item" + item: "croptopia:fried_chicken" + } + ] + } + { + icon: { + id: "minecraft:wooden_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + x: -1.5749999999999997d + y: 0.0d + shape: "diamond" + subtitle: "Just wait until you get machines for this." + description: [""] + size: 1.25d + id: "43021923E220CF68" + tasks: [{ + id: "78772A2785AE9DD2" + type: "checkmark" + title: "The Planter" + }] + rewards: [ + { + id: "70556C33AE952F49" + type: "item" + item: "minecraft:wheat_seeds" + count: 2 + } + { + id: "116FA96039FC2359" + type: "xp" + xp: 10 + } + ] + } + { + title: "Wheat." + x: -5.0d + y: 0.0d + subtitle: "Speedrunners Love This Stuff" + dependencies: ["72717D1135486D7F"] + id: "0A1C2A7A8617D3E4" + tasks: [{ + id: "6890EB2819D88073" + type: "item" + item: "minecraft:wheat" + count: 3L + }] + rewards: [ + { + id: "6EE0FD0DCE6CEEDE" + type: "item" + item: "minecraft:bread" + count: 2 + } + { + id: "6DB38B87B2BB0B70" + type: "xp" + xp: 10 + } + ] + } + { + title: "The Bread of Life" + x: -6.5d + y: 0.0d + subtitle: "Quick and Simple" + dependencies: ["0A1C2A7A8617D3E4"] + id: "659A903F97F93BE2" + tasks: [{ + id: "03C7F9CB0DDB2D9B" + type: "item" + item: "minecraft:bread" + count: 3L + }] + rewards: [ + { + id: "1C449D2589FD1836" + type: "item" + item: "croptopia:toast" + count: 2 + } + { + id: "382B2B8DF207F44F" + type: "xp" + xp: 10 + } + ] + } + { + title: "Hemp Seeds" + x: -5.5d + y: -1.0d + subtitle: "Who needs spiders anyway?" + description: [ + "You'll find hemp seeds pretty fast." + "" + "If you plant these, you can use the fiber to make string!" + ] + dependencies: ["72717D1135486D7F"] + id: "5A51E26D66D1273B" + tasks: [ + { + id: "76B0E810B050B149" + type: "item" + item: "immersiveengineering:seed" + } + { + id: "3CAD3464D21B46B2" + type: "item" + item: "immersiveengineering:hemp_fiber" + count: 3L + } + ] + rewards: [ + { + id: "797D1693F61CB94B" + type: "item" + item: "immersiveengineering:seed" + count: 5 + } + { + id: "6A184032CC7F6E17" + type: "xp" + xp: 10 + } + ] + } + { + title: "Sugar Sugar." + x: -5.5d + y: 1.0d + subtitle: "This grows to the sky now." + description: ["Find some sugar cane!"] + dependencies: ["72717D1135486D7F"] + id: "361DFDB1E1352D6B" + tasks: [{ + id: "6118A776B40507B7" + type: "item" + item: "minecraft:sugar_cane" + count: 10L + }] + rewards: [ + { + id: "2D2FC5CA58E15FD7" + type: "xp" + xp: 10 + } + { + id: "193719E857969260" + type: "item" + item: "minecraft:sugar" + } + ] + } + { + title: "Making a Kitchen, with a book." + x: 0.5d + y: 4.0d + shape: "diamond" + subtitle: "Smelt a book. Totally won't catch on fire." + description: ["Go ahead. Put a book in a furnace."] + size: 1.5d + id: "45F83C2750F70F9B" + tasks: [{ + id: "61DBF366AFC8A579" + type: "item" + item: "cookingforblockheads:recipe_book" + }] + rewards: [{ + id: "54B713BDF265A213" + type: "xp" + xp: 10 + }] + } + { + title: "Cooking with the power of Diamonds" + x: 0.5d + y: 5.5d + subtitle: "This is totally worth it btw" + description: [ + "Craft the next version of the book. I promise you, it's worth it." + "" + "I'll even give you a Diamond back." + ] + dependencies: ["45F83C2750F70F9B"] + id: "58D5BD3106BFD94A" + tasks: [{ + id: "20FD5552BE10D679" + type: "item" + item: "cookingforblockheads:crafting_book" + }] + rewards: [ + { + id: "1DEED7674A6B9079" + type: "item" + item: "minecraft:diamond" + } + { + id: "18610A9BCEA465F8" + type: "xp" + xp: 10 + } + ] + } + { + title: "THE BEST THING SINCE SLICED BREAD" + x: 0.5d + y: 7.0d + shape: "rsquare" + subtitle: "Betty White was born before Sliced Bread" + description: [ + "This block is part of a multi-block kitchen." + "" + "This will show you every recipe that is available to you with the food you have in your inventory, or stored in the kitchen multi-block." + "" + "You can finally create a nice kitchen in Minecraft." + ] + dependencies: ["58D5BD3106BFD94A"] + size: 1.5d + id: "28C9EDBF6607E180" + tasks: [{ + id: "552C067A28FB8869" + type: "item" + item: "cookingforblockheads:cooking_table" + }] + rewards: [ + { + id: "145863D45AAB585A" + type: "item" + item: "minecraft:bread" + count: 8 + } + { + id: "1AD9A5DFAF726359" + type: "xp" + xp: 100 + } + ] + } + { + title: "Even More Storage" + x: 0.5d + y: 8.5d + shape: "diamond" + subtitle: "So much room for activities!" + description: [ + "This works just like the kitchen counter, except in the air." + "" + "And you can't put things on top of it." + ] + hide_dependency_lines: true + dependencies: ["28C9EDBF6607E180"] + id: "58495CFBF4F20CE9" + tasks: [{ + id: "1DAD3C12FDEB5CD4" + type: "item" + item: "cookingforblockheads:cabinet" + count: 2L + }] + rewards: [ + { + id: "5F08882A75BECB22" + type: "item" + item: "cookingforblockheads:cabinet" + } + { + id: "1C499560DF40E2FC" + type: "xp" + xp: 10 + } + ] + } + { + title: "I need more cooking space." + x: 2.0d + y: 8.0d + shape: "diamond" + subtitle: "&oWe&r need more cooking space." + description: [ + "This block stores items for cooking." + "" + "You can also place other kitchen multi-block items on it, like toasters and a Cow in a Jar." + ] + hide_dependency_lines: true + dependencies: ["28C9EDBF6607E180"] + id: "37CA6F9F0226F10E" + tasks: [{ + id: "766C32B477A216B8" + type: "item" + item: "cookingforblockheads:counter" + count: 2L + }] + rewards: [ + { + id: "45C4177C120927FF" + type: "item" + item: "cookingforblockheads:counter" + } + { + id: "0B13ECD292D7D073" + type: "xp" + xp: 10 + } + ] + } + { + title: "The Fridge" + x: -0.5d + y: 8.5d + shape: "diamond" + subtitle: "You'll open it, close it, then open it again, just because you're bored." + description: [ + "Stores items in the multi-block kitchen. Stack them on top of each other!" + "" + "You can also shift-right click on it to open then door, and you can just right click items right in." + ] + hide_dependency_lines: true + dependencies: ["28C9EDBF6607E180"] + id: "66815AB6FDACCAB7" + tasks: [{ + id: "1571EF760DE41F63" + type: "item" + item: "cookingforblockheads:fridge" + count: 2L + }] + rewards: [ + { + id: "07D944D551258145" + type: "xp" + xp: 10 + } + { + id: "2264EDF3B1BC3075" + type: "item" + item: "croptopia:vanilla_ice_cream" + count: 2 + } + ] + } + { + title: "Honey, there's a Furnace in the Kitchen" + x: 1.5d + y: 8.5d + shape: "diamond" + subtitle: "No Timer Needed" + description: ["This block enables smelting recipes in your kitchen multi-block!"] + hide_dependency_lines: true + dependencies: ["28C9EDBF6607E180"] + id: "7CB3FCD789747EF5" + tasks: [{ + id: "37D8D79B6B216212" + type: "item" + item: "cookingforblockheads:oven" + }] + rewards: [ + { + id: "5AB2C941E0E0397E" + type: "item" + item: "minecraft:coal" + count: 8 + } + { + id: "4A5960A4F10AD94F" + type: "xp" + xp: 10 + } + ] + } + { + title: "A Cow in a Jar" + x: 0.5d + y: 9.5d + shape: "diamond" + subtitle: "Phenomenal Milking Powers....Itty bitty living space." + description: [ + "This block produces milk over time, and enables milk recipes for the kitchen multi-block." + "" + "To get a cow in the jar, place the jar in a hole. Lure the cow to fall in said hole above the jar, then drop an anvil on it." + "" + "I have no clue what this glass is made of, but it's stronger than my relationship with Chicken." + ] + hide_dependency_lines: true + dependencies: ["28C9EDBF6607E180"] + id: "47764EFC822E462A" + tasks: [{ + id: "193EA9F7C05B6F38" + type: "item" + item: "cookingforblockheads:cow_jar" + }] + rewards: [ + { + id: "0D48FB30B8B254C7" + type: "item" + item: "minecraft:cow_spawn_egg" + } + { + id: "2390EE9B8E964CCA" + type: "xp" + xp: 10 + } + ] + } + { + title: "Heating Upgrade" + x: 1.0d + y: 9.0d + shape: "diamond" + description: ["Allows you to attach power to the Stove."] + dependencies: ["7CB3FCD789747EF5"] + id: "1515B32545F51266" + tasks: [{ + id: "3915BEA724A2F7ED" + type: "item" + item: "cookingforblockheads:heating_unit" + }] + rewards: [ + { + id: "5EB6705A66BEB997" + type: "item" + item: "minecraft:redstone" + count: 3 + } + { + id: "19945E72467070D2" + type: "xp" + xp: 10 + } + ] + } + { + title: "Ice, Ice, Baby" + x: 0.0d + y: 9.0d + shape: "diamond" + description: ["Provides Ice and Snow recipes!"] + dependencies: ["66815AB6FDACCAB7"] + optional: true + id: "13AFCD3B6F62B986" + tasks: [{ + id: "6BDB280D22CE0118" + type: "item" + item: "cookingforblockheads:ice_unit" + }] + rewards: [ + { + id: "03911B94997F0691" + type: "item" + item: "minecraft:snowball" + count: 8 + } + { + id: "7F98CDC2EA641EF7" + type: "xp" + xp: 10 + } + ] + } + { + title: "String from Seeds!" + x: -7.0d + y: -1.0d + description: ["Use the Industrial Hemp to create string."] + dependencies: ["5A51E26D66D1273B"] + id: "1CBEB3ABB4260CC2" + tasks: [{ + id: "35864460DFF78192" + type: "item" + item: "minecraft:string" + count: 4L + }] + rewards: [ + { + id: "0F2D2091EF6DF6B9" + type: "item" + item: "thermal:flax_seeds" + } + { + id: "3AE014AE6CF77A06" + type: "xp" + xp: 10 + } + ] + } + { + title: "The Start of a Fisher" + x: -1.57d + y: 4.0d + shape: "diamond" + subtitle: "Willy would be Proud." + description: ["But he usually closes by 5, so who cares."] + size: 1.25d + id: "1DCAA0310AA55F1C" + tasks: [{ + id: "5CB4746CCB2E2363" + type: "item" + item: { + id: "minecraft:fishing_rod" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "7BB398F5B3A25045" + type: "xp" + xp: 10 + }] + } + { + x: -3.5d + y: 4.0d + dependencies: ["1DCAA0310AA55F1C"] + id: "16D0F1E3CEB60ABF" + tasks: [{ + id: "13E86D23DA98D8E9" + type: "item" + item: { + id: "aquaculture:iron_fishing_rod" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "03247C933128C015" + type: "xp" + xp: 10 + }] + } + { + x: -5.0d + y: 4.0d + dependencies: ["16D0F1E3CEB60ABF"] + id: "0A64D0937A5F7513" + tasks: [{ + id: "144B351F77F0B08F" + type: "item" + item: { + id: "aquaculture:gold_fishing_rod" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "7664E2CF599F9E96" + type: "xp" + xp: 10 + }] + } + { + x: -6.5d + y: 4.0d + dependencies: ["0A64D0937A5F7513"] + id: "511562EA5811306B" + tasks: [{ + id: "3FECA1F49F588499" + type: "item" + item: { + id: "aquaculture:diamond_fishing_rod" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "3F6CD2A029F5FC11" + type: "xp" + xp: 10 + }] + } + { + x: -8.0d + y: 4.0d + dependencies: ["511562EA5811306B"] + id: "5A1DCD6C7F712A78" + tasks: [{ + id: "31B52EAD7F931F31" + type: "item" + item: { + id: "aquaculture:neptunium_fishing_rod" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "4000D1222D505757" + type: "xp" + xp: 10 + }] + } + { + title: "Auto Fishing!" + x: -2.5d + y: 5.0d + description: [ + "Let the strainer do the work for you." + "" + "Will need a strainer on top as well as water." + ] + dependencies: ["1DCAA0310AA55F1C"] + optional: true + id: "209F7EBAF2553694" + tasks: [ + { + id: "718F49C264557FA3" + type: "item" + item: "waterstrainer:strainer_base" + } + { + id: "08E4C5476E141A0A" + type: "item" + item: { + id: "waterstrainer:strainer_fisherman" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "0B6E1DC53AE8C688" + type: "item" + item: { + id: "waterstrainer:strainer_fisherman_solid" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "180E1B7467508157" + type: "xp" + xp: 100 + } + ] + } + { + title: "You can have your Cake and Eat it too." + x: -8.25d + y: 0.0d + shape: "rsquare" + description: ["Time to bake a cake, if you've got some milk and eggs ready."] + dependencies: [ + "659A903F97F93BE2" + "1D48298525EEADC9" + ] + size: 1.5d + id: "0893EFCAC7031FEA" + tasks: [{ + id: "1AA73DEFAA50FDF6" + type: "item" + item: "minecraft:cake" + }] + rewards: [ + { + id: "2C168199050CC470" + type: "item" + item: "minecraft:cake" + } + { + id: "7F528DE479E680AE" + type: "xp" + xp: 100 + } + ] + } + { + title: "You so sweet." + x: -7.0d + y: 1.0d + subtitle: "Pour some sugar on me." + description: ["You should have everything you need already."] + dependencies: ["361DFDB1E1352D6B"] + id: "1D48298525EEADC9" + tasks: [{ + id: "56CAB3D2E3421C7C" + type: "item" + item: "minecraft:sugar" + count: 3L + }] + rewards: [ + { + id: "7EAE8BCBABAA8B89" + type: "item" + item: "minecraft:sugar_cane" + count: 3 + } + { + id: "04AB9DC101FCAB74" + type: "xp" + xp: 10 + } + ] + } + { + title: "Tree Harvesting" + x: 2.5d + y: 4.0d + shape: "diamond" + subtitle: "TINY FARMS, HUGE OUTPUTS" + description: [ + "These little pots can hold dirt and a sapling. Over time, the sapling will grow and can be harvested for items." + "" + "It can also store upgrades that can automate the process!" + ] + size: 1.5d + id: "3EE9BBAA3CC677D9" + tasks: [{ + id: "5799AA816722352D" + type: "item" + item: "bonsaitrees3:bonsaipot" + }] + rewards: [ + { + id: "31596E31ACAD3F86" + type: "item" + item: "bonsaitrees3:bonsaipot" + } + { + id: "7FF31034CF18FECE" + type: "xp" + xp: 10 + } + ] + } + { + title: "Efficiency Upgrade" + x: 7.5d + y: 4.0d + shape: "diamond" + description: ["Placing an Axe or a Book with an Efficiency Enchant decreases the total growth time in the Bonsai Pot."] + dependencies: ["6A78CF3396654D01"] + optional: true + id: "0BFBB64E405A0F41" + tasks: [{ + id: "4C7C96FE727113C7" + type: "checkmark" + title: "Efficiency Upgrade" + }] + rewards: [{ + id: "67197E1F4B94A8E4" + type: "xp" + xp: 10 + }] + } + { + title: "Silk Touch Upgrade" + x: 7.0d + y: 3.5d + shape: "diamond" + description: ["Placing an Axe or a Book with a Silk Touch Enchant produces extra items on certain trees in the Bonsai Pot."] + dependencies: ["6A78CF3396654D01"] + optional: true + id: "698A7F6155FB2701" + tasks: [{ + id: "04D9023F39A3C28C" + type: "checkmark" + title: "Silk Touch Upgrade" + }] + rewards: [{ + id: "2069BCF252C96FB1" + type: "xp" + xp: 10 + }] + } + { + title: "Fortune Upgrade" + x: 7.0d + y: 4.5d + shape: "diamond" + description: ["Placing an Axe or Book with a Fortune Enchant will increase the drop chance and number of items in the loot pool."] + dependencies: ["6A78CF3396654D01"] + id: "6B02C78840493D86" + tasks: [{ + id: "648BD06BDD4E9FA0" + type: "checkmark" + title: "Fortune Upgrade" + }] + rewards: [{ + id: "7C5DC33A2DF9BBFF" + type: "xp" + xp: 10 + }] + } + { + title: "Auto-Harvesting" + x: 5.5d + y: 4.0d + description: ["Placing an Axe in the upgrade slots will auto-harvest the sapling in the Bonsai Pot."] + dependencies: ["3EE9BBAA3CC677D9"] + id: "6A78CF3396654D01" + tasks: [{ + id: "2765968DC1064C12" + type: "item" + item: { + id: "minecraft:iron_axe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "39C18E89F20AFF2E" + type: "xp" + xp: 10 + }] + } + { + title: "Auto-Output Upgrade" + x: 4.0d + y: 5.0d + description: ["Adding a Hopper to the upgrades will auto-output items into an inventory below the Bonsai Pot."] + dependencies: ["3EE9BBAA3CC677D9"] + id: "05AEC9254D603D3F" + tasks: [{ + id: "38029100E1D9BF3F" + type: "item" + item: "minecraft:hopper" + }] + rewards: [{ + id: "38C4DF87A3110171" + type: "xp" + xp: 10 + }] + } + { + title: "The Sink = Infinite Water" + x: -1.0d + y: 8.0d + shape: "diamond" + subtitle: "Why Use 3 Block when 1 Block Do Trick" + description: [ + "This block provides water the multi-block kitchen." + "" + "It can also provide infinite water, and can pump water out via cables or pipes." + ] + hide_dependency_lines: true + dependencies: ["28C9EDBF6607E180"] + id: "0EFF1AA37772156B" + tasks: [{ + id: "2872A1297BE6C40D" + type: "item" + item: "cookingforblockheads:sink" + }] + rewards: [ + { + id: "2B2B365E281A6940" + type: "item" + item: "minecraft:bucket" + } + { + id: "62FB77230F1D9F9B" + type: "xp" + xp: 10 + } + ] + } + { + title: "Fruit Upgrade" + x: 4.0d + y: 3.0d + description: ["Placing a Beehive in the Bonsai Pot will allow the saplings to produce Fruit."] + dependencies: ["3EE9BBAA3CC677D9"] + id: "51D678DB7193FB2E" + tasks: [{ + id: "3B13E9F87DA783F2" + type: "item" + item: "minecraft:beehive" + }] + rewards: [ + { + id: "45880BD8C223F87B" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + { + id: "23A80E239D7FC6E1" + type: "xp" + xp: 10 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt b/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt index 8365ed0..6f9c359 100644 --- a/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt +++ b/config/ftbquests/quests/chapters/forbidden_and_arcanus.snbt @@ -1,1825 +1,1825 @@ -{ - id: "34E8FF3196478229" - group: "02FE661031A105D8" - order_index: 4 - filename: "forbidden_and_arcanus" - title: "Forbidden and Arcanus" - icon: "forbidden_arcanus:smelter_prism" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - title: "Welcome to &5Forbidden \\&\\ Arcanus!" - icon: "forbidden_arcanus:smelter_prism" - x: -9.0d - y: 5.0d - shape: "octagon" - description: [ - "Forbidden \\&\\ Arcanus adds new ways to get better armor, enchants, and more!" - "" - "This magic-themed mod has amazing animations, as well as some overpowered items like the &6Eternal Stella&r. " - ] - size: 1.5d - id: "5523A71F1688EA88" - tasks: [{ - id: "76E8B288C37363E6" - type: "checkmark" - title: "Welcome to Forbidden \\&\\ Arcanus!" - }] - rewards: [ - { - id: "60B5D56638873C6E" - type: "xp" - xp: 10 - } - { - id: "642C31932AC61B69" - type: "item" - item: "forbidden_arcanus:cherrywood_sapling" - } - ] - } - { - title: "Edelwood Trees" - x: -9.0d - y: 6.5d - description: [ - "Found within the Dark Forest biome, the Edelwood Tree looks like a small tree that has been chopped in half." - "" - "You'll need to break the branches off and collect the logs, as these are used for crafting various items within the mod." - ] - dependencies: ["5523A71F1688EA88"] - id: "6E3B9051503B938C" - tasks: [ - { - id: "1F25B174EB5B4B9C" - type: "item" - item: "forbidden_arcanus:edelwood_stick" - } - { - id: "1BC05313036D72FD" - type: "item" - item: "forbidden_arcanus:edelwood_log" - } - ] - rewards: [ - { - id: "61F65AE32C2BDA01" - type: "item" - item: "forbidden_arcanus:edelwood_stick" - } - { - id: "342ACC27FDCA76C0" - type: "xp" - xp: 10 - } - ] - } - { - x: -1.5d - y: 3.5d - shape: "diamond" - subtitle: "A Silk-Touch Pickaxe" - dependencies: ["0B68E3C046C82860"] - id: "2E114B4C441EF50D" - tasks: [{ - id: "2DE570337D6E8368" - type: "item" - item: { - id: "forbidden_arcanus:slimec_pickaxe" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 1s - id: "minecraft:silk_touch" - }] - } - } - }] - rewards: [ - { - id: "30DE1B1984B2CFE8" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - } - { - id: "75C6FCC257C6679D" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.5d - y: 6.0d - description: [ - "The Mystical Dagger is used to break Dragon Heads down to Dragon Scales." - "" - "When killing mobs with it with a test tube in your inventory, it will also collect blood." - ] - dependencies: ["0B68E3C046C82860"] - id: "09CCC797BF15ADFC" - tasks: [{ - id: "3CCC73D361A4A5D6" - type: "item" - item: { - id: "forbidden_arcanus:mystical_dagger" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "2C512ADAEFB4975C" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - count: 2 - } - { - id: "26033F1665B5FFD2" - type: "xp" - xp: 100 - } - ] - } - { - x: -9.5d - y: 7.5d - description: [ - "The Edelwood bucket can store more than one bucket of liquid, and can also be used to capture small animals like chickens or squids." - "" - "You'll need the Permafrost enchant to use it to carry Lava." - ] - dependencies: ["6E3B9051503B938C"] - id: "0AFC5B1AF055811A" - tasks: [{ - id: "1BD725A50F90B32C" - type: "item" - item: "forbidden_arcanus:edelwood_bucket" - }] - rewards: [ - { - id: "31DCDE54FFBA9929" - type: "item" - item: "forbidden_arcanus:edelwood_log" - count: 2 - } - { - id: "0E316F795B1547B4" - type: "xp" - xp: 100 - } - ] - } - { - title: "Arcane Crystals" - x: -7.0d - y: 4.5d - description: ["This is the main resource in the mod. Go out and mine some!"] - dependencies: ["5523A71F1688EA88"] - id: "29164630E1BD76B5" - tasks: [{ - id: "6B4884DE48C80B1C" - type: "item" - item: "forbidden_arcanus:arcane_crystal" - count: 2L - }] - rewards: [ - { - id: "23A648AA4FDB553E" - type: "item" - item: "forbidden_arcanus:arcane_crystal" - random_bonus: 2 - } - { - id: "12BE86FC704EBBBF" - type: "xp" - xp: 100 - } - ] - } - { - x: 8.0d - y: 2.5d - subtitle: "This Goes Boom Too" - description: [ - "You'll find the Stella Arcanum ore deep underground." - "" - "Careful when mining." - ] - dependencies: ["537E39530360AD73"] - id: "34592A8F4B661D8D" - tasks: [{ - id: "4D5980FEE267D06C" - type: "item" - item: "forbidden_arcanus:stellarite_piece" - }] - rewards: [{ - id: "51217AE3DFB997C8" - type: "xp" - xp: 100 - }] - } - { - title: "Nipa Plants" - x: -7.0d - y: 5.5d - description: [ - "Have you seen the random floating island in the sky? Not the slime one, but the tiny one?" - "" - "These have the Nipa plant on them. You can break these and relocate them." - "" - "They produce Arcane Crystal Dust Specks over time, which can be used to create Arcane Crystal Dust." - ] - dependencies: ["5523A71F1688EA88"] - id: "260F19B468957BCD" - tasks: [{ - id: "60E79699A9E7FD13" - type: "item" - item: "forbidden_arcanus:nipa" - }] - rewards: [ - { - id: "36ABF5C15271F34A" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust_speck" - count: 3 - random_bonus: 3 - } - { - id: "6FE911D60125F00B" - type: "xp" - xp: 10 - } - { - id: "534F55AB312AA20D" - type: "item" - item: "forbidden_arcanus:nipa" - } - ] - } - { - x: -5.5d - y: 5.0d - shape: "square" - description: [ - "Smelting down Arcane Crystals will give you Arcane Crystal Dust." - "" - "This is used for most of the items in the mod." - ] - dependencies: [ - "29164630E1BD76B5" - "260F19B468957BCD" - ] - dependency_requirement: "one_completed" - id: "2894F11A73335179" - tasks: [{ - id: "47D5F726006465DD" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust" - }] - rewards: [ - { - id: "5D1B5D7CF75F9130" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust" - random_bonus: 2 - } - { - id: "3DE86B79C85EFEBC" - type: "xp" - xp: 10 - } - ] - } - { - x: -9.0d - y: 3.5d - description: ["Breaking spawners will now drop &9Spawner Scraps&r."] - dependencies: ["5523A71F1688EA88"] - id: "13E5783AD64E3BC2" - tasks: [{ - id: "743C9FFD4A3D73EF" - type: "item" - item: "forbidden_arcanus:spawner_scrap" - }] - rewards: [ - { - id: "6EFFA261382CA801" - type: "item" - item: "forbidden_arcanus:spawner_scrap" - count: 2 - random_bonus: 2 - } - { - id: "0E15CFABEE5C0283" - type: "xp" - xp: 100 - } - ] - } - { - title: "Entity Tools" - x: -9.5d - y: 2.5d - description: ["The &9Quantum Catcher&r is used to capture and transport mobs."] - dependencies: ["13E5783AD64E3BC2"] - id: "0F3BD102F9F93DDD" - tasks: [{ - id: "38ECF24F59D34252" - type: "item" - item: "forbidden_arcanus:quantum_catcher" - }] - rewards: [ - { - id: "0BA306545C1BDE50" - type: "item" - item: "forbidden_arcanus:spawner_scrap" - count: 2 - random_bonus: 2 - } - { - id: "5ED4399C894F175E" - type: "xp" - xp: 100 - } - ] - } - { - x: -13.0d - y: 5.5d - shape: "square" - description: [ - "Found randomly in loot chests from the End City." - "" - "When used, it grants 5 minutes of creative flight." - ] - hide_dependency_lines: true - dependencies: ["5523A71F1688EA88"] - hide: true - optional: true - id: "709118898CF960BE" - tasks: [{ - id: "2ECD2C9267A13557" - type: "item" - item: "forbidden_arcanus:orb_of_temporary_flight" - }] - rewards: [{ - id: "775EC533EE1FAB6A" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: 6.5d - subtitle: "Highlights Mobs when Activated" - description: ["This gives X-Ray vision for mobs, highlighting them from afar to make it easier to spot them."] - dependencies: ["0B68E3C046C82860"] - optional: true - id: "44B1B147CDAC4E36" - tasks: [{ - id: "35004413DAFA1C58" - type: "item" - item: { - id: "forbidden_arcanus:spectral_eye_amulet" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "3694CF3AF2711DAF" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - count: 2 - random_bonus: 2 - } - { - id: "2436BF5F9939867D" - type: "xp" - xp: 100 - } - ] - } - { - x: -5.5d - y: 3.5d - subtitle: "Use on Farmland to make it Magical!" - description: [ - "Using this bone meal on Farmland will convert it to Magical Farmland." - "" - "Crops will produce double the output when grown on Magical Farmland." - ] - dependencies: ["2894F11A73335179"] - optional: true - id: "7439CFAD20E3E2BF" - tasks: [{ - id: "78493C576C4F0F87" - type: "item" - item: "forbidden_arcanus:arcane_bone_meal" - }] - rewards: [ - { - id: "7E1A8C97DFD458D7" - type: "item" - item: "forbidden_arcanus:arcane_bone_meal" - count: 2 - random_bonus: 2 - } - { - id: "029C949DE3C11683" - type: "xp" - xp: 100 - } - ] - } - { - x: -13.0d - y: 4.5d - shape: "square" - subtitle: "Can Infect Villagers and Horses" - hide_dependency_lines: true - dependencies: ["5523A71F1688EA88"] - hide: true - optional: true - id: "6780984A7CE63392" - tasks: [{ - id: "480CDA250CAFF8C2" - type: "item" - item: "forbidden_arcanus:zombie_arm" - }] - rewards: [{ - id: "61422C7B7C8414E9" - type: "xp" - xp: 100 - }] - } - { - x: -12.0d - y: 4.5d - shape: "square" - subtitle: "Arrow Go Boom" - hide_dependency_lines: true - dependencies: ["5523A71F1688EA88"] - hide: true - optional: true - id: "371DF7589239CB78" - tasks: [{ - id: "24C0F64218E7DD64" - type: "item" - item: "forbidden_arcanus:boom_arrow" - }] - rewards: [{ - id: "6EFE2F39B54EFABB" - type: "xp" - xp: 100 - }] - } - { - x: -12.0d - y: 5.5d - shape: "square" - subtitle: "Leaves an AoE Cloud that damages living mobs" - hide_dependency_lines: true - dependencies: ["5523A71F1688EA88"] - hide: true - optional: true - id: "6C832BFE4D07D897" - tasks: [{ - id: "0F88AE3ABD17518C" - type: "item" - item: "forbidden_arcanus:draco_arcanus_arrow" - }] - rewards: [{ - id: "7069E419456D4661" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: 6.5d - shape: "circle" - subtitle: "Growing Gold" - description: [ - "These can be planted to grow Arcane Gold Nuggets." - "" - "To create one, you'll need to find Yellow Orchids." - ] - hide_dependency_lines: false - dependencies: ["0B68E3C046C82860"] - id: "5ED1896F1986BD2B" - tasks: [{ - id: "3157685F32B838D5" - type: "item" - item: "forbidden_arcanus:golden_orchid_seeds" - }] - rewards: [ - { - id: "464173632063B0EC" - type: "item" - item: "forbidden_arcanus:arcane_gold_nugget" - count: 3 - random_bonus: 6 - } - { - id: "5A94F2FC66A32C6F" - type: "xp" - xp: 100 - } - ] - } - { - title: "Mortem Armor" - x: -11.0d - y: 5.0d - shape: "square" - subtitle: "Armor of the Dead" - description: [ - "Crafted with skulls, bones, and cloth, this armor is slightly stronger than Iron." - "" - "It's also really cool looking." - ] - dependencies: ["5523A71F1688EA88"] - hide: true - id: "5EFC63CF97D97AB5" - tasks: [ - { - id: "36C413F578D44CBF" - type: "item" - item: { - id: "forbidden_arcanus:mortem_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "6A341DEA25087489" - type: "item" - item: { - id: "forbidden_arcanus:mortem_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "3F1B3851C4BC39F1" - type: "item" - item: { - id: "forbidden_arcanus:mortem_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "34E13EE51BE65AE3" - type: "item" - item: { - id: "forbidden_arcanus:mortem_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "17D434C745CC8714" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - count: 2 - } - { - id: "4201E7FF060AB5A2" - type: "xp" - xp: 100 - } - ] - } - { - title: "&6Arcane Gold Armor" - x: -1.5d - y: 2.5d - shape: "diamond" - subtitle: "Oooo....Shiny" - description: ["&6Arcane Gold&r can be used to craft armor, which is stronger than Diamonds!"] - dependencies: ["0B68E3C046C82860"] - optional: true - id: "31325417CA7935F6" - tasks: [ - { - id: "0CF9B627689B477D" - type: "item" - item: { - id: "forbidden_arcanus:arcane_gold_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "505054605F491B3D" - type: "item" - item: { - id: "forbidden_arcanus:arcane_gold_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "2BA67D207250F2C3" - type: "item" - item: { - id: "forbidden_arcanus:arcane_gold_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "0E9B872D76272262" - type: "item" - item: { - id: "forbidden_arcanus:arcane_gold_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "423DA078893B3194" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - count: 3 - random_bonus: 3 - } - { - id: "0DD8BAF96D3A44AB" - type: "xp" - xp: 100 - } - ] - } - { - title: "&6Arcane Golden Sword" - x: -2.0d - y: 3.0d - shape: "diamond" - dependencies: ["0B68E3C046C82860"] - optional: true - id: "3A6F3B78A280C79E" - tasks: [{ - id: "01DDD93779A709B0" - type: "item" - item: { - id: "forbidden_arcanus:arcane_golden_sword" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "1899792D1C55DC88" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust" - count: 2 - random_bonus: 2 - } - { - id: "5A492A87F1051B3C" - type: "xp" - xp: 100 - } - ] - } - { - title: "&6Arcane Golden Tools" - x: -1.0d - y: 3.0d - shape: "diamond" - description: [""] - dependencies: ["0B68E3C046C82860"] - optional: true - id: "102775D58AB03D2C" - tasks: [ - { - id: "0A7A490241FC631B" - type: "item" - item: { - id: "forbidden_arcanus:arcane_golden_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1C013FA8055A2683" - type: "item" - item: { - id: "forbidden_arcanus:arcane_golden_shovel" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1293B44B5B4FBCEB" - type: "item" - item: { - id: "forbidden_arcanus:arcane_golden_axe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "2140FB57E9349A64" - type: "item" - item: { - id: "forbidden_arcanus:arcane_golden_hoe" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "7E6B4A9F0F335887" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - count: 5 - random_bonus: 5 - } - { - id: "184D06B57D243B22" - type: "xp" - xp: 100 - } - ] - } - { - title: "Dragon Scales" - x: 2.5d - y: 7.0d - subtitle: "Dragon Scales, Dragon Scales....." - description: ["Combining a Dragon Head with a Mystical Dagger will give you &9Dragon Scales&r."] - dependencies: ["09CCC797BF15ADFC"] - id: "20B495B4B8B95636" - tasks: [{ - id: "66035A72EEEF2FA1" - type: "item" - item: "forbidden_arcanus:dragon_scale" - count: 3L - }] - rewards: [ - { - id: "49C41CD91F6E1DB5" - type: "item" - item: "forbidden_arcanus:dragon_scale" - random_bonus: 2 - } - { - id: "4CD12CEC53F48F4B" - type: "xp" - xp: 100 - } - ] - } - { - title: "&1Draco Arcanus Armor&r" - x: 3.0d - y: 8.5d - shape: "diamond" - subtitle: "Better than Netherite" - dependencies: ["20B495B4B8B95636"] - id: "4DA1C95BED78A662" - tasks: [ - { - id: "4F68A985DED494B6" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "51FBF0E6CAAF10EB" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "2D69FAD94A981FCD" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "528B85B2554A3691" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "5D0B716695D921A1" - type: "item" - item: "forbidden_arcanus:dragon_scale" - count: 5 - random_bonus: 5 - } - { - id: "42F0BCA9799206B2" - type: "xp" - xp: 1000 - } - ] - } - { - x: 4.5d - y: 7.0d - description: [ - "The Dragon Scale can be made into a Golden and Aquatic Dragon Scales." - "" - "These are mainly used to craft &dTyr Armor&r. It is also needed in the ATM Star recipe." - ] - dependencies: ["20B495B4B8B95636"] - id: "744A01000E086CC9" - tasks: [ - { - id: "332B4C94EE4AAB00" - type: "item" - item: "forbidden_arcanus:golden_dragon_scale" - } - { - id: "05C28BF8C6930068" - type: "item" - item: "forbidden_arcanus:aquatic_dragon_scale" - } - ] - rewards: [ - { - id: "781E8E6CC9F75140" - type: "item" - item: "forbidden_arcanus:dragon_scale" - count: 2 - random_bonus: 2 - } - { - id: "234F00EF412D61B2" - type: "xp" - xp: 100 - } - ] - } - { - x: -5.5d - y: 6.5d - description: [ - "Used to corrupt Souls and Runes. You'll need this for later." - "" - "If you throw down Dark Matter, then throw down Corrupti Dust, it'll create a Black Hole. Feed it small entities like Arrows or Experience Orbs, and it'll produce Xpetrified Orbs." - ] - dependencies: ["2894F11A73335179"] - id: "7CF76A542529A181" - tasks: [{ - id: "16DBF179371A23E1" - type: "item" - item: "forbidden_arcanus:corrupti_dust" - }] - rewards: [ - { - id: "177C38C275F50299" - type: "item" - item: "forbidden_arcanus:obsidian_ingot" - count: 2 - } - { - id: "162E81395E446AB6" - type: "xp" - xp: 100 - } - ] - } - { - title: "Mundabitur Dust" - x: -3.5d - y: 5.0d - subtitle: "Let the Dusts Combine" - description: [ - "Using our Arcane Crystal Dust, we'll need to combine it with other dusts and powders to create Mundabiter Dust." - "" - "This dust is used in several recipes, as well as activating the Hephaestus Forge." - ] - dependencies: ["2894F11A73335179"] - id: "03E7D73433AB6B7C" - tasks: [{ - id: "133BDCB7B85C4CF4" - type: "item" - item: "forbidden_arcanus:mundabitur_dust" - count: 4L - }] - rewards: [ - { - id: "39DA82A959E64A6C" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust" - count: 2 - } - { - id: "0A2FEC70D103E074" - type: "xp" - xp: 100 - } - ] - } - { - title: "&6Arcane Gold Ingots" - x: -1.5d - y: 5.0d - shape: "hexagon" - description: [ - "The &6Arcane Gold Ingot&r is needed to continue your progression in the mod." - "" - "It's used for a lot of stuff, and it's also pretty." - ] - dependencies: ["03E7D73433AB6B7C"] - id: "0B68E3C046C82860" - tasks: [{ - id: "3957BB8401E71721" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - }] - rewards: [ - { - id: "26557852C1E8C375" - type: "item" - item: "forbidden_arcanus:mundabitur_dust" - count: 2 - random_bonus: 2 - } - { - id: "5B71F74BEF228128" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust" - count: 2 - random_bonus: 2 - } - { - id: "3FD3517F2A68B520" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - } - { - id: "643C5E6FC352BD9F" - type: "xp" - xp: 100 - } - ] - } - { - title: "&5Tyr Armor" - x: 4.5d - y: 8.5d - shape: "square" - dependencies: ["744A01000E086CC9"] - id: "70112194DFFD15D3" - tasks: [ - { - id: "1837D97833619166" - type: "item" - item: { - id: "forbidden_arcanus:tyr_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "679C3B7915C403AC" - type: "item" - item: { - id: "forbidden_arcanus:tyr_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "2B5AFD104DE50D5F" - type: "item" - item: { - id: "forbidden_arcanus:tyr_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "11795A1BD0916EC2" - type: "item" - item: { - id: "forbidden_arcanus:tyr_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "11EAD293F53CD52C" - type: "item" - item: "forbidden_arcanus:golden_dragon_scale" - count: 3 - } - { - id: "332909BF099BE23B" - type: "xp" - xp: 100 - } - ] - } - { - x: 9.5d - y: 7.0d - shape: "pentagon" - description: [ - "To create the &6ATM Star&r, you'll need several items from Forbidden and Arcanus." - "" - "You'll need a Dark Soul, a Golden Dragon Scale, and an Arcane Dragon Egg." - ] - dependencies: ["24261D6C5C5A6CB4"] - size: 1.5d - id: "64504CF324723E1B" - tasks: [{ - id: "697942E4A47F91C5" - type: "checkmark" - title: "Dragon Soul" - icon: "allthetweaks:dragon_soul" - }] - rewards: [{ - id: "6AFDDB9BED9DCE31" - type: "xp" - xp: 100 - }] - } - { - x: 6.5d - y: 7.0d - description: [ - "This Dragon Egg is needed for the ATM Star recipe." - "" - "It's also a cool decoration piece." - ] - dependencies: ["744A01000E086CC9"] - id: "24261D6C5C5A6CB4" - tasks: [{ - id: "548E998BF89F6713" - type: "item" - item: "forbidden_arcanus:arcane_dragon_egg" - }] - rewards: [ - { - id: "2F8682CA5351660F" - type: "item" - item: "forbidden_arcanus:dragon_scale" - count: 2 - random_bonus: 2 - } - { - id: "413D504AB03C2837" - type: "xp" - xp: 100 - } - ] - } - { - title: "Sanity" - x: -9.0d - y: 1.5d - shape: "octagon" - subtitle: "Am I going insane?" - description: [ - "Killing passive mobs will increase your corruption. Killing &9Aureal Entities&r has a higher chance to increase your corruption." - "" - "Be careful! At higher levels of corruption, negative things will happen!" - "" - "Making a Sanity Meter will give your UI an upgrade to show your total corruption, for those who want to hit new high scores and such." - ] - dependencies: ["3799ACDA92F96FD1"] - id: "25911D0B7C403A4F" - tasks: [{ - id: "2A496D23BEBBA31A" - type: "item" - item: "forbidden_arcanus:sanity_meter" - }] - rewards: [ - { - id: "1783BA9CA938C5C7" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust" - random_bonus: 2 - } - { - id: "31A2D2A4B3CB93AB" - type: "xp" - xp: 100 - } - ] - } - { - title: "Prepping For the Forge" - x: 0.5d - y: 4.0d - description: ["You've probably already acquired some Darkstone, but we'll need it to craft the forge."] - dependencies: ["0B68E3C046C82860"] - id: "5F5675E30ED046F7" - tasks: [{ - id: "0031710AA90315AC" - type: "item" - item: "forbidden_arcanus:darkstone" - count: 64L - }] - rewards: [ - { - id: "5ABC396B7B306255" - type: "item" - item: "forbidden_arcanus:darkstone" - count: 16 - random_bonus: 16 - } - { - id: "56404219A611CF0F" - type: "xp" - xp: 100 - } - ] - } - { - title: "&1The Hephaestus Forge" - icon: "forbidden_arcanus:hephaestus_forge" - x: 2.5d - y: 3.0d - shape: "octagon" - description: [ - "We'll be using all of that Darkstone to create the &1Hephaestus Forge&r." - "" - "Once you have all of the blocks needed, you'll need to build the platform for the forge." - "" - "Once built, place a Smithing Table in the center, then sneak+right-click with a piece of Mundabitur Dust." - "" - "To see how to build the platform, search in JEI for the forge, then hold W to view the ponder." - "{image:atm:textures/forge.png width:200 height:175 align:2}" - ] - dependencies: ["5F5675E30ED046F7"] - size: 1.5d - id: "73349B993DE69954" - tasks: [ - { - id: "2429D427160A65D5" - type: "item" - item: "forbidden_arcanus:polished_darkstone" - count: 45L - } - { - id: "3D6D6E05A9D04FC5" - type: "item" - item: "forbidden_arcanus:arcane_chiseled_polished_darkstone" - count: 9L - } - { - id: "2F27161BBD1D059A" - type: "item" - item: "forbidden_arcanus:chiseled_arcane_polished_darkstone" - count: 4L - } - { - id: "754E2CB9BDC2549E" - type: "item" - item: "minecraft:smithing_table" - } - { - id: "2FC5F424A0583DFD" - type: "item" - item: "forbidden_arcanus:mundabitur_dust" - } - ] - rewards: [ - { - id: "7F8265D8621DC5A2" - type: "item" - item: "forbidden_arcanus:aureal_bottle" - count: 2 - random_bonus: 2 - } - { - id: "11369C066386D75D" - type: "xp_levels" - xp_levels: 10 - } - { - id: "1ED7759D78CD81CE" - type: "item" - item: "forbidden_arcanus:darkstone" - count: 8 - } - ] - } - { - x: -8.5d - y: 2.5d - description: [ - "The &9Lens of Veritatis&r is used to see Aureal entities." - "" - "These are entities that will grant Aureal when killed, but will also increase your corruption...." - ] - dependencies: ["13E5783AD64E3BC2"] - id: "3799ACDA92F96FD1" - tasks: [{ - id: "4FF431D0496FC0E5" - type: "item" - item: "forbidden_arcanus:lens_of_veritatis" - }] - rewards: [ - { - id: "4EC3B05BBDA04092" - type: "item" - item: "forbidden_arcanus:spawner_scrap" - count: 2 - random_bonus: 2 - } - { - id: "361FF13D5A5429DB" - type: "xp" - xp: 100 - } - ] - } - { - x: -8.5d - y: 7.5d - description: [ - "Smelting &9Edelwood&r will give you Dark Matter." - "" - "You can make Black Holes with this." - ] - dependencies: ["6E3B9051503B938C"] - id: "310B54FB390982C5" - tasks: [{ - id: "0FCB0911BA208C40" - type: "item" - item: "forbidden_arcanus:dark_matter" - }] - rewards: [ - { - id: "791CA106E009D001" - type: "item" - item: "forbidden_arcanus:edelwood_stick" - count: 2 - } - { - id: "1B284389DED0B292" - type: "xp" - xp: 100 - } - ] - } - { - title: "&4Blood" - x: 5.0d - y: 2.5d - shape: "diamond" - description: [ - "Blood is collected by crafting Test Tubes, then killing mobs with the Mystical Dagger." - "" - "Note: The Test Tube must be in your inventory when killing mobs." - ] - dependencies: ["0C6719D81DE5A614"] - id: "757E1521D84AC5C8" - tasks: [{ - id: "0C10EC722BA7DEA1" - type: "item" - item: "forbidden_arcanus:test_tube" - }] - rewards: [ - { - id: "457A3940CA5077E1" - type: "item" - item: "forbidden_arcanus:rune" - count: 3 - } - { - id: "7223A34DD27FE40E" - type: "xp" - xp: 100 - } - ] - } - { - title: "&9Aureal" - x: 4.0d - y: 2.5d - shape: "diamond" - description: [ - "&dAureal Bottles&r can be found in loot chests, but they can also be crafted using Arcane Crystal Dust." - "" - "You can also generate Aureal with Arcane Crystal Obelisks." - ] - dependencies: ["0C6719D81DE5A614"] - id: "4DA04ABF4FF2625C" - tasks: [{ - id: "0B41D927E575771E" - type: "item" - item: "forbidden_arcanus:aureal_bottle" - }] - rewards: [ - { - id: "6178D95C91BE10B3" - type: "item" - item: "forbidden_arcanus:arcane_crystal_dust" - count: 2 - random_bonus: 4 - } - { - id: "68666FC2D57373D0" - type: "xp" - xp: 100 - } - ] - } - { - title: "&dSouls" - icon: "forbidden_arcanus:soul" - x: 4.0d - y: 3.5d - shape: "diamond" - description: ["Souls are gathered by creating a &9Soul Extractor&r, and then using it on Soul Sand."] - dependencies: ["0C6719D81DE5A614"] - id: "788A3685A7D07E75" - tasks: [ - { - id: "6558C3AA159F57D6" - type: "item" - item: { - id: "forbidden_arcanus:soul_extractor" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "16226358D9107349" - type: "item" - item: "forbidden_arcanus:soul" - } - ] - rewards: [ - { - id: "6E91C2363706DBDC" - type: "item" - item: "forbidden_arcanus:soul" - count: 2 - } - { - id: "7FBAD433C4C46130" - type: "item" - item: "minecraft:soul_sand" - count: 2 - random_bonus: 2 - } - { - id: "2EBC61C8851B2229" - type: "xp" - xp: 100 - } - ] - } - { - title: "&aBottle O' Enchanting" - x: 5.0d - y: 3.5d - shape: "diamond" - subtitle: "Experience in a bottle" - description: ["This goes in the right side of the forge."] - dependencies: ["0C6719D81DE5A614"] - id: "5E45D2A2FDD67495" - tasks: [{ - id: "0D4ABA98B2FDB158" - type: "item" - item: "minecraft:experience_bottle" - }] - rewards: [ - { - id: "1B359369ABC0ED19" - type: "item" - item: "minecraft:glass_bottle" - count: 3 - } - { - id: "03B074FCE2297BF6" - type: "xp_levels" - xp_levels: 5 - } - ] - } - { - x: 4.5d - y: 3.0d - shape: "diamond" - description: [ - "{image:atm:textures/forge_gui.png width:200 height:150 align:1}" - "" - "The Forge requires 4 different items to be powered: Aureal, Souls, Blood, and Experience." - "" - "To learn more, follow the corner quests." - ] - dependencies: ["73349B993DE69954"] - id: "0C6719D81DE5A614" - tasks: [{ - id: "4CAF79C3D1E35958" - type: "checkmark" - title: "Powering the Forge" - }] - rewards: [{ - id: "4361C7754AB234B0" - type: "xp" - xp: 10 - }] - } - { - title: "Darkstone Pedestals" - x: 2.0d - y: 1.5d - description: [ - "To enchant items, you'll need Darkstone Pedestals placed around the Forge." - "" - "Make sure to place these on the Arcane Chiseled Polished Darkstone." - ] - dependencies: ["73349B993DE69954"] - id: "76BC484FC50EAEC3" - tasks: [{ - id: "0BC04910ED51A3A5" - type: "item" - item: "forbidden_arcanus:darkstone_pedestal" - count: 8L - }] - rewards: [ - { - id: "7D1F1DB54CDE1BB2" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - count: 4 - random_bonus: 4 - } - { - id: "434F08CC0F88F901" - type: "xp" - xp: 100 - } - ] - } - { - title: "Performing Rituals" - x: 6.5d - y: 3.0d - description: [ - "To perform a ritual, place the ingredients on the Arcane Pedestals." - "" - "You'll need a &9Blacksmith's Gavel&r to activate the ritual. To do this, right click on the Forge with the Gavel." - ] - dependencies: ["0C6719D81DE5A614"] - id: "537E39530360AD73" - tasks: [{ - id: "0309B0EB29771EC0" - type: "item" - title: "Blacksmith Gavel" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "forbidden_arcanus:blacksmith_gavel" - } - } - }] - rewards: [ - { - id: "71C67BAC8336840E" - type: "item" - item: "forbidden_arcanus:arcane_gold_ingot" - count: 2 - random_bonus: 2 - } - { - id: "7D92F94919F2BB7D" - type: "xp" - xp: 100 - } - ] - } - { - title: "&dStella Eternal" - x: 9.5d - y: 3.0d - shape: "square" - description: [ - "The &6Stella Eternal&r has 3 charges, and when right-clicked, it can fully repair all of your items in your inventory." - "" - "The main purpose of this is to give the enchant &9Unbreakable&r to an item, which is done by combining it with the tool in a Smithing Table." - ] - dependencies: [ - "34592A8F4B661D8D" - "1C91BD525C91FD73" - ] - size: 1.5d - id: "526559F94031FE43" - tasks: [{ - id: "662F567369FBB0AD" - type: "item" - item: { - id: "forbidden_arcanus:eternal_stella" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "4D6EC3BA13F54659" - type: "item" - item: "forbidden_arcanus:stellarite_piece" - } - { - id: "629C79B4071B31A3" - type: "xp" - xp: 100 - } - ] - } - { - x: 6.5d - y: 1.5d - shape: "square" - description: ["This item can be combined with a tool to add the &6Fiery&r enchant, which auto-smelts blocks when harvested, or sets things ablaze."] - dependencies: ["537E39530360AD73"] - id: "13C766B7286C0293" - tasks: [{ - id: "6443CDA11E67A634" - type: "item" - item: "forbidden_arcanus:smelter_prism" - }] - rewards: [{ - id: "371D93A79EF7844C" - type: "xp" - xp: 100 - }] - } - { - x: 8.0d - y: 3.5d - description: [ - "This stuff is everywhere." - "" - "It can be used to give yourself experience, or used to make the Stella Eternal." - ] - dependencies: ["537E39530360AD73"] - id: "1C91BD525C91FD73" - tasks: [{ - id: "552F1CF53E9AF9BD" - type: "item" - item: "forbidden_arcanus:xpetrified_orb" - }] - rewards: [ - { - id: "13C459664A7C7E0F" - type: "item" - item: "forbidden_arcanus:xpetrified_orb" - count: 2 - } - { - id: "5B12316594633566" - type: "xp" - xp: 100 - } - ] - } - { - title: "&1Draco Tools" - x: 2.0d - y: 8.5d - shape: "diamond" - subtitle: "Dragon Tools" - dependencies: ["20B495B4B8B95636"] - id: "33F44B87C5496158" - tasks: [ - { - id: "6B1B4574299B7E42" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_shovel" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "7AC6974CDDE401B1" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1EC5573A12A3B7F7" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_axe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "70CEF00CFA26E97A" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_hoe" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "084CD3234774CB5A" - type: "item" - item: "forbidden_arcanus:dragon_scale" - count: 2 - random_bonus: 10 - } - { - id: "483938E5BF2FAFC7" - type: "xp" - xp: 1000 - } - ] - } - { - title: "&1Draco Weapons" - x: 2.5d - y: 9.0d - shape: "diamond" - subtitle: "Go Pew Pew" - description: ["The Scepter shoots out energy orbs when charged up with Right-Click. If a mob is hit, it'll strike it with lightning."] - dependencies: ["20B495B4B8B95636"] - id: "3513D89C6FD2D852" - tasks: [ - { - id: "49FEFEC69106EFFA" - type: "item" - item: { - id: "forbidden_arcanus:draco_arcanus_sword" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "388451A17A53336D" - type: "item" - item: "forbidden_arcanus:draco_arcanus_scepter" - } - ] - rewards: [ - { - id: "1AE33D81B5F9212E" - type: "item" - item: "forbidden_arcanus:dragon_scale" - count: 2 - random_bonus: 6 - } - { - id: "487939397BCAAC5F" - type: "xp" - xp: 1000 - } - ] - } - { - icon: "forbidden_arcanus:arcane_crystal_obelisk" - x: 3.0d - y: 1.5d - description: [ - "To create an Arcane Crystal Obelisk, place down an Arcane Polished Darkstone block, then place two Arcane Crystal Blocks on top of it." - "" - "Right-click with Mundabitur Dust and you'll create the obelisk." - "" - "When placed on a Arcane Chiseled Polished Darkstone block on the Hephaestus Forge structure, it will slowly generate Aureal over time." - ] - dependencies: ["73349B993DE69954"] - id: "11C065375DF7AC3E" - tasks: [{ - id: "5400EB85133AAAEE" - type: "checkmark" - title: "Arcane Crystal Obelisks" - }] - rewards: [{ - id: "37FA801AED4BD6AC" - type: "xp" - xp: 10 - }] - } - { - icon: { - id: "minecraft:enchanted_book" - Count: 1b - tag: { - StoredEnchantments: [{ - lvl: 1s - id: "minecraft:protection" - }] - } - } - x: 6.5d - y: 4.5d - shape: "square" - description: ["The Hephaestus Forge is also used for creating Enchants. Check out JEI to see all of the different Enchants you can create!"] - dependencies: ["537E39530360AD73"] - id: "7A307544E0D2E5C4" - tasks: [{ - id: "4816629B3B142B3C" - type: "checkmark" - title: "Enchantments" - }] - rewards: [ - { - id: "482CDE8A6A3DA59F" - type: "item" - item: "minecraft:book" - } - { - id: "4118C08ADA7955C1" - type: "xp" - xp: 100 - } - ] - } - ] -} +{ + id: "34E8FF3196478229" + group: "02FE661031A105D8" + order_index: 4 + filename: "forbidden_and_arcanus" + title: "Forbidden and Arcanus" + icon: "forbidden_arcanus:smelter_prism" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "Welcome to &5Forbidden \\&\\ Arcanus!" + icon: "forbidden_arcanus:smelter_prism" + x: -9.0d + y: 5.0d + shape: "octagon" + description: [ + "Forbidden \\&\\ Arcanus adds new ways to get better armor, enchants, and more!" + "" + "This magic-themed mod has amazing animations, as well as some overpowered items like the &6Eternal Stella&r. " + ] + size: 1.5d + id: "5523A71F1688EA88" + tasks: [{ + id: "76E8B288C37363E6" + type: "checkmark" + title: "Welcome to Forbidden \\&\\ Arcanus!" + }] + rewards: [ + { + id: "60B5D56638873C6E" + type: "xp" + xp: 10 + } + { + id: "642C31932AC61B69" + type: "item" + item: "forbidden_arcanus:cherrywood_sapling" + } + ] + } + { + title: "Edelwood Trees" + x: -9.0d + y: 6.5d + description: [ + "Found within the Dark Forest biome, the Edelwood Tree looks like a small tree that has been chopped in half." + "" + "You'll need to break the branches off and collect the logs, as these are used for crafting various items within the mod." + ] + dependencies: ["5523A71F1688EA88"] + id: "6E3B9051503B938C" + tasks: [ + { + id: "1F25B174EB5B4B9C" + type: "item" + item: "forbidden_arcanus:edelwood_stick" + } + { + id: "1BC05313036D72FD" + type: "item" + item: "forbidden_arcanus:edelwood_log" + } + ] + rewards: [ + { + id: "61F65AE32C2BDA01" + type: "item" + item: "forbidden_arcanus:edelwood_stick" + } + { + id: "342ACC27FDCA76C0" + type: "xp" + xp: 10 + } + ] + } + { + x: -1.5d + y: 3.5d + shape: "diamond" + subtitle: "A Silk-Touch Pickaxe" + dependencies: ["0B68E3C046C82860"] + id: "2E114B4C441EF50D" + tasks: [{ + id: "2DE570337D6E8368" + type: "item" + item: { + id: "forbidden_arcanus:slimec_pickaxe" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 1s + id: "minecraft:silk_touch" + }] + } + } + }] + rewards: [ + { + id: "30DE1B1984B2CFE8" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + } + { + id: "75C6FCC257C6679D" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.5d + y: 6.0d + description: [ + "The Mystical Dagger is used to break Dragon Heads down to Dragon Scales." + "" + "When killing mobs with it with a test tube in your inventory, it will also collect blood." + ] + dependencies: ["0B68E3C046C82860"] + id: "09CCC797BF15ADFC" + tasks: [{ + id: "3CCC73D361A4A5D6" + type: "item" + item: { + id: "forbidden_arcanus:mystical_dagger" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "2C512ADAEFB4975C" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + count: 2 + } + { + id: "26033F1665B5FFD2" + type: "xp" + xp: 100 + } + ] + } + { + x: -9.5d + y: 7.5d + description: [ + "The Edelwood bucket can store more than one bucket of liquid, and can also be used to capture small animals like chickens or squids." + "" + "You'll need the Permafrost enchant to use it to carry Lava." + ] + dependencies: ["6E3B9051503B938C"] + id: "0AFC5B1AF055811A" + tasks: [{ + id: "1BD725A50F90B32C" + type: "item" + item: "forbidden_arcanus:edelwood_bucket" + }] + rewards: [ + { + id: "31DCDE54FFBA9929" + type: "item" + item: "forbidden_arcanus:edelwood_log" + count: 2 + } + { + id: "0E316F795B1547B4" + type: "xp" + xp: 100 + } + ] + } + { + title: "Arcane Crystals" + x: -7.0d + y: 4.5d + description: ["This is the main resource in the mod. Go out and mine some!"] + dependencies: ["5523A71F1688EA88"] + id: "29164630E1BD76B5" + tasks: [{ + id: "6B4884DE48C80B1C" + type: "item" + item: "forbidden_arcanus:arcane_crystal" + count: 2L + }] + rewards: [ + { + id: "23A648AA4FDB553E" + type: "item" + item: "forbidden_arcanus:arcane_crystal" + random_bonus: 2 + } + { + id: "12BE86FC704EBBBF" + type: "xp" + xp: 100 + } + ] + } + { + x: 8.0d + y: 2.5d + subtitle: "This Goes Boom Too" + description: [ + "You'll find the Stella Arcanum ore deep underground." + "" + "Careful when mining." + ] + dependencies: ["537E39530360AD73"] + id: "34592A8F4B661D8D" + tasks: [{ + id: "4D5980FEE267D06C" + type: "item" + item: "forbidden_arcanus:stellarite_piece" + }] + rewards: [{ + id: "51217AE3DFB997C8" + type: "xp" + xp: 100 + }] + } + { + title: "Nipa Plants" + x: -7.0d + y: 5.5d + description: [ + "Have you seen the random floating island in the sky? Not the slime one, but the tiny one?" + "" + "These have the Nipa plant on them. You can break these and relocate them." + "" + "They produce Arcane Crystal Dust Specks over time, which can be used to create Arcane Crystal Dust." + ] + dependencies: ["5523A71F1688EA88"] + id: "260F19B468957BCD" + tasks: [{ + id: "60E79699A9E7FD13" + type: "item" + item: "forbidden_arcanus:nipa" + }] + rewards: [ + { + id: "36ABF5C15271F34A" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust_speck" + count: 3 + random_bonus: 3 + } + { + id: "6FE911D60125F00B" + type: "xp" + xp: 10 + } + { + id: "534F55AB312AA20D" + type: "item" + item: "forbidden_arcanus:nipa" + } + ] + } + { + x: -5.5d + y: 5.0d + shape: "square" + description: [ + "Smelting down Arcane Crystals will give you Arcane Crystal Dust." + "" + "This is used for most of the items in the mod." + ] + dependencies: [ + "29164630E1BD76B5" + "260F19B468957BCD" + ] + dependency_requirement: "one_completed" + id: "2894F11A73335179" + tasks: [{ + id: "47D5F726006465DD" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust" + }] + rewards: [ + { + id: "5D1B5D7CF75F9130" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust" + random_bonus: 2 + } + { + id: "3DE86B79C85EFEBC" + type: "xp" + xp: 10 + } + ] + } + { + x: -9.0d + y: 3.5d + description: ["Breaking spawners will now drop &9Spawner Scraps&r."] + dependencies: ["5523A71F1688EA88"] + id: "13E5783AD64E3BC2" + tasks: [{ + id: "743C9FFD4A3D73EF" + type: "item" + item: "forbidden_arcanus:spawner_scrap" + }] + rewards: [ + { + id: "6EFFA261382CA801" + type: "item" + item: "forbidden_arcanus:spawner_scrap" + count: 2 + random_bonus: 2 + } + { + id: "0E15CFABEE5C0283" + type: "xp" + xp: 100 + } + ] + } + { + title: "Entity Tools" + x: -9.5d + y: 2.5d + description: ["The &9Quantum Catcher&r is used to capture and transport mobs."] + dependencies: ["13E5783AD64E3BC2"] + id: "0F3BD102F9F93DDD" + tasks: [{ + id: "38ECF24F59D34252" + type: "item" + item: "forbidden_arcanus:quantum_catcher" + }] + rewards: [ + { + id: "0BA306545C1BDE50" + type: "item" + item: "forbidden_arcanus:spawner_scrap" + count: 2 + random_bonus: 2 + } + { + id: "5ED4399C894F175E" + type: "xp" + xp: 100 + } + ] + } + { + x: -13.0d + y: 5.5d + shape: "square" + description: [ + "Found randomly in loot chests from the End City." + "" + "When used, it grants 5 minutes of creative flight." + ] + hide_dependency_lines: true + dependencies: ["5523A71F1688EA88"] + hide: true + optional: true + id: "709118898CF960BE" + tasks: [{ + id: "2ECD2C9267A13557" + type: "item" + item: "forbidden_arcanus:orb_of_temporary_flight" + }] + rewards: [{ + id: "775EC533EE1FAB6A" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: 6.5d + subtitle: "Highlights Mobs when Activated" + description: ["This gives X-Ray vision for mobs, highlighting them from afar to make it easier to spot them."] + dependencies: ["0B68E3C046C82860"] + optional: true + id: "44B1B147CDAC4E36" + tasks: [{ + id: "35004413DAFA1C58" + type: "item" + item: { + id: "forbidden_arcanus:spectral_eye_amulet" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "3694CF3AF2711DAF" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + count: 2 + random_bonus: 2 + } + { + id: "2436BF5F9939867D" + type: "xp" + xp: 100 + } + ] + } + { + x: -5.5d + y: 3.5d + subtitle: "Use on Farmland to make it Magical!" + description: [ + "Using this bone meal on Farmland will convert it to Magical Farmland." + "" + "Crops will produce double the output when grown on Magical Farmland." + ] + dependencies: ["2894F11A73335179"] + optional: true + id: "7439CFAD20E3E2BF" + tasks: [{ + id: "78493C576C4F0F87" + type: "item" + item: "forbidden_arcanus:arcane_bone_meal" + }] + rewards: [ + { + id: "7E1A8C97DFD458D7" + type: "item" + item: "forbidden_arcanus:arcane_bone_meal" + count: 2 + random_bonus: 2 + } + { + id: "029C949DE3C11683" + type: "xp" + xp: 100 + } + ] + } + { + x: -13.0d + y: 4.5d + shape: "square" + subtitle: "Can Infect Villagers and Horses" + hide_dependency_lines: true + dependencies: ["5523A71F1688EA88"] + hide: true + optional: true + id: "6780984A7CE63392" + tasks: [{ + id: "480CDA250CAFF8C2" + type: "item" + item: "forbidden_arcanus:zombie_arm" + }] + rewards: [{ + id: "61422C7B7C8414E9" + type: "xp" + xp: 100 + }] + } + { + x: -12.0d + y: 4.5d + shape: "square" + subtitle: "Arrow Go Boom" + hide_dependency_lines: true + dependencies: ["5523A71F1688EA88"] + hide: true + optional: true + id: "371DF7589239CB78" + tasks: [{ + id: "24C0F64218E7DD64" + type: "item" + item: "forbidden_arcanus:boom_arrow" + }] + rewards: [{ + id: "6EFE2F39B54EFABB" + type: "xp" + xp: 100 + }] + } + { + x: -12.0d + y: 5.5d + shape: "square" + subtitle: "Leaves an AoE Cloud that damages living mobs" + hide_dependency_lines: true + dependencies: ["5523A71F1688EA88"] + hide: true + optional: true + id: "6C832BFE4D07D897" + tasks: [{ + id: "0F88AE3ABD17518C" + type: "item" + item: "forbidden_arcanus:draco_arcanus_arrow" + }] + rewards: [{ + id: "7069E419456D4661" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: 6.5d + shape: "circle" + subtitle: "Growing Gold" + description: [ + "These can be planted to grow Arcane Gold Nuggets." + "" + "To create one, you'll need to find Yellow Orchids." + ] + hide_dependency_lines: false + dependencies: ["0B68E3C046C82860"] + id: "5ED1896F1986BD2B" + tasks: [{ + id: "3157685F32B838D5" + type: "item" + item: "forbidden_arcanus:golden_orchid_seeds" + }] + rewards: [ + { + id: "464173632063B0EC" + type: "item" + item: "forbidden_arcanus:arcane_gold_nugget" + count: 3 + random_bonus: 6 + } + { + id: "5A94F2FC66A32C6F" + type: "xp" + xp: 100 + } + ] + } + { + title: "Mortem Armor" + x: -11.0d + y: 5.0d + shape: "square" + subtitle: "Armor of the Dead" + description: [ + "Crafted with skulls, bones, and cloth, this armor is slightly stronger than Iron." + "" + "It's also really cool looking." + ] + dependencies: ["5523A71F1688EA88"] + hide: true + id: "5EFC63CF97D97AB5" + tasks: [ + { + id: "36C413F578D44CBF" + type: "item" + item: { + id: "forbidden_arcanus:mortem_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "6A341DEA25087489" + type: "item" + item: { + id: "forbidden_arcanus:mortem_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "3F1B3851C4BC39F1" + type: "item" + item: { + id: "forbidden_arcanus:mortem_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "34E13EE51BE65AE3" + type: "item" + item: { + id: "forbidden_arcanus:mortem_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "17D434C745CC8714" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + count: 2 + } + { + id: "4201E7FF060AB5A2" + type: "xp" + xp: 100 + } + ] + } + { + title: "&6Arcane Gold Armor" + x: -1.5d + y: 2.5d + shape: "diamond" + subtitle: "Oooo....Shiny" + description: ["&6Arcane Gold&r can be used to craft armor, which is stronger than Diamonds!"] + dependencies: ["0B68E3C046C82860"] + optional: true + id: "31325417CA7935F6" + tasks: [ + { + id: "0CF9B627689B477D" + type: "item" + item: { + id: "forbidden_arcanus:arcane_gold_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "505054605F491B3D" + type: "item" + item: { + id: "forbidden_arcanus:arcane_gold_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "2BA67D207250F2C3" + type: "item" + item: { + id: "forbidden_arcanus:arcane_gold_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "0E9B872D76272262" + type: "item" + item: { + id: "forbidden_arcanus:arcane_gold_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "423DA078893B3194" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + count: 3 + random_bonus: 3 + } + { + id: "0DD8BAF96D3A44AB" + type: "xp" + xp: 100 + } + ] + } + { + title: "&6Arcane Golden Sword" + x: -2.0d + y: 3.0d + shape: "diamond" + dependencies: ["0B68E3C046C82860"] + optional: true + id: "3A6F3B78A280C79E" + tasks: [{ + id: "01DDD93779A709B0" + type: "item" + item: { + id: "forbidden_arcanus:arcane_golden_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "1899792D1C55DC88" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust" + count: 2 + random_bonus: 2 + } + { + id: "5A492A87F1051B3C" + type: "xp" + xp: 100 + } + ] + } + { + title: "&6Arcane Golden Tools" + x: -1.0d + y: 3.0d + shape: "diamond" + description: [""] + dependencies: ["0B68E3C046C82860"] + optional: true + id: "102775D58AB03D2C" + tasks: [ + { + id: "0A7A490241FC631B" + type: "item" + item: { + id: "forbidden_arcanus:arcane_golden_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1C013FA8055A2683" + type: "item" + item: { + id: "forbidden_arcanus:arcane_golden_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1293B44B5B4FBCEB" + type: "item" + item: { + id: "forbidden_arcanus:arcane_golden_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "2140FB57E9349A64" + type: "item" + item: { + id: "forbidden_arcanus:arcane_golden_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "7E6B4A9F0F335887" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + count: 5 + random_bonus: 5 + } + { + id: "184D06B57D243B22" + type: "xp" + xp: 100 + } + ] + } + { + title: "Dragon Scales" + x: 2.5d + y: 7.0d + subtitle: "Dragon Scales, Dragon Scales....." + description: ["Combining a Dragon Head with a Mystical Dagger will give you &9Dragon Scales&r."] + dependencies: ["09CCC797BF15ADFC"] + id: "20B495B4B8B95636" + tasks: [{ + id: "66035A72EEEF2FA1" + type: "item" + item: "forbidden_arcanus:dragon_scale" + count: 3L + }] + rewards: [ + { + id: "49C41CD91F6E1DB5" + type: "item" + item: "forbidden_arcanus:dragon_scale" + random_bonus: 2 + } + { + id: "4CD12CEC53F48F4B" + type: "xp" + xp: 100 + } + ] + } + { + title: "&1Draco Arcanus Armor&r" + x: 3.0d + y: 8.5d + shape: "diamond" + subtitle: "Better than Netherite" + dependencies: ["20B495B4B8B95636"] + id: "4DA1C95BED78A662" + tasks: [ + { + id: "4F68A985DED494B6" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "51FBF0E6CAAF10EB" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "2D69FAD94A981FCD" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "528B85B2554A3691" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "5D0B716695D921A1" + type: "item" + item: "forbidden_arcanus:dragon_scale" + count: 5 + random_bonus: 5 + } + { + id: "42F0BCA9799206B2" + type: "xp" + xp: 1000 + } + ] + } + { + x: 4.5d + y: 7.0d + description: [ + "The Dragon Scale can be made into a Golden and Aquatic Dragon Scales." + "" + "These are mainly used to craft &dTyr Armor&r. It is also needed in the ATM Star recipe." + ] + dependencies: ["20B495B4B8B95636"] + id: "744A01000E086CC9" + tasks: [ + { + id: "332B4C94EE4AAB00" + type: "item" + item: "forbidden_arcanus:golden_dragon_scale" + } + { + id: "05C28BF8C6930068" + type: "item" + item: "forbidden_arcanus:aquatic_dragon_scale" + } + ] + rewards: [ + { + id: "781E8E6CC9F75140" + type: "item" + item: "forbidden_arcanus:dragon_scale" + count: 2 + random_bonus: 2 + } + { + id: "234F00EF412D61B2" + type: "xp" + xp: 100 + } + ] + } + { + x: -5.5d + y: 6.5d + description: [ + "Used to corrupt Souls and Runes. You'll need this for later." + "" + "If you throw down Dark Matter, then throw down Corrupti Dust, it'll create a Black Hole. Feed it small entities like Arrows or Experience Orbs, and it'll produce Xpetrified Orbs." + ] + dependencies: ["2894F11A73335179"] + id: "7CF76A542529A181" + tasks: [{ + id: "16DBF179371A23E1" + type: "item" + item: "forbidden_arcanus:corrupti_dust" + }] + rewards: [ + { + id: "177C38C275F50299" + type: "item" + item: "forbidden_arcanus:obsidian_ingot" + count: 2 + } + { + id: "162E81395E446AB6" + type: "xp" + xp: 100 + } + ] + } + { + title: "Mundabitur Dust" + x: -3.5d + y: 5.0d + subtitle: "Let the Dusts Combine" + description: [ + "Using our Arcane Crystal Dust, we'll need to combine it with other dusts and powders to create Mundabiter Dust." + "" + "This dust is used in several recipes, as well as activating the Hephaestus Forge." + ] + dependencies: ["2894F11A73335179"] + id: "03E7D73433AB6B7C" + tasks: [{ + id: "133BDCB7B85C4CF4" + type: "item" + item: "forbidden_arcanus:mundabitur_dust" + count: 4L + }] + rewards: [ + { + id: "39DA82A959E64A6C" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust" + count: 2 + } + { + id: "0A2FEC70D103E074" + type: "xp" + xp: 100 + } + ] + } + { + title: "&6Arcane Gold Ingots" + x: -1.5d + y: 5.0d + shape: "hexagon" + description: [ + "The &6Arcane Gold Ingot&r is needed to continue your progression in the mod." + "" + "It's used for a lot of stuff, and it's also pretty." + ] + dependencies: ["03E7D73433AB6B7C"] + id: "0B68E3C046C82860" + tasks: [{ + id: "3957BB8401E71721" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + }] + rewards: [ + { + id: "26557852C1E8C375" + type: "item" + item: "forbidden_arcanus:mundabitur_dust" + count: 2 + random_bonus: 2 + } + { + id: "5B71F74BEF228128" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust" + count: 2 + random_bonus: 2 + } + { + id: "3FD3517F2A68B520" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + } + { + id: "643C5E6FC352BD9F" + type: "xp" + xp: 100 + } + ] + } + { + title: "&5Tyr Armor" + x: 4.5d + y: 8.5d + shape: "square" + dependencies: ["744A01000E086CC9"] + id: "70112194DFFD15D3" + tasks: [ + { + id: "1837D97833619166" + type: "item" + item: { + id: "forbidden_arcanus:tyr_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "679C3B7915C403AC" + type: "item" + item: { + id: "forbidden_arcanus:tyr_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "2B5AFD104DE50D5F" + type: "item" + item: { + id: "forbidden_arcanus:tyr_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "11795A1BD0916EC2" + type: "item" + item: { + id: "forbidden_arcanus:tyr_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "11EAD293F53CD52C" + type: "item" + item: "forbidden_arcanus:golden_dragon_scale" + count: 3 + } + { + id: "332909BF099BE23B" + type: "xp" + xp: 100 + } + ] + } + { + x: 9.5d + y: 7.0d + shape: "pentagon" + description: [ + "To create the &6ATM Star&r, you'll need several items from Forbidden and Arcanus." + "" + "You'll need a Dark Soul, a Golden Dragon Scale, and an Arcane Dragon Egg." + ] + dependencies: ["24261D6C5C5A6CB4"] + size: 1.5d + id: "64504CF324723E1B" + tasks: [{ + id: "697942E4A47F91C5" + type: "checkmark" + title: "Dragon Soul" + icon: "allthetweaks:dragon_soul" + }] + rewards: [{ + id: "6AFDDB9BED9DCE31" + type: "xp" + xp: 100 + }] + } + { + x: 6.5d + y: 7.0d + description: [ + "This Dragon Egg is needed for the ATM Star recipe." + "" + "It's also a cool decoration piece." + ] + dependencies: ["744A01000E086CC9"] + id: "24261D6C5C5A6CB4" + tasks: [{ + id: "548E998BF89F6713" + type: "item" + item: "forbidden_arcanus:arcane_dragon_egg" + }] + rewards: [ + { + id: "2F8682CA5351660F" + type: "item" + item: "forbidden_arcanus:dragon_scale" + count: 2 + random_bonus: 2 + } + { + id: "413D504AB03C2837" + type: "xp" + xp: 100 + } + ] + } + { + title: "Sanity" + x: -9.0d + y: 1.5d + shape: "octagon" + subtitle: "Am I going insane?" + description: [ + "Killing passive mobs will increase your corruption. Killing &9Aureal Entities&r has a higher chance to increase your corruption." + "" + "Be careful! At higher levels of corruption, negative things will happen!" + "" + "Making a Sanity Meter will give your UI an upgrade to show your total corruption, for those who want to hit new high scores and such." + ] + dependencies: ["3799ACDA92F96FD1"] + id: "25911D0B7C403A4F" + tasks: [{ + id: "2A496D23BEBBA31A" + type: "item" + item: "forbidden_arcanus:sanity_meter" + }] + rewards: [ + { + id: "1783BA9CA938C5C7" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust" + random_bonus: 2 + } + { + id: "31A2D2A4B3CB93AB" + type: "xp" + xp: 100 + } + ] + } + { + title: "Prepping For the Forge" + x: 0.5d + y: 4.0d + description: ["You've probably already acquired some Darkstone, but we'll need it to craft the forge."] + dependencies: ["0B68E3C046C82860"] + id: "5F5675E30ED046F7" + tasks: [{ + id: "0031710AA90315AC" + type: "item" + item: "forbidden_arcanus:darkstone" + count: 64L + }] + rewards: [ + { + id: "5ABC396B7B306255" + type: "item" + item: "forbidden_arcanus:darkstone" + count: 16 + random_bonus: 16 + } + { + id: "56404219A611CF0F" + type: "xp" + xp: 100 + } + ] + } + { + title: "&1The Hephaestus Forge" + icon: "forbidden_arcanus:hephaestus_forge" + x: 2.5d + y: 3.0d + shape: "octagon" + description: [ + "We'll be using all of that Darkstone to create the &1Hephaestus Forge&r." + "" + "Once you have all of the blocks needed, you'll need to build the platform for the forge." + "" + "Once built, place a Smithing Table in the center, then sneak+right-click with a piece of Mundabitur Dust." + "" + "To see how to build the platform, search in JEI for the forge, then hold W to view the ponder." + "{image:atm:textures/forge.png width:200 height:175 align:2}" + ] + dependencies: ["5F5675E30ED046F7"] + size: 1.5d + id: "73349B993DE69954" + tasks: [ + { + id: "2429D427160A65D5" + type: "item" + item: "forbidden_arcanus:polished_darkstone" + count: 45L + } + { + id: "3D6D6E05A9D04FC5" + type: "item" + item: "forbidden_arcanus:arcane_chiseled_polished_darkstone" + count: 9L + } + { + id: "2F27161BBD1D059A" + type: "item" + item: "forbidden_arcanus:chiseled_arcane_polished_darkstone" + count: 4L + } + { + id: "754E2CB9BDC2549E" + type: "item" + item: "minecraft:smithing_table" + } + { + id: "2FC5F424A0583DFD" + type: "item" + item: "forbidden_arcanus:mundabitur_dust" + } + ] + rewards: [ + { + id: "7F8265D8621DC5A2" + type: "item" + item: "forbidden_arcanus:aureal_bottle" + count: 2 + random_bonus: 2 + } + { + id: "11369C066386D75D" + type: "xp_levels" + xp_levels: 10 + } + { + id: "1ED7759D78CD81CE" + type: "item" + item: "forbidden_arcanus:darkstone" + count: 8 + } + ] + } + { + x: -8.5d + y: 2.5d + description: [ + "The &9Lens of Veritatis&r is used to see Aureal entities." + "" + "These are entities that will grant Aureal when killed, but will also increase your corruption...." + ] + dependencies: ["13E5783AD64E3BC2"] + id: "3799ACDA92F96FD1" + tasks: [{ + id: "4FF431D0496FC0E5" + type: "item" + item: "forbidden_arcanus:lens_of_veritatis" + }] + rewards: [ + { + id: "4EC3B05BBDA04092" + type: "item" + item: "forbidden_arcanus:spawner_scrap" + count: 2 + random_bonus: 2 + } + { + id: "361FF13D5A5429DB" + type: "xp" + xp: 100 + } + ] + } + { + x: -8.5d + y: 7.5d + description: [ + "Smelting &9Edelwood&r will give you Dark Matter." + "" + "You can make Black Holes with this." + ] + dependencies: ["6E3B9051503B938C"] + id: "310B54FB390982C5" + tasks: [{ + id: "0FCB0911BA208C40" + type: "item" + item: "forbidden_arcanus:dark_matter" + }] + rewards: [ + { + id: "791CA106E009D001" + type: "item" + item: "forbidden_arcanus:edelwood_stick" + count: 2 + } + { + id: "1B284389DED0B292" + type: "xp" + xp: 100 + } + ] + } + { + title: "&4Blood" + x: 5.0d + y: 2.5d + shape: "diamond" + description: [ + "Blood is collected by crafting Test Tubes, then killing mobs with the Mystical Dagger." + "" + "Note: The Test Tube must be in your inventory when killing mobs." + ] + dependencies: ["0C6719D81DE5A614"] + id: "757E1521D84AC5C8" + tasks: [{ + id: "0C10EC722BA7DEA1" + type: "item" + item: "forbidden_arcanus:test_tube" + }] + rewards: [ + { + id: "457A3940CA5077E1" + type: "item" + item: "forbidden_arcanus:rune" + count: 3 + } + { + id: "7223A34DD27FE40E" + type: "xp" + xp: 100 + } + ] + } + { + title: "&9Aureal" + x: 4.0d + y: 2.5d + shape: "diamond" + description: [ + "&dAureal Bottles&r can be found in loot chests, but they can also be crafted using Arcane Crystal Dust." + "" + "You can also generate Aureal with Arcane Crystal Obelisks." + ] + dependencies: ["0C6719D81DE5A614"] + id: "4DA04ABF4FF2625C" + tasks: [{ + id: "0B41D927E575771E" + type: "item" + item: "forbidden_arcanus:aureal_bottle" + }] + rewards: [ + { + id: "6178D95C91BE10B3" + type: "item" + item: "forbidden_arcanus:arcane_crystal_dust" + count: 2 + random_bonus: 4 + } + { + id: "68666FC2D57373D0" + type: "xp" + xp: 100 + } + ] + } + { + title: "&dSouls" + icon: "forbidden_arcanus:soul" + x: 4.0d + y: 3.5d + shape: "diamond" + description: ["Souls are gathered by creating a &9Soul Extractor&r, and then using it on Soul Sand."] + dependencies: ["0C6719D81DE5A614"] + id: "788A3685A7D07E75" + tasks: [ + { + id: "6558C3AA159F57D6" + type: "item" + item: { + id: "forbidden_arcanus:soul_extractor" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "16226358D9107349" + type: "item" + item: "forbidden_arcanus:soul" + } + ] + rewards: [ + { + id: "6E91C2363706DBDC" + type: "item" + item: "forbidden_arcanus:soul" + count: 2 + } + { + id: "7FBAD433C4C46130" + type: "item" + item: "minecraft:soul_sand" + count: 2 + random_bonus: 2 + } + { + id: "2EBC61C8851B2229" + type: "xp" + xp: 100 + } + ] + } + { + title: "&aBottle O' Enchanting" + x: 5.0d + y: 3.5d + shape: "diamond" + subtitle: "Experience in a bottle" + description: ["This goes in the right side of the forge."] + dependencies: ["0C6719D81DE5A614"] + id: "5E45D2A2FDD67495" + tasks: [{ + id: "0D4ABA98B2FDB158" + type: "item" + item: "minecraft:experience_bottle" + }] + rewards: [ + { + id: "1B359369ABC0ED19" + type: "item" + item: "minecraft:glass_bottle" + count: 3 + } + { + id: "03B074FCE2297BF6" + type: "xp_levels" + xp_levels: 5 + } + ] + } + { + x: 4.5d + y: 3.0d + shape: "diamond" + description: [ + "{image:atm:textures/forge_gui.png width:200 height:150 align:1}" + "" + "The Forge requires 4 different items to be powered: Aureal, Souls, Blood, and Experience." + "" + "To learn more, follow the corner quests." + ] + dependencies: ["73349B993DE69954"] + id: "0C6719D81DE5A614" + tasks: [{ + id: "4CAF79C3D1E35958" + type: "checkmark" + title: "Powering the Forge" + }] + rewards: [{ + id: "4361C7754AB234B0" + type: "xp" + xp: 10 + }] + } + { + title: "Darkstone Pedestals" + x: 2.0d + y: 1.5d + description: [ + "To enchant items, you'll need Darkstone Pedestals placed around the Forge." + "" + "Make sure to place these on the Arcane Chiseled Polished Darkstone." + ] + dependencies: ["73349B993DE69954"] + id: "76BC484FC50EAEC3" + tasks: [{ + id: "0BC04910ED51A3A5" + type: "item" + item: "forbidden_arcanus:darkstone_pedestal" + count: 8L + }] + rewards: [ + { + id: "7D1F1DB54CDE1BB2" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + count: 4 + random_bonus: 4 + } + { + id: "434F08CC0F88F901" + type: "xp" + xp: 100 + } + ] + } + { + title: "Performing Rituals" + x: 6.5d + y: 3.0d + description: [ + "To perform a ritual, place the ingredients on the Arcane Pedestals." + "" + "You'll need a &9Blacksmith's Gavel&r to activate the ritual. To do this, right click on the Forge with the Gavel." + ] + dependencies: ["0C6719D81DE5A614"] + id: "537E39530360AD73" + tasks: [{ + id: "0309B0EB29771EC0" + type: "item" + title: "Blacksmith Gavel" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "forbidden_arcanus:blacksmith_gavel" + } + } + }] + rewards: [ + { + id: "71C67BAC8336840E" + type: "item" + item: "forbidden_arcanus:arcane_gold_ingot" + count: 2 + random_bonus: 2 + } + { + id: "7D92F94919F2BB7D" + type: "xp" + xp: 100 + } + ] + } + { + title: "&dStella Eternal" + x: 9.5d + y: 3.0d + shape: "square" + description: [ + "The &6Stella Eternal&r has 3 charges, and when right-clicked, it can fully repair all of your items in your inventory." + "" + "The main purpose of this is to give the enchant &9Unbreakable&r to an item, which is done by combining it with the tool in a Smithing Table." + ] + dependencies: [ + "34592A8F4B661D8D" + "1C91BD525C91FD73" + ] + size: 1.5d + id: "526559F94031FE43" + tasks: [{ + id: "662F567369FBB0AD" + type: "item" + item: { + id: "forbidden_arcanus:eternal_stella" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "4D6EC3BA13F54659" + type: "item" + item: "forbidden_arcanus:stellarite_piece" + } + { + id: "629C79B4071B31A3" + type: "xp" + xp: 100 + } + ] + } + { + x: 6.5d + y: 1.5d + shape: "square" + description: ["This item can be combined with a tool to add the &6Fiery&r enchant, which auto-smelts blocks when harvested, or sets things ablaze."] + dependencies: ["537E39530360AD73"] + id: "13C766B7286C0293" + tasks: [{ + id: "6443CDA11E67A634" + type: "item" + item: "forbidden_arcanus:smelter_prism" + }] + rewards: [{ + id: "371D93A79EF7844C" + type: "xp" + xp: 100 + }] + } + { + x: 8.0d + y: 3.5d + description: [ + "This stuff is everywhere." + "" + "It can be used to give yourself experience, or used to make the Stella Eternal." + ] + dependencies: ["537E39530360AD73"] + id: "1C91BD525C91FD73" + tasks: [{ + id: "552F1CF53E9AF9BD" + type: "item" + item: "forbidden_arcanus:xpetrified_orb" + }] + rewards: [ + { + id: "13C459664A7C7E0F" + type: "item" + item: "forbidden_arcanus:xpetrified_orb" + count: 2 + } + { + id: "5B12316594633566" + type: "xp" + xp: 100 + } + ] + } + { + title: "&1Draco Tools" + x: 2.0d + y: 8.5d + shape: "diamond" + subtitle: "Dragon Tools" + dependencies: ["20B495B4B8B95636"] + id: "33F44B87C5496158" + tasks: [ + { + id: "6B1B4574299B7E42" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "7AC6974CDDE401B1" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1EC5573A12A3B7F7" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "70CEF00CFA26E97A" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "084CD3234774CB5A" + type: "item" + item: "forbidden_arcanus:dragon_scale" + count: 2 + random_bonus: 10 + } + { + id: "483938E5BF2FAFC7" + type: "xp" + xp: 1000 + } + ] + } + { + title: "&1Draco Weapons" + x: 2.5d + y: 9.0d + shape: "diamond" + subtitle: "Go Pew Pew" + description: ["The Scepter shoots out energy orbs when charged up with Right-Click. If a mob is hit, it'll strike it with lightning."] + dependencies: ["20B495B4B8B95636"] + id: "3513D89C6FD2D852" + tasks: [ + { + id: "49FEFEC69106EFFA" + type: "item" + item: { + id: "forbidden_arcanus:draco_arcanus_sword" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "388451A17A53336D" + type: "item" + item: "forbidden_arcanus:draco_arcanus_scepter" + } + ] + rewards: [ + { + id: "1AE33D81B5F9212E" + type: "item" + item: "forbidden_arcanus:dragon_scale" + count: 2 + random_bonus: 6 + } + { + id: "487939397BCAAC5F" + type: "xp" + xp: 1000 + } + ] + } + { + icon: "forbidden_arcanus:arcane_crystal_obelisk" + x: 3.0d + y: 1.5d + description: [ + "To create an Arcane Crystal Obelisk, place down an Arcane Polished Darkstone block, then place two Arcane Crystal Blocks on top of it." + "" + "Right-click with Mundabitur Dust and you'll create the obelisk." + "" + "When placed on a Arcane Chiseled Polished Darkstone block on the Hephaestus Forge structure, it will slowly generate Aureal over time." + ] + dependencies: ["73349B993DE69954"] + id: "11C065375DF7AC3E" + tasks: [{ + id: "5400EB85133AAAEE" + type: "checkmark" + title: "Arcane Crystal Obelisks" + }] + rewards: [{ + id: "37FA801AED4BD6AC" + type: "xp" + xp: 10 + }] + } + { + icon: { + id: "minecraft:enchanted_book" + Count: 1b + tag: { + StoredEnchantments: [{ + lvl: 1s + id: "minecraft:protection" + }] + } + } + x: 6.5d + y: 4.5d + shape: "square" + description: ["The Hephaestus Forge is also used for creating Enchants. Check out JEI to see all of the different Enchants you can create!"] + dependencies: ["537E39530360AD73"] + id: "7A307544E0D2E5C4" + tasks: [{ + id: "4816629B3B142B3C" + type: "checkmark" + title: "Enchantments" + }] + rewards: [ + { + id: "482CDE8A6A3DA59F" + type: "item" + item: "minecraft:book" + } + { + id: "4118C08ADA7955C1" + type: "xp" + xp: 100 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/generating_and_transferring_power.snbt b/config/ftbquests/quests/chapters/generating_and_transferring_power.snbt index 53cdd4d..3d6eb67 100644 --- a/config/ftbquests/quests/chapters/generating_and_transferring_power.snbt +++ b/config/ftbquests/quests/chapters/generating_and_transferring_power.snbt @@ -1,593 +1,593 @@ -{ - id: "5D045EF1AB73DF70" - group: "2B51AC12041E3F89" - order_index: 0 - filename: "generating_and_transferring_power" - title: "AllThePower" - icon: { - id: "mekanism:creative_energy_cube" - Count: 1b - tag: { - mekData: { - EnergyContainers: [{ - Container: 0b - stored: "18446744073709551615.9999" - }] - } - } - } - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - icon: "minecraft:redstone_torch" - x: -3.5d - y: -3.0d - shape: "gear" - description: [ - "This Chapter is dedicated to all things power related!" - "" - "From generating power, to transferring it wirelessly, your power related questions can be answered here!" - ] - size: 2.0d - id: "4AB0DD227471FDBF" - tasks: [{ - id: "4800DD5A7039B8B7" - type: "checkmark" - title: "All Things Power!" - }] - rewards: [{ - id: "3C8F065AEE4CDB80" - type: "xp" - xp: 10 - }] - } - { - title: "Advanced Power Generation" - icon: "biggerreactors:reactor_terminal" - x: 1.5d - y: 0.0d - shape: "hexagon" - subtitle: "Getting Started with Bigger Reactors" - description: [ - "The Bigger Reactors mod offers multi-block reactors that are completely customizable in size, efficiency, and more." - "" - "To see how to build it, check out the ponder by holding W on the casings." - "" - "The smallest reactor you can make is a 3x3." - "" - "A Bigger Reactors Questline will be available in the future." - ] - hide_dependency_lines: true - dependencies: ["4AB0DD227471FDBF"] - size: 1.5d - id: "6D6E07564D8FDD8D" - tasks: [ - { - id: "0F3CDD03BD113E3C" - type: "item" - item: "biggerreactors:reactor_casing" - count: 21L - } - { - id: "716F7F56F5BD3471" - type: "item" - item: "biggerreactors:reactor_power_tap" - } - { - id: "5E284716861DCB35" - type: "item" - item: "biggerreactors:reactor_access_port" - count: 2L - } - { - id: "5CBB67112022CF26" - type: "item" - item: "biggerreactors:reactor_terminal" - } - { - id: "387110A40BBD7648" - type: "item" - item: "biggerreactors:reactor_control_rod" - } - { - id: "7EB1CF0A9D1C5747" - type: "item" - item: "biggerreactors:reactor_fuel_rod" - } - ] - rewards: [ - { - id: "3BB81CAD72D9CC86" - type: "item" - item: "biggerreactors:reactor_glass" - count: 8 - } - { - id: "1C7FBA6844D50ABA" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.0d - y: 1.5d - shape: "diamond" - subtitle: "Using the Sun" - description: [ - "Aside from the Wind Generator, this is probably one of the best ways to generate passive RF/FE using renewable resources." - "" - "The base version produces about 17.6FE/t" - ] - hide_dependency_lines: true - dependencies: ["4B57DA2DD8F828B6"] - id: "48DC9E8E9D21A2FA" - tasks: [{ - id: "54887477FC9FECF0" - type: "item" - item: "mekanismgenerators:solar_generator" - }] - rewards: [{ - id: "2E06B6F7B5224A02" - type: "xp" - xp: 10 - }] - } - { - x: -3.5d - y: 1.0d - shape: "diamond" - subtitle: "Using the Wind" - description: [ - "Mekanism:Generators adds the Wind Generator as a simple way to generate power using the wind." - "" - "The higher up you place these, the more power they produce! They also look cool." - "" - "(About 160FE/Tick at Y319 if you are wondering)" - ] - dependencies: ["4B57DA2DD8F828B6"] - id: "109B61D7D9A0FE32" - tasks: [{ - id: "698ED1CD2646D0EA" - type: "item" - item: "mekanismgenerators:wind_generator" - }] - rewards: [{ - id: "6D68730D2527BB2B" - type: "xp" - xp: 10 - }] - } - { - x: -8.0d - y: 1.5d - shape: "diamond" - subtitle: "Mekanism's Starter Power Solution" - description: [ - "&aMekanism's&r Heat Generator is a different take on basic power production. It has two modes of creating power:" - "" - "&9Passive:&r Surrounding the generator with lava source or flowing blocks creates passive power over time through heat. Place one lava source block on top and let it flow over the sides. Make sure to have pipes connected for energy first!" - "" - "&9Active:&r Placing combustible materials such as coal or wood into the generator will burn the fuel to create power. This is not very efficient." - ] - dependencies: ["42D173B9FF8D16E4"] - id: "11D09E918015355C" - tasks: [{ - id: "44999798D86177A3" - type: "item" - item: "mekanismgenerators:heat_generator" - }] - rewards: [{ - id: "3E3F4483E3804F21" - type: "xp" - xp: 10 - }] - } - { - x: -4.0d - y: 1.5d - shape: "diamond" - subtitle: "Have a Bee Farm?" - description: [ - "If you've already set up a bee farm and have some excess honey lying around, make sure to grab a Honey Generator!" - "" - "You can pipe in excess honey and convert it to RF!" - ] - hide_dependency_lines: true - dependencies: ["4B57DA2DD8F828B6"] - id: "40DEB714CFBCD5A0" - tasks: [{ - id: "5153EFABD1A1F9F1" - type: "item" - item: "productivebees:honey_generator" - }] - rewards: [{ - id: "7378812F1E128E20" - type: "xp" - xp: 10 - }] - } - { - x: -9.0d - y: 1.5d - shape: "diamond" - description: [ - "The RFTools Coal Generator is one of the easiest to make." - "" - "It is very simple to use and creates a decent amount of power based on the combustible material you input. It automatically distributes power to adjacent blocks as well." - ] - dependencies: ["42D173B9FF8D16E4"] - id: "0BB367839D28607D" - tasks: [{ - id: "0F7D7AE91E20F778" - type: "item" - item: "rftoolspower:coalgenerator" - }] - rewards: [{ - id: "698CCE0DFA894C3A" - type: "xp" - xp: 10 - }] - } - { - x: -8.5d - y: 2.0d - shape: "diamond" - subtitle: "Industrial Foregoing's Basic Power" - description: [ - "This works just like most other coal-burning generators." - "" - "This machine can also be configured for piping in fuel." - ] - dependencies: ["42D173B9FF8D16E4"] - id: "1BEF6980660ACBF7" - tasks: [{ - id: "62DB6F893816DE59" - type: "item" - item: "industrialforegoing:pitiful_generator" - }] - rewards: [{ - id: "6021572EAD29C797" - type: "xp" - xp: 10 - }] - } - { - x: -8.5d - y: 0.0d - shape: "hexagon" - subtitle: "Starter Power" - description: [ - "This section is for basic generators that typically burn combustible resources to generate power." - "" - "These are usually starter generators." - ] - hide_dependency_lines: true - dependencies: ["4AB0DD227471FDBF"] - id: "42D173B9FF8D16E4" - tasks: [{ - id: "55F3497E936C4885" - type: "checkmark" - title: "Burning Fuel for Power" - }] - rewards: [{ - id: "0CE525ECCA99C748" - type: "xp" - xp: 10 - }] - } - { - x: -3.5d - y: 0.0d - shape: "hexagon" - description: ["This section deals with power generation using renewable resources."] - hide_dependency_lines: true - dependencies: ["4AB0DD227471FDBF"] - id: "4B57DA2DD8F828B6" - tasks: [{ - id: "58BC69C8062179B9" - type: "checkmark" - title: "Renewable Energy!" - }] - rewards: [{ - id: "7180E226607FBE39" - type: "xp" - xp: 10 - }] - } - { - title: "&9Using Pipez: &aEnergy Pipe" - x: -0.5d - y: 1.5d - shape: "diamond" - description: [ - "These are simple pipes that can be upgraded with Pipe Upgrades." - "" - "To \"extract\" power from a block, place the pipe down next to the block. On the side that is connected, shift-right click with the pipe wrench to set the pipe to extract." - ] - dependencies: ["1F81EA5E45424308"] - id: "4EEAB467C722ECE7" - tasks: [ - { - id: "467584E3BB06E9CD" - type: "item" - item: "pipez:energy_pipe" - } - { - id: "5299A78587A00044" - type: "item" - item: "pipez:wrench" - } - ] - rewards: [ - { - id: "541B029BD340E169" - type: "item" - item: "pipez:basic_upgrade" - } - { - id: "4FE5FAE1AA387086" - type: "xp" - xp: 10 - } - ] - } - { - title: "&9Using Mekanism:&a Basic Universal Cable" - x: -1.0d - y: 1.0d - shape: "diamond" - subtitle: "Mekanism's Energy Transfer Pipe" - dependencies: ["1F81EA5E45424308"] - id: "5C47935A3B2877FF" - tasks: [{ - id: "710D45F1278C8970" - type: "item" - item: "mekanism:basic_universal_cable" - }] - rewards: [{ - id: "1C5C0D374EC4391D" - type: "xp" - xp: 10 - }] - } - { - x: -1.0d - y: 0.0d - shape: "hexagon" - hide_dependency_lines: true - dependencies: ["4AB0DD227471FDBF"] - id: "1F81EA5E45424308" - tasks: [{ - id: "6D3C243268479EE9" - type: "checkmark" - title: "Transferring Power" - }] - rewards: [{ - id: "5C863FCC138617D2" - type: "xp" - xp: 10 - }] - } - { - title: "&9Wireless Transfer: &6Quantum Entangloporter" - x: -1.0d - y: 2.0d - shape: "diamond" - subtitle: "Also works for items, gases, liquids, and heat." - description: [ - "With a little work into Mekanism, this machine allows you to transfer anything wirelessly." - "" - "You can set specific channels to transfer individual items, energy, or even gases from Mekanism. It's pretty cool." - ] - dependencies: ["1F81EA5E45424308"] - id: "7FE969CB4B419FC6" - tasks: [{ - id: "3E843C44C9CD3ACC" - type: "item" - item: "mekanism:quantum_entangloporter" - }] - rewards: [{ - id: "31A1DA2A1735B16F" - type: "xp" - xp: 100 - }] - } - { - title: "&9Wireless Transfer:&6 Flux Networks" - x: -1.5d - y: 1.5d - shape: "diamond" - description: [ - "Flux Networks is a mod that pretty much covers everything to do with power." - "" - "It can store massive amounts of power and you can create a wireless network to transfer power across dimensions. It's a one-stop shop for power, minus creating it of course." - ] - dependencies: ["1F81EA5E45424308"] - id: "3F8F17B6A1DD9612" - tasks: [ - { - id: "4C4848D08EA60CEA" - type: "item" - item: "fluxnetworks:flux_plug" - } - { - id: "26DCCD9F6565FCFF" - type: "item" - item: "fluxnetworks:flux_point" - } - { - id: "7C9E68AC138A22FE" - type: "item" - item: "fluxnetworks:flux_controller" - } - { - id: "7F0AE4C079EE9FBE" - type: "item" - item: "fluxnetworks:basic_flux_storage" - } - ] - rewards: [ - { - id: "258D10A2073AC47F" - type: "item" - item: "fluxnetworks:flux_dust" - count: 4 - } - { - id: "14F9B32C8798B9AF" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.5d - y: 2.0d - shape: "diamond" - subtitle: "Even More Sun" - description: ["This upgraded Solar Generator will produce around 105.6FE/t"] - dependencies: ["48DC9E8E9D21A2FA"] - id: "2837827CCD8DE8DE" - tasks: [{ - id: "1FDFDACBEC784628" - type: "item" - item: "mekanismgenerators:advanced_solar_generator" - }] - rewards: [{ - id: "7E406787E2E65B4A" - type: "xp" - xp: 10 - }] - } - { - x: -6.0d - y: 0.0d - shape: "hexagon" - description: ["This section will be for storing power."] - hide_dependency_lines: true - dependencies: ["4AB0DD227471FDBF"] - id: "76EA017B12E8F01B" - tasks: [{ - id: "3121BA0C9976AFCD" - type: "checkmark" - title: "Storing Power" - }] - rewards: [{ - id: "477F18566EC6FB2A" - type: "xp" - xp: 10 - }] - } - { - x: -5.5d - y: 1.5d - shape: "diamond" - subtitle: "Mekanism" - description: [ - "I'm trying not to be biased here, but Mekanism has one of the best Energy storage items." - "" - "The Basic Energy Cube is easy to configure, easy to create, and stores a lot of power. It can also be upgraded, and can charge items from within the GUI." - ] - dependencies: ["76EA017B12E8F01B"] - id: "477B411F84342EEA" - tasks: [{ - id: "7C8D04DDD4C2C267" - type: "item" - item: "mekanism:basic_energy_cube" - }] - rewards: [{ - id: "039E00B83AAA154A" - type: "xp" - xp: 10 - }] - } - { - x: -6.0d - y: 2.0d - shape: "diamond" - subtitle: "RFTools" - description: [ - "RFTools offers Powercells to store power, which are multi-block storage units that can be customized and upgraded to store power." - "" - "You will need the RFTool's wrench to determine inputs and outputs for power." - ] - dependencies: ["76EA017B12E8F01B"] - id: "05B6DB75AEC01187" - tasks: [{ - id: "4B11CC3C78319F24" - type: "item" - item: "rftoolspower:cell1" - }] - rewards: [{ - id: "54A1A37A02201DB9" - type: "xp" - xp: 10 - }] - } - { - x: -6.5d - y: 1.5d - shape: "diamond" - subtitle: "Thermal Series" - description: [ - "Thermal Series offers a simple power cell to store power." - "" - "It can be upgraded with various augments within the Thermal Series mod, but is limited by being attached to 1 block. You'll need multiple cells with multiple upgrades to achieve some of the same features that many other mods provide." - ] - dependencies: ["76EA017B12E8F01B"] - id: "0F8A6478AFB21C48" - tasks: [{ - id: "0478CC93C5B99CBA" - type: "item" - item: { - id: "thermal:energy_cell" - Count: 1b - tag: { - BlockEntityTag: { - EnergyMax: 1000000 - EnergySend: 1000 - Energy: 0 - EnergyRecv: 1000 - } - } - } - }] - rewards: [{ - id: "17BCE89233B125F0" - type: "xp" - xp: 10 - }] - } - { - x: -6.0d - y: 1.0d - shape: "diamond" - subtitle: "Integrated Dynamics" - description: [ - "IntegratedDynamics provides a simple power storage system. The batteries can even be combined in a crafting table to increase the overall storage. " - "" - "This block is not configurable within an interface, and is just used to store power." - ] - dependencies: ["76EA017B12E8F01B"] - id: "72EA25D05C46D39A" - tasks: [{ - id: "460A67B09BD45CF4" - type: "item" - item: { - id: "integrateddynamics:energy_battery" - Count: 1b - tag: { - energy: 0 - } - } - }] - rewards: [{ - id: "59A5734689019951" - type: "xp" - xp: 10 - }] - } - ] -} +{ + id: "5D045EF1AB73DF70" + group: "2B51AC12041E3F89" + order_index: 0 + filename: "generating_and_transferring_power" + title: "AllThePower" + icon: { + id: "mekanism:creative_energy_cube" + Count: 1b + tag: { + mekData: { + EnergyContainers: [{ + Container: 0b + stored: "18446744073709551615.9999" + }] + } + } + } + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + icon: "minecraft:redstone_torch" + x: -3.5d + y: -3.0d + shape: "gear" + description: [ + "This Chapter is dedicated to all things power related!" + "" + "From generating power, to transferring it wirelessly, your power related questions can be answered here!" + ] + size: 2.0d + id: "4AB0DD227471FDBF" + tasks: [{ + id: "4800DD5A7039B8B7" + type: "checkmark" + title: "All Things Power!" + }] + rewards: [{ + id: "3C8F065AEE4CDB80" + type: "xp" + xp: 10 + }] + } + { + title: "Advanced Power Generation" + icon: "biggerreactors:reactor_terminal" + x: 1.5d + y: 0.0d + shape: "hexagon" + subtitle: "Getting Started with Bigger Reactors" + description: [ + "The Bigger Reactors mod offers multi-block reactors that are completely customizable in size, efficiency, and more." + "" + "To see how to build it, check out the ponder by holding W on the casings." + "" + "The smallest reactor you can make is a 3x3." + "" + "A Bigger Reactors Questline will be available in the future." + ] + hide_dependency_lines: true + dependencies: ["4AB0DD227471FDBF"] + size: 1.5d + id: "6D6E07564D8FDD8D" + tasks: [ + { + id: "0F3CDD03BD113E3C" + type: "item" + item: "biggerreactors:reactor_casing" + count: 21L + } + { + id: "716F7F56F5BD3471" + type: "item" + item: "biggerreactors:reactor_power_tap" + } + { + id: "5E284716861DCB35" + type: "item" + item: "biggerreactors:reactor_access_port" + count: 2L + } + { + id: "5CBB67112022CF26" + type: "item" + item: "biggerreactors:reactor_terminal" + } + { + id: "387110A40BBD7648" + type: "item" + item: "biggerreactors:reactor_control_rod" + } + { + id: "7EB1CF0A9D1C5747" + type: "item" + item: "biggerreactors:reactor_fuel_rod" + } + ] + rewards: [ + { + id: "3BB81CAD72D9CC86" + type: "item" + item: "biggerreactors:reactor_glass" + count: 8 + } + { + id: "1C7FBA6844D50ABA" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.0d + y: 1.5d + shape: "diamond" + subtitle: "Using the Sun" + description: [ + "Aside from the Wind Generator, this is probably one of the best ways to generate passive RF/FE using renewable resources." + "" + "The base version produces about 17.6FE/t" + ] + hide_dependency_lines: true + dependencies: ["4B57DA2DD8F828B6"] + id: "48DC9E8E9D21A2FA" + tasks: [{ + id: "54887477FC9FECF0" + type: "item" + item: "mekanismgenerators:solar_generator" + }] + rewards: [{ + id: "2E06B6F7B5224A02" + type: "xp" + xp: 10 + }] + } + { + x: -3.5d + y: 1.0d + shape: "diamond" + subtitle: "Using the Wind" + description: [ + "Mekanism:Generators adds the Wind Generator as a simple way to generate power using the wind." + "" + "The higher up you place these, the more power they produce! They also look cool." + "" + "(About 160FE/Tick at Y319 if you are wondering)" + ] + dependencies: ["4B57DA2DD8F828B6"] + id: "109B61D7D9A0FE32" + tasks: [{ + id: "698ED1CD2646D0EA" + type: "item" + item: "mekanismgenerators:wind_generator" + }] + rewards: [{ + id: "6D68730D2527BB2B" + type: "xp" + xp: 10 + }] + } + { + x: -8.0d + y: 1.5d + shape: "diamond" + subtitle: "Mekanism's Starter Power Solution" + description: [ + "&aMekanism's&r Heat Generator is a different take on basic power production. It has two modes of creating power:" + "" + "&9Passive:&r Surrounding the generator with lava source or flowing blocks creates passive power over time through heat. Place one lava source block on top and let it flow over the sides. Make sure to have pipes connected for energy first!" + "" + "&9Active:&r Placing combustible materials such as coal or wood into the generator will burn the fuel to create power. This is not very efficient." + ] + dependencies: ["42D173B9FF8D16E4"] + id: "11D09E918015355C" + tasks: [{ + id: "44999798D86177A3" + type: "item" + item: "mekanismgenerators:heat_generator" + }] + rewards: [{ + id: "3E3F4483E3804F21" + type: "xp" + xp: 10 + }] + } + { + x: -4.0d + y: 1.5d + shape: "diamond" + subtitle: "Have a Bee Farm?" + description: [ + "If you've already set up a bee farm and have some excess honey lying around, make sure to grab a Honey Generator!" + "" + "You can pipe in excess honey and convert it to RF!" + ] + hide_dependency_lines: true + dependencies: ["4B57DA2DD8F828B6"] + id: "40DEB714CFBCD5A0" + tasks: [{ + id: "5153EFABD1A1F9F1" + type: "item" + item: "productivebees:honey_generator" + }] + rewards: [{ + id: "7378812F1E128E20" + type: "xp" + xp: 10 + }] + } + { + x: -9.0d + y: 1.5d + shape: "diamond" + description: [ + "The RFTools Coal Generator is one of the easiest to make." + "" + "It is very simple to use and creates a decent amount of power based on the combustible material you input. It automatically distributes power to adjacent blocks as well." + ] + dependencies: ["42D173B9FF8D16E4"] + id: "0BB367839D28607D" + tasks: [{ + id: "0F7D7AE91E20F778" + type: "item" + item: "rftoolspower:coalgenerator" + }] + rewards: [{ + id: "698CCE0DFA894C3A" + type: "xp" + xp: 10 + }] + } + { + x: -8.5d + y: 2.0d + shape: "diamond" + subtitle: "Industrial Foregoing's Basic Power" + description: [ + "This works just like most other coal-burning generators." + "" + "This machine can also be configured for piping in fuel." + ] + dependencies: ["42D173B9FF8D16E4"] + id: "1BEF6980660ACBF7" + tasks: [{ + id: "62DB6F893816DE59" + type: "item" + item: "industrialforegoing:pitiful_generator" + }] + rewards: [{ + id: "6021572EAD29C797" + type: "xp" + xp: 10 + }] + } + { + x: -8.5d + y: 0.0d + shape: "hexagon" + subtitle: "Starter Power" + description: [ + "This section is for basic generators that typically burn combustible resources to generate power." + "" + "These are usually starter generators." + ] + hide_dependency_lines: true + dependencies: ["4AB0DD227471FDBF"] + id: "42D173B9FF8D16E4" + tasks: [{ + id: "55F3497E936C4885" + type: "checkmark" + title: "Burning Fuel for Power" + }] + rewards: [{ + id: "0CE525ECCA99C748" + type: "xp" + xp: 10 + }] + } + { + x: -3.5d + y: 0.0d + shape: "hexagon" + description: ["This section deals with power generation using renewable resources."] + hide_dependency_lines: true + dependencies: ["4AB0DD227471FDBF"] + id: "4B57DA2DD8F828B6" + tasks: [{ + id: "58BC69C8062179B9" + type: "checkmark" + title: "Renewable Energy!" + }] + rewards: [{ + id: "7180E226607FBE39" + type: "xp" + xp: 10 + }] + } + { + title: "&9Using Pipez: &aEnergy Pipe" + x: -0.5d + y: 1.5d + shape: "diamond" + description: [ + "These are simple pipes that can be upgraded with Pipe Upgrades." + "" + "To \"extract\" power from a block, place the pipe down next to the block. On the side that is connected, shift-right click with the pipe wrench to set the pipe to extract." + ] + dependencies: ["1F81EA5E45424308"] + id: "4EEAB467C722ECE7" + tasks: [ + { + id: "467584E3BB06E9CD" + type: "item" + item: "pipez:energy_pipe" + } + { + id: "5299A78587A00044" + type: "item" + item: "pipez:wrench" + } + ] + rewards: [ + { + id: "541B029BD340E169" + type: "item" + item: "pipez:basic_upgrade" + } + { + id: "4FE5FAE1AA387086" + type: "xp" + xp: 10 + } + ] + } + { + title: "&9Using Mekanism:&a Basic Universal Cable" + x: -1.0d + y: 1.0d + shape: "diamond" + subtitle: "Mekanism's Energy Transfer Pipe" + dependencies: ["1F81EA5E45424308"] + id: "5C47935A3B2877FF" + tasks: [{ + id: "710D45F1278C8970" + type: "item" + item: "mekanism:basic_universal_cable" + }] + rewards: [{ + id: "1C5C0D374EC4391D" + type: "xp" + xp: 10 + }] + } + { + x: -1.0d + y: 0.0d + shape: "hexagon" + hide_dependency_lines: true + dependencies: ["4AB0DD227471FDBF"] + id: "1F81EA5E45424308" + tasks: [{ + id: "6D3C243268479EE9" + type: "checkmark" + title: "Transferring Power" + }] + rewards: [{ + id: "5C863FCC138617D2" + type: "xp" + xp: 10 + }] + } + { + title: "&9Wireless Transfer: &6Quantum Entangloporter" + x: -1.0d + y: 2.0d + shape: "diamond" + subtitle: "Also works for items, gases, liquids, and heat." + description: [ + "With a little work into Mekanism, this machine allows you to transfer anything wirelessly." + "" + "You can set specific channels to transfer individual items, energy, or even gases from Mekanism. It's pretty cool." + ] + dependencies: ["1F81EA5E45424308"] + id: "7FE969CB4B419FC6" + tasks: [{ + id: "3E843C44C9CD3ACC" + type: "item" + item: "mekanism:quantum_entangloporter" + }] + rewards: [{ + id: "31A1DA2A1735B16F" + type: "xp" + xp: 100 + }] + } + { + title: "&9Wireless Transfer:&6 Flux Networks" + x: -1.5d + y: 1.5d + shape: "diamond" + description: [ + "Flux Networks is a mod that pretty much covers everything to do with power." + "" + "It can store massive amounts of power and you can create a wireless network to transfer power across dimensions. It's a one-stop shop for power, minus creating it of course." + ] + dependencies: ["1F81EA5E45424308"] + id: "3F8F17B6A1DD9612" + tasks: [ + { + id: "4C4848D08EA60CEA" + type: "item" + item: "fluxnetworks:flux_plug" + } + { + id: "26DCCD9F6565FCFF" + type: "item" + item: "fluxnetworks:flux_point" + } + { + id: "7C9E68AC138A22FE" + type: "item" + item: "fluxnetworks:flux_controller" + } + { + id: "7F0AE4C079EE9FBE" + type: "item" + item: "fluxnetworks:basic_flux_storage" + } + ] + rewards: [ + { + id: "258D10A2073AC47F" + type: "item" + item: "fluxnetworks:flux_dust" + count: 4 + } + { + id: "14F9B32C8798B9AF" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.5d + y: 2.0d + shape: "diamond" + subtitle: "Even More Sun" + description: ["This upgraded Solar Generator will produce around 105.6FE/t"] + dependencies: ["48DC9E8E9D21A2FA"] + id: "2837827CCD8DE8DE" + tasks: [{ + id: "1FDFDACBEC784628" + type: "item" + item: "mekanismgenerators:advanced_solar_generator" + }] + rewards: [{ + id: "7E406787E2E65B4A" + type: "xp" + xp: 10 + }] + } + { + x: -6.0d + y: 0.0d + shape: "hexagon" + description: ["This section will be for storing power."] + hide_dependency_lines: true + dependencies: ["4AB0DD227471FDBF"] + id: "76EA017B12E8F01B" + tasks: [{ + id: "3121BA0C9976AFCD" + type: "checkmark" + title: "Storing Power" + }] + rewards: [{ + id: "477F18566EC6FB2A" + type: "xp" + xp: 10 + }] + } + { + x: -5.5d + y: 1.5d + shape: "diamond" + subtitle: "Mekanism" + description: [ + "I'm trying not to be biased here, but Mekanism has one of the best Energy storage items." + "" + "The Basic Energy Cube is easy to configure, easy to create, and stores a lot of power. It can also be upgraded, and can charge items from within the GUI." + ] + dependencies: ["76EA017B12E8F01B"] + id: "477B411F84342EEA" + tasks: [{ + id: "7C8D04DDD4C2C267" + type: "item" + item: "mekanism:basic_energy_cube" + }] + rewards: [{ + id: "039E00B83AAA154A" + type: "xp" + xp: 10 + }] + } + { + x: -6.0d + y: 2.0d + shape: "diamond" + subtitle: "RFTools" + description: [ + "RFTools offers Powercells to store power, which are multi-block storage units that can be customized and upgraded to store power." + "" + "You will need the RFTool's wrench to determine inputs and outputs for power." + ] + dependencies: ["76EA017B12E8F01B"] + id: "05B6DB75AEC01187" + tasks: [{ + id: "4B11CC3C78319F24" + type: "item" + item: "rftoolspower:cell1" + }] + rewards: [{ + id: "54A1A37A02201DB9" + type: "xp" + xp: 10 + }] + } + { + x: -6.5d + y: 1.5d + shape: "diamond" + subtitle: "Thermal Series" + description: [ + "Thermal Series offers a simple power cell to store power." + "" + "It can be upgraded with various augments within the Thermal Series mod, but is limited by being attached to 1 block. You'll need multiple cells with multiple upgrades to achieve some of the same features that many other mods provide." + ] + dependencies: ["76EA017B12E8F01B"] + id: "0F8A6478AFB21C48" + tasks: [{ + id: "0478CC93C5B99CBA" + type: "item" + item: { + id: "thermal:energy_cell" + Count: 1b + tag: { + BlockEntityTag: { + EnergyMax: 1000000 + EnergySend: 1000 + Energy: 0 + EnergyRecv: 1000 + } + } + } + }] + rewards: [{ + id: "17BCE89233B125F0" + type: "xp" + xp: 10 + }] + } + { + x: -6.0d + y: 1.0d + shape: "diamond" + subtitle: "Integrated Dynamics" + description: [ + "IntegratedDynamics provides a simple power storage system. The batteries can even be combined in a crafting table to increase the overall storage. " + "" + "This block is not configurable within an interface, and is just used to store power." + ] + dependencies: ["76EA017B12E8F01B"] + id: "72EA25D05C46D39A" + tasks: [{ + id: "460A67B09BD45CF4" + type: "item" + item: { + id: "integrateddynamics:energy_battery" + Count: 1b + tag: { + energy: 0 + } + } + }] + rewards: [{ + id: "59A5734689019951" + type: "xp" + xp: 10 + }] + } + ] +} diff --git a/config/ftbquests/quests/chapters/mekanism.snbt b/config/ftbquests/quests/chapters/mekanism.snbt index 25a1348..36caf1b 100644 --- a/config/ftbquests/quests/chapters/mekanism.snbt +++ b/config/ftbquests/quests/chapters/mekanism.snbt @@ -1,2918 +1,2918 @@ -{ - id: "23983F4DC524B14B" - group: "2B51AC12041E3F89" - order_index: 3 - filename: "mekanism" - title: "Mekanism" - icon: "mekanism:steel_casing" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - x: -7.0d - y: -2.0d - shape: "gear" - subtitle: "The Starting Machine" - description: [ - "The Metallurgic Infuser is used to craft core crafting components throughout Mekanism." - "" - "The machine works by infusing a material (middle-left slot) with an \"infuser\" (far-left slot)." - "" - "This is also how you get Steel Ingots." - ] - dependencies: ["0650996C7818ADB5"] - size: 1.5d - id: "162CE44400A63575" - tasks: [{ - id: "28277BA9F319240D" - type: "item" - item: "mekanism:metallurgic_infuser" - }] - rewards: [ - { - id: "52FEA6D9C1258DA8" - type: "item" - item: "minecraft:redstone" - count: 2 - random_bonus: 2 - } - { - id: "59927C95618B2AB5" - type: "random" - table_id: 7197061527498167330L - } - { - id: "52912755CBA30A4D" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.5d - y: -2.0d - subtitle: "Breaks Raw Ores into Dusts" - description: [ - "This machine works like a Macerator or Pulverizer, and will break ores down into dusts." - "" - "In ATM7, it breaks 3 raw ores down into 4 dusts." - "" - "This is the start of your Ore Factory. It can also be upgraded to a factory machine, increasing the slots of use." - ] - dependencies: ["488DBE69595F38F8"] - id: "08DDE018A804BFE7" - tasks: [{ - id: "1AE233B4CCFE99F7" - type: "item" - item: "mekanism:enrichment_chamber" - }] - rewards: [ - { - id: "4DF8BB733E3987AA" - type: "item" - item: "minecraft:raw_iron" - count: 3 - } - { - id: "58769DAE976C11FA" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0C4A930404601471" - type: "xp" - xp: 10 - } - ] - } - { - x: -7.0d - y: -0.5d - subtitle: "Really Only Good For 2 Things" - description: [ - "The machine creates two really strong ingots: Refined Glowstone and Refined Obsidian." - "" - "It infuses an item with Osmium to create a more powerful ingot." - ] - dependencies: ["162CE44400A63575"] - id: "195729280394ABFB" - tasks: [{ - id: "6934C61AFEB0443D" - type: "item" - item: "mekanism:osmium_compressor" - }] - rewards: [ - { - id: "7ECD36EFDEC929A1" - type: "random" - table_id: 7197061527498167330L - } - { - id: "268A8495184348CE" - type: "xp" - xp: 10 - } - ] - } - { - x: 1.0d - y: -2.0d - subtitle: "It Crushes Things." - description: ["This machine crushes ores into their \"dirty\" dust forms. This is useful to convert clumps into dirty dust, which can go through an Enrichment Chamber to create the ore dust, which then can be smelted into an ingot."] - dependencies: ["6C25D42C36175BF4"] - id: "7AE502EDB73BD57A" - tasks: [{ - id: "431D7329CFCAF880" - type: "item" - item: "mekanism:crusher" - }] - rewards: [ - { - id: "62B555EE0C1159EA" - type: "item" - item: "mekanism:dirty_dust_iron" - count: 4 - } - { - id: "282F549823B95E69" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0E0B58D60884D6AD" - type: "xp" - xp: 10 - } - ] - } - { - x: -8.125d - y: 3.125d - shape: "hexagon" - subtitle: "A bigger robot friend." - description: [ - "This machine can mine for you!" - "" - "It is completely configurable, and can even replace mined blocks with cobblestone, or whatever block you provide it with!" - ] - dependencies: ["4BDE773C3359D584"] - size: 1.25d - id: "7EA6B942D1294ED6" - tasks: [{ - id: "36FE95268A543F7C" - type: "item" - item: "mekanism:digital_miner" - }] - rewards: [ - { - id: "24EF84E5344DB715" - type: "random" - table_id: 7197061527498167330L - } - { - id: "42A4D32A98E77574" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.5d - y: 7.0d - shape: "diamond" - subtitle: "It has a BUCKET MODE!" - description: [ - "This item stores liquids." - "" - "It has a bucket mode which can be toggled to scoop up liquids with it. Very useful for lava in the beginning!" - ] - hide_dependency_lines: true - dependencies: ["58B125BD4876054C"] - size: 1.5d - id: "6DB1AAAD926486BC" - tasks: [{ - id: "54BEF9EA9F1D4374" - type: "item" - item: "mekanism:basic_fluid_tank" - }] - rewards: [ - { - id: "2DF1E2F8B6BF2589" - type: "item" - item: "minecraft:bucket" - } - { - id: "13F85F8598002FFE" - type: "xp" - xp: 10 - } - ] - } - { - x: -8.125d - y: 1.875d - shape: "hexagon" - subtitle: "A Mini-Robot To Accompany You On Your Travels" - hide_dependency_lines: false - dependencies: [ - "1FC7E9DBF92BE6AA" - "4204702AA6FBF40B" - ] - size: 1.25d - id: "4BDE773C3359D584" - tasks: [{ - id: "171E6682D1578C63" - type: "item" - item: "mekanism:robit" - }] - rewards: [ - { - id: "3405FDFD99DF7D9E" - type: "random" - table_id: 7197061527498167330L - } - { - id: "733BA4015C409DBE" - type: "xp" - xp: 100 - } - ] - } - { - x: -6.875d - y: 3.125d - shape: "hexagon" - subtitle: "Requires Hydrogen to Work!" - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.25d - id: "37D4E5ACB35D8BF1" - tasks: [{ - id: "71E922FC5BBF154C" - type: "item" - item: "mekanism:jetpack" - }] - rewards: [ - { - id: "2556E1661DDDC8CA" - type: "random" - table_id: 7197061527498167330L - } - { - id: "1D7E982934705158" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 7.0d - shape: "diamond" - subtitle: "Upgrading to Factories" - description: ["This item upgrades a base machine to a Basic Factory machine."] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.5d - id: "07AD45DCF9EE3C2E" - tasks: [{ - id: "28A769E7676E358F" - type: "item" - item: "mekanism:basic_tier_installer" - }] - rewards: [ - { - id: "7E9D506DF3FE5B8C" - type: "random" - table_id: 7197061527498167330L - } - { - id: "7A154DCDEA611E27" - type: "xp" - xp: 10 - } - ] - } - { - x: 0.0d - y: 7.75d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["07AD45DCF9EE3C2E"] - id: "493FAE3A6088518E" - tasks: [{ - id: "646785A06E01D173" - type: "item" - item: "mekanism:advanced_tier_installer" - }] - rewards: [ - { - id: "0EF4D25B2F271C43" - type: "random" - table_id: 7197061527498167330L - } - { - id: "49D731775D72A88D" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 8.25d - shape: "diamond" - dependencies: ["493FAE3A6088518E"] - id: "3E30EC9CA875A1F9" - tasks: [{ - id: "3AA211725EA97D18" - type: "item" - item: "mekanism:elite_tier_installer" - }] - rewards: [ - { - id: "654AEFEEC17DCABC" - type: "random" - table_id: 7197061527498167330L - } - { - id: "34A7A08FE327ABAD" - type: "xp" - xp: 100 - } - ] - } - { - x: -1.0d - y: 7.75d - shape: "diamond" - dependencies: ["3E30EC9CA875A1F9"] - id: "220C38510116BF36" - tasks: [{ - id: "56A8A51990C7F0A1" - type: "item" - item: "mekanism:ultimate_tier_installer" - }] - rewards: [ - { - id: "2BAB3B39820EF572" - type: "random" - table_id: 7197061527498167330L - } - { - id: "7191632FDBC16F4D" - type: "xp" - xp: 100 - } - ] - } - { - x: -8.125d - y: 4.375d - shape: "hexagon" - subtitle: "Wireless Power, Gases, Fluids, Everything." - description: [ - "This item is how you make Wireless Transfers possible." - "" - "You can set specific channels, named by you, to transfer whatever you want from it." - ] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.25d - id: "7CC49360D07086B8" - tasks: [{ - id: "0526878F9506FB48" - type: "item" - item: "mekanism:quantum_entangloporter" - }] - rewards: [ - { - id: "18DB85CED00A8626" - type: "item" - item: "mekanism:teleportation_core" - } - { - id: "623AC526E793CF87" - type: "random" - table_id: 7197061527498167330L - } - { - id: "5EA61C4244976347" - type: "xp" - xp: 100 - } - ] - } - { - x: -2.5000000000000004d - y: 7.0d - shape: "diamond" - subtitle: "Storing Power" - description: ["This block stores power, and can also be used to charge items."] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.5d - id: "09408C6DCAC90318" - tasks: [{ - id: "19C3A9D5E656FAA5" - type: "item" - item: "mekanism:basic_energy_cube" - }] - rewards: [ - { - id: "002E07C16DFB3445" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0CD8FBAF40FDD1E5" - type: "xp" - xp: 10 - } - ] - } - { - x: -2.0d - y: 7.800000000000001d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["09408C6DCAC90318"] - id: "10909A87C1953F7C" - tasks: [{ - id: "3939A98E3276095B" - type: "item" - item: "mekanism:advanced_energy_cube" - }] - rewards: [ - { - id: "4FA5186D1822B6A4" - type: "random" - table_id: 7197061527498167330L - } - { - id: "24AB492929A83BB7" - type: "xp" - xp: 100 - } - ] - } - { - x: -2.5000000000000004d - y: 8.3d - shape: "diamond" - dependencies: ["10909A87C1953F7C"] - id: "1DA058C68CF437DC" - tasks: [{ - id: "0485F28A3916A974" - type: "item" - item: "mekanism:elite_energy_cube" - }] - rewards: [ - { - id: "75FE23DFE2FA6B3B" - type: "random" - table_id: 7197061527498167330L - } - { - id: "7C97CFC3809180E9" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.0000000000000004d - y: 7.800000000000001d - shape: "diamond" - dependencies: ["1DA058C68CF437DC"] - id: "7AF982B6D8FD6C03" - tasks: [{ - id: "50A250703B09FA5A" - type: "item" - item: "mekanism:ultimate_energy_cube" - }] - rewards: [ - { - id: "032D64DAE54703D1" - type: "random" - table_id: 7197061527498167330L - } - { - id: "375F0416298634FC" - type: "xp" - xp: 100 - } - ] - } - { - x: -7.5d - y: -3.5d - shape: "hexagon" - subtitle: "The Basic Alloy for Crafting Items" - description: ["Infusing Iron with Redstone in a Metallurgic Infuser will get you one of these."] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - id: "166971866A9234C7" - tasks: [{ - id: "72CE838EFDDE6479" - type: "item" - item: "mekanism:alloy_infused" - }] - rewards: [ - { - id: "553CF82B4CDE5085" - type: "item" - item: "minecraft:redstone" - } - { - id: "7A2076948F93E6D6" - type: "xp" - xp: 10 - } - ] - } - { - x: -7.5d - y: -4.5d - shape: "hexagon" - dependencies: ["166971866A9234C7"] - id: "7940E814260C556F" - tasks: [{ - id: "2FE06FDA0A3A66C7" - type: "item" - item: "mekanism:alloy_reinforced" - }] - rewards: [ - { - id: "5FA097D4BF2A2654" - type: "item" - item: "mekanism:enriched_diamond" - } - { - id: "73EF7D1E94F0925B" - type: "xp" - xp: 10 - } - ] - } - { - x: -7.5d - y: -5.5d - shape: "hexagon" - dependencies: ["7940E814260C556F"] - id: "019D5A05A2134C7E" - tasks: [{ - id: "0DD9B2119BB50C80" - type: "item" - item: "mekanism:alloy_atomic" - }] - rewards: [ - { - id: "6C480517028750E3" - type: "item" - item: "mekanism:dust_refined_obsidian" - } - { - id: "1E437DC12A456C83" - type: "xp" - xp: 10 - } - ] - } - { - x: -6.5d - y: -3.5d - shape: "hexagon" - subtitle: "The Basic Control Circuit" - description: ["Infusing Osmium with Redstone in a Metallurgic Infuser will create you one of these."] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - id: "0498A578D0EC3254" - tasks: [{ - id: "5E51F5B17F77573E" - type: "item" - item: "mekanism:basic_control_circuit" - }] - rewards: [ - { - id: "44A42C932205CED3" - type: "item" - item: "minecraft:redstone" - } - { - id: "36DA06D55E5BB49C" - type: "xp" - xp: 10 - } - ] - } - { - x: -6.5d - y: -4.5d - shape: "hexagon" - dependencies: [ - "0498A578D0EC3254" - "166971866A9234C7" - ] - id: "6D7CABCFB50D8B0D" - tasks: [{ - id: "05F2EEE4DE21E2ED" - type: "item" - item: "mekanism:advanced_control_circuit" - }] - rewards: [ - { - id: "29E77041082DD2E9" - type: "item" - item: "mekanism:enriched_redstone" - } - { - id: "4C4A490E290BB38C" - type: "xp" - xp: 10 - } - ] - } - { - x: -6.5d - y: -5.5d - shape: "hexagon" - dependencies: [ - "6D7CABCFB50D8B0D" - "7940E814260C556F" - ] - id: "347C16F0F7CFAACF" - tasks: [{ - id: "48AC2274973C4509" - type: "item" - item: "mekanism:elite_control_circuit" - }] - rewards: [ - { - id: "5A285211E7D37512" - type: "item" - item: "mekanism:alloy_reinforced" - } - { - id: "117AA7D11A587024" - type: "xp" - xp: 10 - } - ] - } - { - x: -7.0d - y: -6.5d - shape: "hexagon" - dependencies: [ - "347C16F0F7CFAACF" - "019D5A05A2134C7E" - ] - id: "4AA150A009E904DA" - tasks: [{ - id: "7E9FCA38BA758B41" - type: "item" - item: "mekanism:ultimate_control_circuit" - }] - rewards: [ - { - id: "2EAE017B367B43AF" - type: "item" - item: "mekanism:alloy_atomic" - } - { - id: "3C70B4A824D438D9" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.5d - y: 2.0d - shape: "pentagon" - description: [ - "Infusing Iron with Coal or Charcoal in a Metallurgic Infuser will give you Enriched Iron." - "" - "Infusing the Enriched Iron with more Coal or Charcoal will give you Steel Dust, which can be smelted into Steel." - "" - "This is a major crafting component in a lot of recipes in Mekanism." - ] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.5d - id: "1B6DDF50D00CBB31" - tasks: [{ - id: "6B88F1F9DF50C1E4" - type: "item" - title: "Any #forge:ingots/steel" - icon: "alltheores:steel_ingot" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "forge:ingots/steel" - } - } - }] - rewards: [ - { - id: "2B4CF26B63BD01A1" - type: "random" - table_id: 7197061527498167330L - } - { - id: "62B5B4DCE3CD982F" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.5d - y: 4.0d - shape: "diamond" - subtitle: "For Transferring Power" - description: [""] - dependencies: ["1B6DDF50D00CBB31"] - size: 1.5d - id: "23F165DEAD225B10" - tasks: [{ - id: "56F8A49135418FD8" - type: "item" - item: "mekanism:basic_universal_cable" - }] - rewards: [ - { - id: "33E6BC2DA88E92EE" - type: "item" - item: "mekanism:basic_universal_cable" - count: 4 - } - { - id: "65D3C338D866F6C0" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.0d - y: 5.0d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["23F165DEAD225B10"] - id: "618ECDB3FB534A8A" - tasks: [{ - id: "445F3D8AA18A518A" - type: "item" - item: "mekanism:advanced_universal_cable" - }] - rewards: [ - { - id: "29B9E7D9B73A99F0" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0FEFDBFB0971C811" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.5d - y: 5.5d - shape: "diamond" - dependencies: ["618ECDB3FB534A8A"] - id: "7553689BC9202E14" - tasks: [{ - id: "6EC6D1463C65EBF2" - type: "item" - item: "mekanism:elite_universal_cable" - }] - rewards: [ - { - id: "42EDDE2A027669CF" - type: "random" - table_id: 7197061527498167330L - } - { - id: "71DC1FAB9D749E6D" - type: "xp" - xp: 10 - } - ] - } - { - x: -4.0d - y: 5.0d - shape: "diamond" - dependencies: ["7553689BC9202E14"] - id: "32E093F004E8CAC6" - tasks: [{ - id: "1ECDAF49CF1BC952" - type: "item" - item: "mekanism:ultimate_universal_cable" - }] - rewards: [ - { - id: "1DA3EC185CA8BE9F" - type: "random" - table_id: 7197061527498167330L - } - { - id: "4992789167D656CD" - type: "xp" - xp: 10 - } - ] - } - { - x: -1.5d - y: 4.0d - shape: "diamond" - subtitle: "For Transferring Fluids" - dependencies: ["1B6DDF50D00CBB31"] - size: 1.5d - id: "2EF4DD5CC254CC80" - tasks: [{ - id: "45B151086147D98D" - type: "item" - item: "mekanism:basic_mechanical_pipe" - }] - rewards: [ - { - id: "011785CCEDC7688E" - type: "item" - item: "mekanism:basic_mechanical_pipe" - count: 4 - } - { - id: "6FA14D9A12111586" - type: "xp" - xp: 10 - } - ] - } - { - x: -1.0d - y: 5.0d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["2EF4DD5CC254CC80"] - id: "1A72F7DA24E1BB09" - tasks: [{ - id: "131392325AEB228E" - type: "item" - item: "mekanism:advanced_mechanical_pipe" - }] - rewards: [ - { - id: "28A0F6D1DD5ABC8C" - type: "random" - table_id: 7197061527498167330L - } - { - id: "43AF0D7C4057994C" - type: "xp" - xp: 10 - } - ] - } - { - x: -1.5d - y: 5.5d - shape: "diamond" - dependencies: ["1A72F7DA24E1BB09"] - id: "5B3FDF651D845DF1" - tasks: [{ - id: "78C482BF65B20673" - type: "item" - item: "mekanism:elite_mechanical_pipe" - }] - rewards: [ - { - id: "62E318265FA22D19" - type: "random" - table_id: 7197061527498167330L - } - { - id: "290BF7F4A217F813" - type: "xp" - xp: 10 - } - ] - } - { - x: -2.0d - y: 5.0d - shape: "diamond" - dependencies: ["5B3FDF651D845DF1"] - id: "01C3B23461807007" - tasks: [{ - id: "25D5626BBA7615F0" - type: "item" - item: "mekanism:ultimate_mechanical_pipe" - }] - rewards: [ - { - id: "174F4154411CE222" - type: "random" - table_id: 7197061527498167330L - } - { - id: "45500FB3AC79CFE4" - type: "xp" - xp: 10 - } - ] - } - { - x: 0.5d - y: 4.0d - shape: "diamond" - subtitle: "For Transferring Gasses" - dependencies: ["1B6DDF50D00CBB31"] - size: 1.5d - id: "4434D7B66521D69A" - tasks: [{ - id: "685BFFC7BDA40FC3" - type: "item" - item: "mekanism:basic_pressurized_tube" - }] - rewards: [ - { - id: "43C7CBD7952BAF44" - type: "item" - item: "mekanism:basic_pressurized_tube" - count: 4 - } - { - id: "0C073BA4ADC6439C" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.5d - y: 4.0d - shape: "diamond" - subtitle: "For Transferring Items" - dependencies: ["1B6DDF50D00CBB31"] - size: 1.5d - id: "5B681BC43371CC5C" - tasks: [{ - id: "3F972BE9DFCA1EB5" - type: "item" - item: "mekanism:basic_logistical_transporter" - }] - rewards: [ - { - id: "75E2FFA83AB6A12A" - type: "item" - item: "mekanism:basic_logistical_transporter" - count: 4 - } - { - id: "0E81EDFBC2D49452" - type: "xp" - xp: 10 - } - ] - } - { - x: 4.5d - y: 4.0d - shape: "diamond" - subtitle: "For Transferring Heat" - dependencies: ["1B6DDF50D00CBB31"] - size: 1.5d - id: "531E3FF1F2865C67" - tasks: [{ - id: "5F4FEC0FD7C5CC33" - type: "item" - item: "mekanism:basic_thermodynamic_conductor" - }] - rewards: [ - { - id: "434BA009CC22D188" - type: "item" - item: "mekanism:basic_thermodynamic_conductor" - count: 4 - } - { - id: "02D46DE414B9402B" - type: "xp" - xp: 10 - } - ] - } - { - x: 1.0d - y: 5.0d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["4434D7B66521D69A"] - id: "768F9EBD3E115CA6" - tasks: [{ - id: "2E82ABE762A77F41" - type: "item" - item: "mekanism:advanced_pressurized_tube" - }] - rewards: [ - { - id: "2BC755C4DEF323CD" - type: "random" - table_id: 7197061527498167330L - } - { - id: "3CA544203F49B1DD" - type: "xp" - xp: 10 - } - ] - } - { - x: 0.5d - y: 5.5d - shape: "diamond" - dependencies: ["768F9EBD3E115CA6"] - id: "6424D99CBA76895B" - tasks: [{ - id: "460D2FF854258953" - type: "item" - item: "mekanism:elite_pressurized_tube" - }] - rewards: [ - { - id: "622A2FCCC3BFDD77" - type: "random" - table_id: 7197061527498167330L - } - { - id: "4B2C848A94AB89DF" - type: "xp" - xp: 10 - } - ] - } - { - x: 0.0d - y: 5.0d - shape: "diamond" - dependencies: ["6424D99CBA76895B"] - id: "546F7FF099D2696E" - tasks: [{ - id: "1E066CC63A95B288" - type: "item" - item: "mekanism:ultimate_pressurized_tube" - }] - rewards: [ - { - id: "69161884ABE804F2" - type: "random" - table_id: 7197061527498167330L - } - { - id: "189D64FDDDFC6AA3" - type: "xp" - xp: 10 - } - ] - } - { - x: 3.0d - y: 5.0d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["5B681BC43371CC5C"] - id: "30B3469DAA8D5A0A" - tasks: [{ - id: "631FDADA57127F2E" - type: "item" - item: "mekanism:advanced_logistical_transporter" - }] - rewards: [ - { - id: "7AEB19AB9872A9F0" - type: "random" - table_id: 7197061527498167330L - } - { - id: "6BBCBD12ECF90A70" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.5d - y: 5.5d - shape: "diamond" - dependencies: ["30B3469DAA8D5A0A"] - id: "46AB23E922C51517" - tasks: [{ - id: "1F7689D1D5DB5E8C" - type: "item" - item: "mekanism:elite_logistical_transporter" - }] - rewards: [ - { - id: "55B3DD4C6EF41873" - type: "random" - table_id: 7197061527498167330L - } - { - id: "77ACF6D58FB6571F" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.0d - y: 5.0d - shape: "diamond" - dependencies: ["46AB23E922C51517"] - id: "6C8431C216A66C1F" - tasks: [{ - id: "62A00D9DD3A8CA8E" - type: "item" - item: "mekanism:ultimate_logistical_transporter" - }] - rewards: [ - { - id: "6BEC988B43431E0E" - type: "random" - table_id: 7197061527498167330L - } - { - id: "32495EA2EB9D601C" - type: "xp" - xp: 10 - } - ] - } - { - x: 5.0d - y: 5.0d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["531E3FF1F2865C67"] - id: "7522F2DC9038ED92" - tasks: [{ - id: "7B1C318ACC88ED60" - type: "item" - item: "mekanism:advanced_thermodynamic_conductor" - }] - rewards: [ - { - id: "7CE8542B0820BF47" - type: "random" - table_id: 7197061527498167330L - } - { - id: "1DAAB1C491A45FA6" - type: "xp" - xp: 10 - } - ] - } - { - x: 4.5d - y: 5.5d - shape: "diamond" - dependencies: ["7522F2DC9038ED92"] - id: "55E2F8C6A71E7328" - tasks: [{ - id: "72F178B9B6C32B15" - type: "item" - item: "mekanism:elite_thermodynamic_conductor" - }] - rewards: [ - { - id: "25196B84EC5AF157" - type: "random" - table_id: 7197061527498167330L - } - { - id: "4662DD54B15AF7FF" - type: "xp" - xp: 10 - } - ] - } - { - x: 4.0d - y: 5.0d - shape: "diamond" - dependencies: ["55E2F8C6A71E7328"] - id: "5E2F9E27E6B4DF74" - tasks: [{ - id: "744EA1745278F562" - type: "item" - item: "mekanism:ultimate_thermodynamic_conductor" - }] - rewards: [ - { - id: "1498DEB1CFBCFF1C" - type: "random" - table_id: 7197061527498167330L - } - { - id: "3589979E95DB7C1B" - type: "xp" - xp: 10 - } - ] - } - { - x: -6.0d - y: -0.5d - shape: "pentagon" - dependencies: ["195729280394ABFB"] - id: "31B73D16C0199785" - tasks: [{ - id: "69CEEFADCFA28675" - type: "item" - item: "mekanism:ingot_refined_obsidian" - }] - rewards: [ - { - id: "66D918CA2A6FE21B" - type: "item" - item: "mekanism:enriched_refined_obsidian" - } - { - id: "4003D6DCC41BFE6C" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0E6DCEACCB6074DF" - type: "xp" - xp: 100 - } - ] - } - { - x: -8.0d - y: -0.5d - shape: "pentagon" - dependencies: ["195729280394ABFB"] - id: "58445E5B3957ACC8" - tasks: [{ - id: "532EE85D4748D50D" - type: "item" - item: "mekanism:ingot_refined_glowstone" - }] - rewards: [ - { - id: "356543506AA2B6B0" - type: "item" - item: "minecraft:glowstone_dust" - count: 2 - } - { - id: "7B3AD733695E004D" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: -2.0d - subtitle: "It makes Clumps." - description: [ - "This machine \"Purifies\" our ores. It turns 1 Raw Ore into 2 \"Clumps\", which can then be sent through a Crusher to be turned to dirty dusts, then through an Enrichment Chamber to get clean dust, then through a smelter to be turned to an ingot." - "" - "This will double your ingot output." - "" - "This machine requires &aOxygen&r to run, which is created by pumping water into an &6Electrolytic Separator&r." - ] - dependencies: [ - "18D88932916C7A98" - "407EFAF528871014" - ] - id: "6C25D42C36175BF4" - tasks: [{ - id: "4983AE3B954BF2FE" - type: "item" - item: "mekanism:purification_chamber" - }] - rewards: [ - { - id: "258304336DF472BB" - type: "item" - item: "mekanism:clump_iron" - count: 4 - } - { - id: "20D0EFFC09ECB28D" - type: "random" - table_id: 7197061527498167330L - } - { - id: "2AF72C7C24D94674" - type: "xp" - xp: 10 - } - ] - } - { - x: -5.0d - y: -2.0d - subtitle: "Mekanism's Powered Furnace" - description: [ - "This machine smelts items." - "" - "It can be upgraded into a Smelting Factory, increasing the total number of smelting slots up to a maximum of 9." - ] - dependencies: ["162CE44400A63575"] - id: "488DBE69595F38F8" - tasks: [{ - id: "5A081977DB9407EA" - type: "item" - item: "mekanism:energized_smelter" - }] - rewards: [ - { - id: "43FE96E4A4A00D5C" - type: "item" - item: "minecraft:raw_iron" - count: 2 - } - { - id: "699241EB28E47F5E" - type: "random" - table_id: 7197061527498167330L - } - { - id: "40AB668F74703AC6" - type: "xp" - xp: 10 - } - ] - } - { - x: -2.0d - y: -2.0d - subtitle: "Time to Break It Down" - description: [ - "The Electrolytic Separator (big fancy name) is used to separate chemicals from certain liquids and gases." - "" - "You'll need a bunch of these if you plan on making an Ore Processing Factory." - "" - "To start, make one of these and we'll break down the most basic fluid: Water." - ] - dependencies: ["08DDE018A804BFE7"] - id: "18D88932916C7A98" - tasks: [{ - id: "054CC6FB5173F8A3" - type: "item" - item: "mekanism:electrolytic_separator" - }] - rewards: [ - { - id: "58B361AC94AEB36D" - type: "item" - item: "mekanism:alloy_infused" - random_bonus: 1 - } - { - id: "7863B65A90948AAA" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0C296148AF479F71" - type: "xp" - xp: 10 - } - ] - } - { - x: -2.0d - y: -4.0d - subtitle: "Burn Gases into Power!" - description: [ - "This generator can burn both Hydrogen and Ethylene to produce power." - "" - "Note: Burning Hydrogen will not produce more power than it costs to run an Electrolytic Separator. Use for Ethylene instead." - ] - dependencies: ["407EFAF528871014"] - id: "3EC9D0DA61B45328" - tasks: [{ - id: "2C13E8B67BC61E34" - type: "item" - item: "mekanismgenerators:gas_burning_generator" - }] - rewards: [ - { - id: "5E48D3BDD3BDAF4C" - type: "item" - item: "mekanism:alloy_infused" - count: 2 - } - { - id: "58BEEEC6C7661895" - type: "random" - table_id: 7197061527498167330L - } - { - id: "56B7014FCB396F47" - type: "xp" - xp: 100 - } - ] - } - { - x: 5.0d - y: -2.0d - subtitle: "Turns 3 Raw Ore into 8 Ore Shards" - description: [ - "This machine is the next step to your Ore Processing Factory. Add this to the left of your Purification Chamber to build on to your current ore factory!" - "" - "This machine requires &aHydrogen Chloride&r to operate. To find out how to create Hydrogen Chloride, follow the quest above!" - ] - dependencies: ["263220DCCDB90E29"] - id: "4F1C04C0F6769825" - tasks: [{ - id: "443DCB7E2E45F3DD" - type: "item" - item: "mekanism:chemical_injection_chamber" - }] - rewards: [ - { - id: "241F3906AE9BC520" - type: "item" - item: "mekanism:alloy_infused" - count: 2 - } - { - id: "566771B41B345645" - type: "random" - table_id: 7197061527498167330L - } - { - id: "2216852A9C647509" - type: "xp" - xp: 100 - } - ] - } - { - x: 5.5d - y: -4.0d - subtitle: "The Chemical Combiner" - description: [ - "This machine combines two gases to create a new gas." - "" - "You'll need this to combine Chlorine with Hydrogen to create Hyrdogen Chloride, which is then used in our Chemical Injection Chamber." - ] - dependencies: ["603877AB96321F1A"] - id: "04E2D539E33B7B0F" - tasks: [{ - id: "31D203EC92BEA66F" - type: "item" - item: "mekanism:chemical_infuser" - }] - rewards: [ - { - id: "3C71942DE8376D3A" - type: "random" - table_id: 7197061527498167330L - } - { - id: "576766449D68D6D4" - type: "xp" - xp: 100 - } - ] - } - { - title: "Thermal Evaporation Plant" - x: 5.0d - y: -3.0d - subtitle: "Water turns into Brine!" - description: [ - "To get Hydrogen Chloride for our machines, we'll need to first create &aBrine&r." - "" - "To do this, we'll need a Thermal Evaporation Plant. This is a multi-block structure." - "" - "To start, create a 4x3x4 structure that is hollow in the middle, except for the base. You can replace any of the sides with a Controller or Valve." - "" - "You'll need at least 1 controller, and at least 2 valves." - "" - "Pump in water, and you'll start collecting brine, which can be pumped into an &aElectrolytic Separator&r to extract &6Chlorine&r from the gas." - "{image:atm:textures/thermalplant.png width:200 height:200 align:1}" - ] - dependencies: ["4F1C04C0F6769825"] - id: "603877AB96321F1A" - tasks: [ - { - id: "716D483EFC35F6F3" - type: "item" - item: "mekanism:thermal_evaporation_controller" - } - { - id: "33D7942176AD257D" - type: "item" - item: "mekanism:thermal_evaporation_block" - count: 37L - } - { - id: "4BAD2AADFE32215A" - type: "item" - item: "mekanism:thermal_evaporation_valve" - count: 2L - } - ] - rewards: [ - { - id: "7C0FF0123BCFA127" - type: "item" - item: "mekanism:ingot_steel" - count: 2 - random_bonus: 2 - } - { - id: "3BC1C8A0556253D3" - type: "random" - table_id: 7197061527498167330L - } - { - id: "2A58C351E36E9DD3" - type: "xp" - xp: 100 - } - ] - } - { - title: "The Start of a Tier 4 Ore Factory" - x: 8.0d - y: -2.0d - description: [ - "We will need to add 3 more machines to our current setup." - "" - "The first part of the process is the Chemical Dissolution Chamber." - "" - "This machine requires &aSulfuric Acid&r to break down raw ores into an \"Ore Slurry.\"" - "" - "To get Sulfuric Acid, we'll need a new setup, which is explained further in the above quests." - ] - dependencies: ["1112E4E2CCEB2467"] - id: "4F436770D30D8520" - tasks: [{ - id: "1FE5AA0FF1F9BB51" - type: "item" - item: "mekanism:chemical_dissolution_chamber" - }] - rewards: [ - { - id: "168E7AFB6769C922" - type: "item" - item: "mekanism:ingot_refined_obsidian" - count: 2 - random_bonus: 2 - } - { - id: "455096107C4695CC" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0A42ABE6D34462D5" - type: "xp" - xp: 100 - } - ] - } - { - x: 7.5d - y: -3.5d - description: [ - "To make Sulfuric Acid, you'll need to create &aWater Vapor&r." - "" - "Pump some water into this machine and it'll convert it into vapor. " - ] - dependencies: ["4F436770D30D8520"] - id: "4236B9F071BE18F3" - tasks: [{ - id: "50D9504BFFB97A27" - type: "item" - item: "mekanism:rotary_condensentrator" - }] - rewards: [ - { - id: "2AAB70B739306C6C" - type: "random" - table_id: 7197061527498167330L - } - { - id: "31A8BB8FAFD364E7" - type: "xp" - xp: 10 - } - ] - } - { - x: 8.5d - y: -3.5d - description: [ - "Okay, let's start with making Sulfur Dioxide first." - "" - "Start by placing Gunpowder in a separate &aChemical Injection Chamber&r with Hydrogen Chloride to create Sulfur Dust. OR you can just pulverize Sulfur from Thermal Series into sulfur dust from THAT mod, it's up to you." - "" - "Feeding the Sulfur Dust into this machine, the &aChemical Oxidizer&r, will create Sulfur Dioxide. Now we need to create Sulfur Trioxide." - "" - "Send the Sulfur Dioxide into a Chemical Infuser to combine it with Oxygen to create Sulfur Trioxide. Send the Trioxide to another Chemical Infuser to combine it with Water Vapor to create Sulfuric Acid." - "" - "It's a lot." - ] - dependencies: ["4F436770D30D8520"] - id: "2E274BEEF2B0B8C7" - tasks: [ - { - id: "21BFDF262D2A9DB3" - type: "item" - item: "mekanism:chemical_oxidizer" - } - { - id: "4FFA4CDB37CDFCC8" - type: "item" - item: "mekanism:dust_sulfur" - } - ] - rewards: [ - { - id: "352AE8CE9CFD6D38" - type: "random" - table_id: 7197061527498167330L - } - { - id: "2F7DD21804D3F74C" - type: "xp" - xp: 100 - } - ] - } - { - title: "Heating Up our Brine Production" - x: 4.5d - y: -4.0d - subtitle: "Hot Brine here. Get Your Hot Brine here." - description: [ - "The Thermal Evaporation Plant multi-block produces Brine based on the internal temperature." - "" - "There are several methods to increase the temperature of the plant, including building them in a desert!" - "" - "The &aFuelwood Heater&r burns buckets of Lava, which can them be piped in using a pipe that transfers heat." - "" - "The &aResistive Heater&r uses RF/FE to produce heat, and can be set to use whatever RF/FE you want it to use." - ] - dependencies: ["603877AB96321F1A"] - id: "027084AE2DF5EBA6" - tasks: [{ - id: "3E483D602640BB7D" - type: "checkmark" - title: "Increasing Our Brine Production" - }] - rewards: [ - { - id: "3EF65B888EC38888" - type: "item" - item: "mekanism:thermal_evaporation_valve" - } - { - id: "12B2CD9579419F81" - type: "xp" - xp: 10 - } - ] - } - { - title: "Custom Portals!" - x: -9.375d - y: 3.125d - shape: "hexagon" - subtitle: "Teleportation at its finest." - description: [ - "To create a custom Portal, place down a single Teleporter block. Connect power to the block." - "" - "Create a \"Portal Frame\" with the teleporter block being the base of the portal." - "" - "The final product will be a 4x3 portal structure, with the two blocks in the middle creating the portal." - ] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.25d - id: "7B0DFA55B4D8B16D" - tasks: [ - { - id: "2C1730C4F7CB8377" - type: "item" - item: "mekanism:teleporter_frame" - count: 9L - } - { - id: "68FE61A81A5C1390" - type: "item" - item: "mekanism:teleporter" - } - ] - rewards: [ - { - id: "1BF6EFE93A37AF5C" - type: "item" - item: "mekanism:teleportation_core" - } - { - id: "4893EC372720D401" - type: "random" - table_id: 7197061527498167330L - } - { - id: "7638B4BA27EA012E" - type: "xp" - xp: 100 - } - ] - } - { - x: -9.375d - y: 1.875d - shape: "hexagon" - subtitle: "Portable Battery Pack" - description: [ - "This item is used to store power, and functions like a portable battery pack." - "" - "It is also an important crafting item in Mekanism." - ] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.25d - id: "1FC7E9DBF92BE6AA" - tasks: [{ - id: "79EF9001D76FD91D" - type: "item" - item: "mekanism:energy_tablet" - }] - rewards: [ - { - id: "71757B9EB777A90A" - type: "random" - table_id: 7197061527498167330L - } - { - id: "118BA15EE6BE785F" - type: "xp" - xp: 10 - } - ] - } - { - x: 0.5d - y: 9.5d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["166971866A9234C7"] - id: "3C8D9278B81BB37A" - tasks: [{ - id: "46C5C0922839BDCA" - type: "item" - item: "mekanism:upgrade_speed" - }] - rewards: [ - { - id: "7EB456E52AAA2685" - type: "random" - table_id: 7197061527498167330L - } - { - id: "05078555F0B50C46" - type: "xp" - xp: 10 - } - ] - } - { - x: 1.0d - y: 10.0d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["166971866A9234C7"] - id: "0ACE573560A19309" - tasks: [{ - id: "1B5CF4B0B6D3F6F9" - type: "item" - item: "mekanism:upgrade_energy" - }] - rewards: [ - { - id: "1CD0AB579EAB2073" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0B54660C3D8B7D52" - type: "xp" - xp: 10 - } - ] - } - { - x: -0.5d - y: 9.5d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["166971866A9234C7"] - id: "763FB27929E053BE" - tasks: [{ - id: "43E4874F23459DB1" - type: "item" - item: "mekanism:upgrade_filter" - }] - rewards: [ - { - id: "103C389B08EA61DA" - type: "random" - table_id: 7197061527498167330L - } - { - id: "063BFCFDD1528E5F" - type: "xp" - xp: 10 - } - ] - } - { - x: 0.0d - y: 10.0d - shape: "diamond" - subtitle: "shhhhh... too loud...." - hide_dependency_lines: true - dependencies: ["166971866A9234C7"] - id: "001DE8028CAF0A08" - tasks: [{ - id: "126FB3CA8F2CCF11" - type: "item" - item: "mekanism:upgrade_muffling" - }] - rewards: [ - { - id: "0A099579F90657E4" - type: "random" - table_id: 7197061527498167330L - } - { - id: "4D74CDF6AE6E40C3" - type: "xp" - xp: 10 - } - ] - } - { - x: 0.5d - y: 10.5d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["166971866A9234C7"] - id: "09830BB2A23E94B4" - tasks: [{ - id: "70A4BDDF6392DC9D" - type: "item" - item: "mekanism:upgrade_gas" - }] - rewards: [ - { - id: "37BB7B57D72C0E8C" - type: "random" - table_id: 7197061527498167330L - } - { - id: "4D45C6C905944505" - type: "xp" - xp: 10 - } - ] - } - { - x: 1.5d - y: 9.5d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["166971866A9234C7"] - id: "515A60B89ED5440D" - tasks: [{ - id: "0872B5A950703C8A" - type: "item" - item: "mekanism:upgrade_stone_generator" - }] - rewards: [ - { - id: "38FD0131ED5FEF8B" - type: "random" - table_id: 7197061527498167330L - } - { - id: "4D2F9BA2D7981111" - type: "xp" - xp: 10 - } - ] - } - { - x: -9.375d - y: 4.375d - shape: "hexagon" - subtitle: "Mekanism's Wrench" - description: ["This item is used to configure many of the items in Mekanism, from changing pipes to \"Pull or Push\" or rotating machines."] - hide_dependency_lines: true - dependencies: ["1FC7E9DBF92BE6AA"] - size: 1.25d - id: "5E116409DC7D30BB" - tasks: [{ - id: "2612CACBDDF9AD1A" - type: "item" - item: "mekanism:configurator" - }] - rewards: [ - { - id: "38057234ABE98B7A" - type: "random" - table_id: 7197061527498167330L - } - { - id: "7B99F69BA1AB0098" - type: "xp" - xp: 10 - } - ] - } - { - title: "Water Source" - x: -2.0d - y: -3.0d - subtitle: "The All-Mighty Infinite Water Source" - description: [ - "To start breaking down water, we'll need a water source. The Kitchen Sink provides infinite water, and can easily be set up to pump out water." - "" - "Alternatively, you can always just use the classic infinite water source with a Pump from Mekanism." - "" - "Pump the water into your Electrolytic Separator to split the water into Hydrogen and Oxygen." - ] - dependencies: ["18D88932916C7A98"] - id: "407EFAF528871014" - tasks: [{ - id: "16DAFC5C5846015A" - type: "item" - item: "cookingforblockheads:sink" - }] - rewards: [ - { - id: "5F4E37BD22336518" - type: "item" - item: "minecraft:water_bucket" - } - { - id: "661BF73705DAFB31" - type: "xp" - xp: 100 - } - ] - } - { - x: 4.0d - y: 7.800000000000004d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["6DB1AAAD926486BC"] - id: "30F8BA43B1BB9035" - tasks: [{ - id: "5FFEF5D6055A67B1" - type: "item" - item: "mekanism:advanced_fluid_tank" - }] - rewards: [ - { - id: "68FCEAF6FC113984" - type: "random" - table_id: 7197061527498167330L - } - { - id: "4E84D5C93A175BAE" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.5d - y: 8.300000000000004d - shape: "diamond" - dependencies: ["30F8BA43B1BB9035"] - id: "5F94483E05D2F528" - tasks: [{ - id: "05059B48A8F56BC5" - type: "item" - item: "mekanism:elite_fluid_tank" - }] - rewards: [ - { - id: "34D281AF21304592" - type: "random" - table_id: 7197061527498167330L - } - { - id: "310591995AE450E0" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.0d - y: 7.800000000000004d - shape: "diamond" - dependencies: ["5F94483E05D2F528"] - id: "712CB147B5873121" - tasks: [{ - id: "33F9C615B944909A" - type: "item" - item: "mekanism:ultimate_fluid_tank" - }] - rewards: [ - { - id: "11A26AE87671CC86" - type: "random" - table_id: 7197061527498167330L - } - { - id: "00B48685B5FE781C" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.5000000000000053d - y: 7.0d - shape: "diamond" - subtitle: "Storing All That Gas" - description: ["This block stores gases."] - hide_dependency_lines: true - dependencies: ["58B125BD4876054C"] - size: 1.5d - id: "41EB0C570FC54F43" - tasks: [{ - id: "665B9818855C0028" - type: "item" - item: "mekanism:basic_chemical_tank" - }] - rewards: [ - { - id: "2BA7618ACAED912E" - type: "random" - table_id: 7197061527498167330L - } - { - id: "6A2363D77EC727F8" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.0d - y: 7.800000000000004d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["41EB0C570FC54F43"] - id: "1162544BA1B2B0F3" - tasks: [{ - id: "78CFB8D559DA92AE" - type: "item" - item: "mekanism:advanced_chemical_tank" - }] - rewards: [ - { - id: "11600E65D29E4987" - type: "random" - table_id: 7197061527498167330L - } - { - id: "05ED665CB2C849D2" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.5d - y: 8.300000000000004d - shape: "diamond" - dependencies: ["1162544BA1B2B0F3"] - id: "4C4B1602E2AFC314" - tasks: [{ - id: "1D2AE44FA5391B71" - type: "item" - item: "mekanism:elite_chemical_tank" - }] - rewards: [ - { - id: "1866147DD8145A9F" - type: "random" - table_id: 7197061527498167330L - } - { - id: "2CF135C8D597A4A4" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.0d - y: 7.800000000000004d - shape: "diamond" - dependencies: ["4C4B1602E2AFC314"] - id: "0C0D0B80B3FA26F2" - tasks: [{ - id: "5FD0078940E64A4C" - type: "item" - item: "mekanism:ultimate_chemical_tank" - }] - rewards: [ - { - id: "35D89D94AE8BCBD3" - type: "random" - table_id: 7197061527498167330L - } - { - id: "77A4A2D6E72F8CE5" - type: "xp" - xp: 100 - } - ] - } - { - x: 9.0d - y: 2.5d - shape: "octagon" - subtitle: "Produces about 17.6FE/t" - description: ["Generates power from the sun!"] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.5d - id: "74200A48498DD7F8" - tasks: [{ - id: "22ACFEB806D68385" - type: "item" - item: "mekanismgenerators:solar_generator" - }] - rewards: [ - { - id: "1E2B1E4B956092D9" - type: "random" - table_id: 7197061527498167330L - } - { - id: "74FCF5135C24D033" - type: "xp" - xp: 100 - } - ] - } - { - x: -8.875d - y: -1.975d - shape: "octagon" - subtitle: "Basic Power Gen" - description: [ - "The Heat Generator has 2 modes to generate power:" - "" - "&9Passive:&r Surrounding the generator with lava source or flowing blocks creates passive power by creating heat. Place one lava source block on top, and let it flow over the sides. Make sure to connect pipes first!" - "" - "&9Active:&r Placing combustible materials such as coal or wood into the generator will burn the fuel to create power." - ] - dependencies: ["6F62B5510FA881CD"] - size: 1.25d - id: "0650996C7818ADB5" - tasks: [{ - id: "7BA12BAB8271E170" - type: "item" - item: "mekanismgenerators:heat_generator" - }] - rewards: [ - { - id: "7072D079156C2A44" - type: "item" - item: "alltheores:osmium_ingot" - } - { - id: "6D2DD795F34A4177" - type: "xp" - xp: 10 - } - ] - } - { - x: 10.5d - y: 4.0d - shape: "octagon" - description: ["This generator will burn Bio Fuel into energy. It produces around 140FE/t."] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.5d - id: "6CD1720B76F47806" - tasks: [{ - id: "36B12984060A90FD" - type: "item" - item: "mekanismgenerators:bio_generator" - }] - rewards: [ - { - id: "1301C1670E4241EF" - type: "random" - table_id: 7197061527498167330L - } - { - id: "45C7E780DC5681CF" - type: "xp" - xp: 100 - } - ] - } - { - x: 9.0d - y: 4.0d - shape: "octagon" - description: [ - "If you're wondering if it is worth making this upgrade, the answer is yes." - "" - "This version produces 105.6FE/t. It also can be used to add extra heat to Thermal Evaporation Plants." - ] - dependencies: ["74200A48498DD7F8"] - size: 1.5d - id: "4EDD96EB60EF5814" - tasks: [{ - id: "4F0B3CA66BE1AEE1" - type: "item" - item: "mekanismgenerators:advanced_solar_generator" - }] - rewards: [ - { - id: "7C9221EEC576875E" - type: "random" - table_id: 7197061527498167330L - } - { - id: "0736D51EE3F58FA4" - type: "xp" - xp: 100 - } - ] - } - { - x: 10.5d - y: 2.5d - shape: "octagon" - subtitle: "Generates Power from the Wind" - description: [ - "This is a great option for generating power." - "" - "This generates around 40FE/t, and increases based on how high you are. The higher the Y level, the more power it produces!" - ] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.5d - id: "7778937DF377C1B4" - tasks: [{ - id: "50624A39AD15A8A6" - type: "item" - item: "mekanismgenerators:wind_generator" - }] - rewards: [ - { - id: "31ABFC11245A8E49" - type: "random" - table_id: 7197061527498167330L - } - { - id: "32DF83533E5D7416" - type: "xp" - xp: 100 - } - ] - } - { - title: "&dMekanism&r" - icon: { - id: "mekanism:creative_energy_cube" - Count: 1b - tag: { - mekData: { - EnergyContainers: [{ - Container: 0b - stored: "18446744073709551615.9999" - }] - } - } - } - x: -13.0d - y: -2.0d - shape: "square" - subtitle: "The Start of Your Own Factory" - description: [ - "Mekanism is a tech mod that will change the way you play Minecraft." - "" - "The mod focuses on breaking down materials to their chemical makeup, and getting the best out of every material you come across. " - "" - "This mod features Hydrogen-Powered Jetpacks, a mini-robotic friend, reactors, a Digital Miner to automate mining, and much, much more." - ] - size: 2.0d - id: "58B125BD4876054C" - tasks: [{ - id: "2362792C3ABCDBA5" - type: "checkmark" - title: "Mekanism" - }] - rewards: [ - { - id: "7D519C36EA3CF356" - type: "item" - item: "alltheores:raw_osmium" - } - { - id: "1C5A7C0402C237DD" - type: "xp" - xp: 10 - } - ] - } - { - title: "Osmium" - x: -10.5d - y: -2.0d - subtitle: "The Base Crafting Ingot" - dependencies: ["58B125BD4876054C"] - id: "6F62B5510FA881CD" - tasks: [{ - id: "52967F83338A3AC3" - type: "item" - item: "alltheores:osmium_ingot" - }] - rewards: [ - { - id: "52CF295425D3C2B9" - type: "item" - item: "alltheores:raw_osmium" - random_bonus: 1 - } - { - id: "75AA096A6B99BFA3" - type: "xp" - xp: 10 - } - ] - } - { - x: 3.0d - y: -2.0d - shape: "hexagon" - subtitle: "Tier 2 Ore Factory" - description: [ - "So far, to \"double\" our ingot output, your setup should look something like this:" - "" - "Raw Ore goes into your &aPurification Chamber&r, which is being fed &aOxygen&r from an &6Electrolytic Separator&r." - "" - "It then outputs the product into the &aCrusher&r, which converts the ore clumps into \"dirty dusts\". This \"Dirty Dust\" is fed into an &aEnrichment Chamber&r, which converts the \"Dirty Dust\" into the appropriate \"Ore Dust.\"" - "" - "The &aEnrichment Chamber&r then feeds into your preferred smelter of choice. You follow?" - ] - dependencies: ["7AE502EDB73BD57A"] - size: 1.5d - id: "263220DCCDB90E29" - tasks: [{ - id: "46C4C1AD9FA5BEE2" - type: "checkmark" - title: "Our Setup So Far" - }] - rewards: [ - { - id: "07F4FEA9CD91FB7B" - type: "item" - item: "mekanism:alloy_infused" - count: 2 - } - { - id: "12132365C99DF4EB" - type: "xp" - xp: 10 - } - ] - } - { - x: 6.5d - y: -2.0d - subtitle: "Tier 3 Ore Factory" - description: [ - "So now, you should have 5 machines ready to go to process your ores. Are you ready to make it even more complicated?" - "" - "Your factory should be: Chemical Injection Chamber > Purifying Chamber > Crusher > Enrichment Chamber > Furnace/Smelter." - "" - "Easy so far, right?" - "" - "Well buckle up. It's about to get wild." - ] - dependencies: [ - "4F1C04C0F6769825" - "04E2D539E33B7B0F" - ] - id: "1112E4E2CCEB2467" - tasks: [{ - id: "57F40CFA03BD36EF" - type: "checkmark" - title: "The Hard Part" - }] - rewards: [{ - id: "0B129E30AA37E379" - type: "xp" - xp: 10 - }] - } - { - x: 16.0d - y: -1.9500000000000002d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["58B125BD4876054C"] - size: 1.5d - id: "1C86908F5A1FABC0" - tasks: [{ - id: "300ABE43848D019B" - type: "item" - item: "mekanism:meka_tool" - }] - rewards: [ - { - id: "66D94C23A4C3A6AC" - type: "random" - table_id: 7197061527498167330L - } - { - id: "233C0CFF6DA6F3EC" - type: "xp" - xp: 1000 - } - ] - } - { - x: 14.5d - y: -4.199999999999999d - shape: "square" - hide_dependency_lines: true - dependencies: ["58B125BD4876054C"] - size: 1.5d - id: "03CAD4948ECF0B0F" - tasks: [{ - id: "1CB052C01659D6FD" - type: "item" - item: "mekanism:mekasuit_helmet" - }] - rewards: [ - { - id: "13707E303FFAB18D" - type: "item" - item: "mekanism:pellet_polonium" - } - { - id: "31AFE6B757175202" - type: "random" - table_id: 7197061527498167330L - } - { - id: "3A6298D80801B58E" - type: "xp" - xp: 1000 - } - ] - } - { - x: 14.5d - y: -2.7d - shape: "square" - hide_dependency_lines: true - dependencies: ["58B125BD4876054C"] - size: 1.5d - id: "5EC325720523801E" - tasks: [{ - id: "50E98618A0D7C873" - type: "item" - item: "mekanism:mekasuit_bodyarmor" - }] - rewards: [ - { - id: "5E8F1330F126A12E" - type: "item" - item: "mekanism:pellet_polonium" - } - { - id: "52A2632789560E3B" - type: "random" - table_id: 7197061527498167330L - } - { - id: "29782FF8E879516A" - type: "xp" - xp: 1000 - } - ] - } - { - x: 14.5d - y: -1.2000000000000002d - shape: "square" - hide_dependency_lines: true - dependencies: ["58B125BD4876054C"] - size: 1.5d - id: "544B230E7DC944CA" - tasks: [{ - id: "0638BD9EFEE20F97" - type: "item" - item: "mekanism:mekasuit_pants" - }] - rewards: [ - { - id: "27480E70BA3B5C96" - type: "item" - item: "mekanism:pellet_polonium" - } - { - id: "15BF5C450B139FE3" - type: "random" - table_id: 7197061527498167330L - } - { - id: "1E60842267FDC593" - type: "xp" - xp: 1000 - } - ] - } - { - x: 14.5d - y: 0.30000000000000004d - shape: "square" - hide_dependency_lines: true - dependencies: ["58B125BD4876054C"] - size: 1.5d - id: "77235CDC61136465" - tasks: [{ - id: "36FFFB742E28B797" - type: "item" - item: "mekanism:mekasuit_boots" - }] - rewards: [ - { - id: "16383CD9381D3C28" - type: "item" - item: "mekanism:pellet_polonium" - } - { - id: "523A6C357802EC0A" - type: "random" - table_id: 7197061527498167330L - } - { - id: "06F08DF4BCA0C969" - type: "xp" - xp: 1000 - } - ] - } - { - x: -3.5d - y: -3.0d - description: [ - "Combines gases, solid items, and liquids to produce an item and by-product." - "" - "This machine is needed to create end-game materials and armor." - ] - dependencies: ["08DDE018A804BFE7"] - id: "587A19FC348387C5" - tasks: [{ - id: "1C162E39F2ACA72F" - type: "item" - item: "mekanism:pressurized_reaction_chamber" - }] - rewards: [ - { - id: "7F4F10CD3B125E3A" - type: "item" - item: "mekanism:basic_control_circuit" - count: 2 - } - { - id: "583CAD36267241C2" - type: "random" - table_id: 7197061527498167330L - } - { - id: "6153A09A9D197270" - type: "xp" - xp: 10 - } - ] - } - { - title: "Bio Fuel" - x: 1.0d - y: -3.0d - description: ["The Crusher can also break down natural substances into Bio Fuel!"] - dependencies: ["7AE502EDB73BD57A"] - id: "3B43DB1A6B0A7B44" - tasks: [{ - id: "05138E2E906020F3" - type: "item" - item: "mekanism:bio_fuel" - count: 2L - }] - rewards: [ - { - id: "174A1D24134BB9DC" - type: "item" - item: "mekanism:bio_fuel" - } - { - id: "72D588EA49839008" - type: "xp" - xp: 10 - } - ] - } - { - title: "Substrates" - x: 1.0d - y: -4.0d - description: [ - "When Bio Fuel is combined with Water and Hydrogen in a &aPressurized Reaction Chamber&r it creates Substrates. It also creates Ethylene as a by-product." - "" - "These are needed to create HDPE pellets, which is used for end-game crafts like the Meka-suit." - ] - dependencies: ["3B43DB1A6B0A7B44"] - id: "5047792C6EF6D2AD" - tasks: [{ - id: "1F6A5B58DF94730B" - type: "item" - item: "mekanism:substrate" - count: 3L - }] - rewards: [ - { - id: "4501F6A232456167" - type: "item" - item: "mekanism:substrate" - } - { - id: "1979E89900B74A27" - type: "xp" - xp: 10 - } - ] - } - { - title: "HDPE Pellets" - x: 1.0d - y: -5.0d - description: ["Combining Oxygen, Ethylene, and a Substrate in a &aPressurized Reaction Chamber&r will create an HDPE Pellet."] - dependencies: ["5047792C6EF6D2AD"] - id: "76A38CCA5816CDAD" - tasks: [{ - id: "62E8F3CC847BBD3D" - type: "item" - item: "mekanism:hdpe_pellet" - count: 3L - }] - rewards: [ - { - id: "16F49D5355A06C1B" - type: "item" - item: "mekanism:substrate" - count: 2 - } - { - id: "1138396810238D01" - type: "xp" - xp: 10 - } - ] - } - { - x: 1.0d - y: -6.0d - description: ["To get an HDPE Sheet, place 3 HDPE Pellets in an Enrichment Chamber."] - dependencies: ["76A38CCA5816CDAD"] - id: "47106CE1937C4340" - tasks: [{ - id: "6EE6F07986BAFC3B" - type: "item" - item: "mekanism:hdpe_sheet" - }] - rewards: [ - { - id: "78A06CC539C1B6AE" - type: "item" - item: "mekanism:hdpe_pellet" - count: 3 - } - { - id: "6222BDC7235A0FBC" - type: "xp" - xp: 100 - } - ] - } - { - x: -6.875d - y: 4.375d - shape: "hexagon" - subtitle: "Mekanism's All In One Tool" - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.25d - id: "49675EA8CBCA1388" - tasks: [{ - id: "79F38A9428A0A23D" - type: "item" - item: "mekanism:atomic_disassembler" - }] - rewards: [ - { - id: "1E9683F66A5FE752" - type: "random" - table_id: 7197061527498167330L - } - { - id: "76A57DE86B17E93A" - type: "xp" - xp: 100 - } - ] - } - { - title: "Enriched Items" - x: -3.5d - y: -0.5d - subtitle: "Enrich your items first!" - description: [ - "Using the Enrichment Chamber, you can enrich items to convert them into Enriched variants." - "" - "These \"Enriched\" items give 8x the amount of mb in a Metallurgic Infuser." - "" - "If you plan on making a bunch of steel, Enrich your Charcoal first!" - ] - dependencies: ["08DDE018A804BFE7"] - id: "0F326EEEC2EBE4E5" - tasks: [{ - id: "4B60ACBCC3B46D1D" - type: "item" - item: "mekanism:enriched_carbon" - }] - rewards: [ - { - id: "1B7E6CC9019F43AB" - type: "item" - item: "mekanism:enriched_carbon" - count: 2 - } - { - id: "04127BD3A4706FE4" - type: "xp" - xp: 10 - } - ] - } - { - x: 9.5d - y: -2.0d - subtitle: "Giving Ores a Bath" - description: [ - "This machine needs water to operate, and uses the water to clean \"Ore Slurry\" into \"Clean Ore Slurry.\"" - "" - "It will be part 2 of your Tier 4 Ore Processing Factory." - ] - dependencies: ["4F436770D30D8520"] - id: "4AFF81D3D0E78255" - tasks: [{ - id: "1DA159AA61B37545" - type: "item" - item: "mekanism:chemical_washer" - }] - rewards: [ - { - id: "3CE007719AA0DDD8" - type: "random" - table_id: 7197061527498167330L - } - { - id: "18B6402C4049FD4C" - type: "xp" - xp: 100 - } - ] - } - { - x: 11.0d - y: -2.0d - subtitle: "Turns Ore Slurry into Crystals" - description: [ - "This machine will be #3 in your Tier 4 Ore Processing Factory." - "" - "It takes the Clean Ore Slurry from the Chemical Washer and turns it into Crystals, which the Chemical Injection Chamber can process after." - ] - dependencies: ["4AFF81D3D0E78255"] - id: "3999760881C855FA" - tasks: [{ - id: "6F2B3A4206C129B0" - type: "item" - item: "mekanism:chemical_crystallizer" - }] - rewards: [ - { - id: "2B37585059AAE0D6" - type: "random" - table_id: 7197061527498167330L - } - { - id: "75C11279E936ADAA" - type: "xp" - xp: 100 - } - ] - } - { - x: 12.5d - y: -2.0d - shape: "gear" - subtitle: "This is a lot, I know." - description: [ - "If you're like me, you probably got lost 55 times during these last few steps. This is a complicated system." - "" - "A basic layout of your factory should be: " - "" - "Raw ore goes into your Chemical Dissolution Chamber > pumps A GAS to Chemical Washer > pumps A GAS to Chemical Crystallizer > outputs crystals to Chemical Injection Chamber > outputs shards to Purification Chamber > outputs clumps to Crusher > outputs dirty dusts to Enrichment Chamber > outputs clean dust to Smelter." - "{image:atm:textures/mekanism_flowchart.png width:1000 height:600 align:1 fit:true}" - ] - dependencies: ["3999760881C855FA"] - size: 1.5d - id: "3C49F2EEDCCAF1DF" - tasks: [{ - id: "3B3B58C438FD4397" - type: "checkmark" - title: "Tier 4 Ore Processing Factory" - }] - rewards: [{ - id: "3417F669ABC16584" - type: "xp" - xp: 100 - }] - } - { - x: -6.875d - y: 1.875d - shape: "hexagon" - description: [ - "Standing on this item will charge up any powered item from any mod." - "" - "This is also needed for the Robit." - ] - hide_dependency_lines: true - dependencies: ["162CE44400A63575"] - size: 1.25d - id: "4204702AA6FBF40B" - tasks: [{ - id: "6190BE8B67130AB5" - type: "item" - item: "mekanism:chargepad" - }] - rewards: [ - { - id: "72909BB3BAF1758D" - type: "random" - table_id: 7197061527498167330L - } - { - id: "18F7E9FF427F660D" - type: "xp" - xp: 10 - } - ] - } - ] -} +{ + id: "23983F4DC524B14B" + group: "2B51AC12041E3F89" + order_index: 3 + filename: "mekanism" + title: "Mekanism" + icon: "mekanism:steel_casing" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + x: -7.0d + y: -2.0d + shape: "gear" + subtitle: "The Starting Machine" + description: [ + "The Metallurgic Infuser is used to craft core crafting components throughout Mekanism." + "" + "The machine works by infusing a material (middle-left slot) with an \"infuser\" (far-left slot)." + "" + "This is also how you get Steel Ingots." + ] + dependencies: ["0650996C7818ADB5"] + size: 1.5d + id: "162CE44400A63575" + tasks: [{ + id: "28277BA9F319240D" + type: "item" + item: "mekanism:metallurgic_infuser" + }] + rewards: [ + { + id: "52FEA6D9C1258DA8" + type: "item" + item: "minecraft:redstone" + count: 2 + random_bonus: 2 + } + { + id: "59927C95618B2AB5" + type: "random" + table_id: 7197061527498167330L + } + { + id: "52912755CBA30A4D" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.5d + y: -2.0d + subtitle: "Breaks Raw Ores into Dusts" + description: [ + "This machine works like a Macerator or Pulverizer, and will break ores down into dusts." + "" + "In ATM7, it breaks 3 raw ores down into 4 dusts." + "" + "This is the start of your Ore Factory. It can also be upgraded to a factory machine, increasing the slots of use." + ] + dependencies: ["488DBE69595F38F8"] + id: "08DDE018A804BFE7" + tasks: [{ + id: "1AE233B4CCFE99F7" + type: "item" + item: "mekanism:enrichment_chamber" + }] + rewards: [ + { + id: "4DF8BB733E3987AA" + type: "item" + item: "minecraft:raw_iron" + count: 3 + } + { + id: "58769DAE976C11FA" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0C4A930404601471" + type: "xp" + xp: 10 + } + ] + } + { + x: -7.0d + y: -0.5d + subtitle: "Really Only Good For 2 Things" + description: [ + "The machine creates two really strong ingots: Refined Glowstone and Refined Obsidian." + "" + "It infuses an item with Osmium to create a more powerful ingot." + ] + dependencies: ["162CE44400A63575"] + id: "195729280394ABFB" + tasks: [{ + id: "6934C61AFEB0443D" + type: "item" + item: "mekanism:osmium_compressor" + }] + rewards: [ + { + id: "7ECD36EFDEC929A1" + type: "random" + table_id: 7197061527498167330L + } + { + id: "268A8495184348CE" + type: "xp" + xp: 10 + } + ] + } + { + x: 1.0d + y: -2.0d + subtitle: "It Crushes Things." + description: ["This machine crushes ores into their \"dirty\" dust forms. This is useful to convert clumps into dirty dust, which can go through an Enrichment Chamber to create the ore dust, which then can be smelted into an ingot."] + dependencies: ["6C25D42C36175BF4"] + id: "7AE502EDB73BD57A" + tasks: [{ + id: "431D7329CFCAF880" + type: "item" + item: "mekanism:crusher" + }] + rewards: [ + { + id: "62B555EE0C1159EA" + type: "item" + item: "mekanism:dirty_dust_iron" + count: 4 + } + { + id: "282F549823B95E69" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0E0B58D60884D6AD" + type: "xp" + xp: 10 + } + ] + } + { + x: -8.125d + y: 3.125d + shape: "hexagon" + subtitle: "A bigger robot friend." + description: [ + "This machine can mine for you!" + "" + "It is completely configurable, and can even replace mined blocks with cobblestone, or whatever block you provide it with!" + ] + dependencies: ["4BDE773C3359D584"] + size: 1.25d + id: "7EA6B942D1294ED6" + tasks: [{ + id: "36FE95268A543F7C" + type: "item" + item: "mekanism:digital_miner" + }] + rewards: [ + { + id: "24EF84E5344DB715" + type: "random" + table_id: 7197061527498167330L + } + { + id: "42A4D32A98E77574" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.5d + y: 7.0d + shape: "diamond" + subtitle: "It has a BUCKET MODE!" + description: [ + "This item stores liquids." + "" + "It has a bucket mode which can be toggled to scoop up liquids with it. Very useful for lava in the beginning!" + ] + hide_dependency_lines: true + dependencies: ["58B125BD4876054C"] + size: 1.5d + id: "6DB1AAAD926486BC" + tasks: [{ + id: "54BEF9EA9F1D4374" + type: "item" + item: "mekanism:basic_fluid_tank" + }] + rewards: [ + { + id: "2DF1E2F8B6BF2589" + type: "item" + item: "minecraft:bucket" + } + { + id: "13F85F8598002FFE" + type: "xp" + xp: 10 + } + ] + } + { + x: -8.125d + y: 1.875d + shape: "hexagon" + subtitle: "A Mini-Robot To Accompany You On Your Travels" + hide_dependency_lines: false + dependencies: [ + "1FC7E9DBF92BE6AA" + "4204702AA6FBF40B" + ] + size: 1.25d + id: "4BDE773C3359D584" + tasks: [{ + id: "171E6682D1578C63" + type: "item" + item: "mekanism:robit" + }] + rewards: [ + { + id: "3405FDFD99DF7D9E" + type: "random" + table_id: 7197061527498167330L + } + { + id: "733BA4015C409DBE" + type: "xp" + xp: 100 + } + ] + } + { + x: -6.875d + y: 3.125d + shape: "hexagon" + subtitle: "Requires Hydrogen to Work!" + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.25d + id: "37D4E5ACB35D8BF1" + tasks: [{ + id: "71E922FC5BBF154C" + type: "item" + item: "mekanism:jetpack" + }] + rewards: [ + { + id: "2556E1661DDDC8CA" + type: "random" + table_id: 7197061527498167330L + } + { + id: "1D7E982934705158" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 7.0d + shape: "diamond" + subtitle: "Upgrading to Factories" + description: ["This item upgrades a base machine to a Basic Factory machine."] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.5d + id: "07AD45DCF9EE3C2E" + tasks: [{ + id: "28A769E7676E358F" + type: "item" + item: "mekanism:basic_tier_installer" + }] + rewards: [ + { + id: "7E9D506DF3FE5B8C" + type: "random" + table_id: 7197061527498167330L + } + { + id: "7A154DCDEA611E27" + type: "xp" + xp: 10 + } + ] + } + { + x: 0.0d + y: 7.75d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["07AD45DCF9EE3C2E"] + id: "493FAE3A6088518E" + tasks: [{ + id: "646785A06E01D173" + type: "item" + item: "mekanism:advanced_tier_installer" + }] + rewards: [ + { + id: "0EF4D25B2F271C43" + type: "random" + table_id: 7197061527498167330L + } + { + id: "49D731775D72A88D" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 8.25d + shape: "diamond" + dependencies: ["493FAE3A6088518E"] + id: "3E30EC9CA875A1F9" + tasks: [{ + id: "3AA211725EA97D18" + type: "item" + item: "mekanism:elite_tier_installer" + }] + rewards: [ + { + id: "654AEFEEC17DCABC" + type: "random" + table_id: 7197061527498167330L + } + { + id: "34A7A08FE327ABAD" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.0d + y: 7.75d + shape: "diamond" + dependencies: ["3E30EC9CA875A1F9"] + id: "220C38510116BF36" + tasks: [{ + id: "56A8A51990C7F0A1" + type: "item" + item: "mekanism:ultimate_tier_installer" + }] + rewards: [ + { + id: "2BAB3B39820EF572" + type: "random" + table_id: 7197061527498167330L + } + { + id: "7191632FDBC16F4D" + type: "xp" + xp: 100 + } + ] + } + { + x: -8.125d + y: 4.375d + shape: "hexagon" + subtitle: "Wireless Power, Gases, Fluids, Everything." + description: [ + "This item is how you make Wireless Transfers possible." + "" + "You can set specific channels, named by you, to transfer whatever you want from it." + ] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.25d + id: "7CC49360D07086B8" + tasks: [{ + id: "0526878F9506FB48" + type: "item" + item: "mekanism:quantum_entangloporter" + }] + rewards: [ + { + id: "18DB85CED00A8626" + type: "item" + item: "mekanism:teleportation_core" + } + { + id: "623AC526E793CF87" + type: "random" + table_id: 7197061527498167330L + } + { + id: "5EA61C4244976347" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5000000000000004d + y: 7.0d + shape: "diamond" + subtitle: "Storing Power" + description: ["This block stores power, and can also be used to charge items."] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.5d + id: "09408C6DCAC90318" + tasks: [{ + id: "19C3A9D5E656FAA5" + type: "item" + item: "mekanism:basic_energy_cube" + }] + rewards: [ + { + id: "002E07C16DFB3445" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0CD8FBAF40FDD1E5" + type: "xp" + xp: 10 + } + ] + } + { + x: -2.0d + y: 7.800000000000001d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["09408C6DCAC90318"] + id: "10909A87C1953F7C" + tasks: [{ + id: "3939A98E3276095B" + type: "item" + item: "mekanism:advanced_energy_cube" + }] + rewards: [ + { + id: "4FA5186D1822B6A4" + type: "random" + table_id: 7197061527498167330L + } + { + id: "24AB492929A83BB7" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5000000000000004d + y: 8.3d + shape: "diamond" + dependencies: ["10909A87C1953F7C"] + id: "1DA058C68CF437DC" + tasks: [{ + id: "0485F28A3916A974" + type: "item" + item: "mekanism:elite_energy_cube" + }] + rewards: [ + { + id: "75FE23DFE2FA6B3B" + type: "random" + table_id: 7197061527498167330L + } + { + id: "7C97CFC3809180E9" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.0000000000000004d + y: 7.800000000000001d + shape: "diamond" + dependencies: ["1DA058C68CF437DC"] + id: "7AF982B6D8FD6C03" + tasks: [{ + id: "50A250703B09FA5A" + type: "item" + item: "mekanism:ultimate_energy_cube" + }] + rewards: [ + { + id: "032D64DAE54703D1" + type: "random" + table_id: 7197061527498167330L + } + { + id: "375F0416298634FC" + type: "xp" + xp: 100 + } + ] + } + { + x: -7.5d + y: -3.5d + shape: "hexagon" + subtitle: "The Basic Alloy for Crafting Items" + description: ["Infusing Iron with Redstone in a Metallurgic Infuser will get you one of these."] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + id: "166971866A9234C7" + tasks: [{ + id: "72CE838EFDDE6479" + type: "item" + item: "mekanism:alloy_infused" + }] + rewards: [ + { + id: "553CF82B4CDE5085" + type: "item" + item: "minecraft:redstone" + } + { + id: "7A2076948F93E6D6" + type: "xp" + xp: 10 + } + ] + } + { + x: -7.5d + y: -4.5d + shape: "hexagon" + dependencies: ["166971866A9234C7"] + id: "7940E814260C556F" + tasks: [{ + id: "2FE06FDA0A3A66C7" + type: "item" + item: "mekanism:alloy_reinforced" + }] + rewards: [ + { + id: "5FA097D4BF2A2654" + type: "item" + item: "mekanism:enriched_diamond" + } + { + id: "73EF7D1E94F0925B" + type: "xp" + xp: 10 + } + ] + } + { + x: -7.5d + y: -5.5d + shape: "hexagon" + dependencies: ["7940E814260C556F"] + id: "019D5A05A2134C7E" + tasks: [{ + id: "0DD9B2119BB50C80" + type: "item" + item: "mekanism:alloy_atomic" + }] + rewards: [ + { + id: "6C480517028750E3" + type: "item" + item: "mekanism:dust_refined_obsidian" + } + { + id: "1E437DC12A456C83" + type: "xp" + xp: 10 + } + ] + } + { + x: -6.5d + y: -3.5d + shape: "hexagon" + subtitle: "The Basic Control Circuit" + description: ["Infusing Osmium with Redstone in a Metallurgic Infuser will create you one of these."] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + id: "0498A578D0EC3254" + tasks: [{ + id: "5E51F5B17F77573E" + type: "item" + item: "mekanism:basic_control_circuit" + }] + rewards: [ + { + id: "44A42C932205CED3" + type: "item" + item: "minecraft:redstone" + } + { + id: "36DA06D55E5BB49C" + type: "xp" + xp: 10 + } + ] + } + { + x: -6.5d + y: -4.5d + shape: "hexagon" + dependencies: [ + "0498A578D0EC3254" + "166971866A9234C7" + ] + id: "6D7CABCFB50D8B0D" + tasks: [{ + id: "05F2EEE4DE21E2ED" + type: "item" + item: "mekanism:advanced_control_circuit" + }] + rewards: [ + { + id: "29E77041082DD2E9" + type: "item" + item: "mekanism:enriched_redstone" + } + { + id: "4C4A490E290BB38C" + type: "xp" + xp: 10 + } + ] + } + { + x: -6.5d + y: -5.5d + shape: "hexagon" + dependencies: [ + "6D7CABCFB50D8B0D" + "7940E814260C556F" + ] + id: "347C16F0F7CFAACF" + tasks: [{ + id: "48AC2274973C4509" + type: "item" + item: "mekanism:elite_control_circuit" + }] + rewards: [ + { + id: "5A285211E7D37512" + type: "item" + item: "mekanism:alloy_reinforced" + } + { + id: "117AA7D11A587024" + type: "xp" + xp: 10 + } + ] + } + { + x: -7.0d + y: -6.5d + shape: "hexagon" + dependencies: [ + "347C16F0F7CFAACF" + "019D5A05A2134C7E" + ] + id: "4AA150A009E904DA" + tasks: [{ + id: "7E9FCA38BA758B41" + type: "item" + item: "mekanism:ultimate_control_circuit" + }] + rewards: [ + { + id: "2EAE017B367B43AF" + type: "item" + item: "mekanism:alloy_atomic" + } + { + id: "3C70B4A824D438D9" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.5d + y: 2.0d + shape: "pentagon" + description: [ + "Infusing Iron with Coal or Charcoal in a Metallurgic Infuser will give you Enriched Iron." + "" + "Infusing the Enriched Iron with more Coal or Charcoal will give you Steel Dust, which can be smelted into Steel." + "" + "This is a major crafting component in a lot of recipes in Mekanism." + ] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.5d + id: "1B6DDF50D00CBB31" + tasks: [{ + id: "6B88F1F9DF50C1E4" + type: "item" + title: "Any #forge:ingots/steel" + icon: "alltheores:steel_ingot" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "forge:ingots/steel" + } + } + }] + rewards: [ + { + id: "2B4CF26B63BD01A1" + type: "random" + table_id: 7197061527498167330L + } + { + id: "62B5B4DCE3CD982F" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.5d + y: 4.0d + shape: "diamond" + subtitle: "For Transferring Power" + description: [""] + dependencies: ["1B6DDF50D00CBB31"] + size: 1.5d + id: "23F165DEAD225B10" + tasks: [{ + id: "56F8A49135418FD8" + type: "item" + item: "mekanism:basic_universal_cable" + }] + rewards: [ + { + id: "33E6BC2DA88E92EE" + type: "item" + item: "mekanism:basic_universal_cable" + count: 4 + } + { + id: "65D3C338D866F6C0" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.0d + y: 5.0d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["23F165DEAD225B10"] + id: "618ECDB3FB534A8A" + tasks: [{ + id: "445F3D8AA18A518A" + type: "item" + item: "mekanism:advanced_universal_cable" + }] + rewards: [ + { + id: "29B9E7D9B73A99F0" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0FEFDBFB0971C811" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.5d + y: 5.5d + shape: "diamond" + dependencies: ["618ECDB3FB534A8A"] + id: "7553689BC9202E14" + tasks: [{ + id: "6EC6D1463C65EBF2" + type: "item" + item: "mekanism:elite_universal_cable" + }] + rewards: [ + { + id: "42EDDE2A027669CF" + type: "random" + table_id: 7197061527498167330L + } + { + id: "71DC1FAB9D749E6D" + type: "xp" + xp: 10 + } + ] + } + { + x: -4.0d + y: 5.0d + shape: "diamond" + dependencies: ["7553689BC9202E14"] + id: "32E093F004E8CAC6" + tasks: [{ + id: "1ECDAF49CF1BC952" + type: "item" + item: "mekanism:ultimate_universal_cable" + }] + rewards: [ + { + id: "1DA3EC185CA8BE9F" + type: "random" + table_id: 7197061527498167330L + } + { + id: "4992789167D656CD" + type: "xp" + xp: 10 + } + ] + } + { + x: -1.5d + y: 4.0d + shape: "diamond" + subtitle: "For Transferring Fluids" + dependencies: ["1B6DDF50D00CBB31"] + size: 1.5d + id: "2EF4DD5CC254CC80" + tasks: [{ + id: "45B151086147D98D" + type: "item" + item: "mekanism:basic_mechanical_pipe" + }] + rewards: [ + { + id: "011785CCEDC7688E" + type: "item" + item: "mekanism:basic_mechanical_pipe" + count: 4 + } + { + id: "6FA14D9A12111586" + type: "xp" + xp: 10 + } + ] + } + { + x: -1.0d + y: 5.0d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["2EF4DD5CC254CC80"] + id: "1A72F7DA24E1BB09" + tasks: [{ + id: "131392325AEB228E" + type: "item" + item: "mekanism:advanced_mechanical_pipe" + }] + rewards: [ + { + id: "28A0F6D1DD5ABC8C" + type: "random" + table_id: 7197061527498167330L + } + { + id: "43AF0D7C4057994C" + type: "xp" + xp: 10 + } + ] + } + { + x: -1.5d + y: 5.5d + shape: "diamond" + dependencies: ["1A72F7DA24E1BB09"] + id: "5B3FDF651D845DF1" + tasks: [{ + id: "78C482BF65B20673" + type: "item" + item: "mekanism:elite_mechanical_pipe" + }] + rewards: [ + { + id: "62E318265FA22D19" + type: "random" + table_id: 7197061527498167330L + } + { + id: "290BF7F4A217F813" + type: "xp" + xp: 10 + } + ] + } + { + x: -2.0d + y: 5.0d + shape: "diamond" + dependencies: ["5B3FDF651D845DF1"] + id: "01C3B23461807007" + tasks: [{ + id: "25D5626BBA7615F0" + type: "item" + item: "mekanism:ultimate_mechanical_pipe" + }] + rewards: [ + { + id: "174F4154411CE222" + type: "random" + table_id: 7197061527498167330L + } + { + id: "45500FB3AC79CFE4" + type: "xp" + xp: 10 + } + ] + } + { + x: 0.5d + y: 4.0d + shape: "diamond" + subtitle: "For Transferring Gasses" + dependencies: ["1B6DDF50D00CBB31"] + size: 1.5d + id: "4434D7B66521D69A" + tasks: [{ + id: "685BFFC7BDA40FC3" + type: "item" + item: "mekanism:basic_pressurized_tube" + }] + rewards: [ + { + id: "43C7CBD7952BAF44" + type: "item" + item: "mekanism:basic_pressurized_tube" + count: 4 + } + { + id: "0C073BA4ADC6439C" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.5d + y: 4.0d + shape: "diamond" + subtitle: "For Transferring Items" + dependencies: ["1B6DDF50D00CBB31"] + size: 1.5d + id: "5B681BC43371CC5C" + tasks: [{ + id: "3F972BE9DFCA1EB5" + type: "item" + item: "mekanism:basic_logistical_transporter" + }] + rewards: [ + { + id: "75E2FFA83AB6A12A" + type: "item" + item: "mekanism:basic_logistical_transporter" + count: 4 + } + { + id: "0E81EDFBC2D49452" + type: "xp" + xp: 10 + } + ] + } + { + x: 4.5d + y: 4.0d + shape: "diamond" + subtitle: "For Transferring Heat" + dependencies: ["1B6DDF50D00CBB31"] + size: 1.5d + id: "531E3FF1F2865C67" + tasks: [{ + id: "5F4FEC0FD7C5CC33" + type: "item" + item: "mekanism:basic_thermodynamic_conductor" + }] + rewards: [ + { + id: "434BA009CC22D188" + type: "item" + item: "mekanism:basic_thermodynamic_conductor" + count: 4 + } + { + id: "02D46DE414B9402B" + type: "xp" + xp: 10 + } + ] + } + { + x: 1.0d + y: 5.0d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["4434D7B66521D69A"] + id: "768F9EBD3E115CA6" + tasks: [{ + id: "2E82ABE762A77F41" + type: "item" + item: "mekanism:advanced_pressurized_tube" + }] + rewards: [ + { + id: "2BC755C4DEF323CD" + type: "random" + table_id: 7197061527498167330L + } + { + id: "3CA544203F49B1DD" + type: "xp" + xp: 10 + } + ] + } + { + x: 0.5d + y: 5.5d + shape: "diamond" + dependencies: ["768F9EBD3E115CA6"] + id: "6424D99CBA76895B" + tasks: [{ + id: "460D2FF854258953" + type: "item" + item: "mekanism:elite_pressurized_tube" + }] + rewards: [ + { + id: "622A2FCCC3BFDD77" + type: "random" + table_id: 7197061527498167330L + } + { + id: "4B2C848A94AB89DF" + type: "xp" + xp: 10 + } + ] + } + { + x: 0.0d + y: 5.0d + shape: "diamond" + dependencies: ["6424D99CBA76895B"] + id: "546F7FF099D2696E" + tasks: [{ + id: "1E066CC63A95B288" + type: "item" + item: "mekanism:ultimate_pressurized_tube" + }] + rewards: [ + { + id: "69161884ABE804F2" + type: "random" + table_id: 7197061527498167330L + } + { + id: "189D64FDDDFC6AA3" + type: "xp" + xp: 10 + } + ] + } + { + x: 3.0d + y: 5.0d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["5B681BC43371CC5C"] + id: "30B3469DAA8D5A0A" + tasks: [{ + id: "631FDADA57127F2E" + type: "item" + item: "mekanism:advanced_logistical_transporter" + }] + rewards: [ + { + id: "7AEB19AB9872A9F0" + type: "random" + table_id: 7197061527498167330L + } + { + id: "6BBCBD12ECF90A70" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.5d + y: 5.5d + shape: "diamond" + dependencies: ["30B3469DAA8D5A0A"] + id: "46AB23E922C51517" + tasks: [{ + id: "1F7689D1D5DB5E8C" + type: "item" + item: "mekanism:elite_logistical_transporter" + }] + rewards: [ + { + id: "55B3DD4C6EF41873" + type: "random" + table_id: 7197061527498167330L + } + { + id: "77ACF6D58FB6571F" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.0d + y: 5.0d + shape: "diamond" + dependencies: ["46AB23E922C51517"] + id: "6C8431C216A66C1F" + tasks: [{ + id: "62A00D9DD3A8CA8E" + type: "item" + item: "mekanism:ultimate_logistical_transporter" + }] + rewards: [ + { + id: "6BEC988B43431E0E" + type: "random" + table_id: 7197061527498167330L + } + { + id: "32495EA2EB9D601C" + type: "xp" + xp: 10 + } + ] + } + { + x: 5.0d + y: 5.0d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["531E3FF1F2865C67"] + id: "7522F2DC9038ED92" + tasks: [{ + id: "7B1C318ACC88ED60" + type: "item" + item: "mekanism:advanced_thermodynamic_conductor" + }] + rewards: [ + { + id: "7CE8542B0820BF47" + type: "random" + table_id: 7197061527498167330L + } + { + id: "1DAAB1C491A45FA6" + type: "xp" + xp: 10 + } + ] + } + { + x: 4.5d + y: 5.5d + shape: "diamond" + dependencies: ["7522F2DC9038ED92"] + id: "55E2F8C6A71E7328" + tasks: [{ + id: "72F178B9B6C32B15" + type: "item" + item: "mekanism:elite_thermodynamic_conductor" + }] + rewards: [ + { + id: "25196B84EC5AF157" + type: "random" + table_id: 7197061527498167330L + } + { + id: "4662DD54B15AF7FF" + type: "xp" + xp: 10 + } + ] + } + { + x: 4.0d + y: 5.0d + shape: "diamond" + dependencies: ["55E2F8C6A71E7328"] + id: "5E2F9E27E6B4DF74" + tasks: [{ + id: "744EA1745278F562" + type: "item" + item: "mekanism:ultimate_thermodynamic_conductor" + }] + rewards: [ + { + id: "1498DEB1CFBCFF1C" + type: "random" + table_id: 7197061527498167330L + } + { + id: "3589979E95DB7C1B" + type: "xp" + xp: 10 + } + ] + } + { + x: -6.0d + y: -0.5d + shape: "pentagon" + dependencies: ["195729280394ABFB"] + id: "31B73D16C0199785" + tasks: [{ + id: "69CEEFADCFA28675" + type: "item" + item: "mekanism:ingot_refined_obsidian" + }] + rewards: [ + { + id: "66D918CA2A6FE21B" + type: "item" + item: "mekanism:enriched_refined_obsidian" + } + { + id: "4003D6DCC41BFE6C" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0E6DCEACCB6074DF" + type: "xp" + xp: 100 + } + ] + } + { + x: -8.0d + y: -0.5d + shape: "pentagon" + dependencies: ["195729280394ABFB"] + id: "58445E5B3957ACC8" + tasks: [{ + id: "532EE85D4748D50D" + type: "item" + item: "mekanism:ingot_refined_glowstone" + }] + rewards: [ + { + id: "356543506AA2B6B0" + type: "item" + item: "minecraft:glowstone_dust" + count: 2 + } + { + id: "7B3AD733695E004D" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: -2.0d + subtitle: "It makes Clumps." + description: [ + "This machine \"Purifies\" our ores. It turns 1 Raw Ore into 2 \"Clumps\", which can then be sent through a Crusher to be turned to dirty dusts, then through an Enrichment Chamber to get clean dust, then through a smelter to be turned to an ingot." + "" + "This will double your ingot output." + "" + "This machine requires &aOxygen&r to run, which is created by pumping water into an &6Electrolytic Separator&r." + ] + dependencies: [ + "18D88932916C7A98" + "407EFAF528871014" + ] + id: "6C25D42C36175BF4" + tasks: [{ + id: "4983AE3B954BF2FE" + type: "item" + item: "mekanism:purification_chamber" + }] + rewards: [ + { + id: "258304336DF472BB" + type: "item" + item: "mekanism:clump_iron" + count: 4 + } + { + id: "20D0EFFC09ECB28D" + type: "random" + table_id: 7197061527498167330L + } + { + id: "2AF72C7C24D94674" + type: "xp" + xp: 10 + } + ] + } + { + x: -5.0d + y: -2.0d + subtitle: "Mekanism's Powered Furnace" + description: [ + "This machine smelts items." + "" + "It can be upgraded into a Smelting Factory, increasing the total number of smelting slots up to a maximum of 9." + ] + dependencies: ["162CE44400A63575"] + id: "488DBE69595F38F8" + tasks: [{ + id: "5A081977DB9407EA" + type: "item" + item: "mekanism:energized_smelter" + }] + rewards: [ + { + id: "43FE96E4A4A00D5C" + type: "item" + item: "minecraft:raw_iron" + count: 2 + } + { + id: "699241EB28E47F5E" + type: "random" + table_id: 7197061527498167330L + } + { + id: "40AB668F74703AC6" + type: "xp" + xp: 10 + } + ] + } + { + x: -2.0d + y: -2.0d + subtitle: "Time to Break It Down" + description: [ + "The Electrolytic Separator (big fancy name) is used to separate chemicals from certain liquids and gases." + "" + "You'll need a bunch of these if you plan on making an Ore Processing Factory." + "" + "To start, make one of these and we'll break down the most basic fluid: Water." + ] + dependencies: ["08DDE018A804BFE7"] + id: "18D88932916C7A98" + tasks: [{ + id: "054CC6FB5173F8A3" + type: "item" + item: "mekanism:electrolytic_separator" + }] + rewards: [ + { + id: "58B361AC94AEB36D" + type: "item" + item: "mekanism:alloy_infused" + random_bonus: 1 + } + { + id: "7863B65A90948AAA" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0C296148AF479F71" + type: "xp" + xp: 10 + } + ] + } + { + x: -2.0d + y: -4.0d + subtitle: "Burn Gases into Power!" + description: [ + "This generator can burn both Hydrogen and Ethylene to produce power." + "" + "Note: Burning Hydrogen will not produce more power than it costs to run an Electrolytic Separator. Use for Ethylene instead." + ] + dependencies: ["407EFAF528871014"] + id: "3EC9D0DA61B45328" + tasks: [{ + id: "2C13E8B67BC61E34" + type: "item" + item: "mekanismgenerators:gas_burning_generator" + }] + rewards: [ + { + id: "5E48D3BDD3BDAF4C" + type: "item" + item: "mekanism:alloy_infused" + count: 2 + } + { + id: "58BEEEC6C7661895" + type: "random" + table_id: 7197061527498167330L + } + { + id: "56B7014FCB396F47" + type: "xp" + xp: 100 + } + ] + } + { + x: 5.0d + y: -2.0d + subtitle: "Turns 3 Raw Ore into 8 Ore Shards" + description: [ + "This machine is the next step to your Ore Processing Factory. Add this to the left of your Purification Chamber to build on to your current ore factory!" + "" + "This machine requires &aHydrogen Chloride&r to operate. To find out how to create Hydrogen Chloride, follow the quest above!" + ] + dependencies: ["263220DCCDB90E29"] + id: "4F1C04C0F6769825" + tasks: [{ + id: "443DCB7E2E45F3DD" + type: "item" + item: "mekanism:chemical_injection_chamber" + }] + rewards: [ + { + id: "241F3906AE9BC520" + type: "item" + item: "mekanism:alloy_infused" + count: 2 + } + { + id: "566771B41B345645" + type: "random" + table_id: 7197061527498167330L + } + { + id: "2216852A9C647509" + type: "xp" + xp: 100 + } + ] + } + { + x: 5.5d + y: -4.0d + subtitle: "The Chemical Combiner" + description: [ + "This machine combines two gases to create a new gas." + "" + "You'll need this to combine Chlorine with Hydrogen to create Hyrdogen Chloride, which is then used in our Chemical Injection Chamber." + ] + dependencies: ["603877AB96321F1A"] + id: "04E2D539E33B7B0F" + tasks: [{ + id: "31D203EC92BEA66F" + type: "item" + item: "mekanism:chemical_infuser" + }] + rewards: [ + { + id: "3C71942DE8376D3A" + type: "random" + table_id: 7197061527498167330L + } + { + id: "576766449D68D6D4" + type: "xp" + xp: 100 + } + ] + } + { + title: "Thermal Evaporation Plant" + x: 5.0d + y: -3.0d + subtitle: "Water turns into Brine!" + description: [ + "To get Hydrogen Chloride for our machines, we'll need to first create &aBrine&r." + "" + "To do this, we'll need a Thermal Evaporation Plant. This is a multi-block structure." + "" + "To start, create a 4x3x4 structure that is hollow in the middle, except for the base. You can replace any of the sides with a Controller or Valve." + "" + "You'll need at least 1 controller, and at least 2 valves." + "" + "Pump in water, and you'll start collecting brine, which can be pumped into an &aElectrolytic Separator&r to extract &6Chlorine&r from the gas." + "{image:atm:textures/thermalplant.png width:200 height:200 align:1}" + ] + dependencies: ["4F1C04C0F6769825"] + id: "603877AB96321F1A" + tasks: [ + { + id: "716D483EFC35F6F3" + type: "item" + item: "mekanism:thermal_evaporation_controller" + } + { + id: "33D7942176AD257D" + type: "item" + item: "mekanism:thermal_evaporation_block" + count: 37L + } + { + id: "4BAD2AADFE32215A" + type: "item" + item: "mekanism:thermal_evaporation_valve" + count: 2L + } + ] + rewards: [ + { + id: "7C0FF0123BCFA127" + type: "item" + item: "mekanism:ingot_steel" + count: 2 + random_bonus: 2 + } + { + id: "3BC1C8A0556253D3" + type: "random" + table_id: 7197061527498167330L + } + { + id: "2A58C351E36E9DD3" + type: "xp" + xp: 100 + } + ] + } + { + title: "The Start of a Tier 4 Ore Factory" + x: 8.0d + y: -2.0d + description: [ + "We will need to add 3 more machines to our current setup." + "" + "The first part of the process is the Chemical Dissolution Chamber." + "" + "This machine requires &aSulfuric Acid&r to break down raw ores into an \"Ore Slurry.\"" + "" + "To get Sulfuric Acid, we'll need a new setup, which is explained further in the above quests." + ] + dependencies: ["1112E4E2CCEB2467"] + id: "4F436770D30D8520" + tasks: [{ + id: "1FE5AA0FF1F9BB51" + type: "item" + item: "mekanism:chemical_dissolution_chamber" + }] + rewards: [ + { + id: "168E7AFB6769C922" + type: "item" + item: "mekanism:ingot_refined_obsidian" + count: 2 + random_bonus: 2 + } + { + id: "455096107C4695CC" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0A42ABE6D34462D5" + type: "xp" + xp: 100 + } + ] + } + { + x: 7.5d + y: -3.5d + description: [ + "To make Sulfuric Acid, you'll need to create &aWater Vapor&r." + "" + "Pump some water into this machine and it'll convert it into vapor. " + ] + dependencies: ["4F436770D30D8520"] + id: "4236B9F071BE18F3" + tasks: [{ + id: "50D9504BFFB97A27" + type: "item" + item: "mekanism:rotary_condensentrator" + }] + rewards: [ + { + id: "2AAB70B739306C6C" + type: "random" + table_id: 7197061527498167330L + } + { + id: "31A8BB8FAFD364E7" + type: "xp" + xp: 10 + } + ] + } + { + x: 8.5d + y: -3.5d + description: [ + "Okay, let's start with making Sulfur Dioxide first." + "" + "Start by placing Gunpowder in a separate &aChemical Injection Chamber&r with Hydrogen Chloride to create Sulfur Dust. OR you can just pulverize Sulfur from Thermal Series into sulfur dust from THAT mod, it's up to you." + "" + "Feeding the Sulfur Dust into this machine, the &aChemical Oxidizer&r, will create Sulfur Dioxide. Now we need to create Sulfur Trioxide." + "" + "Send the Sulfur Dioxide into a Chemical Infuser to combine it with Oxygen to create Sulfur Trioxide. Send the Trioxide to another Chemical Infuser to combine it with Water Vapor to create Sulfuric Acid." + "" + "It's a lot." + ] + dependencies: ["4F436770D30D8520"] + id: "2E274BEEF2B0B8C7" + tasks: [ + { + id: "21BFDF262D2A9DB3" + type: "item" + item: "mekanism:chemical_oxidizer" + } + { + id: "4FFA4CDB37CDFCC8" + type: "item" + item: "mekanism:dust_sulfur" + } + ] + rewards: [ + { + id: "352AE8CE9CFD6D38" + type: "random" + table_id: 7197061527498167330L + } + { + id: "2F7DD21804D3F74C" + type: "xp" + xp: 100 + } + ] + } + { + title: "Heating Up our Brine Production" + x: 4.5d + y: -4.0d + subtitle: "Hot Brine here. Get Your Hot Brine here." + description: [ + "The Thermal Evaporation Plant multi-block produces Brine based on the internal temperature." + "" + "There are several methods to increase the temperature of the plant, including building them in a desert!" + "" + "The &aFuelwood Heater&r burns buckets of Lava, which can them be piped in using a pipe that transfers heat." + "" + "The &aResistive Heater&r uses RF/FE to produce heat, and can be set to use whatever RF/FE you want it to use." + ] + dependencies: ["603877AB96321F1A"] + id: "027084AE2DF5EBA6" + tasks: [{ + id: "3E483D602640BB7D" + type: "checkmark" + title: "Increasing Our Brine Production" + }] + rewards: [ + { + id: "3EF65B888EC38888" + type: "item" + item: "mekanism:thermal_evaporation_valve" + } + { + id: "12B2CD9579419F81" + type: "xp" + xp: 10 + } + ] + } + { + title: "Custom Portals!" + x: -9.375d + y: 3.125d + shape: "hexagon" + subtitle: "Teleportation at its finest." + description: [ + "To create a custom Portal, place down a single Teleporter block. Connect power to the block." + "" + "Create a \"Portal Frame\" with the teleporter block being the base of the portal." + "" + "The final product will be a 4x3 portal structure, with the two blocks in the middle creating the portal." + ] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.25d + id: "7B0DFA55B4D8B16D" + tasks: [ + { + id: "2C1730C4F7CB8377" + type: "item" + item: "mekanism:teleporter_frame" + count: 9L + } + { + id: "68FE61A81A5C1390" + type: "item" + item: "mekanism:teleporter" + } + ] + rewards: [ + { + id: "1BF6EFE93A37AF5C" + type: "item" + item: "mekanism:teleportation_core" + } + { + id: "4893EC372720D401" + type: "random" + table_id: 7197061527498167330L + } + { + id: "7638B4BA27EA012E" + type: "xp" + xp: 100 + } + ] + } + { + x: -9.375d + y: 1.875d + shape: "hexagon" + subtitle: "Portable Battery Pack" + description: [ + "This item is used to store power, and functions like a portable battery pack." + "" + "It is also an important crafting item in Mekanism." + ] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.25d + id: "1FC7E9DBF92BE6AA" + tasks: [{ + id: "79EF9001D76FD91D" + type: "item" + item: "mekanism:energy_tablet" + }] + rewards: [ + { + id: "71757B9EB777A90A" + type: "random" + table_id: 7197061527498167330L + } + { + id: "118BA15EE6BE785F" + type: "xp" + xp: 10 + } + ] + } + { + x: 0.5d + y: 9.5d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["166971866A9234C7"] + id: "3C8D9278B81BB37A" + tasks: [{ + id: "46C5C0922839BDCA" + type: "item" + item: "mekanism:upgrade_speed" + }] + rewards: [ + { + id: "7EB456E52AAA2685" + type: "random" + table_id: 7197061527498167330L + } + { + id: "05078555F0B50C46" + type: "xp" + xp: 10 + } + ] + } + { + x: 1.0d + y: 10.0d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["166971866A9234C7"] + id: "0ACE573560A19309" + tasks: [{ + id: "1B5CF4B0B6D3F6F9" + type: "item" + item: "mekanism:upgrade_energy" + }] + rewards: [ + { + id: "1CD0AB579EAB2073" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0B54660C3D8B7D52" + type: "xp" + xp: 10 + } + ] + } + { + x: -0.5d + y: 9.5d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["166971866A9234C7"] + id: "763FB27929E053BE" + tasks: [{ + id: "43E4874F23459DB1" + type: "item" + item: "mekanism:upgrade_filter" + }] + rewards: [ + { + id: "103C389B08EA61DA" + type: "random" + table_id: 7197061527498167330L + } + { + id: "063BFCFDD1528E5F" + type: "xp" + xp: 10 + } + ] + } + { + x: 0.0d + y: 10.0d + shape: "diamond" + subtitle: "shhhhh... too loud...." + hide_dependency_lines: true + dependencies: ["166971866A9234C7"] + id: "001DE8028CAF0A08" + tasks: [{ + id: "126FB3CA8F2CCF11" + type: "item" + item: "mekanism:upgrade_muffling" + }] + rewards: [ + { + id: "0A099579F90657E4" + type: "random" + table_id: 7197061527498167330L + } + { + id: "4D74CDF6AE6E40C3" + type: "xp" + xp: 10 + } + ] + } + { + x: 0.5d + y: 10.5d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["166971866A9234C7"] + id: "09830BB2A23E94B4" + tasks: [{ + id: "70A4BDDF6392DC9D" + type: "item" + item: "mekanism:upgrade_gas" + }] + rewards: [ + { + id: "37BB7B57D72C0E8C" + type: "random" + table_id: 7197061527498167330L + } + { + id: "4D45C6C905944505" + type: "xp" + xp: 10 + } + ] + } + { + x: 1.5d + y: 9.5d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["166971866A9234C7"] + id: "515A60B89ED5440D" + tasks: [{ + id: "0872B5A950703C8A" + type: "item" + item: "mekanism:upgrade_stone_generator" + }] + rewards: [ + { + id: "38FD0131ED5FEF8B" + type: "random" + table_id: 7197061527498167330L + } + { + id: "4D2F9BA2D7981111" + type: "xp" + xp: 10 + } + ] + } + { + x: -9.375d + y: 4.375d + shape: "hexagon" + subtitle: "Mekanism's Wrench" + description: ["This item is used to configure many of the items in Mekanism, from changing pipes to \"Pull or Push\" or rotating machines."] + hide_dependency_lines: true + dependencies: ["1FC7E9DBF92BE6AA"] + size: 1.25d + id: "5E116409DC7D30BB" + tasks: [{ + id: "2612CACBDDF9AD1A" + type: "item" + item: "mekanism:configurator" + }] + rewards: [ + { + id: "38057234ABE98B7A" + type: "random" + table_id: 7197061527498167330L + } + { + id: "7B99F69BA1AB0098" + type: "xp" + xp: 10 + } + ] + } + { + title: "Water Source" + x: -2.0d + y: -3.0d + subtitle: "The All-Mighty Infinite Water Source" + description: [ + "To start breaking down water, we'll need a water source. The Kitchen Sink provides infinite water, and can easily be set up to pump out water." + "" + "Alternatively, you can always just use the classic infinite water source with a Pump from Mekanism." + "" + "Pump the water into your Electrolytic Separator to split the water into Hydrogen and Oxygen." + ] + dependencies: ["18D88932916C7A98"] + id: "407EFAF528871014" + tasks: [{ + id: "16DAFC5C5846015A" + type: "item" + item: "cookingforblockheads:sink" + }] + rewards: [ + { + id: "5F4E37BD22336518" + type: "item" + item: "minecraft:water_bucket" + } + { + id: "661BF73705DAFB31" + type: "xp" + xp: 100 + } + ] + } + { + x: 4.0d + y: 7.800000000000004d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["6DB1AAAD926486BC"] + id: "30F8BA43B1BB9035" + tasks: [{ + id: "5FFEF5D6055A67B1" + type: "item" + item: "mekanism:advanced_fluid_tank" + }] + rewards: [ + { + id: "68FCEAF6FC113984" + type: "random" + table_id: 7197061527498167330L + } + { + id: "4E84D5C93A175BAE" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.5d + y: 8.300000000000004d + shape: "diamond" + dependencies: ["30F8BA43B1BB9035"] + id: "5F94483E05D2F528" + tasks: [{ + id: "05059B48A8F56BC5" + type: "item" + item: "mekanism:elite_fluid_tank" + }] + rewards: [ + { + id: "34D281AF21304592" + type: "random" + table_id: 7197061527498167330L + } + { + id: "310591995AE450E0" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.0d + y: 7.800000000000004d + shape: "diamond" + dependencies: ["5F94483E05D2F528"] + id: "712CB147B5873121" + tasks: [{ + id: "33F9C615B944909A" + type: "item" + item: "mekanism:ultimate_fluid_tank" + }] + rewards: [ + { + id: "11A26AE87671CC86" + type: "random" + table_id: 7197061527498167330L + } + { + id: "00B48685B5FE781C" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.5000000000000053d + y: 7.0d + shape: "diamond" + subtitle: "Storing All That Gas" + description: ["This block stores gases."] + hide_dependency_lines: true + dependencies: ["58B125BD4876054C"] + size: 1.5d + id: "41EB0C570FC54F43" + tasks: [{ + id: "665B9818855C0028" + type: "item" + item: "mekanism:basic_chemical_tank" + }] + rewards: [ + { + id: "2BA7618ACAED912E" + type: "random" + table_id: 7197061527498167330L + } + { + id: "6A2363D77EC727F8" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.0d + y: 7.800000000000004d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["41EB0C570FC54F43"] + id: "1162544BA1B2B0F3" + tasks: [{ + id: "78CFB8D559DA92AE" + type: "item" + item: "mekanism:advanced_chemical_tank" + }] + rewards: [ + { + id: "11600E65D29E4987" + type: "random" + table_id: 7197061527498167330L + } + { + id: "05ED665CB2C849D2" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.5d + y: 8.300000000000004d + shape: "diamond" + dependencies: ["1162544BA1B2B0F3"] + id: "4C4B1602E2AFC314" + tasks: [{ + id: "1D2AE44FA5391B71" + type: "item" + item: "mekanism:elite_chemical_tank" + }] + rewards: [ + { + id: "1866147DD8145A9F" + type: "random" + table_id: 7197061527498167330L + } + { + id: "2CF135C8D597A4A4" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.0d + y: 7.800000000000004d + shape: "diamond" + dependencies: ["4C4B1602E2AFC314"] + id: "0C0D0B80B3FA26F2" + tasks: [{ + id: "5FD0078940E64A4C" + type: "item" + item: "mekanism:ultimate_chemical_tank" + }] + rewards: [ + { + id: "35D89D94AE8BCBD3" + type: "random" + table_id: 7197061527498167330L + } + { + id: "77A4A2D6E72F8CE5" + type: "xp" + xp: 100 + } + ] + } + { + x: 9.0d + y: 2.5d + shape: "octagon" + subtitle: "Produces about 17.6FE/t" + description: ["Generates power from the sun!"] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.5d + id: "74200A48498DD7F8" + tasks: [{ + id: "22ACFEB806D68385" + type: "item" + item: "mekanismgenerators:solar_generator" + }] + rewards: [ + { + id: "1E2B1E4B956092D9" + type: "random" + table_id: 7197061527498167330L + } + { + id: "74FCF5135C24D033" + type: "xp" + xp: 100 + } + ] + } + { + x: -8.875d + y: -1.975d + shape: "octagon" + subtitle: "Basic Power Gen" + description: [ + "The Heat Generator has 2 modes to generate power:" + "" + "&9Passive:&r Surrounding the generator with lava source or flowing blocks creates passive power by creating heat. Place one lava source block on top, and let it flow over the sides. Make sure to connect pipes first!" + "" + "&9Active:&r Placing combustible materials such as coal or wood into the generator will burn the fuel to create power." + ] + dependencies: ["6F62B5510FA881CD"] + size: 1.25d + id: "0650996C7818ADB5" + tasks: [{ + id: "7BA12BAB8271E170" + type: "item" + item: "mekanismgenerators:heat_generator" + }] + rewards: [ + { + id: "7072D079156C2A44" + type: "item" + item: "alltheores:osmium_ingot" + } + { + id: "6D2DD795F34A4177" + type: "xp" + xp: 10 + } + ] + } + { + x: 10.5d + y: 4.0d + shape: "octagon" + description: ["This generator will burn Bio Fuel into energy. It produces around 140FE/t."] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.5d + id: "6CD1720B76F47806" + tasks: [{ + id: "36B12984060A90FD" + type: "item" + item: "mekanismgenerators:bio_generator" + }] + rewards: [ + { + id: "1301C1670E4241EF" + type: "random" + table_id: 7197061527498167330L + } + { + id: "45C7E780DC5681CF" + type: "xp" + xp: 100 + } + ] + } + { + x: 9.0d + y: 4.0d + shape: "octagon" + description: [ + "If you're wondering if it is worth making this upgrade, the answer is yes." + "" + "This version produces 105.6FE/t. It also can be used to add extra heat to Thermal Evaporation Plants." + ] + dependencies: ["74200A48498DD7F8"] + size: 1.5d + id: "4EDD96EB60EF5814" + tasks: [{ + id: "4F0B3CA66BE1AEE1" + type: "item" + item: "mekanismgenerators:advanced_solar_generator" + }] + rewards: [ + { + id: "7C9221EEC576875E" + type: "random" + table_id: 7197061527498167330L + } + { + id: "0736D51EE3F58FA4" + type: "xp" + xp: 100 + } + ] + } + { + x: 10.5d + y: 2.5d + shape: "octagon" + subtitle: "Generates Power from the Wind" + description: [ + "This is a great option for generating power." + "" + "This generates around 40FE/t, and increases based on how high you are. The higher the Y level, the more power it produces!" + ] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.5d + id: "7778937DF377C1B4" + tasks: [{ + id: "50624A39AD15A8A6" + type: "item" + item: "mekanismgenerators:wind_generator" + }] + rewards: [ + { + id: "31ABFC11245A8E49" + type: "random" + table_id: 7197061527498167330L + } + { + id: "32DF83533E5D7416" + type: "xp" + xp: 100 + } + ] + } + { + title: "&dMekanism&r" + icon: { + id: "mekanism:creative_energy_cube" + Count: 1b + tag: { + mekData: { + EnergyContainers: [{ + Container: 0b + stored: "18446744073709551615.9999" + }] + } + } + } + x: -13.0d + y: -2.0d + shape: "square" + subtitle: "The Start of Your Own Factory" + description: [ + "Mekanism is a tech mod that will change the way you play Minecraft." + "" + "The mod focuses on breaking down materials to their chemical makeup, and getting the best out of every material you come across. " + "" + "This mod features Hydrogen-Powered Jetpacks, a mini-robotic friend, reactors, a Digital Miner to automate mining, and much, much more." + ] + size: 2.0d + id: "58B125BD4876054C" + tasks: [{ + id: "2362792C3ABCDBA5" + type: "checkmark" + title: "Mekanism" + }] + rewards: [ + { + id: "7D519C36EA3CF356" + type: "item" + item: "alltheores:raw_osmium" + } + { + id: "1C5A7C0402C237DD" + type: "xp" + xp: 10 + } + ] + } + { + title: "Osmium" + x: -10.5d + y: -2.0d + subtitle: "The Base Crafting Ingot" + dependencies: ["58B125BD4876054C"] + id: "6F62B5510FA881CD" + tasks: [{ + id: "52967F83338A3AC3" + type: "item" + item: "alltheores:osmium_ingot" + }] + rewards: [ + { + id: "52CF295425D3C2B9" + type: "item" + item: "alltheores:raw_osmium" + random_bonus: 1 + } + { + id: "75AA096A6B99BFA3" + type: "xp" + xp: 10 + } + ] + } + { + x: 3.0d + y: -2.0d + shape: "hexagon" + subtitle: "Tier 2 Ore Factory" + description: [ + "So far, to \"double\" our ingot output, your setup should look something like this:" + "" + "Raw Ore goes into your &aPurification Chamber&r, which is being fed &aOxygen&r from an &6Electrolytic Separator&r." + "" + "It then outputs the product into the &aCrusher&r, which converts the ore clumps into \"dirty dusts\". This \"Dirty Dust\" is fed into an &aEnrichment Chamber&r, which converts the \"Dirty Dust\" into the appropriate \"Ore Dust.\"" + "" + "The &aEnrichment Chamber&r then feeds into your preferred smelter of choice. You follow?" + ] + dependencies: ["7AE502EDB73BD57A"] + size: 1.5d + id: "263220DCCDB90E29" + tasks: [{ + id: "46C4C1AD9FA5BEE2" + type: "checkmark" + title: "Our Setup So Far" + }] + rewards: [ + { + id: "07F4FEA9CD91FB7B" + type: "item" + item: "mekanism:alloy_infused" + count: 2 + } + { + id: "12132365C99DF4EB" + type: "xp" + xp: 10 + } + ] + } + { + x: 6.5d + y: -2.0d + subtitle: "Tier 3 Ore Factory" + description: [ + "So now, you should have 5 machines ready to go to process your ores. Are you ready to make it even more complicated?" + "" + "Your factory should be: Chemical Injection Chamber > Purifying Chamber > Crusher > Enrichment Chamber > Furnace/Smelter." + "" + "Easy so far, right?" + "" + "Well buckle up. It's about to get wild." + ] + dependencies: [ + "4F1C04C0F6769825" + "04E2D539E33B7B0F" + ] + id: "1112E4E2CCEB2467" + tasks: [{ + id: "57F40CFA03BD36EF" + type: "checkmark" + title: "The Hard Part" + }] + rewards: [{ + id: "0B129E30AA37E379" + type: "xp" + xp: 10 + }] + } + { + x: 16.0d + y: -1.9500000000000002d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["58B125BD4876054C"] + size: 1.5d + id: "1C86908F5A1FABC0" + tasks: [{ + id: "300ABE43848D019B" + type: "item" + item: "mekanism:meka_tool" + }] + rewards: [ + { + id: "66D94C23A4C3A6AC" + type: "random" + table_id: 7197061527498167330L + } + { + id: "233C0CFF6DA6F3EC" + type: "xp" + xp: 1000 + } + ] + } + { + x: 14.5d + y: -4.199999999999999d + shape: "square" + hide_dependency_lines: true + dependencies: ["58B125BD4876054C"] + size: 1.5d + id: "03CAD4948ECF0B0F" + tasks: [{ + id: "1CB052C01659D6FD" + type: "item" + item: "mekanism:mekasuit_helmet" + }] + rewards: [ + { + id: "13707E303FFAB18D" + type: "item" + item: "mekanism:pellet_polonium" + } + { + id: "31AFE6B757175202" + type: "random" + table_id: 7197061527498167330L + } + { + id: "3A6298D80801B58E" + type: "xp" + xp: 1000 + } + ] + } + { + x: 14.5d + y: -2.7d + shape: "square" + hide_dependency_lines: true + dependencies: ["58B125BD4876054C"] + size: 1.5d + id: "5EC325720523801E" + tasks: [{ + id: "50E98618A0D7C873" + type: "item" + item: "mekanism:mekasuit_bodyarmor" + }] + rewards: [ + { + id: "5E8F1330F126A12E" + type: "item" + item: "mekanism:pellet_polonium" + } + { + id: "52A2632789560E3B" + type: "random" + table_id: 7197061527498167330L + } + { + id: "29782FF8E879516A" + type: "xp" + xp: 1000 + } + ] + } + { + x: 14.5d + y: -1.2000000000000002d + shape: "square" + hide_dependency_lines: true + dependencies: ["58B125BD4876054C"] + size: 1.5d + id: "544B230E7DC944CA" + tasks: [{ + id: "0638BD9EFEE20F97" + type: "item" + item: "mekanism:mekasuit_pants" + }] + rewards: [ + { + id: "27480E70BA3B5C96" + type: "item" + item: "mekanism:pellet_polonium" + } + { + id: "15BF5C450B139FE3" + type: "random" + table_id: 7197061527498167330L + } + { + id: "1E60842267FDC593" + type: "xp" + xp: 1000 + } + ] + } + { + x: 14.5d + y: 0.30000000000000004d + shape: "square" + hide_dependency_lines: true + dependencies: ["58B125BD4876054C"] + size: 1.5d + id: "77235CDC61136465" + tasks: [{ + id: "36FFFB742E28B797" + type: "item" + item: "mekanism:mekasuit_boots" + }] + rewards: [ + { + id: "16383CD9381D3C28" + type: "item" + item: "mekanism:pellet_polonium" + } + { + id: "523A6C357802EC0A" + type: "random" + table_id: 7197061527498167330L + } + { + id: "06F08DF4BCA0C969" + type: "xp" + xp: 1000 + } + ] + } + { + x: -3.5d + y: -3.0d + description: [ + "Combines gases, solid items, and liquids to produce an item and by-product." + "" + "This machine is needed to create end-game materials and armor." + ] + dependencies: ["08DDE018A804BFE7"] + id: "587A19FC348387C5" + tasks: [{ + id: "1C162E39F2ACA72F" + type: "item" + item: "mekanism:pressurized_reaction_chamber" + }] + rewards: [ + { + id: "7F4F10CD3B125E3A" + type: "item" + item: "mekanism:basic_control_circuit" + count: 2 + } + { + id: "583CAD36267241C2" + type: "random" + table_id: 7197061527498167330L + } + { + id: "6153A09A9D197270" + type: "xp" + xp: 10 + } + ] + } + { + title: "Bio Fuel" + x: 1.0d + y: -3.0d + description: ["The Crusher can also break down natural substances into Bio Fuel!"] + dependencies: ["7AE502EDB73BD57A"] + id: "3B43DB1A6B0A7B44" + tasks: [{ + id: "05138E2E906020F3" + type: "item" + item: "mekanism:bio_fuel" + count: 2L + }] + rewards: [ + { + id: "174A1D24134BB9DC" + type: "item" + item: "mekanism:bio_fuel" + } + { + id: "72D588EA49839008" + type: "xp" + xp: 10 + } + ] + } + { + title: "Substrates" + x: 1.0d + y: -4.0d + description: [ + "When Bio Fuel is combined with Water and Hydrogen in a &aPressurized Reaction Chamber&r it creates Substrates. It also creates Ethylene as a by-product." + "" + "These are needed to create HDPE pellets, which is used for end-game crafts like the Meka-suit." + ] + dependencies: ["3B43DB1A6B0A7B44"] + id: "5047792C6EF6D2AD" + tasks: [{ + id: "1F6A5B58DF94730B" + type: "item" + item: "mekanism:substrate" + count: 3L + }] + rewards: [ + { + id: "4501F6A232456167" + type: "item" + item: "mekanism:substrate" + } + { + id: "1979E89900B74A27" + type: "xp" + xp: 10 + } + ] + } + { + title: "HDPE Pellets" + x: 1.0d + y: -5.0d + description: ["Combining Oxygen, Ethylene, and a Substrate in a &aPressurized Reaction Chamber&r will create an HDPE Pellet."] + dependencies: ["5047792C6EF6D2AD"] + id: "76A38CCA5816CDAD" + tasks: [{ + id: "62E8F3CC847BBD3D" + type: "item" + item: "mekanism:hdpe_pellet" + count: 3L + }] + rewards: [ + { + id: "16F49D5355A06C1B" + type: "item" + item: "mekanism:substrate" + count: 2 + } + { + id: "1138396810238D01" + type: "xp" + xp: 10 + } + ] + } + { + x: 1.0d + y: -6.0d + description: ["To get an HDPE Sheet, place 3 HDPE Pellets in an Enrichment Chamber."] + dependencies: ["76A38CCA5816CDAD"] + id: "47106CE1937C4340" + tasks: [{ + id: "6EE6F07986BAFC3B" + type: "item" + item: "mekanism:hdpe_sheet" + }] + rewards: [ + { + id: "78A06CC539C1B6AE" + type: "item" + item: "mekanism:hdpe_pellet" + count: 3 + } + { + id: "6222BDC7235A0FBC" + type: "xp" + xp: 100 + } + ] + } + { + x: -6.875d + y: 4.375d + shape: "hexagon" + subtitle: "Mekanism's All In One Tool" + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.25d + id: "49675EA8CBCA1388" + tasks: [{ + id: "79F38A9428A0A23D" + type: "item" + item: "mekanism:atomic_disassembler" + }] + rewards: [ + { + id: "1E9683F66A5FE752" + type: "random" + table_id: 7197061527498167330L + } + { + id: "76A57DE86B17E93A" + type: "xp" + xp: 100 + } + ] + } + { + title: "Enriched Items" + x: -3.5d + y: -0.5d + subtitle: "Enrich your items first!" + description: [ + "Using the Enrichment Chamber, you can enrich items to convert them into Enriched variants." + "" + "These \"Enriched\" items give 8x the amount of mb in a Metallurgic Infuser." + "" + "If you plan on making a bunch of steel, Enrich your Charcoal first!" + ] + dependencies: ["08DDE018A804BFE7"] + id: "0F326EEEC2EBE4E5" + tasks: [{ + id: "4B60ACBCC3B46D1D" + type: "item" + item: "mekanism:enriched_carbon" + }] + rewards: [ + { + id: "1B7E6CC9019F43AB" + type: "item" + item: "mekanism:enriched_carbon" + count: 2 + } + { + id: "04127BD3A4706FE4" + type: "xp" + xp: 10 + } + ] + } + { + x: 9.5d + y: -2.0d + subtitle: "Giving Ores a Bath" + description: [ + "This machine needs water to operate, and uses the water to clean \"Ore Slurry\" into \"Clean Ore Slurry.\"" + "" + "It will be part 2 of your Tier 4 Ore Processing Factory." + ] + dependencies: ["4F436770D30D8520"] + id: "4AFF81D3D0E78255" + tasks: [{ + id: "1DA159AA61B37545" + type: "item" + item: "mekanism:chemical_washer" + }] + rewards: [ + { + id: "3CE007719AA0DDD8" + type: "random" + table_id: 7197061527498167330L + } + { + id: "18B6402C4049FD4C" + type: "xp" + xp: 100 + } + ] + } + { + x: 11.0d + y: -2.0d + subtitle: "Turns Ore Slurry into Crystals" + description: [ + "This machine will be #3 in your Tier 4 Ore Processing Factory." + "" + "It takes the Clean Ore Slurry from the Chemical Washer and turns it into Crystals, which the Chemical Injection Chamber can process after." + ] + dependencies: ["4AFF81D3D0E78255"] + id: "3999760881C855FA" + tasks: [{ + id: "6F2B3A4206C129B0" + type: "item" + item: "mekanism:chemical_crystallizer" + }] + rewards: [ + { + id: "2B37585059AAE0D6" + type: "random" + table_id: 7197061527498167330L + } + { + id: "75C11279E936ADAA" + type: "xp" + xp: 100 + } + ] + } + { + x: 12.5d + y: -2.0d + shape: "gear" + subtitle: "This is a lot, I know." + description: [ + "If you're like me, you probably got lost 55 times during these last few steps. This is a complicated system." + "" + "A basic layout of your factory should be: " + "" + "Raw ore goes into your Chemical Dissolution Chamber > pumps A GAS to Chemical Washer > pumps A GAS to Chemical Crystallizer > outputs crystals to Chemical Injection Chamber > outputs shards to Purification Chamber > outputs clumps to Crusher > outputs dirty dusts to Enrichment Chamber > outputs clean dust to Smelter." + "{image:atm:textures/mekanism_flowchart.png width:1000 height:600 align:1 fit:true}" + ] + dependencies: ["3999760881C855FA"] + size: 1.5d + id: "3C49F2EEDCCAF1DF" + tasks: [{ + id: "3B3B58C438FD4397" + type: "checkmark" + title: "Tier 4 Ore Processing Factory" + }] + rewards: [{ + id: "3417F669ABC16584" + type: "xp" + xp: 100 + }] + } + { + x: -6.875d + y: 1.875d + shape: "hexagon" + description: [ + "Standing on this item will charge up any powered item from any mod." + "" + "This is also needed for the Robit." + ] + hide_dependency_lines: true + dependencies: ["162CE44400A63575"] + size: 1.25d + id: "4204702AA6FBF40B" + tasks: [{ + id: "6190BE8B67130AB5" + type: "item" + item: "mekanism:chargepad" + }] + rewards: [ + { + id: "72909BB3BAF1758D" + type: "random" + table_id: 7197061527498167330L + } + { + id: "18F7E9FF427F660D" + type: "xp" + xp: 10 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/productive_bees.snbt b/config/ftbquests/quests/chapters/productive_bees.snbt index 99645ed..89b9f4c 100644 --- a/config/ftbquests/quests/chapters/productive_bees.snbt +++ b/config/ftbquests/quests/chapters/productive_bees.snbt @@ -1,4884 +1,4884 @@ -{ - id: "26E6ED94168A05C4" - group: "6614EE2378B8AFB9" - order_index: 2 - filename: "productive_bees" - title: "Productive Bees" - icon: { - id: "patchouli:guide_book" - Count: 1b - tag: { - "patchouli:book": "productivebees:guide" - } - } - default_quest_shape: "hexagon" - default_hide_dependency_lines: false - images: [ - { - x: 1.0d - y: -10.0d - width: 20.0d - height: 5.0d - rotation: 0.0d - image: "atm:textures/productive_bees.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: -3.0d - y: -7.0d - width: 2.0d - height: 2.0d - rotation: 0.0d - image: "minecraft:textures/item/honeycomb.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 5.0d - y: -7.0d - width: 2.0d - height: 2.0d - rotation: 0.0d - image: "minecraft:textures/item/honey_bottle.png" - hover: [ ] - click: "" - dev: false - corner: false - } - ] - quests: [ - { - x: 1.0d - y: -7.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." - "" - "&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!" - }] - rewards: [ - { - id: "1FE7DFBA702FBE64" - type: "item" - item: "minecraft:dandelion" - } - { - id: "4D695A49C4060AFD" - 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" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - { - id: "29A08F3977208A4F" - type: "item" - item: "minecraft:honey_bottle" - } - { - id: "7D7C7BA0CBA0B12F" - type: "xp" - xp: 10 - } - ] - } - { - title: "Your First Beehive!" - x: 1.0d - y: -1.5d - description: [ - "Using the vanilla method, go ahead and make yourself a &9Beehive&r to have your own little setup!" - "" - "These can hold 3 Bees each, but we won't be using it for long...." - "" - "Bees will only create Honey and Honeycombs if they have the right flowers. Vanilla bees can use any flower, but most bees in the mod will require a specific block! Make sure to check JEI for more info." - ] - dependencies: ["29EE878BC8D3A742"] - id: "109AD73F016D576B" - tasks: [{ - id: "33E5A303B907306B" - type: "item" - item: "minecraft:beehive" - }] - rewards: [{ - id: "398062170AD6E34C" - type: "item" - item: "minecraft:honeycomb" - count: 2 - }] - } - { - title: "Capturing Bees!" - x: 1.0d - y: -3.5d - description: [ - "To get our own bee farm going, we'll have to find us some bees... and capture them." - "" - "Right-clicking a bee with this will capture it!" - "" - "Adventuring can also net you some &6Sturdy Bee Cages&r, so keep an eye out! " - ] - dependencies: ["1A0130101413F55F"] - id: "29EE878BC8D3A742" - tasks: [{ - id: "2B86DC6F7E579E0B" - type: "item" - item: "productivebees:bee_cage" - count: 4L - }] - rewards: [ - { - id: "495A8E79141F31AC" - type: "xp" - xp: 10 - } - { - id: "3BAFF21709BCF43F" - type: "item" - item: "productivebees:sturdy_bee_cage" - } - ] - } - { - title: "Advanced Beehive" - x: 1.0d - y: 0.5d - shape: "hexagon" - subtitle: "No more shearing." - description: [ - "With the vanilla Beehive, we'll use this to craft an &eAdvanced Beehive&r. It can be Oak or any kind of wood." - "" - "Bees will fly in and out of these, and drop off Honeycombs in the inventory. You can also insert glass bottles to get Honey Bottles." - "" - "We'll need plenty of Honeycombs for treats!" - ] - dependencies: ["109AD73F016D576B"] - size: 1.5d - id: "7C169A4A39F37FAC" - tasks: [{ - id: "0EF1CA8DED2FF38C" - type: "item" - title: "Advanced Beehive" - icon: "productivebees:advanced_oak_beehive" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "productivebees:advanced_beehives" - } - } - }] - rewards: [ - { - id: "0E4EE8248A540A3A" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - { - id: "379FD843A5076141" - type: "xp" - xp: 100 - } - ] - } - { - title: "Wood Nest" - x: -4.0d - y: 5.0d - subtitle: "Can be used in any Overworld biome" - description: [ - "Wood Nests are used to lure Carpenter Bees and the Blue Banded Bee." - "" - "Dark Oak Nests lures 3 different bees." - "" - "These can be placed in any Overworld Biome." - ] - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "00A17728A387B426" - tasks: [ - { - id: "1F2A2E5E1319BBAA" - type: "item" - item: "productivebees:oak_wood_nest" - } - { - id: "05B1A9B5E710DC24" - type: "item" - item: "productivebees:dark_oak_wood_nest" - } - { - id: "3F43AC1C5F87ACA3" - type: "item" - item: "productivebees:jungle_wood_nest" - } - { - id: "06DB37B0D01CE868" - type: "item" - item: "productivebees:spruce_wood_nest" - } - { - id: "406D976F0C6B5CB8" - type: "item" - item: "productivebees:birch_wood_nest" - } - { - id: "3328BB57F3B6FDDA" - type: "item" - item: "productivebees:acacia_wood_nest" - } - ] - rewards: [{ - id: "13A6FF7C32F2A33F" - type: "xp" - xp: 10 - }] - } - { - x: -5.0d - y: 5.5d - subtitle: "Lures Bees in any Overworld Biome" - description: ["The Stone Nest can be placed in any overworld biome to lure in a Mason Bee or Digger Bee."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "369D3AF332181DA8" - tasks: [{ - id: "03A3CD871B01984F" - type: "item" - item: "productivebees:stone_nest" - }] - rewards: [{ - id: "2FAF74F05A3FB855" - type: "xp" - xp: 10 - }] - } - { - x: -4.0d - y: 4.0d - subtitle: "Any Overworld Biome" - description: [ - "The &eDirt Nest&r can be placed in any overworld biome to lure in bees." - "" - "It can lure the Ashy Mining Bee, Chocolate Mining Bee, and the Leafcutter Bee." - ] - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "73C70B15582958A5" - tasks: [{ - id: "75AC4440283F2FD2" - type: "item" - item: "productivebees:coarse_dirt_nest" - }] - rewards: [{ - id: "7BF7221FDB6D90C9" - type: "xp" - xp: 10 - }] - } - { - x: -5.0d - y: 4.5d - subtitle: "Lures bees in Desert Biomes" - description: ["When placed in a Desert biome, the Sand Nest will attract either the Chocolate or Ashy Mining Bee."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "06044B4452A6B720" - tasks: [{ - id: "583141D1F71510B3" - type: "item" - item: "productivebees:sand_nest" - }] - rewards: [{ - id: "73C97FC16BFC308A" - type: "xp" - xp: 10 - }] - } - { - x: -6.0d - y: 3.5d - subtitle: "Lures the Sweat Bee in Cold Biomes" - description: ["Placing a Snow Nest in a snowy biome will lure in a Sweat Bee."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "264BFB8C5F79616F" - tasks: [{ - id: "01C9E075D831E1AD" - type: "item" - item: "productivebees:snow_nest" - }] - rewards: [{ - id: "5109858DAD10D79F" - type: "xp" - xp: 10 - }] - } - { - x: -5.0d - y: 3.5d - subtitle: "Lures in bees in River and Beach Biomes" - description: [ - "The Gravel Nest will lure bees in either a River biome or Beach biome." - "" - "It lures in the Ashy Mining Bee, Chocolate Mining Bee, and the Digger Bee." - ] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "09FD3D0B9BCAEB5A" - tasks: [{ - id: "3091212589824103" - type: "item" - item: "productivebees:gravel_nest" - }] - rewards: [{ - id: "12F728528AF6A6D3" - type: "xp" - xp: 10 - }] - } - { - x: -6.0d - y: 4.5d - subtitle: "Lures bees in any Overworld Biome" - description: ["A Reed Nest will work in any overworld biome, and will lure in a Mason Bee or a Reed Bee."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "5CC9CB0911954215" - tasks: [{ - id: "3BE7523330044E2F" - type: "item" - item: "productivebees:sugar_cane_nest" - }] - rewards: [{ - id: "53A40EE86E11B2C0" - type: "xp" - xp: 10 - }] - } - { - x: -6.0d - y: 5.5d - subtitle: "Lures in a Slimy Bee in a Swamp Biome" - description: ["When placed in a swamp biome, the Slimy Nest will lure in Slimy Bees."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "79D6A251FE3761B3" - tasks: [{ - id: "255B5D268D66C748" - type: "item" - item: "productivebees:slimy_nest" - }] - rewards: [{ - id: "4D2E30FE89E3148F" - type: "xp" - xp: 10 - }] - } - { - x: -7.0d - y: 5.5d - subtitle: "Lures a Glowing Bee in the Nether" - description: ["When placed in the Nether, the Glowstone Nest will lure in a Glowing Bee."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "41CF7CAEE4F60CCD" - tasks: [{ - id: "09F5BBEBACBA280D" - type: "item" - item: "productivebees:glowstone_nest" - }] - rewards: [{ - id: "310F333754B88B57" - type: "xp" - xp: 10 - }] - } - { - x: -8.0d - y: 5.5d - subtitle: "Lures in Ghostly Bees when placed in the Nether" - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "027FD9135DEC4949" - tasks: [{ - id: "432B3806B0D8F356" - type: "item" - item: "productivebees:soul_sand_nest" - }] - rewards: [{ - id: "1EC49763E8E46D47" - type: "xp" - xp: 10 - }] - } - { - x: -7.0d - y: 3.5d - subtitle: "Lures in Crystalline Bees in the Nether" - description: [ - "This nest attracts &eCrystalline Bees&r." - "" - "The easiest way to get a quartz block is by mining it with a Silk Touch pick." - "" - "Tip: Brass has the Silk Touch trait when making a Silent Gear tool." - ] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "6D484150536536B9" - tasks: [{ - id: "4356F84A57C41F62" - type: "item" - item: "productivebees:nether_quartz_nest" - }] - rewards: [{ - id: "5A21046DE47F6AD0" - type: "xp" - xp: 100 - }] - } - { - x: -7.0d - y: 4.5d - subtitle: "Lures in a Magmatic Bee when placed in the Nether" - description: ["Placing the Nether Brick Nest in the Nether will lure in a Magmatic Bee."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "349D19F2FCC34B84" - tasks: [{ - id: "3722A83F8591AC9F" - type: "item" - item: "productivebees:nether_brick_nest" - }] - rewards: [{ - id: "4A620DDFDE9BDB88" - type: "xp" - xp: 10 - }] - } - { - x: -8.0d - y: 4.5d - subtitle: "Lures in Ender Bees when placed in the End" - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "1E9BD4B74DAEA9FC" - tasks: [{ - id: "23A45F19E1E556BB" - type: "item" - item: "productivebees:end_stone_nest" - }] - rewards: [{ - id: "121400F2EFEEB64C" - type: "xp" - xp: 10 - }] - } - { - x: -8.0d - y: 3.5d - subtitle: "Lures a Draconic Bee in the End" - description: ["The Obsidian Nest will lure in Draconic Bees when placed in the End."] - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - hide: false - id: "3155E4212045BC8E" - tasks: [{ - id: "727AAC7516CF8B5B" - type: "item" - item: "productivebees:obsidian_nest" - }] - rewards: [{ - id: "69CAC89B71A6CB41" - type: "xp" - xp: 100 - }] - } - { - title: "Iron Bees" - icon: "minecraft:iron_ingot" - x: 1.0d - y: 9.5d - subtitle: "Ashy Mining + Crystalline" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "114D668C691A2BDF" - tasks: [{ - id: "6D4F62833424ADC0" - type: "item" - title: "Iron Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:iron" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:iron" - } - } - } - } - }] - rewards: [{ - id: "70F5DFF5B0D6BEF7" - type: "xp" - xp: 100 - }] - } - { - icon: { - id: "minecraft:stone_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - x: -4.0d - y: 12.0d - subtitle: "Spawns from a Dirt Nest" - description: ["The Ashy Mining Bee is spawned from a Dirt, Gravel, or Sand Nest."] - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "37367101B3DAA70F" - tasks: [{ - id: "3DE460F842195173" - type: "checkmark" - title: "Ashy Mining Bee" - }] - rewards: [{ - id: "5834F59FFE9CB283" - type: "xp" - xp: 10 - }] - } - { - title: "Crystalline Bee" - icon: "minecraft:quartz" - x: -4.0d - y: 11.0d - subtitle: "Spawns from a Quartz Nest in the Nether" - description: [ - "The Crystalline Bee is spawned from a Quartz Nest." - "" - "This bee is needed to make many of the other metal bees, like Iron and Copper." - ] - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "4C47EB9D2CE26BC6" - tasks: [{ - id: "6E21D8349EEB2A11" - type: "item" - title: "Crystalline Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:crystalline" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:crystalline" - } - } - } - } - }] - rewards: [{ - id: "492A77FECC7B1FBB" - type: "xp" - xp: 100 - }] - } - { - title: "Copper Bees" - icon: "minecraft:copper_ingot" - x: 2.0d - y: 11.0d - subtitle: "Crystalline + Ashy Mining" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "75CD4EE6A542D687" - tasks: [{ - id: "263F0E416A8E1110" - type: "item" - title: "Copper Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:copper" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:copper" - } - } - } - } - }] - rewards: [{ - id: "4AD65F5EA93306F1" - type: "xp" - xp: 100 - }] - } - { - title: "Tin Bees" - icon: "alltheores:tin_ingot" - x: 3.0d - y: 10.5d - subtitle: "Ashy Mining + Crystalline" - description: ["Tin Bees are made by breeding a Crystalline Bee with an Ashy Mining Bee."] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "589EB4602E3F9EEE" - tasks: [{ - id: "17C7DC04BC22C0D7" - type: "item" - title: "Tin Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:tin" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:tin" - } - } - } - } - }] - rewards: [{ - id: "7FA16F264547ECF7" - type: "xp" - xp: 100 - }] - } - { - title: "Aluminum Bees" - icon: "alltheores:aluminum_ingot" - x: -1.0d - y: 12.5d - subtitle: "Crystalline + Ashy Mining Bee" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "0D5D76B3551CD5A7" - tasks: [{ - id: "79712C13C6597E82" - type: "item" - title: "Aluminum Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:aluminum" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:aluminum" - } - } - } - } - }] - rewards: [{ - id: "1E87DDE8F03C8AA8" - type: "xp" - xp: 100 - }] - } - { - title: "Gold Bees" - icon: "minecraft:gold_ingot" - x: 0.0d - y: 10.0d - subtitle: "Crystalline + Mason" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - hide: false - id: "029AA03790F055E8" - tasks: [{ - id: "59665D8476656B9F" - type: "item" - title: "Gold Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:gold" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:gold" - } - } - } - } - }] - rewards: [{ - id: "1DC7AED40698F09D" - type: "xp" - xp: 100 - }] - } - { - title: "Mason Bee" - icon: "minecraft:brick" - x: -3.0d - y: 13.5d - subtitle: "Spawned using a Stone Nest" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "24888CAD50B32B04" - tasks: [{ - id: "4BC7F46B28DC6BA0" - type: "checkmark" - title: "Mason Bees" - }] - rewards: [{ - id: "40B999E6FCDAC7A8" - type: "xp" - xp: 10 - }] - } - { - x: 1.0d - y: 4.5d - shape: "gear" - description: [ - "In Productive Bees, you don't spend most of your time flying around trying to find certain bees." - "" - "Instead, you spawn them in using Nests with &6Honey Treats&r." - "" - "With these, you'll create yourself some Nests and right click them with the treats to lure Bees in." - "" - "Make sure to check out which biome you need to be in to lure in the right bees!" - ] - dependencies: ["7C169A4A39F37FAC"] - size: 3.0d - id: "131EC039435B8878" - tasks: [{ - id: "1C677CD515E8862B" - type: "item" - item: "productivebees:honey_treat" - }] - rewards: [ - { - id: "4F2B6C905FB137F0" - type: "item" - item: "productivebees:honey_treat" - random_bonus: 2 - } - { - id: "327E963A18728867" - type: "xp" - xp: 10 - } - ] - } - { - title: "Finding Nests" - x: 2.0d - y: -2.5d - description: ["Right-clicking on a Nest of the type you are looking for will point you in the direction of another!"] - dependencies: ["29EE878BC8D3A742"] - optional: true - id: "68CE30097BADE20E" - tasks: [{ - id: "10D83EFF8DF8830B" - type: "item" - item: { - id: "productivebees:nest_locator" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "6C1DDDA29011FD24" - type: "item" - item: "minecraft:honey_bottle" - } - { - id: "14996378A430180C" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.5d - y: 0.5d - description: ["The Upgrade Base is used to craft the various Upgrades in Productive Bees."] - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - size: 1.5d - id: "66324D7D0C51AEAC" - tasks: [{ - id: "52AA599123DF9D78" - type: "item" - item: "productivebees:upgrade_base" - }] - rewards: [ - { - id: "279DEFA11701B0C6" - type: "xp" - xp: 10 - } - { - id: "190005A9561D76D2" - type: "item" - item: "productivebees:upgrade_base" - } - ] - } - { - x: -5.0d - y: 0.5d - shape: "hexagon" - subtitle: "Increases Bee Productivity by 140%" - dependencies: ["66324D7D0C51AEAC"] - id: "6DBF9CAB37B9BBF3" - tasks: [{ - id: "23697EE31757EBEB" - type: "item" - item: "productivebees:upgrade_productivity" - }] - rewards: [ - { - id: "532DF28E46411BAA" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "01C9C90A328265CE" - type: "xp" - xp: 100 - } - ] - } - { - x: -2.5d - y: -0.5d - subtitle: "Sonic Bees" - description: [ - "Can be placed in a hive or centrifuge." - "" - "When in a hive, it decreases the amount of time bees spend in the hive by 20%." - "" - "When placed in a Centrifuge, it increases the processing speed." - "" - "These do stack." - ] - dependencies: ["66324D7D0C51AEAC"] - id: "500BEAD94C97DF96" - tasks: [{ - id: "2F69E114B9F17B9A" - type: "item" - item: "productivebees:upgrade_time" - }] - rewards: [ - { - id: "7B68706C7E4D9550" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "23E4F84BF4C64AB3" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.5d - y: 2.0d - shape: "hexagon" - subtitle: "Making Babies" - description: [ - "When installed in a hive, it gives a 5% chance for a new baby bee to be spawned every time honey is delivered." - "" - "When placed in a Catcher, it only allows the catcher to catch baby bees." - "" - "You can stack these for a greater chance." - ] - dependencies: ["66324D7D0C51AEAC"] - id: "2182492BCC1B33D8" - tasks: [{ - id: "04E3182336EE3967" - type: "item" - item: "productivebees:upgrade_breeding" - }] - rewards: [ - { - id: "4423FDFB72B07AFC" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "60C16B8456B350DF" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: -0.5d - shape: "hexagon" - subtitle: "Lumber and Quarry Bees will give Blocks instead of Chips" - dependencies: ["66324D7D0C51AEAC"] - id: "397E2D14BDE7DED0" - tasks: [{ - id: "2289A74F096C389C" - type: "item" - item: "productivebees:upgrade_comb_block" - }] - rewards: [ - { - id: "08153982346B6697" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "2DD19E19BEC19037" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.5d - y: -1.0d - shape: "hexagon" - subtitle: "Prevents Bees from Teleporting in a Hive" - description: ["You'll need these for Ender Bees."] - dependencies: ["66324D7D0C51AEAC"] - id: "198EDBAC1D6E2339" - tasks: [{ - id: "09CA837E39927465" - type: "item" - item: "productivebees:upgrade_anti_teleport" - }] - rewards: [ - { - id: "741664A37CF3CE09" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "6D74E7326BB52C6E" - type: "xp" - xp: 100 - } - ] - } - { - x: -2.5d - y: 1.5d - shape: "hexagon" - subtitle: "Increases the Range of a Machine" - description: ["Mostly for the Catcher."] - dependencies: ["66324D7D0C51AEAC"] - id: "14623D25561BA61B" - tasks: [{ - id: "6E8978E798AB54F7" - type: "item" - item: "productivebees:upgrade_range" - }] - rewards: [ - { - id: "7047D156FCBF9AE4" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "075F2B26AEEAD55B" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.5d - y: 1.5d - 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.5d - subtitle: "Extracts Genes from Bees in Hives" - dependencies: ["66324D7D0C51AEAC"] - id: "1DF026030780AE96" - tasks: [{ - id: "1B0C60960B1ABA92" - type: "item" - item: "productivebees:upgrade_bee_sampler" - }] - rewards: [ - { - id: "6AA353FFF5071D08" - type: "item" - item: "productivebees:honey_treat" - } - { - id: "0E1128C2FFC5105B" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.0d - y: 1.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." - ] - dependencies: ["7C169A4A39F37FAC"] - id: "33A0E06FE5CFD8F3" - tasks: [{ - id: "01233EB4BF20A278" - type: "item" - item: "productivebees:powered_centrifuge" - }] - rewards: [ - { - id: "498F2AE7D6D03C4B" - type: "item" - item: "minecraft:honeycomb" - count: 2 - random_bonus: 2 - } - { - id: "412881B0F7ADFF14" - type: "xp" - xp: 100 - } - ] - } - { - title: "Diamond Bee" - icon: "minecraft:diamond" - x: 8.0d - y: 4.5d - subtitle: "Ender + Lapis" - description: ["Breed the Ender Bee with a Lapis Bee to create a Diamond Bee!"] - dependencies: [ - "5F1784E562C29B66" - "100ACB5C8A359BF0" - ] - id: "1D720AC88431BD70" - tasks: [{ - id: "4EF5B261BAD2AC7D" - type: "item" - title: "Diamond Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:diamond" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:diamond" - } - } - } - } - }] - rewards: [ - { - id: "7A4D2E2C591FB3CD" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:diamond" - } - } - } - count: 2 - } - { - id: "1EF8A565196DEB2C" - type: "xp" - xp: 100 - } - ] - } - { - title: "Lapis Bees" - icon: "minecraft:lapis_lazuli" - x: 7.0d - y: 4.5d - subtitle: "Redstone + Blue Banded" - description: ["Breed a Redstone Bee with a Blue Banded Bee to get a Lapis Bee!"] - dependencies: ["117241986C99E475"] - id: "100ACB5C8A359BF0" - tasks: [{ - id: "429FA8057B666565" - type: "item" - title: "Lapis Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:lapis" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:lapis" - } - } - } - } - }] - rewards: [ - { - id: "7633FEC136EBA1D4" - type: "xp" - xp: 100 - } - { - id: "1ED82242D8118B20" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:lapis" - } - } - } - count: 2 - } - ] - } - { - title: "Redstone Bees" - icon: "minecraft:redstone" - disable_toast: true - x: 7.0d - y: 5.5d - subtitle: "Glowing + Chocolate Mining" - description: ["With the Glowing Bee, breed it with the Chocolate Mining Bee to get a Redstone Bee!"] - dependencies: ["437DB2CE10D33A08"] - id: "117241986C99E475" - tasks: [{ - id: "345245C32DB7B4D4" - type: "item" - title: "Redstone Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:redstone" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:redstone" - } - } - } - } - }] - rewards: [ - { - id: "0E473480AE6A71DF" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:redstone" - } - } - } - count: 2 - } - { - id: "1AA439A6CAB4A90A" - type: "xp" - xp: 100 - } - ] - } - { - title: "Ender Bees" - icon: "minecraft:ender_pearl" - x: 8.0d - y: 3.5d - subtitle: "&9Requires End Stone Nest" - description: ["Create yourself an &5End Stone Nest&r and head to the End to capture one of these bees!"] - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "5F1784E562C29B66" - tasks: [{ - id: "43515B26807F9E01" - type: "item" - title: "Ender Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:ender" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:ender" - } - } - } - } - }] - rewards: [ - { - id: "565C007060C1F9EC" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:ender" - } - } - } - count: 2 - } - { - id: "1EC07E1836DAB17A" - type: "xp" - xp: 100 - } - ] - } - { - title: "Glowing Bee" - icon: "minecraft:glowstone_dust" - x: 6.0d - y: 5.0d - description: ["You'll need to grab yourself a &6Glowstone Nest&r and head to the Nether to capture this bee!"] - hide_dependency_lines: false - dependencies: ["4C0302FF4F63B52E"] - id: "437DB2CE10D33A08" - tasks: [{ - id: "17B0E19125FCFA1A" - type: "item" - title: "Glowing Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:glowing" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:glowing" - } - } - } - } - }] - rewards: [ - { - id: "33CF41454AF3192E" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:glowing" - } - } - } - count: 2 - } - { - id: "7274DFEAC7126A2D" - type: "xp" - xp: 100 - } - ] - } - { - title: "Chocolate Mining Bee" - icon: "croptopia:chocolate" - x: -5.0d - y: 12.5d - subtitle: "Spawns from a Dirt Nest" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "486060882E507CF1" - tasks: [{ - id: "4DFDEAD81868CEF4" - type: "checkmark" - title: "Chocolate Mining Bee" - }] - rewards: [{ - id: "6C008390E836F306" - type: "xp" - xp: 10 - }] - } - { - icon: "minecraft:blue_dye" - x: -4.0d - y: 14.0d - subtitle: "Spawned using a Wood Nest" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "2CA4D7253DA1825F" - tasks: [{ - id: "12A2CE1C3AE8A033" - type: "checkmark" - title: "Blue Banded Bee" - }] - rewards: [{ - id: "0D9788B0439CE954" - type: "xp" - xp: 10 - }] - } - { - title: "Emerald Bee" - icon: "minecraft:emerald" - x: 7.0d - y: 3.5d - subtitle: "Diamond Bee + Slimy Bee" - description: ["Once you have a Diamond Bee, breed it with the Slimy Bee to create an Emerald Bee!"] - dependencies: [ - "1D720AC88431BD70" - "39A19138C501B16F" - ] - id: "5563BD4934297522" - tasks: [{ - id: "7B7C1C5BFEC92058" - type: "item" - title: "Emerald Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:emerald" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:emerald" - } - } - } - } - }] - rewards: [ - { - id: "50B0611117EE75AB" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:emerald" - } - } - } - count: 2 - } - { - id: "0FE7E2772FA1C09A" - type: "xp" - xp: 100 - } - ] - } - { - title: "Slimy Bee" - icon: "minecraft:slime_ball" - x: 6.0d - y: 4.0d - subtitle: "&9Requires Slimy Nest" - description: ["You can lure these bees in using a Slimy Nest in a swamp biome."] - dependencies: ["4C0302FF4F63B52E"] - id: "39A19138C501B16F" - tasks: [{ - id: "5E017E6B7E3F56B7" - type: "item" - title: "Slimy Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:slimy" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:slimy" - } - } - } - } - }] - rewards: [ - { - id: "6A5C1F186FAFFADA" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:slimy" - } - } - } - count: 2 - } - { - id: "5E11CF7211ADB15A" - type: "xp" - xp: 100 - } - ] - } - { - title: "Ancient Bee (Netherite)" - icon: "minecraft:netherite_ingot" - x: 9.0d - y: 4.5d - subtitle: "Feed Diamond Bee a Block of Netherite" - dependencies: ["1D720AC88431BD70"] - id: "2CA3707BEE2E3C0D" - tasks: [{ - id: "065E5450AC87F1D5" - type: "item" - title: "Ancient Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:netherite" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:netherite" - } - } - } - } - }] - rewards: [ - { - id: "6B10EC7376089305" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:netherite" - } - } - } - count: 2 - } - { - id: "36535E022831C4FD" - type: "xp" - xp: 100 - } - ] - } - { - title: "Withered Bee" - icon: "minecraft:wither_skeleton_skull" - x: 10.0d - y: 3.5d - subtitle: "Feed a Skeletal Bee a Withered Rose" - dependencies: ["76E94639E90FEB4E"] - id: "399882F3C51DD282" - tasks: [{ - id: "5BFAA4BB6651F71A" - type: "item" - title: "Withered Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:withered" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:withered" - } - } - } - } - }] - rewards: [ - { - id: "2A44E3F699DB9247" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:withered" - } - } - } - count: 2 - } - { - id: "095AA005F163ECC5" - type: "xp" - xp: 100 - } - ] - } - { - title: "Allthemodium Bee" - icon: "allthemodium:raw_allthemodium" - x: 10.0d - y: 4.5d - subtitle: "Ancient + Withered" - description: ["To get the Allthemodium Bee, breed a Withered Bee with an Ancient Bee."] - dependencies: [ - "2CA3707BEE2E3C0D" - "399882F3C51DD282" - ] - id: "6EFFF0DC80C1C8A3" - tasks: [{ - id: "5851FC52DDFE7826" - type: "item" - title: "Allthemodium Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:allthemodium" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:allthemodium" - } - } - } - } - }] - rewards: [ - { - id: "52BF6B50DD93E0C7" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:allthemodium" - } - } - } - count: 2 - } - { - id: "43280AD345FCEAC4" - type: "xp" - xp: 100 - } - ] - } - { - title: "Skeletal Bee" - icon: "minecraft:skeleton_skull" - x: 9.0d - y: 3.5d - subtitle: "Spawned with empty Beehives in the Dark" - description: ["Place some empty &eAdvanced Beehives&r in an unlit area. The bees will move in over time."] - hide_dependency_lines: true - dependencies: ["7C169A4A39F37FAC"] - id: "76E94639E90FEB4E" - tasks: [{ - id: "4203F7ED807F3D30" - type: "item" - title: "Skeletal Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:skeletal" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:skeletal" - } - } - } - } - }] - rewards: [ - { - id: "7A6D1C4C8A908A18" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:skeletal" - } - } - } - count: 2 - } - { - id: "70F080D7463D7B92" - type: "xp" - xp: 100 - } - ] - } - { - title: "Draconic Bee" - icon: "minecraft:dragon_head" - x: 8.0d - y: 5.5d - subtitle: "&9Requires Obsidian Nest" - description: ["Place an Obsidian Nest in the End to lure this bee."] - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "00FD36C207845895" - tasks: [{ - id: "2CC38211F4C54ED8" - type: "item" - title: "Draconic Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:draconic" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:draconic" - } - } - } - } - }] - rewards: [ - { - id: "52BFF2CF6ECE1B6B" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:draconic" - } - } - } - count: 2 - } - { - id: "7BB5EF8129DEFE69" - type: "xp" - xp: 100 - } - ] - } - { - title: "Vibranium Bee" - icon: "allthemodium:raw_vibranium" - x: 9.0d - y: 5.5d - subtitle: "Ancient + Draconic" - description: ["Breed a Draconic Bee with an Ancient Bee to get a Vibranium Bee!"] - dependencies: [ - "2CA3707BEE2E3C0D" - "00FD36C207845895" - ] - id: "6E819CCD57B15D54" - tasks: [{ - id: "21F18F576B555114" - type: "item" - title: "Vibranium Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:vibranium" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:vibranium" - } - } - } - } - }] - rewards: [ - { - id: "7E3C72B5CB548A0D" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:vibranium" - } - } - } - count: 2 - } - { - id: "525D801E1FF98425" - type: "xp" - xp: 100 - } - ] - } - { - title: "Unobtainium Bee" - icon: "allthemodium:raw_unobtainium" - x: 10.0d - y: 5.5d - subtitle: "Allthemodium + Vibranium" - description: [ - "Once you have the Allthemodium and Vibranium Bees, breed them together to get an Unobtainium Bee." - "" - "To breed: Feed the Allthemodium Bee 4 ingots of Vibranium, then feed the Vibranium Bee 4 ingots of Unobtainium." - ] - dependencies: [ - "6EFFF0DC80C1C8A3" - "6E819CCD57B15D54" - ] - id: "2BE538246C672689" - tasks: [{ - id: "271BDC9E7B37BCB5" - type: "item" - title: "Unobtainium Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:unobtainium" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:unobtainium" - } - } - } - } - }] - rewards: [ - { - id: "252172AFDCBF882B" - type: "item" - item: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:unobtainium" - } - } - } - count: 2 - } - { - id: "4E4DBE9FF2C1BBD0" - type: "xp" - xp: 100 - } - ] - } - { - title: "Zinc Bees" - icon: "alltheores:zinc_ingot" - x: 1.0d - y: 12.5d - subtitle: "Iron + Sweat" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "7EAFF64FFE8B5378" - tasks: [{ - id: "181135E3A83C5B9E" - type: "item" - title: "Zinc Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:zinc" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:zinc" - } - } - } - } - }] - rewards: [{ - id: "4537E0AF362216D5" - type: "xp" - xp: 100 - }] - } - { - title: "Quartz Enriched Iron Bees" - icon: "refinedstorage:quartz_enriched_iron" - x: 3.0d - y: 14.5d - subtitle: "Crystalline + Iron" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "7EF552BC18CFA494" - tasks: [{ - id: "70C081613574CFA8" - type: "item" - title: "Quartz Enriched Iron Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:quartz_enriched_iron" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:quartz_enriched_iron" - } - } - } - } - }] - rewards: [{ - id: "799BB5BB9EBA83AC" - type: "xp" - xp: 100 - }] - } - { - title: "Electrum Bees" - icon: "alltheores:electrum_ingot" - x: 0.0d - y: 15.0d - subtitle: "Gold + Silver" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "3054D016D2EF25FF" - tasks: [{ - id: "299DE26FF7293F34" - type: "item" - title: "Electrum Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:electrum" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:electrum" - } - } - } - } - }] - rewards: [{ - id: "6FA6170C19493AB7" - type: "xp" - xp: 100 - }] - } - { - title: "Platinum Bees" - icon: "alltheores:platinum_ingot" - x: 0.0d - y: 11.0d - subtitle: "Gold + Ender" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "57ACD83205988834" - tasks: [{ - id: "726FF2C87E9E972F" - type: "item" - title: "Platinum Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:platinum" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:platinum" - } - } - } - } - }] - rewards: [{ - id: "0C66CBCE5AF692A1" - type: "xp" - xp: 100 - }] - } - { - title: "Lead Bees" - icon: "alltheores:lead_ingot" - x: 1.0d - y: 10.5d - subtitle: "Iron + Blue Banded" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "2DFFEB29B6CBFD99" - tasks: [{ - id: "7830C98BD32DB5F2" - type: "item" - title: "Lead Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:lead" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:lead" - } - } - } - } - }] - rewards: [{ - id: "31ED03CD02AD0E62" - type: "xp" - xp: 100 - }] - } - { - title: "Blazing Bee" - icon: "minecraft:blaze_rod" - x: -1.0d - y: 10.5d - subtitle: "Magmatic + Nomad" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "0072C4F028C327CB" - tasks: [{ - id: "6B7DB7E426D328BC" - type: "item" - title: "Blazing Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:blazing" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:blazing" - } - } - } - } - }] - rewards: [{ - id: "05136B66D31720B1" - type: "xp" - xp: 100 - }] - } - { - title: "Brass Bees" - icon: "alltheores:brass_ingot" - x: 1.0d - y: 14.5d - subtitle: "Copper + Zinc" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "5DF26D712B643655" - tasks: [{ - id: "79AEDC66EB312BCA" - type: "item" - title: "Brass Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:brass" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:brass" - } - } - } - } - }] - rewards: [{ - id: "024DA8780F619DC0" - type: "xp" - xp: 100 - }] - } - { - title: "Green Carpenter Bee" - icon: "tconstruct:greenheart_planks" - x: -3.0d - y: 12.5d - subtitle: "Spawns from most Wood Nests" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "38657337EBE2F799" - tasks: [{ - id: "13AD89901FBD4388" - type: "checkmark" - title: "Green Carpenter Bee" - }] - rewards: [{ - id: "0800E6E4F9851DE3" - type: "xp" - xp: 10 - }] - } - { - title: "Leafcutter Bee" - icon: "twilightforest:fallen_leaves" - x: -4.0d - y: 13.0d - subtitle: "Spawns from a Dirt Nest" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "6BEE3578BD2C713C" - tasks: [{ - id: "4A6ADD52B113E3CA" - type: "checkmark" - title: "Leafcutter Bees" - }] - rewards: [{ - id: "1C28FA3EA99E8BF1" - type: "xp" - xp: 10 - }] - } - { - title: "Neon Cuckoo Bee" - icon: "productivebees:spawn_egg_neon_cuckoo_bee" - x: -5.0d - y: 16.5d - subtitle: "Spawns in a nest that has a Blue Banded Bee" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "683B58B699D4D381" - tasks: [{ - id: "0CDFF60D581118E3" - type: "checkmark" - title: "Neon Cuckoo Bee" - }] - rewards: [{ - id: "713068FC6AD69883" - type: "xp" - xp: 100 - }] - } - { - title: "Nomad Bee" - icon: { - id: "minecraft:wooden_sword" - Count: 1b - tag: { - Damage: 0 - } - } - x: -3.0d - y: 15.5d - subtitle: "Spawns in a nest that has an Ashy Mining Bee" - description: [ - "If you want one of these, you'll need an Ashy Mining Bee first. " - "" - "Once the Ashy Mining Bee is cozy in its nest, there is a chance for a Nomad Bee to take it over." - ] - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "6786B08C30D26037" - tasks: [{ - id: "64248C6FBC867D56" - type: "checkmark" - title: "Nomad Bee" - }] - rewards: [{ - id: "4421D42829BE3B93" - type: "xp" - xp: 100 - }] - } - { - title: "Reed Bee" - icon: "productivebees:sugar_cane_nest" - x: -5.0d - y: 15.5d - subtitle: "Spawns from a Reed Nest" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "097DE7038A746847" - tasks: [{ - id: "6887F86C8673DAF6" - type: "checkmark" - title: "Reed Bee" - }] - rewards: [{ - id: "447B59A2C9693336" - type: "xp" - xp: 10 - }] - } - { - title: "Resin Bee" - icon: "thermal:resin_bucket" - x: -3.0d - y: 16.5d - subtitle: "Spawns from Spruce Nests" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "6B997DB8FC70A077" - tasks: [{ - id: "4969507B64544869" - type: "checkmark" - title: "Resin Bee" - }] - rewards: [{ - id: "1CAC3C2B6D247483" - type: "xp" - xp: 10 - }] - } - { - title: "Sugarbag Bee" - icon: "minecraft:sugar" - x: -4.0d - y: 16.0d - subtitle: "Random Chance to Spawn when breaking Cocoa Pods in a Jungle" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "40E4F1172A164DD1" - tasks: [{ - id: "49F452C12DF14873" - type: "item" - item: "productivebees:sugarbag_honeycomb" - }] - rewards: [{ - id: "69806B463D43C9FD" - type: "xp" - xp: 100 - }] - } - { - title: "Sweat Bee" - icon: "minecraft:snowball" - x: -5.0d - y: 13.5d - subtitle: "Spawns from a Snow Nest" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "447CAC472A99835B" - tasks: [{ - id: "0A77407CE9055F04" - type: "checkmark" - title: "Sweat Bee" - }] - rewards: [{ - id: "5F80C0F9DAB3D6F7" - type: "xp" - xp: 10 - }] - } - { - title: "Yellow Carpenter Bee" - icon: "minecraft:yellow_dye" - x: -3.0d - y: 14.5d - subtitle: "Spawns from most Wood Nests" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "2226555D9552236E" - tasks: [{ - id: "3CDFAF37BFB1C89C" - type: "checkmark" - title: "Yellow Carpenter Bees" - }] - rewards: [{ - id: "42FD59C35B7B5AD1" - type: "xp" - xp: 10 - }] - } - { - title: "ZomBee" - icon: "minecraft:zombie_head" - x: -4.0d - y: 17.0d - subtitle: "Spawns in empty Advanced Beehives in a dark place" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "371E09ED2A3F6BDC" - tasks: [{ - id: "71E81E13769F2FF0" - type: "item" - title: "ZomBee Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:zombie" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:zombie" - } - } - } - } - }] - rewards: [{ - id: "5AE0AE1E13A9AD43" - type: "xp" - xp: 100 - }] - } - { - title: "Bronze Bees" - icon: "alltheores:bronze_ingot" - x: 2.0d - y: 13.0d - subtitle: "Copper + Tin" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "6E4C3B87FABE9EFA" - tasks: [{ - id: "55F718D796CEB1B1" - type: "item" - title: "Bronze Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:bronze" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:bronze" - } - } - } - } - }] - rewards: [{ - id: "50DDB12B5BB338D2" - type: "xp" - xp: 100 - }] - } - { - title: "Cinnabar Bee" - icon: "thermal:cinnabar" - x: -1.0d - y: 11.5d - subtitle: "Redstone + Sweat Bee" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "7A2D56B99A2871E9" - tasks: [{ - id: "3522B9E72ABDB657" - type: "item" - title: "Cinnabar Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:cinnabar" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:cinnabar" - } - } - } - } - }] - rewards: [{ - id: "07F35B39BDD866FC" - type: "xp" - xp: 100 - }] - } - { - title: "Coal Bee" - icon: "minecraft:coal" - x: 2.0d - y: 10.0d - subtitle: "Blazing + Leafcutter" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "71667FFC8011525C" - tasks: [{ - id: "3EDE79B7957D45AF" - type: "item" - title: "Coal Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:coal" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:coal" - } - } - } - } - }] - rewards: [{ - id: "0BEB353ACC73AD12" - type: "xp" - xp: 100 - }] - } - { - title: "Constantan Bee" - icon: "alltheores:constantan_ingot" - x: 2.0d - y: 14.0d - subtitle: "Copper + Nickel" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "52B22C07818981D0" - tasks: [{ - id: "4FCEB24FC83D22A9" - type: "item" - title: "Constantan Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:constantan" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:constantan" - } - } - } - } - }] - rewards: [{ - id: "3EECD8A6FAE44C39" - type: "xp" - xp: 100 - }] - } - { - title: "CuBee" - icon: "minecraft:chicken" - x: -1.0d - y: 15.5d - subtitle: "Farmer + Rancher" - description: ["This is the Breeder bee."] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "2E51F09F6D9E5EF8" - tasks: [{ - id: "135B81EDFB262B95" - type: "item" - item: "productivebees:spawn_egg_cupid_bee" - }] - rewards: [{ - id: "228543A8ADEDCE7E" - type: "xp" - xp: 100 - }] - } - { - title: "Dye Bee" - icon: "minecraft:red_dye" - x: 1.0d - y: 16.5d - subtitle: "Lapis + Skeletal" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "5962DC39E5874FB9" - tasks: [{ - id: "4FC90CCB41E58D5A" - type: "checkmark" - title: "Dye Bee" - }] - rewards: [{ - id: "29F6DF8F52E48EC6" - type: "xp" - xp: 100 - }] - } - { - title: "Enderium Bee" - icon: "alltheores:enderium_ingot" - x: -1.0d - y: 13.5d - subtitle: "Lead + Diamond/Platinum" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "0D97CDE92F3B1A83" - tasks: [{ - id: "208145EA6533CDDB" - type: "item" - title: "Enderium Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:enderium" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:enderium" - } - } - } - } - }] - rewards: [{ - id: "7F7B0C8A87197491" - type: "xp" - xp: 100 - }] - } - { - title: "Experience Bee" - icon: "minecraft:experience_bottle" - x: -1.0d - y: 16.5d - subtitle: "Lapis + Emerald" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "0FB1FC640471363A" - tasks: [{ - id: "1E28BFC0AB5CF2FE" - type: "item" - title: "Experience Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:experience" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:experience" - } - } - } - } - }] - rewards: [{ - id: "5477AEFA094D2108" - type: "xp" - xp: 100 - }] - } - { - title: "Farmer Bee" - icon: { - id: "minecraft:iron_hoe" - Count: 1b - tag: { - Damage: 0 - } - } - x: 2.0d - y: 17.0d - subtitle: "Lumber + Rancher" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "4897C7BB3139C6C6" - tasks: [{ - id: "212BB84583FE4B8B" - type: "checkmark" - title: "Farmer Bees" - }] - rewards: [{ - id: "09794E3BE0974561" - type: "xp" - xp: 100 - }] - } - { - title: "Grave's Bee" - icon: "tombstone:grave_dust" - x: 0.0d - y: 17.0d - subtitle: "Ghostly + Skeletal/Zombee" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "4351DAA8B607BCBB" - tasks: [{ - id: "6D15CFE8E1CF6D25" - type: "item" - title: "Grave's Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:grave" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:grave" - } - } - } - } - }] - rewards: [{ - id: "3E53E43ACB7E4CB8" - type: "xp" - xp: 100 - }] - } - { - title: "Invar Bee" - icon: "alltheores:invar_ingot" - x: -1.0d - y: 14.5d - subtitle: "Iron + Nickel" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "734A72A4C898BDFB" - tasks: [{ - id: "0C0D6A9D01FED776" - type: "item" - title: "Invar Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:invar" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:invar" - } - } - } - } - }] - rewards: [{ - id: "624B0D86B65B6DF9" - type: "xp" - xp: 100 - }] - } - { - title: "Lumber Bee" - icon: "minecraft:oak_log" - x: 3.0d - y: 16.5d - subtitle: "Yellow + Green Carpenter Bee" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "37045B986619A03D" - tasks: [{ - id: "5569927ACA7F6486" - type: "item" - item: { - id: "productivebees:wood_chip" - Count: 1b - tag: { - productivebees_woodtype: "minecraft:dark_oak_log" - } - } - }] - rewards: [{ - id: "32F2905E46B0A46F" - type: "xp" - xp: 100 - }] - } - { - title: "Lumium Bee" - icon: "alltheores:lumium_ingot" - x: 3.0d - y: 12.5d - subtitle: "Silver + Tin" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "150FB369BEFFCBBF" - tasks: [{ - id: "4DA6445DB5F3B85E" - type: "item" - title: "Lumium Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:lumium" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:lumium" - } - } - } - } - }] - rewards: [{ - id: "76A118868DEFF156" - type: "xp" - xp: 100 - }] - } - { - title: "Menril Bee" - icon: "integrateddynamics:crystalized_menril_chunk" - x: 3.0d - y: 17.5d - subtitle: "Crystalline + Neon Cuckoo" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "7B40A9DAA119DE59" - tasks: [{ - id: "22F5DD43B8A7C452" - type: "item" - title: "Menril Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:menril" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:menril" - } - } - } - } - }] - rewards: [{ - id: "1FD5CBE1FB0136F8" - type: "xp" - xp: 100 - }] - } - { - title: "Nickel Bee" - icon: "alltheores:nickel_ingot" - x: 0.0d - y: 13.0d - subtitle: "Iron + Sweat" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "4FE7F45C72EF5DC1" - tasks: [{ - id: "05E237133AC3F46B" - type: "item" - title: "Nickel Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:nickel" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:nickel" - } - } - } - } - }] - rewards: [{ - id: "1822D65E1764B5C3" - type: "xp" - xp: 100 - }] - } - { - title: "Niter Bee" - icon: "thermal:niter" - x: 0.0d - y: 12.0d - subtitle: "CreeBee + Coal" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "41A27D813AA215C1" - tasks: [{ - id: "234F40915C93FFC5" - type: "item" - title: "Niter Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:niter" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:niter" - } - } - } - } - }] - rewards: [{ - id: "51DF6D31DEE3E491" - type: "xp" - xp: 100 - }] - } - { - title: "Obsidian Bee" - icon: "minecraft:obsidian" - x: 1.0d - y: 17.5d - subtitle: "Magmatic + Sweat" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "60B985069E0E643E" - tasks: [{ - id: "50823C029014781A" - type: "item" - title: "Obsidian Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:obsidian" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:obsidian" - } - } - } - } - }] - rewards: [{ - id: "72ADB76DCE00FAEF" - type: "xp" - xp: 100 - }] - } - { - title: "Osmium Bee" - icon: "alltheores:osmium_ingot" - x: 3.0d - y: 11.5d - subtitle: "Iron + Neon Cuckoo" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "67482ED4B18F828D" - tasks: [{ - id: "4471A530B55D4140" - type: "item" - title: "Osmium Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:osmium" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:osmium" - } - } - } - } - }] - rewards: [{ - id: "30C7803BBB6B7F56" - type: "xp" - xp: 100 - }] - } - { - title: "Pepto Beesmol Bee" - icon: { - id: "productivebees:configurable_comb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:pepto_bismol" - } - } - } - x: 0.0d - y: 18.0d - subtitle: "Sugarbag + Neon Cuckoo" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "2B1985B5774B977B" - tasks: [{ - id: "4C8BCD20A4DF8353" - type: "item" - title: "Pepto Bismol Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:pepto_bismol" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:pepto_bismol" - } - } - } - } - }] - rewards: [{ - id: "16918EC0704ED7D2" - type: "xp" - xp: 100 - }] - } - { - title: "Plastic Bee" - icon: "industrialforegoing:plastic" - x: 1.0d - y: 18.5d - subtitle: "Resin + Lumber" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "6CBA6DCF3C035E1A" - tasks: [{ - id: "73409C636E07907D" - type: "item" - title: "Plastic Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:plastic" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:plastic" - } - } - } - } - }] - rewards: [{ - id: "526107594C5BB012" - type: "xp" - xp: 100 - }] - } - { - title: "Quarry Bee" - icon: "minecraft:stone" - x: 2.0d - y: 18.0d - subtitle: "Chocolate Mining + Digger" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "6E093D16B12E12B3" - tasks: [{ - id: "25C3E86C4FE954C6" - type: "item" - icon: { - id: "productivebees:stone_chip" - Count: 1b - tag: { - productivebees_woodtype: "minecraft:dirt" - } - } - item: { - id: "productivebees:stone_chip" - Count: 1b - tag: { - productivebees_woodtype: "minecraft:dirt" - } - } - }] - rewards: [{ - id: "5865B75ED379363E" - type: "xp" - xp: 100 - }] - } - { - title: "Radioactive Bee" - icon: "alltheores:uranium_ingot" - x: 2.0d - y: 12.0d - subtitle: "CreeBee + Iron" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "734F61A03FFA13ED" - tasks: [{ - id: "5C358DFF9CD0D1D9" - type: "item" - title: "Radioactive Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:radioactive" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:radioactive" - } - } - } - } - }] - rewards: [{ - id: "0E772C4611E7B761" - type: "xp" - xp: 100 - }] - } - { - title: "Rancher Bee" - icon: "minecraft:egg" - x: 3.0d - y: 15.5d - subtitle: "Lumber + Sweat" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "3D7480E4F9063E93" - tasks: [{ - id: "56E50AF4DB0B9F30" - type: "item" - item: "productivebees:honeycomb_milky" - }] - rewards: [{ - id: "4548200E1DB36178" - type: "xp" - xp: 100 - }] - } - { - title: "Refined Glowstone Bee" - icon: "mekanism:ingot_refined_glowstone" - x: 0.0d - y: 14.0d - subtitle: "Osmium + Glowing" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "15FCC8DA717BE348" - tasks: [{ - id: "636EAE7DCFA8D007" - type: "item" - title: "Refined Glowstone Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:refined_glowstone" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:refined_glowstone" - } - } - } - } - }] - rewards: [{ - id: "4AD432198ECFE2D9" - type: "xp" - xp: 100 - }] - } - { - title: "Refined Obsidian Bee" - icon: "mekanism:ingot_refined_obsidian" - x: 1.0d - y: 13.5d - subtitle: "Osmium + Obsidian" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "229B12FD9C537D9B" - tasks: [{ - id: "4AF72F021060F09C" - type: "item" - title: "Refined Obsidian Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:refined_obsidian" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:refined_obsidian" - } - } - } - } - }] - rewards: [{ - id: "49A9C8E6C948F13E" - type: "xp" - xp: 100 - }] - } - { - title: "Signalum Bee" - icon: "alltheores:signalum_ingot" - x: 3.0d - y: 13.5d - subtitle: "Silver + Copper" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "6F7AC41B703028CC" - tasks: [{ - id: "5B5DBA0A7644A551" - type: "item" - title: "Signalum Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:signalum" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:signalum" - } - } - } - } - }] - rewards: [{ - id: "24B5AA1306FA8DAA" - type: "xp" - xp: 100 - }] - } - { - title: "Silicon Bee" - icon: "refinedstorage:silicon" - x: 2.0d - y: 16.0d - subtitle: "Nomad + Reed" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "1589D99B2EE460F2" - tasks: [{ - id: "060B87A17E7699CA" - type: "item" - title: "Silicon Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:silicon" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:silicon" - } - } - } - } - }] - rewards: [{ - id: "5730AF565E5718F8" - type: "xp" - xp: 100 - }] - } - { - title: "Silky Bee" - icon: "minecraft:string" - x: -1.0d - y: 17.5d - subtitle: "Resin + Reed" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "5CF2A069A3CC4EF6" - tasks: [{ - id: "5DE213018E8C64A7" - type: "item" - title: "Silky Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:silky" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:silky" - } - } - } - } - }] - rewards: [{ - id: "4AE2620E06B52BBA" - type: "xp" - xp: 100 - }] - } - { - title: "Silver Bee" - icon: "alltheores:silver_ingot" - x: 1.0d - y: 11.5d - subtitle: "Iron + Mason" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "09223F02621781BF" - tasks: [{ - id: "47BAD4AA76F9CF82" - type: "item" - title: "Silver Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:silver" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:silver" - } - } - } - } - }] - rewards: [{ - id: "7DA4E88B8BB15693" - type: "xp" - xp: 100 - }] - } - { - title: "Spatial Bee" - icon: "ae2:certus_crystal_seed" - x: 0.0d - y: 16.0d - subtitle: "Crystalline + Ender" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "3D85786A23FE464A" - tasks: [{ - id: "4A1352D6A68151E1" - type: "item" - title: "Spatial Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:spacial" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:spacial" - } - } - } - } - }] - rewards: [{ - id: "194A8D9CF1D2F96E" - type: "xp" - xp: 100 - }] - } - { - title: "Steel Bee" - icon: "alltheores:steel_ingot" - x: 2.0d - y: 15.0d - subtitle: "Iron + Coal" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "02F3133A9006BC1E" - tasks: [{ - id: "01F96E4C1D881AD1" - type: "item" - title: "Steel Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:steel" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:steel" - } - } - } - } - }] - rewards: [{ - id: "0FC5BC7A7E459E87" - type: "xp" - xp: 100 - }] - } - { - title: "Sulfur Bee" - icon: "thermal:sulfur" - x: 1.0d - y: 15.5d - subtitle: "Magmatic + Coal" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "7AB52230F0E7DE72" - tasks: [{ - id: "1A2EE90B240B36E2" - type: "item" - title: "Sulfur Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:sulfur" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:sulfur" - } - } - } - } - }] - rewards: [{ - id: "40352CA6D19F081E" - type: "xp" - xp: 100 - }] - } - { - title: "Ghostly Bee" - icon: "minecraft:soul_sand" - x: -4.0d - y: 15.0d - subtitle: "Spawned using a Soul Sand Nest in the Nether." - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "5F080CFA1DC7F435" - tasks: [{ - id: "281AD60CC0AB054F" - type: "item" - item: "productivebees:honeycomb_ghostly" - }] - rewards: [{ - id: "340488322E26DDE0" - type: "xp" - xp: 100 - }] - } - { - title: "Magmatic Bee" - icon: "minecraft:magma_block" - x: -5.0d - y: 11.5d - subtitle: "Spawned using a Nether Brick Nest in the Nether" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "614937A2F5823F3E" - tasks: [{ - id: "3202568944BCBF77" - type: "item" - title: "Magmatic Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:magmatic" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:magmatic" - } - } - } - } - }] - rewards: [{ - id: "14454A91BA2CAE69" - type: "xp" - xp: 100 - }] - } - { - title: "Bumble Bee" - icon: "minecraft:saddle" - x: -5.0d - y: 14.5d - subtitle: "Spawns in the Overworld from Bumble Bee Nests" - description: [ - "Have you ever wanted to fly on a bee?" - "" - "Bumble Bees naturally spawn in the world, and they can be used as mounts!" - "" - "Make yourself a &6Treat on a Stick&r, slap a saddle on a Bumble Bee, and take to the skies!" - ] - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "7941938014E97A30" - tasks: [ - { - id: "4ADD8F6F75D38DE6" - type: "item" - item: { - id: "productivebees:treat_on_a_stick" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "31D0730D68948E3B" - type: "item" - item: "minecraft:saddle" - } - ] - rewards: [{ - id: "10E2A71BE96232EF" - type: "xp" - xp: 100 - }] - } - { - title: "Digger Bee" - icon: "minecraft:gravel" - x: -3.0d - y: 11.5d - subtitle: "Spawned using a Gravel or Stone Nest" - hide_dependency_lines: true - dependencies: ["131EC039435B8878"] - id: "1C474B46AECCCFE9" - tasks: [{ - id: "6E0961A56194F0A8" - type: "checkmark" - title: "Digger Bees" - }] - rewards: [{ - id: "3202C04BE7D817FE" - type: "xp" - xp: 10 - }] - } - { - title: "Amethyst Bee" - icon: "minecraft:amethyst_cluster" - x: 6.0d - y: 11.0d - subtitle: "Feed a Diamond Bee Amethyst" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "35EAB77C195E594E" - tasks: [{ - id: "0F2BCC279B5731AB" - type: "item" - title: "Amethyst Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:amethyst" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:amethyst" - } - } - } - } - }] - rewards: [{ - id: "712F1D5B6F5C3E3B" - type: "xp" - xp: 100 - }] - } - { - title: "Apatite Bee" - icon: "thermal:apatite" - x: 5.0d - y: 11.5d - subtitle: "Feed a Diamond Bee Apatite!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "17B056037BB483D7" - tasks: [{ - id: "32A39E68AAB56488" - type: "item" - title: "Apatite Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:apatite" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:apatite" - } - } - } - } - }] - rewards: [{ - id: "7480C69F90A56B15" - type: "xp" - xp: 100 - }] - } - { - title: "Brown Shroombee" - icon: "minecraft:brown_mushroom" - x: 7.0d - y: 11.5d - subtitle: "Feed a Shroombee a Brown Mushroom!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "01F7F3589EBD8872" - tasks: [{ - id: "30FE30A7FA067459" - type: "item" - title: "Brown Shroombee Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:brown_shroom" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:brown_shroom" - } - } - } - } - }] - rewards: [{ - id: "52ABD90406552164" - type: "xp" - xp: 100 - }] - } - { - title: "Choco Bee" - icon: "croptopia:chocolate" - x: 6.0d - y: 12.0d - subtitle: "Feed a Sugarbag Bee a Cocoa Bean!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "06FA7A81C32C1BB2" - tasks: [{ - id: "7C54A389C84DDB49" - type: "item" - title: "Choco Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:chocolate" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:chocolate" - } - } - } - } - }] - rewards: [{ - id: "63F3657E313B7BA1" - type: "xp" - xp: 100 - }] - } - { - title: "Collector Bee" - icon: "minecraft:hopper" - x: 7.0d - y: 16.5d - subtitle: "Feed a Vanilla Bee a Hopper!" - description: [ - "Will pick up items and bring them back to its hive." - "" - "Not as good as a Hoarder Bee." - ] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "094D28B7A0170039" - tasks: [{ - id: "632F557D97247215" - type: "checkmark" - title: "Collector Bee" - }] - rewards: [{ - id: "1218C1901D969C1D" - type: "xp" - xp: 10 - }] - } - { - title: "CreeBee" - icon: "minecraft:creeper_head" - x: 5.0d - y: 12.5d - subtitle: "Feed a Vanilla Bee TNT!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "18F948FF9FE015FB" - tasks: [{ - id: "4E787C04DB76613F" - type: "item" - item: "productivebees:honeycomb_powdery" - }] - rewards: [{ - id: "4C709117DECA0969" - type: "xp" - xp: 100 - }] - } - { - title: "Crimson Shroombee" - icon: "minecraft:crimson_fungus" - x: 7.0d - y: 12.5d - subtitle: "Feed a Shroombee a Crimson Fungus!" - description: [""] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "176ACC61DC206E55" - tasks: [{ - id: "3B35F86B42989063" - type: "item" - title: "Crimson Shroombee Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:crimson" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:crimson" - } - } - } - } - }] - rewards: [{ - id: "138D9A13CD9CBC15" - type: "xp" - xp: 100 - }] - } - { - title: "Fluix Bee" - icon: "ae2:fluix_crystal" - x: 5.0d - y: 16.5d - subtitle: "Feed a Spatial Bee a Fluix Pearl!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "33422FBDAE11AE82" - tasks: [{ - id: "669BC6911F43DB26" - type: "item" - title: "Fluix Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:fluix" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:fluix" - } - } - } - } - }] - rewards: [{ - id: "24B5A6BA1F9F31BB" - type: "xp" - xp: 100 - }] - } - { - title: "Fluorite Bee" - icon: "mekanism:fluorite_gem" - x: 6.0d - y: 13.0d - subtitle: "Feed a Diamond Bee Fluorite!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "3F635063EC5A6327" - tasks: [{ - id: "46CFE7B294472FC9" - type: "item" - title: "Fluorite Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:fluorite" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:fluorite" - } - } - } - } - }] - rewards: [{ - id: "1E107584870E108F" - type: "xp" - xp: 100 - }] - } - { - title: "Frosty Bee" - icon: "minecraft:ice" - x: 7.0d - y: 13.5d - subtitle: "Feed a Sweat Bee Ice!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "244ACD7024566001" - tasks: [{ - id: "7CD2C8E1A5F4B3D2" - type: "item" - title: "Frosty Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:frosty" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:frosty" - } - } - } - } - }] - rewards: [{ - id: "3AA4DE5C8F5D0955" - type: "xp" - xp: 100 - }] - } - { - title: "Hoarder Bee" - icon: "minecraft:shulker_box" - x: 6.0d - y: 17.0d - subtitle: "Feed a Collector Bee a Shulker Shell!" - description: ["Collects items on the ground and brings it back to its nest."] - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "309059DEDEE7AECD" - tasks: [{ - id: "0F45E8D41C62BE78" - type: "checkmark" - title: "Hoarder Bee" - }] - rewards: [{ - id: "438D89082142A748" - type: "xp" - xp: 100 - }] - } - { - title: "Peridot Bee" - icon: "alltheores:peridot" - x: 5.0d - y: 13.5d - subtitle: "Feed a Diamond Bee Peridot!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "761D21C6FBD13EE1" - tasks: [{ - id: "3DE2AD0FFF364185" - type: "item" - title: "Peridot Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:peridot" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:peridot" - } - } - } - } - }] - rewards: [{ - id: "75FB934FE110A59C" - type: "xp" - xp: 100 - }] - } - { - title: "ProsperiBee" - icon: "mysticalagriculture:prosperity_shard" - x: 6.0d - y: 14.0d - subtitle: "Feed a Crystalline Bee a Prosperity Block!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "55882C10292B6A3D" - tasks: [{ - id: "544D288D9F81C6D8" - type: "item" - title: "Prosperity Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:prosperity" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:prosperity" - } - } - } - } - }] - rewards: [{ - id: "677634D163F8DDDB" - type: "xp" - xp: 100 - }] - } - { - title: "Red Shroombee" - icon: "minecraft:red_mushroom" - x: 7.0d - y: 14.5d - subtitle: "Feed a Shroombee a Red Mushroom!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "37CD9BF281903F56" - tasks: [{ - id: "39899761508BFACE" - type: "item" - title: "Red Shroombee Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:red_shroom" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:red_shroom" - } - } - } - } - }] - rewards: [{ - id: "7AB48FA4789D87C9" - type: "xp" - xp: 100 - }] - } - { - title: "RuBee" - icon: "alltheores:ruby" - x: 5.0d - y: 14.5d - subtitle: "Feed a Diamond Bee a Ruby!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "35E8F1CC0080E45E" - tasks: [{ - id: "2EA19C4E46380CDA" - type: "item" - title: "RuBee Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:ruby" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:ruby" - } - } - } - } - }] - rewards: [{ - id: "240612DCF75988AC" - type: "xp" - xp: 100 - }] - } - { - title: "Sapphire Bee" - icon: "alltheores:sapphire" - x: 5.0d - y: 15.5d - subtitle: "Feed a Diamond Bee a Sapphire!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "3AF30E1EC163E2E3" - tasks: [{ - id: "46C7D666D3A4A3D9" - type: "item" - title: "Sapphire Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:sapphire" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:sapphire" - } - } - } - } - }] - rewards: [{ - id: "6DBD9CDC28903F43" - type: "xp" - xp: 100 - }] - } - { - title: "Soulium Bee" - icon: "mysticalagriculture:soulium_ingot" - x: 6.0d - y: 15.0d - subtitle: "Feed a Ghostly Bee a Soulium Dagger!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "1EBD5E4410A6DF34" - tasks: [{ - id: "70E72633E49DFF88" - type: "item" - title: "Soulium Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:soulium" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:soulium" - } - } - } - } - }] - rewards: [{ - id: "7DA224232096A3B0" - type: "xp" - xp: 100 - }] - } - { - title: "Tea Bee" - icon: "croptopia:tea_leaves" - x: 7.0d - y: 15.5d - subtitle: "Feed a Leafcutter Bee a Bucket of Water!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "31D990F0D3EF15D5" - tasks: [{ - id: "13DE0B5305122E24" - type: "item" - title: "Tea Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:tea" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:tea" - } - } - } - } - }] - rewards: [{ - id: "208C7CC2B4283F0F" - type: "xp" - xp: 100 - }] - } - { - title: "Warped Shroombee" - icon: "minecraft:warped_fungus" - x: 6.0d - y: 16.0d - subtitle: "Feed a Shroombee Warped Fungus!" - hide_dependency_lines: true - dependencies: ["17419401147B5C02"] - id: "2982D38BD5EE6349" - tasks: [{ - id: "094F0FCF9A64EE00" - type: "item" - title: "Warped Comb" - icon: { - id: "productivebees:configurable_honeycomb" - Count: 1b - tag: { - EntityTag: { - type: "productivebees:warped" - } - } - } - item: { - id: "itemfilters:strong_nbt" - Count: 1b - tag: { - value: { - EntityTag: { - type: "productivebees:warped" - } - } - } - } - }] - rewards: [{ - id: "1D2DDC683FE6A9C3" - type: "xp" - xp: 100 - }] - } - { - title: "Breeding and Converting Bees" - x: 1.0d - y: 7.5d - subtitle: "The Birds and The Bees" - description: [ - "Aside from luring bees in with nests, most bees require either &eBreeding&r or &9Conversion&r to bee created. (No, that isn't a typo.)" - "" - "&eBee Breeding&r requires 2 bees and specific items fed to them to cause them to mate. " - "" - "&9Bee Conversion&r requires you to feed a bee a specific item to convert it into a new bee." - ] - dependencies: ["131EC039435B8878"] - id: "17419401147B5C02" - tasks: [{ - id: "2153473228DA4678" - type: "checkmark" - title: "Bee Breeding" - }] - rewards: [{ - id: "1836D4B5770F396C" - type: "xp" - xp: 10 - }] - } - { - x: -2.0d - y: 4.5d - subtitle: "Honey Treats Required" - description: [ - "If you want to turn your Bee Farm into a factory for resources, you'll need to start by spawning in Bees with &6Nests&r." - "" - "The nests must be placed in specific biomes, which you can find in the JEI for it (look for the I icon at the top)." - "" - "To lure in a bee to the nest, right click on it with a &9Honey Treat&r. Nests will not work without the treats!!" - "" - "&9Important Note&r: Certain bees will only live in Nests and will not go into Advanced Hives. If they don't produce a honeycomb, they need to live in a nest instead." - ] - dependencies: ["131EC039435B8878"] - id: "120BDCB70AD352AC" - tasks: [{ - id: "359396879CBA62D5" - type: "checkmark" - title: "Nest Spawning" - }] - rewards: [{ - id: "0B45A4897BE75592" - type: "xp" - xp: 10 - }] - } - { - x: 2.0d - y: 1.5d - 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."] - dependencies: ["7C169A4A39F37FAC"] - id: "47CEFA06392C4211" - tasks: [{ - id: "5860D1574D18BA1A" - type: "item" - title: "Expansion Box" - icon: "productivebees:expansion_box_oak" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "productivebees:expansion_boxes" - } - } - }] - rewards: [ - { - id: "4C6D0AFFA31E7912" - type: "item" - item: "minecraft:honeycomb" - count: 2 - random_bonus: 2 - } - { - id: "1824DE857066CD43" - type: "xp" - xp: 10 - } - ] - } - { - icon: "allthemodium:allthemodium_ore" - x: 4.0d - y: 4.5d - description: [ - "If you want the ATM bees, it takes a lot of capturing and breeding and feeding. " - "" - "The following part of the questline outlines which bees you'll need to move forward." - "" - "Make sure to check JEI and the &9Big Book of Bees&r for more info!" - ] - dependencies: ["131EC039435B8878"] - id: "4C0302FF4F63B52E" - tasks: [{ - id: "6754D9E162472CA1" - type: "checkmark" - title: "Allthemodium Progression" - }] - rewards: [{ - id: "22627B27D2839167" - type: "xp" - xp: 10 - }] - } - { - x: 0.0d - y: -2.5d - subtitle: "The Bee Manual" - description: [ - "You can find this in the Eccentric Tome you start with, but if you somehow lost it, craft one!" - "" - "This guidebook will help you learn everything about bees." - ] - dependencies: ["29EE878BC8D3A742"] - optional: true - id: "6C9E88A61ECCF898" - tasks: [{ - id: "7CB163461B2D1723" - type: "item" - item: { - id: "patchouli:guide_book" - Count: 1b - tag: { - "patchouli:book": "productivebees:guide" - } - } - }] - rewards: [{ - id: "1471AEAB1BD9E5DB" - type: "xp" - xp: 100 - }] - } - { - x: 4.0d - y: 0.5d - 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 - dependencies: ["7C169A4A39F37FAC"] - id: "419DD6FE84B91749" - tasks: [{ - id: "2E829A75260DFF75" - type: "item" - item: "productivebees:gene_indexer" - }] - rewards: [ - { - id: "5C1387EEB2AC5D4E" - type: "xp" - xp: 10 - } - { - id: "5E255C49AD125390" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - ] - } - { - x: 5.0d - y: 0.5d - subtitle: "Honey I Squished The Bees" - description: [ - "The Bottler has two uses: Bottling honey and squshing bees for genes." - "" - "To get genes from bees, place a piston above the Bottler with a block of space between them." - "" - "Place the bee on top of the Bottler, and activate the piston to squish the bee into genes. The resulting squished bottle can be then placed in a Centrifuge." - "" - "Note: Make sure to have bottles in the Bottler." - "{image:atm:textures/bottler.png width:100 height:150 align:1}" - ] - hide_dependency_lines: true - dependencies: ["7C169A4A39F37FAC"] - id: "6F978C4D561F35EC" - tasks: [{ - id: "531FB6E56B95C1CA" - type: "item" - item: "productivebees:bottler" - }] - rewards: [ - { - id: "58ED69D187E94890" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - { - id: "08B9B9C77F1239AD" - type: "xp" - xp: 10 - } - ] - } - { - x: 6.0d - y: 0.5d - subtitle: "Catches Bees" - description: [ - "Used to catch bees that are flying around it." - "" - "You can use a Filter Upgrade to filter out which bees you want to catch, as well as a BaBee Upgrade to only catch baby bees." - ] - hide_dependency_lines: true - dependencies: ["7C169A4A39F37FAC"] - id: "7B5A0BFD47D96BDE" - tasks: [{ - id: "4FCB8A72367ADF6E" - type: "item" - item: "productivebees:catcher" - }] - rewards: [ - { - id: "5A5DC2058B09B6F5" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - { - id: "6BB1ACB9F4FF3532" - type: "xp" - xp: 10 - } - ] - } - { - x: 5.0d - y: -0.5d - subtitle: "Baby Bee Daycare" - description: [ - "This can be used to speed up the growth rate of baby bees, or to create new spawn eggs." - "" - "Place a caged baby bee with 20 Honey Treats to turn it into an adult." - "" - "To create spawn eggs, you'll need to combine the gene of the bee you want with a honey treat, then use that honey treat in this machine with an egg to create the new spawn egg." - "" - "Genes can be combined for a maximum of 100% purity, which will give you a 100% chance to convert an egg to a bee spawn egg." - ] - hide_dependency_lines: true - dependencies: ["7C169A4A39F37FAC"] - id: "3E301F3EEC8C763A" - tasks: [{ - id: "3D89286F2B7BF9FB" - type: "item" - item: "productivebees:incubator" - }] - rewards: [ - { - id: "2855225AAB5CB15B" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - { - id: "4E9C7BCD64A5B238" - type: "xp" - xp: 10 - } - ] - } - { - x: 5.0d - y: 1.5d - subtitle: "Showing Off Bees" - description: [ - "Proud of the bees you have?" - "" - "Wanna put them into a jar to show it off?" - "" - "Place a Bee Jar down and use a pipe or hopper to insert the caged bee into the jar." - ] - hide_dependency_lines: true - dependencies: ["7C169A4A39F37FAC"] - id: "32FDC5FFA000DAF8" - tasks: [{ - id: "4DA861A4D91D15D5" - type: "item" - item: "productivebees:jar_oak" - }] - rewards: [ - { - id: "23284D6510C4B17A" - type: "item" - item: "minecraft:honeycomb" - count: 2 - } - { - id: "3E37E54642DD9ABE" - type: "xp" - xp: 10 - } - ] - } - { - x: -9.0d - y: 4.5d - subtitle: "Lures a Gold Bee when placed in the Nether" - hide_dependency_lines: true - dependencies: ["120BDCB70AD352AC"] - id: "160BD0185954C891" - tasks: [{ - id: "4EE84594A8A996AF" - type: "item" - item: "productivebees:nether_gold_nest" - }] - rewards: [{ - id: "76C1F3990EFECFDB" - type: "xp" - xp: 100 - }] - } - ] -} +{ + id: "26E6ED94168A05C4" + group: "6614EE2378B8AFB9" + order_index: 2 + filename: "productive_bees" + title: "Productive Bees" + icon: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "productivebees:guide" + } + } + default_quest_shape: "hexagon" + default_hide_dependency_lines: false + images: [ + { + x: 1.0d + y: -10.0d + width: 20.0d + height: 5.0d + rotation: 0.0d + image: "atm:textures/productive_bees.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: -3.0d + y: -7.0d + width: 2.0d + height: 2.0d + rotation: 0.0d + image: "minecraft:textures/item/honeycomb.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 5.0d + y: -7.0d + width: 2.0d + height: 2.0d + rotation: 0.0d + image: "minecraft:textures/item/honey_bottle.png" + hover: [ ] + click: "" + dev: false + corner: false + } + ] + quests: [ + { + x: 1.0d + y: -7.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." + "" + "&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!" + }] + rewards: [ + { + id: "1FE7DFBA702FBE64" + type: "item" + item: "minecraft:dandelion" + } + { + id: "4D695A49C4060AFD" + 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" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + { + id: "29A08F3977208A4F" + type: "item" + item: "minecraft:honey_bottle" + } + { + id: "7D7C7BA0CBA0B12F" + type: "xp" + xp: 10 + } + ] + } + { + title: "Your First Beehive!" + x: 1.0d + y: -1.5d + description: [ + "Using the vanilla method, go ahead and make yourself a &9Beehive&r to have your own little setup!" + "" + "These can hold 3 Bees each, but we won't be using it for long...." + "" + "Bees will only create Honey and Honeycombs if they have the right flowers. Vanilla bees can use any flower, but most bees in the mod will require a specific block! Make sure to check JEI for more info." + ] + dependencies: ["29EE878BC8D3A742"] + id: "109AD73F016D576B" + tasks: [{ + id: "33E5A303B907306B" + type: "item" + item: "minecraft:beehive" + }] + rewards: [{ + id: "398062170AD6E34C" + type: "item" + item: "minecraft:honeycomb" + count: 2 + }] + } + { + title: "Capturing Bees!" + x: 1.0d + y: -3.5d + description: [ + "To get our own bee farm going, we'll have to find us some bees... and capture them." + "" + "Right-clicking a bee with this will capture it!" + "" + "Adventuring can also net you some &6Sturdy Bee Cages&r, so keep an eye out! " + ] + dependencies: ["1A0130101413F55F"] + id: "29EE878BC8D3A742" + tasks: [{ + id: "2B86DC6F7E579E0B" + type: "item" + item: "productivebees:bee_cage" + count: 4L + }] + rewards: [ + { + id: "495A8E79141F31AC" + type: "xp" + xp: 10 + } + { + id: "3BAFF21709BCF43F" + type: "item" + item: "productivebees:sturdy_bee_cage" + } + ] + } + { + title: "Advanced Beehive" + x: 1.0d + y: 0.5d + shape: "hexagon" + subtitle: "No more shearing." + description: [ + "With the vanilla Beehive, we'll use this to craft an &eAdvanced Beehive&r. It can be Oak or any kind of wood." + "" + "Bees will fly in and out of these, and drop off Honeycombs in the inventory. You can also insert glass bottles to get Honey Bottles." + "" + "We'll need plenty of Honeycombs for treats!" + ] + dependencies: ["109AD73F016D576B"] + size: 1.5d + id: "7C169A4A39F37FAC" + tasks: [{ + id: "0EF1CA8DED2FF38C" + type: "item" + title: "Advanced Beehive" + icon: "productivebees:advanced_oak_beehive" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "productivebees:advanced_beehives" + } + } + }] + rewards: [ + { + id: "0E4EE8248A540A3A" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + { + id: "379FD843A5076141" + type: "xp" + xp: 100 + } + ] + } + { + title: "Wood Nest" + x: -4.0d + y: 5.0d + subtitle: "Can be used in any Overworld biome" + description: [ + "Wood Nests are used to lure Carpenter Bees and the Blue Banded Bee." + "" + "Dark Oak Nests lures 3 different bees." + "" + "These can be placed in any Overworld Biome." + ] + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "00A17728A387B426" + tasks: [ + { + id: "1F2A2E5E1319BBAA" + type: "item" + item: "productivebees:oak_wood_nest" + } + { + id: "05B1A9B5E710DC24" + type: "item" + item: "productivebees:dark_oak_wood_nest" + } + { + id: "3F43AC1C5F87ACA3" + type: "item" + item: "productivebees:jungle_wood_nest" + } + { + id: "06DB37B0D01CE868" + type: "item" + item: "productivebees:spruce_wood_nest" + } + { + id: "406D976F0C6B5CB8" + type: "item" + item: "productivebees:birch_wood_nest" + } + { + id: "3328BB57F3B6FDDA" + type: "item" + item: "productivebees:acacia_wood_nest" + } + ] + rewards: [{ + id: "13A6FF7C32F2A33F" + type: "xp" + xp: 10 + }] + } + { + x: -5.0d + y: 5.5d + subtitle: "Lures Bees in any Overworld Biome" + description: ["The Stone Nest can be placed in any overworld biome to lure in a Mason Bee or Digger Bee."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "369D3AF332181DA8" + tasks: [{ + id: "03A3CD871B01984F" + type: "item" + item: "productivebees:stone_nest" + }] + rewards: [{ + id: "2FAF74F05A3FB855" + type: "xp" + xp: 10 + }] + } + { + x: -4.0d + y: 4.0d + subtitle: "Any Overworld Biome" + description: [ + "The &eDirt Nest&r can be placed in any overworld biome to lure in bees." + "" + "It can lure the Ashy Mining Bee, Chocolate Mining Bee, and the Leafcutter Bee." + ] + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "73C70B15582958A5" + tasks: [{ + id: "75AC4440283F2FD2" + type: "item" + item: "productivebees:coarse_dirt_nest" + }] + rewards: [{ + id: "7BF7221FDB6D90C9" + type: "xp" + xp: 10 + }] + } + { + x: -5.0d + y: 4.5d + subtitle: "Lures bees in Desert Biomes" + description: ["When placed in a Desert biome, the Sand Nest will attract either the Chocolate or Ashy Mining Bee."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "06044B4452A6B720" + tasks: [{ + id: "583141D1F71510B3" + type: "item" + item: "productivebees:sand_nest" + }] + rewards: [{ + id: "73C97FC16BFC308A" + type: "xp" + xp: 10 + }] + } + { + x: -6.0d + y: 3.5d + subtitle: "Lures the Sweat Bee in Cold Biomes" + description: ["Placing a Snow Nest in a snowy biome will lure in a Sweat Bee."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "264BFB8C5F79616F" + tasks: [{ + id: "01C9E075D831E1AD" + type: "item" + item: "productivebees:snow_nest" + }] + rewards: [{ + id: "5109858DAD10D79F" + type: "xp" + xp: 10 + }] + } + { + x: -5.0d + y: 3.5d + subtitle: "Lures in bees in River and Beach Biomes" + description: [ + "The Gravel Nest will lure bees in either a River biome or Beach biome." + "" + "It lures in the Ashy Mining Bee, Chocolate Mining Bee, and the Digger Bee." + ] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "09FD3D0B9BCAEB5A" + tasks: [{ + id: "3091212589824103" + type: "item" + item: "productivebees:gravel_nest" + }] + rewards: [{ + id: "12F728528AF6A6D3" + type: "xp" + xp: 10 + }] + } + { + x: -6.0d + y: 4.5d + subtitle: "Lures bees in any Overworld Biome" + description: ["A Reed Nest will work in any overworld biome, and will lure in a Mason Bee or a Reed Bee."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "5CC9CB0911954215" + tasks: [{ + id: "3BE7523330044E2F" + type: "item" + item: "productivebees:sugar_cane_nest" + }] + rewards: [{ + id: "53A40EE86E11B2C0" + type: "xp" + xp: 10 + }] + } + { + x: -6.0d + y: 5.5d + subtitle: "Lures in a Slimy Bee in a Swamp Biome" + description: ["When placed in a swamp biome, the Slimy Nest will lure in Slimy Bees."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "79D6A251FE3761B3" + tasks: [{ + id: "255B5D268D66C748" + type: "item" + item: "productivebees:slimy_nest" + }] + rewards: [{ + id: "4D2E30FE89E3148F" + type: "xp" + xp: 10 + }] + } + { + x: -7.0d + y: 5.5d + subtitle: "Lures a Glowing Bee in the Nether" + description: ["When placed in the Nether, the Glowstone Nest will lure in a Glowing Bee."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "41CF7CAEE4F60CCD" + tasks: [{ + id: "09F5BBEBACBA280D" + type: "item" + item: "productivebees:glowstone_nest" + }] + rewards: [{ + id: "310F333754B88B57" + type: "xp" + xp: 10 + }] + } + { + x: -8.0d + y: 5.5d + subtitle: "Lures in Ghostly Bees when placed in the Nether" + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "027FD9135DEC4949" + tasks: [{ + id: "432B3806B0D8F356" + type: "item" + item: "productivebees:soul_sand_nest" + }] + rewards: [{ + id: "1EC49763E8E46D47" + type: "xp" + xp: 10 + }] + } + { + x: -7.0d + y: 3.5d + subtitle: "Lures in Crystalline Bees in the Nether" + description: [ + "This nest attracts &eCrystalline Bees&r." + "" + "The easiest way to get a quartz block is by mining it with a Silk Touch pick." + "" + "Tip: Brass has the Silk Touch trait when making a Silent Gear tool." + ] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "6D484150536536B9" + tasks: [{ + id: "4356F84A57C41F62" + type: "item" + item: "productivebees:nether_quartz_nest" + }] + rewards: [{ + id: "5A21046DE47F6AD0" + type: "xp" + xp: 100 + }] + } + { + x: -7.0d + y: 4.5d + subtitle: "Lures in a Magmatic Bee when placed in the Nether" + description: ["Placing the Nether Brick Nest in the Nether will lure in a Magmatic Bee."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "349D19F2FCC34B84" + tasks: [{ + id: "3722A83F8591AC9F" + type: "item" + item: "productivebees:nether_brick_nest" + }] + rewards: [{ + id: "4A620DDFDE9BDB88" + type: "xp" + xp: 10 + }] + } + { + x: -8.0d + y: 4.5d + subtitle: "Lures in Ender Bees when placed in the End" + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "1E9BD4B74DAEA9FC" + tasks: [{ + id: "23A45F19E1E556BB" + type: "item" + item: "productivebees:end_stone_nest" + }] + rewards: [{ + id: "121400F2EFEEB64C" + type: "xp" + xp: 10 + }] + } + { + x: -8.0d + y: 3.5d + subtitle: "Lures a Draconic Bee in the End" + description: ["The Obsidian Nest will lure in Draconic Bees when placed in the End."] + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + hide: false + id: "3155E4212045BC8E" + tasks: [{ + id: "727AAC7516CF8B5B" + type: "item" + item: "productivebees:obsidian_nest" + }] + rewards: [{ + id: "69CAC89B71A6CB41" + type: "xp" + xp: 100 + }] + } + { + title: "Iron Bees" + icon: "minecraft:iron_ingot" + x: 1.0d + y: 9.5d + subtitle: "Ashy Mining + Crystalline" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "114D668C691A2BDF" + tasks: [{ + id: "6D4F62833424ADC0" + type: "item" + title: "Iron Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:iron" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:iron" + } + } + } + } + }] + rewards: [{ + id: "70F5DFF5B0D6BEF7" + type: "xp" + xp: 100 + }] + } + { + icon: { + id: "minecraft:stone_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + x: -4.0d + y: 12.0d + subtitle: "Spawns from a Dirt Nest" + description: ["The Ashy Mining Bee is spawned from a Dirt, Gravel, or Sand Nest."] + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "37367101B3DAA70F" + tasks: [{ + id: "3DE460F842195173" + type: "checkmark" + title: "Ashy Mining Bee" + }] + rewards: [{ + id: "5834F59FFE9CB283" + type: "xp" + xp: 10 + }] + } + { + title: "Crystalline Bee" + icon: "minecraft:quartz" + x: -4.0d + y: 11.0d + subtitle: "Spawns from a Quartz Nest in the Nether" + description: [ + "The Crystalline Bee is spawned from a Quartz Nest." + "" + "This bee is needed to make many of the other metal bees, like Iron and Copper." + ] + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "4C47EB9D2CE26BC6" + tasks: [{ + id: "6E21D8349EEB2A11" + type: "item" + title: "Crystalline Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:crystalline" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:crystalline" + } + } + } + } + }] + rewards: [{ + id: "492A77FECC7B1FBB" + type: "xp" + xp: 100 + }] + } + { + title: "Copper Bees" + icon: "minecraft:copper_ingot" + x: 2.0d + y: 11.0d + subtitle: "Crystalline + Ashy Mining" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "75CD4EE6A542D687" + tasks: [{ + id: "263F0E416A8E1110" + type: "item" + title: "Copper Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:copper" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:copper" + } + } + } + } + }] + rewards: [{ + id: "4AD65F5EA93306F1" + type: "xp" + xp: 100 + }] + } + { + title: "Tin Bees" + icon: "alltheores:tin_ingot" + x: 3.0d + y: 10.5d + subtitle: "Ashy Mining + Crystalline" + description: ["Tin Bees are made by breeding a Crystalline Bee with an Ashy Mining Bee."] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "589EB4602E3F9EEE" + tasks: [{ + id: "17C7DC04BC22C0D7" + type: "item" + title: "Tin Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:tin" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:tin" + } + } + } + } + }] + rewards: [{ + id: "7FA16F264547ECF7" + type: "xp" + xp: 100 + }] + } + { + title: "Aluminum Bees" + icon: "alltheores:aluminum_ingot" + x: -1.0d + y: 12.5d + subtitle: "Crystalline + Ashy Mining Bee" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "0D5D76B3551CD5A7" + tasks: [{ + id: "79712C13C6597E82" + type: "item" + title: "Aluminum Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:aluminum" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:aluminum" + } + } + } + } + }] + rewards: [{ + id: "1E87DDE8F03C8AA8" + type: "xp" + xp: 100 + }] + } + { + title: "Gold Bees" + icon: "minecraft:gold_ingot" + x: 0.0d + y: 10.0d + subtitle: "Crystalline + Mason" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + hide: false + id: "029AA03790F055E8" + tasks: [{ + id: "59665D8476656B9F" + type: "item" + title: "Gold Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:gold" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:gold" + } + } + } + } + }] + rewards: [{ + id: "1DC7AED40698F09D" + type: "xp" + xp: 100 + }] + } + { + title: "Mason Bee" + icon: "minecraft:brick" + x: -3.0d + y: 13.5d + subtitle: "Spawned using a Stone Nest" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "24888CAD50B32B04" + tasks: [{ + id: "4BC7F46B28DC6BA0" + type: "checkmark" + title: "Mason Bees" + }] + rewards: [{ + id: "40B999E6FCDAC7A8" + type: "xp" + xp: 10 + }] + } + { + x: 1.0d + y: 4.5d + shape: "gear" + description: [ + "In Productive Bees, you don't spend most of your time flying around trying to find certain bees." + "" + "Instead, you spawn them in using Nests with &6Honey Treats&r." + "" + "With these, you'll create yourself some Nests and right click them with the treats to lure Bees in." + "" + "Make sure to check out which biome you need to be in to lure in the right bees!" + ] + dependencies: ["7C169A4A39F37FAC"] + size: 3.0d + id: "131EC039435B8878" + tasks: [{ + id: "1C677CD515E8862B" + type: "item" + item: "productivebees:honey_treat" + }] + rewards: [ + { + id: "4F2B6C905FB137F0" + type: "item" + item: "productivebees:honey_treat" + random_bonus: 2 + } + { + id: "327E963A18728867" + type: "xp" + xp: 10 + } + ] + } + { + title: "Finding Nests" + x: 2.0d + y: -2.5d + description: ["Right-clicking on a Nest of the type you are looking for will point you in the direction of another!"] + dependencies: ["29EE878BC8D3A742"] + optional: true + id: "68CE30097BADE20E" + tasks: [{ + id: "10D83EFF8DF8830B" + type: "item" + item: { + id: "productivebees:nest_locator" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "6C1DDDA29011FD24" + type: "item" + item: "minecraft:honey_bottle" + } + { + id: "14996378A430180C" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.5d + y: 0.5d + description: ["The Upgrade Base is used to craft the various Upgrades in Productive Bees."] + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + size: 1.5d + id: "66324D7D0C51AEAC" + tasks: [{ + id: "52AA599123DF9D78" + type: "item" + item: "productivebees:upgrade_base" + }] + rewards: [ + { + id: "279DEFA11701B0C6" + type: "xp" + xp: 10 + } + { + id: "190005A9561D76D2" + type: "item" + item: "productivebees:upgrade_base" + } + ] + } + { + x: -5.0d + y: 0.5d + shape: "hexagon" + subtitle: "Increases Bee Productivity by 140%" + dependencies: ["66324D7D0C51AEAC"] + id: "6DBF9CAB37B9BBF3" + tasks: [{ + id: "23697EE31757EBEB" + type: "item" + item: "productivebees:upgrade_productivity" + }] + rewards: [ + { + id: "532DF28E46411BAA" + type: "item" + item: "productivebees:honey_treat" + } + { + id: "01C9C90A328265CE" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5d + y: -0.5d + subtitle: "Sonic Bees" + description: [ + "Can be placed in a hive or centrifuge." + "" + "When in a hive, it decreases the amount of time bees spend in the hive by 20%." + "" + "When placed in a Centrifuge, it increases the processing speed." + "" + "These do stack." + ] + dependencies: ["66324D7D0C51AEAC"] + id: "500BEAD94C97DF96" + tasks: [{ + id: "2F69E114B9F17B9A" + type: "item" + item: "productivebees:upgrade_time" + }] + rewards: [ + { + id: "7B68706C7E4D9550" + type: "item" + item: "productivebees:honey_treat" + } + { + id: "23E4F84BF4C64AB3" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.5d + y: 2.0d + shape: "hexagon" + subtitle: "Making Babies" + description: [ + "When installed in a hive, it gives a 5% chance for a new baby bee to be spawned every time honey is delivered." + "" + "When placed in a Catcher, it only allows the catcher to catch baby bees." + "" + "You can stack these for a greater chance." + ] + dependencies: ["66324D7D0C51AEAC"] + id: "2182492BCC1B33D8" + tasks: [{ + id: "04E3182336EE3967" + type: "item" + item: "productivebees:upgrade_breeding" + }] + rewards: [ + { + id: "4423FDFB72B07AFC" + type: "item" + item: "productivebees:honey_treat" + } + { + id: "60C16B8456B350DF" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: -0.5d + shape: "hexagon" + subtitle: "Lumber and Quarry Bees will give Blocks instead of Chips" + dependencies: ["66324D7D0C51AEAC"] + id: "397E2D14BDE7DED0" + tasks: [{ + id: "2289A74F096C389C" + type: "item" + item: "productivebees:upgrade_comb_block" + }] + rewards: [ + { + id: "08153982346B6697" + type: "item" + item: "productivebees:honey_treat" + } + { + id: "2DD19E19BEC19037" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.5d + y: -1.0d + shape: "hexagon" + subtitle: "Prevents Bees from Teleporting in a Hive" + description: ["You'll need these for Ender Bees."] + dependencies: ["66324D7D0C51AEAC"] + id: "198EDBAC1D6E2339" + tasks: [{ + id: "09CA837E39927465" + type: "item" + item: "productivebees:upgrade_anti_teleport" + }] + rewards: [ + { + id: "741664A37CF3CE09" + type: "item" + item: "productivebees:honey_treat" + } + { + id: "6D74E7326BB52C6E" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.5d + y: 1.5d + shape: "hexagon" + subtitle: "Increases the Range of a Machine" + description: ["Mostly for the Catcher."] + dependencies: ["66324D7D0C51AEAC"] + id: "14623D25561BA61B" + tasks: [{ + id: "6E8978E798AB54F7" + type: "item" + item: "productivebees:upgrade_range" + }] + rewards: [ + { + id: "7047D156FCBF9AE4" + type: "item" + item: "productivebees:honey_treat" + } + { + id: "075F2B26AEEAD55B" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.5d + y: 1.5d + 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.5d + subtitle: "Extracts Genes from Bees in Hives" + dependencies: ["66324D7D0C51AEAC"] + id: "1DF026030780AE96" + tasks: [{ + id: "1B0C60960B1ABA92" + type: "item" + item: "productivebees:upgrade_bee_sampler" + }] + rewards: [ + { + id: "6AA353FFF5071D08" + type: "item" + item: "productivebees:honey_treat" + } + { + id: "0E1128C2FFC5105B" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.0d + y: 1.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." + ] + dependencies: ["7C169A4A39F37FAC"] + id: "33A0E06FE5CFD8F3" + tasks: [{ + id: "01233EB4BF20A278" + type: "item" + item: "productivebees:powered_centrifuge" + }] + rewards: [ + { + id: "498F2AE7D6D03C4B" + type: "item" + item: "minecraft:honeycomb" + count: 2 + random_bonus: 2 + } + { + id: "412881B0F7ADFF14" + type: "xp" + xp: 100 + } + ] + } + { + title: "Diamond Bee" + icon: "minecraft:diamond" + x: 8.0d + y: 4.5d + subtitle: "Ender + Lapis" + description: ["Breed the Ender Bee with a Lapis Bee to create a Diamond Bee!"] + dependencies: [ + "5F1784E562C29B66" + "100ACB5C8A359BF0" + ] + id: "1D720AC88431BD70" + tasks: [{ + id: "4EF5B261BAD2AC7D" + type: "item" + title: "Diamond Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:diamond" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:diamond" + } + } + } + } + }] + rewards: [ + { + id: "7A4D2E2C591FB3CD" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:diamond" + } + } + } + count: 2 + } + { + id: "1EF8A565196DEB2C" + type: "xp" + xp: 100 + } + ] + } + { + title: "Lapis Bees" + icon: "minecraft:lapis_lazuli" + x: 7.0d + y: 4.5d + subtitle: "Redstone + Blue Banded" + description: ["Breed a Redstone Bee with a Blue Banded Bee to get a Lapis Bee!"] + dependencies: ["117241986C99E475"] + id: "100ACB5C8A359BF0" + tasks: [{ + id: "429FA8057B666565" + type: "item" + title: "Lapis Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:lapis" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:lapis" + } + } + } + } + }] + rewards: [ + { + id: "7633FEC136EBA1D4" + type: "xp" + xp: 100 + } + { + id: "1ED82242D8118B20" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:lapis" + } + } + } + count: 2 + } + ] + } + { + title: "Redstone Bees" + icon: "minecraft:redstone" + disable_toast: true + x: 7.0d + y: 5.5d + subtitle: "Glowing + Chocolate Mining" + description: ["With the Glowing Bee, breed it with the Chocolate Mining Bee to get a Redstone Bee!"] + dependencies: ["437DB2CE10D33A08"] + id: "117241986C99E475" + tasks: [{ + id: "345245C32DB7B4D4" + type: "item" + title: "Redstone Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:redstone" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:redstone" + } + } + } + } + }] + rewards: [ + { + id: "0E473480AE6A71DF" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:redstone" + } + } + } + count: 2 + } + { + id: "1AA439A6CAB4A90A" + type: "xp" + xp: 100 + } + ] + } + { + title: "Ender Bees" + icon: "minecraft:ender_pearl" + x: 8.0d + y: 3.5d + subtitle: "&9Requires End Stone Nest" + description: ["Create yourself an &5End Stone Nest&r and head to the End to capture one of these bees!"] + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "5F1784E562C29B66" + tasks: [{ + id: "43515B26807F9E01" + type: "item" + title: "Ender Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:ender" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:ender" + } + } + } + } + }] + rewards: [ + { + id: "565C007060C1F9EC" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:ender" + } + } + } + count: 2 + } + { + id: "1EC07E1836DAB17A" + type: "xp" + xp: 100 + } + ] + } + { + title: "Glowing Bee" + icon: "minecraft:glowstone_dust" + x: 6.0d + y: 5.0d + description: ["You'll need to grab yourself a &6Glowstone Nest&r and head to the Nether to capture this bee!"] + hide_dependency_lines: false + dependencies: ["4C0302FF4F63B52E"] + id: "437DB2CE10D33A08" + tasks: [{ + id: "17B0E19125FCFA1A" + type: "item" + title: "Glowing Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:glowing" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:glowing" + } + } + } + } + }] + rewards: [ + { + id: "33CF41454AF3192E" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:glowing" + } + } + } + count: 2 + } + { + id: "7274DFEAC7126A2D" + type: "xp" + xp: 100 + } + ] + } + { + title: "Chocolate Mining Bee" + icon: "croptopia:chocolate" + x: -5.0d + y: 12.5d + subtitle: "Spawns from a Dirt Nest" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "486060882E507CF1" + tasks: [{ + id: "4DFDEAD81868CEF4" + type: "checkmark" + title: "Chocolate Mining Bee" + }] + rewards: [{ + id: "6C008390E836F306" + type: "xp" + xp: 10 + }] + } + { + icon: "minecraft:blue_dye" + x: -4.0d + y: 14.0d + subtitle: "Spawned using a Wood Nest" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "2CA4D7253DA1825F" + tasks: [{ + id: "12A2CE1C3AE8A033" + type: "checkmark" + title: "Blue Banded Bee" + }] + rewards: [{ + id: "0D9788B0439CE954" + type: "xp" + xp: 10 + }] + } + { + title: "Emerald Bee" + icon: "minecraft:emerald" + x: 7.0d + y: 3.5d + subtitle: "Diamond Bee + Slimy Bee" + description: ["Once you have a Diamond Bee, breed it with the Slimy Bee to create an Emerald Bee!"] + dependencies: [ + "1D720AC88431BD70" + "39A19138C501B16F" + ] + id: "5563BD4934297522" + tasks: [{ + id: "7B7C1C5BFEC92058" + type: "item" + title: "Emerald Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:emerald" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:emerald" + } + } + } + } + }] + rewards: [ + { + id: "50B0611117EE75AB" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:emerald" + } + } + } + count: 2 + } + { + id: "0FE7E2772FA1C09A" + type: "xp" + xp: 100 + } + ] + } + { + title: "Slimy Bee" + icon: "minecraft:slime_ball" + x: 6.0d + y: 4.0d + subtitle: "&9Requires Slimy Nest" + description: ["You can lure these bees in using a Slimy Nest in a swamp biome."] + dependencies: ["4C0302FF4F63B52E"] + id: "39A19138C501B16F" + tasks: [{ + id: "5E017E6B7E3F56B7" + type: "item" + title: "Slimy Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:slimy" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:slimy" + } + } + } + } + }] + rewards: [ + { + id: "6A5C1F186FAFFADA" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:slimy" + } + } + } + count: 2 + } + { + id: "5E11CF7211ADB15A" + type: "xp" + xp: 100 + } + ] + } + { + title: "Ancient Bee (Netherite)" + icon: "minecraft:netherite_ingot" + x: 9.0d + y: 4.5d + subtitle: "Feed Diamond Bee a Block of Netherite" + dependencies: ["1D720AC88431BD70"] + id: "2CA3707BEE2E3C0D" + tasks: [{ + id: "065E5450AC87F1D5" + type: "item" + title: "Ancient Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:netherite" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:netherite" + } + } + } + } + }] + rewards: [ + { + id: "6B10EC7376089305" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:netherite" + } + } + } + count: 2 + } + { + id: "36535E022831C4FD" + type: "xp" + xp: 100 + } + ] + } + { + title: "Withered Bee" + icon: "minecraft:wither_skeleton_skull" + x: 10.0d + y: 3.5d + subtitle: "Feed a Skeletal Bee a Withered Rose" + dependencies: ["76E94639E90FEB4E"] + id: "399882F3C51DD282" + tasks: [{ + id: "5BFAA4BB6651F71A" + type: "item" + title: "Withered Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:withered" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:withered" + } + } + } + } + }] + rewards: [ + { + id: "2A44E3F699DB9247" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:withered" + } + } + } + count: 2 + } + { + id: "095AA005F163ECC5" + type: "xp" + xp: 100 + } + ] + } + { + title: "Allthemodium Bee" + icon: "allthemodium:raw_allthemodium" + x: 10.0d + y: 4.5d + subtitle: "Ancient + Withered" + description: ["To get the Allthemodium Bee, breed a Withered Bee with an Ancient Bee."] + dependencies: [ + "2CA3707BEE2E3C0D" + "399882F3C51DD282" + ] + id: "6EFFF0DC80C1C8A3" + tasks: [{ + id: "5851FC52DDFE7826" + type: "item" + title: "Allthemodium Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:allthemodium" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:allthemodium" + } + } + } + } + }] + rewards: [ + { + id: "52BF6B50DD93E0C7" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:allthemodium" + } + } + } + count: 2 + } + { + id: "43280AD345FCEAC4" + type: "xp" + xp: 100 + } + ] + } + { + title: "Skeletal Bee" + icon: "minecraft:skeleton_skull" + x: 9.0d + y: 3.5d + subtitle: "Spawned with empty Beehives in the Dark" + description: ["Place some empty &eAdvanced Beehives&r in an unlit area. The bees will move in over time."] + hide_dependency_lines: true + dependencies: ["7C169A4A39F37FAC"] + id: "76E94639E90FEB4E" + tasks: [{ + id: "4203F7ED807F3D30" + type: "item" + title: "Skeletal Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:skeletal" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:skeletal" + } + } + } + } + }] + rewards: [ + { + id: "7A6D1C4C8A908A18" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:skeletal" + } + } + } + count: 2 + } + { + id: "70F080D7463D7B92" + type: "xp" + xp: 100 + } + ] + } + { + title: "Draconic Bee" + icon: "minecraft:dragon_head" + x: 8.0d + y: 5.5d + subtitle: "&9Requires Obsidian Nest" + description: ["Place an Obsidian Nest in the End to lure this bee."] + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "00FD36C207845895" + tasks: [{ + id: "2CC38211F4C54ED8" + type: "item" + title: "Draconic Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:draconic" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:draconic" + } + } + } + } + }] + rewards: [ + { + id: "52BFF2CF6ECE1B6B" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:draconic" + } + } + } + count: 2 + } + { + id: "7BB5EF8129DEFE69" + type: "xp" + xp: 100 + } + ] + } + { + title: "Vibranium Bee" + icon: "allthemodium:raw_vibranium" + x: 9.0d + y: 5.5d + subtitle: "Ancient + Draconic" + description: ["Breed a Draconic Bee with an Ancient Bee to get a Vibranium Bee!"] + dependencies: [ + "2CA3707BEE2E3C0D" + "00FD36C207845895" + ] + id: "6E819CCD57B15D54" + tasks: [{ + id: "21F18F576B555114" + type: "item" + title: "Vibranium Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:vibranium" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:vibranium" + } + } + } + } + }] + rewards: [ + { + id: "7E3C72B5CB548A0D" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:vibranium" + } + } + } + count: 2 + } + { + id: "525D801E1FF98425" + type: "xp" + xp: 100 + } + ] + } + { + title: "Unobtainium Bee" + icon: "allthemodium:raw_unobtainium" + x: 10.0d + y: 5.5d + subtitle: "Allthemodium + Vibranium" + description: [ + "Once you have the Allthemodium and Vibranium Bees, breed them together to get an Unobtainium Bee." + "" + "To breed: Feed the Allthemodium Bee 4 ingots of Vibranium, then feed the Vibranium Bee 4 ingots of Unobtainium." + ] + dependencies: [ + "6EFFF0DC80C1C8A3" + "6E819CCD57B15D54" + ] + id: "2BE538246C672689" + tasks: [{ + id: "271BDC9E7B37BCB5" + type: "item" + title: "Unobtainium Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:unobtainium" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:unobtainium" + } + } + } + } + }] + rewards: [ + { + id: "252172AFDCBF882B" + type: "item" + item: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:unobtainium" + } + } + } + count: 2 + } + { + id: "4E4DBE9FF2C1BBD0" + type: "xp" + xp: 100 + } + ] + } + { + title: "Zinc Bees" + icon: "alltheores:zinc_ingot" + x: 1.0d + y: 12.5d + subtitle: "Iron + Sweat" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "7EAFF64FFE8B5378" + tasks: [{ + id: "181135E3A83C5B9E" + type: "item" + title: "Zinc Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:zinc" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:zinc" + } + } + } + } + }] + rewards: [{ + id: "4537E0AF362216D5" + type: "xp" + xp: 100 + }] + } + { + title: "Quartz Enriched Iron Bees" + icon: "refinedstorage:quartz_enriched_iron" + x: 3.0d + y: 14.5d + subtitle: "Crystalline + Iron" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "7EF552BC18CFA494" + tasks: [{ + id: "70C081613574CFA8" + type: "item" + title: "Quartz Enriched Iron Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:quartz_enriched_iron" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:quartz_enriched_iron" + } + } + } + } + }] + rewards: [{ + id: "799BB5BB9EBA83AC" + type: "xp" + xp: 100 + }] + } + { + title: "Electrum Bees" + icon: "alltheores:electrum_ingot" + x: 0.0d + y: 15.0d + subtitle: "Gold + Silver" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "3054D016D2EF25FF" + tasks: [{ + id: "299DE26FF7293F34" + type: "item" + title: "Electrum Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:electrum" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:electrum" + } + } + } + } + }] + rewards: [{ + id: "6FA6170C19493AB7" + type: "xp" + xp: 100 + }] + } + { + title: "Platinum Bees" + icon: "alltheores:platinum_ingot" + x: 0.0d + y: 11.0d + subtitle: "Gold + Ender" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "57ACD83205988834" + tasks: [{ + id: "726FF2C87E9E972F" + type: "item" + title: "Platinum Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:platinum" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:platinum" + } + } + } + } + }] + rewards: [{ + id: "0C66CBCE5AF692A1" + type: "xp" + xp: 100 + }] + } + { + title: "Lead Bees" + icon: "alltheores:lead_ingot" + x: 1.0d + y: 10.5d + subtitle: "Iron + Blue Banded" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "2DFFEB29B6CBFD99" + tasks: [{ + id: "7830C98BD32DB5F2" + type: "item" + title: "Lead Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:lead" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:lead" + } + } + } + } + }] + rewards: [{ + id: "31ED03CD02AD0E62" + type: "xp" + xp: 100 + }] + } + { + title: "Blazing Bee" + icon: "minecraft:blaze_rod" + x: -1.0d + y: 10.5d + subtitle: "Magmatic + Nomad" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "0072C4F028C327CB" + tasks: [{ + id: "6B7DB7E426D328BC" + type: "item" + title: "Blazing Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:blazing" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:blazing" + } + } + } + } + }] + rewards: [{ + id: "05136B66D31720B1" + type: "xp" + xp: 100 + }] + } + { + title: "Brass Bees" + icon: "alltheores:brass_ingot" + x: 1.0d + y: 14.5d + subtitle: "Copper + Zinc" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "5DF26D712B643655" + tasks: [{ + id: "79AEDC66EB312BCA" + type: "item" + title: "Brass Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:brass" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:brass" + } + } + } + } + }] + rewards: [{ + id: "024DA8780F619DC0" + type: "xp" + xp: 100 + }] + } + { + title: "Green Carpenter Bee" + icon: "tconstruct:greenheart_planks" + x: -3.0d + y: 12.5d + subtitle: "Spawns from most Wood Nests" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "38657337EBE2F799" + tasks: [{ + id: "13AD89901FBD4388" + type: "checkmark" + title: "Green Carpenter Bee" + }] + rewards: [{ + id: "0800E6E4F9851DE3" + type: "xp" + xp: 10 + }] + } + { + title: "Leafcutter Bee" + icon: "twilightforest:fallen_leaves" + x: -4.0d + y: 13.0d + subtitle: "Spawns from a Dirt Nest" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "6BEE3578BD2C713C" + tasks: [{ + id: "4A6ADD52B113E3CA" + type: "checkmark" + title: "Leafcutter Bees" + }] + rewards: [{ + id: "1C28FA3EA99E8BF1" + type: "xp" + xp: 10 + }] + } + { + title: "Neon Cuckoo Bee" + icon: "productivebees:spawn_egg_neon_cuckoo_bee" + x: -5.0d + y: 16.5d + subtitle: "Spawns in a nest that has a Blue Banded Bee" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "683B58B699D4D381" + tasks: [{ + id: "0CDFF60D581118E3" + type: "checkmark" + title: "Neon Cuckoo Bee" + }] + rewards: [{ + id: "713068FC6AD69883" + type: "xp" + xp: 100 + }] + } + { + title: "Nomad Bee" + icon: { + id: "minecraft:wooden_sword" + Count: 1b + tag: { + Damage: 0 + } + } + x: -3.0d + y: 15.5d + subtitle: "Spawns in a nest that has an Ashy Mining Bee" + description: [ + "If you want one of these, you'll need an Ashy Mining Bee first. " + "" + "Once the Ashy Mining Bee is cozy in its nest, there is a chance for a Nomad Bee to take it over." + ] + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "6786B08C30D26037" + tasks: [{ + id: "64248C6FBC867D56" + type: "checkmark" + title: "Nomad Bee" + }] + rewards: [{ + id: "4421D42829BE3B93" + type: "xp" + xp: 100 + }] + } + { + title: "Reed Bee" + icon: "productivebees:sugar_cane_nest" + x: -5.0d + y: 15.5d + subtitle: "Spawns from a Reed Nest" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "097DE7038A746847" + tasks: [{ + id: "6887F86C8673DAF6" + type: "checkmark" + title: "Reed Bee" + }] + rewards: [{ + id: "447B59A2C9693336" + type: "xp" + xp: 10 + }] + } + { + title: "Resin Bee" + icon: "thermal:resin_bucket" + x: -3.0d + y: 16.5d + subtitle: "Spawns from Spruce Nests" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "6B997DB8FC70A077" + tasks: [{ + id: "4969507B64544869" + type: "checkmark" + title: "Resin Bee" + }] + rewards: [{ + id: "1CAC3C2B6D247483" + type: "xp" + xp: 10 + }] + } + { + title: "Sugarbag Bee" + icon: "minecraft:sugar" + x: -4.0d + y: 16.0d + subtitle: "Random Chance to Spawn when breaking Cocoa Pods in a Jungle" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "40E4F1172A164DD1" + tasks: [{ + id: "49F452C12DF14873" + type: "item" + item: "productivebees:sugarbag_honeycomb" + }] + rewards: [{ + id: "69806B463D43C9FD" + type: "xp" + xp: 100 + }] + } + { + title: "Sweat Bee" + icon: "minecraft:snowball" + x: -5.0d + y: 13.5d + subtitle: "Spawns from a Snow Nest" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "447CAC472A99835B" + tasks: [{ + id: "0A77407CE9055F04" + type: "checkmark" + title: "Sweat Bee" + }] + rewards: [{ + id: "5F80C0F9DAB3D6F7" + type: "xp" + xp: 10 + }] + } + { + title: "Yellow Carpenter Bee" + icon: "minecraft:yellow_dye" + x: -3.0d + y: 14.5d + subtitle: "Spawns from most Wood Nests" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "2226555D9552236E" + tasks: [{ + id: "3CDFAF37BFB1C89C" + type: "checkmark" + title: "Yellow Carpenter Bees" + }] + rewards: [{ + id: "42FD59C35B7B5AD1" + type: "xp" + xp: 10 + }] + } + { + title: "ZomBee" + icon: "minecraft:zombie_head" + x: -4.0d + y: 17.0d + subtitle: "Spawns in empty Advanced Beehives in a dark place" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "371E09ED2A3F6BDC" + tasks: [{ + id: "71E81E13769F2FF0" + type: "item" + title: "ZomBee Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:zombie" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:zombie" + } + } + } + } + }] + rewards: [{ + id: "5AE0AE1E13A9AD43" + type: "xp" + xp: 100 + }] + } + { + title: "Bronze Bees" + icon: "alltheores:bronze_ingot" + x: 2.0d + y: 13.0d + subtitle: "Copper + Tin" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "6E4C3B87FABE9EFA" + tasks: [{ + id: "55F718D796CEB1B1" + type: "item" + title: "Bronze Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:bronze" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:bronze" + } + } + } + } + }] + rewards: [{ + id: "50DDB12B5BB338D2" + type: "xp" + xp: 100 + }] + } + { + title: "Cinnabar Bee" + icon: "thermal:cinnabar" + x: -1.0d + y: 11.5d + subtitle: "Redstone + Sweat Bee" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "7A2D56B99A2871E9" + tasks: [{ + id: "3522B9E72ABDB657" + type: "item" + title: "Cinnabar Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:cinnabar" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:cinnabar" + } + } + } + } + }] + rewards: [{ + id: "07F35B39BDD866FC" + type: "xp" + xp: 100 + }] + } + { + title: "Coal Bee" + icon: "minecraft:coal" + x: 2.0d + y: 10.0d + subtitle: "Blazing + Leafcutter" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "71667FFC8011525C" + tasks: [{ + id: "3EDE79B7957D45AF" + type: "item" + title: "Coal Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:coal" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:coal" + } + } + } + } + }] + rewards: [{ + id: "0BEB353ACC73AD12" + type: "xp" + xp: 100 + }] + } + { + title: "Constantan Bee" + icon: "alltheores:constantan_ingot" + x: 2.0d + y: 14.0d + subtitle: "Copper + Nickel" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "52B22C07818981D0" + tasks: [{ + id: "4FCEB24FC83D22A9" + type: "item" + title: "Constantan Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:constantan" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:constantan" + } + } + } + } + }] + rewards: [{ + id: "3EECD8A6FAE44C39" + type: "xp" + xp: 100 + }] + } + { + title: "CuBee" + icon: "minecraft:chicken" + x: -1.0d + y: 15.5d + subtitle: "Farmer + Rancher" + description: ["This is the Breeder bee."] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "2E51F09F6D9E5EF8" + tasks: [{ + id: "135B81EDFB262B95" + type: "item" + item: "productivebees:spawn_egg_cupid_bee" + }] + rewards: [{ + id: "228543A8ADEDCE7E" + type: "xp" + xp: 100 + }] + } + { + title: "Dye Bee" + icon: "minecraft:red_dye" + x: 1.0d + y: 16.5d + subtitle: "Lapis + Skeletal" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "5962DC39E5874FB9" + tasks: [{ + id: "4FC90CCB41E58D5A" + type: "checkmark" + title: "Dye Bee" + }] + rewards: [{ + id: "29F6DF8F52E48EC6" + type: "xp" + xp: 100 + }] + } + { + title: "Enderium Bee" + icon: "alltheores:enderium_ingot" + x: -1.0d + y: 13.5d + subtitle: "Lead + Diamond/Platinum" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "0D97CDE92F3B1A83" + tasks: [{ + id: "208145EA6533CDDB" + type: "item" + title: "Enderium Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:enderium" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:enderium" + } + } + } + } + }] + rewards: [{ + id: "7F7B0C8A87197491" + type: "xp" + xp: 100 + }] + } + { + title: "Experience Bee" + icon: "minecraft:experience_bottle" + x: -1.0d + y: 16.5d + subtitle: "Lapis + Emerald" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "0FB1FC640471363A" + tasks: [{ + id: "1E28BFC0AB5CF2FE" + type: "item" + title: "Experience Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:experience" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:experience" + } + } + } + } + }] + rewards: [{ + id: "5477AEFA094D2108" + type: "xp" + xp: 100 + }] + } + { + title: "Farmer Bee" + icon: { + id: "minecraft:iron_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + x: 2.0d + y: 17.0d + subtitle: "Lumber + Rancher" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "4897C7BB3139C6C6" + tasks: [{ + id: "212BB84583FE4B8B" + type: "checkmark" + title: "Farmer Bees" + }] + rewards: [{ + id: "09794E3BE0974561" + type: "xp" + xp: 100 + }] + } + { + title: "Grave's Bee" + icon: "tombstone:grave_dust" + x: 0.0d + y: 17.0d + subtitle: "Ghostly + Skeletal/Zombee" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "4351DAA8B607BCBB" + tasks: [{ + id: "6D15CFE8E1CF6D25" + type: "item" + title: "Grave's Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:grave" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:grave" + } + } + } + } + }] + rewards: [{ + id: "3E53E43ACB7E4CB8" + type: "xp" + xp: 100 + }] + } + { + title: "Invar Bee" + icon: "alltheores:invar_ingot" + x: -1.0d + y: 14.5d + subtitle: "Iron + Nickel" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "734A72A4C898BDFB" + tasks: [{ + id: "0C0D6A9D01FED776" + type: "item" + title: "Invar Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:invar" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:invar" + } + } + } + } + }] + rewards: [{ + id: "624B0D86B65B6DF9" + type: "xp" + xp: 100 + }] + } + { + title: "Lumber Bee" + icon: "minecraft:oak_log" + x: 3.0d + y: 16.5d + subtitle: "Yellow + Green Carpenter Bee" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "37045B986619A03D" + tasks: [{ + id: "5569927ACA7F6486" + type: "item" + item: { + id: "productivebees:wood_chip" + Count: 1b + tag: { + productivebees_woodtype: "minecraft:dark_oak_log" + } + } + }] + rewards: [{ + id: "32F2905E46B0A46F" + type: "xp" + xp: 100 + }] + } + { + title: "Lumium Bee" + icon: "alltheores:lumium_ingot" + x: 3.0d + y: 12.5d + subtitle: "Silver + Tin" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "150FB369BEFFCBBF" + tasks: [{ + id: "4DA6445DB5F3B85E" + type: "item" + title: "Lumium Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:lumium" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:lumium" + } + } + } + } + }] + rewards: [{ + id: "76A118868DEFF156" + type: "xp" + xp: 100 + }] + } + { + title: "Menril Bee" + icon: "integrateddynamics:crystalized_menril_chunk" + x: 3.0d + y: 17.5d + subtitle: "Crystalline + Neon Cuckoo" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "7B40A9DAA119DE59" + tasks: [{ + id: "22F5DD43B8A7C452" + type: "item" + title: "Menril Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:menril" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:menril" + } + } + } + } + }] + rewards: [{ + id: "1FD5CBE1FB0136F8" + type: "xp" + xp: 100 + }] + } + { + title: "Nickel Bee" + icon: "alltheores:nickel_ingot" + x: 0.0d + y: 13.0d + subtitle: "Iron + Sweat" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "4FE7F45C72EF5DC1" + tasks: [{ + id: "05E237133AC3F46B" + type: "item" + title: "Nickel Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:nickel" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:nickel" + } + } + } + } + }] + rewards: [{ + id: "1822D65E1764B5C3" + type: "xp" + xp: 100 + }] + } + { + title: "Niter Bee" + icon: "thermal:niter" + x: 0.0d + y: 12.0d + subtitle: "CreeBee + Coal" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "41A27D813AA215C1" + tasks: [{ + id: "234F40915C93FFC5" + type: "item" + title: "Niter Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:niter" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:niter" + } + } + } + } + }] + rewards: [{ + id: "51DF6D31DEE3E491" + type: "xp" + xp: 100 + }] + } + { + title: "Obsidian Bee" + icon: "minecraft:obsidian" + x: 1.0d + y: 17.5d + subtitle: "Magmatic + Sweat" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "60B985069E0E643E" + tasks: [{ + id: "50823C029014781A" + type: "item" + title: "Obsidian Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:obsidian" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:obsidian" + } + } + } + } + }] + rewards: [{ + id: "72ADB76DCE00FAEF" + type: "xp" + xp: 100 + }] + } + { + title: "Osmium Bee" + icon: "alltheores:osmium_ingot" + x: 3.0d + y: 11.5d + subtitle: "Iron + Neon Cuckoo" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "67482ED4B18F828D" + tasks: [{ + id: "4471A530B55D4140" + type: "item" + title: "Osmium Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:osmium" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:osmium" + } + } + } + } + }] + rewards: [{ + id: "30C7803BBB6B7F56" + type: "xp" + xp: 100 + }] + } + { + title: "Pepto Beesmol Bee" + icon: { + id: "productivebees:configurable_comb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:pepto_bismol" + } + } + } + x: 0.0d + y: 18.0d + subtitle: "Sugarbag + Neon Cuckoo" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "2B1985B5774B977B" + tasks: [{ + id: "4C8BCD20A4DF8353" + type: "item" + title: "Pepto Bismol Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:pepto_bismol" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:pepto_bismol" + } + } + } + } + }] + rewards: [{ + id: "16918EC0704ED7D2" + type: "xp" + xp: 100 + }] + } + { + title: "Plastic Bee" + icon: "industrialforegoing:plastic" + x: 1.0d + y: 18.5d + subtitle: "Resin + Lumber" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "6CBA6DCF3C035E1A" + tasks: [{ + id: "73409C636E07907D" + type: "item" + title: "Plastic Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:plastic" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:plastic" + } + } + } + } + }] + rewards: [{ + id: "526107594C5BB012" + type: "xp" + xp: 100 + }] + } + { + title: "Quarry Bee" + icon: "minecraft:stone" + x: 2.0d + y: 18.0d + subtitle: "Chocolate Mining + Digger" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "6E093D16B12E12B3" + tasks: [{ + id: "25C3E86C4FE954C6" + type: "item" + icon: { + id: "productivebees:stone_chip" + Count: 1b + tag: { + productivebees_woodtype: "minecraft:dirt" + } + } + item: { + id: "productivebees:stone_chip" + Count: 1b + tag: { + productivebees_woodtype: "minecraft:dirt" + } + } + }] + rewards: [{ + id: "5865B75ED379363E" + type: "xp" + xp: 100 + }] + } + { + title: "Radioactive Bee" + icon: "alltheores:uranium_ingot" + x: 2.0d + y: 12.0d + subtitle: "CreeBee + Iron" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "734F61A03FFA13ED" + tasks: [{ + id: "5C358DFF9CD0D1D9" + type: "item" + title: "Radioactive Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:radioactive" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:radioactive" + } + } + } + } + }] + rewards: [{ + id: "0E772C4611E7B761" + type: "xp" + xp: 100 + }] + } + { + title: "Rancher Bee" + icon: "minecraft:egg" + x: 3.0d + y: 15.5d + subtitle: "Lumber + Sweat" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "3D7480E4F9063E93" + tasks: [{ + id: "56E50AF4DB0B9F30" + type: "item" + item: "productivebees:honeycomb_milky" + }] + rewards: [{ + id: "4548200E1DB36178" + type: "xp" + xp: 100 + }] + } + { + title: "Refined Glowstone Bee" + icon: "mekanism:ingot_refined_glowstone" + x: 0.0d + y: 14.0d + subtitle: "Osmium + Glowing" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "15FCC8DA717BE348" + tasks: [{ + id: "636EAE7DCFA8D007" + type: "item" + title: "Refined Glowstone Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:refined_glowstone" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:refined_glowstone" + } + } + } + } + }] + rewards: [{ + id: "4AD432198ECFE2D9" + type: "xp" + xp: 100 + }] + } + { + title: "Refined Obsidian Bee" + icon: "mekanism:ingot_refined_obsidian" + x: 1.0d + y: 13.5d + subtitle: "Osmium + Obsidian" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "229B12FD9C537D9B" + tasks: [{ + id: "4AF72F021060F09C" + type: "item" + title: "Refined Obsidian Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:refined_obsidian" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:refined_obsidian" + } + } + } + } + }] + rewards: [{ + id: "49A9C8E6C948F13E" + type: "xp" + xp: 100 + }] + } + { + title: "Signalum Bee" + icon: "alltheores:signalum_ingot" + x: 3.0d + y: 13.5d + subtitle: "Silver + Copper" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "6F7AC41B703028CC" + tasks: [{ + id: "5B5DBA0A7644A551" + type: "item" + title: "Signalum Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:signalum" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:signalum" + } + } + } + } + }] + rewards: [{ + id: "24B5AA1306FA8DAA" + type: "xp" + xp: 100 + }] + } + { + title: "Silicon Bee" + icon: "refinedstorage:silicon" + x: 2.0d + y: 16.0d + subtitle: "Nomad + Reed" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "1589D99B2EE460F2" + tasks: [{ + id: "060B87A17E7699CA" + type: "item" + title: "Silicon Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:silicon" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:silicon" + } + } + } + } + }] + rewards: [{ + id: "5730AF565E5718F8" + type: "xp" + xp: 100 + }] + } + { + title: "Silky Bee" + icon: "minecraft:string" + x: -1.0d + y: 17.5d + subtitle: "Resin + Reed" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "5CF2A069A3CC4EF6" + tasks: [{ + id: "5DE213018E8C64A7" + type: "item" + title: "Silky Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:silky" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:silky" + } + } + } + } + }] + rewards: [{ + id: "4AE2620E06B52BBA" + type: "xp" + xp: 100 + }] + } + { + title: "Silver Bee" + icon: "alltheores:silver_ingot" + x: 1.0d + y: 11.5d + subtitle: "Iron + Mason" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "09223F02621781BF" + tasks: [{ + id: "47BAD4AA76F9CF82" + type: "item" + title: "Silver Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:silver" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:silver" + } + } + } + } + }] + rewards: [{ + id: "7DA4E88B8BB15693" + type: "xp" + xp: 100 + }] + } + { + title: "Spatial Bee" + icon: "ae2:certus_crystal_seed" + x: 0.0d + y: 16.0d + subtitle: "Crystalline + Ender" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "3D85786A23FE464A" + tasks: [{ + id: "4A1352D6A68151E1" + type: "item" + title: "Spatial Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:spacial" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:spacial" + } + } + } + } + }] + rewards: [{ + id: "194A8D9CF1D2F96E" + type: "xp" + xp: 100 + }] + } + { + title: "Steel Bee" + icon: "alltheores:steel_ingot" + x: 2.0d + y: 15.0d + subtitle: "Iron + Coal" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "02F3133A9006BC1E" + tasks: [{ + id: "01F96E4C1D881AD1" + type: "item" + title: "Steel Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:steel" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:steel" + } + } + } + } + }] + rewards: [{ + id: "0FC5BC7A7E459E87" + type: "xp" + xp: 100 + }] + } + { + title: "Sulfur Bee" + icon: "thermal:sulfur" + x: 1.0d + y: 15.5d + subtitle: "Magmatic + Coal" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "7AB52230F0E7DE72" + tasks: [{ + id: "1A2EE90B240B36E2" + type: "item" + title: "Sulfur Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:sulfur" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:sulfur" + } + } + } + } + }] + rewards: [{ + id: "40352CA6D19F081E" + type: "xp" + xp: 100 + }] + } + { + title: "Ghostly Bee" + icon: "minecraft:soul_sand" + x: -4.0d + y: 15.0d + subtitle: "Spawned using a Soul Sand Nest in the Nether." + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "5F080CFA1DC7F435" + tasks: [{ + id: "281AD60CC0AB054F" + type: "item" + item: "productivebees:honeycomb_ghostly" + }] + rewards: [{ + id: "340488322E26DDE0" + type: "xp" + xp: 100 + }] + } + { + title: "Magmatic Bee" + icon: "minecraft:magma_block" + x: -5.0d + y: 11.5d + subtitle: "Spawned using a Nether Brick Nest in the Nether" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "614937A2F5823F3E" + tasks: [{ + id: "3202568944BCBF77" + type: "item" + title: "Magmatic Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:magmatic" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:magmatic" + } + } + } + } + }] + rewards: [{ + id: "14454A91BA2CAE69" + type: "xp" + xp: 100 + }] + } + { + title: "Bumble Bee" + icon: "minecraft:saddle" + x: -5.0d + y: 14.5d + subtitle: "Spawns in the Overworld from Bumble Bee Nests" + description: [ + "Have you ever wanted to fly on a bee?" + "" + "Bumble Bees naturally spawn in the world, and they can be used as mounts!" + "" + "Make yourself a &6Treat on a Stick&r, slap a saddle on a Bumble Bee, and take to the skies!" + ] + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "7941938014E97A30" + tasks: [ + { + id: "4ADD8F6F75D38DE6" + type: "item" + item: { + id: "productivebees:treat_on_a_stick" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "31D0730D68948E3B" + type: "item" + item: "minecraft:saddle" + } + ] + rewards: [{ + id: "10E2A71BE96232EF" + type: "xp" + xp: 100 + }] + } + { + title: "Digger Bee" + icon: "minecraft:gravel" + x: -3.0d + y: 11.5d + subtitle: "Spawned using a Gravel or Stone Nest" + hide_dependency_lines: true + dependencies: ["131EC039435B8878"] + id: "1C474B46AECCCFE9" + tasks: [{ + id: "6E0961A56194F0A8" + type: "checkmark" + title: "Digger Bees" + }] + rewards: [{ + id: "3202C04BE7D817FE" + type: "xp" + xp: 10 + }] + } + { + title: "Amethyst Bee" + icon: "minecraft:amethyst_cluster" + x: 6.0d + y: 11.0d + subtitle: "Feed a Diamond Bee Amethyst" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "35EAB77C195E594E" + tasks: [{ + id: "0F2BCC279B5731AB" + type: "item" + title: "Amethyst Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:amethyst" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:amethyst" + } + } + } + } + }] + rewards: [{ + id: "712F1D5B6F5C3E3B" + type: "xp" + xp: 100 + }] + } + { + title: "Apatite Bee" + icon: "thermal:apatite" + x: 5.0d + y: 11.5d + subtitle: "Feed a Diamond Bee Apatite!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "17B056037BB483D7" + tasks: [{ + id: "32A39E68AAB56488" + type: "item" + title: "Apatite Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:apatite" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:apatite" + } + } + } + } + }] + rewards: [{ + id: "7480C69F90A56B15" + type: "xp" + xp: 100 + }] + } + { + title: "Brown Shroombee" + icon: "minecraft:brown_mushroom" + x: 7.0d + y: 11.5d + subtitle: "Feed a Shroombee a Brown Mushroom!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "01F7F3589EBD8872" + tasks: [{ + id: "30FE30A7FA067459" + type: "item" + title: "Brown Shroombee Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:brown_shroom" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:brown_shroom" + } + } + } + } + }] + rewards: [{ + id: "52ABD90406552164" + type: "xp" + xp: 100 + }] + } + { + title: "Choco Bee" + icon: "croptopia:chocolate" + x: 6.0d + y: 12.0d + subtitle: "Feed a Sugarbag Bee a Cocoa Bean!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "06FA7A81C32C1BB2" + tasks: [{ + id: "7C54A389C84DDB49" + type: "item" + title: "Choco Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:chocolate" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:chocolate" + } + } + } + } + }] + rewards: [{ + id: "63F3657E313B7BA1" + type: "xp" + xp: 100 + }] + } + { + title: "Collector Bee" + icon: "minecraft:hopper" + x: 7.0d + y: 16.5d + subtitle: "Feed a Vanilla Bee a Hopper!" + description: [ + "Will pick up items and bring them back to its hive." + "" + "Not as good as a Hoarder Bee." + ] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "094D28B7A0170039" + tasks: [{ + id: "632F557D97247215" + type: "checkmark" + title: "Collector Bee" + }] + rewards: [{ + id: "1218C1901D969C1D" + type: "xp" + xp: 10 + }] + } + { + title: "CreeBee" + icon: "minecraft:creeper_head" + x: 5.0d + y: 12.5d + subtitle: "Feed a Vanilla Bee TNT!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "18F948FF9FE015FB" + tasks: [{ + id: "4E787C04DB76613F" + type: "item" + item: "productivebees:honeycomb_powdery" + }] + rewards: [{ + id: "4C709117DECA0969" + type: "xp" + xp: 100 + }] + } + { + title: "Crimson Shroombee" + icon: "minecraft:crimson_fungus" + x: 7.0d + y: 12.5d + subtitle: "Feed a Shroombee a Crimson Fungus!" + description: [""] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "176ACC61DC206E55" + tasks: [{ + id: "3B35F86B42989063" + type: "item" + title: "Crimson Shroombee Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:crimson" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:crimson" + } + } + } + } + }] + rewards: [{ + id: "138D9A13CD9CBC15" + type: "xp" + xp: 100 + }] + } + { + title: "Fluix Bee" + icon: "ae2:fluix_crystal" + x: 5.0d + y: 16.5d + subtitle: "Feed a Spatial Bee a Fluix Pearl!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "33422FBDAE11AE82" + tasks: [{ + id: "669BC6911F43DB26" + type: "item" + title: "Fluix Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:fluix" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:fluix" + } + } + } + } + }] + rewards: [{ + id: "24B5A6BA1F9F31BB" + type: "xp" + xp: 100 + }] + } + { + title: "Fluorite Bee" + icon: "mekanism:fluorite_gem" + x: 6.0d + y: 13.0d + subtitle: "Feed a Diamond Bee Fluorite!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "3F635063EC5A6327" + tasks: [{ + id: "46CFE7B294472FC9" + type: "item" + title: "Fluorite Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:fluorite" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:fluorite" + } + } + } + } + }] + rewards: [{ + id: "1E107584870E108F" + type: "xp" + xp: 100 + }] + } + { + title: "Frosty Bee" + icon: "minecraft:ice" + x: 7.0d + y: 13.5d + subtitle: "Feed a Sweat Bee Ice!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "244ACD7024566001" + tasks: [{ + id: "7CD2C8E1A5F4B3D2" + type: "item" + title: "Frosty Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:frosty" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:frosty" + } + } + } + } + }] + rewards: [{ + id: "3AA4DE5C8F5D0955" + type: "xp" + xp: 100 + }] + } + { + title: "Hoarder Bee" + icon: "minecraft:shulker_box" + x: 6.0d + y: 17.0d + subtitle: "Feed a Collector Bee a Shulker Shell!" + description: ["Collects items on the ground and brings it back to its nest."] + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "309059DEDEE7AECD" + tasks: [{ + id: "0F45E8D41C62BE78" + type: "checkmark" + title: "Hoarder Bee" + }] + rewards: [{ + id: "438D89082142A748" + type: "xp" + xp: 100 + }] + } + { + title: "Peridot Bee" + icon: "alltheores:peridot" + x: 5.0d + y: 13.5d + subtitle: "Feed a Diamond Bee Peridot!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "761D21C6FBD13EE1" + tasks: [{ + id: "3DE2AD0FFF364185" + type: "item" + title: "Peridot Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:peridot" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:peridot" + } + } + } + } + }] + rewards: [{ + id: "75FB934FE110A59C" + type: "xp" + xp: 100 + }] + } + { + title: "ProsperiBee" + icon: "mysticalagriculture:prosperity_shard" + x: 6.0d + y: 14.0d + subtitle: "Feed a Crystalline Bee a Prosperity Block!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "55882C10292B6A3D" + tasks: [{ + id: "544D288D9F81C6D8" + type: "item" + title: "Prosperity Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:prosperity" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:prosperity" + } + } + } + } + }] + rewards: [{ + id: "677634D163F8DDDB" + type: "xp" + xp: 100 + }] + } + { + title: "Red Shroombee" + icon: "minecraft:red_mushroom" + x: 7.0d + y: 14.5d + subtitle: "Feed a Shroombee a Red Mushroom!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "37CD9BF281903F56" + tasks: [{ + id: "39899761508BFACE" + type: "item" + title: "Red Shroombee Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:red_shroom" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:red_shroom" + } + } + } + } + }] + rewards: [{ + id: "7AB48FA4789D87C9" + type: "xp" + xp: 100 + }] + } + { + title: "RuBee" + icon: "alltheores:ruby" + x: 5.0d + y: 14.5d + subtitle: "Feed a Diamond Bee a Ruby!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "35E8F1CC0080E45E" + tasks: [{ + id: "2EA19C4E46380CDA" + type: "item" + title: "RuBee Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:ruby" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:ruby" + } + } + } + } + }] + rewards: [{ + id: "240612DCF75988AC" + type: "xp" + xp: 100 + }] + } + { + title: "Sapphire Bee" + icon: "alltheores:sapphire" + x: 5.0d + y: 15.5d + subtitle: "Feed a Diamond Bee a Sapphire!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "3AF30E1EC163E2E3" + tasks: [{ + id: "46C7D666D3A4A3D9" + type: "item" + title: "Sapphire Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:sapphire" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:sapphire" + } + } + } + } + }] + rewards: [{ + id: "6DBD9CDC28903F43" + type: "xp" + xp: 100 + }] + } + { + title: "Soulium Bee" + icon: "mysticalagriculture:soulium_ingot" + x: 6.0d + y: 15.0d + subtitle: "Feed a Ghostly Bee a Soulium Dagger!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "1EBD5E4410A6DF34" + tasks: [{ + id: "70E72633E49DFF88" + type: "item" + title: "Soulium Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:soulium" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:soulium" + } + } + } + } + }] + rewards: [{ + id: "7DA224232096A3B0" + type: "xp" + xp: 100 + }] + } + { + title: "Tea Bee" + icon: "croptopia:tea_leaves" + x: 7.0d + y: 15.5d + subtitle: "Feed a Leafcutter Bee a Bucket of Water!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "31D990F0D3EF15D5" + tasks: [{ + id: "13DE0B5305122E24" + type: "item" + title: "Tea Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:tea" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:tea" + } + } + } + } + }] + rewards: [{ + id: "208C7CC2B4283F0F" + type: "xp" + xp: 100 + }] + } + { + title: "Warped Shroombee" + icon: "minecraft:warped_fungus" + x: 6.0d + y: 16.0d + subtitle: "Feed a Shroombee Warped Fungus!" + hide_dependency_lines: true + dependencies: ["17419401147B5C02"] + id: "2982D38BD5EE6349" + tasks: [{ + id: "094F0FCF9A64EE00" + type: "item" + title: "Warped Comb" + icon: { + id: "productivebees:configurable_honeycomb" + Count: 1b + tag: { + EntityTag: { + type: "productivebees:warped" + } + } + } + item: { + id: "itemfilters:strong_nbt" + Count: 1b + tag: { + value: { + EntityTag: { + type: "productivebees:warped" + } + } + } + } + }] + rewards: [{ + id: "1D2DDC683FE6A9C3" + type: "xp" + xp: 100 + }] + } + { + title: "Breeding and Converting Bees" + x: 1.0d + y: 7.5d + subtitle: "The Birds and The Bees" + description: [ + "Aside from luring bees in with nests, most bees require either &eBreeding&r or &9Conversion&r to bee created. (No, that isn't a typo.)" + "" + "&eBee Breeding&r requires 2 bees and specific items fed to them to cause them to mate. " + "" + "&9Bee Conversion&r requires you to feed a bee a specific item to convert it into a new bee." + ] + dependencies: ["131EC039435B8878"] + id: "17419401147B5C02" + tasks: [{ + id: "2153473228DA4678" + type: "checkmark" + title: "Bee Breeding" + }] + rewards: [{ + id: "1836D4B5770F396C" + type: "xp" + xp: 10 + }] + } + { + x: -2.0d + y: 4.5d + subtitle: "Honey Treats Required" + description: [ + "If you want to turn your Bee Farm into a factory for resources, you'll need to start by spawning in Bees with &6Nests&r." + "" + "The nests must be placed in specific biomes, which you can find in the JEI for it (look for the I icon at the top)." + "" + "To lure in a bee to the nest, right click on it with a &9Honey Treat&r. Nests will not work without the treats!!" + "" + "&9Important Note&r: Certain bees will only live in Nests and will not go into Advanced Hives. If they don't produce a honeycomb, they need to live in a nest instead." + ] + dependencies: ["131EC039435B8878"] + id: "120BDCB70AD352AC" + tasks: [{ + id: "359396879CBA62D5" + type: "checkmark" + title: "Nest Spawning" + }] + rewards: [{ + id: "0B45A4897BE75592" + type: "xp" + xp: 10 + }] + } + { + x: 2.0d + y: 1.5d + 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."] + dependencies: ["7C169A4A39F37FAC"] + id: "47CEFA06392C4211" + tasks: [{ + id: "5860D1574D18BA1A" + type: "item" + title: "Expansion Box" + icon: "productivebees:expansion_box_oak" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "productivebees:expansion_boxes" + } + } + }] + rewards: [ + { + id: "4C6D0AFFA31E7912" + type: "item" + item: "minecraft:honeycomb" + count: 2 + random_bonus: 2 + } + { + id: "1824DE857066CD43" + type: "xp" + xp: 10 + } + ] + } + { + icon: "allthemodium:allthemodium_ore" + x: 4.0d + y: 4.5d + description: [ + "If you want the ATM bees, it takes a lot of capturing and breeding and feeding. " + "" + "The following part of the questline outlines which bees you'll need to move forward." + "" + "Make sure to check JEI and the &9Big Book of Bees&r for more info!" + ] + dependencies: ["131EC039435B8878"] + id: "4C0302FF4F63B52E" + tasks: [{ + id: "6754D9E162472CA1" + type: "checkmark" + title: "Allthemodium Progression" + }] + rewards: [{ + id: "22627B27D2839167" + type: "xp" + xp: 10 + }] + } + { + x: 0.0d + y: -2.5d + subtitle: "The Bee Manual" + description: [ + "You can find this in the Eccentric Tome you start with, but if you somehow lost it, craft one!" + "" + "This guidebook will help you learn everything about bees." + ] + dependencies: ["29EE878BC8D3A742"] + optional: true + id: "6C9E88A61ECCF898" + tasks: [{ + id: "7CB163461B2D1723" + type: "item" + item: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "productivebees:guide" + } + } + }] + rewards: [{ + id: "1471AEAB1BD9E5DB" + type: "xp" + xp: 100 + }] + } + { + x: 4.0d + y: 0.5d + 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 + dependencies: ["7C169A4A39F37FAC"] + id: "419DD6FE84B91749" + tasks: [{ + id: "2E829A75260DFF75" + type: "item" + item: "productivebees:gene_indexer" + }] + rewards: [ + { + id: "5C1387EEB2AC5D4E" + type: "xp" + xp: 10 + } + { + id: "5E255C49AD125390" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + ] + } + { + x: 5.0d + y: 0.5d + subtitle: "Honey I Squished The Bees" + description: [ + "The Bottler has two uses: Bottling honey and squshing bees for genes." + "" + "To get genes from bees, place a piston above the Bottler with a block of space between them." + "" + "Place the bee on top of the Bottler, and activate the piston to squish the bee into genes. The resulting squished bottle can be then placed in a Centrifuge." + "" + "Note: Make sure to have bottles in the Bottler." + "{image:atm:textures/bottler.png width:100 height:150 align:1}" + ] + hide_dependency_lines: true + dependencies: ["7C169A4A39F37FAC"] + id: "6F978C4D561F35EC" + tasks: [{ + id: "531FB6E56B95C1CA" + type: "item" + item: "productivebees:bottler" + }] + rewards: [ + { + id: "58ED69D187E94890" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + { + id: "08B9B9C77F1239AD" + type: "xp" + xp: 10 + } + ] + } + { + x: 6.0d + y: 0.5d + subtitle: "Catches Bees" + description: [ + "Used to catch bees that are flying around it." + "" + "You can use a Filter Upgrade to filter out which bees you want to catch, as well as a BaBee Upgrade to only catch baby bees." + ] + hide_dependency_lines: true + dependencies: ["7C169A4A39F37FAC"] + id: "7B5A0BFD47D96BDE" + tasks: [{ + id: "4FCB8A72367ADF6E" + type: "item" + item: "productivebees:catcher" + }] + rewards: [ + { + id: "5A5DC2058B09B6F5" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + { + id: "6BB1ACB9F4FF3532" + type: "xp" + xp: 10 + } + ] + } + { + x: 5.0d + y: -0.5d + subtitle: "Baby Bee Daycare" + description: [ + "This can be used to speed up the growth rate of baby bees, or to create new spawn eggs." + "" + "Place a caged baby bee with 20 Honey Treats to turn it into an adult." + "" + "To create spawn eggs, you'll need to combine the gene of the bee you want with a honey treat, then use that honey treat in this machine with an egg to create the new spawn egg." + "" + "Genes can be combined for a maximum of 100% purity, which will give you a 100% chance to convert an egg to a bee spawn egg." + ] + hide_dependency_lines: true + dependencies: ["7C169A4A39F37FAC"] + id: "3E301F3EEC8C763A" + tasks: [{ + id: "3D89286F2B7BF9FB" + type: "item" + item: "productivebees:incubator" + }] + rewards: [ + { + id: "2855225AAB5CB15B" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + { + id: "4E9C7BCD64A5B238" + type: "xp" + xp: 10 + } + ] + } + { + x: 5.0d + y: 1.5d + subtitle: "Showing Off Bees" + description: [ + "Proud of the bees you have?" + "" + "Wanna put them into a jar to show it off?" + "" + "Place a Bee Jar down and use a pipe or hopper to insert the caged bee into the jar." + ] + hide_dependency_lines: true + dependencies: ["7C169A4A39F37FAC"] + id: "32FDC5FFA000DAF8" + tasks: [{ + id: "4DA861A4D91D15D5" + type: "item" + item: "productivebees:jar_oak" + }] + rewards: [ + { + id: "23284D6510C4B17A" + type: "item" + item: "minecraft:honeycomb" + count: 2 + } + { + id: "3E37E54642DD9ABE" + type: "xp" + xp: 10 + } + ] + } + { + x: -9.0d + y: 4.5d + subtitle: "Lures a Gold Bee when placed in the Nether" + hide_dependency_lines: true + dependencies: ["120BDCB70AD352AC"] + id: "160BD0185954C891" + tasks: [{ + id: "4EE84594A8A996AF" + type: "item" + item: "productivebees:nether_gold_nest" + }] + rewards: [{ + id: "76C1F3990EFECFDB" + type: "xp" + xp: 100 + }] + } + ] +} diff --git a/config/ftbquests/quests/chapters/storage.snbt b/config/ftbquests/quests/chapters/storage.snbt index e654206..3fcc94b 100644 --- a/config/ftbquests/quests/chapters/storage.snbt +++ b/config/ftbquests/quests/chapters/storage.snbt @@ -1,1730 +1,1730 @@ -{ - id: "1DB294A8F8686321" - group: "1AC60211DE7427FC" - order_index: 0 - filename: "storage" - title: "Basic Storage" - icon: "minecraft:chest" - default_quest_shape: "" - default_hide_dependency_lines: false - images: [{ - x: 4.5d - y: -8.0d - width: 5.0d - height: 5.0d - rotation: 0.0d - image: "minecraft:textures/item/chest_minecart.png" - hover: [ ] - click: "" - dev: false - corner: false - }] - quests: [ - { - x: -7.0d - y: -1.5d - subtitle: "A single chest the size of 2." - description: ["*Note: To upgrade an already placed vanilla chest to an Iron Sophisticated Chest, you will first need to convert the chest with a \"Basic Tier Upgrade.\""] - dependencies: ["5E4BC0F59C90433A"] - id: "58514FDE153FD971" - tasks: [{ - id: "77A9435B6739348E" - type: "item" - item: { - id: "sophisticatedstorage:iron_chest" - Count: 1b - tag: { - woodType: "oak" - } - } - }] - rewards: [ - { - id: "56FA5A7CE451E586" - type: "item" - item: "sophisticatedstorage:basic_to_iron_tier_upgrade" - } - { - id: "632C34D1F4CE965A" - type: "xp" - xp: 5 - } - ] - } - { - x: -5.0d - y: -1.5d - subtitle: "A lot more room for activities." - dependencies: ["58514FDE153FD971"] - id: "3E33730DC2115D26" - tasks: [{ - id: "0427B441A750316F" - type: "item" - item: { - id: "sophisticatedstorage:gold_chest" - Count: 1b - tag: { - woodType: "oak" - } - } - }] - rewards: [ - { - id: "7BF7AC6177891566" - type: "item" - item: "sophisticatedstorage:iron_to_gold_tier_upgrade" - } - { - id: "2B0E611FC8E7C52F" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.0d - y: -1.5d - subtitle: "A &olot&r more room for activities." - dependencies: ["3E33730DC2115D26"] - id: "4C0BDD483CCB40C4" - tasks: [{ - id: "00ED02255105A973" - type: "item" - item: { - id: "sophisticatedstorage:diamond_chest" - Count: 1b - tag: { - woodType: "oak" - } - } - }] - rewards: [ - { - id: "7634B130CAFA493B" - type: "item" - item: "sophisticatedstorage:gold_to_diamond_tier_upgrade" - } - { - id: "09194C282964BF5A" - type: "xp" - xp: 10 - } - ] - } - { - x: -1.0d - y: -1.5d - subtitle: "So much room for activities!" - description: ["Even MORE slots for storage and upgrades."] - dependencies: ["4C0BDD483CCB40C4"] - id: "77F241BEE9902751" - tasks: [{ - id: "34B6EB0B801E4743" - type: "item" - item: { - id: "sophisticatedstorage:netherite_chest" - Count: 1b - tag: { - woodType: "oak" - } - } - }] - rewards: [ - { - id: "2084D6F08E608125" - type: "item" - item: "sophisticatedstorage:diamond_to_netherite_tier_upgrade" - } - { - id: "3E846FD78C055A89" - type: "xp" - xp: 20 - } - ] - } - { - title: "Vanilla Chest" - x: -9.0d - y: -1.5d - subtitle: "The Starting Chest" - dependencies: ["563CFA1EF74E52E9"] - id: "5E4BC0F59C90433A" - tasks: [{ - id: "3C4AC12A7BCA9299" - type: "item" - item: "minecraft:chest" - }] - rewards: [ - { - id: "67C504323225DDD8" - type: "item" - item: "minecraft:chest" - } - { - id: "5926ED11CED5896C" - type: "xp" - xp: 10 - } - { - id: "2BD2C0D43AE4AB58" - type: "item" - item: "sophisticatedstorage:basic_tier_upgrade" - } - ] - } - { - title: "My First Drawer" - icon: "functionalstorage:oak_1" - x: -9.0d - y: -5.0d - subtitle: "Stacks on Stacks" - description: [ - "Craft yourself a 1x1 drawer. This item holds a ton of stacks of 1 item." - "" - "" - "" - "" - ] - dependencies: ["0682DC1F2417DAEB"] - id: "2746575C929B6C50" - tasks: [{ - id: "79EC3CF180A5A940" - type: "item" - title: "Any #storagedrawers:drawers" - item: { - id: "itemfilters:tag" - Count: 1b - tag: { - value: "functionalstorage:drawer" - } - } - }] - rewards: [ - { - id: "3F6E823825D51DAC" - type: "item" - item: "functionalstorage:oak_1" - } - { - id: "57814182F5AA0BAB" - type: "xp" - xp: 5 - } - ] - } - { - x: -6.5d - y: -4.5d - shape: "diamond" - subtitle: "Auto-Convert to blocks." - description: [ - "This item can convert items placed inside to their nugget or block forms." - "" - "For example: An Iron Ingot placed in this will allow you to pull out 9 nuggets, or if more iron is placed in, will covert it to Iron Blocks." - ] - dependencies: ["072FBEB0F6F1BC48"] - dependency_requirement: "one_started" - id: "2B422B7E0CE3590D" - tasks: [{ - id: "4AC0DA5197DEBC7B" - type: "item" - item: "functionalstorage:compacting_drawer" - }] - rewards: [ - { - id: "20DD94A587AC244E" - type: "item" - item: "functionalstorage:copper_upgrade" - } - { - id: "7438B1DD5423F325" - type: "xp" - xp: 10 - } - ] - } - { - x: -6.0d - y: -5.0d - shape: "diamond" - subtitle: "The Brain of the Drawers." - description: [ - "When placed and connected with the &aLinking Tool&r to other drawers, this block acts as a \"Hub.\"" - "" - "If you double right-click this, all items within the Storage Drawers \"Network\" will be pulled from your inventory." - ] - dependencies: ["072FBEB0F6F1BC48"] - dependency_requirement: "one_started" - id: "6FBAE89EE782DABA" - tasks: [{ - id: "1872E00684ADC839" - type: "item" - item: "functionalstorage:storage_controller" - }] - rewards: [ - { - id: "0817D478F3584AB6" - type: "item" - item: "functionalstorage:copper_upgrade" - count: 2 - } - { - id: "577872850DA154AA" - type: "xp" - xp: 10 - } - ] - } - { - title: "Ender Storage" - x: 2.5d - y: -1.5d - description: [ - "Chests that work across dimensions." - "" - "Can be color coded for security! (Right click on the block with the desired dye)." - "" - "*Note: If someone else uses your color combination, they can get the contents!" - ] - hide_dependency_lines: true - id: "3247179F0F0252A2" - tasks: [ - { - id: "4E5DB7E53717FD3C" - type: "item" - item: { - id: "enderchests:ender_chest" - Count: 1b - tag: { - owner: "all" - code: "000" - } - } - } - { - id: "322CF20C9C5FB841" - type: "item" - item: { - id: "endertanks:ender_tank" - Count: 1b - tag: { - owner: "all" - code: "000" - } - } - } - ] - rewards: [ - { - id: "1C3AB68685A3FD62" - type: "item" - item: { - id: "enderchests:ender_bag" - Count: 1b - tag: { - owner: "all" - code: "000" - open: 0b - } - } - } - { - id: "43FE4B654819B6C4" - type: "item" - item: { - id: "endertanks:ender_bucket" - Count: 1b - tag: { - owner: "all" - code: "000" - } - } - } - { - id: "28FA25B2F1E211A3" - type: "xp" - xp: 10 - } - ] - } - { - title: "Basic Storage" - x: 4.5d - y: -1.5d - shape: "gear" - description: [ - "Welcome to the Basic Storage Chapter!" - "" - "You'll find all of the basic ways to store items without power, as well as useful items for your storage needs!" - ] - hide_dependency_lines: false - size: 2.0d - id: "5A94A2664BFDD7B9" - tasks: [{ - id: "3E7F26D68D9A166B" - type: "checkmark" - title: "Storage" - }] - rewards: [{ - id: "570FFAC4E65BBF46" - type: "xp" - xp: 10 - }] - } - { - title: "Trash Cans" - x: 4.5d - y: -3.5d - subtitle: "Getting Rid of The Excess" - description: ["A way to destroy unwanted items, liquid, and power."] - hide_dependency_lines: true - id: "17DC77F7F8C68AE6" - tasks: [ - { - id: "7F4087A08A6F82AC" - type: "item" - item: "trashcans:item_trash_can" - } - { - id: "6E37055D317DBBA9" - type: "item" - item: "trashcans:liquid_trash_can" - } - { - id: "736FE7C0E7C491E7" - type: "item" - item: "trashcans:energy_trash_can" - } - ] - rewards: [ - { - id: "69AE6A259BD33878" - type: "item" - item: "trashcans:ultimate_trash_can" - } - { - id: "5828D3729B49DFEC" - type: "xp" - xp: 10 - } - ] - } - { - title: "Dimensional Storage" - x: 6.5d - y: -1.5d - hide_dependency_lines: true - id: "3D5852E6D0ADF651" - tasks: [ - { - id: "61F1446D2A460827" - type: "item" - item: "dimstorage:dimensional_chest" - } - { - id: "17FE9F196E4C6B44" - type: "item" - item: "dimstorage:dimensional_tank" - } - ] - rewards: [ - { - id: "685834F0A29F6B78" - type: "item" - item: "minecraft:ender_pearl" - count: 4 - } - { - id: "36EA7EC9235E0AEA" - type: "xp" - xp: 10 - } - ] - } - { - x: 4.5d - y: 0.5d - description: ["Can store tons of &eenchantments&f, whilst also being able to give back different leveled enchantments."] - hide_dependency_lines: true - id: "73F94E2FECDD1DD5" - tasks: [{ - id: "50F183F484E1B30B" - type: "item" - item: "apotheosis:library" - }] - rewards: [ - { - id: "1928999588099C26" - type: "item" - item: "minecraft:book" - count: 8 - } - { - id: "4AE79FBB117D8EA0" - type: "xp" - xp: 100 - } - ] - } - { - title: "Ender Drawers!" - x: -6.5d - y: -5.5d - shape: "diamond" - subtitle: "Dimensional Drawer.... if you will." - description: [ - "Using a &aLinking Tool&r, you can link 2 Ender Drawers to sync up the contents." - "" - "This works just like an Ender Chest, but for Drawers." - "" - "To link, Right click the first Ender Drawer with the &aLinking Tool&r, then left click the second Ender Drawer to sync." - ] - dependencies: ["072FBEB0F6F1BC48"] - id: "1A4B1CA7EC15348E" - tasks: [{ - id: "38E95D826B04DC4F" - type: "item" - item: "functionalstorage:ender_drawer" - }] - rewards: [ - { - id: "0EEC38A1667399E0" - type: "item" - item: "functionalstorage:gold_upgrade" - } - { - id: "6F4D2071EA7C3055" - type: "xp" - xp: 10 - } - ] - } - { - title: "Functional Storage" - icon: "functionalstorage:storage_controller" - x: -11.25d - y: -5.0d - shape: "square" - subtitle: "Storage Drawers Distant Relative" - description: [ - "Functional Storage is a mod for storing stacks of the same items." - "" - "This is useful for items like Cobblestone, Dirt, etc." - ] - size: 1.5d - id: "0682DC1F2417DAEB" - tasks: [{ - id: "4B299AC7F0233132" - type: "checkmark" - title: "Storage Drawers" - }] - rewards: [{ - id: "6E8586BE04F26897" - type: "xp" - xp: 5 - }] - } - { - title: "Sophisticated Storage" - icon: { - id: "sophisticatedstorage:iron_chest" - Count: 1b - tag: { - woodType: "oak" - } - } - x: -11.25d - y: -1.5d - shape: "square" - subtitle: "Upgradable Chests!" - description: [ - "Sophisticated Chests allows you to upgrade your chests with metals to increase storage! You can also add upgrade filters to increase the functionality of the chest." - "" - "No more vanilla double-chest rooms!" - ] - size: 1.5d - id: "563CFA1EF74E52E9" - tasks: [{ - id: "034F49638F207523" - type: "checkmark" - title: "Iron Chests" - }] - rewards: [{ - id: "58CC2C987D56D7F8" - type: "xp" - xp: 5 - }] - } - { - x: -11.25d - y: 2.0d - shape: "square" - subtitle: "Sophisticated Backpacks" - description: ["Sophisticated Backpacks offer upgradable backpacks that can also use filters to add nifty features!"] - size: 1.5d - id: "6A2B2C5E2ADCE366" - tasks: [{ - id: "213B187A9625C1C7" - type: "item" - item: "sophisticatedbackpacks:backpack" - }] - rewards: [{ - id: "1B303584800CE582" - type: "xp" - xp: 5 - }] - } - { - x: -9.0d - y: 2.0d - subtitle: "The First Upgrade" - dependencies: ["6A2B2C5E2ADCE366"] - id: "0E057B7F76401421" - tasks: [{ - id: "256F1CCC79CEB2D5" - type: "item" - item: "sophisticatedbackpacks:iron_backpack" - }] - rewards: [ - { - id: "5AE4783A5679A0EC" - type: "item" - item: "minecraft:iron_ingot" - count: 4 - } - { - id: "228B88E9317CB137" - type: "xp" - xp: 5 - } - ] - } - { - x: -9.0d - y: 4.0d - subtitle: "The Base for Backpack Filters" - description: ["You will need these to make backpack filter upgrades."] - dependencies: ["6A2B2C5E2ADCE366"] - id: "1FE052F643401232" - tasks: [{ - id: "6DDC631193C9A496" - type: "item" - item: "sophisticatedbackpacks:upgrade_base" - }] - rewards: [ - { - id: "5B9CB28C6BC4759D" - type: "item" - item: "sophisticatedbackpacks:upgrade_base" - count: 2 - } - { - id: "4B2F25D7E70DD87F" - type: "xp" - xp: 5 - } - ] - } - { - x: -9.0d - y: 6.5d - shape: "circle" - subtitle: "Allows the backpack to pickup items." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "0E0CAA31480EC0A1" - tasks: [{ - id: "0789D160EF625FF5" - type: "item" - item: "sophisticatedbackpacks:pickup_upgrade" - }] - rewards: [{ - id: "7ADBF209091E5821" - type: "xp" - xp: 5 - }] - } - { - x: -9.0d - y: 7.5d - subtitle: "More Filtering Options" - dependencies: ["0E0CAA31480EC0A1"] - hide: true - optional: true - id: "1985CFD1F0425E88" - tasks: [{ - id: "666C188829301BE0" - type: "item" - item: "sophisticatedbackpacks:advanced_pickup_upgrade" - }] - rewards: [{ - id: "648AD42B15591F72" - type: "xp" - xp: 5 - }] - } - { - x: -6.0d - y: 6.5d - subtitle: "Adds a filter for items being pumped in or out of the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "156FF8B7B724DC38" - tasks: [{ - id: "4DFC097C1EF485B3" - type: "item" - item: "sophisticatedbackpacks:filter_upgrade" - }] - rewards: [{ - id: "39BE377911DC6C3A" - type: "xp" - xp: 5 - }] - } - { - x: -6.0d - y: 7.5d - dependencies: ["156FF8B7B724DC38"] - hide: true - optional: true - id: "57CF8C6C867B9BDA" - tasks: [{ - id: "6530A152D9337A4C" - type: "item" - item: "sophisticatedbackpacks:advanced_filter_upgrade" - }] - rewards: [{ - id: "3522A1F2B552FF21" - type: "xp" - xp: 5 - }] - } - { - x: -4.5d - y: 6.5d - subtitle: "Magnets items into the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "110D27EA86CDA62B" - tasks: [{ - id: "696764AB781624BD" - type: "item" - item: "sophisticatedbackpacks:magnet_upgrade" - }] - rewards: [{ - id: "3DAE7B9BA91F8520" - type: "xp" - xp: 5 - }] - } - { - x: -4.5d - y: 7.5d - dependencies: ["110D27EA86CDA62B"] - hide: true - optional: true - id: "11D57C768032E3F7" - tasks: [{ - id: "14A8CEB60805E90A" - type: "item" - item: "sophisticatedbackpacks:advanced_magnet_upgrade" - }] - rewards: [{ - id: "2B3FB31DDDCD1F45" - type: "xp" - xp: 5 - }] - } - { - x: -3.0d - y: 6.5d - subtitle: "Auto-feed with food in the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "5FA9BC0D8476D322" - tasks: [{ - id: "5D185C4E74A8717D" - type: "item" - item: "sophisticatedbackpacks:feeding_upgrade" - }] - rewards: [{ - id: "3AAACB23C7CE64C0" - type: "xp" - xp: 5 - }] - } - { - x: -3.0d - y: 7.5d - dependencies: ["5FA9BC0D8476D322"] - hide: true - optional: true - id: "1A739D36D5E3B1AD" - tasks: [{ - id: "41C87FC409006F13" - type: "item" - item: "sophisticatedbackpacks:advanced_feeding_upgrade" - }] - rewards: [{ - id: "0B71DCC81A95305B" - type: "xp" - xp: 5 - }] - } - { - x: -1.5d - y: 6.5d - subtitle: "Compacts items in the backpack to their 2x2 recipe. " - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "1CD2C6AFD788C35E" - tasks: [{ - id: "0F54AF81A481180B" - type: "item" - item: "sophisticatedbackpacks:compacting_upgrade" - }] - rewards: [{ - id: "4B5E3828A7FEE102" - type: "xp" - xp: 5 - }] - } - { - x: -1.5d - y: 7.5d - subtitle: "Compacts items in the backpack to their 3x3 recipe. " - dependencies: ["1CD2C6AFD788C35E"] - hide: true - optional: true - id: "5E4FE420B6D2C97F" - tasks: [{ - id: "7CA41563003856B2" - type: "item" - item: "sophisticatedbackpacks:advanced_compacting_upgrade" - }] - rewards: [{ - id: "18BDC6FD268F1347" - type: "xp" - xp: 5 - }] - } - { - x: -3.0d - y: 9.0d - subtitle: "Adds a filter for items you want to auto-delete in the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "7EFBFF5D0DA018E7" - tasks: [{ - id: "04491E89A571B16F" - type: "item" - item: "sophisticatedbackpacks:void_upgrade" - }] - rewards: [{ - id: "6A1B0E04AAE2BFF2" - type: "xp" - xp: 5 - }] - } - { - x: -3.0d - y: 10.0d - dependencies: ["7EFBFF5D0DA018E7"] - hide: true - optional: true - id: "2FC15D3916DBF4E4" - tasks: [{ - id: "3A29FF1C2AD59B06" - type: "item" - item: "sophisticatedbackpacks:advanced_void_upgrade" - }] - rewards: [{ - id: "5989427C93E9266D" - type: "xp" - xp: 5 - }] - } - { - x: -1.5d - y: 9.0d - subtitle: "Stocking Up" - description: ["Adds a filter that allows you to tell the backpack which items it should keep stocked. Shift-Right Clicking an inventory will refill it."] - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "4B62AF0405F68041" - tasks: [{ - id: "2F5D0ABEF5F4EDEF" - type: "item" - item: "sophisticatedbackpacks:restock_upgrade" - }] - rewards: [{ - id: "4C3EB57AC444EC11" - type: "xp" - xp: 5 - }] - } - { - x: -1.5d - y: 10.0d - dependencies: ["4B62AF0405F68041"] - hide: true - optional: true - id: "019CA0E35F888222" - tasks: [{ - id: "45492321B5D5A2D6" - type: "item" - item: "sophisticatedbackpacks:advanced_restock_upgrade" - }] - rewards: [{ - id: "4F4574E228792C80" - type: "xp" - xp: 5 - }] - } - { - x: -7.5d - y: 6.5d - subtitle: "Allows the backpack to be emptied." - description: ["Shift-Right Click an inventory to empty."] - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "00DB5495C3A44999" - tasks: [{ - id: "68CED4583435FE43" - type: "item" - item: "sophisticatedbackpacks:deposit_upgrade" - }] - rewards: [{ - id: "573C3AE6F966E820" - type: "xp" - xp: 5 - }] - } - { - x: -7.5d - y: 7.5d - dependencies: ["00DB5495C3A44999"] - hide: true - optional: true - id: "4C0EAB9F795686D0" - tasks: [{ - id: "3D7F2E1489EB84AA" - type: "item" - item: "sophisticatedbackpacks:advanced_deposit_upgrade" - }] - rewards: [{ - id: "27CA65D1E2EEDA8A" - type: "xp" - xp: 5 - }] - } - { - x: -3.0d - y: 5.0d - subtitle: "Keeps the player's inventory stacked up from items in the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "33882172DA8021F6" - tasks: [{ - id: "5F6536142CDA403C" - type: "item" - item: "sophisticatedbackpacks:refill_upgrade" - }] - rewards: [{ - id: "773BA104B1822DAF" - type: "xp" - xp: 5 - }] - } - { - x: -1.5d - y: 5.0d - subtitle: "I heard you like backpacks in your backpacks." - description: [ - "So we got a backpack upgrade to put your backpack in your backpack." - "" - "So you can have your backpack in your backpack when you need your backpack in your backpack." - ] - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "7C07D6A33F7ADB02" - tasks: [{ - id: "4F04DC4226148B47" - type: "item" - item: "sophisticatedbackpacks:inception_upgrade" - }] - rewards: [{ - id: "251C508792472ABB" - type: "xp" - xp: 5 - }] - } - { - x: 0.0d - y: 5.0d - subtitle: "The Backpack Cannot Die." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "037415D5B965E214" - tasks: [{ - id: "50348CD6A080A1D1" - type: "item" - item: "sophisticatedbackpacks:everlasting_upgrade" - }] - rewards: [{ - id: "16FFA5DD686C0084" - type: "xp" - xp: 5 - }] - } - { - x: -6.0d - y: 9.0d - subtitle: "Adds a Smelting Tab to Backpack" - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "668C313FF46B6005" - tasks: [{ - id: "10C7C3214FFC012D" - type: "item" - item: "sophisticatedbackpacks:smelting_upgrade" - }] - rewards: [{ - id: "621E7721DC1187BF" - type: "xp" - xp: 5 - }] - } - { - x: -6.0d - y: 10.0d - subtitle: "Auto-smelt items in the backpack." - dependencies: ["668C313FF46B6005"] - hide: true - optional: true - id: "3A1D07AED2A841E4" - tasks: [{ - id: "4F90A434D3719DCB" - type: "item" - item: "sophisticatedbackpacks:auto_smelting_upgrade" - }] - rewards: [{ - id: "278BE67D7B2DA41A" - type: "xp" - xp: 5 - }] - } - { - x: -9.0d - y: 9.0d - subtitle: "Adds a smoker GUI to the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "26A9F402DAE15EA2" - tasks: [{ - id: "1ABC352A4A4313E5" - type: "item" - item: "sophisticatedbackpacks:smoking_upgrade" - }] - rewards: [{ - id: "0F7536B588E4582A" - type: "xp" - xp: 5 - }] - } - { - x: -9.0d - y: 10.0d - dependencies: ["26A9F402DAE15EA2"] - hide: true - optional: true - id: "36BCE35215B2B6E9" - tasks: [{ - id: "4D0ACCBF77CC0846" - type: "item" - item: "sophisticatedbackpacks:auto_smoking_upgrade" - }] - rewards: [{ - id: "3DA8FC30D52E42AE" - type: "xp" - xp: 5 - }] - } - { - x: -7.5d - y: 9.0d - subtitle: "Adds a blasting GUI to the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "1E499F94A2A193E1" - tasks: [{ - id: "677DA84F4B304778" - type: "item" - item: "sophisticatedbackpacks:blasting_upgrade" - }] - rewards: [{ - id: "003DF784F0E1EDE6" - type: "xp" - xp: 5 - }] - } - { - x: -7.5d - y: 10.0d - dependencies: ["1E499F94A2A193E1"] - hide: true - optional: true - id: "26988E22BD019628" - tasks: [{ - id: "62BCE2BB281304DC" - type: "item" - item: "sophisticatedbackpacks:auto_blasting_upgrade" - }] - rewards: [{ - id: "568084E6EBB1ABD0" - type: "xp" - xp: 5 - }] - } - { - x: 1.5d - y: 5.0d - subtitle: "Adds a Crafting Table GUI to the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "4A854CD5EC70733E" - tasks: [{ - id: "47BADC501A4E2AD7" - type: "item" - item: "sophisticatedbackpacks:crafting_upgrade" - }] - rewards: [{ - id: "76DEF2900448AD2B" - type: "xp" - xp: 5 - }] - } - { - x: -6.0d - y: 5.0d - subtitle: "Adds a Stonecutting GUI to the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "52672B7FFFD51D16" - tasks: [{ - id: "3BA31C5CD5C35ED5" - type: "item" - item: "sophisticatedbackpacks:stonecutter_upgrade" - }] - rewards: [{ - id: "641D01DBE66A27DF" - type: "xp" - xp: 5 - }] - } - { - x: -3.0d - y: 4.0d - subtitle: "Increases stack size in the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "7E9E03274A88347D" - tasks: [{ - id: "7E22C7FB2F953E70" - type: "item" - item: "sophisticatedbackpacks:stack_upgrade_tier_1" - }] - rewards: [{ - id: "442C444707D2AD35" - type: "xp" - xp: 5 - }] - } - { - x: -1.5d - y: 4.0d - dependencies: ["7E9E03274A88347D"] - hide: false - optional: true - id: "785951190FFDAA21" - tasks: [{ - id: "15A92DA8E1A9106F" - type: "item" - item: "sophisticatedbackpacks:stack_upgrade_tier_2" - }] - rewards: [{ - id: "246B4B8ABB20D8A7" - type: "xp" - xp: 5 - }] - } - { - x: 0.0d - y: 4.0d - dependencies: ["785951190FFDAA21"] - hide: false - optional: true - id: "0298A17C2AAC5765" - tasks: [{ - id: "161AF6650325FA0A" - type: "item" - item: "sophisticatedbackpacks:stack_upgrade_tier_3" - }] - rewards: [{ - id: "5C6FA0134C10A5D6" - type: "xp" - xp: 5 - }] - } - { - x: 1.5d - y: 4.0d - dependencies: ["0298A17C2AAC5765"] - hide: false - optional: true - id: "7AE3C8134F5ED726" - tasks: [{ - id: "36BEE5EDBA6FAF76" - type: "item" - item: "sophisticatedbackpacks:stack_upgrade_tier_4" - }] - rewards: [{ - id: "2E76A37774F0CEC5" - type: "xp" - xp: 5 - }] - } - { - x: -4.5d - y: 5.0d - subtitle: "Now we're jammin" - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "53F861876B991C36" - tasks: [{ - id: "18F8BF7CC5B3126D" - type: "item" - item: "sophisticatedbackpacks:jukebox_upgrade" - }] - rewards: [{ - id: "3285596442FF6447" - type: "xp" - xp: 5 - }] - } - { - x: -4.5d - y: 9.0d - subtitle: "Auto-Swap to the tool that is most effective for the block you are looking at." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "615B9062FE8CCD36" - tasks: [{ - id: "24165D460DCC2212" - type: "item" - item: "sophisticatedbackpacks:tool_swapper_upgrade" - }] - rewards: [{ - id: "54802B4F6EE4412E" - type: "xp" - xp: 5 - }] - } - { - x: -4.5d - y: 10.0d - dependencies: ["615B9062FE8CCD36"] - hide: true - optional: true - id: "15CD4BFDC56E9510" - tasks: [{ - id: "700D630FE0FB8B9D" - type: "item" - item: "sophisticatedbackpacks:advanced_tool_swapper_upgrade" - }] - rewards: [{ - id: "3198E65D369D203C" - type: "xp" - xp: 5 - }] - } - { - x: -9.0d - y: 5.0d - subtitle: "Adds a tank to the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "0D4C64DD58567758" - tasks: [{ - id: "6CA01A42CC183F87" - type: "item" - item: "sophisticatedbackpacks:tank_upgrade" - }] - rewards: [{ - id: "198BF862B3BF5ABA" - type: "xp" - xp: 5 - }] - } - { - x: -7.5d - y: 5.0d - subtitle: "Adds a battery to the backpack." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: true - optional: true - id: "4C2A60FC1F1E0328" - tasks: [{ - id: "056ECFB6B80F6A37" - type: "item" - item: "sophisticatedbackpacks:battery_upgrade" - }] - rewards: [{ - id: "18E06C1A7BC76A3F" - type: "xp" - xp: 5 - }] - } - { - x: -7.5d - y: 4.0d - subtitle: "Adds the ability to pump liquids from the tank upgrade." - hide_dependency_lines: true - dependencies: ["1FE052F643401232"] - hide: false - optional: true - id: "6E9041744C592573" - tasks: [{ - id: "0B9FAD684B03985A" - type: "item" - item: "sophisticatedbackpacks:pump_upgrade" - }] - rewards: [{ - id: "2E57D243960C9A86" - type: "xp" - xp: 5 - }] - } - { - x: -6.0d - y: 4.0d - dependencies: ["6E9041744C592573"] - hide: false - optional: true - id: "56B80A7EBFE21428" - tasks: [{ - id: "5B7A8E1F725C2815" - type: "item" - item: "sophisticatedbackpacks:advanced_pump_upgrade" - }] - rewards: [{ - id: "23887038DAC8A6EB" - type: "xp" - xp: 5 - }] - } - { - x: -4.5d - y: 4.0d - dependencies: ["56B80A7EBFE21428"] - hide: false - optional: true - id: "6E3D53D1C4569A89" - tasks: [{ - id: "3B52B2670A826CE4" - type: "item" - item: "sophisticatedbackpacks:xp_pump_upgrade" - }] - rewards: [{ - id: "67BA8A35E56EB3F0" - type: "xp" - xp: 5 - }] - } - { - x: -7.0d - y: 2.0d - dependencies: ["0E057B7F76401421"] - id: "2F9B0C642A6BE30C" - tasks: [{ - id: "7E9C8C24DD11EE7F" - type: "item" - item: "sophisticatedbackpacks:gold_backpack" - }] - rewards: [ - { - id: "10BF8798AEC3B008" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:gold_sight" - } - } - } - { - id: "588A8E368C4561A4" - type: "xp" - xp: 5 - } - ] - } - { - x: -5.0d - y: 2.0d - dependencies: ["2F9B0C642A6BE30C"] - id: "45268A619787288F" - tasks: [{ - id: "040F32155AD31A4C" - type: "item" - item: "sophisticatedbackpacks:diamond_backpack" - }] - rewards: [ - { - id: "17E3F7A56B54895F" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:diamond_sight" - } - } - } - { - id: "1CD2A81868C15FC6" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.0d - y: 2.0d - dependencies: ["45268A619787288F"] - optional: true - id: "67704F7341EDCC49" - tasks: [{ - id: "62B16ED18AAB714F" - type: "item" - item: "sophisticatedbackpacks:netherite_backpack" - }] - rewards: [ - { - id: "71F6EF74D03DD6C3" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "potionsmaster:netherite_sight" - } - } - } - { - id: "06D60CD6970140F7" - type: "xp" - xp: 100 - } - ] - } - { - x: -7.5d - y: -5.0d - shape: "circle" - description: [ - "Used to link Drawers to a controller and to link up Ender Drawers." - "" - "To link Drawers to the Controller, right click the Controller block to start configuration. Right clicking Drawers will add them to the network." - "" - "Holding the tool will show you what Drawers are connected to the Controller." - ] - dependencies: ["2746575C929B6C50"] - id: "072FBEB0F6F1BC48" - tasks: [{ - id: "62C6F14FE6A82305" - type: "item" - item: { - id: "functionalstorage:linking_tool" - Count: 1b - tag: { - Action: "ADD" - Mode: "SINGLE" - } - } - }] - rewards: [{ - id: "7524181E415A05BB" - type: "xp" - xp: 10 - }] - } - { - x: -9.0d - y: -6.5d - dependencies: ["2746575C929B6C50"] - id: "009A4AA36AA30F7D" - tasks: [{ - id: "6E16486D04B63395" - type: "checkmark" - title: "Drawer Upgrades!" - }] - rewards: [{ - id: "78B984A7128F5AB2" - type: "xp" - xp: 10 - }] - } - { - x: -9.5d - y: -7.5d - shape: "diamond" - subtitle: "x8 Storage Upgrade" - dependencies: ["009A4AA36AA30F7D"] - id: "485D5664A17E16DF" - tasks: [{ - id: "2F64FAD1FD2D3BAA" - type: "item" - item: "functionalstorage:copper_upgrade" - }] - rewards: [ - { - id: "389E00F11BC30473" - type: "xp" - xp: 10 - } - { - id: "367143472E975AC8" - type: "item" - item: "minecraft:copper_ingot" - count: 4 - } - ] - } - { - x: -10.0d - y: -8.0d - shape: "diamond" - subtitle: "x16 Storage Upgrade" - dependencies: ["485D5664A17E16DF"] - id: "3B570B3DB5F6D2CB" - tasks: [{ - id: "25677521E16A9A63" - type: "item" - item: "functionalstorage:gold_upgrade" - }] - rewards: [ - { - id: "419CCB3888465495" - type: "xp" - xp: 10 - } - { - id: "2DD72079356465CE" - type: "item" - item: "minecraft:gold_ingot" - count: 4 - } - ] - } - { - x: -9.5d - y: -8.5d - shape: "diamond" - subtitle: "x24 Storage Upgrade" - dependencies: ["3B570B3DB5F6D2CB"] - id: "1B72E95569B07E18" - tasks: [{ - id: "5F8923D392E224BB" - type: "item" - item: "functionalstorage:diamond_upgrade" - }] - rewards: [ - { - id: "7DDEB81C6D62844E" - type: "xp" - xp: 10 - } - { - id: "349616860CC71998" - type: "item" - item: "minecraft:diamond" - count: 2 - } - ] - } - { - x: -9.0d - y: -9.0d - shape: "diamond" - subtitle: "x32 Storage Upgrade" - dependencies: ["1B72E95569B07E18"] - id: "0E5AE195158CF344" - tasks: [{ - id: "1E992354ECC75B6D" - type: "item" - item: "functionalstorage:netherite_upgrade" - }] - rewards: [ - { - id: "36853439572CA76B" - type: "xp" - xp: 10 - } - { - id: "5FC4E884680BC919" - type: "item" - item: "minecraft:ancient_debris" - } - ] - } - { - x: -8.5d - y: -7.5d - shape: "diamond" - subtitle: "Enables Pulling from Inventories" - dependencies: ["009A4AA36AA30F7D"] - id: "045C75EF49BB315B" - tasks: [{ - id: "02B376C04A60A201" - type: "item" - item: { - id: "functionalstorage:puller_upgrade" - Count: 1b - tag: { - Direction: "DOWN" - } - } - }] - rewards: [{ - id: "17C652C9948AECD7" - type: "xp" - xp: 10 - }] - } - { - x: -8.0d - y: -8.0d - shape: "diamond" - subtitle: "Enables Pushing to Inventories" - description: [""] - hide_dependency_lines: true - dependencies: ["009A4AA36AA30F7D"] - id: "3AF1F2E096C10240" - tasks: [{ - id: "5D04027FE8FB7F6D" - type: "item" - item: { - id: "functionalstorage:pusher_upgrade" - Count: 1b - tag: { - Direction: "DOWN" - } - } - }] - rewards: [{ - id: "1BE26E9A32FF5F1C" - type: "xp" - xp: 10 - }] - } - { - x: -8.5d - y: -8.5d - shape: "diamond" - subtitle: "Enables Collection of Items from the Ground" - hide_dependency_lines: true - dependencies: ["009A4AA36AA30F7D"] - id: "793D2C7E49B67C39" - tasks: [{ - id: "087A4AF9C8ECA848" - type: "item" - item: { - id: "functionalstorage:collector_upgrade" - Count: 1b - tag: { - Direction: "DOWN" - } - } - }] - rewards: [{ - id: "1F30ADFB8059F469" - type: "xp" - xp: 10 - }] - } - { - title: "Upgrade Base" - x: -8.0d - y: 0.0d - subtitle: "Utility for Chests" - description: [ - "To save you from having this &o entire quest section &r covered with filter upgrades, take a look at the Sophisticated Backpack upgrades." - "" - "You'll need to make the Sophisticated Storage equivalent, but they function about the same." - ] - dependencies: ["563CFA1EF74E52E9"] - id: "4007DFA7CC3A5FF2" - tasks: [{ - id: "57E17CFF237DB302" - type: "item" - item: "sophisticatedstorage:upgrade_base" - }] - rewards: [ - { - id: "573A85406505C80F" - type: "item" - item: "sophisticatedstorage:upgrade_base" - count: 2 - } - { - id: "34E6939A2878A929" - type: "xp" - xp: 10 - } - ] - } - ] -} +{ + id: "1DB294A8F8686321" + group: "1AC60211DE7427FC" + order_index: 0 + filename: "storage" + title: "Basic Storage" + icon: "minecraft:chest" + default_quest_shape: "" + default_hide_dependency_lines: false + images: [{ + x: 4.5d + y: -8.0d + width: 5.0d + height: 5.0d + rotation: 0.0d + image: "minecraft:textures/item/chest_minecart.png" + hover: [ ] + click: "" + dev: false + corner: false + }] + quests: [ + { + x: -7.0d + y: -1.5d + subtitle: "A single chest the size of 2." + description: ["*Note: To upgrade an already placed vanilla chest to an Iron Sophisticated Chest, you will first need to convert the chest with a \"Basic Tier Upgrade.\""] + dependencies: ["5E4BC0F59C90433A"] + id: "58514FDE153FD971" + tasks: [{ + id: "77A9435B6739348E" + type: "item" + item: { + id: "sophisticatedstorage:iron_chest" + Count: 1b + tag: { + woodType: "oak" + } + } + }] + rewards: [ + { + id: "56FA5A7CE451E586" + type: "item" + item: "sophisticatedstorage:basic_to_iron_tier_upgrade" + } + { + id: "632C34D1F4CE965A" + type: "xp" + xp: 5 + } + ] + } + { + x: -5.0d + y: -1.5d + subtitle: "A lot more room for activities." + dependencies: ["58514FDE153FD971"] + id: "3E33730DC2115D26" + tasks: [{ + id: "0427B441A750316F" + type: "item" + item: { + id: "sophisticatedstorage:gold_chest" + Count: 1b + tag: { + woodType: "oak" + } + } + }] + rewards: [ + { + id: "7BF7AC6177891566" + type: "item" + item: "sophisticatedstorage:iron_to_gold_tier_upgrade" + } + { + id: "2B0E611FC8E7C52F" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.0d + y: -1.5d + subtitle: "A &olot&r more room for activities." + dependencies: ["3E33730DC2115D26"] + id: "4C0BDD483CCB40C4" + tasks: [{ + id: "00ED02255105A973" + type: "item" + item: { + id: "sophisticatedstorage:diamond_chest" + Count: 1b + tag: { + woodType: "oak" + } + } + }] + rewards: [ + { + id: "7634B130CAFA493B" + type: "item" + item: "sophisticatedstorage:gold_to_diamond_tier_upgrade" + } + { + id: "09194C282964BF5A" + type: "xp" + xp: 10 + } + ] + } + { + x: -1.0d + y: -1.5d + subtitle: "So much room for activities!" + description: ["Even MORE slots for storage and upgrades."] + dependencies: ["4C0BDD483CCB40C4"] + id: "77F241BEE9902751" + tasks: [{ + id: "34B6EB0B801E4743" + type: "item" + item: { + id: "sophisticatedstorage:netherite_chest" + Count: 1b + tag: { + woodType: "oak" + } + } + }] + rewards: [ + { + id: "2084D6F08E608125" + type: "item" + item: "sophisticatedstorage:diamond_to_netherite_tier_upgrade" + } + { + id: "3E846FD78C055A89" + type: "xp" + xp: 20 + } + ] + } + { + title: "Vanilla Chest" + x: -9.0d + y: -1.5d + subtitle: "The Starting Chest" + dependencies: ["563CFA1EF74E52E9"] + id: "5E4BC0F59C90433A" + tasks: [{ + id: "3C4AC12A7BCA9299" + type: "item" + item: "minecraft:chest" + }] + rewards: [ + { + id: "67C504323225DDD8" + type: "item" + item: "minecraft:chest" + } + { + id: "5926ED11CED5896C" + type: "xp" + xp: 10 + } + { + id: "2BD2C0D43AE4AB58" + type: "item" + item: "sophisticatedstorage:basic_tier_upgrade" + } + ] + } + { + title: "My First Drawer" + icon: "functionalstorage:oak_1" + x: -9.0d + y: -5.0d + subtitle: "Stacks on Stacks" + description: [ + "Craft yourself a 1x1 drawer. This item holds a ton of stacks of 1 item." + "" + "" + "" + "" + ] + dependencies: ["0682DC1F2417DAEB"] + id: "2746575C929B6C50" + tasks: [{ + id: "79EC3CF180A5A940" + type: "item" + title: "Any #storagedrawers:drawers" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "functionalstorage:drawer" + } + } + }] + rewards: [ + { + id: "3F6E823825D51DAC" + type: "item" + item: "functionalstorage:oak_1" + } + { + id: "57814182F5AA0BAB" + type: "xp" + xp: 5 + } + ] + } + { + x: -6.5d + y: -4.5d + shape: "diamond" + subtitle: "Auto-Convert to blocks." + description: [ + "This item can convert items placed inside to their nugget or block forms." + "" + "For example: An Iron Ingot placed in this will allow you to pull out 9 nuggets, or if more iron is placed in, will covert it to Iron Blocks." + ] + dependencies: ["072FBEB0F6F1BC48"] + dependency_requirement: "one_started" + id: "2B422B7E0CE3590D" + tasks: [{ + id: "4AC0DA5197DEBC7B" + type: "item" + item: "functionalstorage:compacting_drawer" + }] + rewards: [ + { + id: "20DD94A587AC244E" + type: "item" + item: "functionalstorage:copper_upgrade" + } + { + id: "7438B1DD5423F325" + type: "xp" + xp: 10 + } + ] + } + { + x: -6.0d + y: -5.0d + shape: "diamond" + subtitle: "The Brain of the Drawers." + description: [ + "When placed and connected with the &aLinking Tool&r to other drawers, this block acts as a \"Hub.\"" + "" + "If you double right-click this, all items within the Storage Drawers \"Network\" will be pulled from your inventory." + ] + dependencies: ["072FBEB0F6F1BC48"] + dependency_requirement: "one_started" + id: "6FBAE89EE782DABA" + tasks: [{ + id: "1872E00684ADC839" + type: "item" + item: "functionalstorage:storage_controller" + }] + rewards: [ + { + id: "0817D478F3584AB6" + type: "item" + item: "functionalstorage:copper_upgrade" + count: 2 + } + { + id: "577872850DA154AA" + type: "xp" + xp: 10 + } + ] + } + { + title: "Ender Storage" + x: 2.5d + y: -1.5d + description: [ + "Chests that work across dimensions." + "" + "Can be color coded for security! (Right click on the block with the desired dye)." + "" + "*Note: If someone else uses your color combination, they can get the contents!" + ] + hide_dependency_lines: true + id: "3247179F0F0252A2" + tasks: [ + { + id: "4E5DB7E53717FD3C" + type: "item" + item: { + id: "enderchests:ender_chest" + Count: 1b + tag: { + owner: "all" + code: "000" + } + } + } + { + id: "322CF20C9C5FB841" + type: "item" + item: { + id: "endertanks:ender_tank" + Count: 1b + tag: { + owner: "all" + code: "000" + } + } + } + ] + rewards: [ + { + id: "1C3AB68685A3FD62" + type: "item" + item: { + id: "enderchests:ender_bag" + Count: 1b + tag: { + owner: "all" + code: "000" + open: 0b + } + } + } + { + id: "43FE4B654819B6C4" + type: "item" + item: { + id: "endertanks:ender_bucket" + Count: 1b + tag: { + owner: "all" + code: "000" + } + } + } + { + id: "28FA25B2F1E211A3" + type: "xp" + xp: 10 + } + ] + } + { + title: "Basic Storage" + x: 4.5d + y: -1.5d + shape: "gear" + description: [ + "Welcome to the Basic Storage Chapter!" + "" + "You'll find all of the basic ways to store items without power, as well as useful items for your storage needs!" + ] + hide_dependency_lines: false + size: 2.0d + id: "5A94A2664BFDD7B9" + tasks: [{ + id: "3E7F26D68D9A166B" + type: "checkmark" + title: "Storage" + }] + rewards: [{ + id: "570FFAC4E65BBF46" + type: "xp" + xp: 10 + }] + } + { + title: "Trash Cans" + x: 4.5d + y: -3.5d + subtitle: "Getting Rid of The Excess" + description: ["A way to destroy unwanted items, liquid, and power."] + hide_dependency_lines: true + id: "17DC77F7F8C68AE6" + tasks: [ + { + id: "7F4087A08A6F82AC" + type: "item" + item: "trashcans:item_trash_can" + } + { + id: "6E37055D317DBBA9" + type: "item" + item: "trashcans:liquid_trash_can" + } + { + id: "736FE7C0E7C491E7" + type: "item" + item: "trashcans:energy_trash_can" + } + ] + rewards: [ + { + id: "69AE6A259BD33878" + type: "item" + item: "trashcans:ultimate_trash_can" + } + { + id: "5828D3729B49DFEC" + type: "xp" + xp: 10 + } + ] + } + { + title: "Dimensional Storage" + x: 6.5d + y: -1.5d + hide_dependency_lines: true + id: "3D5852E6D0ADF651" + tasks: [ + { + id: "61F1446D2A460827" + type: "item" + item: "dimstorage:dimensional_chest" + } + { + id: "17FE9F196E4C6B44" + type: "item" + item: "dimstorage:dimensional_tank" + } + ] + rewards: [ + { + id: "685834F0A29F6B78" + type: "item" + item: "minecraft:ender_pearl" + count: 4 + } + { + id: "36EA7EC9235E0AEA" + type: "xp" + xp: 10 + } + ] + } + { + x: 4.5d + y: 0.5d + description: ["Can store tons of &eenchantments&f, whilst also being able to give back different leveled enchantments."] + hide_dependency_lines: true + id: "73F94E2FECDD1DD5" + tasks: [{ + id: "50F183F484E1B30B" + type: "item" + item: "apotheosis:library" + }] + rewards: [ + { + id: "1928999588099C26" + type: "item" + item: "minecraft:book" + count: 8 + } + { + id: "4AE79FBB117D8EA0" + type: "xp" + xp: 100 + } + ] + } + { + title: "Ender Drawers!" + x: -6.5d + y: -5.5d + shape: "diamond" + subtitle: "Dimensional Drawer.... if you will." + description: [ + "Using a &aLinking Tool&r, you can link 2 Ender Drawers to sync up the contents." + "" + "This works just like an Ender Chest, but for Drawers." + "" + "To link, Right click the first Ender Drawer with the &aLinking Tool&r, then left click the second Ender Drawer to sync." + ] + dependencies: ["072FBEB0F6F1BC48"] + id: "1A4B1CA7EC15348E" + tasks: [{ + id: "38E95D826B04DC4F" + type: "item" + item: "functionalstorage:ender_drawer" + }] + rewards: [ + { + id: "0EEC38A1667399E0" + type: "item" + item: "functionalstorage:gold_upgrade" + } + { + id: "6F4D2071EA7C3055" + type: "xp" + xp: 10 + } + ] + } + { + title: "Functional Storage" + icon: "functionalstorage:storage_controller" + x: -11.25d + y: -5.0d + shape: "square" + subtitle: "Storage Drawers Distant Relative" + description: [ + "Functional Storage is a mod for storing stacks of the same items." + "" + "This is useful for items like Cobblestone, Dirt, etc." + ] + size: 1.5d + id: "0682DC1F2417DAEB" + tasks: [{ + id: "4B299AC7F0233132" + type: "checkmark" + title: "Storage Drawers" + }] + rewards: [{ + id: "6E8586BE04F26897" + type: "xp" + xp: 5 + }] + } + { + title: "Sophisticated Storage" + icon: { + id: "sophisticatedstorage:iron_chest" + Count: 1b + tag: { + woodType: "oak" + } + } + x: -11.25d + y: -1.5d + shape: "square" + subtitle: "Upgradable Chests!" + description: [ + "Sophisticated Chests allows you to upgrade your chests with metals to increase storage! You can also add upgrade filters to increase the functionality of the chest." + "" + "No more vanilla double-chest rooms!" + ] + size: 1.5d + id: "563CFA1EF74E52E9" + tasks: [{ + id: "034F49638F207523" + type: "checkmark" + title: "Iron Chests" + }] + rewards: [{ + id: "58CC2C987D56D7F8" + type: "xp" + xp: 5 + }] + } + { + x: -11.25d + y: 2.0d + shape: "square" + subtitle: "Sophisticated Backpacks" + description: ["Sophisticated Backpacks offer upgradable backpacks that can also use filters to add nifty features!"] + size: 1.5d + id: "6A2B2C5E2ADCE366" + tasks: [{ + id: "213B187A9625C1C7" + type: "item" + item: "sophisticatedbackpacks:backpack" + }] + rewards: [{ + id: "1B303584800CE582" + type: "xp" + xp: 5 + }] + } + { + x: -9.0d + y: 2.0d + subtitle: "The First Upgrade" + dependencies: ["6A2B2C5E2ADCE366"] + id: "0E057B7F76401421" + tasks: [{ + id: "256F1CCC79CEB2D5" + type: "item" + item: "sophisticatedbackpacks:iron_backpack" + }] + rewards: [ + { + id: "5AE4783A5679A0EC" + type: "item" + item: "minecraft:iron_ingot" + count: 4 + } + { + id: "228B88E9317CB137" + type: "xp" + xp: 5 + } + ] + } + { + x: -9.0d + y: 4.0d + subtitle: "The Base for Backpack Filters" + description: ["You will need these to make backpack filter upgrades."] + dependencies: ["6A2B2C5E2ADCE366"] + id: "1FE052F643401232" + tasks: [{ + id: "6DDC631193C9A496" + type: "item" + item: "sophisticatedbackpacks:upgrade_base" + }] + rewards: [ + { + id: "5B9CB28C6BC4759D" + type: "item" + item: "sophisticatedbackpacks:upgrade_base" + count: 2 + } + { + id: "4B2F25D7E70DD87F" + type: "xp" + xp: 5 + } + ] + } + { + x: -9.0d + y: 6.5d + shape: "circle" + subtitle: "Allows the backpack to pickup items." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "0E0CAA31480EC0A1" + tasks: [{ + id: "0789D160EF625FF5" + type: "item" + item: "sophisticatedbackpacks:pickup_upgrade" + }] + rewards: [{ + id: "7ADBF209091E5821" + type: "xp" + xp: 5 + }] + } + { + x: -9.0d + y: 7.5d + subtitle: "More Filtering Options" + dependencies: ["0E0CAA31480EC0A1"] + hide: true + optional: true + id: "1985CFD1F0425E88" + tasks: [{ + id: "666C188829301BE0" + type: "item" + item: "sophisticatedbackpacks:advanced_pickup_upgrade" + }] + rewards: [{ + id: "648AD42B15591F72" + type: "xp" + xp: 5 + }] + } + { + x: -6.0d + y: 6.5d + subtitle: "Adds a filter for items being pumped in or out of the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "156FF8B7B724DC38" + tasks: [{ + id: "4DFC097C1EF485B3" + type: "item" + item: "sophisticatedbackpacks:filter_upgrade" + }] + rewards: [{ + id: "39BE377911DC6C3A" + type: "xp" + xp: 5 + }] + } + { + x: -6.0d + y: 7.5d + dependencies: ["156FF8B7B724DC38"] + hide: true + optional: true + id: "57CF8C6C867B9BDA" + tasks: [{ + id: "6530A152D9337A4C" + type: "item" + item: "sophisticatedbackpacks:advanced_filter_upgrade" + }] + rewards: [{ + id: "3522A1F2B552FF21" + type: "xp" + xp: 5 + }] + } + { + x: -4.5d + y: 6.5d + subtitle: "Magnets items into the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "110D27EA86CDA62B" + tasks: [{ + id: "696764AB781624BD" + type: "item" + item: "sophisticatedbackpacks:magnet_upgrade" + }] + rewards: [{ + id: "3DAE7B9BA91F8520" + type: "xp" + xp: 5 + }] + } + { + x: -4.5d + y: 7.5d + dependencies: ["110D27EA86CDA62B"] + hide: true + optional: true + id: "11D57C768032E3F7" + tasks: [{ + id: "14A8CEB60805E90A" + type: "item" + item: "sophisticatedbackpacks:advanced_magnet_upgrade" + }] + rewards: [{ + id: "2B3FB31DDDCD1F45" + type: "xp" + xp: 5 + }] + } + { + x: -3.0d + y: 6.5d + subtitle: "Auto-feed with food in the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "5FA9BC0D8476D322" + tasks: [{ + id: "5D185C4E74A8717D" + type: "item" + item: "sophisticatedbackpacks:feeding_upgrade" + }] + rewards: [{ + id: "3AAACB23C7CE64C0" + type: "xp" + xp: 5 + }] + } + { + x: -3.0d + y: 7.5d + dependencies: ["5FA9BC0D8476D322"] + hide: true + optional: true + id: "1A739D36D5E3B1AD" + tasks: [{ + id: "41C87FC409006F13" + type: "item" + item: "sophisticatedbackpacks:advanced_feeding_upgrade" + }] + rewards: [{ + id: "0B71DCC81A95305B" + type: "xp" + xp: 5 + }] + } + { + x: -1.5d + y: 6.5d + subtitle: "Compacts items in the backpack to their 2x2 recipe. " + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "1CD2C6AFD788C35E" + tasks: [{ + id: "0F54AF81A481180B" + type: "item" + item: "sophisticatedbackpacks:compacting_upgrade" + }] + rewards: [{ + id: "4B5E3828A7FEE102" + type: "xp" + xp: 5 + }] + } + { + x: -1.5d + y: 7.5d + subtitle: "Compacts items in the backpack to their 3x3 recipe. " + dependencies: ["1CD2C6AFD788C35E"] + hide: true + optional: true + id: "5E4FE420B6D2C97F" + tasks: [{ + id: "7CA41563003856B2" + type: "item" + item: "sophisticatedbackpacks:advanced_compacting_upgrade" + }] + rewards: [{ + id: "18BDC6FD268F1347" + type: "xp" + xp: 5 + }] + } + { + x: -3.0d + y: 9.0d + subtitle: "Adds a filter for items you want to auto-delete in the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "7EFBFF5D0DA018E7" + tasks: [{ + id: "04491E89A571B16F" + type: "item" + item: "sophisticatedbackpacks:void_upgrade" + }] + rewards: [{ + id: "6A1B0E04AAE2BFF2" + type: "xp" + xp: 5 + }] + } + { + x: -3.0d + y: 10.0d + dependencies: ["7EFBFF5D0DA018E7"] + hide: true + optional: true + id: "2FC15D3916DBF4E4" + tasks: [{ + id: "3A29FF1C2AD59B06" + type: "item" + item: "sophisticatedbackpacks:advanced_void_upgrade" + }] + rewards: [{ + id: "5989427C93E9266D" + type: "xp" + xp: 5 + }] + } + { + x: -1.5d + y: 9.0d + subtitle: "Stocking Up" + description: ["Adds a filter that allows you to tell the backpack which items it should keep stocked. Shift-Right Clicking an inventory will refill it."] + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "4B62AF0405F68041" + tasks: [{ + id: "2F5D0ABEF5F4EDEF" + type: "item" + item: "sophisticatedbackpacks:restock_upgrade" + }] + rewards: [{ + id: "4C3EB57AC444EC11" + type: "xp" + xp: 5 + }] + } + { + x: -1.5d + y: 10.0d + dependencies: ["4B62AF0405F68041"] + hide: true + optional: true + id: "019CA0E35F888222" + tasks: [{ + id: "45492321B5D5A2D6" + type: "item" + item: "sophisticatedbackpacks:advanced_restock_upgrade" + }] + rewards: [{ + id: "4F4574E228792C80" + type: "xp" + xp: 5 + }] + } + { + x: -7.5d + y: 6.5d + subtitle: "Allows the backpack to be emptied." + description: ["Shift-Right Click an inventory to empty."] + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "00DB5495C3A44999" + tasks: [{ + id: "68CED4583435FE43" + type: "item" + item: "sophisticatedbackpacks:deposit_upgrade" + }] + rewards: [{ + id: "573C3AE6F966E820" + type: "xp" + xp: 5 + }] + } + { + x: -7.5d + y: 7.5d + dependencies: ["00DB5495C3A44999"] + hide: true + optional: true + id: "4C0EAB9F795686D0" + tasks: [{ + id: "3D7F2E1489EB84AA" + type: "item" + item: "sophisticatedbackpacks:advanced_deposit_upgrade" + }] + rewards: [{ + id: "27CA65D1E2EEDA8A" + type: "xp" + xp: 5 + }] + } + { + x: -3.0d + y: 5.0d + subtitle: "Keeps the player's inventory stacked up from items in the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "33882172DA8021F6" + tasks: [{ + id: "5F6536142CDA403C" + type: "item" + item: "sophisticatedbackpacks:refill_upgrade" + }] + rewards: [{ + id: "773BA104B1822DAF" + type: "xp" + xp: 5 + }] + } + { + x: -1.5d + y: 5.0d + subtitle: "I heard you like backpacks in your backpacks." + description: [ + "So we got a backpack upgrade to put your backpack in your backpack." + "" + "So you can have your backpack in your backpack when you need your backpack in your backpack." + ] + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "7C07D6A33F7ADB02" + tasks: [{ + id: "4F04DC4226148B47" + type: "item" + item: "sophisticatedbackpacks:inception_upgrade" + }] + rewards: [{ + id: "251C508792472ABB" + type: "xp" + xp: 5 + }] + } + { + x: 0.0d + y: 5.0d + subtitle: "The Backpack Cannot Die." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "037415D5B965E214" + tasks: [{ + id: "50348CD6A080A1D1" + type: "item" + item: "sophisticatedbackpacks:everlasting_upgrade" + }] + rewards: [{ + id: "16FFA5DD686C0084" + type: "xp" + xp: 5 + }] + } + { + x: -6.0d + y: 9.0d + subtitle: "Adds a Smelting Tab to Backpack" + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "668C313FF46B6005" + tasks: [{ + id: "10C7C3214FFC012D" + type: "item" + item: "sophisticatedbackpacks:smelting_upgrade" + }] + rewards: [{ + id: "621E7721DC1187BF" + type: "xp" + xp: 5 + }] + } + { + x: -6.0d + y: 10.0d + subtitle: "Auto-smelt items in the backpack." + dependencies: ["668C313FF46B6005"] + hide: true + optional: true + id: "3A1D07AED2A841E4" + tasks: [{ + id: "4F90A434D3719DCB" + type: "item" + item: "sophisticatedbackpacks:auto_smelting_upgrade" + }] + rewards: [{ + id: "278BE67D7B2DA41A" + type: "xp" + xp: 5 + }] + } + { + x: -9.0d + y: 9.0d + subtitle: "Adds a smoker GUI to the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "26A9F402DAE15EA2" + tasks: [{ + id: "1ABC352A4A4313E5" + type: "item" + item: "sophisticatedbackpacks:smoking_upgrade" + }] + rewards: [{ + id: "0F7536B588E4582A" + type: "xp" + xp: 5 + }] + } + { + x: -9.0d + y: 10.0d + dependencies: ["26A9F402DAE15EA2"] + hide: true + optional: true + id: "36BCE35215B2B6E9" + tasks: [{ + id: "4D0ACCBF77CC0846" + type: "item" + item: "sophisticatedbackpacks:auto_smoking_upgrade" + }] + rewards: [{ + id: "3DA8FC30D52E42AE" + type: "xp" + xp: 5 + }] + } + { + x: -7.5d + y: 9.0d + subtitle: "Adds a blasting GUI to the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "1E499F94A2A193E1" + tasks: [{ + id: "677DA84F4B304778" + type: "item" + item: "sophisticatedbackpacks:blasting_upgrade" + }] + rewards: [{ + id: "003DF784F0E1EDE6" + type: "xp" + xp: 5 + }] + } + { + x: -7.5d + y: 10.0d + dependencies: ["1E499F94A2A193E1"] + hide: true + optional: true + id: "26988E22BD019628" + tasks: [{ + id: "62BCE2BB281304DC" + type: "item" + item: "sophisticatedbackpacks:auto_blasting_upgrade" + }] + rewards: [{ + id: "568084E6EBB1ABD0" + type: "xp" + xp: 5 + }] + } + { + x: 1.5d + y: 5.0d + subtitle: "Adds a Crafting Table GUI to the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "4A854CD5EC70733E" + tasks: [{ + id: "47BADC501A4E2AD7" + type: "item" + item: "sophisticatedbackpacks:crafting_upgrade" + }] + rewards: [{ + id: "76DEF2900448AD2B" + type: "xp" + xp: 5 + }] + } + { + x: -6.0d + y: 5.0d + subtitle: "Adds a Stonecutting GUI to the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "52672B7FFFD51D16" + tasks: [{ + id: "3BA31C5CD5C35ED5" + type: "item" + item: "sophisticatedbackpacks:stonecutter_upgrade" + }] + rewards: [{ + id: "641D01DBE66A27DF" + type: "xp" + xp: 5 + }] + } + { + x: -3.0d + y: 4.0d + subtitle: "Increases stack size in the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "7E9E03274A88347D" + tasks: [{ + id: "7E22C7FB2F953E70" + type: "item" + item: "sophisticatedbackpacks:stack_upgrade_tier_1" + }] + rewards: [{ + id: "442C444707D2AD35" + type: "xp" + xp: 5 + }] + } + { + x: -1.5d + y: 4.0d + dependencies: ["7E9E03274A88347D"] + hide: false + optional: true + id: "785951190FFDAA21" + tasks: [{ + id: "15A92DA8E1A9106F" + type: "item" + item: "sophisticatedbackpacks:stack_upgrade_tier_2" + }] + rewards: [{ + id: "246B4B8ABB20D8A7" + type: "xp" + xp: 5 + }] + } + { + x: 0.0d + y: 4.0d + dependencies: ["785951190FFDAA21"] + hide: false + optional: true + id: "0298A17C2AAC5765" + tasks: [{ + id: "161AF6650325FA0A" + type: "item" + item: "sophisticatedbackpacks:stack_upgrade_tier_3" + }] + rewards: [{ + id: "5C6FA0134C10A5D6" + type: "xp" + xp: 5 + }] + } + { + x: 1.5d + y: 4.0d + dependencies: ["0298A17C2AAC5765"] + hide: false + optional: true + id: "7AE3C8134F5ED726" + tasks: [{ + id: "36BEE5EDBA6FAF76" + type: "item" + item: "sophisticatedbackpacks:stack_upgrade_tier_4" + }] + rewards: [{ + id: "2E76A37774F0CEC5" + type: "xp" + xp: 5 + }] + } + { + x: -4.5d + y: 5.0d + subtitle: "Now we're jammin" + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "53F861876B991C36" + tasks: [{ + id: "18F8BF7CC5B3126D" + type: "item" + item: "sophisticatedbackpacks:jukebox_upgrade" + }] + rewards: [{ + id: "3285596442FF6447" + type: "xp" + xp: 5 + }] + } + { + x: -4.5d + y: 9.0d + subtitle: "Auto-Swap to the tool that is most effective for the block you are looking at." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "615B9062FE8CCD36" + tasks: [{ + id: "24165D460DCC2212" + type: "item" + item: "sophisticatedbackpacks:tool_swapper_upgrade" + }] + rewards: [{ + id: "54802B4F6EE4412E" + type: "xp" + xp: 5 + }] + } + { + x: -4.5d + y: 10.0d + dependencies: ["615B9062FE8CCD36"] + hide: true + optional: true + id: "15CD4BFDC56E9510" + tasks: [{ + id: "700D630FE0FB8B9D" + type: "item" + item: "sophisticatedbackpacks:advanced_tool_swapper_upgrade" + }] + rewards: [{ + id: "3198E65D369D203C" + type: "xp" + xp: 5 + }] + } + { + x: -9.0d + y: 5.0d + subtitle: "Adds a tank to the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "0D4C64DD58567758" + tasks: [{ + id: "6CA01A42CC183F87" + type: "item" + item: "sophisticatedbackpacks:tank_upgrade" + }] + rewards: [{ + id: "198BF862B3BF5ABA" + type: "xp" + xp: 5 + }] + } + { + x: -7.5d + y: 5.0d + subtitle: "Adds a battery to the backpack." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: true + optional: true + id: "4C2A60FC1F1E0328" + tasks: [{ + id: "056ECFB6B80F6A37" + type: "item" + item: "sophisticatedbackpacks:battery_upgrade" + }] + rewards: [{ + id: "18E06C1A7BC76A3F" + type: "xp" + xp: 5 + }] + } + { + x: -7.5d + y: 4.0d + subtitle: "Adds the ability to pump liquids from the tank upgrade." + hide_dependency_lines: true + dependencies: ["1FE052F643401232"] + hide: false + optional: true + id: "6E9041744C592573" + tasks: [{ + id: "0B9FAD684B03985A" + type: "item" + item: "sophisticatedbackpacks:pump_upgrade" + }] + rewards: [{ + id: "2E57D243960C9A86" + type: "xp" + xp: 5 + }] + } + { + x: -6.0d + y: 4.0d + dependencies: ["6E9041744C592573"] + hide: false + optional: true + id: "56B80A7EBFE21428" + tasks: [{ + id: "5B7A8E1F725C2815" + type: "item" + item: "sophisticatedbackpacks:advanced_pump_upgrade" + }] + rewards: [{ + id: "23887038DAC8A6EB" + type: "xp" + xp: 5 + }] + } + { + x: -4.5d + y: 4.0d + dependencies: ["56B80A7EBFE21428"] + hide: false + optional: true + id: "6E3D53D1C4569A89" + tasks: [{ + id: "3B52B2670A826CE4" + type: "item" + item: "sophisticatedbackpacks:xp_pump_upgrade" + }] + rewards: [{ + id: "67BA8A35E56EB3F0" + type: "xp" + xp: 5 + }] + } + { + x: -7.0d + y: 2.0d + dependencies: ["0E057B7F76401421"] + id: "2F9B0C642A6BE30C" + tasks: [{ + id: "7E9C8C24DD11EE7F" + type: "item" + item: "sophisticatedbackpacks:gold_backpack" + }] + rewards: [ + { + id: "10BF8798AEC3B008" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "potionsmaster:gold_sight" + } + } + } + { + id: "588A8E368C4561A4" + type: "xp" + xp: 5 + } + ] + } + { + x: -5.0d + y: 2.0d + dependencies: ["2F9B0C642A6BE30C"] + id: "45268A619787288F" + tasks: [{ + id: "040F32155AD31A4C" + type: "item" + item: "sophisticatedbackpacks:diamond_backpack" + }] + rewards: [ + { + id: "17E3F7A56B54895F" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "potionsmaster:diamond_sight" + } + } + } + { + id: "1CD2A81868C15FC6" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.0d + y: 2.0d + dependencies: ["45268A619787288F"] + optional: true + id: "67704F7341EDCC49" + tasks: [{ + id: "62B16ED18AAB714F" + type: "item" + item: "sophisticatedbackpacks:netherite_backpack" + }] + rewards: [ + { + id: "71F6EF74D03DD6C3" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "potionsmaster:netherite_sight" + } + } + } + { + id: "06D60CD6970140F7" + type: "xp" + xp: 100 + } + ] + } + { + x: -7.5d + y: -5.0d + shape: "circle" + description: [ + "Used to link Drawers to a controller and to link up Ender Drawers." + "" + "To link Drawers to the Controller, right click the Controller block to start configuration. Right clicking Drawers will add them to the network." + "" + "Holding the tool will show you what Drawers are connected to the Controller." + ] + dependencies: ["2746575C929B6C50"] + id: "072FBEB0F6F1BC48" + tasks: [{ + id: "62C6F14FE6A82305" + type: "item" + item: { + id: "functionalstorage:linking_tool" + Count: 1b + tag: { + Action: "ADD" + Mode: "SINGLE" + } + } + }] + rewards: [{ + id: "7524181E415A05BB" + type: "xp" + xp: 10 + }] + } + { + x: -9.0d + y: -6.5d + dependencies: ["2746575C929B6C50"] + id: "009A4AA36AA30F7D" + tasks: [{ + id: "6E16486D04B63395" + type: "checkmark" + title: "Drawer Upgrades!" + }] + rewards: [{ + id: "78B984A7128F5AB2" + type: "xp" + xp: 10 + }] + } + { + x: -9.5d + y: -7.5d + shape: "diamond" + subtitle: "x8 Storage Upgrade" + dependencies: ["009A4AA36AA30F7D"] + id: "485D5664A17E16DF" + tasks: [{ + id: "2F64FAD1FD2D3BAA" + type: "item" + item: "functionalstorage:copper_upgrade" + }] + rewards: [ + { + id: "389E00F11BC30473" + type: "xp" + xp: 10 + } + { + id: "367143472E975AC8" + type: "item" + item: "minecraft:copper_ingot" + count: 4 + } + ] + } + { + x: -10.0d + y: -8.0d + shape: "diamond" + subtitle: "x16 Storage Upgrade" + dependencies: ["485D5664A17E16DF"] + id: "3B570B3DB5F6D2CB" + tasks: [{ + id: "25677521E16A9A63" + type: "item" + item: "functionalstorage:gold_upgrade" + }] + rewards: [ + { + id: "419CCB3888465495" + type: "xp" + xp: 10 + } + { + id: "2DD72079356465CE" + type: "item" + item: "minecraft:gold_ingot" + count: 4 + } + ] + } + { + x: -9.5d + y: -8.5d + shape: "diamond" + subtitle: "x24 Storage Upgrade" + dependencies: ["3B570B3DB5F6D2CB"] + id: "1B72E95569B07E18" + tasks: [{ + id: "5F8923D392E224BB" + type: "item" + item: "functionalstorage:diamond_upgrade" + }] + rewards: [ + { + id: "7DDEB81C6D62844E" + type: "xp" + xp: 10 + } + { + id: "349616860CC71998" + type: "item" + item: "minecraft:diamond" + count: 2 + } + ] + } + { + x: -9.0d + y: -9.0d + shape: "diamond" + subtitle: "x32 Storage Upgrade" + dependencies: ["1B72E95569B07E18"] + id: "0E5AE195158CF344" + tasks: [{ + id: "1E992354ECC75B6D" + type: "item" + item: "functionalstorage:netherite_upgrade" + }] + rewards: [ + { + id: "36853439572CA76B" + type: "xp" + xp: 10 + } + { + id: "5FC4E884680BC919" + type: "item" + item: "minecraft:ancient_debris" + } + ] + } + { + x: -8.5d + y: -7.5d + shape: "diamond" + subtitle: "Enables Pulling from Inventories" + dependencies: ["009A4AA36AA30F7D"] + id: "045C75EF49BB315B" + tasks: [{ + id: "02B376C04A60A201" + type: "item" + item: { + id: "functionalstorage:puller_upgrade" + Count: 1b + tag: { + Direction: "DOWN" + } + } + }] + rewards: [{ + id: "17C652C9948AECD7" + type: "xp" + xp: 10 + }] + } + { + x: -8.0d + y: -8.0d + shape: "diamond" + subtitle: "Enables Pushing to Inventories" + description: [""] + hide_dependency_lines: true + dependencies: ["009A4AA36AA30F7D"] + id: "3AF1F2E096C10240" + tasks: [{ + id: "5D04027FE8FB7F6D" + type: "item" + item: { + id: "functionalstorage:pusher_upgrade" + Count: 1b + tag: { + Direction: "DOWN" + } + } + }] + rewards: [{ + id: "1BE26E9A32FF5F1C" + type: "xp" + xp: 10 + }] + } + { + x: -8.5d + y: -8.5d + shape: "diamond" + subtitle: "Enables Collection of Items from the Ground" + hide_dependency_lines: true + dependencies: ["009A4AA36AA30F7D"] + id: "793D2C7E49B67C39" + tasks: [{ + id: "087A4AF9C8ECA848" + type: "item" + item: { + id: "functionalstorage:collector_upgrade" + Count: 1b + tag: { + Direction: "DOWN" + } + } + }] + rewards: [{ + id: "1F30ADFB8059F469" + type: "xp" + xp: 10 + }] + } + { + title: "Upgrade Base" + x: -8.0d + y: 0.0d + subtitle: "Utility for Chests" + description: [ + "To save you from having this &o entire quest section &r covered with filter upgrades, take a look at the Sophisticated Backpack upgrades." + "" + "You'll need to make the Sophisticated Storage equivalent, but they function about the same." + ] + dependencies: ["563CFA1EF74E52E9"] + id: "4007DFA7CC3A5FF2" + tasks: [{ + id: "57E17CFF237DB302" + type: "item" + item: "sophisticatedstorage:upgrade_base" + }] + rewards: [ + { + id: "573A85406505C80F" + type: "item" + item: "sophisticatedstorage:upgrade_base" + count: 2 + } + { + id: "34E6939A2878A929" + type: "xp" + xp: 10 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/thermal_expansion.snbt b/config/ftbquests/quests/chapters/thermal_expansion.snbt index 51df727..924bcd7 100644 --- a/config/ftbquests/quests/chapters/thermal_expansion.snbt +++ b/config/ftbquests/quests/chapters/thermal_expansion.snbt @@ -1,1337 +1,1337 @@ -{ - id: "658721DF03EC997D" - group: "2B51AC12041E3F89" - order_index: 4 - filename: "thermal_expansion" - title: "Thermal Series" - icon: "thermal:machine_frame" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - icon: "thermal:upgrade_augment_3" - x: -4.5d - y: 0.0d - shape: "square" - subtitle: "And Also Thermal Series!" - description: [ - "Thermal Series is a modular series of mods that add a content-rich blend of magic and technology to your Minecraft experience!" - "" - "A lot of the machines provide a basic function, with easy upgrades." - ] - size: 1.5d - id: "2C50B0E024C3D92E" - tasks: [{ - id: "6E9F3C8EAA84CE3E" - type: "checkmark" - title: "Thermal Expansion!" - }] - rewards: [ - { - id: "184363B38B8B2CBA" - type: "xp" - xp: 10 - } - { - id: "009C332DA938512C" - type: "item" - item: { - id: "patchouli:guide_book" - Count: 1b - tag: { - "patchouli:book": "thermal:guidebook" - } - } - } - ] - } - { - title: "The Redstone Furnace" - x: 1.5d - y: 0.0d - subtitle: "Powered Furnace" - description: [ - "The Redstone Furnace uses RF/FE instead of Coal to smelt items." - "" - "Like all machines in the Thermal Series, this machine can be upgraded with augments to increase the speed of each process." - ] - dependencies: ["5F385CBA98795C62"] - id: "22BC123D486CC3E3" - tasks: [{ - id: "288B38C43A7C6D48" - type: "item" - item: "thermal:machine_furnace" - }] - rewards: [ - { - id: "645C28F20C7B3460" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - random_bonus: 2 - } - { - id: "3931E35AF519F24F" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.5d - y: 0.0d - subtitle: "Breaks Ores into Dusts" - description: ["The Pulverizer breaks raw ores into dusts, and also has a 25% chance to create an extra dust."] - dependencies: ["22BC123D486CC3E3"] - id: "55C8DD9A754545BD" - tasks: [{ - id: "06665E87CB134F3C" - type: "item" - item: "thermal:machine_pulverizer" - }] - } - { - x: 5.5d - y: 0.0d - subtitle: "The Alloy Maker" - description: [ - "The Induction Furnace combines materials into new alloys." - "" - "This is also useful when smelting Ancient Debris into Netherite Scraps." - ] - dependencies: ["55C8DD9A754545BD"] - id: "452F51995AD0461C" - tasks: [{ - id: "63C10CF0EF19F2C8" - type: "item" - item: "thermal:machine_smelter" - }] - rewards: [ - { - id: "28388CEF2D0815F6" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - random_bonus: 2 - } - { - id: "67F235DD23CAEDC4" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: 0.0d - shape: "hexagon" - subtitle: "The Basic Frame for Machines" - description: ["The Machine Frame is needed to craft various machines in Thermal Series."] - dependencies: ["2C50B0E024C3D92E"] - id: "5F385CBA98795C62" - tasks: [{ - id: "3EC446E752907C94" - type: "item" - item: "thermal:machine_frame" - }] - rewards: [ - { - id: "157563CE4EFA237B" - type: "xp" - xp: 10 - } - { - id: "676677234F8E6F37" - type: "item" - item: "thermal:tin_gear" - } - ] - } - { - x: 7.5d - y: -1.0d - shape: "hexagon" - subtitle: "Generates Power by Burning Items!" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "3DA93308D19BA85F" - tasks: [{ - id: "4BEE939AC38768ED" - type: "item" - item: "thermal:dynamo_stirling" - }] - rewards: [ - { - id: "3F7758B6D2259A67" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "108A20AE0FED5D27" - type: "xp" - xp: 10 - } - ] - } - { - x: 7.5d - y: 0.0d - shape: "hexagon" - subtitle: "Generates Power using Liquid Fuel!" - description: ["Note: This accepts Tree Oil, Creosote Oil, and Refined Fuel."] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "7FE2EED58AB791E8" - tasks: [{ - id: "6E5C2E9D729210C9" - type: "item" - item: "thermal:dynamo_compression" - }] - rewards: [ - { - id: "1792D6BA0E5F45D3" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - random_bonus: 2 - } - { - id: "7B21F4A9F2C52F51" - type: "xp" - xp: 10 - } - ] - } - { - x: 8.5d - y: -1.0d - shape: "hexagon" - subtitle: "Generates Power using Lava!" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "2F71FCE4E576C977" - tasks: [{ - id: "52A52D9AC73D57A6" - type: "item" - item: "thermal:dynamo_magmatic" - }] - rewards: [ - { - id: "317ED7FF0734E5F1" - type: "item" - item: "minecraft:lava_bucket" - } - { - id: "79A13EA08A164B86" - type: "xp" - xp: 10 - } - ] - } - { - x: 8.5d - y: 1.0d - shape: "hexagon" - subtitle: "Generates Power using Gems!" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "72C1C2CE02DCBDFF" - tasks: [{ - id: "7B973B2B2EED7921" - type: "item" - item: "thermal:dynamo_lapidary" - }] - rewards: [ - { - id: "2D68111DA1CB4560" - type: "item" - item: "minecraft:lapis_lazuli" - count: 2 - random_bonus: 2 - } - { - id: "48E74944FEA0ECC1" - type: "xp" - xp: 10 - } - ] - } - { - x: 7.5d - y: 1.0d - shape: "hexagon" - subtitle: "Generates Power using Enchanted Items!" - description: [""] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "2EAE9EDE6EFA59F0" - tasks: [{ - id: "0E3CDD1130A56248" - type: "item" - item: "thermal:dynamo_disenchantment" - }] - rewards: [ - { - id: "7A632E03F9CD6324" - type: "item" - item: "minecraft:book" - } - { - id: "47096C6969AB1279" - type: "xp" - xp: 10 - } - ] - } - { - x: 8.5d - y: 0.0d - shape: "hexagon" - subtitle: "Generates Power using Food?" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "40ADAB71DB70EF32" - tasks: [{ - id: "795A2D642A7B7D50" - type: "item" - item: "thermal:dynamo_gourmand" - }] - rewards: [ - { - id: "557845C485F475BB" - type: "item" - item: "minecraft:cooked_beef" - count: 4 - } - { - id: "7C366B7A8CE82E4B" - type: "xp" - xp: 10 - } - ] - } - { - x: 1.0d - y: 2.0d - shape: "hexagon" - subtitle: "Tier 1 Base Upgrade" - description: [ - "This is a base upgrade for all machines and items." - "" - "Note: While you can put several base upgrades into a machine, only the highest tier takes effect." - ] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "76084BE1BBCF941F" - tasks: [{ - id: "3EE6189C5B2FDD2F" - type: "item" - item: "thermal:upgrade_augment_1" - }] - rewards: [ - { - id: "6F6FE7215CE5F711" - type: "item" - item: "alltheores:invar_ingot" - random_bonus: 2 - } - { - id: "7CD91CF01EAA7BCD" - type: "xp" - xp: 100 - } - ] - } - { - x: 2.0d - y: 2.0d - shape: "hexagon" - subtitle: "Tier 2 Base Upgrade" - description: [ - "This is a tier 2 upgrade for Thermal Series items and machines." - "" - "Note: While you can put several base upgrades into a machine, only the highest tier takes effect." - ] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "246CD1925FD6761C" - tasks: [{ - id: "6AD321AC8D6BFDAD" - type: "item" - item: "thermal:upgrade_augment_2" - }] - rewards: [ - { - id: "7B0C61173C1E385F" - type: "item" - item: "alltheores:electrum_ingot" - random_bonus: 2 - } - { - id: "723FE016CAA6566D" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.0d - y: 2.0d - shape: "hexagon" - subtitle: "Tier 3 Base Upgrade" - description: [ - "This is the highest base tier upgrade for Thermal Series items and machines." - "" - "Note: While you can put several base upgrades into a machine, only the highest tier takes effect." - ] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "034FC4BCCCD7D154" - tasks: [{ - id: "5237B4381DA7BE1B" - type: "item" - item: "thermal:upgrade_augment_3" - }] - rewards: [ - { - id: "73069B8BEF917238" - type: "item" - item: "alltheores:enderium_ingot" - random_bonus: 2 - } - { - id: "6724D7DE6CC92091" - type: "xp" - xp: 100 - } - ] - } - { - x: -5.0d - y: 2.5d - shape: "diamond" - description: ["Creates an infinite water source when placed between two water source blocks."] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "213FFA67A680E534" - tasks: [{ - id: "07C7BA8E13F85930" - type: "item" - item: "thermal:device_water_gen" - }] - rewards: [{ - id: "46E591F83A20EB99" - type: "xp" - xp: 100 - }] - } - { - x: -4.5d - y: 3.0d - shape: "diamond" - subtitle: "Charges Items" - description: ["This machine charges the items placed inside."] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "5FDEAA78891874FD" - tasks: [{ - id: "2BB7C4355B61F638" - type: "item" - item: "thermal:charge_bench" - }] - rewards: [{ - id: "16C939074FA98D0B" - type: "xp" - xp: 100 - }] - } - { - x: -4.5d - y: 2.0d - shape: "diamond" - subtitle: "A Cobblestone Generator" - description: [ - "This machine can produce several types of stone." - "" - "Place 1 lava source block on one side, and 1 water source block on the other, and it will generate cobblestone. Check the recipes to see the other kinds of stone you can create!" - ] - hide_dependency_lines: false - dependencies: ["2C50B0E024C3D92E"] - optional: true - id: "4EA8BA9753D0DD81" - tasks: [{ - id: "2720B59BB163F73B" - type: "item" - item: "thermal:device_rock_gen" - }] - rewards: [{ - id: "600EF049B3363CCC" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: -2.0d - shape: "diamond" - description: [ - "Can convert certain blocks into liquids." - "" - "This is useful for generating lava from Cobblestone, Netherrack, etc." - ] - dependencies: ["5F385CBA98795C62"] - id: "0897F7A3203E45AF" - tasks: [{ - id: "3D2DFF6062AED26E" - type: "item" - item: "thermal:machine_crucible" - }] - rewards: [ - { - id: "17ED61A2826904F0" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "4C62A0183D243C27" - type: "xp" - xp: 100 - } - ] - } - { - x: -1.0d - y: -2.0d - shape: "diamond" - description: [ - "This machine works like a Botany Pot, Garden Cloche, etc." - "" - "When given water and a seed, it will grow the seed inside of the machine and auto-output the products into the machine." - ] - dependencies: ["5F385CBA98795C62"] - id: "648B483B128A32F5" - tasks: [{ - id: "61287BF539F0C5FC" - type: "item" - item: "thermal:machine_insolator" - }] - rewards: [ - { - id: "0A2AFACCD0325725" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "265FD226E965D7B3" - type: "xp" - xp: 100 - } - ] - } - { - x: -1.5d - y: -2.5d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["5F385CBA98795C62"] - id: "66321E1F01C36567" - tasks: [{ - id: "7A3BCB9C631D8FAD" - type: "item" - item: "thermal:machine_sawmill" - }] - rewards: [ - { - id: "3F6F80DD86768631" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "374BE54F4405BC0B" - type: "xp" - xp: 100 - } - ] - } - { - x: -4.0d - y: 2.5d - shape: "diamond" - subtitle: "Vacuums up items" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "1B04B7EA5220D275" - tasks: [{ - id: "3819DBE6E95E998E" - type: "item" - item: "thermal:device_collector" - }] - rewards: [{ - id: "7F764F32D74976B4" - type: "xp" - xp: 100 - }] - } - { - x: -4.5d - y: -3.0d - shape: "diamond" - description: ["Spreads Potion Effects to an area."] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "66858700C3DDCB9E" - tasks: [{ - id: "590869F3AE44A956" - type: "item" - item: "thermal:device_potion_diffuser" - }] - rewards: [{ - id: "479CC02BC1343DBE" - type: "xp" - xp: 100 - }] - } - { - x: -4.5d - y: -2.0d - shape: "diamond" - description: ["Can be used to charge items, augment machines, or fill up items with liquid."] - dependencies: ["2C50B0E024C3D92E"] - id: "74F524F4F0231A78" - tasks: [{ - id: "5835951863555C2E" - type: "item" - item: "thermal:tinker_bench" - }] - rewards: [{ - id: "4E1086FC2DA044FC" - type: "xp" - xp: 100 - }] - } - { - title: "Storing Power" - x: -1.25d - y: 1.9499999999999997d - shape: "gear" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - size: 1.5d - id: "037E566ACC83FE07" - tasks: [{ - id: "64186CC4330A70D8" - type: "item" - item: { - id: "thermal:energy_cell" - Count: 1b - tag: { - BlockEntityTag: { - EnergyMax: 1000000 - EnergySend: 1000 - Energy: 0 - EnergyRecv: 1000 - } - } - } - }] - rewards: [ - { - id: "377A6DEE4C0534AC" - type: "item" - item: "minecraft:redstone" - count: 8 - random_bonus: 8 - } - { - id: "54DBA686738A0538" - type: "xp" - xp: 100 - } - ] - } - { - title: "Storing Fluids" - x: 5.25d - y: 1.9499999999999997d - shape: "gear" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - size: 1.5d - id: "4389E906A2A74867" - tasks: [{ - id: "694DB377E094D28E" - type: "item" - item: { - id: "thermal:fluid_cell" - Count: 1b - tag: { - BlockEntityTag: { - TankInv: [{ - FluidName: "minecraft:empty" - Capacity: 32000 - Tank: 0b - Amount: 0 - }] - } - } - } - }] - rewards: [ - { - id: "4AE007FFAF1003F8" - type: "item" - item: "minecraft:bucket" - } - { - id: "43B8F1F2FBA0D4EA" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.0d - y: 5.0d - shape: "diamond" - subtitle: "Allows Storage of XP" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "483C1F4D099369A2" - tasks: [{ - id: "66656B02B957573F" - type: "item" - item: "thermal:xp_storage_augment" - }] - } - { - x: 1.5d - y: 3.1999999999999993d - shape: "diamond" - subtitle: "Increases RF Capacity and Transfer Rate x4" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "0837E35C9C6881B4" - tasks: [{ - id: "7B26A8BFD1A95C37" - type: "item" - item: "thermal:rf_coil_augment" - }] - rewards: [ - { - id: "201F92E1F14DEB10" - type: "item" - item: "thermal:rf_coil" - } - { - id: "3990D47351D43E1C" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.5d - y: 3.1999999999999993d - shape: "diamond" - subtitle: "Increases RF Capacity 6x, RF Transfer 2x" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "3320ADFD7DC4CA00" - tasks: [{ - id: "343BE40C70DE294D" - type: "item" - item: "thermal:rf_coil_storage_augment" - }] - rewards: [ - { - id: "55A2FDB333D14EB3" - type: "item" - item: "thermal:rf_coil" - } - { - id: "204DB02FD7E9A4F6" - type: "xp" - xp: 10 - } - ] - } - { - x: 3.5d - y: 3.1999999999999993d - shape: "diamond" - subtitle: "Increases RF Transfer 6x, Capacity 2x" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "79366EC1EE27ED4B" - tasks: [{ - id: "5597E985A7D5A648" - type: "item" - item: "thermal:rf_coil_xfer_augment" - }] - rewards: [ - { - id: "50D125D0277A6840" - type: "item" - item: "thermal:rf_coil" - } - { - id: "591FD4F323E3FF7C" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.0d - y: 5.0d - shape: "diamond" - subtitle: "Increases Tank Storage 4x" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "6DF4B859ACBCD408" - tasks: [{ - id: "08E5FBA1585C2520" - type: "item" - item: "thermal:fluid_tank_augment" - }] - } - { - x: 1.5d - y: 5.5d - shape: "diamond" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "6D35E56FC874C841" - tasks: [{ - id: "1726C6AB09496E0C" - type: "item" - item: "thermal:item_filter_augment" - }] - } - { - x: 0.5d - y: 3.1999999999999993d - shape: "diamond" - subtitle: "Increases Processing Speed, but Reduces Efficiency" - description: ["Can Stack."] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "74DD4F8A13EAD3ED" - tasks: [{ - id: "25A7D08474208FFF" - type: "item" - item: "thermal:machine_speed_augment" - }] - rewards: [ - { - id: "0914250C954E3A06" - type: "item" - item: "thermal:rf_coil" - } - { - id: "10EE19CDB35235F4" - type: "xp" - xp: 10 - } - ] - } - { - x: 1.0d - y: 3.6999999999999993d - shape: "diamond" - subtitle: "Increases Efficiency at the cost of Speed" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "61E2FC5D363A5CA4" - tasks: [{ - id: "0AE3A9A2409328A5" - type: "item" - item: "thermal:machine_efficiency_augment" - }] - rewards: [ - { - id: "24AB9EB0657F21DF" - type: "item" - item: "thermal:rf_coil" - } - { - id: "5534C32BABF19B6D" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.0d - y: 3.6999999999999993d - shape: "diamond" - subtitle: "Increases Secondary Output" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "58C6BAC128155B4E" - tasks: [{ - id: "45A1CED6F873BAE9" - type: "item" - item: "thermal:machine_output_augment" - }] - rewards: [ - { - id: "28C68DD4C8E2E290" - type: "item" - item: "minecraft:redstone" - count: 4 - } - { - id: "1672462285E4696D" - type: "xp" - xp: 10 - } - ] - } - { - x: 3.0d - y: 3.6999999999999993d - shape: "diamond" - subtitle: "Reduces Catalyst Usage" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "7D49A41E4D63A596" - tasks: [{ - id: "0D7DABD758C2E4D4" - type: "item" - item: "thermal:machine_catalyst_augment" - }] - rewards: [ - { - id: "0410D3AC01336E89" - type: "item" - item: "minecraft:redstone" - count: 4 - } - { - id: "40E9A3AF6C1A87BC" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.5d - y: 5.5d - shape: "diamond" - subtitle: "Voids By-products" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "234CD79746FCAA18" - tasks: [{ - id: "784D4494897AF202" - type: "item" - item: "thermal:machine_null_augment" - }] - } - { - x: 8.0d - y: 2.0d - shape: "hexagon" - subtitle: "Increases Generation Rate at Cost of Efficiency" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "7C83735C2D746162" - tasks: [{ - id: "3C21EEF086B0389E" - type: "item" - item: "thermal:dynamo_output_augment" - }] - rewards: [ - { - id: "07C6E60617BB5598" - type: "item" - item: "alltheores:silver_ingot" - count: 2 - } - { - id: "4B8F25D9433225BF" - type: "xp" - xp: 10 - } - ] - } - { - x: 8.0d - y: -2.0d - shape: "hexagon" - subtitle: "Increases Fuel Efficiency of Dynamos" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "467CDD14AE21A850" - tasks: [{ - id: "742509D490DFF478" - type: "item" - item: "thermal:dynamo_fuel_augment" - }] - rewards: [ - { - id: "13FBA70429ECFB9D" - type: "item" - item: "alltheores:lead_ingot" - count: 2 - } - { - id: "6D0FE4CFD7575A75" - type: "xp" - xp: 10 - } - ] - } - { - x: 3.0d - y: 5.0d - shape: "diamond" - subtitle: "Increases AoE Effect +1" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "00C24A7DFEAEE956" - tasks: [{ - id: "19645876A73F0E7D" - type: "item" - item: "thermal:area_radius_augment" - }] - } - { - x: -5.0d - y: -2.5d - shape: "diamond" - subtitle: "Amplifies Potion Effect" - dependencies: ["66858700C3DDCB9E"] - id: "22A1C68078EFB38B" - tasks: [{ - id: "08ED05EBDFF0B4D9" - type: "item" - item: "thermal:potion_amplifier_augment" - }] - rewards: [{ - id: "16143BA782E3D869" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -2.5d - shape: "diamond" - subtitle: "Increases Duration of Potion Effect" - dependencies: ["66858700C3DDCB9E"] - id: "1714E1048F01E1AA" - tasks: [{ - id: "501A3B2548F6DB3E" - type: "item" - item: "thermal:potion_duration_augment" - }] - rewards: [{ - id: "065A80C12CFDB394" - type: "xp" - xp: 100 - }] - } - { - x: 0.0d - y: -2.0d - shape: "diamond" - subtitle: "Separates Items into their Crafting Components" - description: [ - "Don't get too excited." - "" - "This mostly only works for extracting dyes from flowers, or ore blends back into their components." - ] - dependencies: ["5F385CBA98795C62"] - id: "3475E12711B6BB98" - tasks: [{ - id: "2183800CED355EEB" - type: "item" - item: "thermal:machine_centrifuge" - }] - rewards: [ - { - id: "4E553FBD4F8A490F" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "5C7E902F13347679" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.5d - y: -2.5d - shape: "diamond" - description: [ - "Creates \"Presses\" using Casts." - "" - "Think plates, gears, etc." - ] - hide_dependency_lines: true - dependencies: ["5F385CBA98795C62"] - id: "5963FBEB78A79668" - tasks: [{ - id: "0C6725EA57E7D9EE" - type: "item" - item: "thermal:machine_press" - }] - rewards: [ - { - id: "606A7B939EE55A1F" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "650B53A376632EC3" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.0d - y: -2.0d - shape: "diamond" - description: [ - "Converts items from a liquid to a solid, some requiring casts." - "" - "There is also a bee spawn egg recipe it can create." - ] - dependencies: ["5F385CBA98795C62"] - id: "469443A3BA0C3BEE" - tasks: [{ - id: "66AF5C07727A5B39" - type: "item" - item: "thermal:machine_chiller" - }] - rewards: [ - { - id: "6A4E8F8DE71C9E67" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "46B90F00B2015BE6" - type: "xp" - xp: 100 - } - ] - } - { - x: 0.0d - y: -3.0d - shape: "diamond" - description: ["Can convert liquids into items or other useful liquids."] - hide_dependency_lines: true - dependencies: ["5F385CBA98795C62"] - id: "627D6FDC3D8C42F6" - tasks: [{ - id: "3B188F7D7009093C" - type: "item" - item: "thermal:machine_refinery" - }] - rewards: [ - { - id: "18FBAF701BE8EC4C" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "7D725FF8CB44785C" - type: "xp" - xp: 100 - } - ] - } - { - x: -2.0d - y: -3.0d - shape: "diamond" - description: [ - "Works like a Coke Oven, but simplified." - "" - "Insert \"fuel\" like Coal and it'll produce Coal Coke and a by-product." - ] - hide_dependency_lines: true - dependencies: ["5F385CBA98795C62"] - id: "5ECC93FB8F676E3F" - tasks: [{ - id: "76A0C32FB86A089D" - type: "item" - item: "thermal:machine_pyrolyzer" - }] - rewards: [ - { - id: "197BC5DF546FEBB7" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "5AA3B772E203E40C" - type: "xp" - xp: 100 - } - ] - } - { - x: -1.0d - y: -3.0d - shape: "diamond" - description: ["Combines Liquids with Items"] - hide_dependency_lines: true - dependencies: ["5F385CBA98795C62"] - id: "469663FE3DA932EF" - tasks: [{ - id: "05867D444D20EABE" - type: "item" - item: "thermal:machine_bottler" - }] - rewards: [ - { - id: "2194ED40B390894E" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "05CAA4581B7D1435" - type: "xp" - xp: 100 - } - ] - } - { - x: -0.5d - y: -2.5d - shape: "diamond" - description: ["Can Create \"Liquid\" Potions that can be bottled into Potions."] - hide_dependency_lines: true - dependencies: ["5F385CBA98795C62"] - id: "1BCE8D02CDD13838" - tasks: [{ - id: "70EF981620DADB32" - type: "item" - item: "thermal:machine_brewer" - }] - rewards: [ - { - id: "0F4BB5784E5072E7" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "46E350F851A4013C" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.0d - y: -3.0d - shape: "diamond" - subtitle: "An Auto-Crafter!" - hide_dependency_lines: true - dependencies: ["5F385CBA98795C62"] - id: "7AAEFA2A349D3F82" - tasks: [{ - id: "72EC640A6F6C69C1" - type: "item" - item: "thermal:machine_crafter" - }] - rewards: [ - { - id: "1DDD8ACB6A97E509" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - } - { - id: "4FE6677655F3B4DD" - type: "xp" - xp: 100 - } - ] - } - { - x: 3.5d - y: -2.5d - shape: "octagon" - subtitle: "An Early-Game Mining Gadget" - description: ["It's more like a pickaxe that uses RF/FE."] - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "5257468DC6C11851" - tasks: [{ - id: "38EE8C011F7E3FEC" - type: "item" - item: { - id: "thermal:flux_drill" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "1C0D860B17A269B8" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - random_bonus: 2 - } - { - id: "7029BD256EF4EEBD" - type: "xp" - xp: 100 - } - ] - } - { - x: 4.5d - y: -2.5d - shape: "octagon" - subtitle: "RF-Powered Handsaw!" - hide_dependency_lines: true - dependencies: ["2C50B0E024C3D92E"] - id: "6BF6B00BC21CA547" - tasks: [{ - id: "504ABB4FCF4AA14E" - type: "item" - item: { - id: "thermal:flux_saw" - Count: 1b - tag: { } - } - }] - rewards: [ - { - id: "49051CD5B06A235D" - type: "item" - item: "minecraft:iron_ingot" - count: 2 - random_bonus: 2 - } - { - id: "539EF1C8332A468C" - type: "xp" - xp: 100 - } - ] - } - ] -} +{ + id: "658721DF03EC997D" + group: "2B51AC12041E3F89" + order_index: 4 + filename: "thermal_expansion" + title: "Thermal Series" + icon: "thermal:machine_frame" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + icon: "thermal:upgrade_augment_3" + x: -4.5d + y: 0.0d + shape: "square" + subtitle: "And Also Thermal Series!" + description: [ + "Thermal Series is a modular series of mods that add a content-rich blend of magic and technology to your Minecraft experience!" + "" + "A lot of the machines provide a basic function, with easy upgrades." + ] + size: 1.5d + id: "2C50B0E024C3D92E" + tasks: [{ + id: "6E9F3C8EAA84CE3E" + type: "checkmark" + title: "Thermal Expansion!" + }] + rewards: [ + { + id: "184363B38B8B2CBA" + type: "xp" + xp: 10 + } + { + id: "009C332DA938512C" + type: "item" + item: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "thermal:guidebook" + } + } + } + ] + } + { + title: "The Redstone Furnace" + x: 1.5d + y: 0.0d + subtitle: "Powered Furnace" + description: [ + "The Redstone Furnace uses RF/FE instead of Coal to smelt items." + "" + "Like all machines in the Thermal Series, this machine can be upgraded with augments to increase the speed of each process." + ] + dependencies: ["5F385CBA98795C62"] + id: "22BC123D486CC3E3" + tasks: [{ + id: "288B38C43A7C6D48" + type: "item" + item: "thermal:machine_furnace" + }] + rewards: [ + { + id: "645C28F20C7B3460" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + random_bonus: 2 + } + { + id: "3931E35AF519F24F" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.5d + y: 0.0d + subtitle: "Breaks Ores into Dusts" + description: ["The Pulverizer breaks raw ores into dusts, and also has a 25% chance to create an extra dust."] + dependencies: ["22BC123D486CC3E3"] + id: "55C8DD9A754545BD" + tasks: [{ + id: "06665E87CB134F3C" + type: "item" + item: "thermal:machine_pulverizer" + }] + } + { + x: 5.5d + y: 0.0d + subtitle: "The Alloy Maker" + description: [ + "The Induction Furnace combines materials into new alloys." + "" + "This is also useful when smelting Ancient Debris into Netherite Scraps." + ] + dependencies: ["55C8DD9A754545BD"] + id: "452F51995AD0461C" + tasks: [{ + id: "63C10CF0EF19F2C8" + type: "item" + item: "thermal:machine_smelter" + }] + rewards: [ + { + id: "28388CEF2D0815F6" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + random_bonus: 2 + } + { + id: "67F235DD23CAEDC4" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: 0.0d + shape: "hexagon" + subtitle: "The Basic Frame for Machines" + description: ["The Machine Frame is needed to craft various machines in Thermal Series."] + dependencies: ["2C50B0E024C3D92E"] + id: "5F385CBA98795C62" + tasks: [{ + id: "3EC446E752907C94" + type: "item" + item: "thermal:machine_frame" + }] + rewards: [ + { + id: "157563CE4EFA237B" + type: "xp" + xp: 10 + } + { + id: "676677234F8E6F37" + type: "item" + item: "thermal:tin_gear" + } + ] + } + { + x: 7.5d + y: -1.0d + shape: "hexagon" + subtitle: "Generates Power by Burning Items!" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "3DA93308D19BA85F" + tasks: [{ + id: "4BEE939AC38768ED" + type: "item" + item: "thermal:dynamo_stirling" + }] + rewards: [ + { + id: "3F7758B6D2259A67" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "108A20AE0FED5D27" + type: "xp" + xp: 10 + } + ] + } + { + x: 7.5d + y: 0.0d + shape: "hexagon" + subtitle: "Generates Power using Liquid Fuel!" + description: ["Note: This accepts Tree Oil, Creosote Oil, and Refined Fuel."] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "7FE2EED58AB791E8" + tasks: [{ + id: "6E5C2E9D729210C9" + type: "item" + item: "thermal:dynamo_compression" + }] + rewards: [ + { + id: "1792D6BA0E5F45D3" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + random_bonus: 2 + } + { + id: "7B21F4A9F2C52F51" + type: "xp" + xp: 10 + } + ] + } + { + x: 8.5d + y: -1.0d + shape: "hexagon" + subtitle: "Generates Power using Lava!" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "2F71FCE4E576C977" + tasks: [{ + id: "52A52D9AC73D57A6" + type: "item" + item: "thermal:dynamo_magmatic" + }] + rewards: [ + { + id: "317ED7FF0734E5F1" + type: "item" + item: "minecraft:lava_bucket" + } + { + id: "79A13EA08A164B86" + type: "xp" + xp: 10 + } + ] + } + { + x: 8.5d + y: 1.0d + shape: "hexagon" + subtitle: "Generates Power using Gems!" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "72C1C2CE02DCBDFF" + tasks: [{ + id: "7B973B2B2EED7921" + type: "item" + item: "thermal:dynamo_lapidary" + }] + rewards: [ + { + id: "2D68111DA1CB4560" + type: "item" + item: "minecraft:lapis_lazuli" + count: 2 + random_bonus: 2 + } + { + id: "48E74944FEA0ECC1" + type: "xp" + xp: 10 + } + ] + } + { + x: 7.5d + y: 1.0d + shape: "hexagon" + subtitle: "Generates Power using Enchanted Items!" + description: [""] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "2EAE9EDE6EFA59F0" + tasks: [{ + id: "0E3CDD1130A56248" + type: "item" + item: "thermal:dynamo_disenchantment" + }] + rewards: [ + { + id: "7A632E03F9CD6324" + type: "item" + item: "minecraft:book" + } + { + id: "47096C6969AB1279" + type: "xp" + xp: 10 + } + ] + } + { + x: 8.5d + y: 0.0d + shape: "hexagon" + subtitle: "Generates Power using Food?" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "40ADAB71DB70EF32" + tasks: [{ + id: "795A2D642A7B7D50" + type: "item" + item: "thermal:dynamo_gourmand" + }] + rewards: [ + { + id: "557845C485F475BB" + type: "item" + item: "minecraft:cooked_beef" + count: 4 + } + { + id: "7C366B7A8CE82E4B" + type: "xp" + xp: 10 + } + ] + } + { + x: 1.0d + y: 2.0d + shape: "hexagon" + subtitle: "Tier 1 Base Upgrade" + description: [ + "This is a base upgrade for all machines and items." + "" + "Note: While you can put several base upgrades into a machine, only the highest tier takes effect." + ] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "76084BE1BBCF941F" + tasks: [{ + id: "3EE6189C5B2FDD2F" + type: "item" + item: "thermal:upgrade_augment_1" + }] + rewards: [ + { + id: "6F6FE7215CE5F711" + type: "item" + item: "alltheores:invar_ingot" + random_bonus: 2 + } + { + id: "7CD91CF01EAA7BCD" + type: "xp" + xp: 100 + } + ] + } + { + x: 2.0d + y: 2.0d + shape: "hexagon" + subtitle: "Tier 2 Base Upgrade" + description: [ + "This is a tier 2 upgrade for Thermal Series items and machines." + "" + "Note: While you can put several base upgrades into a machine, only the highest tier takes effect." + ] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "246CD1925FD6761C" + tasks: [{ + id: "6AD321AC8D6BFDAD" + type: "item" + item: "thermal:upgrade_augment_2" + }] + rewards: [ + { + id: "7B0C61173C1E385F" + type: "item" + item: "alltheores:electrum_ingot" + random_bonus: 2 + } + { + id: "723FE016CAA6566D" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.0d + y: 2.0d + shape: "hexagon" + subtitle: "Tier 3 Base Upgrade" + description: [ + "This is the highest base tier upgrade for Thermal Series items and machines." + "" + "Note: While you can put several base upgrades into a machine, only the highest tier takes effect." + ] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "034FC4BCCCD7D154" + tasks: [{ + id: "5237B4381DA7BE1B" + type: "item" + item: "thermal:upgrade_augment_3" + }] + rewards: [ + { + id: "73069B8BEF917238" + type: "item" + item: "alltheores:enderium_ingot" + random_bonus: 2 + } + { + id: "6724D7DE6CC92091" + type: "xp" + xp: 100 + } + ] + } + { + x: -5.0d + y: 2.5d + shape: "diamond" + description: ["Creates an infinite water source when placed between two water source blocks."] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "213FFA67A680E534" + tasks: [{ + id: "07C7BA8E13F85930" + type: "item" + item: "thermal:device_water_gen" + }] + rewards: [{ + id: "46E591F83A20EB99" + type: "xp" + xp: 100 + }] + } + { + x: -4.5d + y: 3.0d + shape: "diamond" + subtitle: "Charges Items" + description: ["This machine charges the items placed inside."] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "5FDEAA78891874FD" + tasks: [{ + id: "2BB7C4355B61F638" + type: "item" + item: "thermal:charge_bench" + }] + rewards: [{ + id: "16C939074FA98D0B" + type: "xp" + xp: 100 + }] + } + { + x: -4.5d + y: 2.0d + shape: "diamond" + subtitle: "A Cobblestone Generator" + description: [ + "This machine can produce several types of stone." + "" + "Place 1 lava source block on one side, and 1 water source block on the other, and it will generate cobblestone. Check the recipes to see the other kinds of stone you can create!" + ] + hide_dependency_lines: false + dependencies: ["2C50B0E024C3D92E"] + optional: true + id: "4EA8BA9753D0DD81" + tasks: [{ + id: "2720B59BB163F73B" + type: "item" + item: "thermal:device_rock_gen" + }] + rewards: [{ + id: "600EF049B3363CCC" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: -2.0d + shape: "diamond" + description: [ + "Can convert certain blocks into liquids." + "" + "This is useful for generating lava from Cobblestone, Netherrack, etc." + ] + dependencies: ["5F385CBA98795C62"] + id: "0897F7A3203E45AF" + tasks: [{ + id: "3D2DFF6062AED26E" + type: "item" + item: "thermal:machine_crucible" + }] + rewards: [ + { + id: "17ED61A2826904F0" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "4C62A0183D243C27" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.0d + y: -2.0d + shape: "diamond" + description: [ + "This machine works like a Botany Pot, Garden Cloche, etc." + "" + "When given water and a seed, it will grow the seed inside of the machine and auto-output the products into the machine." + ] + dependencies: ["5F385CBA98795C62"] + id: "648B483B128A32F5" + tasks: [{ + id: "61287BF539F0C5FC" + type: "item" + item: "thermal:machine_insolator" + }] + rewards: [ + { + id: "0A2AFACCD0325725" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "265FD226E965D7B3" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.5d + y: -2.5d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["5F385CBA98795C62"] + id: "66321E1F01C36567" + tasks: [{ + id: "7A3BCB9C631D8FAD" + type: "item" + item: "thermal:machine_sawmill" + }] + rewards: [ + { + id: "3F6F80DD86768631" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "374BE54F4405BC0B" + type: "xp" + xp: 100 + } + ] + } + { + x: -4.0d + y: 2.5d + shape: "diamond" + subtitle: "Vacuums up items" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "1B04B7EA5220D275" + tasks: [{ + id: "3819DBE6E95E998E" + type: "item" + item: "thermal:device_collector" + }] + rewards: [{ + id: "7F764F32D74976B4" + type: "xp" + xp: 100 + }] + } + { + x: -4.5d + y: -3.0d + shape: "diamond" + description: ["Spreads Potion Effects to an area."] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "66858700C3DDCB9E" + tasks: [{ + id: "590869F3AE44A956" + type: "item" + item: "thermal:device_potion_diffuser" + }] + rewards: [{ + id: "479CC02BC1343DBE" + type: "xp" + xp: 100 + }] + } + { + x: -4.5d + y: -2.0d + shape: "diamond" + description: ["Can be used to charge items, augment machines, or fill up items with liquid."] + dependencies: ["2C50B0E024C3D92E"] + id: "74F524F4F0231A78" + tasks: [{ + id: "5835951863555C2E" + type: "item" + item: "thermal:tinker_bench" + }] + rewards: [{ + id: "4E1086FC2DA044FC" + type: "xp" + xp: 100 + }] + } + { + title: "Storing Power" + x: -1.25d + y: 1.9499999999999997d + shape: "gear" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + size: 1.5d + id: "037E566ACC83FE07" + tasks: [{ + id: "64186CC4330A70D8" + type: "item" + item: { + id: "thermal:energy_cell" + Count: 1b + tag: { + BlockEntityTag: { + EnergyMax: 1000000 + EnergySend: 1000 + Energy: 0 + EnergyRecv: 1000 + } + } + } + }] + rewards: [ + { + id: "377A6DEE4C0534AC" + type: "item" + item: "minecraft:redstone" + count: 8 + random_bonus: 8 + } + { + id: "54DBA686738A0538" + type: "xp" + xp: 100 + } + ] + } + { + title: "Storing Fluids" + x: 5.25d + y: 1.9499999999999997d + shape: "gear" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + size: 1.5d + id: "4389E906A2A74867" + tasks: [{ + id: "694DB377E094D28E" + type: "item" + item: { + id: "thermal:fluid_cell" + Count: 1b + tag: { + BlockEntityTag: { + TankInv: [{ + FluidName: "minecraft:empty" + Capacity: 32000 + Tank: 0b + Amount: 0 + }] + } + } + } + }] + rewards: [ + { + id: "4AE007FFAF1003F8" + type: "item" + item: "minecraft:bucket" + } + { + id: "43B8F1F2FBA0D4EA" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.0d + y: 5.0d + shape: "diamond" + subtitle: "Allows Storage of XP" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "483C1F4D099369A2" + tasks: [{ + id: "66656B02B957573F" + type: "item" + item: "thermal:xp_storage_augment" + }] + } + { + x: 1.5d + y: 3.1999999999999993d + shape: "diamond" + subtitle: "Increases RF Capacity and Transfer Rate x4" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "0837E35C9C6881B4" + tasks: [{ + id: "7B26A8BFD1A95C37" + type: "item" + item: "thermal:rf_coil_augment" + }] + rewards: [ + { + id: "201F92E1F14DEB10" + type: "item" + item: "thermal:rf_coil" + } + { + id: "3990D47351D43E1C" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.5d + y: 3.1999999999999993d + shape: "diamond" + subtitle: "Increases RF Capacity 6x, RF Transfer 2x" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "3320ADFD7DC4CA00" + tasks: [{ + id: "343BE40C70DE294D" + type: "item" + item: "thermal:rf_coil_storage_augment" + }] + rewards: [ + { + id: "55A2FDB333D14EB3" + type: "item" + item: "thermal:rf_coil" + } + { + id: "204DB02FD7E9A4F6" + type: "xp" + xp: 10 + } + ] + } + { + x: 3.5d + y: 3.1999999999999993d + shape: "diamond" + subtitle: "Increases RF Transfer 6x, Capacity 2x" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "79366EC1EE27ED4B" + tasks: [{ + id: "5597E985A7D5A648" + type: "item" + item: "thermal:rf_coil_xfer_augment" + }] + rewards: [ + { + id: "50D125D0277A6840" + type: "item" + item: "thermal:rf_coil" + } + { + id: "591FD4F323E3FF7C" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.0d + y: 5.0d + shape: "diamond" + subtitle: "Increases Tank Storage 4x" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "6DF4B859ACBCD408" + tasks: [{ + id: "08E5FBA1585C2520" + type: "item" + item: "thermal:fluid_tank_augment" + }] + } + { + x: 1.5d + y: 5.5d + shape: "diamond" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "6D35E56FC874C841" + tasks: [{ + id: "1726C6AB09496E0C" + type: "item" + item: "thermal:item_filter_augment" + }] + } + { + x: 0.5d + y: 3.1999999999999993d + shape: "diamond" + subtitle: "Increases Processing Speed, but Reduces Efficiency" + description: ["Can Stack."] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "74DD4F8A13EAD3ED" + tasks: [{ + id: "25A7D08474208FFF" + type: "item" + item: "thermal:machine_speed_augment" + }] + rewards: [ + { + id: "0914250C954E3A06" + type: "item" + item: "thermal:rf_coil" + } + { + id: "10EE19CDB35235F4" + type: "xp" + xp: 10 + } + ] + } + { + x: 1.0d + y: 3.6999999999999993d + shape: "diamond" + subtitle: "Increases Efficiency at the cost of Speed" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "61E2FC5D363A5CA4" + tasks: [{ + id: "0AE3A9A2409328A5" + type: "item" + item: "thermal:machine_efficiency_augment" + }] + rewards: [ + { + id: "24AB9EB0657F21DF" + type: "item" + item: "thermal:rf_coil" + } + { + id: "5534C32BABF19B6D" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.0d + y: 3.6999999999999993d + shape: "diamond" + subtitle: "Increases Secondary Output" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "58C6BAC128155B4E" + tasks: [{ + id: "45A1CED6F873BAE9" + type: "item" + item: "thermal:machine_output_augment" + }] + rewards: [ + { + id: "28C68DD4C8E2E290" + type: "item" + item: "minecraft:redstone" + count: 4 + } + { + id: "1672462285E4696D" + type: "xp" + xp: 10 + } + ] + } + { + x: 3.0d + y: 3.6999999999999993d + shape: "diamond" + subtitle: "Reduces Catalyst Usage" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "7D49A41E4D63A596" + tasks: [{ + id: "0D7DABD758C2E4D4" + type: "item" + item: "thermal:machine_catalyst_augment" + }] + rewards: [ + { + id: "0410D3AC01336E89" + type: "item" + item: "minecraft:redstone" + count: 4 + } + { + id: "40E9A3AF6C1A87BC" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.5d + y: 5.5d + shape: "diamond" + subtitle: "Voids By-products" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "234CD79746FCAA18" + tasks: [{ + id: "784D4494897AF202" + type: "item" + item: "thermal:machine_null_augment" + }] + } + { + x: 8.0d + y: 2.0d + shape: "hexagon" + subtitle: "Increases Generation Rate at Cost of Efficiency" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "7C83735C2D746162" + tasks: [{ + id: "3C21EEF086B0389E" + type: "item" + item: "thermal:dynamo_output_augment" + }] + rewards: [ + { + id: "07C6E60617BB5598" + type: "item" + item: "alltheores:silver_ingot" + count: 2 + } + { + id: "4B8F25D9433225BF" + type: "xp" + xp: 10 + } + ] + } + { + x: 8.0d + y: -2.0d + shape: "hexagon" + subtitle: "Increases Fuel Efficiency of Dynamos" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "467CDD14AE21A850" + tasks: [{ + id: "742509D490DFF478" + type: "item" + item: "thermal:dynamo_fuel_augment" + }] + rewards: [ + { + id: "13FBA70429ECFB9D" + type: "item" + item: "alltheores:lead_ingot" + count: 2 + } + { + id: "6D0FE4CFD7575A75" + type: "xp" + xp: 10 + } + ] + } + { + x: 3.0d + y: 5.0d + shape: "diamond" + subtitle: "Increases AoE Effect +1" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "00C24A7DFEAEE956" + tasks: [{ + id: "19645876A73F0E7D" + type: "item" + item: "thermal:area_radius_augment" + }] + } + { + x: -5.0d + y: -2.5d + shape: "diamond" + subtitle: "Amplifies Potion Effect" + dependencies: ["66858700C3DDCB9E"] + id: "22A1C68078EFB38B" + tasks: [{ + id: "08ED05EBDFF0B4D9" + type: "item" + item: "thermal:potion_amplifier_augment" + }] + rewards: [{ + id: "16143BA782E3D869" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -2.5d + shape: "diamond" + subtitle: "Increases Duration of Potion Effect" + dependencies: ["66858700C3DDCB9E"] + id: "1714E1048F01E1AA" + tasks: [{ + id: "501A3B2548F6DB3E" + type: "item" + item: "thermal:potion_duration_augment" + }] + rewards: [{ + id: "065A80C12CFDB394" + type: "xp" + xp: 100 + }] + } + { + x: 0.0d + y: -2.0d + shape: "diamond" + subtitle: "Separates Items into their Crafting Components" + description: [ + "Don't get too excited." + "" + "This mostly only works for extracting dyes from flowers, or ore blends back into their components." + ] + dependencies: ["5F385CBA98795C62"] + id: "3475E12711B6BB98" + tasks: [{ + id: "2183800CED355EEB" + type: "item" + item: "thermal:machine_centrifuge" + }] + rewards: [ + { + id: "4E553FBD4F8A490F" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "5C7E902F13347679" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.5d + y: -2.5d + shape: "diamond" + description: [ + "Creates \"Presses\" using Casts." + "" + "Think plates, gears, etc." + ] + hide_dependency_lines: true + dependencies: ["5F385CBA98795C62"] + id: "5963FBEB78A79668" + tasks: [{ + id: "0C6725EA57E7D9EE" + type: "item" + item: "thermal:machine_press" + }] + rewards: [ + { + id: "606A7B939EE55A1F" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "650B53A376632EC3" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.0d + y: -2.0d + shape: "diamond" + description: [ + "Converts items from a liquid to a solid, some requiring casts." + "" + "There is also a bee spawn egg recipe it can create." + ] + dependencies: ["5F385CBA98795C62"] + id: "469443A3BA0C3BEE" + tasks: [{ + id: "66AF5C07727A5B39" + type: "item" + item: "thermal:machine_chiller" + }] + rewards: [ + { + id: "6A4E8F8DE71C9E67" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "46B90F00B2015BE6" + type: "xp" + xp: 100 + } + ] + } + { + x: 0.0d + y: -3.0d + shape: "diamond" + description: ["Can convert liquids into items or other useful liquids."] + hide_dependency_lines: true + dependencies: ["5F385CBA98795C62"] + id: "627D6FDC3D8C42F6" + tasks: [{ + id: "3B188F7D7009093C" + type: "item" + item: "thermal:machine_refinery" + }] + rewards: [ + { + id: "18FBAF701BE8EC4C" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "7D725FF8CB44785C" + type: "xp" + xp: 100 + } + ] + } + { + x: -2.0d + y: -3.0d + shape: "diamond" + description: [ + "Works like a Coke Oven, but simplified." + "" + "Insert \"fuel\" like Coal and it'll produce Coal Coke and a by-product." + ] + hide_dependency_lines: true + dependencies: ["5F385CBA98795C62"] + id: "5ECC93FB8F676E3F" + tasks: [{ + id: "76A0C32FB86A089D" + type: "item" + item: "thermal:machine_pyrolyzer" + }] + rewards: [ + { + id: "197BC5DF546FEBB7" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "5AA3B772E203E40C" + type: "xp" + xp: 100 + } + ] + } + { + x: -1.0d + y: -3.0d + shape: "diamond" + description: ["Combines Liquids with Items"] + hide_dependency_lines: true + dependencies: ["5F385CBA98795C62"] + id: "469663FE3DA932EF" + tasks: [{ + id: "05867D444D20EABE" + type: "item" + item: "thermal:machine_bottler" + }] + rewards: [ + { + id: "2194ED40B390894E" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "05CAA4581B7D1435" + type: "xp" + xp: 100 + } + ] + } + { + x: -0.5d + y: -2.5d + shape: "diamond" + description: ["Can Create \"Liquid\" Potions that can be bottled into Potions."] + hide_dependency_lines: true + dependencies: ["5F385CBA98795C62"] + id: "1BCE8D02CDD13838" + tasks: [{ + id: "70EF981620DADB32" + type: "item" + item: "thermal:machine_brewer" + }] + rewards: [ + { + id: "0F4BB5784E5072E7" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "46E350F851A4013C" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.0d + y: -3.0d + shape: "diamond" + subtitle: "An Auto-Crafter!" + hide_dependency_lines: true + dependencies: ["5F385CBA98795C62"] + id: "7AAEFA2A349D3F82" + tasks: [{ + id: "72EC640A6F6C69C1" + type: "item" + item: "thermal:machine_crafter" + }] + rewards: [ + { + id: "1DDD8ACB6A97E509" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + } + { + id: "4FE6677655F3B4DD" + type: "xp" + xp: 100 + } + ] + } + { + x: 3.5d + y: -2.5d + shape: "octagon" + subtitle: "An Early-Game Mining Gadget" + description: ["It's more like a pickaxe that uses RF/FE."] + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "5257468DC6C11851" + tasks: [{ + id: "38EE8C011F7E3FEC" + type: "item" + item: { + id: "thermal:flux_drill" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "1C0D860B17A269B8" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + random_bonus: 2 + } + { + id: "7029BD256EF4EEBD" + type: "xp" + xp: 100 + } + ] + } + { + x: 4.5d + y: -2.5d + shape: "octagon" + subtitle: "RF-Powered Handsaw!" + hide_dependency_lines: true + dependencies: ["2C50B0E024C3D92E"] + id: "6BF6B00BC21CA547" + tasks: [{ + id: "504ABB4FCF4AA14E" + type: "item" + item: { + id: "thermal:flux_saw" + Count: 1b + tag: { } + } + }] + rewards: [ + { + id: "49051CD5B06A235D" + type: "item" + item: "minecraft:iron_ingot" + count: 2 + random_bonus: 2 + } + { + id: "539EF1C8332A468C" + type: "xp" + xp: 100 + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/tinkers_construct.snbt b/config/ftbquests/quests/chapters/tinkers_construct.snbt index 3a0737d..303f86c 100644 --- a/config/ftbquests/quests/chapters/tinkers_construct.snbt +++ b/config/ftbquests/quests/chapters/tinkers_construct.snbt @@ -1,2461 +1,2461 @@ -{ - id: "4F91F43F3651DB74" - group: "470D66B33874E150" - order_index: 1 - filename: "tinkers_construct" - title: "Tinkers' Construct" - icon: { - id: "tconstruct:tinker_station" - Count: 1b - tag: { - texture: "minecraft:oak_planks" - } - } - default_quest_shape: "" - 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" - x: -7.0d - y: -0.5d - subtitle: "The Basic Pattern" - description: [ - "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"] - id: "63318C8E26E28F58" - tasks: [{ - id: "6E6A9B43E5936FD1" - type: "item" - item: "tconstruct:pattern" - count: 6L - }] - rewards: [ - { - id: "127C1F9B87DBB586" - type: "item" - item: "tconstruct:pattern" - count: 2 - random_bonus: 2 - } - { - id: "40458073C2223A37" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.0d - y: -0.5d - description: [ - "To start crafting custom tools, we'll need 2 things:" - "" - "The &9Tinker Station&r, which is what we'll use to combine parts into tools. This is also where you'll repair, upgrade, and enchance your tools." - "" - "The &9Part Builder&r, which is what we'll use to create parts using &ePatterns&r and materials." - "" - "Note: If you place these beside each other, you can access them all from one block! This also works for other TC workbenches or anvils." - ] - dependencies: ["4E3BAD0EE3974503"] - id: "4E0F952F75FBC1C9" - tasks: [ - { - id: "621FAD19ED0FD894" - type: "item" - item: { - id: "tconstruct:tinker_station" - Count: 1b - tag: { - texture: "minecraft:oak_planks" - } - } - } - { - id: "1060C73CDE482FE7" - type: "item" - item: { - id: "tconstruct:part_builder" - Count: 1b - tag: { - texture: "minecraft:oak_planks" - } - } - } - ] - rewards: [ - { - id: "7272A308B3B605FB" - type: "item" - item: "tconstruct:pattern" - count: 2 - random_bonus: 2 - } - { - id: "7A1D6C2D78607250" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.5d - y: -2.0d - subtitle: "Storing Parts" - description: ["The Part Chest is used to store extra parts that you might need in the future."] - dependencies: ["4E0F952F75FBC1C9"] - optional: true - id: "6C934DA835ECBAB6" - tasks: [{ - id: "3FB0279E97A1C58E" - type: "item" - item: "tconstruct:part_chest" - }] - rewards: [ - { - id: "5A65C81A3B2505D0" - type: "item" - item: "tconstruct:pattern" - count: 2 - } - { - id: "4FDD45D8D8C2A4E1" - type: "xp" - xp: 10 - } - ] - } - { - x: -2.5d - y: -2.0d - subtitle: "Even More Storage" - description: ["The Tinker's Chest allows you to store even more parts!"] - dependencies: ["4E0F952F75FBC1C9"] - optional: true - id: "6ECF405B1017AE53" - tasks: [{ - id: "79E701B8D1414E05" - type: "item" - item: "tconstruct:tinkers_chest" - }] - rewards: [ - { - id: "55761C8D2DADADA7" - type: "item" - item: "tconstruct:pattern" - count: 2 - } - { - id: "2A993492F447F860" - type: "xp" - xp: 10 - } - ] - } - { - title: "Creating Parts" - x: -1.0d - y: -0.5d - description: [ - "Take some blank patterns and place them inside of your Part Builder." - "" - "you'll place materials beside the pattern to create certain parts. Start by placing some cobble in to create yourself a &9Stone Pickaxe Head&r, &9Stone Tool Rod&r, and &9Stone Binding&r." - "" - "Note: Metals like Ingots will not work in this table. This is only for basic materials like wood, stone, etc." - ] - dependencies: ["4E0F952F75FBC1C9"] - id: "66FB4821105A417E" - tasks: [ - { - id: "3EDC127CFEF9C0A8" - type: "item" - item: { - id: "tconstruct:tool_binding" - Count: 1b - tag: { - Material: "tconstruct:rock" - } - } - } - { - id: "77B21F897E0868CA" - type: "item" - item: { - id: "tconstruct:pick_head" - Count: 1b - tag: { - Material: "tconstruct:rock" - } - } - } - { - id: "2632875F3AC02196" - type: "item" - item: { - id: "tconstruct:tool_handle" - Count: 1b - tag: { - Material: "tconstruct:rock" - } - } - } - ] - rewards: [ - { - id: "08827DBF3EF84DB9" - type: "item" - item: "minecraft:stone" - count: 4 - } - { - id: "637ECF48A8F402FB" - type: "xp" - xp: 10 - } - ] - } - { - title: "Your First Tool" - x: 1.0d - y: -0.5d - description: [ - "With our parts in hand, let's jump over to the Tinker Station." - "" - "The Tinker Station is how we combine parts to make tools, as well as upgrading and repairing them." - "" - "Select the Pickaxe left side, and you'll see the 3 items needed to craft a pickaxe. Place in your parts, and you'll have created your first tool!" - ] - dependencies: ["66FB4821105A417E"] - id: "4D580C89653F69AA" - tasks: [{ - id: "050E9115DF330AF7" - type: "item" - item: { - id: "tconstruct:pickaxe" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:attack_speed": 1.2f - "tconstruct:mining_speed": 4.2f - "tconstruct:attack_damage": 1.0f - "tconstruct:harvest_tier": "minecraft:stone" - "tconstruct:durability": 116.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ - { - name: "tconstruct:piercing" - level: 1s - } - { - name: "tconstruct:stonebound" - level: 3s - } - ] - tic_materials: [ - "tconstruct:rock" - "tconstruct:rock" - "tconstruct:rock" - ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - upgrades: 3 - } - } - } - }] - rewards: [ - { - id: "30C69F1D2B71A028" - type: "item" - item: "minecraft:cooked_beef" - count: 8 - } - { - id: "794018E99B1225DD" - type: "xp" - xp: 10 - } - ] - } - { - x: -3.0d - y: 1.0d - shape: "square" - description: [ - "The Traveler's Goggles has low armor and durability, but it also comes with:" - "" - "3 Upgrade Slots" - "2 Defense Slots" - "1 Ability Slot" - ] - hide_dependency_lines: true - dependencies: ["3E9618EEC90169C3"] - hide: true - id: "3AC751D62C90AB7D" - tasks: [{ - id: "1CC0640DDA90F52A" - type: "item" - item: { - id: "tconstruct:travelers_helmet" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:durability": 110.0f - "tconstruct:armor": 1.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 2 - upgrades: 3 - } - } - } - }] - rewards: [ - { - id: "095E0A3C02B9BA87" - type: "item" - item: "minecraft:leather" - count: 2 - } - { - id: "13F490A55ADA297D" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.0d - y: 2.0d - shape: "square" - description: [ - "The Traveler's Vest has low armor and durability, but has:" - "" - "3 Upgrade Slots" - "2 Defense Slots" - "1 Ability Slot" - ] - hide_dependency_lines: true - dependencies: ["3E9618EEC90169C3"] - hide: true - id: "1D29F9AF07663111" - tasks: [{ - id: "709A1A9D3AABFAE0" - type: "item" - item: { - id: "tconstruct:travelers_chestplate" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:durability": 160.0f - "tconstruct:armor": 5.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 2 - upgrades: 3 - } - } - } - }] - rewards: [ - { - id: "0B1B97E1843E5057" - type: "item" - item: "minecraft:leather" - count: 2 - } - { - id: "688770CB82181A2B" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.0d - y: 4.0d - shape: "square" - description: [ - "The pants have low armor and durability, but comes with:" - "" - "3 Upgrade Slots" - "2 Defense Slots" - "1 Ability Slot" - ] - hide_dependency_lines: true - dependencies: ["3E9618EEC90169C3"] - hide: true - id: "0DA42F096583C13C" - tasks: [{ - id: "700AC57D0ACF1FCE" - type: "item" - item: { - id: "tconstruct:travelers_leggings" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:durability": 150.0f - "tconstruct:armor": 4.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 2 - upgrades: 3 - } - } - } - }] - rewards: [ - { - id: "7CCAE98342347C8A" - type: "item" - item: "minecraft:leather" - count: 2 - } - { - id: "3DCE5B86E9A8AC10" - type: "xp" - xp: 100 - } - ] - } - { - x: -3.0d - y: 5.0d - shape: "square" - description: [ - "As the rest of the gear, the boots come with low durability and armor, but comes with:" - "" - "3 Upgrade Slots" - "2 Defense Slots" - "1 Ability Slot" - ] - hide_dependency_lines: true - dependencies: ["3E9618EEC90169C3"] - hide: true - id: "6D8D7E0A97E14F2B" - tasks: [{ - id: "74F9810054D8EB4B" - type: "item" - item: { - id: "tconstruct:travelers_boots" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:durability": 130.0f - "tconstruct:armor": 1.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 2 - upgrades: 3 - } - } - } - }] - rewards: [ - { - id: "273779C45A2214AC" - type: "item" - item: "minecraft:leather" - count: 2 - } - { - id: "30CDBB4E2EFB493C" - type: "xp" - xp: 100 - } - ] - } - { - x: 1.0d - y: -2.5d - shape: "diamond" - description: [ - "Using the Tinker Station, you can modify your tools." - "" - "Modifiers add special stats and abilities to your tools based on the modifier type." - "" - "This section explains the types of modifiers!" - ] - dependencies: ["4D580C89653F69AA"] - size: 1.5d - id: "317872EB7FB600F4" - tasks: [{ - id: "536A0DA9D3833EB2" - type: "checkmark" - title: "Modifiers" - }] - rewards: [{ - id: "541FF53B6B620C4B" - type: "xp" - xp: 10 - }] - } - { - x: 2.0d - y: -3.0d - shape: "diamond" - description: [ - "Traits are abilities or extra stats that are attached to either the type of tool, or the materials the tool was built out of." - "" - "To see all of the different kinds of traits, make sure to check out the books &eMaterials and You&r, &eMighty Smelting&r, and &eFantastic Foundry&r." - ] - dependencies: ["317872EB7FB600F4"] - id: "4D31658BCB3234D5" - tasks: [{ - id: "11B59B175364E355" - type: "checkmark" - title: "Traits" - }] - rewards: [{ - id: "39851B1532A36866" - type: "xp" - xp: 10 - }] - } - { - x: 1.5d - y: -3.5d - shape: "diamond" - description: [ - "Each tool starts with 3 to 4 upgrade slots. These slots can be used to enhance the tool, like adding redstone to increase the speed." - "" - "Make sure to check out the book &9Puny Smelting&r to see all of the available upgrades!" - ] - dependencies: ["317872EB7FB600F4"] - id: "24535A5965EB8324" - tasks: [{ - id: "10B656EADDAAD5BC" - type: "checkmark" - title: "Tool Upgrade Slots" - }] - rewards: [{ - id: "64D7777877CA749C" - type: "xp" - xp: 10 - }] - } - { - title: "Slotless Mods" - x: 1.0d - y: -4.0d - shape: "diamond" - description: [ - "Slotless Modifiers do not require a slot to add. You can add as many as you'd like." - "" - "These are usually cosmetic." - "" - "To see a list of available Slotless Modifiers, check out the book &ePuny Smelting&r." - ] - dependencies: ["317872EB7FB600F4"] - id: "7240E64810E9D832" - tasks: [{ - id: "15D2B52AD79FCF54" - type: "checkmark" - title: "Slotless Modifiers" - }] - rewards: [{ - id: "5D7262C6E05329A0" - type: "xp" - xp: 10 - }] - } - { - x: 0.5d - y: -3.5d - shape: "diamond" - description: [ - "Abilities are powerful modifiers, like Silk Touch or Autosmelt." - "" - "Abilities require ability slots on the tool, which most tools start with at least one slot. You can only add 1 more ability slot per tool, so choose wisely!" - "" - "The book &eMighty Smelting&r lists all available abilities that can be placed on tools." - ] - dependencies: ["317872EB7FB600F4"] - id: "2948ECD7FB504F05" - tasks: [{ - id: "0322FB95614F8672" - type: "checkmark" - title: "Tool Abilities" - }] - rewards: [{ - id: "4CD8C7A3B34B766F" - type: "xp" - xp: 10 - }] - } - { - x: 0.0d - y: -3.0d - shape: "diamond" - description: [ - "These mods are applied to Armor, which gives certain defense abilities like Fire Resistance." - "" - "If you're looking to check out all of the available Defense Modifiers, check out the book &eMighty Smelting&r." - ] - dependencies: ["317872EB7FB600F4"] - id: "3E12B682BA858D79" - tasks: [{ - id: "3EB37CED2BD3684A" - type: "checkmark" - title: "Defense Mods" - }] - rewards: [{ - id: "3E6D66FE68D5CA8D" - type: "xp" - xp: 10 - }] - } - { - title: "Gathering Grout" - x: 3.0d - y: -0.5d - subtitle: "I am Grout." - description: [ - "To be able to use metals to create tools, we'll need a smeltery, which is created from &eGrout&r." - "" - "To create Grout, you'll need Sand, Gravel, and Clay. Get as much as you can!" - ] - dependencies: ["4D580C89653F69AA"] - id: "5D4F82496A6D1228" - tasks: [{ - id: "487B22C8735A2ECF" - type: "item" - item: "tconstruct:grout" - count: 32L - }] - rewards: [ - { - id: "26F2490E60E67CFA" - type: "item" - item: "tconstruct:grout" - count: 8 - } - { - id: "443C1FE5DFF3CD42" - type: "xp" - xp: 10 - } - ] - } - { - x: -5.0d - y: -0.5d - subtitle: "The Starter Guide" - description: [ - "&eMaterials and You&r is the starter guide for Tinkers' Construct." - "" - "You can also just use the Eccentric Tome that you started with, as it should have this book inside of it." - "" - "You might be wondering why you're getting one in return. You'll need it to upgrade the book to the next tier!" - ] - dependencies: ["63318C8E26E28F58"] - id: "4E3BAD0EE3974503" - tasks: [{ - id: "3470A9B8D6C75484" - type: "item" - item: "tconstruct:materials_and_you" - }] - rewards: [ - { - id: "3842E31DE5C28EAC" - type: "item" - item: "tconstruct:materials_and_you" - } - { - id: "01175E9DECA5B0DC" - type: "xp" - xp: 10 - } - ] - } - { - x: 3.0d - y: -2.0d - description: ["This book will teach you how to make your first setup, the Melter."] - dependencies: ["5D4F82496A6D1228"] - optional: true - id: "202C1C3E4F32BC62" - tasks: [{ - id: "5B872818EE37EE6E" - type: "item" - item: "tconstruct:puny_smelting" - }] - rewards: [{ - id: "73313AB1ED590B7F" - type: "xp" - xp: 100 - }] - } - { - title: "Throw it in the Furnace" - x: 5.0d - y: 1.0d - description: [ - "Smelting &eGrout&r will give you &9Seared Bricks&r. Don't confuse these with the block Brick, as those are different." - "" - "&9Seared Brick&r is the basic crafting material used to make a smeltery. It never hurts to get as many as you can." - ] - dependencies: ["5D4F82496A6D1228"] - id: "20F30F5FFD3D669D" - tasks: [{ - id: "4ECA340F0B13246E" - type: "item" - item: "tconstruct:seared_brick" - count: 32L - }] - rewards: [ - { - id: "45A3DDD7E9EE6C41" - type: "item" - item: "tconstruct:seared_brick" - count: 8 - } - { - id: "210EFE8836D5C96F" - type: "xp" - xp: 10 - } - ] - } - { - title: "Your First Smeltery" - icon: "tconstruct:seared_melter" - x: 7.0d - y: 1.0d - description: [ - "To create metal tools, we'll need to make a Smeltery to make molten metal." - "" - "We're going to make a Melter, which is the first simple smeltery we'll need before we can make our big custom smelteries." - "" - "This is how the Melter is setup:" - "" - "{image:atm:textures/basic_melter.png width:200 height:150 align:1}" - ] - dependencies: ["20F30F5FFD3D669D"] - id: "6DB1A9EDAAE6D12F" - tasks: [ - { - id: "3DE5F08F9FD9261E" - type: "item" - item: "tconstruct:seared_faucet" - count: 3L - } - { - id: "198F70795D1D162D" - type: "item" - item: "tconstruct:seared_basin" - } - { - id: "415D563EFA54D0B4" - type: "item" - item: "tconstruct:seared_table" - } - { - id: "57759004B7A593B3" - type: "item" - item: "tconstruct:seared_melter" - } - { - id: "72EF56B5BF01B7A7" - type: "item" - item: "tconstruct:seared_fuel_tank" - } - { - id: "6DCFE80D576A51B4" - type: "item" - item: "minecraft:lava_bucket" - } - ] - rewards: [ - { - id: "78DEE685B1297282" - type: "item" - item: "tconstruct:seared_brick" - count: 16 - } - { - id: "089CED85E7BE296A" - type: "item" - item: "minecraft:lava_bucket" - } - { - id: "70B9B5045ED1E393" - type: "xp" - xp: 100 - } - ] - } - { - title: "Single-Use Metal Casts" - x: 6.5d - y: -0.5d - description: ["At the start, you can make Sand Casts to create the tool casts for your first metal parts."] - dependencies: ["6DB1A9EDAAE6D12F"] - optional: true - id: "7A49EC84CABC8B5F" - tasks: [{ - id: "7835ABA7AED1C995" - type: "item" - item: "tconstruct:blank_sand_cast" - count: 4L - }] - rewards: [ - { - id: "3C23865CD6B19F75" - type: "item" - item: "tconstruct:blank_sand_cast" - count: 2 - } - { - id: "27890A00132013B1" - type: "xp" - xp: 10 - } - ] - } - { - title: "Reusable Metal Casts" - x: 7.5d - y: -0.5d - description: [ - "If you have the gold, you can make reusable casts by pouring the molten gold over the item you are looking to make a cast out of." - "" - "Let's make an Ingot Gold Cast. Place some gold in the Melter to smelt it into Molten Gold, then place an ingot on the Casting Table. Right click on the faucet to pour out the Molten Gold over the ingot, creating us an Ingot Cast." - ] - dependencies: ["6DB1A9EDAAE6D12F"] - id: "5D1661EB762777E3" - tasks: [{ - id: "356977F9A6FC2A45" - type: "item" - item: "tconstruct:ingot_cast" - }] - rewards: [ - { - id: "432855073A576998" - type: "item" - item: "minecraft:gold_ingot" - count: 2 - } - { - id: "0C0DF2A27C56D01F" - type: "xp" - xp: 10 - } - ] - } - { - title: "Making the Smeltery Controller" - x: 11.0d - y: -0.5d - description: [ - "Using our Melter, let's smelt down some Copper." - "" - "Start by smelting 4 ingots of Copper in the Melter. Then, place a Seared Brick in our Casting Basin." - "" - "With the Copper selected in the Melter (left click if you have other molten metals inside), right-click on the faucet to pour out the Molten Copper in the Casting Basin." - "" - "This will create our Smeltery Controller." - ] - dependencies: ["61EB8322B3E68C50"] - id: "506049B1F127462A" - tasks: [ - { - id: "40ADC273F5D44DCA" - type: "item" - item: "tconstruct:seared_bricks" - } - { - id: "08C4B1DE3B6D2EF2" - type: "item" - item: "tconstruct:smeltery_controller" - } - ] - rewards: [ - { - id: "70097EBD5FD3999C" - type: "item" - item: "tconstruct:seared_bricks" - count: 4 - random_bonus: 4 - } - { - id: "036AA5EE1D7109FF" - type: "xp" - xp: 10 - } - ] - } - { - title: "The Mighty Smeltery" - x: 11.0d - y: -3.0d - shape: "square" - description: [ - "It's time to build the Smeltery." - "" - "This can be any size, up to 16x16x64, but it must be rectangular." - "" - "The basic standard Smeltery starts with a 3x3 base, usually in the ground. Then on the next layer, add Seared Bricks around the edges. At the front of the Smeltery, you'll place your Smeltery Controller and Seared Tank." - "" - "To pump molten ingots out, we'll need a Seared Drain to pour the molten metal into our Casting Table and Basin. Don't forget the Faucets!" - "" - "{image:atm:textures/basic_smeltery2.png width:200 height:100 align:1}" - ] - dependencies: ["506049B1F127462A"] - size: 1.5d - id: "71409AA6F3C56CCC" - tasks: [ - { - id: "4EEE29D9B449D303" - type: "item" - item: "tconstruct:seared_bricks" - count: 18L - } - { - id: "1998C202C2C79D45" - type: "item" - item: "tconstruct:seared_drain" - } - ] - rewards: [ - { - id: "53DE1D55ABAB5FE7" - type: "item" - item: "tconstruct:seared_bricks" - count: 8 - } - { - id: "3585CA56CD4C38A7" - type: "item" - item: "minecraft:lava_bucket" - } - { - id: "0DFD9AB2C6951D7F" - type: "xp" - xp: 100 - } - ] - } - { - x: 9.0d - y: 1.0d - subtitle: "Taking the Training Wheels Off" - description: ["To learn more about creating a Smeltery, let's make the next book: Mighty Smelting"] - dependencies: ["6DB1A9EDAAE6D12F"] - id: "61EB8322B3E68C50" - tasks: [{ - id: "47CED3C0AADE17AC" - type: "item" - item: "tconstruct:mighty_smelting" - }] - rewards: [{ - id: "1555EB8AABC53C5E" - type: "xp" - xp: 10 - }] - } - { - title: "Customizing your Smeltery" - x: 10.5d - y: -5.0d - shape: "diamond" - description: ["These blocks can be used as a replacement for Seared Bricks, while still making the Smeltery functional!"] - dependencies: ["71409AA6F3C56CCC"] - optional: true - id: "740EE68B4E779115" - tasks: [ - { - id: "0B71EE4D0F307829" - type: "item" - item: "tconstruct:seared_ladder" - } - { - id: "50C1E4D079FBE02E" - type: "item" - item: "tconstruct:seared_glass" - } - ] - rewards: [ - { - id: "06ADC89063647698" - type: "item" - item: "tconstruct:seared_brick" - count: 4 - random_bonus: 4 - } - { - id: "1358BF38F880072D" - type: "xp" - xp: 10 - } - ] - } - { - title: "Input/Output" - x: 11.5d - y: -5.0d - shape: "diamond" - description: [ - "Aside from the Seared Drain, there are more ways to pump fluids and items into or out of your Smeltery." - "" - "The &9Seared Duct&r allows you to pump specific fluids out of your Smeltery. To do this, fill a Copper Can or Bucket filled with the fluid you wish to filter out, then put it inside of the Duct to act as a filter. This will then be shown in the middle of the Duct." - "" - "The &6Seared Chute&r allows you to pump items into the Smeltery." - ] - dependencies: ["71409AA6F3C56CCC"] - id: "2AD7445095E1822A" - tasks: [ - { - id: "28F6D40B8B5A2D39" - type: "item" - item: "tconstruct:seared_duct" - } - { - id: "066CDE3E5A1C8AEB" - type: "item" - item: "tconstruct:seared_chute" - } - ] - rewards: [ - { - id: "6EA16F3E5DA49AF9" - type: "item" - item: "tconstruct:seared_brick" - count: 4 - } - { - id: "69854B849BDE9C3B" - type: "xp" - xp: 10 - } - ] - } - { - title: "Making Alloys" - x: 13.0d - y: -3.0d - description: [ - "The Smeltery will combine molten ingots together to create &9Alloys&r. You'll figure this out really fast if you just pump random ores into it." - "" - "We will need alloys to create better tools and armor, so let's get ourselves some Bronze." - "" - "To get Bronze, smelt Copper and Tin together. The alloy is 3 parts Copper, 1 part Tin." - "" - "Tip: Pouring the molten Bronze into a Casting Basin creates a Bronze block, instead of making the individual ingots with the Casting Table." - ] - dependencies: ["71409AA6F3C56CCC"] - id: "63A17D740F3718F1" - tasks: [{ - id: "14270AD6B80B4628" - type: "item" - item: "alltheores:bronze_block" - }] - rewards: [ - { - id: "00CD9D44BCB705FB" - type: "item" - item: "alltheores:bronze_ingot" - count: 3 - random_bonus: 3 - } - { - id: "2DB76C89B9437FD7" - type: "xp" - xp: 10 - } - ] - } - { - x: 15.0d - y: -3.0d - shape: "rsquare" - subtitle: "The Ultimate Creation Table" - description: [ - "The &6Tinker's Anvil&r is the upgrade to the Tinker Station." - "" - "It allows you to create &9Broad Tools&r like the Hammer, Excavator, and more." - "" - "Note: The anvil top can be made out of any alloy, not just Bronze." - ] - dependencies: ["63A17D740F3718F1"] - id: "1E35D97AF9B2A0C8" - tasks: [{ - id: "534231B9986B7876" - type: "item" - item: { - id: "tconstruct:tinkers_anvil" - Count: 1b - tag: { - texture: "alltheores:bronze_block" - } - } - }] - rewards: [ - { - id: "1BEC5A38A1C8159A" - type: "item" - item: { - id: "tconstruct:broad_blade" - Count: 1b - tag: { - Material: "tconstruct:bronze" - } - } - } - { - id: "179970C0AF023F3C" - type: "xp" - xp: 100 - } - ] - } - { - title: "Increasing the Size" - x: 11.0d - y: -5.5d - shape: "diamond" - subtitle: "Size Does Matter" - description: [ - "If you want to increase the amount of storage and input slots the Smeltery has, build the Smeltery upwards!" - "" - "Every layer on top of the Smeltery increases the amount of items it can smelt at the same time, and how much molten Ingots it can store." - "" - "The max height is 64." - ] - dependencies: ["71409AA6F3C56CCC"] - id: "79FEF7F610F0DB64" - tasks: [{ - id: "18B1E0EC9C938915" - type: "item" - item: "tconstruct:seared_bricks" - count: 12L - }] - rewards: [ - { - id: "1A41759A80120C0E" - type: "item" - item: "tconstruct:seared_bricks" - count: 4 - } - { - id: "4D290773F5C0A967" - type: "xp" - xp: 10 - } - ] - } - { - icon: "tconstruct:smeltery_controller" - x: 7.0d - y: 2.5d - description: [ - "If you're new to TC, it's helpful to know each part of the Smeltery and how it functions." - "" - "The main controller, whether it is a &9Melter&r or &9Smeltery Controller&r will have a GUI when you right click. If it doesn't, the structure isn't complete!" - "" - "This is how you manually insert ores and items into the Smeltery." - ] - dependencies: ["6DB1A9EDAAE6D12F"] - optional: true - id: "01A303E16F56A744" - tasks: [{ - id: "23353CA86237AE30" - type: "checkmark" - title: "Understanding Smeltery Parts" - }] - rewards: [{ - id: "127FF1A55308259A" - type: "xp" - xp: 10 - }] - } - { - icon: "tconstruct:seared_basin" - x: 6.5d - y: 3.5d - shape: "diamond" - description: [ - "&9Casting Basins&r are used to create blocks out of molten metal. This is the easiest way to get metal out of the Smeltery, as it extracts 9 ingots to create a block. These can also be used to create specific items by pouring molten metals onto blocks placed in the Basin." - "" - "&9Casting Tables&r are used for more precise pours, like creating casts or tool parts." - ] - dependencies: ["01A303E16F56A744"] - optional: true - id: "3341EC0F88729061" - tasks: [{ - id: "0738C23F6D0FFADB" - type: "checkmark" - title: "Casting Basin and Table" - }] - rewards: [{ - id: "1BA529454AD71699" - type: "xp" - xp: 10 - }] - } - { - icon: "tconstruct:seared_faucet" - x: 7.5d - y: 3.5d - shape: "diamond" - description: [ - "When right-clicked, &9Faucets&r function as a way to extract molten ingots from the Smeltery. This will only work if there is something to pour out onto, like a Casting Table." - "" - "&9Channels&r are used to extend the reach of a faucet, and create a pipe-like network for molten liquids." - ] - dependencies: ["01A303E16F56A744"] - optional: true - id: "3D4D2D0B160E22B5" - tasks: [{ - id: "2562C1A8B4DB2EBB" - type: "checkmark" - title: "Faucets and Channels" - }] - } - { - icon: "tconstruct:seared_fuel_tank" - x: 7.0d - y: 4.0d - shape: "diamond" - description: [ - "&9Seared Fuel Tanks&r store liquids that are used to heat up the Smeltery to smelt items down. These can stack on top of each other within the Smeltery multi-block, and can hold 4 buckets of fuel." - "" - "Certain &eFuels&r are required to smelt certain ingots, depending on the heat required. Lava works for most ores, but you'll need &6Blazing Blood&r to smelt higher tier materials, like Allthemodium." - ] - dependencies: ["01A303E16F56A744"] - optional: true - id: "05BC6BF2AAA43091" - tasks: [{ - id: "282F6F2D6CC2E09D" - type: "checkmark" - title: "Fuel Tanks and Fuels" - }] - rewards: [{ - id: "00290449960DE450" - type: "xp" - xp: 10 - }] - } - { - title: "Smelting Entities" - x: 9.0d - y: -3.5d - shape: "hexagon" - subtitle: "Don't Stand in the Smeltery" - description: [ - "The Smeltery can be used to smelt entities to create items." - "" - "&lNotable Entities:&r" - "" - "Players - Blood (Slimeball substitute)" - "Silverfish - Seared Stone" - "Villagers and Illagers - Emeralds" - "Skeletons - Milk" - "Ender Dragon - What?" - ] - dependencies: ["71409AA6F3C56CCC"] - optional: true - id: "00CB0F26B3751D32" - tasks: [{ - id: "16789775F365204D" - type: "item" - item: "tconstruct:blood_slime_ball" - }] - rewards: [{ - id: "58E07A76F21CD10B" - type: "xp" - xp: 100 - }] - } - { - x: 9.0d - y: -2.5d - shape: "hexagon" - subtitle: "The \"All in One\" Book" - description: [ - "Looking for a complete list of Materials, Upgrades, and more?" - "" - "Make you one of these. It's better than having to flip through 4 different TC books." - ] - dependencies: ["71409AA6F3C56CCC"] - optional: true - id: "3CEC4B07D209B7AD" - tasks: [{ - id: "377B7F651B40C0F6" - type: "item" - item: "tconstruct:encyclopedia" - }] - rewards: [{ - id: "39F210080C2C6FDC" - type: "xp" - xp: 100 - }] - } - { - title: "Nether Grout" - x: 15.0d - y: -0.5d - subtitle: "I am Nether Grout." - description: [ - "If we want to make a TC Foundry, we'll need something stronger than Seared Bricks." - "" - "Head to the Nether for Magma Cream and Soul Sand. You'll need these to craft you some &9Nether Grout&r." - ] - dependencies: ["1E35D97AF9B2A0C8"] - id: "085239E88B85820C" - tasks: [{ - id: "7E9F548868BEB2FA" - type: "item" - item: "tconstruct:nether_grout" - count: 32L - }] - rewards: [ - { - id: "26561404443098F2" - type: "item" - item: "tconstruct:nether_grout" - count: 6 - random_bonus: 6 - } - { - id: "6C21856552B78399" - type: "xp" - xp: 10 - } - ] - } - { - x: 16.5d - y: -0.5d - subtitle: "How-To Foundry" - description: ["This book contains all of the information needed to create and use a Foundry, as well as a list of Tier 4 Materials and how to create Plate Armor."] - dependencies: ["085239E88B85820C"] - optional: true - id: "7675F195F6D5F8B4" - tasks: [{ - id: "42232A516F1FD4F6" - type: "item" - item: "tconstruct:fantastic_foundry" - }] - rewards: [{ - id: "7C58D43BD65FE70F" - type: "xp" - xp: 100 - }] - } - { - title: "Creating a Foundry Controller" - icon: "tconstruct:scorched_bricks" - x: 15.0d - y: 2.5d - description: [ - "To create the Foundry, we'll need the &6Foundry Controller&r." - "" - "To get this, place a Scorched Brick in a Casting Basin, then pour at least 1 block's worth of Obsidian over it." - ] - dependencies: ["5F6D253B5D900724"] - id: "5FAFAEC103BE62DD" - tasks: [ - { - id: "78B14C96E2FCE9BA" - type: "item" - item: "tconstruct:scorched_bricks" - } - { - id: "636F5BF28DB30A27" - type: "item" - item: "minecraft:obsidian" - } - { - id: "4FC9AD1C3A09F27F" - type: "item" - item: "tconstruct:foundry_controller" - } - ] - rewards: [ - { - id: "3648F56E2A4CBED5" - type: "item" - item: "tconstruct:scorched_bricks" - count: 4 - random_bonus: 4 - } - { - id: "5AC46217F06A5C61" - type: "xp" - xp: 10 - } - ] - } - { - title: "Nether Smelting" - x: 15.0d - y: 1.0d - description: ["Smelting Nether Grout will give us &6Scorched Bricks&r, which is what we'll use to create our Foundry."] - dependencies: ["085239E88B85820C"] - id: "5F6D253B5D900724" - tasks: [{ - id: "319C6349A20B7C7A" - type: "item" - item: "tconstruct:scorched_brick" - count: 16L - }] - rewards: [ - { - id: "56A8465D58C6D65F" - type: "item" - item: "tconstruct:scorched_brick" - count: 8 - random_bonus: 8 - } - { - id: "67758A26C5EF748E" - type: "xp" - xp: 100 - } - ] - } - { - title: "Creating the Foundry" - icon: "tconstruct:foundry_controller" - x: 15.0d - y: 4.5d - shape: "square" - description: [ - "The &6Foundry&r is just like the Smeltery, but doesn't create alloys. No more worrying about mixing materials!" - "" - "The Foundry also creates &9Byproducts&r from items smelted. For example, Copper can give Gold as a byproduct." - "" - "To create the Foundry, you'll need to build it like the Smeltery using Scorched items instead of Seared. The Foundry also needs corners to function." - "" - "Here is an example of a complete Foundry:" - "" - "{image:atm:textures/basic_foundry.png width:200 height:150 align:1}" - ] - dependencies: ["5FAFAEC103BE62DD"] - size: 1.5d - id: "073B3F17C6110A73" - tasks: [ - { - id: "0D85D26357A4519B" - type: "item" - item: "tconstruct:scorched_bricks" - count: 16L - } - { - id: "135F9155412A324E" - type: "item" - item: "tconstruct:scorched_fuel_tank" - } - { - id: "4F6FEC6577607A4B" - type: "item" - item: "tconstruct:scorched_drain" - } - { - id: "04A2A3EAF99526E3" - type: "item" - item: "tconstruct:scorched_table" - } - { - id: "4CF07DE3D1810B0A" - type: "item" - item: "tconstruct:scorched_basin" - } - { - id: "2D5888945AE1A6DE" - type: "item" - item: "tconstruct:scorched_faucet" - count: 3L - } - ] - rewards: [ - { - id: "0007AA5AED9C0FD1" - type: "item" - item: "tconstruct:scorched_bricks" - count: 8 - random_bonus: 8 - } - { - id: "0C5D7E4308EFBBA0" - type: "xp" - xp: 100 - } - ] - } - { - title: "Customizing the Foundry" - x: 13.0d - y: 4.5d - description: ["Just like the Smeltery, there are many blocks you can use that function as Foundry blocks when creating your Foundry."] - dependencies: ["073B3F17C6110A73"] - optional: true - id: "2FCE10E2126AB563" - tasks: [ - { - id: "780AADB9124502A9" - type: "item" - item: "tconstruct:scorched_glass" - } - { - id: "78D90B46E670817A" - type: "item" - item: "tconstruct:scorched_duct" - } - { - id: "739B99391BF1C2CB" - type: "item" - item: "tconstruct:scorched_chute" - } - ] - rewards: [ - { - id: "25923BD4F23BEE66" - type: "item" - item: "tconstruct:scorched_bricks" - count: 4 - } - { - id: "3D04A5A554AD9D55" - type: "xp" - xp: 10 - } - ] - } - { - x: 15.0d - y: 6.5d - subtitle: "For Those That Need Alloys" - description: [ - "For those that want to create alloys, this block will do exactly that." - "" - "It will need either a heater or fuel tank beneath it, and will need Ingot tanks adjacent to the Alloyer to create the alloys." - "" - "Insert the molten ingots into each of the Ingot Tanks, and the Alloyer will create the alloy." - "" - "{image:atm:textures/basic_alloyer.png width:200 height:125 align:1}" - ] - dependencies: ["073B3F17C6110A73"] - optional: true - id: "7AA0E88863D30B5D" - tasks: [ - { - id: "7EF6A858AEB29DA8" - type: "item" - item: "tconstruct:scorched_alloyer" - } - { - id: "0CDC73E8DBA50FA7" - type: "item" - item: "tconstruct:scorched_ingot_tank" - count: 2L - } - ] - rewards: [ - { - id: "570DFB8FD01BEA9A" - type: "item" - item: "tconstruct:scorched_bricks" - count: 16 - } - { - id: "027996FB738F9863" - type: "xp" - xp: 10 - } - ] - } - { - title: "&6Blazing Blood&r" - x: 17.0d - y: 4.5d - subtitle: "What in the Blazes" - description: [ - "Lava will not cut it for smelting down ores like &6Allthemodium&r. For this you'll need something hotter." - "" - "Stacy's Mo- I mean &6Blazing Blood&r." - "" - "There are several ways to get this. You can smelt Blaze Heads in the Foundry, OR... smelt the Blazes directly." - "" - "Tip: Use &9Mekanism's &eCardboard Box&r to pick up a Blaze Spawner in the Nether. Bring the Blazes to your Foundry!!!!" - ] - dependencies: ["073B3F17C6110A73"] - id: "2B7EFB6A2605BEFD" - tasks: [{ - id: "46420D96D907C511" - type: "item" - item: "tconstruct:blaze_head" - }] - rewards: [ - { - id: "177560D67E95D1DD" - type: "item" - item: "tconstruct:blazing_blood_bucket" - } - { - id: "4EA2AF67FEA31605" - type: "xp" - xp: 100 - } - ] - } - { - title: "Melting Tool Ability" - x: 17.0d - y: 6.5d - description: [ - "Want to melt entities by hand?" - "" - "Adding the &6Melter&r ability to your tool allows you to melt the enemies directly into your tool." - "" - "Note: The Tool will require a &9Tank Upgrade&r to store liquids." - ] - dependencies: ["2B7EFB6A2605BEFD"] - optional: true - id: "729B02AE3CDD52AD" - tasks: [ - { - id: "6CBF02F660781BEB" - type: "item" - item: "minecraft:blaze_rod" - count: 2L - } - { - id: "3EF210DD4581E94F" - type: "item" - item: "minecraft:lava_bucket" - } - { - id: "1DE67536C429D4EF" - type: "item" - item: "minecraft:lava_bucket" - } - { - id: "6BCA350317D8DB4B" - type: "item" - item: "tconstruct:seared_melter" - } - ] - rewards: [ - { - id: "18A7AB1B620B2E07" - type: "xp" - xp: 100 - } - { - id: "1015DAE6FDD73726" - type: "item" - item: "minecraft:blaze_rod" - count: 2 - random_bonus: 2 - } - ] - } - { - x: 13.0d - y: -1.5d - shape: "square" - description: [""] - hide_dependency_lines: true - dependencies: ["7D87F961B76246CA"] - id: "47036143F1C1ACBF" - tasks: [{ - id: "54D194010E11D42A" - type: "item" - item: { - id: "tconstruct:plate_helmet" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:armor_toughness": 2.0f - "tconstruct:knockback_resistance": 0.1f - "tconstruct:durability": 330.0f - "tconstruct:armor": 2.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 4 - upgrades: 1 - } - } - } - }] - rewards: [ - { - id: "79A447E0D666AAE3" - type: "item" - item: "tconstruct:cobalt_ingot" - count: 2 - } - { - id: "3435D8453EDE3FF6" - type: "xp" - xp: 100 - } - ] - } - { - x: 13.0d - y: -0.5d - shape: "square" - hide_dependency_lines: true - dependencies: ["7D87F961B76246CA"] - id: "1A1FC33BF6FA46D0" - tasks: [{ - id: "09F3B5DFA9F04C81" - type: "item" - item: { - id: "tconstruct:plate_chestplate" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:armor_toughness": 2.0f - "tconstruct:knockback_resistance": 0.1f - "tconstruct:durability": 480.0f - "tconstruct:armor": 7.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 4 - upgrades: 1 - } - } - } - }] - rewards: [ - { - id: "0F91754ABCE08DC6" - type: "item" - item: "tconstruct:cobalt_ingot" - count: 2 - } - { - id: "7E02FA1499953328" - type: "xp" - xp: 100 - } - ] - } - { - x: 13.0d - y: 1.5d - shape: "square" - hide_dependency_lines: true - dependencies: ["7D87F961B76246CA"] - id: "7A915BE0EB750D10" - tasks: [{ - id: "3252DBE061633FAE" - type: "item" - item: { - id: "tconstruct:plate_leggings" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:armor_toughness": 2.0f - "tconstruct:knockback_resistance": 0.1f - "tconstruct:durability": 450.0f - "tconstruct:armor": 5.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 4 - upgrades: 1 - } - } - } - }] - rewards: [ - { - id: "349787C18996CE25" - type: "item" - item: "tconstruct:cobalt_ingot" - count: 2 - } - { - id: "419C93B2BDA259FB" - type: "xp" - xp: 100 - } - ] - } - { - x: 13.0d - y: 2.5d - shape: "square" - hide_dependency_lines: true - dependencies: ["7D87F961B76246CA"] - id: "3AA240330D9BCC13" - tasks: [{ - id: "4B146B86BEE3404C" - type: "item" - item: { - id: "tconstruct:plate_boots" - Count: 1b - tag: { - tic_multipliers: { } - tic_stats: { - "tconstruct:armor_toughness": 2.0f - "tconstruct:knockback_resistance": 0.1f - "tconstruct:durability": 390.0f - "tconstruct:armor": 2.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - defense: 4 - upgrades: 1 - } - } - } - }] - rewards: [ - { - id: "67A0C096209E5691" - type: "item" - item: "tconstruct:cobalt_ingot" - count: 2 - } - { - id: "3480693D24A93EE7" - type: "xp" - xp: 100 - } - ] - } - { - title: "Cleaver" - x: 15.0d - y: -5.0d - shape: "diamond" - subtitle: "Heavy Hitter" - description: ["High Damage weapon that also decapitates. "] - dependencies: ["1E35D97AF9B2A0C8"] - optional: true - id: "4284DC447ED43032" - tasks: [{ - id: "5F6A0DAD14C22789" - type: "item" - item: { - id: "tconstruct:cleaver" - Count: 1b - tag: { - tic_multipliers: { - "tconstruct:mining_speed": 0.25f - "tconstruct:attack_damage": 1.5f - "tconstruct:durability": 3.5f - } - tic_stats: { - "tconstruct:attack_speed": 1.0f - "tconstruct:mining_speed": 1.5f - "tconstruct:attack_damage": 7.5f - "tconstruct:harvest_tier": "minecraft:iron" - "tconstruct:durability": 1540.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ - { - name: "tconstruct:severing" - level: 2s - } - { - name: "tconstruct:sturdy" - level: 4s - } - { - name: "tconstruct:silky_aoe_shears" - level: 1s - } - ] - tic_materials: [ - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - upgrades: 2 - } - } - } - }] - rewards: [{ - id: "70EC3A03C84168B3" - type: "xp" - xp: 100 - }] - } - { - title: "Excavator" - x: 14.5d - y: -5.5d - shape: "diamond" - subtitle: "3x3 Digging" - description: [""] - dependencies: ["1E35D97AF9B2A0C8"] - optional: true - id: "7FF7E8F009D21285" - tasks: [{ - id: "55CD41E6BCDD8924" - type: "item" - item: { - id: "tconstruct:excavator" - Count: 1b - tag: { - tic_multipliers: { - "tconstruct:mining_speed": 0.3f - "tconstruct:attack_damage": 1.2f - "tconstruct:durability": 3.75f - } - tic_stats: { - "tconstruct:attack_speed": 1.0f - "tconstruct:mining_speed": 1.8000001f - "tconstruct:attack_damage": 4.2000003f - "tconstruct:harvest_tier": "minecraft:iron" - "tconstruct:durability": 1650.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ - { - name: "tconstruct:knockback" - level: 2s - } - { - name: "tconstruct:sturdy" - level: 4s - } - { - name: "tconstruct:shovel_flatten" - level: 1s - } - ] - tic_materials: [ - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - upgrades: 2 - } - } - } - }] - rewards: [{ - id: "2D7BECFB14E67900" - type: "xp" - xp: 100 - }] - } - { - title: "Vein Hammer" - x: 15.0d - y: -6.0d - shape: "diamond" - subtitle: "Kinda useless with Ultimine" - dependencies: ["1E35D97AF9B2A0C8"] - optional: true - id: "7C518B3A86E4869F" - tasks: [{ - id: "7F17C4A012A6EF0D" - type: "item" - item: { - id: "tconstruct:vein_hammer" - Count: 1b - tag: { - tic_multipliers: { - "tconstruct:mining_speed": 0.3f - "tconstruct:attack_damage": 1.25f - "tconstruct:durability": 5.0f - } - tic_stats: { - "tconstruct:attack_speed": 0.85f - "tconstruct:mining_speed": 1.8000001f - "tconstruct:attack_damage": 5.0f - "tconstruct:harvest_tier": "minecraft:iron" - "tconstruct:durability": 2200.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ - { - name: "tconstruct:piercing" - level: 2s - } - { - name: "tconstruct:sturdy" - level: 4s - } - ] - tic_materials: [ - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - upgrades: 2 - } - } - } - }] - rewards: [{ - id: "2019775866C688BC" - type: "xp" - xp: 100 - }] - } - { - title: "Sledge Hammer" - x: 14.0d - y: -5.0d - shape: "diamond" - subtitle: "3x3 Mining" - dependencies: ["1E35D97AF9B2A0C8"] - optional: true - id: "35BA7E1421AADE3A" - tasks: [{ - id: "467762FC002733D1" - type: "item" - item: { - id: "tconstruct:sledge_hammer" - Count: 1b - tag: { - tic_multipliers: { - "tconstruct:mining_speed": 0.4f - "tconstruct:attack_damage": 1.35f - "tconstruct:durability": 4.0f - } - tic_stats: { - "tconstruct:attack_speed": 0.75f - "tconstruct:mining_speed": 2.4f - "tconstruct:attack_damage": 6.75f - "tconstruct:harvest_tier": "minecraft:iron" - "tconstruct:durability": 1760.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ - { - name: "tconstruct:smite" - level: 2s - } - { - name: "tconstruct:sturdy" - level: 4s - } - ] - tic_materials: [ - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - upgrades: 2 - } - } - } - }] - rewards: [{ - id: "2C6008A3A2A8FEE1" - type: "xp" - xp: 100 - }] - } - { - x: 16.0d - y: -5.0d - shape: "diamond" - subtitle: "Cuts down entire trees - Also useless with Ultimine" - dependencies: ["1E35D97AF9B2A0C8"] - optional: true - id: "2E73CA4D82AB10E0" - tasks: [{ - id: "3BB4A6D3ADBB14F2" - type: "item" - item: { - id: "tconstruct:broad_axe" - Count: 1b - tag: { - tic_multipliers: { - "tconstruct:mining_speed": 0.3f - "tconstruct:attack_damage": 1.65f - "tconstruct:durability": 4.25f - } - tic_stats: { - "tconstruct:attack_speed": 0.6f - "tconstruct:mining_speed": 1.8000001f - "tconstruct:attack_damage": 11.55f - "tconstruct:harvest_tier": "minecraft:iron" - "tconstruct:durability": 1870.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ - { - name: "tconstruct:sturdy" - level: 4s - } - { - name: "tconstruct:axe_strip" - level: 1s - } - { - name: "tconstruct:axe_scrape" - level: 1s - } - { - name: "tconstruct:axe_wax_off" - level: 1s - } - ] - tic_materials: [ - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - upgrades: 2 - } - } - } - }] - rewards: [{ - id: "110F2DDD5639ED99" - type: "xp" - xp: 100 - }] - } - { - x: 15.5d - y: -5.5d - shape: "diamond" - subtitle: "Reaping Tool for Farming" - dependencies: ["1E35D97AF9B2A0C8"] - optional: true - id: "0A2BC58800819C15" - tasks: [{ - id: "155A9D8D5E9E5589" - type: "item" - item: { - id: "tconstruct:scythe" - Count: 1b - tag: { - tic_multipliers: { - "tconstruct:mining_speed": 0.45f - "tconstruct:durability": 2.5f - } - tic_stats: { - "tconstruct:attack_speed": 0.7f - "tconstruct:mining_speed": 2.6999998f - "tconstruct:attack_damage": 3.0f - "tconstruct:harvest_tier": "minecraft:iron" - "tconstruct:durability": 1100.0f - } - tic_broken: 0b - HideFlags: 3 - tic_modifiers: [ - { - name: "tconstruct:sturdy" - level: 4s - } - { - name: "tconstruct:silky_aoe_shears" - level: 1s - } - { - name: "tconstruct:harvest" - level: 1s - } - { - name: "tconstruct:hoe_till" - level: 1s - } - ] - tic_materials: [ - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - "tconstruct:iron" - ] - Damage: 0 - tic_persistent_data: { - abilities: 1 - upgrades: 2 - } - } - } - }] - rewards: [{ - id: "1E164BAE30AD659F" - type: "xp" - xp: 100 - }] - } - { - icon: { - id: "tconstruct:pick_head" - Count: 1b - tag: { - Material: "tconstruct:iron" - } - } - x: 1.0d - y: 1.0d - shape: "diamond" - description: [ - "Tools can be repaired by placing them in a Tinker Station with the material they are made out of." - "" - "You can also make repair kits (from Tinkers' Construct, not Silent Gear) to repair them on the go." - "" - "Tools can also be upgraded by combining the new tool part with the tool in the Tinker Station." - ] - dependencies: ["4D580C89653F69AA"] - optional: true - id: "748F70BEEAAE2AF9" - tasks: [{ - id: "13CA35CA6EC15987" - type: "checkmark" - title: "Repairing and Upgrading Tools" - }] - rewards: [{ - id: "2BABD291D5576987" - type: "xp" - xp: 10 - }] - } - { - title: "&6Soul Lava" - x: 18.5d - y: 4.5d - subtitle: "So hot it can melt anything, except an Iron Bucket." - description: [ - "Deep in The Other, you will find a Volcano filled with the hottest liquid in all of Minecraft." - "" - "&6Soul Lava&r is used to make the Allthemodium alloys. You'll need this to make the ATM Star!" - "" - "{image:atm:textures/soul_lava.png width:200 height:175 align:1}" - ] - dependencies: ["2B7EFB6A2605BEFD"] - id: "0858E8E6363138B8" - tasks: [{ - id: "77A52F974A768434" - type: "item" - item: "allthemodium:soul_lava_bucket" - }] - rewards: [ - { - id: "4C016BEDE92D8EDC" - type: "item" - item: "allthemodium:raw_allthemodium" - random_bonus: 1 - } - { - id: "0D563339CE61E1B2" - type: "xp" - xp: 100 - } - ] - } - { - title: "The ATM Alloys" - x: 21.0d - y: 4.5d - shape: "octagon" - description: [ - "With Soul Lava, you'll be able to create the Allthemodium alloys." - "" - "Note: You will need to use either an Alloyer or the Smeltery to combine the ingots, as the Foundry does not make alloys." - ] - dependencies: ["0858E8E6363138B8"] - size: 2.0d - id: "09E556E4EDDCDD2E" - tasks: [ - { - id: "2791A85BEB9EA266" - type: "item" - item: "allthemodium:unobtainium_allthemodium_alloy_ingot" - } - { - id: "5F1462947C125699" - type: "item" - item: "allthemodium:unobtainium_vibranium_alloy_ingot" - } - { - id: "3E0AE3F55767AFEE" - type: "item" - item: "allthemodium:vibranium_allthemodium_alloy_ingot" - } - ] - rewards: [ - { - id: "5A32B340365ACC24" - type: "xp" - xp: 1000 - } - { - id: "6C2507450A16E07D" - type: "item" - item: "allthemodium:raw_allthemodium" - } - { - id: "0367196F6814D84C" - type: "item" - item: "allthemodium:raw_unobtainium" - } - { - id: "6950E9DCCBEE0806" - type: "item" - item: "allthemodium:raw_vibranium" - } - ] - } - { - x: -3.0d - y: 3.0d - description: [ - "If you're just starting out, you can make yourself some &9Traveler's Gear&r." - "" - "These gear pieces all boast several upgrade slots, defense slots, and an ability slot." - "" - "While it isn't the greatest for protection, it allows you to customize your armor." - ] - hide_dependency_lines: true - dependencies: ["681E777B4C8E19CF"] - id: "3E9618EEC90169C3" - tasks: [{ - id: "428B3A5FD5E4796F" - type: "checkmark" - title: "Traveler's Gear" - }] - rewards: [ - { - id: "34A717C853280A3B" - type: "item" - item: "minecraft:leather" - count: 2 - } - { - id: "672A5B8298F1871E" - type: "xp" - xp: 10 - } - ] - } - { - x: 13.0d - y: 0.5d - description: [ - "Using Cobalt from the Nether, you can create yourself a customizable set of &9Plate Armor&r." - "" - "This is basically an upgrade from the Traveler's Gear." - "" - "Each piece of Plate Armor has high durability and armor, and they all come with:" - "" - "1 Upgrade Slot" - "4 Defense Slots" - "1 Ability Slot" - ] - id: "7D87F961B76246CA" - tasks: [{ - id: "58647E9ACAD9FDB9" - type: "checkmark" - title: "Plate Armor" - }] - rewards: [{ - id: "6FC67A906BE61358" - type: "xp" - xp: 10 - }] - } - ] -} +{ + id: "4F91F43F3651DB74" + group: "470D66B33874E150" + order_index: 1 + filename: "tinkers_construct" + title: "Tinkers' Construct" + icon: { + id: "tconstruct:tinker_station" + Count: 1b + tag: { + texture: "minecraft:oak_planks" + } + } + default_quest_shape: "" + 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" + x: -7.0d + y: -0.5d + subtitle: "The Basic Pattern" + description: [ + "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"] + id: "63318C8E26E28F58" + tasks: [{ + id: "6E6A9B43E5936FD1" + type: "item" + item: "tconstruct:pattern" + count: 6L + }] + rewards: [ + { + id: "127C1F9B87DBB586" + type: "item" + item: "tconstruct:pattern" + count: 2 + random_bonus: 2 + } + { + id: "40458073C2223A37" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.0d + y: -0.5d + description: [ + "To start crafting custom tools, we'll need 2 things:" + "" + "The &9Tinker Station&r, which is what we'll use to combine parts into tools. This is also where you'll repair, upgrade, and enchance your tools." + "" + "The &9Part Builder&r, which is what we'll use to create parts using &ePatterns&r and materials." + "" + "Note: If you place these beside each other, you can access them all from one block! This also works for other TC workbenches or anvils." + ] + dependencies: ["4E3BAD0EE3974503"] + id: "4E0F952F75FBC1C9" + tasks: [ + { + id: "621FAD19ED0FD894" + type: "item" + item: { + id: "tconstruct:tinker_station" + Count: 1b + tag: { + texture: "minecraft:oak_planks" + } + } + } + { + id: "1060C73CDE482FE7" + type: "item" + item: { + id: "tconstruct:part_builder" + Count: 1b + tag: { + texture: "minecraft:oak_planks" + } + } + } + ] + rewards: [ + { + id: "7272A308B3B605FB" + type: "item" + item: "tconstruct:pattern" + count: 2 + random_bonus: 2 + } + { + id: "7A1D6C2D78607250" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.5d + y: -2.0d + subtitle: "Storing Parts" + description: ["The Part Chest is used to store extra parts that you might need in the future."] + dependencies: ["4E0F952F75FBC1C9"] + optional: true + id: "6C934DA835ECBAB6" + tasks: [{ + id: "3FB0279E97A1C58E" + type: "item" + item: "tconstruct:part_chest" + }] + rewards: [ + { + id: "5A65C81A3B2505D0" + type: "item" + item: "tconstruct:pattern" + count: 2 + } + { + id: "4FDD45D8D8C2A4E1" + type: "xp" + xp: 10 + } + ] + } + { + x: -2.5d + y: -2.0d + subtitle: "Even More Storage" + description: ["The Tinker's Chest allows you to store even more parts!"] + dependencies: ["4E0F952F75FBC1C9"] + optional: true + id: "6ECF405B1017AE53" + tasks: [{ + id: "79E701B8D1414E05" + type: "item" + item: "tconstruct:tinkers_chest" + }] + rewards: [ + { + id: "55761C8D2DADADA7" + type: "item" + item: "tconstruct:pattern" + count: 2 + } + { + id: "2A993492F447F860" + type: "xp" + xp: 10 + } + ] + } + { + title: "Creating Parts" + x: -1.0d + y: -0.5d + description: [ + "Take some blank patterns and place them inside of your Part Builder." + "" + "you'll place materials beside the pattern to create certain parts. Start by placing some cobble in to create yourself a &9Stone Pickaxe Head&r, &9Stone Tool Rod&r, and &9Stone Binding&r." + "" + "Note: Metals like Ingots will not work in this table. This is only for basic materials like wood, stone, etc." + ] + dependencies: ["4E0F952F75FBC1C9"] + id: "66FB4821105A417E" + tasks: [ + { + id: "3EDC127CFEF9C0A8" + type: "item" + item: { + id: "tconstruct:tool_binding" + Count: 1b + tag: { + Material: "tconstruct:rock" + } + } + } + { + id: "77B21F897E0868CA" + type: "item" + item: { + id: "tconstruct:pick_head" + Count: 1b + tag: { + Material: "tconstruct:rock" + } + } + } + { + id: "2632875F3AC02196" + type: "item" + item: { + id: "tconstruct:tool_handle" + Count: 1b + tag: { + Material: "tconstruct:rock" + } + } + } + ] + rewards: [ + { + id: "08827DBF3EF84DB9" + type: "item" + item: "minecraft:stone" + count: 4 + } + { + id: "637ECF48A8F402FB" + type: "xp" + xp: 10 + } + ] + } + { + title: "Your First Tool" + x: 1.0d + y: -0.5d + description: [ + "With our parts in hand, let's jump over to the Tinker Station." + "" + "The Tinker Station is how we combine parts to make tools, as well as upgrading and repairing them." + "" + "Select the Pickaxe left side, and you'll see the 3 items needed to craft a pickaxe. Place in your parts, and you'll have created your first tool!" + ] + dependencies: ["66FB4821105A417E"] + id: "4D580C89653F69AA" + tasks: [{ + id: "050E9115DF330AF7" + type: "item" + item: { + id: "tconstruct:pickaxe" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:attack_speed": 1.2f + "tconstruct:mining_speed": 4.2f + "tconstruct:attack_damage": 1.0f + "tconstruct:harvest_tier": "minecraft:stone" + "tconstruct:durability": 116.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ + { + name: "tconstruct:piercing" + level: 1s + } + { + name: "tconstruct:stonebound" + level: 3s + } + ] + tic_materials: [ + "tconstruct:rock" + "tconstruct:rock" + "tconstruct:rock" + ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + upgrades: 3 + } + } + } + }] + rewards: [ + { + id: "30C69F1D2B71A028" + type: "item" + item: "minecraft:cooked_beef" + count: 8 + } + { + id: "794018E99B1225DD" + type: "xp" + xp: 10 + } + ] + } + { + x: -3.0d + y: 1.0d + shape: "square" + description: [ + "The Traveler's Goggles has low armor and durability, but it also comes with:" + "" + "3 Upgrade Slots" + "2 Defense Slots" + "1 Ability Slot" + ] + hide_dependency_lines: true + dependencies: ["3E9618EEC90169C3"] + hide: true + id: "3AC751D62C90AB7D" + tasks: [{ + id: "1CC0640DDA90F52A" + type: "item" + item: { + id: "tconstruct:travelers_helmet" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:durability": 110.0f + "tconstruct:armor": 1.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 2 + upgrades: 3 + } + } + } + }] + rewards: [ + { + id: "095E0A3C02B9BA87" + type: "item" + item: "minecraft:leather" + count: 2 + } + { + id: "13F490A55ADA297D" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.0d + y: 2.0d + shape: "square" + description: [ + "The Traveler's Vest has low armor and durability, but has:" + "" + "3 Upgrade Slots" + "2 Defense Slots" + "1 Ability Slot" + ] + hide_dependency_lines: true + dependencies: ["3E9618EEC90169C3"] + hide: true + id: "1D29F9AF07663111" + tasks: [{ + id: "709A1A9D3AABFAE0" + type: "item" + item: { + id: "tconstruct:travelers_chestplate" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:durability": 160.0f + "tconstruct:armor": 5.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 2 + upgrades: 3 + } + } + } + }] + rewards: [ + { + id: "0B1B97E1843E5057" + type: "item" + item: "minecraft:leather" + count: 2 + } + { + id: "688770CB82181A2B" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.0d + y: 4.0d + shape: "square" + description: [ + "The pants have low armor and durability, but comes with:" + "" + "3 Upgrade Slots" + "2 Defense Slots" + "1 Ability Slot" + ] + hide_dependency_lines: true + dependencies: ["3E9618EEC90169C3"] + hide: true + id: "0DA42F096583C13C" + tasks: [{ + id: "700AC57D0ACF1FCE" + type: "item" + item: { + id: "tconstruct:travelers_leggings" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:durability": 150.0f + "tconstruct:armor": 4.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 2 + upgrades: 3 + } + } + } + }] + rewards: [ + { + id: "7CCAE98342347C8A" + type: "item" + item: "minecraft:leather" + count: 2 + } + { + id: "3DCE5B86E9A8AC10" + type: "xp" + xp: 100 + } + ] + } + { + x: -3.0d + y: 5.0d + shape: "square" + description: [ + "As the rest of the gear, the boots come with low durability and armor, but comes with:" + "" + "3 Upgrade Slots" + "2 Defense Slots" + "1 Ability Slot" + ] + hide_dependency_lines: true + dependencies: ["3E9618EEC90169C3"] + hide: true + id: "6D8D7E0A97E14F2B" + tasks: [{ + id: "74F9810054D8EB4B" + type: "item" + item: { + id: "tconstruct:travelers_boots" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:durability": 130.0f + "tconstruct:armor": 1.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 2 + upgrades: 3 + } + } + } + }] + rewards: [ + { + id: "273779C45A2214AC" + type: "item" + item: "minecraft:leather" + count: 2 + } + { + id: "30CDBB4E2EFB493C" + type: "xp" + xp: 100 + } + ] + } + { + x: 1.0d + y: -2.5d + shape: "diamond" + description: [ + "Using the Tinker Station, you can modify your tools." + "" + "Modifiers add special stats and abilities to your tools based on the modifier type." + "" + "This section explains the types of modifiers!" + ] + dependencies: ["4D580C89653F69AA"] + size: 1.5d + id: "317872EB7FB600F4" + tasks: [{ + id: "536A0DA9D3833EB2" + type: "checkmark" + title: "Modifiers" + }] + rewards: [{ + id: "541FF53B6B620C4B" + type: "xp" + xp: 10 + }] + } + { + x: 2.0d + y: -3.0d + shape: "diamond" + description: [ + "Traits are abilities or extra stats that are attached to either the type of tool, or the materials the tool was built out of." + "" + "To see all of the different kinds of traits, make sure to check out the books &eMaterials and You&r, &eMighty Smelting&r, and &eFantastic Foundry&r." + ] + dependencies: ["317872EB7FB600F4"] + id: "4D31658BCB3234D5" + tasks: [{ + id: "11B59B175364E355" + type: "checkmark" + title: "Traits" + }] + rewards: [{ + id: "39851B1532A36866" + type: "xp" + xp: 10 + }] + } + { + x: 1.5d + y: -3.5d + shape: "diamond" + description: [ + "Each tool starts with 3 to 4 upgrade slots. These slots can be used to enhance the tool, like adding redstone to increase the speed." + "" + "Make sure to check out the book &9Puny Smelting&r to see all of the available upgrades!" + ] + dependencies: ["317872EB7FB600F4"] + id: "24535A5965EB8324" + tasks: [{ + id: "10B656EADDAAD5BC" + type: "checkmark" + title: "Tool Upgrade Slots" + }] + rewards: [{ + id: "64D7777877CA749C" + type: "xp" + xp: 10 + }] + } + { + title: "Slotless Mods" + x: 1.0d + y: -4.0d + shape: "diamond" + description: [ + "Slotless Modifiers do not require a slot to add. You can add as many as you'd like." + "" + "These are usually cosmetic." + "" + "To see a list of available Slotless Modifiers, check out the book &ePuny Smelting&r." + ] + dependencies: ["317872EB7FB600F4"] + id: "7240E64810E9D832" + tasks: [{ + id: "15D2B52AD79FCF54" + type: "checkmark" + title: "Slotless Modifiers" + }] + rewards: [{ + id: "5D7262C6E05329A0" + type: "xp" + xp: 10 + }] + } + { + x: 0.5d + y: -3.5d + shape: "diamond" + description: [ + "Abilities are powerful modifiers, like Silk Touch or Autosmelt." + "" + "Abilities require ability slots on the tool, which most tools start with at least one slot. You can only add 1 more ability slot per tool, so choose wisely!" + "" + "The book &eMighty Smelting&r lists all available abilities that can be placed on tools." + ] + dependencies: ["317872EB7FB600F4"] + id: "2948ECD7FB504F05" + tasks: [{ + id: "0322FB95614F8672" + type: "checkmark" + title: "Tool Abilities" + }] + rewards: [{ + id: "4CD8C7A3B34B766F" + type: "xp" + xp: 10 + }] + } + { + x: 0.0d + y: -3.0d + shape: "diamond" + description: [ + "These mods are applied to Armor, which gives certain defense abilities like Fire Resistance." + "" + "If you're looking to check out all of the available Defense Modifiers, check out the book &eMighty Smelting&r." + ] + dependencies: ["317872EB7FB600F4"] + id: "3E12B682BA858D79" + tasks: [{ + id: "3EB37CED2BD3684A" + type: "checkmark" + title: "Defense Mods" + }] + rewards: [{ + id: "3E6D66FE68D5CA8D" + type: "xp" + xp: 10 + }] + } + { + title: "Gathering Grout" + x: 3.0d + y: -0.5d + subtitle: "I am Grout." + description: [ + "To be able to use metals to create tools, we'll need a smeltery, which is created from &eGrout&r." + "" + "To create Grout, you'll need Sand, Gravel, and Clay. Get as much as you can!" + ] + dependencies: ["4D580C89653F69AA"] + id: "5D4F82496A6D1228" + tasks: [{ + id: "487B22C8735A2ECF" + type: "item" + item: "tconstruct:grout" + count: 32L + }] + rewards: [ + { + id: "26F2490E60E67CFA" + type: "item" + item: "tconstruct:grout" + count: 8 + } + { + id: "443C1FE5DFF3CD42" + type: "xp" + xp: 10 + } + ] + } + { + x: -5.0d + y: -0.5d + subtitle: "The Starter Guide" + description: [ + "&eMaterials and You&r is the starter guide for Tinkers' Construct." + "" + "You can also just use the Eccentric Tome that you started with, as it should have this book inside of it." + "" + "You might be wondering why you're getting one in return. You'll need it to upgrade the book to the next tier!" + ] + dependencies: ["63318C8E26E28F58"] + id: "4E3BAD0EE3974503" + tasks: [{ + id: "3470A9B8D6C75484" + type: "item" + item: "tconstruct:materials_and_you" + }] + rewards: [ + { + id: "3842E31DE5C28EAC" + type: "item" + item: "tconstruct:materials_and_you" + } + { + id: "01175E9DECA5B0DC" + type: "xp" + xp: 10 + } + ] + } + { + x: 3.0d + y: -2.0d + description: ["This book will teach you how to make your first setup, the Melter."] + dependencies: ["5D4F82496A6D1228"] + optional: true + id: "202C1C3E4F32BC62" + tasks: [{ + id: "5B872818EE37EE6E" + type: "item" + item: "tconstruct:puny_smelting" + }] + rewards: [{ + id: "73313AB1ED590B7F" + type: "xp" + xp: 100 + }] + } + { + title: "Throw it in the Furnace" + x: 5.0d + y: 1.0d + description: [ + "Smelting &eGrout&r will give you &9Seared Bricks&r. Don't confuse these with the block Brick, as those are different." + "" + "&9Seared Brick&r is the basic crafting material used to make a smeltery. It never hurts to get as many as you can." + ] + dependencies: ["5D4F82496A6D1228"] + id: "20F30F5FFD3D669D" + tasks: [{ + id: "4ECA340F0B13246E" + type: "item" + item: "tconstruct:seared_brick" + count: 32L + }] + rewards: [ + { + id: "45A3DDD7E9EE6C41" + type: "item" + item: "tconstruct:seared_brick" + count: 8 + } + { + id: "210EFE8836D5C96F" + type: "xp" + xp: 10 + } + ] + } + { + title: "Your First Smeltery" + icon: "tconstruct:seared_melter" + x: 7.0d + y: 1.0d + description: [ + "To create metal tools, we'll need to make a Smeltery to make molten metal." + "" + "We're going to make a Melter, which is the first simple smeltery we'll need before we can make our big custom smelteries." + "" + "This is how the Melter is setup:" + "" + "{image:atm:textures/basic_melter.png width:200 height:150 align:1}" + ] + dependencies: ["20F30F5FFD3D669D"] + id: "6DB1A9EDAAE6D12F" + tasks: [ + { + id: "3DE5F08F9FD9261E" + type: "item" + item: "tconstruct:seared_faucet" + count: 3L + } + { + id: "198F70795D1D162D" + type: "item" + item: "tconstruct:seared_basin" + } + { + id: "415D563EFA54D0B4" + type: "item" + item: "tconstruct:seared_table" + } + { + id: "57759004B7A593B3" + type: "item" + item: "tconstruct:seared_melter" + } + { + id: "72EF56B5BF01B7A7" + type: "item" + item: "tconstruct:seared_fuel_tank" + } + { + id: "6DCFE80D576A51B4" + type: "item" + item: "minecraft:lava_bucket" + } + ] + rewards: [ + { + id: "78DEE685B1297282" + type: "item" + item: "tconstruct:seared_brick" + count: 16 + } + { + id: "089CED85E7BE296A" + type: "item" + item: "minecraft:lava_bucket" + } + { + id: "70B9B5045ED1E393" + type: "xp" + xp: 100 + } + ] + } + { + title: "Single-Use Metal Casts" + x: 6.5d + y: -0.5d + description: ["At the start, you can make Sand Casts to create the tool casts for your first metal parts."] + dependencies: ["6DB1A9EDAAE6D12F"] + optional: true + id: "7A49EC84CABC8B5F" + tasks: [{ + id: "7835ABA7AED1C995" + type: "item" + item: "tconstruct:blank_sand_cast" + count: 4L + }] + rewards: [ + { + id: "3C23865CD6B19F75" + type: "item" + item: "tconstruct:blank_sand_cast" + count: 2 + } + { + id: "27890A00132013B1" + type: "xp" + xp: 10 + } + ] + } + { + title: "Reusable Metal Casts" + x: 7.5d + y: -0.5d + description: [ + "If you have the gold, you can make reusable casts by pouring the molten gold over the item you are looking to make a cast out of." + "" + "Let's make an Ingot Gold Cast. Place some gold in the Melter to smelt it into Molten Gold, then place an ingot on the Casting Table. Right click on the faucet to pour out the Molten Gold over the ingot, creating us an Ingot Cast." + ] + dependencies: ["6DB1A9EDAAE6D12F"] + id: "5D1661EB762777E3" + tasks: [{ + id: "356977F9A6FC2A45" + type: "item" + item: "tconstruct:ingot_cast" + }] + rewards: [ + { + id: "432855073A576998" + type: "item" + item: "minecraft:gold_ingot" + count: 2 + } + { + id: "0C0DF2A27C56D01F" + type: "xp" + xp: 10 + } + ] + } + { + title: "Making the Smeltery Controller" + x: 11.0d + y: -0.5d + description: [ + "Using our Melter, let's smelt down some Copper." + "" + "Start by smelting 4 ingots of Copper in the Melter. Then, place a Seared Brick in our Casting Basin." + "" + "With the Copper selected in the Melter (left click if you have other molten metals inside), right-click on the faucet to pour out the Molten Copper in the Casting Basin." + "" + "This will create our Smeltery Controller." + ] + dependencies: ["61EB8322B3E68C50"] + id: "506049B1F127462A" + tasks: [ + { + id: "40ADC273F5D44DCA" + type: "item" + item: "tconstruct:seared_bricks" + } + { + id: "08C4B1DE3B6D2EF2" + type: "item" + item: "tconstruct:smeltery_controller" + } + ] + rewards: [ + { + id: "70097EBD5FD3999C" + type: "item" + item: "tconstruct:seared_bricks" + count: 4 + random_bonus: 4 + } + { + id: "036AA5EE1D7109FF" + type: "xp" + xp: 10 + } + ] + } + { + title: "The Mighty Smeltery" + x: 11.0d + y: -3.0d + shape: "square" + description: [ + "It's time to build the Smeltery." + "" + "This can be any size, up to 16x16x64, but it must be rectangular." + "" + "The basic standard Smeltery starts with a 3x3 base, usually in the ground. Then on the next layer, add Seared Bricks around the edges. At the front of the Smeltery, you'll place your Smeltery Controller and Seared Tank." + "" + "To pump molten ingots out, we'll need a Seared Drain to pour the molten metal into our Casting Table and Basin. Don't forget the Faucets!" + "" + "{image:atm:textures/basic_smeltery2.png width:200 height:100 align:1}" + ] + dependencies: ["506049B1F127462A"] + size: 1.5d + id: "71409AA6F3C56CCC" + tasks: [ + { + id: "4EEE29D9B449D303" + type: "item" + item: "tconstruct:seared_bricks" + count: 18L + } + { + id: "1998C202C2C79D45" + type: "item" + item: "tconstruct:seared_drain" + } + ] + rewards: [ + { + id: "53DE1D55ABAB5FE7" + type: "item" + item: "tconstruct:seared_bricks" + count: 8 + } + { + id: "3585CA56CD4C38A7" + type: "item" + item: "minecraft:lava_bucket" + } + { + id: "0DFD9AB2C6951D7F" + type: "xp" + xp: 100 + } + ] + } + { + x: 9.0d + y: 1.0d + subtitle: "Taking the Training Wheels Off" + description: ["To learn more about creating a Smeltery, let's make the next book: Mighty Smelting"] + dependencies: ["6DB1A9EDAAE6D12F"] + id: "61EB8322B3E68C50" + tasks: [{ + id: "47CED3C0AADE17AC" + type: "item" + item: "tconstruct:mighty_smelting" + }] + rewards: [{ + id: "1555EB8AABC53C5E" + type: "xp" + xp: 10 + }] + } + { + title: "Customizing your Smeltery" + x: 10.5d + y: -5.0d + shape: "diamond" + description: ["These blocks can be used as a replacement for Seared Bricks, while still making the Smeltery functional!"] + dependencies: ["71409AA6F3C56CCC"] + optional: true + id: "740EE68B4E779115" + tasks: [ + { + id: "0B71EE4D0F307829" + type: "item" + item: "tconstruct:seared_ladder" + } + { + id: "50C1E4D079FBE02E" + type: "item" + item: "tconstruct:seared_glass" + } + ] + rewards: [ + { + id: "06ADC89063647698" + type: "item" + item: "tconstruct:seared_brick" + count: 4 + random_bonus: 4 + } + { + id: "1358BF38F880072D" + type: "xp" + xp: 10 + } + ] + } + { + title: "Input/Output" + x: 11.5d + y: -5.0d + shape: "diamond" + description: [ + "Aside from the Seared Drain, there are more ways to pump fluids and items into or out of your Smeltery." + "" + "The &9Seared Duct&r allows you to pump specific fluids out of your Smeltery. To do this, fill a Copper Can or Bucket filled with the fluid you wish to filter out, then put it inside of the Duct to act as a filter. This will then be shown in the middle of the Duct." + "" + "The &6Seared Chute&r allows you to pump items into the Smeltery." + ] + dependencies: ["71409AA6F3C56CCC"] + id: "2AD7445095E1822A" + tasks: [ + { + id: "28F6D40B8B5A2D39" + type: "item" + item: "tconstruct:seared_duct" + } + { + id: "066CDE3E5A1C8AEB" + type: "item" + item: "tconstruct:seared_chute" + } + ] + rewards: [ + { + id: "6EA16F3E5DA49AF9" + type: "item" + item: "tconstruct:seared_brick" + count: 4 + } + { + id: "69854B849BDE9C3B" + type: "xp" + xp: 10 + } + ] + } + { + title: "Making Alloys" + x: 13.0d + y: -3.0d + description: [ + "The Smeltery will combine molten ingots together to create &9Alloys&r. You'll figure this out really fast if you just pump random ores into it." + "" + "We will need alloys to create better tools and armor, so let's get ourselves some Bronze." + "" + "To get Bronze, smelt Copper and Tin together. The alloy is 3 parts Copper, 1 part Tin." + "" + "Tip: Pouring the molten Bronze into a Casting Basin creates a Bronze block, instead of making the individual ingots with the Casting Table." + ] + dependencies: ["71409AA6F3C56CCC"] + id: "63A17D740F3718F1" + tasks: [{ + id: "14270AD6B80B4628" + type: "item" + item: "alltheores:bronze_block" + }] + rewards: [ + { + id: "00CD9D44BCB705FB" + type: "item" + item: "alltheores:bronze_ingot" + count: 3 + random_bonus: 3 + } + { + id: "2DB76C89B9437FD7" + type: "xp" + xp: 10 + } + ] + } + { + x: 15.0d + y: -3.0d + shape: "rsquare" + subtitle: "The Ultimate Creation Table" + description: [ + "The &6Tinker's Anvil&r is the upgrade to the Tinker Station." + "" + "It allows you to create &9Broad Tools&r like the Hammer, Excavator, and more." + "" + "Note: The anvil top can be made out of any alloy, not just Bronze." + ] + dependencies: ["63A17D740F3718F1"] + id: "1E35D97AF9B2A0C8" + tasks: [{ + id: "534231B9986B7876" + type: "item" + item: { + id: "tconstruct:tinkers_anvil" + Count: 1b + tag: { + texture: "alltheores:bronze_block" + } + } + }] + rewards: [ + { + id: "1BEC5A38A1C8159A" + type: "item" + item: { + id: "tconstruct:broad_blade" + Count: 1b + tag: { + Material: "tconstruct:bronze" + } + } + } + { + id: "179970C0AF023F3C" + type: "xp" + xp: 100 + } + ] + } + { + title: "Increasing the Size" + x: 11.0d + y: -5.5d + shape: "diamond" + subtitle: "Size Does Matter" + description: [ + "If you want to increase the amount of storage and input slots the Smeltery has, build the Smeltery upwards!" + "" + "Every layer on top of the Smeltery increases the amount of items it can smelt at the same time, and how much molten Ingots it can store." + "" + "The max height is 64." + ] + dependencies: ["71409AA6F3C56CCC"] + id: "79FEF7F610F0DB64" + tasks: [{ + id: "18B1E0EC9C938915" + type: "item" + item: "tconstruct:seared_bricks" + count: 12L + }] + rewards: [ + { + id: "1A41759A80120C0E" + type: "item" + item: "tconstruct:seared_bricks" + count: 4 + } + { + id: "4D290773F5C0A967" + type: "xp" + xp: 10 + } + ] + } + { + icon: "tconstruct:smeltery_controller" + x: 7.0d + y: 2.5d + description: [ + "If you're new to TC, it's helpful to know each part of the Smeltery and how it functions." + "" + "The main controller, whether it is a &9Melter&r or &9Smeltery Controller&r will have a GUI when you right click. If it doesn't, the structure isn't complete!" + "" + "This is how you manually insert ores and items into the Smeltery." + ] + dependencies: ["6DB1A9EDAAE6D12F"] + optional: true + id: "01A303E16F56A744" + tasks: [{ + id: "23353CA86237AE30" + type: "checkmark" + title: "Understanding Smeltery Parts" + }] + rewards: [{ + id: "127FF1A55308259A" + type: "xp" + xp: 10 + }] + } + { + icon: "tconstruct:seared_basin" + x: 6.5d + y: 3.5d + shape: "diamond" + description: [ + "&9Casting Basins&r are used to create blocks out of molten metal. This is the easiest way to get metal out of the Smeltery, as it extracts 9 ingots to create a block. These can also be used to create specific items by pouring molten metals onto blocks placed in the Basin." + "" + "&9Casting Tables&r are used for more precise pours, like creating casts or tool parts." + ] + dependencies: ["01A303E16F56A744"] + optional: true + id: "3341EC0F88729061" + tasks: [{ + id: "0738C23F6D0FFADB" + type: "checkmark" + title: "Casting Basin and Table" + }] + rewards: [{ + id: "1BA529454AD71699" + type: "xp" + xp: 10 + }] + } + { + icon: "tconstruct:seared_faucet" + x: 7.5d + y: 3.5d + shape: "diamond" + description: [ + "When right-clicked, &9Faucets&r function as a way to extract molten ingots from the Smeltery. This will only work if there is something to pour out onto, like a Casting Table." + "" + "&9Channels&r are used to extend the reach of a faucet, and create a pipe-like network for molten liquids." + ] + dependencies: ["01A303E16F56A744"] + optional: true + id: "3D4D2D0B160E22B5" + tasks: [{ + id: "2562C1A8B4DB2EBB" + type: "checkmark" + title: "Faucets and Channels" + }] + } + { + icon: "tconstruct:seared_fuel_tank" + x: 7.0d + y: 4.0d + shape: "diamond" + description: [ + "&9Seared Fuel Tanks&r store liquids that are used to heat up the Smeltery to smelt items down. These can stack on top of each other within the Smeltery multi-block, and can hold 4 buckets of fuel." + "" + "Certain &eFuels&r are required to smelt certain ingots, depending on the heat required. Lava works for most ores, but you'll need &6Blazing Blood&r to smelt higher tier materials, like Allthemodium." + ] + dependencies: ["01A303E16F56A744"] + optional: true + id: "05BC6BF2AAA43091" + tasks: [{ + id: "282F6F2D6CC2E09D" + type: "checkmark" + title: "Fuel Tanks and Fuels" + }] + rewards: [{ + id: "00290449960DE450" + type: "xp" + xp: 10 + }] + } + { + title: "Smelting Entities" + x: 9.0d + y: -3.5d + shape: "hexagon" + subtitle: "Don't Stand in the Smeltery" + description: [ + "The Smeltery can be used to smelt entities to create items." + "" + "&lNotable Entities:&r" + "" + "Players - Blood (Slimeball substitute)" + "Silverfish - Seared Stone" + "Villagers and Illagers - Emeralds" + "Skeletons - Milk" + "Ender Dragon - What?" + ] + dependencies: ["71409AA6F3C56CCC"] + optional: true + id: "00CB0F26B3751D32" + tasks: [{ + id: "16789775F365204D" + type: "item" + item: "tconstruct:blood_slime_ball" + }] + rewards: [{ + id: "58E07A76F21CD10B" + type: "xp" + xp: 100 + }] + } + { + x: 9.0d + y: -2.5d + shape: "hexagon" + subtitle: "The \"All in One\" Book" + description: [ + "Looking for a complete list of Materials, Upgrades, and more?" + "" + "Make you one of these. It's better than having to flip through 4 different TC books." + ] + dependencies: ["71409AA6F3C56CCC"] + optional: true + id: "3CEC4B07D209B7AD" + tasks: [{ + id: "377B7F651B40C0F6" + type: "item" + item: "tconstruct:encyclopedia" + }] + rewards: [{ + id: "39F210080C2C6FDC" + type: "xp" + xp: 100 + }] + } + { + title: "Nether Grout" + x: 15.0d + y: -0.5d + subtitle: "I am Nether Grout." + description: [ + "If we want to make a TC Foundry, we'll need something stronger than Seared Bricks." + "" + "Head to the Nether for Magma Cream and Soul Sand. You'll need these to craft you some &9Nether Grout&r." + ] + dependencies: ["1E35D97AF9B2A0C8"] + id: "085239E88B85820C" + tasks: [{ + id: "7E9F548868BEB2FA" + type: "item" + item: "tconstruct:nether_grout" + count: 32L + }] + rewards: [ + { + id: "26561404443098F2" + type: "item" + item: "tconstruct:nether_grout" + count: 6 + random_bonus: 6 + } + { + id: "6C21856552B78399" + type: "xp" + xp: 10 + } + ] + } + { + x: 16.5d + y: -0.5d + subtitle: "How-To Foundry" + description: ["This book contains all of the information needed to create and use a Foundry, as well as a list of Tier 4 Materials and how to create Plate Armor."] + dependencies: ["085239E88B85820C"] + optional: true + id: "7675F195F6D5F8B4" + tasks: [{ + id: "42232A516F1FD4F6" + type: "item" + item: "tconstruct:fantastic_foundry" + }] + rewards: [{ + id: "7C58D43BD65FE70F" + type: "xp" + xp: 100 + }] + } + { + title: "Creating a Foundry Controller" + icon: "tconstruct:scorched_bricks" + x: 15.0d + y: 2.5d + description: [ + "To create the Foundry, we'll need the &6Foundry Controller&r." + "" + "To get this, place a Scorched Brick in a Casting Basin, then pour at least 1 block's worth of Obsidian over it." + ] + dependencies: ["5F6D253B5D900724"] + id: "5FAFAEC103BE62DD" + tasks: [ + { + id: "78B14C96E2FCE9BA" + type: "item" + item: "tconstruct:scorched_bricks" + } + { + id: "636F5BF28DB30A27" + type: "item" + item: "minecraft:obsidian" + } + { + id: "4FC9AD1C3A09F27F" + type: "item" + item: "tconstruct:foundry_controller" + } + ] + rewards: [ + { + id: "3648F56E2A4CBED5" + type: "item" + item: "tconstruct:scorched_bricks" + count: 4 + random_bonus: 4 + } + { + id: "5AC46217F06A5C61" + type: "xp" + xp: 10 + } + ] + } + { + title: "Nether Smelting" + x: 15.0d + y: 1.0d + description: ["Smelting Nether Grout will give us &6Scorched Bricks&r, which is what we'll use to create our Foundry."] + dependencies: ["085239E88B85820C"] + id: "5F6D253B5D900724" + tasks: [{ + id: "319C6349A20B7C7A" + type: "item" + item: "tconstruct:scorched_brick" + count: 16L + }] + rewards: [ + { + id: "56A8465D58C6D65F" + type: "item" + item: "tconstruct:scorched_brick" + count: 8 + random_bonus: 8 + } + { + id: "67758A26C5EF748E" + type: "xp" + xp: 100 + } + ] + } + { + title: "Creating the Foundry" + icon: "tconstruct:foundry_controller" + x: 15.0d + y: 4.5d + shape: "square" + description: [ + "The &6Foundry&r is just like the Smeltery, but doesn't create alloys. No more worrying about mixing materials!" + "" + "The Foundry also creates &9Byproducts&r from items smelted. For example, Copper can give Gold as a byproduct." + "" + "To create the Foundry, you'll need to build it like the Smeltery using Scorched items instead of Seared. The Foundry also needs corners to function." + "" + "Here is an example of a complete Foundry:" + "" + "{image:atm:textures/basic_foundry.png width:200 height:150 align:1}" + ] + dependencies: ["5FAFAEC103BE62DD"] + size: 1.5d + id: "073B3F17C6110A73" + tasks: [ + { + id: "0D85D26357A4519B" + type: "item" + item: "tconstruct:scorched_bricks" + count: 16L + } + { + id: "135F9155412A324E" + type: "item" + item: "tconstruct:scorched_fuel_tank" + } + { + id: "4F6FEC6577607A4B" + type: "item" + item: "tconstruct:scorched_drain" + } + { + id: "04A2A3EAF99526E3" + type: "item" + item: "tconstruct:scorched_table" + } + { + id: "4CF07DE3D1810B0A" + type: "item" + item: "tconstruct:scorched_basin" + } + { + id: "2D5888945AE1A6DE" + type: "item" + item: "tconstruct:scorched_faucet" + count: 3L + } + ] + rewards: [ + { + id: "0007AA5AED9C0FD1" + type: "item" + item: "tconstruct:scorched_bricks" + count: 8 + random_bonus: 8 + } + { + id: "0C5D7E4308EFBBA0" + type: "xp" + xp: 100 + } + ] + } + { + title: "Customizing the Foundry" + x: 13.0d + y: 4.5d + description: ["Just like the Smeltery, there are many blocks you can use that function as Foundry blocks when creating your Foundry."] + dependencies: ["073B3F17C6110A73"] + optional: true + id: "2FCE10E2126AB563" + tasks: [ + { + id: "780AADB9124502A9" + type: "item" + item: "tconstruct:scorched_glass" + } + { + id: "78D90B46E670817A" + type: "item" + item: "tconstruct:scorched_duct" + } + { + id: "739B99391BF1C2CB" + type: "item" + item: "tconstruct:scorched_chute" + } + ] + rewards: [ + { + id: "25923BD4F23BEE66" + type: "item" + item: "tconstruct:scorched_bricks" + count: 4 + } + { + id: "3D04A5A554AD9D55" + type: "xp" + xp: 10 + } + ] + } + { + x: 15.0d + y: 6.5d + subtitle: "For Those That Need Alloys" + description: [ + "For those that want to create alloys, this block will do exactly that." + "" + "It will need either a heater or fuel tank beneath it, and will need Ingot tanks adjacent to the Alloyer to create the alloys." + "" + "Insert the molten ingots into each of the Ingot Tanks, and the Alloyer will create the alloy." + "" + "{image:atm:textures/basic_alloyer.png width:200 height:125 align:1}" + ] + dependencies: ["073B3F17C6110A73"] + optional: true + id: "7AA0E88863D30B5D" + tasks: [ + { + id: "7EF6A858AEB29DA8" + type: "item" + item: "tconstruct:scorched_alloyer" + } + { + id: "0CDC73E8DBA50FA7" + type: "item" + item: "tconstruct:scorched_ingot_tank" + count: 2L + } + ] + rewards: [ + { + id: "570DFB8FD01BEA9A" + type: "item" + item: "tconstruct:scorched_bricks" + count: 16 + } + { + id: "027996FB738F9863" + type: "xp" + xp: 10 + } + ] + } + { + title: "&6Blazing Blood&r" + x: 17.0d + y: 4.5d + subtitle: "What in the Blazes" + description: [ + "Lava will not cut it for smelting down ores like &6Allthemodium&r. For this you'll need something hotter." + "" + "Stacy's Mo- I mean &6Blazing Blood&r." + "" + "There are several ways to get this. You can smelt Blaze Heads in the Foundry, OR... smelt the Blazes directly." + "" + "Tip: Use &9Mekanism's &eCardboard Box&r to pick up a Blaze Spawner in the Nether. Bring the Blazes to your Foundry!!!!" + ] + dependencies: ["073B3F17C6110A73"] + id: "2B7EFB6A2605BEFD" + tasks: [{ + id: "46420D96D907C511" + type: "item" + item: "tconstruct:blaze_head" + }] + rewards: [ + { + id: "177560D67E95D1DD" + type: "item" + item: "tconstruct:blazing_blood_bucket" + } + { + id: "4EA2AF67FEA31605" + type: "xp" + xp: 100 + } + ] + } + { + title: "Melting Tool Ability" + x: 17.0d + y: 6.5d + description: [ + "Want to melt entities by hand?" + "" + "Adding the &6Melter&r ability to your tool allows you to melt the enemies directly into your tool." + "" + "Note: The Tool will require a &9Tank Upgrade&r to store liquids." + ] + dependencies: ["2B7EFB6A2605BEFD"] + optional: true + id: "729B02AE3CDD52AD" + tasks: [ + { + id: "6CBF02F660781BEB" + type: "item" + item: "minecraft:blaze_rod" + count: 2L + } + { + id: "3EF210DD4581E94F" + type: "item" + item: "minecraft:lava_bucket" + } + { + id: "1DE67536C429D4EF" + type: "item" + item: "minecraft:lava_bucket" + } + { + id: "6BCA350317D8DB4B" + type: "item" + item: "tconstruct:seared_melter" + } + ] + rewards: [ + { + id: "18A7AB1B620B2E07" + type: "xp" + xp: 100 + } + { + id: "1015DAE6FDD73726" + type: "item" + item: "minecraft:blaze_rod" + count: 2 + random_bonus: 2 + } + ] + } + { + x: 13.0d + y: -1.5d + shape: "square" + description: [""] + hide_dependency_lines: true + dependencies: ["7D87F961B76246CA"] + id: "47036143F1C1ACBF" + tasks: [{ + id: "54D194010E11D42A" + type: "item" + item: { + id: "tconstruct:plate_helmet" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:armor_toughness": 2.0f + "tconstruct:knockback_resistance": 0.1f + "tconstruct:durability": 330.0f + "tconstruct:armor": 2.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 4 + upgrades: 1 + } + } + } + }] + rewards: [ + { + id: "79A447E0D666AAE3" + type: "item" + item: "tconstruct:cobalt_ingot" + count: 2 + } + { + id: "3435D8453EDE3FF6" + type: "xp" + xp: 100 + } + ] + } + { + x: 13.0d + y: -0.5d + shape: "square" + hide_dependency_lines: true + dependencies: ["7D87F961B76246CA"] + id: "1A1FC33BF6FA46D0" + tasks: [{ + id: "09F3B5DFA9F04C81" + type: "item" + item: { + id: "tconstruct:plate_chestplate" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:armor_toughness": 2.0f + "tconstruct:knockback_resistance": 0.1f + "tconstruct:durability": 480.0f + "tconstruct:armor": 7.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 4 + upgrades: 1 + } + } + } + }] + rewards: [ + { + id: "0F91754ABCE08DC6" + type: "item" + item: "tconstruct:cobalt_ingot" + count: 2 + } + { + id: "7E02FA1499953328" + type: "xp" + xp: 100 + } + ] + } + { + x: 13.0d + y: 1.5d + shape: "square" + hide_dependency_lines: true + dependencies: ["7D87F961B76246CA"] + id: "7A915BE0EB750D10" + tasks: [{ + id: "3252DBE061633FAE" + type: "item" + item: { + id: "tconstruct:plate_leggings" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:armor_toughness": 2.0f + "tconstruct:knockback_resistance": 0.1f + "tconstruct:durability": 450.0f + "tconstruct:armor": 5.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 4 + upgrades: 1 + } + } + } + }] + rewards: [ + { + id: "349787C18996CE25" + type: "item" + item: "tconstruct:cobalt_ingot" + count: 2 + } + { + id: "419C93B2BDA259FB" + type: "xp" + xp: 100 + } + ] + } + { + x: 13.0d + y: 2.5d + shape: "square" + hide_dependency_lines: true + dependencies: ["7D87F961B76246CA"] + id: "3AA240330D9BCC13" + tasks: [{ + id: "4B146B86BEE3404C" + type: "item" + item: { + id: "tconstruct:plate_boots" + Count: 1b + tag: { + tic_multipliers: { } + tic_stats: { + "tconstruct:armor_toughness": 2.0f + "tconstruct:knockback_resistance": 0.1f + "tconstruct:durability": 390.0f + "tconstruct:armor": 2.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + defense: 4 + upgrades: 1 + } + } + } + }] + rewards: [ + { + id: "67A0C096209E5691" + type: "item" + item: "tconstruct:cobalt_ingot" + count: 2 + } + { + id: "3480693D24A93EE7" + type: "xp" + xp: 100 + } + ] + } + { + title: "Cleaver" + x: 15.0d + y: -5.0d + shape: "diamond" + subtitle: "Heavy Hitter" + description: ["High Damage weapon that also decapitates. "] + dependencies: ["1E35D97AF9B2A0C8"] + optional: true + id: "4284DC447ED43032" + tasks: [{ + id: "5F6A0DAD14C22789" + type: "item" + item: { + id: "tconstruct:cleaver" + Count: 1b + tag: { + tic_multipliers: { + "tconstruct:mining_speed": 0.25f + "tconstruct:attack_damage": 1.5f + "tconstruct:durability": 3.5f + } + tic_stats: { + "tconstruct:attack_speed": 1.0f + "tconstruct:mining_speed": 1.5f + "tconstruct:attack_damage": 7.5f + "tconstruct:harvest_tier": "minecraft:iron" + "tconstruct:durability": 1540.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ + { + name: "tconstruct:severing" + level: 2s + } + { + name: "tconstruct:sturdy" + level: 4s + } + { + name: "tconstruct:silky_aoe_shears" + level: 1s + } + ] + tic_materials: [ + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + upgrades: 2 + } + } + } + }] + rewards: [{ + id: "70EC3A03C84168B3" + type: "xp" + xp: 100 + }] + } + { + title: "Excavator" + x: 14.5d + y: -5.5d + shape: "diamond" + subtitle: "3x3 Digging" + description: [""] + dependencies: ["1E35D97AF9B2A0C8"] + optional: true + id: "7FF7E8F009D21285" + tasks: [{ + id: "55CD41E6BCDD8924" + type: "item" + item: { + id: "tconstruct:excavator" + Count: 1b + tag: { + tic_multipliers: { + "tconstruct:mining_speed": 0.3f + "tconstruct:attack_damage": 1.2f + "tconstruct:durability": 3.75f + } + tic_stats: { + "tconstruct:attack_speed": 1.0f + "tconstruct:mining_speed": 1.8000001f + "tconstruct:attack_damage": 4.2000003f + "tconstruct:harvest_tier": "minecraft:iron" + "tconstruct:durability": 1650.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ + { + name: "tconstruct:knockback" + level: 2s + } + { + name: "tconstruct:sturdy" + level: 4s + } + { + name: "tconstruct:shovel_flatten" + level: 1s + } + ] + tic_materials: [ + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + upgrades: 2 + } + } + } + }] + rewards: [{ + id: "2D7BECFB14E67900" + type: "xp" + xp: 100 + }] + } + { + title: "Vein Hammer" + x: 15.0d + y: -6.0d + shape: "diamond" + subtitle: "Kinda useless with Ultimine" + dependencies: ["1E35D97AF9B2A0C8"] + optional: true + id: "7C518B3A86E4869F" + tasks: [{ + id: "7F17C4A012A6EF0D" + type: "item" + item: { + id: "tconstruct:vein_hammer" + Count: 1b + tag: { + tic_multipliers: { + "tconstruct:mining_speed": 0.3f + "tconstruct:attack_damage": 1.25f + "tconstruct:durability": 5.0f + } + tic_stats: { + "tconstruct:attack_speed": 0.85f + "tconstruct:mining_speed": 1.8000001f + "tconstruct:attack_damage": 5.0f + "tconstruct:harvest_tier": "minecraft:iron" + "tconstruct:durability": 2200.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ + { + name: "tconstruct:piercing" + level: 2s + } + { + name: "tconstruct:sturdy" + level: 4s + } + ] + tic_materials: [ + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + upgrades: 2 + } + } + } + }] + rewards: [{ + id: "2019775866C688BC" + type: "xp" + xp: 100 + }] + } + { + title: "Sledge Hammer" + x: 14.0d + y: -5.0d + shape: "diamond" + subtitle: "3x3 Mining" + dependencies: ["1E35D97AF9B2A0C8"] + optional: true + id: "35BA7E1421AADE3A" + tasks: [{ + id: "467762FC002733D1" + type: "item" + item: { + id: "tconstruct:sledge_hammer" + Count: 1b + tag: { + tic_multipliers: { + "tconstruct:mining_speed": 0.4f + "tconstruct:attack_damage": 1.35f + "tconstruct:durability": 4.0f + } + tic_stats: { + "tconstruct:attack_speed": 0.75f + "tconstruct:mining_speed": 2.4f + "tconstruct:attack_damage": 6.75f + "tconstruct:harvest_tier": "minecraft:iron" + "tconstruct:durability": 1760.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ + { + name: "tconstruct:smite" + level: 2s + } + { + name: "tconstruct:sturdy" + level: 4s + } + ] + tic_materials: [ + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + upgrades: 2 + } + } + } + }] + rewards: [{ + id: "2C6008A3A2A8FEE1" + type: "xp" + xp: 100 + }] + } + { + x: 16.0d + y: -5.0d + shape: "diamond" + subtitle: "Cuts down entire trees - Also useless with Ultimine" + dependencies: ["1E35D97AF9B2A0C8"] + optional: true + id: "2E73CA4D82AB10E0" + tasks: [{ + id: "3BB4A6D3ADBB14F2" + type: "item" + item: { + id: "tconstruct:broad_axe" + Count: 1b + tag: { + tic_multipliers: { + "tconstruct:mining_speed": 0.3f + "tconstruct:attack_damage": 1.65f + "tconstruct:durability": 4.25f + } + tic_stats: { + "tconstruct:attack_speed": 0.6f + "tconstruct:mining_speed": 1.8000001f + "tconstruct:attack_damage": 11.55f + "tconstruct:harvest_tier": "minecraft:iron" + "tconstruct:durability": 1870.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ + { + name: "tconstruct:sturdy" + level: 4s + } + { + name: "tconstruct:axe_strip" + level: 1s + } + { + name: "tconstruct:axe_scrape" + level: 1s + } + { + name: "tconstruct:axe_wax_off" + level: 1s + } + ] + tic_materials: [ + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + upgrades: 2 + } + } + } + }] + rewards: [{ + id: "110F2DDD5639ED99" + type: "xp" + xp: 100 + }] + } + { + x: 15.5d + y: -5.5d + shape: "diamond" + subtitle: "Reaping Tool for Farming" + dependencies: ["1E35D97AF9B2A0C8"] + optional: true + id: "0A2BC58800819C15" + tasks: [{ + id: "155A9D8D5E9E5589" + type: "item" + item: { + id: "tconstruct:scythe" + Count: 1b + tag: { + tic_multipliers: { + "tconstruct:mining_speed": 0.45f + "tconstruct:durability": 2.5f + } + tic_stats: { + "tconstruct:attack_speed": 0.7f + "tconstruct:mining_speed": 2.6999998f + "tconstruct:attack_damage": 3.0f + "tconstruct:harvest_tier": "minecraft:iron" + "tconstruct:durability": 1100.0f + } + tic_broken: 0b + HideFlags: 3 + tic_modifiers: [ + { + name: "tconstruct:sturdy" + level: 4s + } + { + name: "tconstruct:silky_aoe_shears" + level: 1s + } + { + name: "tconstruct:harvest" + level: 1s + } + { + name: "tconstruct:hoe_till" + level: 1s + } + ] + tic_materials: [ + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + "tconstruct:iron" + ] + Damage: 0 + tic_persistent_data: { + abilities: 1 + upgrades: 2 + } + } + } + }] + rewards: [{ + id: "1E164BAE30AD659F" + type: "xp" + xp: 100 + }] + } + { + icon: { + id: "tconstruct:pick_head" + Count: 1b + tag: { + Material: "tconstruct:iron" + } + } + x: 1.0d + y: 1.0d + shape: "diamond" + description: [ + "Tools can be repaired by placing them in a Tinker Station with the material they are made out of." + "" + "You can also make repair kits (from Tinkers' Construct, not Silent Gear) to repair them on the go." + "" + "Tools can also be upgraded by combining the new tool part with the tool in the Tinker Station." + ] + dependencies: ["4D580C89653F69AA"] + optional: true + id: "748F70BEEAAE2AF9" + tasks: [{ + id: "13CA35CA6EC15987" + type: "checkmark" + title: "Repairing and Upgrading Tools" + }] + rewards: [{ + id: "2BABD291D5576987" + type: "xp" + xp: 10 + }] + } + { + title: "&6Soul Lava" + x: 18.5d + y: 4.5d + subtitle: "So hot it can melt anything, except an Iron Bucket." + description: [ + "Deep in The Other, you will find a Volcano filled with the hottest liquid in all of Minecraft." + "" + "&6Soul Lava&r is used to make the Allthemodium alloys. You'll need this to make the ATM Star!" + "" + "{image:atm:textures/soul_lava.png width:200 height:175 align:1}" + ] + dependencies: ["2B7EFB6A2605BEFD"] + id: "0858E8E6363138B8" + tasks: [{ + id: "77A52F974A768434" + type: "item" + item: "allthemodium:soul_lava_bucket" + }] + rewards: [ + { + id: "4C016BEDE92D8EDC" + type: "item" + item: "allthemodium:raw_allthemodium" + random_bonus: 1 + } + { + id: "0D563339CE61E1B2" + type: "xp" + xp: 100 + } + ] + } + { + title: "The ATM Alloys" + x: 21.0d + y: 4.5d + shape: "octagon" + description: [ + "With Soul Lava, you'll be able to create the Allthemodium alloys." + "" + "Note: You will need to use either an Alloyer or the Smeltery to combine the ingots, as the Foundry does not make alloys." + ] + dependencies: ["0858E8E6363138B8"] + size: 2.0d + id: "09E556E4EDDCDD2E" + tasks: [ + { + id: "2791A85BEB9EA266" + type: "item" + item: "allthemodium:unobtainium_allthemodium_alloy_ingot" + } + { + id: "5F1462947C125699" + type: "item" + item: "allthemodium:unobtainium_vibranium_alloy_ingot" + } + { + id: "3E0AE3F55767AFEE" + type: "item" + item: "allthemodium:vibranium_allthemodium_alloy_ingot" + } + ] + rewards: [ + { + id: "5A32B340365ACC24" + type: "xp" + xp: 1000 + } + { + id: "6C2507450A16E07D" + type: "item" + item: "allthemodium:raw_allthemodium" + } + { + id: "0367196F6814D84C" + type: "item" + item: "allthemodium:raw_unobtainium" + } + { + id: "6950E9DCCBEE0806" + type: "item" + item: "allthemodium:raw_vibranium" + } + ] + } + { + x: -3.0d + y: 3.0d + description: [ + "If you're just starting out, you can make yourself some &9Traveler's Gear&r." + "" + "These gear pieces all boast several upgrade slots, defense slots, and an ability slot." + "" + "While it isn't the greatest for protection, it allows you to customize your armor." + ] + hide_dependency_lines: true + dependencies: ["681E777B4C8E19CF"] + id: "3E9618EEC90169C3" + tasks: [{ + id: "428B3A5FD5E4796F" + type: "checkmark" + title: "Traveler's Gear" + }] + rewards: [ + { + id: "34A717C853280A3B" + type: "item" + item: "minecraft:leather" + count: 2 + } + { + id: "672A5B8298F1871E" + type: "xp" + xp: 10 + } + ] + } + { + x: 13.0d + y: 0.5d + description: [ + "Using Cobalt from the Nether, you can create yourself a customizable set of &9Plate Armor&r." + "" + "This is basically an upgrade from the Traveler's Gear." + "" + "Each piece of Plate Armor has high durability and armor, and they all come with:" + "" + "1 Upgrade Slot" + "4 Defense Slots" + "1 Ability Slot" + ] + id: "7D87F961B76246CA" + tasks: [{ + id: "58647E9ACAD9FDB9" + type: "checkmark" + title: "Plate Armor" + }] + rewards: [{ + id: "6FC67A906BE61358" + type: "xp" + xp: 10 + }] + } + ] +} diff --git a/config/ftbquests/quests/chapters/twilight_forest.snbt b/config/ftbquests/quests/chapters/twilight_forest.snbt index 85e33a2..9277d74 100644 --- a/config/ftbquests/quests/chapters/twilight_forest.snbt +++ b/config/ftbquests/quests/chapters/twilight_forest.snbt @@ -1,2306 +1,2306 @@ -{ - id: "7732CF7AAA63DB3A" - group: "752CDE464613A1ED" - order_index: 1 - filename: "twilight_forest" - title: "Twilight Forest" - icon: "twilightforest:twilight_portal_miniature_structure" - default_quest_shape: "" - default_hide_dependency_lines: false - quests: [ - { - title: "The Twilight Forest" - x: -7.5d - y: 0.0d - shape: "octagon" - subtitle: "Creating the Portal" - description: [ - "Welcome to the &9Twilight Forest&r!" - "" - "To create a portal to the Twilight Forest, make a 2x2 hole and fill it with water. Surround the edges of the hole with flowers, and throw a diamond in." - "" - "Thor will give you a sign if you did it right." - ] - size: 1.5d - id: "4193303999597249" - tasks: [{ - id: "695EA135D2B5FDC8" - type: "advancement" - title: "Enter the Twilight Forest" - icon: "twilightforest:twilight_portal_miniature_structure" - advancement: "twilightforest:root" - criterion: "" - }] - rewards: [ - { - id: "79245FFF6FAEB31E" - type: "item" - item: { - id: "patchouli:guide_book" - Count: 1b - tag: { - "patchouli:book": "twilightforest:guide" - } - } - } - { - id: "1C0B624437947A5B" - type: "xp" - xp: 100 - } - { - id: "5453ED799AE6ED00" - type: "item" - item: { - id: "minecraft:player_head" - Count: 1b - tag: { - SkullOwner: { - Id: [I; - 1223057599 - 1414090141 - -1109509241 - 1019046394 - ] - Properties: { - textures: [{ - Value: "ewogICJ0aW1lc3RhbXAiIDogMTY1Nzk0MjM3Mzc5MiwKICAicHJvZmlsZUlkIiA6ICI0OGU2NjBiZjU0NDk0ZDlkYmRkZTNiODczY2JkNjlmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaZXBoeXJXaW5kU3Bpcml0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRmNzYyNTNjMTVjMTg1ZTg1NzVjY2FiMDgwN2Y3MWNiZmFlMWJhZGZlOWMwOTM2MGUwNDgxODc2MzZkZGNjNGQiCiAgICB9LAogICAgIkNBUEUiIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIzNDBjMGUwM2RkMjRhMTFiMTVhOGIzM2MyYTdlOWUzMmFiYjIwNTFiMjQ4MWQwYmE3ZGVmZDYzNWNhN2E5MzMiCiAgICB9CiAgfQp9" - Signature: "bszJX3BvT6r4197un7fCTLWwbmYvucp9bjel1xHRqbEgw6BUuXWSjvUi2rSORpzP9fiT1fXL1AbDsu9L1/JkTVsqhBdsOZjlTEQDjTLE4WPy1nUobhYGT+mlNJjcQV9mQtOm8TYVr/lRPIu/uKjJPk1Ot/1W7oY0s9wEUxjDCzdBjDfDybaH9x8VQZR2cSgTPo8NXB/zNV+DG/6ylgh3z6FxvP8m7PwFUveouivcMZZGB8mV0Z3cRms4vymPrD+TLGQNLwQ4C4RYgMka4SKDKT2E2JLC3JXXUY/94zG9vsU92FwQ6kfz1h7p9pPQSJdVbdji0qVnAR8tX0KswksRYdY4vnwIFPzpMXfNEm6SroEFodp9FXHZKvPnlDgyVixQU/oIkp+UALXByvSPnFod7TCqhLMW8nSn+96gOTm/TnV95YvY/d7dRIAuNS/hu0dh/ITasE9M0HJ2/OaPH23vVENs4YVh9vdjl9kM6E0LlxgzvTa3H9uCvzt0zh67I8B/hQqyQrGgrTMIE0+B7tYI+e9ZZIfeRJx/NlB6i11CtNZ3iSaycUQ0uUOmZnqhkyvr6tUf0sDTnXvf9aUfVaV4a8Mz4YruQDGmHbJQIwGZQxpt8yp3qqjHx2u+Uh6JdpwXfi4P+qccovq360nfeMVHa3Omy8f8QJuffSIPzIZrdg0=" - }] - } - Name: "ZephyrWindSpirit" - } - } - } - } - ] - } - { - x: -7.5d - y: -1.5d - description: [ - "In the Twilight Forest, there are a bunch of new entities to discover." - "" - "One of the worst is the Cicada. I suggest on killing this for the achievement, but killing any Twilight Forest mob will work." - ] - dependencies: ["4193303999597249"] - hide: true - id: "575E405B270BBCBC" - tasks: [{ - id: "49C77D4CDAE03481" - type: "advancement" - title: "The Silence of the Forest" - icon: "twilightforest:cicada" - advancement: "twilightforest:twilight_hunter" - criterion: "" - }] - rewards: [{ - id: "2D7EEE6D9AB073A0" - type: "xp" - xp: 10 - }] - } - { - title: "The Final Boss" - icon: "twilightforest:castle_brick" - x: 9.0d - y: 5.5d - shape: "rsquare" - description: [ - ".... is not yet implemented." - "" - "Instead, head to the giant castle in the Final Plateau and grab some door blocks!" - "" - "There is a kobold that spawns in as a \"placeholder\" but you will get nothing from killing it." - ] - dependencies: ["2951B1D7080C5EF9"] - dependency_requirement: "all_started" - id: "420158B1736A1354" - tasks: [ - { - id: "086AAFD8D9F5EDFA" - type: "biome" - title: "Enter the Final Plateau" - icon: "twilightforest:castle_brick" - biome: "twilightforest:final_plateau" - } - { - id: "0BB84A1074D7D214" - type: "item" - item: "twilightforest:pink_castle_door" - count: 12L - } - { - id: "02D55A14580DBDE9" - type: "item" - item: "twilightforest:yellow_castle_door" - count: 12L - } - { - id: "24BB0DB1D0CEE3AE" - type: "item" - item: "twilightforest:blue_castle_door" - count: 12L - } - { - id: "3011B112DB273913" - type: "item" - item: "twilightforest:violet_castle_door" - count: 12L - } - ] - rewards: [ - { - id: "3E889B970E03E480" - type: "xp" - xp: 100 - } - { - id: "7BA35DB857763D81" - type: "item" - item: "botania:mana_cookie" - } - ] - } - { - title: "Fancy Noms" - icon: "minecraft:bowl" - x: 6.5d - y: 3.0d - shape: "diamond" - description: [ - "There are a lot of different foods you can make from the Twilight Forest!" - "" - "Try them all!" - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - optional: true - id: "604F2B68B27885BF" - tasks: [ - { - id: "5D1D9C6EE805BD76" - type: "item" - item: "twilightforest:raw_venison" - } - { - id: "70A3CED85106362F" - type: "item" - item: "twilightforest:cooked_venison" - } - { - id: "6E028B1374EB57AB" - type: "item" - item: "twilightforest:maze_wafer" - } - { - id: "07581F27FE61BBB0" - type: "item" - item: "twilightforest:cooked_meef" - } - { - id: "45A70662D54D46F7" - type: "item" - item: "twilightforest:experiment_115" - } - { - id: "3039460B9A037CFD" - type: "item" - item: "twilightforest:hydra_chop" - } - { - id: "01531CEF33729679" - type: "advancement" - advancement: "twilightforest:twilight_dinner" - criterion: "" - } - ] - rewards: [ - { - id: "1985FEC75D5FCD1A" - type: "item" - item: "allthemodium:allthemodium_apple" - count: 4 - random_bonus: 4 - } - { - id: "2661628F6222794D" - type: "xp" - xp: 100 - } - ] - } - { - title: "Raven Feathers" - icon: "twilightforest:raven_feather" - x: -6.5d - y: -2.5d - description: [ - "It's easy to get lost in the Forest. In your travels, you'll run into Obsidian pillars." - "" - "These pillars will have Ravens around them. Slay them to get their feathers, which you can use to create a map for the Twilight Forest!" - ] - dependencies: ["575E405B270BBCBC"] - dependency_requirement: "one_completed" - id: "57940981E8DE55D4" - tasks: [{ - id: "6CDB5FB3000FB0AE" - type: "item" - item: "twilightforest:raven_feather" - }] - rewards: [{ - id: "64746E59EAEAAFC2" - type: "xp" - xp: 10 - }] - } - { - title: "The Real Final Boss" - icon: "twilightforest:time_sapling" - x: 6.5d - y: 5.5d - shape: "gear" - subtitle: "Growing Trees" - description: [ - "Within the Twilight Forest, there are loot chests that can give you rare saplings." - "" - "Collect them all!" - ] - dependencies: ["420158B1736A1354"] - size: 3.0d - id: "0ED7B25DC1AA767B" - tasks: [ - { - id: "51F100B03CBC2ACF" - type: "item" - item: "twilightforest:time_sapling" - } - { - id: "0E97645EAF951F5A" - type: "item" - item: "twilightforest:sorting_sapling" - } - { - id: "753E61230A8790AF" - type: "item" - item: "twilightforest:mining_sapling" - } - { - id: "63ABA495C733F036" - type: "item" - item: "twilightforest:transformation_sapling" - } - ] - rewards: [ - { - id: "26B95D542E90E46C" - type: "item" - item: "twilightforest:mining_sapling" - } - { - id: "083BCDC9A825C003" - type: "xp" - xp: 1000 - } - { - id: "307ADDA3F89CF02E" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Time to Even the Scales" - x: -6.0d - y: 0.0d - description: [ - "The first boss on your Twilight adventure can be found within the Courtyard." - "" - "Killing the Naga will grant entry to the next boss, the Lich." - ] - dependencies: ["4193303999597249"] - hide: true - id: "3531B28F14CF72A2" - tasks: [{ - id: "5D567A4631D5D3A2" - type: "item" - item: "twilightforest:naga_trophy" - }] - rewards: [ - { - id: "31C7455838E9B507" - type: "item" - item: "twilightforest:naga_scale" - count: 3 - random_bonus: 3 - } - { - id: "742B9B4AA603C30C" - type: "xp" - xp: 100 - } - ] - } - { - title: "Bring out your Dead" - x: -4.5d - y: 1.0d - description: [ - "Within his tower, a Lich of great power lives here." - "" - "It is a 3 phase fight, but only 1 phase is unique." - "" - "Phase 1: The Lich surrounds himself in shields, and attacks you with Ender Pearls that shoot out like Ghast fireballs. Reflect these back to the Lich to break his shields! As his shields break, he'll send out duplicates to distract you." - "" - "Phase 2: The Lich switches scepters to summon Zombies to help him in the fight. With his defenses down, you will be able to melee him!" - "" - "Phase 3: Once all of the charges are spent on his Scepter, he will switch to a Golden Sword and go berserk. Kill him fast!" - ] - dependencies: ["3531B28F14CF72A2"] - id: "0107D516E038E0DB" - tasks: [{ - id: "4FB6BB3F61AD8D6B" - type: "item" - item: "twilightforest:lich_trophy" - }] - rewards: [ - { - id: "7AFE97BA7DD6FAD1" - type: "item" - item: "minecraft:golden_apple" - random_bonus: 2 - } - { - id: "18E6D57791488EB4" - type: "xp" - xp: 100 - } - { - id: "5C86EA40DE0D0702" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Mighty Stroganoff" - icon: "twilightforest:minoshroom_trophy" - x: 1.0d - y: 1.0d - description: [ - "In the depths of the Labyrinth Swamp is a giant Minoshroom." - "" - "Once defeated, it'll drop Meef Stroganoff. To unlock the next area, you must eat it." - ] - dependencies: ["4B95D48D7525FFAD"] - id: "04440BB2EFFD6DD9" - tasks: [ - { - id: "2CD3DF9A97F31897" - type: "item" - item: "twilightforest:minoshroom_trophy" - } - { - id: "15B1513233BE274B" - type: "item" - item: "twilightforest:meef_stroganoff" - } - ] - rewards: [ - { - id: "7DDF1FEFAE5F311F" - type: "xp" - xp: 100 - } - { - id: "2348B79F8ADCFD49" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Hydra Slayer" - x: 2.5d - y: -0.5d - subtitle: "Firey Swamp" - description: [ - "The infamous multi-headed beast from Greek Mythology." - "" - "Ranged attacks aren't as effective, meaning you'll need to get up close and personal." - "" - "Once defeated, you'll be able to find the next boss in the Dark Forest." - ] - dependencies: ["04440BB2EFFD6DD9"] - id: "7026E46FD8B3A81D" - tasks: [{ - id: "6D9D134621F8FA36" - type: "item" - item: "twilightforest:hydra_trophy" - }] - rewards: [ - { - id: "185A446AAFA6CAD6" - type: "xp" - xp: 100 - } - { - id: "55F90DB2EEEEE064" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Entering the Dark Forest" - x: 4.0d - y: -2.0d - subtitle: "The Darkest of Forests" - description: [ - "Inside the Dark Forest, you'll find a structure that leads underground." - "" - "To enter, you'll need to place one of the trophies you've acquired on the nearby pedastal." - "" - "On the 3rd layer, you'll find the Knight Phantoms. Defeat these to unlock the next boss." - "" - ] - dependencies: ["7026E46FD8B3A81D"] - id: "3DCF26B53AE1EBF6" - tasks: [{ - id: "4E03E4FCB1B4DE05" - type: "item" - item: "twilightforest:knight_phantom_trophy" - }] - rewards: [ - { - id: "2FDFDEDC63DBFACE" - type: "xp" - xp: 100 - } - { - id: "0432C721D444184B" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Tears of Fire" - x: 6.5d - y: -2.0d - subtitle: "Dark Carmonite Tower" - description: [ - "Within the Dark Forest, you'll find the Dark Tower." - "" - "To enter, look for the reappearing blocks at the base. Find your way through the maze all the way to the final floor to fight the Ur-Ghast." - "" - "The Ur-Ghast is recommended to kill with a ranged weapon. There are 4 Ghast traps found on boss floor, which can be used to damage the Ur-Ghast." - "" - "These are charged with Ghastling kills, then activating with redstone. You don't have to use them, but they can prove useful." - ] - dependencies: ["3DCF26B53AE1EBF6"] - id: "688C911ECFB2F134" - tasks: [{ - id: "64B931AE43EA1E92" - type: "item" - item: "twilightforest:ur_ghast_trophy" - }] - rewards: [ - { - id: "18258B0937EC3D75" - type: "xp" - xp: 100 - } - { - id: "30312A819C8EB06B" - type: "item" - item: "twilightforest:carminite" - count: 2 - random_bonus: 2 - } - { - id: "436197AB331DD880" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "To the Snow Biomes!" - x: 9.0d - y: -2.0d - description: [ - "After defeating the Ur-Ghast, you'll unlock the Snowy Forest biomes." - "" - "There are many creatures to fight, but to continue your progression, you'll need to kill the Alpha Yeti." - "" - "You can find the Alpha Yeti in a massive Yeti cave. Defeat it to move on." - "" - ] - dependencies: ["688C911ECFB2F134"] - id: "31BB7EB95CE73C1A" - tasks: [{ - id: "45C67776B86B2301" - type: "item" - item: "twilightforest:alpha_yeti_fur" - }] - rewards: [ - { - id: "4A0F85570A9BB08F" - type: "xp" - xp: 100 - } - { - id: "77A0EDF91EEB2786" - type: "item" - item: "twilightforest:alpha_yeti_fur" - count: 2 - random_bonus: 2 - } - { - id: "23174C24D051B80E" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Clear Skies" - x: 10.5d - y: -0.5d - description: [ - "Defeating the Alpha Yeti unlocks the Glacier biome. Here, you'll find cute little penguins and the Snow Queen." - "" - "At the top of the Aurora Palace, the Snow Queen will summon ice crystals to protect herself." - "" - "She'll also slam ice blocks down that destroys the floor and deals massive damage." - "" - "You'll only be able to hit her top half, as she's protected by ice blocks." - "" - "After defeating the Snow Queen, you'll unlock access to the Highlands." - ] - dependencies: ["31BB7EB95CE73C1A"] - id: "6FD41DF7704466A4" - tasks: [{ - id: "1997CE8D805B6EB6" - type: "item" - item: "twilightforest:snow_queen_trophy" - }] - rewards: [ - { - id: "7C737743505C71EA" - type: "xp" - xp: 100 - } - { - id: "21B903DE9EB6367F" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - icon: { - id: "twilightforest:lamp_of_cinders" - Count: 1b - tag: { - Damage: 0 - } - } - x: 12.0d - y: 4.5d - shape: "hexagon" - description: [ - "With the Giant Pickaxe, you'll want to head back to Troll Caves to find Giant Obsidian." - "" - "Use the Giant Pickaxe to break it, and you'll find some loot. You want to get the Lamp of Cinders to continue." - "" - "" - ] - dependencies: ["20436AFCC7E6855D"] - id: "5CBA8C89FE717B9C" - tasks: [{ - id: "54FEB8B303070725" - type: "item" - item: { - id: "twilightforest:lamp_of_cinders" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "297971829C1A7D58" - type: "item" - item: { - id: "minecraft:potion" - Count: 1b - tag: { - Potion: "minecraft:healing" - } - } - } - { - id: "022835C754F54A11" - type: "xp" - xp: 100 - } - ] - } - { - icon: { - id: "twilightforest:giant_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - x: 12.0d - y: 2.6d - shape: "pentagon" - subtitle: "The giants look like me, but are nothing LIKE me. " - description: [ - "With your Magic Beans and Uberous Soil, you'll want to look for a large cloud in the highland biomes." - "" - "Plant the magic beans in the soil to grow a beanstalk all the way up. Here, you'll find the Giants." - "" - "You'll need to kill the Miner Giant and get their pickaxe to continue on." - ] - dependencies: ["58BD1063A19777DC"] - id: "20436AFCC7E6855D" - tasks: [{ - id: "671EEE3BD0D051FD" - type: "item" - item: { - id: "twilightforest:giant_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "57BD859AC0E3617B" - type: "xp" - xp: 100 - } - { - id: "10163664BE8E155F" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Naga Scale Armor" - x: -6.0d - y: -1.0d - description: ["From the scales of the Naga, you can craft some armor. Not super strong, but looks nice."] - dependencies: ["3531B28F14CF72A2"] - id: "4D4AB60B3B1CD437" - tasks: [ - { - id: "529D27B9675CBD7F" - type: "item" - item: { - id: "twilightforest:naga_chestplate" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 3s - id: "minecraft:fire_protection" - }] - } - } - } - { - id: "3B252125FD56FC27" - type: "item" - item: { - id: "twilightforest:naga_leggings" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 3s - id: "minecraft:protection" - }] - } - } - } - ] - rewards: [ - { - id: "481E680F0F18B148" - type: "xp" - xp: 100 - } - { - id: "7AFB735476E84420" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - x: -5.0d - y: 2.5d - shape: "diamond" - description: [ - "Do you want to be able to shoot Ender blasts like the Lich? This is the scepter for it." - "" - "To recharge, combine it with an Ender Pearl in a crafting table." - ] - dependencies: ["0107D516E038E0DB"] - id: "212EC1F41227184D" - tasks: [{ - id: "54F8AB4DDD68C94A" - type: "item" - item: { - id: "twilightforest:twilight_scepter" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "45E2D1CD5953608A" - type: "xp" - xp: 100 - } - { - id: "20567937363CD1F1" - type: "item" - item: "minecraft:ender_pearl" - count: 2 - random_bonus: 2 - } - ] - } - { - x: -5.5d - y: 2.0d - shape: "diamond" - description: [ - "Using this Scepter, you can drain the life of your enemies!" - "" - "To recharge the scepter, combine it with Fermented Spider Eyes in a crafting table." - ] - dependencies: ["0107D516E038E0DB"] - id: "6CB1BFBA10DF24E4" - tasks: [{ - id: "4FBA38F3FB4B7C28" - type: "item" - item: { - id: "twilightforest:lifedrain_scepter" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "0AB5BCBB96B2F409" - type: "xp" - xp: 100 - } - { - id: "3970CC74E6AA5566" - type: "item" - item: "minecraft:fermented_spider_eye" - count: 2 - random_bonus: 2 - } - ] - } - { - x: -3.5d - y: 2.0d - shape: "diamond" - description: [ - "Because who doesn't want to summon their own Zombies?" - "" - "To recharge, combine with Rotten Flesh in a crafting table." - ] - dependencies: ["0107D516E038E0DB"] - id: "3908F7C80154D9CA" - tasks: [{ - id: "3146C0D222FADF31" - type: "item" - item: { - id: "twilightforest:zombie_scepter" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "65B006EC088F5773" - type: "xp" - xp: 100 - } - { - id: "02A569F306882648" - type: "item" - item: "minecraft:rotten_flesh" - count: 2 - random_bonus: 2 - } - ] - } - { - x: -4.0d - y: 2.5d - shape: "diamond" - description: [ - "This scepter summons shields around you for protection." - "" - "To recharge, combine with Golden Apples in a crafting table." - ] - dependencies: ["0107D516E038E0DB"] - id: "3371570F189DF994" - tasks: [{ - id: "3CCC28F4BEAAC162" - type: "item" - item: { - id: "twilightforest:fortification_scepter" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [ - { - id: "37272146953406F6" - type: "xp" - xp: 100 - } - { - id: "5557BEAAA052774B" - type: "item" - item: "minecraft:golden_apple" - count: 2 - random_bonus: 2 - } - ] - } - { - title: "To the Swamps!" - icon: "twilightforest:maze_map" - x: -1.5d - y: 1.0d - subtitle: "I wonder if we'll find Shrek" - description: [ - "It's time to go to the swamps! In the swamps, you'll find an odd-looking hill with an entrance on top. This is the Minoshroom Labyrinth!" - "" - "Inside, you'll fight several new enemies that can drop the Maze Map Focus. This is needed to make a Maze Map." - "" - "This is a special map that will map your way around the Minoshroom Labyrinth. Your minimap mod has no power here." - "" - "You can also find several loot rooms with special loot for the Maze!" - ] - dependencies: ["0107D516E038E0DB"] - id: "4B95D48D7525FFAD" - tasks: [ - { - id: "7AA9D1C39C51F20F" - type: "item" - item: "twilightforest:maze_map" - } - { - id: "1779F067AD7CDA50" - type: "item" - item: "twilightforest:raw_meef" - count: 3L - } - ] - rewards: [{ - id: "0EBC5DE2494689BB" - type: "xp" - xp: 100 - }] - } - { - x: -4.0d - y: -1.5d - description: [ - "This map is a must have for the Twlight Forest." - "" - "Using a Blank Magic Map will give you a map that shows icons for nearby bosses and structures." - ] - dependencies: ["4F66DF6B494BEFF3"] - dependency_requirement: "one_completed" - optional: true - id: "0990D6CEE042F44E" - tasks: [{ - id: "0EBD4A2BF8DE117D" - type: "item" - item: "twilightforest:magic_map" - }] - rewards: [{ - id: "6D7C21A48CD96B58" - type: "xp" - xp: 100 - }] - } - { - title: "Steeleaf Armor" - x: 8.0d - y: 1.5d - shape: "diamond" - description: [ - "This is slightly stronger than Naga armor, and comes fully enchanted." - "" - "You can make these by finding &6Steeleaf&r within the Twilight Forest." - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "2BEBF66D7EA594FA" - tasks: [ - { - id: "41286D909D0A6867" - type: "item" - item: { - id: "twilightforest:steeleaf_helmet" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 2s - id: "minecraft:projectile_protection" - }] - } - } - } - { - id: "569238D13FE4BEDE" - type: "item" - item: { - id: "twilightforest:steeleaf_chestplate" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 2s - id: "minecraft:blast_protection" - }] - } - } - } - { - id: "465948D752178FD8" - type: "item" - item: { - id: "twilightforest:steeleaf_leggings" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 2s - id: "minecraft:fire_protection" - }] - } - } - } - { - id: "29B138097231BC9F" - type: "item" - item: { - id: "twilightforest:steeleaf_boots" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 2s - id: "minecraft:feather_falling" - }] - } - } - } - ] - rewards: [ - { - id: "5DF56C2A6538CF49" - type: "xp" - xp: 100 - } - { - id: "4DC6E4E7C6FFB69D" - type: "item" - item: "twilightforest:steeleaf_ingot" - count: 2 - random_bonus: 2 - } - ] - } - { - title: "Ironwood Armor" - x: 5.0d - y: 1.5d - shape: "diamond" - description: [ - "This armor can be crafted using &9Ironwood&r." - "" - "This armor comes automatically enchanted as well." - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "40258842B0359A2D" - tasks: [ - { - id: "5B86279AE9E62F55" - type: "item" - item: { - id: "twilightforest:ironwood_helmet" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 1s - id: "minecraft:aqua_affinity" - }] - } - } - } - { - id: "60033D60F21A2145" - type: "item" - item: { - id: "twilightforest:ironwood_chestplate" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 1s - id: "minecraft:protection" - }] - } - } - } - { - id: "48D0CAE437234AC6" - type: "item" - item: { - id: "twilightforest:ironwood_leggings" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 1s - id: "minecraft:protection" - }] - } - } - } - { - id: "1D94DFBBCD46D84B" - type: "item" - item: { - id: "twilightforest:ironwood_boots" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 1s - id: "minecraft:feather_falling" - }] - } - } - } - ] - rewards: [ - { - id: "3F15327EC89501A3" - type: "xp" - xp: 100 - } - { - id: "58261ADFF3E4DB51" - type: "item" - item: "twilightforest:raw_ironwood" - count: 2 - random_bonus: 2 - } - ] - } - { - title: "Fiery Armor" - x: 1.5d - y: -0.5d - description: [ - "The Hyrda drops Fiery Blood that can be used to craft Fiery armor." - "" - "When wearing the full set, enemies that attack you will be set on fire for 10 seconds." - ] - dependencies: ["7026E46FD8B3A81D"] - id: "1FF5906DF721D091" - tasks: [ - { - id: "48F5F5BE01C792CE" - type: "item" - item: { - id: "twilightforest:fiery_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "761CF4D721CB22DF" - type: "item" - item: { - id: "twilightforest:fiery_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "384D339F85C2F6CC" - type: "item" - item: { - id: "twilightforest:fiery_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1559426B94209449" - type: "item" - item: { - id: "twilightforest:fiery_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "645C3DCEFD53C822" - type: "xp" - xp: 100 - } - { - id: "107B2D81CF1B63E2" - type: "item" - item: "twilightforest:fiery_ingot" - count: 2 - random_bonus: 2 - } - { - id: "3BB1CF44BD9DF7B4" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - x: 4.0d - y: -3.5d - shape: "diamond" - description: ["Chance of being found in Phantom Knight chests."] - dependencies: ["3DCF26B53AE1EBF6"] - id: "0A207A437AF153AA" - tasks: [ - { - id: "2429F7C568231ED7" - type: "item" - item: { - id: "twilightforest:phantom_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "0C2C788F3061A7D3" - type: "item" - item: { - id: "twilightforest:phantom_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "1BA06461A6CFA2A8" - type: "xp" - xp: 100 - } - { - id: "269E12B24D6C62AD" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Knightmetal Armor" - x: 3.5d - y: -3.0d - shape: "diamond" - description: ["Crafted or found in the Phantom Knight's chests."] - dependencies: ["3DCF26B53AE1EBF6"] - id: "25906B43A198B72F" - tasks: [ - { - id: "095092712EA93AD4" - type: "item" - item: { - id: "twilightforest:knightmetal_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "44E7089F08F757D4" - type: "item" - item: { - id: "twilightforest:knightmetal_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "1A137AF836AFC3C0" - type: "item" - item: { - id: "twilightforest:knightmetal_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "33789178B086D262" - type: "item" - item: { - id: "twilightforest:knightmetal_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "73E3E17874A35218" - type: "xp" - xp: 100 - } - { - id: "7F25EEC7FA00F6A8" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Ramification" - x: -7.5d - y: 1.5d - description: [ - "Find the Questing Ram, for it bestows wealth to those who give it Rainbow Wool (16 colors)" - "" - "Hint: There's a dispenser above your head in the ruins where the Ram is. It might prove useful." - ] - dependencies: ["4193303999597249"] - hide: true - optional: true - id: "4DA0725E089D7C91" - tasks: [{ - id: "0DC327E6F70EE1C1" - type: "item" - item: "twilightforest:quest_ram_trophy" - }] - rewards: [{ - id: "1BF594BADCE267FA" - type: "xp" - xp: 100 - }] - } - { - x: 6.5d - y: 0.0d - shape: "diamond" - description: [ - "This is a single-use item that will prevent death. Instead of dying, the charm will be consumed and you'll be given health regen for a short period of time." - "" - "These are found in loot chests." - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "6F67079A453DAABE" - tasks: [{ - id: "5F7D02D164E85469" - type: "item" - item: "twilightforest:charm_of_life_1" - }] - rewards: [ - { - id: "0109DCAA3BD0CA82" - type: "xp" - xp: 100 - } - { - id: "2C507B67069584C5" - type: "item" - item: "twilightforest:charm_of_life_1" - } - ] - } - { - x: 6.5d - y: 1.5d - shape: "diamond" - description: ["Just like the Charm of Life I, this item is consumed to prevent your death. When consumed, you'll regen all of your health and be given Regen IV, Resistance, and Fire Resistance for 30 seconds."] - dependencies: ["6F67079A453DAABE"] - hide: true - size: 1.5d - id: "15006CF73F8CAB7C" - tasks: [{ - id: "1AF2A8D21E2C64FE" - type: "item" - item: "twilightforest:charm_of_life_2" - }] - rewards: [ - { - id: "3D2DA73A93E0D143" - type: "xp_levels" - xp_levels: 5 - } - { - id: "3030EE09DC532C90" - type: "item" - item: "twilightforest:charm_of_life_1" - count: 2 - } - ] - } - { - x: -2.0d - y: 0.10000000000000003d - shape: "diamond" - description: ["This item will prevent you from losing the items in your held items and armor when you die."] - dependencies: ["4B95D48D7525FFAD"] - id: "610F9E9D0B5131C7" - tasks: [{ - id: "69F49433EDA8F189" - type: "item" - item: "twilightforest:charm_of_keeping_1" - }] - rewards: [{ - id: "4CA93BA5E85DAA73" - type: "xp" - xp: 100 - }] - } - { - x: -1.0d - y: 0.10000000000000003d - shape: "diamond" - description: ["This item will let you keep your armor and hotbar when you die."] - dependencies: ["610F9E9D0B5131C7"] - id: "4665E6FD0AAED164" - tasks: [{ - id: "146FE418E4077B1D" - type: "item" - item: "twilightforest:charm_of_keeping_2" - }] - rewards: [{ - id: "5BAC92C56DB3B58E" - type: "xp" - xp: 100 - }] - } - { - x: -1.5d - y: -0.5d - shape: "diamond" - description: ["This item will let you keep all of your items in your inventory when you die."] - dependencies: ["4665E6FD0AAED164"] - size: 1.25d - id: "3A3ED88027331A6C" - tasks: [{ - id: "2FB00B8498F8E8E3" - type: "item" - item: "twilightforest:charm_of_keeping_3" - }] - rewards: [ - { - id: "757D67F1402CEA6E" - type: "xp_levels" - xp_levels: 100 - } - { - id: "62FB99FCB11C009F" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - x: 6.0d - y: 2.5d - shape: "diamond" - subtitle: "A Glorified Leafblower" - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "1464D45C474464DB" - tasks: [{ - id: "13C31B864EC1DE9B" - type: "item" - item: { - id: "twilightforest:peacock_feather_fan" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "25991402B38AFA2A" - type: "xp" - xp: 100 - }] - } - { - title: "Yeti Armor" - x: 9.5d - y: -3.0d - description: ["Crafted from Alpha Yeti Fur."] - dependencies: ["31BB7EB95CE73C1A"] - id: "3C8724C3A9459507" - tasks: [ - { - id: "45D0FCAC69264C9B" - type: "item" - item: { - id: "twilightforest:yeti_helmet" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 2s - id: "minecraft:protection" - }] - } - } - } - { - id: "4F6C2CBFE11B14D2" - type: "item" - item: { - id: "twilightforest:yeti_chestplate" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 2s - id: "minecraft:protection" - }] - } - } - } - { - id: "1D7E23359B11FB50" - type: "item" - item: { - id: "twilightforest:yeti_leggings" - Count: 1b - tag: { - Damage: 0 - Enchantments: [{ - lvl: 2s - id: "minecraft:protection" - }] - } - } - } - { - id: "34E0A02434E3B41C" - type: "item" - item: { - id: "twilightforest:yeti_boots" - Count: 1b - tag: { - Damage: 0 - Enchantments: [ - { - lvl: 2s - id: "minecraft:protection" - } - { - lvl: 4s - id: "minecraft:feather_falling" - } - ] - } - } - } - ] - rewards: [ - { - id: "5BA6C83E9E634D86" - type: "xp" - xp: 100 - } - { - id: "30EEAB06F29DF219" - type: "item" - item: "twilightforest:alpha_yeti_fur" - count: 2 - random_bonus: 2 - } - { - id: "0151BD8A11801463" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - title: "Arctic Armor" - x: 8.5d - y: -3.0d - subtitle: "Dyable!" - description: ["Small Yetis and Winter Wolves drop fur to make this armor."] - dependencies: ["31BB7EB95CE73C1A"] - id: "2A0B3C91D72E8B75" - tasks: [ - { - id: "74DE768958A1DF0E" - type: "item" - item: { - id: "twilightforest:arctic_helmet" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "28805490ED9B650D" - type: "item" - item: { - id: "twilightforest:arctic_chestplate" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "7E45C2C500C51BCB" - type: "item" - item: { - id: "twilightforest:arctic_leggings" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "09422C5CD2A93FDD" - type: "item" - item: { - id: "twilightforest:arctic_boots" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "1561C0CA37248A7C" - type: "xp" - xp: 100 - } - { - id: "3DE875692CDA73EC" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - x: -1.0d - y: 2.0d - shape: "hexagon" - subtitle: "Trapped chamber, do not enter?" - description: [ - "A special pickaxe rarely found in Labyrinths." - "" - "This pick will take 1 damage when breaking Maze walls, instead of the 16 damage for all other picks!" - ] - dependencies: ["4B95D48D7525FFAD"] - id: "51BC981AB4CFAD95" - tasks: [{ - id: "37FB4455E15C55FF" - type: "item" - item: { - id: "twilightforest:mazebreaker_pickaxe" - Count: 1b - tag: { - Damage: 0 - Enchantments: [ - { - lvl: 4s - id: "minecraft:efficiency" - } - { - lvl: 3s - id: "minecraft:unbreaking" - } - { - lvl: 2s - id: "minecraft:fortune" - } - ] - } - } - }] - rewards: [{ - id: "43613B9B3AED5AEC" - type: "xp" - xp: 100 - }] - } - { - x: 11.5d - y: -0.5d - description: ["Dropped from the Snow Queen, this bow shoots 3 arrows at the same time, while only using 1."] - dependencies: ["6FD41DF7704466A4"] - id: "53A79338994088FD" - tasks: [{ - id: "64D192E45B9E8E6C" - type: "item" - item: { - id: "twilightforest:triple_bow" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "4998E36C6161772B" - type: "xp" - xp: 100 - }] - } - { - x: 10.5d - y: -1.5d - description: ["Dropped from the Snow Queen, this bow will shoot arrows that home in on your targets. No more missing!"] - dependencies: ["6FD41DF7704466A4"] - id: "7509E4093010EA4C" - tasks: [{ - id: "5423C2517A5D133B" - type: "item" - item: { - id: "twilightforest:seeker_bow" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "61308BB9F304D0E4" - type: "xp" - xp: 100 - }] - } - { - x: 7.5d - y: 1.0d - shape: "diamond" - description: ["Found randomly in loot chests, this bow will inflict Slowness III for 10 seconds on hit."] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "49EE6D2A3684A510" - tasks: [{ - id: "52E28B85293DE45A" - type: "item" - item: { - id: "twilightforest:ice_bow" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "6BCB7D180D92A1AB" - type: "xp" - xp: 100 - }] - } - { - x: 5.5d - y: 1.0d - shape: "diamond" - description: [ - "This bow is rarely found in the Aurora Palace." - "" - "When an enemy is hit from this bow, you will swap places with them. Be careful shooting things out of the sky!" - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "3D29EF7F150F5334" - tasks: [{ - id: "37A1612D95C34DF2" - type: "item" - item: { - id: "twilightforest:ender_bow" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "3051ABF9B41E8CDA" - type: "xp" - xp: 100 - }] - } - { - x: 5.5d - y: 2.0d - shape: "diamond" - description: [ - "A Magnet that can pull up anything with Ore in name, except Coal." - "" - "This is found in Hollow Hill chests." - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "5FE4DAE8F41B1437" - tasks: [{ - id: "7B5C5A02D22359AF" - type: "item" - item: { - id: "twilightforest:ore_magnet" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "73C722B92E712713" - type: "xp" - xp: 100 - }] - } - { - x: 6.0d - y: 0.5d - shape: "diamond" - description: [ - "A sword that deals 40 hearts of damage, but only has 1 durability." - "" - "You can make this indestructible if you want to use this." - "" - "These are rarely found in loot chests in the Aurora Palace." - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "38ADDF7FF4E4892D" - tasks: [{ - id: "68A6B72FD1DF6A75" - type: "item" - item: { - id: "twilightforest:glass_sword" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "0FFBA24EB9CD17E3" - type: "xp" - xp: 100 - }] - } - { - x: 7.0d - y: 0.5d - shape: "diamond" - description: ["Found in the Aurora Palace, this sword will give enemies Frosted for 10 seconds when attacked."] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "78CE2ECEF0B651DA" - tasks: [{ - id: "2E37E73B5297E0F7" - type: "item" - item: { - id: "twilightforest:ice_sword" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "1EDFE99AD36463BB" - type: "xp" - xp: 100 - }] - } - { - x: 7.0d - y: 2.5d - shape: "diamond" - description: [ - "This item is like a torch launcher. It launches &6Moonworms&r at the targeted block, which light up the block similar to a torch." - "" - "You can find this in Hollow Hill treasure chests." - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "60FC2DAEA954A849" - tasks: [{ - id: "0BE7DD735B1FB717" - type: "item" - item: { - id: "twilightforest:moonworm_queen" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "13A5729B3DF5AEAA" - type: "xp" - xp: 100 - }] - } - { - x: 7.5d - y: 2.0d - shape: "diamond" - description: [ - "Want to make the Overworld feel more like the Twilight Forest?" - "" - "You can use this powder on Overworld animals to convert them into their Twilight Forest variants." - "" - "You can find this in dungeon chests in the Twilight Forest." - ] - hide_dependency_lines: true - dependencies: ["4193303999597249"] - hide: true - id: "0E9DE6293DF611E1" - tasks: [{ - id: "220F1E09B54E7ECA" - type: "item" - item: "twilightforest:transformation_powder" - }] - rewards: [{ - id: "585C6465B69B2781" - type: "xp" - xp: 100 - }] - } - { - x: -2.0d - y: 2.0d - shape: "hexagon" - dependencies: ["4B95D48D7525FFAD"] - optional: true - id: "6F957D07AA74F16E" - tasks: [{ - id: "19F17291B47DC7B0" - type: "item" - item: "twilightforest:ore_map" - }] - } - { - icon: "twilightforest:magic_map_focus" - x: -5.0d - y: -2.5d - description: ["Combining a Raven Feather with Torchberries and Glowstone will give you a Magic Map Focus."] - dependencies: ["57940981E8DE55D4"] - id: "4F66DF6B494BEFF3" - tasks: [{ - id: "6C3B980F96579633" - type: "item" - item: "twilightforest:magic_map_focus" - }] - rewards: [ - { - id: "104344E0925D3B1D" - type: "item" - item: "twilightforest:torchberries" - count: 4 - } - { - id: "6B25E3FA48BA4307" - type: "xp" - xp: 10 - } - ] - } - { - x: 2.5d - y: -1.5d - description: [ - "Using the Fiery Blood from the Hydra, you can make several tools." - "" - "The Fiery Sword comes with Fire Aspect II when crafted." - "" - "The Fiery Pickaxe comes with auto-smelt." - ] - dependencies: ["7026E46FD8B3A81D"] - id: "111F2EE85FB0A455" - tasks: [ - { - id: "1ACA91C37E113066" - type: "item" - item: { - id: "twilightforest:fiery_sword" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "5FA41AF43B32B189" - type: "item" - item: { - id: "twilightforest:fiery_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "22A4DADBE90045AA" - type: "item" - item: "twilightforest:fiery_ingot" - count: 2 - random_bonus: 2 - } - { - id: "00F7086DDD7126F7" - type: "xp" - xp: 100 - } - { - id: "7A5E43387F7110E9" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - x: 1.0d - y: 2.0d - description: ["This is a drop from the Minoshroom. It deals more damage when sprinting."] - dependencies: ["04440BB2EFFD6DD9"] - id: "730AF9210F00018E" - tasks: [{ - id: "63527819961CF742" - type: "item" - item: { - id: "twilightforest:diamond_minotaur_axe" - Count: 1b - tag: { - Damage: 0 - } - } - }] - rewards: [{ - id: "5D4F5E0EFB90BB72" - type: "xp" - xp: 100 - }] - } - { - title: "Knightmetal Tools" - x: 4.5d - y: -3.0d - shape: "diamond" - dependencies: ["3DCF26B53AE1EBF6"] - id: "607D592CE102C82E" - tasks: [ - { - id: "036BA11CFAF4A837" - type: "item" - item: { - id: "twilightforest:knightmetal_sword" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "48F928D65370BC9B" - type: "item" - item: { - id: "twilightforest:knightmetal_pickaxe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "2CC995B62A954D96" - type: "item" - item: { - id: "twilightforest:knightmetal_axe" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "141CFE131162447F" - type: "item" - item: { - id: "twilightforest:block_and_chain" - Count: 1b - tag: { - Damage: 0 - } - } - } - { - id: "2C4EE242D93E2F75" - type: "item" - item: { - id: "twilightforest:knightmetal_shield" - Count: 1b - tag: { - Damage: 0 - } - } - } - ] - rewards: [ - { - id: "56325FCB249895FD" - type: "item" - item: "twilightforest:knightmetal_ingot" - count: 4 - random_bonus: 4 - } - { - id: "343843C0B976060B" - type: "xp" - xp: 100 - } - { - id: "13FA9172DE9942D6" - type: "random" - table_id: 5351477636770726245L - } - ] - } - { - x: 7.0d - y: -3.0d - shape: "rsquare" - description: [ - "&9Reappearing Blocks&r are like really cool doors. Once right-clicked, they'll disappear for a short time." - "" - "The &6Vanishing Blocks&r will disappear when right-clicked, but they don't come back." - ] - dependencies: ["688C911ECFB2F134"] - id: "01748C2CD9C97523" - tasks: [ - { - id: "6F4BFD3CF4F593DE" - type: "item" - item: "twilightforest:reappearing_block" - } - { - id: "543D6787030477B0" - type: "item" - item: "twilightforest:vanishing_block" - } - ] - rewards: [ - { - id: "49D390979C866DBB" - type: "item" - item: "twilightforest:reappearing_block" - count: 4 - } - { - id: "568FFBEBF78BF845" - type: "item" - item: "twilightforest:vanishing_block" - count: 4 - } - { - id: "1FEC203D4CA7DBC9" - type: "xp" - xp: 100 - } - ] - } - { - x: 6.0d - y: -3.0d - shape: "rsquare" - description: [ - "The &9Carminite Builder&r, when powered with a redstone signal, will generate temporary blocks in the direction the signal came from." - "" - "The &6Carminite Reactor&r will convert nearby Obsidian and Netherack into False Gold and False Diamond. After a short period of time, this will suck up nearby blocks and explode, creating Carminite Ghastlings around it." - ] - dependencies: ["688C911ECFB2F134"] - id: "7B4A687EB505C2FF" - tasks: [ - { - id: "56287EDCE7111CDA" - type: "item" - item: "twilightforest:carminite_builder" - } - { - id: "3777E5BC42A44D9A" - type: "item" - item: "twilightforest:carminite_reactor" - } - ] - rewards: [ - { - id: "7C7EBDD4A84D118C" - type: "item" - item: "twilightforest:carminite" - count: 2 - random_bonus: 2 - } - { - id: "52FC60BE94B415E3" - type: "xp" - xp: 100 - } - ] - } - { - title: "Visiting the Giants" - x: 12.0d - y: 1.0d - description: [ - "Once you've unlocked the Highland biome, head over and find some trolls to kill." - "" - "They can drop some &9Magic Beans&r. You'll also find chests that give you Uberus Soil, which is needed to grow the beans." - ] - dependencies: ["6FD41DF7704466A4"] - id: "58BD1063A19777DC" - tasks: [ - { - id: "03833E1286B5C7BC" - type: "item" - item: "twilightforest:magic_beans" - } - { - id: "21A2013F7DDAE1B6" - type: "item" - item: "twilightforest:uberous_soil" - } - ] - rewards: [ - { - id: "7DBCA6F6A6C2F6CD" - type: "item" - item: "twilightforest:uberous_soil" - count: 2 - } - { - id: "46F74B4005D736B3" - type: "xp" - xp: 100 - } - ] - } - { - title: "Every Thorn has its Rose" - x: 10.5d - y: 5.5d - shape: "heart" - description: [ - "Using the Lamp of Cinders, you will now be able to break the thorns in the Thornland Biome." - "" - "Gather some Thorn Roses to continue on to the Final Plateau." - ] - dependencies: ["5CBA8C89FE717B9C"] - id: "2951B1D7080C5EF9" - tasks: [{ - id: "5F0A10AAC2220CFF" - type: "item" - item: "twilightforest:thorn_rose" - count: 12L - }] - rewards: [ - { - id: "52EB72698EB29FF9" - type: "item" - item: "minecraft:diamond_block" - } - { - id: "3A33D234FEAA59C6" - type: "xp" - xp: 100 - } - { - id: "0A2372BA1C0E172A" - type: "random" - table_id: 5351477636770726245L - } - ] - } - ] -} +{ + id: "7732CF7AAA63DB3A" + group: "752CDE464613A1ED" + order_index: 1 + filename: "twilight_forest" + title: "Twilight Forest" + icon: "twilightforest:twilight_portal_miniature_structure" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "The Twilight Forest" + x: -7.5d + y: 0.0d + shape: "octagon" + subtitle: "Creating the Portal" + description: [ + "Welcome to the &9Twilight Forest&r!" + "" + "To create a portal to the Twilight Forest, make a 2x2 hole and fill it with water. Surround the edges of the hole with flowers, and throw a diamond in." + "" + "Thor will give you a sign if you did it right." + ] + size: 1.5d + id: "4193303999597249" + tasks: [{ + id: "695EA135D2B5FDC8" + type: "advancement" + title: "Enter the Twilight Forest" + icon: "twilightforest:twilight_portal_miniature_structure" + advancement: "twilightforest:root" + criterion: "" + }] + rewards: [ + { + id: "79245FFF6FAEB31E" + type: "item" + item: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "twilightforest:guide" + } + } + } + { + id: "1C0B624437947A5B" + type: "xp" + xp: 100 + } + { + id: "5453ED799AE6ED00" + type: "item" + item: { + id: "minecraft:player_head" + Count: 1b + tag: { + SkullOwner: { + Id: [I; + 1223057599 + 1414090141 + -1109509241 + 1019046394 + ] + Properties: { + textures: [{ + Value: "ewogICJ0aW1lc3RhbXAiIDogMTY1Nzk0MjM3Mzc5MiwKICAicHJvZmlsZUlkIiA6ICI0OGU2NjBiZjU0NDk0ZDlkYmRkZTNiODczY2JkNjlmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaZXBoeXJXaW5kU3Bpcml0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRmNzYyNTNjMTVjMTg1ZTg1NzVjY2FiMDgwN2Y3MWNiZmFlMWJhZGZlOWMwOTM2MGUwNDgxODc2MzZkZGNjNGQiCiAgICB9LAogICAgIkNBUEUiIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIzNDBjMGUwM2RkMjRhMTFiMTVhOGIzM2MyYTdlOWUzMmFiYjIwNTFiMjQ4MWQwYmE3ZGVmZDYzNWNhN2E5MzMiCiAgICB9CiAgfQp9" + Signature: "bszJX3BvT6r4197un7fCTLWwbmYvucp9bjel1xHRqbEgw6BUuXWSjvUi2rSORpzP9fiT1fXL1AbDsu9L1/JkTVsqhBdsOZjlTEQDjTLE4WPy1nUobhYGT+mlNJjcQV9mQtOm8TYVr/lRPIu/uKjJPk1Ot/1W7oY0s9wEUxjDCzdBjDfDybaH9x8VQZR2cSgTPo8NXB/zNV+DG/6ylgh3z6FxvP8m7PwFUveouivcMZZGB8mV0Z3cRms4vymPrD+TLGQNLwQ4C4RYgMka4SKDKT2E2JLC3JXXUY/94zG9vsU92FwQ6kfz1h7p9pPQSJdVbdji0qVnAR8tX0KswksRYdY4vnwIFPzpMXfNEm6SroEFodp9FXHZKvPnlDgyVixQU/oIkp+UALXByvSPnFod7TCqhLMW8nSn+96gOTm/TnV95YvY/d7dRIAuNS/hu0dh/ITasE9M0HJ2/OaPH23vVENs4YVh9vdjl9kM6E0LlxgzvTa3H9uCvzt0zh67I8B/hQqyQrGgrTMIE0+B7tYI+e9ZZIfeRJx/NlB6i11CtNZ3iSaycUQ0uUOmZnqhkyvr6tUf0sDTnXvf9aUfVaV4a8Mz4YruQDGmHbJQIwGZQxpt8yp3qqjHx2u+Uh6JdpwXfi4P+qccovq360nfeMVHa3Omy8f8QJuffSIPzIZrdg0=" + }] + } + Name: "ZephyrWindSpirit" + } + } + } + } + ] + } + { + x: -7.5d + y: -1.5d + description: [ + "In the Twilight Forest, there are a bunch of new entities to discover." + "" + "One of the worst is the Cicada. I suggest on killing this for the achievement, but killing any Twilight Forest mob will work." + ] + dependencies: ["4193303999597249"] + hide: true + id: "575E405B270BBCBC" + tasks: [{ + id: "49C77D4CDAE03481" + type: "advancement" + title: "The Silence of the Forest" + icon: "twilightforest:cicada" + advancement: "twilightforest:twilight_hunter" + criterion: "" + }] + rewards: [{ + id: "2D7EEE6D9AB073A0" + type: "xp" + xp: 10 + }] + } + { + title: "The Final Boss" + icon: "twilightforest:castle_brick" + x: 9.0d + y: 5.5d + shape: "rsquare" + description: [ + ".... is not yet implemented." + "" + "Instead, head to the giant castle in the Final Plateau and grab some door blocks!" + "" + "There is a kobold that spawns in as a \"placeholder\" but you will get nothing from killing it." + ] + dependencies: ["2951B1D7080C5EF9"] + dependency_requirement: "all_started" + id: "420158B1736A1354" + tasks: [ + { + id: "086AAFD8D9F5EDFA" + type: "biome" + title: "Enter the Final Plateau" + icon: "twilightforest:castle_brick" + biome: "twilightforest:final_plateau" + } + { + id: "0BB84A1074D7D214" + type: "item" + item: "twilightforest:pink_castle_door" + count: 12L + } + { + id: "02D55A14580DBDE9" + type: "item" + item: "twilightforest:yellow_castle_door" + count: 12L + } + { + id: "24BB0DB1D0CEE3AE" + type: "item" + item: "twilightforest:blue_castle_door" + count: 12L + } + { + id: "3011B112DB273913" + type: "item" + item: "twilightforest:violet_castle_door" + count: 12L + } + ] + rewards: [ + { + id: "3E889B970E03E480" + type: "xp" + xp: 100 + } + { + id: "7BA35DB857763D81" + type: "item" + item: "botania:mana_cookie" + } + ] + } + { + title: "Fancy Noms" + icon: "minecraft:bowl" + x: 6.5d + y: 3.0d + shape: "diamond" + description: [ + "There are a lot of different foods you can make from the Twilight Forest!" + "" + "Try them all!" + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + optional: true + id: "604F2B68B27885BF" + tasks: [ + { + id: "5D1D9C6EE805BD76" + type: "item" + item: "twilightforest:raw_venison" + } + { + id: "70A3CED85106362F" + type: "item" + item: "twilightforest:cooked_venison" + } + { + id: "6E028B1374EB57AB" + type: "item" + item: "twilightforest:maze_wafer" + } + { + id: "07581F27FE61BBB0" + type: "item" + item: "twilightforest:cooked_meef" + } + { + id: "45A70662D54D46F7" + type: "item" + item: "twilightforest:experiment_115" + } + { + id: "3039460B9A037CFD" + type: "item" + item: "twilightforest:hydra_chop" + } + { + id: "01531CEF33729679" + type: "advancement" + advancement: "twilightforest:twilight_dinner" + criterion: "" + } + ] + rewards: [ + { + id: "1985FEC75D5FCD1A" + type: "item" + item: "allthemodium:allthemodium_apple" + count: 4 + random_bonus: 4 + } + { + id: "2661628F6222794D" + type: "xp" + xp: 100 + } + ] + } + { + title: "Raven Feathers" + icon: "twilightforest:raven_feather" + x: -6.5d + y: -2.5d + description: [ + "It's easy to get lost in the Forest. In your travels, you'll run into Obsidian pillars." + "" + "These pillars will have Ravens around them. Slay them to get their feathers, which you can use to create a map for the Twilight Forest!" + ] + dependencies: ["575E405B270BBCBC"] + dependency_requirement: "one_completed" + id: "57940981E8DE55D4" + tasks: [{ + id: "6CDB5FB3000FB0AE" + type: "item" + item: "twilightforest:raven_feather" + }] + rewards: [{ + id: "64746E59EAEAAFC2" + type: "xp" + xp: 10 + }] + } + { + title: "The Real Final Boss" + icon: "twilightforest:time_sapling" + x: 6.5d + y: 5.5d + shape: "gear" + subtitle: "Growing Trees" + description: [ + "Within the Twilight Forest, there are loot chests that can give you rare saplings." + "" + "Collect them all!" + ] + dependencies: ["420158B1736A1354"] + size: 3.0d + id: "0ED7B25DC1AA767B" + tasks: [ + { + id: "51F100B03CBC2ACF" + type: "item" + item: "twilightforest:time_sapling" + } + { + id: "0E97645EAF951F5A" + type: "item" + item: "twilightforest:sorting_sapling" + } + { + id: "753E61230A8790AF" + type: "item" + item: "twilightforest:mining_sapling" + } + { + id: "63ABA495C733F036" + type: "item" + item: "twilightforest:transformation_sapling" + } + ] + rewards: [ + { + id: "26B95D542E90E46C" + type: "item" + item: "twilightforest:mining_sapling" + } + { + id: "083BCDC9A825C003" + type: "xp" + xp: 1000 + } + { + id: "307ADDA3F89CF02E" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Time to Even the Scales" + x: -6.0d + y: 0.0d + description: [ + "The first boss on your Twilight adventure can be found within the Courtyard." + "" + "Killing the Naga will grant entry to the next boss, the Lich." + ] + dependencies: ["4193303999597249"] + hide: true + id: "3531B28F14CF72A2" + tasks: [{ + id: "5D567A4631D5D3A2" + type: "item" + item: "twilightforest:naga_trophy" + }] + rewards: [ + { + id: "31C7455838E9B507" + type: "item" + item: "twilightforest:naga_scale" + count: 3 + random_bonus: 3 + } + { + id: "742B9B4AA603C30C" + type: "xp" + xp: 100 + } + ] + } + { + title: "Bring out your Dead" + x: -4.5d + y: 1.0d + description: [ + "Within his tower, a Lich of great power lives here." + "" + "It is a 3 phase fight, but only 1 phase is unique." + "" + "Phase 1: The Lich surrounds himself in shields, and attacks you with Ender Pearls that shoot out like Ghast fireballs. Reflect these back to the Lich to break his shields! As his shields break, he'll send out duplicates to distract you." + "" + "Phase 2: The Lich switches scepters to summon Zombies to help him in the fight. With his defenses down, you will be able to melee him!" + "" + "Phase 3: Once all of the charges are spent on his Scepter, he will switch to a Golden Sword and go berserk. Kill him fast!" + ] + dependencies: ["3531B28F14CF72A2"] + id: "0107D516E038E0DB" + tasks: [{ + id: "4FB6BB3F61AD8D6B" + type: "item" + item: "twilightforest:lich_trophy" + }] + rewards: [ + { + id: "7AFE97BA7DD6FAD1" + type: "item" + item: "minecraft:golden_apple" + random_bonus: 2 + } + { + id: "18E6D57791488EB4" + type: "xp" + xp: 100 + } + { + id: "5C86EA40DE0D0702" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Mighty Stroganoff" + icon: "twilightforest:minoshroom_trophy" + x: 1.0d + y: 1.0d + description: [ + "In the depths of the Labyrinth Swamp is a giant Minoshroom." + "" + "Once defeated, it'll drop Meef Stroganoff. To unlock the next area, you must eat it." + ] + dependencies: ["4B95D48D7525FFAD"] + id: "04440BB2EFFD6DD9" + tasks: [ + { + id: "2CD3DF9A97F31897" + type: "item" + item: "twilightforest:minoshroom_trophy" + } + { + id: "15B1513233BE274B" + type: "item" + item: "twilightforest:meef_stroganoff" + } + ] + rewards: [ + { + id: "7DDF1FEFAE5F311F" + type: "xp" + xp: 100 + } + { + id: "2348B79F8ADCFD49" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Hydra Slayer" + x: 2.5d + y: -0.5d + subtitle: "Firey Swamp" + description: [ + "The infamous multi-headed beast from Greek Mythology." + "" + "Ranged attacks aren't as effective, meaning you'll need to get up close and personal." + "" + "Once defeated, you'll be able to find the next boss in the Dark Forest." + ] + dependencies: ["04440BB2EFFD6DD9"] + id: "7026E46FD8B3A81D" + tasks: [{ + id: "6D9D134621F8FA36" + type: "item" + item: "twilightforest:hydra_trophy" + }] + rewards: [ + { + id: "185A446AAFA6CAD6" + type: "xp" + xp: 100 + } + { + id: "55F90DB2EEEEE064" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Entering the Dark Forest" + x: 4.0d + y: -2.0d + subtitle: "The Darkest of Forests" + description: [ + "Inside the Dark Forest, you'll find a structure that leads underground." + "" + "To enter, you'll need to place one of the trophies you've acquired on the nearby pedastal." + "" + "On the 3rd layer, you'll find the Knight Phantoms. Defeat these to unlock the next boss." + "" + ] + dependencies: ["7026E46FD8B3A81D"] + id: "3DCF26B53AE1EBF6" + tasks: [{ + id: "4E03E4FCB1B4DE05" + type: "item" + item: "twilightforest:knight_phantom_trophy" + }] + rewards: [ + { + id: "2FDFDEDC63DBFACE" + type: "xp" + xp: 100 + } + { + id: "0432C721D444184B" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Tears of Fire" + x: 6.5d + y: -2.0d + subtitle: "Dark Carmonite Tower" + description: [ + "Within the Dark Forest, you'll find the Dark Tower." + "" + "To enter, look for the reappearing blocks at the base. Find your way through the maze all the way to the final floor to fight the Ur-Ghast." + "" + "The Ur-Ghast is recommended to kill with a ranged weapon. There are 4 Ghast traps found on boss floor, which can be used to damage the Ur-Ghast." + "" + "These are charged with Ghastling kills, then activating with redstone. You don't have to use them, but they can prove useful." + ] + dependencies: ["3DCF26B53AE1EBF6"] + id: "688C911ECFB2F134" + tasks: [{ + id: "64B931AE43EA1E92" + type: "item" + item: "twilightforest:ur_ghast_trophy" + }] + rewards: [ + { + id: "18258B0937EC3D75" + type: "xp" + xp: 100 + } + { + id: "30312A819C8EB06B" + type: "item" + item: "twilightforest:carminite" + count: 2 + random_bonus: 2 + } + { + id: "436197AB331DD880" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "To the Snow Biomes!" + x: 9.0d + y: -2.0d + description: [ + "After defeating the Ur-Ghast, you'll unlock the Snowy Forest biomes." + "" + "There are many creatures to fight, but to continue your progression, you'll need to kill the Alpha Yeti." + "" + "You can find the Alpha Yeti in a massive Yeti cave. Defeat it to move on." + "" + ] + dependencies: ["688C911ECFB2F134"] + id: "31BB7EB95CE73C1A" + tasks: [{ + id: "45C67776B86B2301" + type: "item" + item: "twilightforest:alpha_yeti_fur" + }] + rewards: [ + { + id: "4A0F85570A9BB08F" + type: "xp" + xp: 100 + } + { + id: "77A0EDF91EEB2786" + type: "item" + item: "twilightforest:alpha_yeti_fur" + count: 2 + random_bonus: 2 + } + { + id: "23174C24D051B80E" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Clear Skies" + x: 10.5d + y: -0.5d + description: [ + "Defeating the Alpha Yeti unlocks the Glacier biome. Here, you'll find cute little penguins and the Snow Queen." + "" + "At the top of the Aurora Palace, the Snow Queen will summon ice crystals to protect herself." + "" + "She'll also slam ice blocks down that destroys the floor and deals massive damage." + "" + "You'll only be able to hit her top half, as she's protected by ice blocks." + "" + "After defeating the Snow Queen, you'll unlock access to the Highlands." + ] + dependencies: ["31BB7EB95CE73C1A"] + id: "6FD41DF7704466A4" + tasks: [{ + id: "1997CE8D805B6EB6" + type: "item" + item: "twilightforest:snow_queen_trophy" + }] + rewards: [ + { + id: "7C737743505C71EA" + type: "xp" + xp: 100 + } + { + id: "21B903DE9EB6367F" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + icon: { + id: "twilightforest:lamp_of_cinders" + Count: 1b + tag: { + Damage: 0 + } + } + x: 12.0d + y: 4.5d + shape: "hexagon" + description: [ + "With the Giant Pickaxe, you'll want to head back to Troll Caves to find Giant Obsidian." + "" + "Use the Giant Pickaxe to break it, and you'll find some loot. You want to get the Lamp of Cinders to continue." + "" + "" + ] + dependencies: ["20436AFCC7E6855D"] + id: "5CBA8C89FE717B9C" + tasks: [{ + id: "54FEB8B303070725" + type: "item" + item: { + id: "twilightforest:lamp_of_cinders" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "297971829C1A7D58" + type: "item" + item: { + id: "minecraft:potion" + Count: 1b + tag: { + Potion: "minecraft:healing" + } + } + } + { + id: "022835C754F54A11" + type: "xp" + xp: 100 + } + ] + } + { + icon: { + id: "twilightforest:giant_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + x: 12.0d + y: 2.6d + shape: "pentagon" + subtitle: "The giants look like me, but are nothing LIKE me. " + description: [ + "With your Magic Beans and Uberous Soil, you'll want to look for a large cloud in the highland biomes." + "" + "Plant the magic beans in the soil to grow a beanstalk all the way up. Here, you'll find the Giants." + "" + "You'll need to kill the Miner Giant and get their pickaxe to continue on." + ] + dependencies: ["58BD1063A19777DC"] + id: "20436AFCC7E6855D" + tasks: [{ + id: "671EEE3BD0D051FD" + type: "item" + item: { + id: "twilightforest:giant_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "57BD859AC0E3617B" + type: "xp" + xp: 100 + } + { + id: "10163664BE8E155F" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Naga Scale Armor" + x: -6.0d + y: -1.0d + description: ["From the scales of the Naga, you can craft some armor. Not super strong, but looks nice."] + dependencies: ["3531B28F14CF72A2"] + id: "4D4AB60B3B1CD437" + tasks: [ + { + id: "529D27B9675CBD7F" + type: "item" + item: { + id: "twilightforest:naga_chestplate" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 3s + id: "minecraft:fire_protection" + }] + } + } + } + { + id: "3B252125FD56FC27" + type: "item" + item: { + id: "twilightforest:naga_leggings" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 3s + id: "minecraft:protection" + }] + } + } + } + ] + rewards: [ + { + id: "481E680F0F18B148" + type: "xp" + xp: 100 + } + { + id: "7AFB735476E84420" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + x: -5.0d + y: 2.5d + shape: "diamond" + description: [ + "Do you want to be able to shoot Ender blasts like the Lich? This is the scepter for it." + "" + "To recharge, combine it with an Ender Pearl in a crafting table." + ] + dependencies: ["0107D516E038E0DB"] + id: "212EC1F41227184D" + tasks: [{ + id: "54F8AB4DDD68C94A" + type: "item" + item: { + id: "twilightforest:twilight_scepter" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "45E2D1CD5953608A" + type: "xp" + xp: 100 + } + { + id: "20567937363CD1F1" + type: "item" + item: "minecraft:ender_pearl" + count: 2 + random_bonus: 2 + } + ] + } + { + x: -5.5d + y: 2.0d + shape: "diamond" + description: [ + "Using this Scepter, you can drain the life of your enemies!" + "" + "To recharge the scepter, combine it with Fermented Spider Eyes in a crafting table." + ] + dependencies: ["0107D516E038E0DB"] + id: "6CB1BFBA10DF24E4" + tasks: [{ + id: "4FBA38F3FB4B7C28" + type: "item" + item: { + id: "twilightforest:lifedrain_scepter" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "0AB5BCBB96B2F409" + type: "xp" + xp: 100 + } + { + id: "3970CC74E6AA5566" + type: "item" + item: "minecraft:fermented_spider_eye" + count: 2 + random_bonus: 2 + } + ] + } + { + x: -3.5d + y: 2.0d + shape: "diamond" + description: [ + "Because who doesn't want to summon their own Zombies?" + "" + "To recharge, combine with Rotten Flesh in a crafting table." + ] + dependencies: ["0107D516E038E0DB"] + id: "3908F7C80154D9CA" + tasks: [{ + id: "3146C0D222FADF31" + type: "item" + item: { + id: "twilightforest:zombie_scepter" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "65B006EC088F5773" + type: "xp" + xp: 100 + } + { + id: "02A569F306882648" + type: "item" + item: "minecraft:rotten_flesh" + count: 2 + random_bonus: 2 + } + ] + } + { + x: -4.0d + y: 2.5d + shape: "diamond" + description: [ + "This scepter summons shields around you for protection." + "" + "To recharge, combine with Golden Apples in a crafting table." + ] + dependencies: ["0107D516E038E0DB"] + id: "3371570F189DF994" + tasks: [{ + id: "3CCC28F4BEAAC162" + type: "item" + item: { + id: "twilightforest:fortification_scepter" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "37272146953406F6" + type: "xp" + xp: 100 + } + { + id: "5557BEAAA052774B" + type: "item" + item: "minecraft:golden_apple" + count: 2 + random_bonus: 2 + } + ] + } + { + title: "To the Swamps!" + icon: "twilightforest:maze_map" + x: -1.5d + y: 1.0d + subtitle: "I wonder if we'll find Shrek" + description: [ + "It's time to go to the swamps! In the swamps, you'll find an odd-looking hill with an entrance on top. This is the Minoshroom Labyrinth!" + "" + "Inside, you'll fight several new enemies that can drop the Maze Map Focus. This is needed to make a Maze Map." + "" + "This is a special map that will map your way around the Minoshroom Labyrinth. Your minimap mod has no power here." + "" + "You can also find several loot rooms with special loot for the Maze!" + ] + dependencies: ["0107D516E038E0DB"] + id: "4B95D48D7525FFAD" + tasks: [ + { + id: "7AA9D1C39C51F20F" + type: "item" + item: "twilightforest:maze_map" + } + { + id: "1779F067AD7CDA50" + type: "item" + item: "twilightforest:raw_meef" + count: 3L + } + ] + rewards: [{ + id: "0EBC5DE2494689BB" + type: "xp" + xp: 100 + }] + } + { + x: -4.0d + y: -1.5d + description: [ + "This map is a must have for the Twlight Forest." + "" + "Using a Blank Magic Map will give you a map that shows icons for nearby bosses and structures." + ] + dependencies: ["4F66DF6B494BEFF3"] + dependency_requirement: "one_completed" + optional: true + id: "0990D6CEE042F44E" + tasks: [{ + id: "0EBD4A2BF8DE117D" + type: "item" + item: "twilightforest:magic_map" + }] + rewards: [{ + id: "6D7C21A48CD96B58" + type: "xp" + xp: 100 + }] + } + { + title: "Steeleaf Armor" + x: 8.0d + y: 1.5d + shape: "diamond" + description: [ + "This is slightly stronger than Naga armor, and comes fully enchanted." + "" + "You can make these by finding &6Steeleaf&r within the Twilight Forest." + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "2BEBF66D7EA594FA" + tasks: [ + { + id: "41286D909D0A6867" + type: "item" + item: { + id: "twilightforest:steeleaf_helmet" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 2s + id: "minecraft:projectile_protection" + }] + } + } + } + { + id: "569238D13FE4BEDE" + type: "item" + item: { + id: "twilightforest:steeleaf_chestplate" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 2s + id: "minecraft:blast_protection" + }] + } + } + } + { + id: "465948D752178FD8" + type: "item" + item: { + id: "twilightforest:steeleaf_leggings" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 2s + id: "minecraft:fire_protection" + }] + } + } + } + { + id: "29B138097231BC9F" + type: "item" + item: { + id: "twilightforest:steeleaf_boots" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 2s + id: "minecraft:feather_falling" + }] + } + } + } + ] + rewards: [ + { + id: "5DF56C2A6538CF49" + type: "xp" + xp: 100 + } + { + id: "4DC6E4E7C6FFB69D" + type: "item" + item: "twilightforest:steeleaf_ingot" + count: 2 + random_bonus: 2 + } + ] + } + { + title: "Ironwood Armor" + x: 5.0d + y: 1.5d + shape: "diamond" + description: [ + "This armor can be crafted using &9Ironwood&r." + "" + "This armor comes automatically enchanted as well." + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "40258842B0359A2D" + tasks: [ + { + id: "5B86279AE9E62F55" + type: "item" + item: { + id: "twilightforest:ironwood_helmet" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 1s + id: "minecraft:aqua_affinity" + }] + } + } + } + { + id: "60033D60F21A2145" + type: "item" + item: { + id: "twilightforest:ironwood_chestplate" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 1s + id: "minecraft:protection" + }] + } + } + } + { + id: "48D0CAE437234AC6" + type: "item" + item: { + id: "twilightforest:ironwood_leggings" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 1s + id: "minecraft:protection" + }] + } + } + } + { + id: "1D94DFBBCD46D84B" + type: "item" + item: { + id: "twilightforest:ironwood_boots" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 1s + id: "minecraft:feather_falling" + }] + } + } + } + ] + rewards: [ + { + id: "3F15327EC89501A3" + type: "xp" + xp: 100 + } + { + id: "58261ADFF3E4DB51" + type: "item" + item: "twilightforest:raw_ironwood" + count: 2 + random_bonus: 2 + } + ] + } + { + title: "Fiery Armor" + x: 1.5d + y: -0.5d + description: [ + "The Hyrda drops Fiery Blood that can be used to craft Fiery armor." + "" + "When wearing the full set, enemies that attack you will be set on fire for 10 seconds." + ] + dependencies: ["7026E46FD8B3A81D"] + id: "1FF5906DF721D091" + tasks: [ + { + id: "48F5F5BE01C792CE" + type: "item" + item: { + id: "twilightforest:fiery_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "761CF4D721CB22DF" + type: "item" + item: { + id: "twilightforest:fiery_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "384D339F85C2F6CC" + type: "item" + item: { + id: "twilightforest:fiery_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1559426B94209449" + type: "item" + item: { + id: "twilightforest:fiery_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "645C3DCEFD53C822" + type: "xp" + xp: 100 + } + { + id: "107B2D81CF1B63E2" + type: "item" + item: "twilightforest:fiery_ingot" + count: 2 + random_bonus: 2 + } + { + id: "3BB1CF44BD9DF7B4" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + x: 4.0d + y: -3.5d + shape: "diamond" + description: ["Chance of being found in Phantom Knight chests."] + dependencies: ["3DCF26B53AE1EBF6"] + id: "0A207A437AF153AA" + tasks: [ + { + id: "2429F7C568231ED7" + type: "item" + item: { + id: "twilightforest:phantom_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "0C2C788F3061A7D3" + type: "item" + item: { + id: "twilightforest:phantom_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "1BA06461A6CFA2A8" + type: "xp" + xp: 100 + } + { + id: "269E12B24D6C62AD" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Knightmetal Armor" + x: 3.5d + y: -3.0d + shape: "diamond" + description: ["Crafted or found in the Phantom Knight's chests."] + dependencies: ["3DCF26B53AE1EBF6"] + id: "25906B43A198B72F" + tasks: [ + { + id: "095092712EA93AD4" + type: "item" + item: { + id: "twilightforest:knightmetal_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "44E7089F08F757D4" + type: "item" + item: { + id: "twilightforest:knightmetal_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1A137AF836AFC3C0" + type: "item" + item: { + id: "twilightforest:knightmetal_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "33789178B086D262" + type: "item" + item: { + id: "twilightforest:knightmetal_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "73E3E17874A35218" + type: "xp" + xp: 100 + } + { + id: "7F25EEC7FA00F6A8" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Ramification" + x: -7.5d + y: 1.5d + description: [ + "Find the Questing Ram, for it bestows wealth to those who give it Rainbow Wool (16 colors)" + "" + "Hint: There's a dispenser above your head in the ruins where the Ram is. It might prove useful." + ] + dependencies: ["4193303999597249"] + hide: true + optional: true + id: "4DA0725E089D7C91" + tasks: [{ + id: "0DC327E6F70EE1C1" + type: "item" + item: "twilightforest:quest_ram_trophy" + }] + rewards: [{ + id: "1BF594BADCE267FA" + type: "xp" + xp: 100 + }] + } + { + x: 6.5d + y: 0.0d + shape: "diamond" + description: [ + "This is a single-use item that will prevent death. Instead of dying, the charm will be consumed and you'll be given health regen for a short period of time." + "" + "These are found in loot chests." + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "6F67079A453DAABE" + tasks: [{ + id: "5F7D02D164E85469" + type: "item" + item: "twilightforest:charm_of_life_1" + }] + rewards: [ + { + id: "0109DCAA3BD0CA82" + type: "xp" + xp: 100 + } + { + id: "2C507B67069584C5" + type: "item" + item: "twilightforest:charm_of_life_1" + } + ] + } + { + x: 6.5d + y: 1.5d + shape: "diamond" + description: ["Just like the Charm of Life I, this item is consumed to prevent your death. When consumed, you'll regen all of your health and be given Regen IV, Resistance, and Fire Resistance for 30 seconds."] + dependencies: ["6F67079A453DAABE"] + hide: true + size: 1.5d + id: "15006CF73F8CAB7C" + tasks: [{ + id: "1AF2A8D21E2C64FE" + type: "item" + item: "twilightforest:charm_of_life_2" + }] + rewards: [ + { + id: "3D2DA73A93E0D143" + type: "xp_levels" + xp_levels: 5 + } + { + id: "3030EE09DC532C90" + type: "item" + item: "twilightforest:charm_of_life_1" + count: 2 + } + ] + } + { + x: -2.0d + y: 0.10000000000000003d + shape: "diamond" + description: ["This item will prevent you from losing the items in your held items and armor when you die."] + dependencies: ["4B95D48D7525FFAD"] + id: "610F9E9D0B5131C7" + tasks: [{ + id: "69F49433EDA8F189" + type: "item" + item: "twilightforest:charm_of_keeping_1" + }] + rewards: [{ + id: "4CA93BA5E85DAA73" + type: "xp" + xp: 100 + }] + } + { + x: -1.0d + y: 0.10000000000000003d + shape: "diamond" + description: ["This item will let you keep your armor and hotbar when you die."] + dependencies: ["610F9E9D0B5131C7"] + id: "4665E6FD0AAED164" + tasks: [{ + id: "146FE418E4077B1D" + type: "item" + item: "twilightforest:charm_of_keeping_2" + }] + rewards: [{ + id: "5BAC92C56DB3B58E" + type: "xp" + xp: 100 + }] + } + { + x: -1.5d + y: -0.5d + shape: "diamond" + description: ["This item will let you keep all of your items in your inventory when you die."] + dependencies: ["4665E6FD0AAED164"] + size: 1.25d + id: "3A3ED88027331A6C" + tasks: [{ + id: "2FB00B8498F8E8E3" + type: "item" + item: "twilightforest:charm_of_keeping_3" + }] + rewards: [ + { + id: "757D67F1402CEA6E" + type: "xp_levels" + xp_levels: 100 + } + { + id: "62FB99FCB11C009F" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + x: 6.0d + y: 2.5d + shape: "diamond" + subtitle: "A Glorified Leafblower" + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "1464D45C474464DB" + tasks: [{ + id: "13C31B864EC1DE9B" + type: "item" + item: { + id: "twilightforest:peacock_feather_fan" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "25991402B38AFA2A" + type: "xp" + xp: 100 + }] + } + { + title: "Yeti Armor" + x: 9.5d + y: -3.0d + description: ["Crafted from Alpha Yeti Fur."] + dependencies: ["31BB7EB95CE73C1A"] + id: "3C8724C3A9459507" + tasks: [ + { + id: "45D0FCAC69264C9B" + type: "item" + item: { + id: "twilightforest:yeti_helmet" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 2s + id: "minecraft:protection" + }] + } + } + } + { + id: "4F6C2CBFE11B14D2" + type: "item" + item: { + id: "twilightforest:yeti_chestplate" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 2s + id: "minecraft:protection" + }] + } + } + } + { + id: "1D7E23359B11FB50" + type: "item" + item: { + id: "twilightforest:yeti_leggings" + Count: 1b + tag: { + Damage: 0 + Enchantments: [{ + lvl: 2s + id: "minecraft:protection" + }] + } + } + } + { + id: "34E0A02434E3B41C" + type: "item" + item: { + id: "twilightforest:yeti_boots" + Count: 1b + tag: { + Damage: 0 + Enchantments: [ + { + lvl: 2s + id: "minecraft:protection" + } + { + lvl: 4s + id: "minecraft:feather_falling" + } + ] + } + } + } + ] + rewards: [ + { + id: "5BA6C83E9E634D86" + type: "xp" + xp: 100 + } + { + id: "30EEAB06F29DF219" + type: "item" + item: "twilightforest:alpha_yeti_fur" + count: 2 + random_bonus: 2 + } + { + id: "0151BD8A11801463" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + title: "Arctic Armor" + x: 8.5d + y: -3.0d + subtitle: "Dyable!" + description: ["Small Yetis and Winter Wolves drop fur to make this armor."] + dependencies: ["31BB7EB95CE73C1A"] + id: "2A0B3C91D72E8B75" + tasks: [ + { + id: "74DE768958A1DF0E" + type: "item" + item: { + id: "twilightforest:arctic_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "28805490ED9B650D" + type: "item" + item: { + id: "twilightforest:arctic_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "7E45C2C500C51BCB" + type: "item" + item: { + id: "twilightforest:arctic_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "09422C5CD2A93FDD" + type: "item" + item: { + id: "twilightforest:arctic_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "1561C0CA37248A7C" + type: "xp" + xp: 100 + } + { + id: "3DE875692CDA73EC" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + x: -1.0d + y: 2.0d + shape: "hexagon" + subtitle: "Trapped chamber, do not enter?" + description: [ + "A special pickaxe rarely found in Labyrinths." + "" + "This pick will take 1 damage when breaking Maze walls, instead of the 16 damage for all other picks!" + ] + dependencies: ["4B95D48D7525FFAD"] + id: "51BC981AB4CFAD95" + tasks: [{ + id: "37FB4455E15C55FF" + type: "item" + item: { + id: "twilightforest:mazebreaker_pickaxe" + Count: 1b + tag: { + Damage: 0 + Enchantments: [ + { + lvl: 4s + id: "minecraft:efficiency" + } + { + lvl: 3s + id: "minecraft:unbreaking" + } + { + lvl: 2s + id: "minecraft:fortune" + } + ] + } + } + }] + rewards: [{ + id: "43613B9B3AED5AEC" + type: "xp" + xp: 100 + }] + } + { + x: 11.5d + y: -0.5d + description: ["Dropped from the Snow Queen, this bow shoots 3 arrows at the same time, while only using 1."] + dependencies: ["6FD41DF7704466A4"] + id: "53A79338994088FD" + tasks: [{ + id: "64D192E45B9E8E6C" + type: "item" + item: { + id: "twilightforest:triple_bow" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "4998E36C6161772B" + type: "xp" + xp: 100 + }] + } + { + x: 10.5d + y: -1.5d + description: ["Dropped from the Snow Queen, this bow will shoot arrows that home in on your targets. No more missing!"] + dependencies: ["6FD41DF7704466A4"] + id: "7509E4093010EA4C" + tasks: [{ + id: "5423C2517A5D133B" + type: "item" + item: { + id: "twilightforest:seeker_bow" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "61308BB9F304D0E4" + type: "xp" + xp: 100 + }] + } + { + x: 7.5d + y: 1.0d + shape: "diamond" + description: ["Found randomly in loot chests, this bow will inflict Slowness III for 10 seconds on hit."] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "49EE6D2A3684A510" + tasks: [{ + id: "52E28B85293DE45A" + type: "item" + item: { + id: "twilightforest:ice_bow" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "6BCB7D180D92A1AB" + type: "xp" + xp: 100 + }] + } + { + x: 5.5d + y: 1.0d + shape: "diamond" + description: [ + "This bow is rarely found in the Aurora Palace." + "" + "When an enemy is hit from this bow, you will swap places with them. Be careful shooting things out of the sky!" + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "3D29EF7F150F5334" + tasks: [{ + id: "37A1612D95C34DF2" + type: "item" + item: { + id: "twilightforest:ender_bow" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "3051ABF9B41E8CDA" + type: "xp" + xp: 100 + }] + } + { + x: 5.5d + y: 2.0d + shape: "diamond" + description: [ + "A Magnet that can pull up anything with Ore in name, except Coal." + "" + "This is found in Hollow Hill chests." + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "5FE4DAE8F41B1437" + tasks: [{ + id: "7B5C5A02D22359AF" + type: "item" + item: { + id: "twilightforest:ore_magnet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "73C722B92E712713" + type: "xp" + xp: 100 + }] + } + { + x: 6.0d + y: 0.5d + shape: "diamond" + description: [ + "A sword that deals 40 hearts of damage, but only has 1 durability." + "" + "You can make this indestructible if you want to use this." + "" + "These are rarely found in loot chests in the Aurora Palace." + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "38ADDF7FF4E4892D" + tasks: [{ + id: "68A6B72FD1DF6A75" + type: "item" + item: { + id: "twilightforest:glass_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "0FFBA24EB9CD17E3" + type: "xp" + xp: 100 + }] + } + { + x: 7.0d + y: 0.5d + shape: "diamond" + description: ["Found in the Aurora Palace, this sword will give enemies Frosted for 10 seconds when attacked."] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "78CE2ECEF0B651DA" + tasks: [{ + id: "2E37E73B5297E0F7" + type: "item" + item: { + id: "twilightforest:ice_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "1EDFE99AD36463BB" + type: "xp" + xp: 100 + }] + } + { + x: 7.0d + y: 2.5d + shape: "diamond" + description: [ + "This item is like a torch launcher. It launches &6Moonworms&r at the targeted block, which light up the block similar to a torch." + "" + "You can find this in Hollow Hill treasure chests." + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "60FC2DAEA954A849" + tasks: [{ + id: "0BE7DD735B1FB717" + type: "item" + item: { + id: "twilightforest:moonworm_queen" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "13A5729B3DF5AEAA" + type: "xp" + xp: 100 + }] + } + { + x: 7.5d + y: 2.0d + shape: "diamond" + description: [ + "Want to make the Overworld feel more like the Twilight Forest?" + "" + "You can use this powder on Overworld animals to convert them into their Twilight Forest variants." + "" + "You can find this in dungeon chests in the Twilight Forest." + ] + hide_dependency_lines: true + dependencies: ["4193303999597249"] + hide: true + id: "0E9DE6293DF611E1" + tasks: [{ + id: "220F1E09B54E7ECA" + type: "item" + item: "twilightforest:transformation_powder" + }] + rewards: [{ + id: "585C6465B69B2781" + type: "xp" + xp: 100 + }] + } + { + x: -2.0d + y: 2.0d + shape: "hexagon" + dependencies: ["4B95D48D7525FFAD"] + optional: true + id: "6F957D07AA74F16E" + tasks: [{ + id: "19F17291B47DC7B0" + type: "item" + item: "twilightforest:ore_map" + }] + } + { + icon: "twilightforest:magic_map_focus" + x: -5.0d + y: -2.5d + description: ["Combining a Raven Feather with Torchberries and Glowstone will give you a Magic Map Focus."] + dependencies: ["57940981E8DE55D4"] + id: "4F66DF6B494BEFF3" + tasks: [{ + id: "6C3B980F96579633" + type: "item" + item: "twilightforest:magic_map_focus" + }] + rewards: [ + { + id: "104344E0925D3B1D" + type: "item" + item: "twilightforest:torchberries" + count: 4 + } + { + id: "6B25E3FA48BA4307" + type: "xp" + xp: 10 + } + ] + } + { + x: 2.5d + y: -1.5d + description: [ + "Using the Fiery Blood from the Hydra, you can make several tools." + "" + "The Fiery Sword comes with Fire Aspect II when crafted." + "" + "The Fiery Pickaxe comes with auto-smelt." + ] + dependencies: ["7026E46FD8B3A81D"] + id: "111F2EE85FB0A455" + tasks: [ + { + id: "1ACA91C37E113066" + type: "item" + item: { + id: "twilightforest:fiery_sword" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "5FA41AF43B32B189" + type: "item" + item: { + id: "twilightforest:fiery_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "22A4DADBE90045AA" + type: "item" + item: "twilightforest:fiery_ingot" + count: 2 + random_bonus: 2 + } + { + id: "00F7086DDD7126F7" + type: "xp" + xp: 100 + } + { + id: "7A5E43387F7110E9" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + x: 1.0d + y: 2.0d + description: ["This is a drop from the Minoshroom. It deals more damage when sprinting."] + dependencies: ["04440BB2EFFD6DD9"] + id: "730AF9210F00018E" + tasks: [{ + id: "63527819961CF742" + type: "item" + item: { + id: "twilightforest:diamond_minotaur_axe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "5D4F5E0EFB90BB72" + type: "xp" + xp: 100 + }] + } + { + title: "Knightmetal Tools" + x: 4.5d + y: -3.0d + shape: "diamond" + dependencies: ["3DCF26B53AE1EBF6"] + id: "607D592CE102C82E" + tasks: [ + { + id: "036BA11CFAF4A837" + type: "item" + item: { + id: "twilightforest:knightmetal_sword" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "48F928D65370BC9B" + type: "item" + item: { + id: "twilightforest:knightmetal_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "2CC995B62A954D96" + type: "item" + item: { + id: "twilightforest:knightmetal_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "141CFE131162447F" + type: "item" + item: { + id: "twilightforest:block_and_chain" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "2C4EE242D93E2F75" + type: "item" + item: { + id: "twilightforest:knightmetal_shield" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [ + { + id: "56325FCB249895FD" + type: "item" + item: "twilightforest:knightmetal_ingot" + count: 4 + random_bonus: 4 + } + { + id: "343843C0B976060B" + type: "xp" + xp: 100 + } + { + id: "13FA9172DE9942D6" + type: "random" + table_id: 5351477636770726245L + } + ] + } + { + x: 7.0d + y: -3.0d + shape: "rsquare" + description: [ + "&9Reappearing Blocks&r are like really cool doors. Once right-clicked, they'll disappear for a short time." + "" + "The &6Vanishing Blocks&r will disappear when right-clicked, but they don't come back." + ] + dependencies: ["688C911ECFB2F134"] + id: "01748C2CD9C97523" + tasks: [ + { + id: "6F4BFD3CF4F593DE" + type: "item" + item: "twilightforest:reappearing_block" + } + { + id: "543D6787030477B0" + type: "item" + item: "twilightforest:vanishing_block" + } + ] + rewards: [ + { + id: "49D390979C866DBB" + type: "item" + item: "twilightforest:reappearing_block" + count: 4 + } + { + id: "568FFBEBF78BF845" + type: "item" + item: "twilightforest:vanishing_block" + count: 4 + } + { + id: "1FEC203D4CA7DBC9" + type: "xp" + xp: 100 + } + ] + } + { + x: 6.0d + y: -3.0d + shape: "rsquare" + description: [ + "The &9Carminite Builder&r, when powered with a redstone signal, will generate temporary blocks in the direction the signal came from." + "" + "The &6Carminite Reactor&r will convert nearby Obsidian and Netherack into False Gold and False Diamond. After a short period of time, this will suck up nearby blocks and explode, creating Carminite Ghastlings around it." + ] + dependencies: ["688C911ECFB2F134"] + id: "7B4A687EB505C2FF" + tasks: [ + { + id: "56287EDCE7111CDA" + type: "item" + item: "twilightforest:carminite_builder" + } + { + id: "3777E5BC42A44D9A" + type: "item" + item: "twilightforest:carminite_reactor" + } + ] + rewards: [ + { + id: "7C7EBDD4A84D118C" + type: "item" + item: "twilightforest:carminite" + count: 2 + random_bonus: 2 + } + { + id: "52FC60BE94B415E3" + type: "xp" + xp: 100 + } + ] + } + { + title: "Visiting the Giants" + x: 12.0d + y: 1.0d + description: [ + "Once you've unlocked the Highland biome, head over and find some trolls to kill." + "" + "They can drop some &9Magic Beans&r. You'll also find chests that give you Uberus Soil, which is needed to grow the beans." + ] + dependencies: ["6FD41DF7704466A4"] + id: "58BD1063A19777DC" + tasks: [ + { + id: "03833E1286B5C7BC" + type: "item" + item: "twilightforest:magic_beans" + } + { + id: "21A2013F7DDAE1B6" + type: "item" + item: "twilightforest:uberous_soil" + } + ] + rewards: [ + { + id: "7DBCA6F6A6C2F6CD" + type: "item" + item: "twilightforest:uberous_soil" + count: 2 + } + { + id: "46F74B4005D736B3" + type: "xp" + xp: 100 + } + ] + } + { + title: "Every Thorn has its Rose" + x: 10.5d + y: 5.5d + shape: "heart" + description: [ + "Using the Lamp of Cinders, you will now be able to break the thorns in the Thornland Biome." + "" + "Gather some Thorn Roses to continue on to the Final Plateau." + ] + dependencies: ["5CBA8C89FE717B9C"] + id: "2951B1D7080C5EF9" + tasks: [{ + id: "5F0A10AAC2220CFF" + type: "item" + item: "twilightforest:thorn_rose" + count: 12L + }] + rewards: [ + { + id: "52EB72698EB29FF9" + type: "item" + item: "minecraft:diamond_block" + } + { + id: "3A33D234FEAA59C6" + type: "xp" + xp: 100 + } + { + id: "0A2372BA1C0E172A" + type: "random" + table_id: 5351477636770726245L + } + ] + } + ] +} diff --git a/config/ftbquests/quests/chapters/welcome.snbt b/config/ftbquests/quests/chapters/welcome.snbt index 372267c..e3263fc 100644 --- a/config/ftbquests/quests/chapters/welcome.snbt +++ b/config/ftbquests/quests/chapters/welcome.snbt @@ -1,86 +1,86 @@ -{ - id: "69DBD1BDA43872D9" - group: "" - order_index: 0 - filename: "welcome" - title: "Welcome" - icon: "minecraft:diamond" - default_quest_shape: "" - default_hide_dependency_lines: false - images: [ - { - x: -0.5d - y: -4.5d - width: 5.0d - height: 5.0d - rotation: 0.0d - image: "packmenu:textures/gui/logo.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: 1.1020408163265287d - y: -0.4999999999999929d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "ftbquests:textures/gui/arrow_left.png" - hover: [ ] - click: "" - dev: false - corner: false - } - { - x: -1.2040816326530646d - y: -0.4999999999999929d - width: 1.0d - height: 1.0d - rotation: 0.0d - image: "ftbquests:textures/gui/arrow_collapsed.png" - hover: [ ] - click: "" - dev: false - corner: false - } - ] - quests: [{ - title: "Welcome to All The Mods 7!" - icon: "allthecompressed:atm_star_block_1x" - x: 0.0d - y: -0.5d - shape: "hexagon" - description: [ - "Welcome to ATM7!" - "" - "To get started with questing, check out the tabs on the left to jump in!" - "" - "If you are new to AllTheMods, make sure to check out the &aAllTheModium&r Chapter!" - "" - "If you are new to modded MC, check out the &6Main Questline&r to help you get started." - "" - "Note: Mods are not gated by quests. Quests are optional." - ] - size: 2.0d - optional: true - id: "23BDBBD3001F9774" - tasks: [{ - id: "46E0A1A561E38460" - type: "dimension" - dimension: "minecraft:overworld" - }] - rewards: [ - { - id: "41B357A352E97746" - type: "item" - item: "ftbquests:book" - } - { - id: "36E0A3FA2E45757D" - type: "xp" - xp: 10 - } - ] - }] -} +{ + id: "69DBD1BDA43872D9" + group: "" + order_index: 0 + filename: "welcome" + title: "Welcome" + icon: "minecraft:diamond" + default_quest_shape: "" + default_hide_dependency_lines: false + images: [ + { + x: -0.5d + y: -4.5d + width: 5.0d + height: 5.0d + rotation: 0.0d + image: "packmenu:textures/gui/logo.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 1.1020408163265287d + y: -0.4999999999999929d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "ftbquests:textures/gui/arrow_left.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: -1.2040816326530646d + y: -0.4999999999999929d + width: 1.0d + height: 1.0d + rotation: 0.0d + image: "ftbquests:textures/gui/arrow_collapsed.png" + hover: [ ] + click: "" + dev: false + corner: false + } + ] + quests: [{ + title: "Welcome to All The Mods 7!" + icon: "allthecompressed:atm_star_block_1x" + x: 0.0d + y: -0.5d + shape: "hexagon" + description: [ + "Welcome to ATM7!" + "" + "To get started with questing, check out the tabs on the left to jump in!" + "" + "If you are new to AllTheMods, make sure to check out the &aAllTheModium&r Chapter!" + "" + "If you are new to modded MC, check out the &6Main Questline&r to help you get started." + "" + "Note: Mods are not gated by quests. Quests are optional." + ] + size: 2.0d + optional: true + id: "23BDBBD3001F9774" + tasks: [{ + id: "46E0A1A561E38460" + type: "dimension" + dimension: "minecraft:overworld" + }] + rewards: [ + { + id: "41B357A352E97746" + type: "item" + item: "ftbquests:book" + } + { + id: "36E0A3FA2E45757D" + type: "xp" + xp: 10 + } + ] + }] +} From 0568c9cf428933037daeda0dae9dc3bea842f907 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 13 Sep 2022 21:35:03 -0400 Subject: [PATCH 13/17] Fixes for allthemodium --- .../unobtainium/shard/from_raw_ore.json | 17 +++++++++++++++++ kubejs/server_scripts/tags.js | 1 + 2 files changed, 18 insertions(+) create mode 100644 kubejs/data/allthemodium/recipes/mek_processing/unobtainium/shard/from_raw_ore.json diff --git a/kubejs/data/allthemodium/recipes/mek_processing/unobtainium/shard/from_raw_ore.json b/kubejs/data/allthemodium/recipes/mek_processing/unobtainium/shard/from_raw_ore.json new file mode 100644 index 0000000..c9cbdac --- /dev/null +++ b/kubejs/data/allthemodium/recipes/mek_processing/unobtainium/shard/from_raw_ore.json @@ -0,0 +1,17 @@ +{ + "type": "mekanism:injecting", + "itemInput": { + "amount": 3, + "ingredient": { + "tag": "forge:raw_materials/unobtainium" + } + }, + "chemicalInput": { + "amount": 1, + "gas": "mekanism:hydrogen_chloride" + }, + "output": { + "item": "allthemodium:unobtainium_shard", + "count": 8 + } +} diff --git a/kubejs/server_scripts/tags.js b/kubejs/server_scripts/tags.js index 109a6e6..8e88d6e 100644 --- a/kubejs/server_scripts/tags.js +++ b/kubejs/server_scripts/tags.js @@ -50,6 +50,7 @@ onEvent('tags.items', e => { e.add('forge:rods/metal', atoMetals.concat(vanillaMetals, atoAlloys).map(metal => `alltheores:${metal}_rod`)); e.add('forge:rods/metal', atmMetals.map(metal => `allthemodium:${metal}_rod`)); e.add('forge:rods/all_metal', '#forge:rods/metal'); + e.add('forge:plates', atmMetals.map(metal => `allthemodium:${metal}_plate`)) e.remove('forge:storage_blocks/copper', 'minecraft:cut_copper') From 8f7428e1f0037f6a24580b54ec0ad07f302c0609 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 13 Sep 2022 21:35:12 -0400 Subject: [PATCH 14/17] Reduce Apotheosis boss spawn rates --- config/apotheosis/adventure.cfg | 18 ++++++++++++++++++ config/apotheosis/apotheosis.cfg | 17 ----------------- config/apotheosis/potion.cfg | 8 -------- config/apotheosis/village.cfg | 11 ----------- 4 files changed, 18 insertions(+), 36 deletions(-) create mode 100644 config/apotheosis/adventure.cfg delete mode 100644 config/apotheosis/apotheosis.cfg delete mode 100644 config/apotheosis/potion.cfg delete mode 100644 config/apotheosis/village.cfg diff --git a/config/apotheosis/adventure.cfg b/config/apotheosis/adventure.cfg new file mode 100644 index 0000000..4c28b45 --- /dev/null +++ b/config/apotheosis/adventure.cfg @@ -0,0 +1,18 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Adventure Module Config + +bosses { + # If the boss announcement plays a sound. [default: true] + B:"Boss Announce Sound"=false + + # Dimensions where bosses can spawn naturally, spawn chance, and spawn rules. + # Format is dimname|chance|rule, chance is a float from 0..1. + # Valid rules are NEEDS_SKY, NEEDS_SURFACE, and ANY [default: [minecraft:overworld|0.012|NEEDS_SKY], [minecraft:the_nether|0.023|ANY], [minecraft:the_end|0.008|NEEDS_SURFACE], [twilightforest:twilight_forest|0.02|NEEDS_SURFACE]] + S:"Boss Spawn Dimensions" < + minecraft:overworld|0.004|NEEDS_SKY + minecraft:the_nether|0.012|ANY + minecraft:the_end|0.004|NEEDS_SURFACE + twilightforest:twilight_forest|0.01|NEEDS_SURFACE + > +} diff --git a/config/apotheosis/apotheosis.cfg b/config/apotheosis/apotheosis.cfg deleted file mode 100644 index 31500fa..0000000 --- a/config/apotheosis/apotheosis.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# Configuration file - -general { - # If the garden module is loaded. [default: true] - B:"Enable Garden Module"=true - - # If the potion module is loaded. [default: true] - B:"Enable Potion Module"=true - - # If the spawner module is enabled. [default: true] - B:"Enable Spawner Module"=true - - # If the village module is loaded. [default: true] - B:"Enable Village Module"=true -} - - diff --git a/config/apotheosis/potion.cfg b/config/apotheosis/potion.cfg deleted file mode 100644 index b8b5187..0000000 --- a/config/apotheosis/potion.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # The strength of Ancient Knowledge. This multiplier determines how much additional xp is granted. [range: 1 ~ 2147483647, default: 4] - I:"Knowledge XP Multiplier"=4 -} - - diff --git a/config/apotheosis/village.cfg b/config/apotheosis/village.cfg deleted file mode 100644 index 898b915..0000000 --- a/config/apotheosis/village.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -wanderer { - # If the generic trade list will be cleared before datapack loaded trades are added. [default: false] - B:"Clear Generic Trades"=false - - # If the rare trade list will be cleared before datapack loaded trades are added. [default: false] - B:"Clear Rare Trades"=false -} - - From b91efc3635421a6c1cf3cd405183af2d12b8e943 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 13 Sep 2022 21:38:06 -0400 Subject: [PATCH 15/17] Update changelog --- changelogs/0.4.31.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/changelogs/0.4.31.md b/changelogs/0.4.31.md index f03406f..df4e6ae 100644 --- a/changelogs/0.4.31.md +++ b/changelogs/0.4.31.md @@ -1,6 +1,35 @@ ## Release 0.4.31 +### Mod Additions +- SimpleBackups-1.18.2-1.1.12.jar ### Mod Updates +- AdvancedPeripherals-0.7.19r.jar +- alltheores-1.9.9m-1.18.2-40.1.0.jar +- Applied-Mekanistics-1.2.2.jar +- ars_nouveau-1.18.2-2.7.8.jar +- artifacts-1.18.2-4.2.0.jar +- blockui-1.18.2-0.0.62-ALPHA.jar +- cloth-config-6.4.90-forge.jar +- deepresonance-3.0.12.jar +- elementalcraft-1.18.2-4.4.26.jar +- EnchantmentDescriptions-Forge-1.18.2-10.0.9.jar +- ftb-chunks-forge-1802.3.6-build.170.jar +- ftb-industrial-contraptions-1802.1.6-build.214.jar +- geckolib-forge-1.18-3.0.37.jar +- jei-1.18.2-9.7.2.264.jar +- kubejs-forge-1802.5.5-build.546.jar +- PackMenu-1.18.2-4.1.3.jar +- rftoolsbase-1.18-3.0.11.jar +- rftoolscontrol-1.18-5.0.7.jar +- rhino-forge-1802.2.0-build.232.jar +- supplementaries-1.18.2-1.5.1.jar +- TerraBlender-forge-1.18.2-1.2.0.126.jar +- tombstone-7.5.1-1.18.2.jar +- toms_storage-1.18.2-1.3.5.jar ### Other Changes - Disable Mouse Tweaks scrolling to prevent overlap (#1469) +- Fix jetpack quest requirement (#1487) +- Fix missing unobtainium injection chamber recipe (#1461) +- Add forge:plates tag to ATM plates (#1467) +- Reduce Apotheosis boss spawn rates (#1446) From 4f1e8316e15e25574a353a960e4b2befbddb7ca2 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 13 Sep 2022 21:46:00 -0400 Subject: [PATCH 16/17] Add loot table for Creative Source Jar --- changelogs/0.4.31.md | 1 + .../loot_tables/blocks/creative_source_jar.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 kubejs/data/ars_nouveau/loot_tables/blocks/creative_source_jar.json diff --git a/changelogs/0.4.31.md b/changelogs/0.4.31.md index df4e6ae..2f240d9 100644 --- a/changelogs/0.4.31.md +++ b/changelogs/0.4.31.md @@ -33,3 +33,4 @@ - Fix missing unobtainium injection chamber recipe (#1461) - Add forge:plates tag to ATM plates (#1467) - Reduce Apotheosis boss spawn rates (#1446) +- Add loot table for Creative Source Jar diff --git a/kubejs/data/ars_nouveau/loot_tables/blocks/creative_source_jar.json b/kubejs/data/ars_nouveau/loot_tables/blocks/creative_source_jar.json new file mode 100644 index 0000000..d89b866 --- /dev/null +++ b/kubejs/data/ars_nouveau/loot_tables/blocks/creative_source_jar.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "pool1", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "ars_nouveau:creative_source_jar" + } + ] + } + ] +} From fe5587e170ec42cf18f824e0839b4cd8aa153847 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Thu, 15 Sep 2022 22:50:07 -0400 Subject: [PATCH 17/17] Block mana in a bottle from backpacks --- changelogs/0.4.31.md | 11 +++++++++++ config/sophisticatedbackpacks-common.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelogs/0.4.31.md b/changelogs/0.4.31.md index 2f240d9..c64ddaa 100644 --- a/changelogs/0.4.31.md +++ b/changelogs/0.4.31.md @@ -6,22 +6,32 @@ - AdvancedPeripherals-0.7.19r.jar - alltheores-1.9.9m-1.18.2-40.1.0.jar - Applied-Mekanistics-1.2.2.jar +- architectury-4.9.84-forge.jar - ars_nouveau-1.18.2-2.7.8.jar - artifacts-1.18.2-4.2.0.jar - blockui-1.18.2-0.0.62-ALPHA.jar - cloth-config-6.4.90-forge.jar +- createaddition-1.18.2-20220914a.jar - deepresonance-3.0.12.jar - elementalcraft-1.18.2-4.4.26.jar - EnchantmentDescriptions-Forge-1.18.2-10.0.9.jar - ftb-chunks-forge-1802.3.6-build.170.jar - ftb-industrial-contraptions-1802.1.6-build.214.jar +- ftb-teams-forge-1802.2.6-build.69.jar - geckolib-forge-1.18-3.0.37.jar - jei-1.18.2-9.7.2.264.jar - kubejs-forge-1802.5.5-build.546.jar +- lootr-1.18.2-0.2.21.58.jar +- minecolonies-1.18.2-1.0.1030-BETA.jar +- NaturesAura-36.3.jar +- occultism-1.18.2-1.40.3.jar - PackMenu-1.18.2-4.1.3.jar +- pneumaticcraft-repressurized-1.18.2-3.4.2-137.jar +- productivebees-1.18.2-0.9.1.2.jar - rftoolsbase-1.18-3.0.11.jar - rftoolscontrol-1.18-5.0.7.jar - rhino-forge-1802.2.0-build.232.jar +- RootsClassic-1.18.2-1.1.27.jar - supplementaries-1.18.2-1.5.1.jar - TerraBlender-forge-1.18.2-1.2.0.126.jar - tombstone-7.5.1-1.18.2.jar @@ -34,3 +44,4 @@ - Add forge:plates tag to ATM plates (#1467) - Reduce Apotheosis boss spawn rates (#1446) - Add loot table for Creative Source Jar +- Block mana in a bottle from backpacks (#1499) diff --git a/config/sophisticatedbackpacks-common.toml b/config/sophisticatedbackpacks-common.toml index 9be3354..ea1fe35 100644 --- a/config/sophisticatedbackpacks-common.toml +++ b/config/sophisticatedbackpacks-common.toml @@ -2,7 +2,7 @@ #Common Settings [common] #List of items that are not allowed to be put in backpacks - e.g. "minecraft:shulker_box" - disallowedItems = [] + disallowedItems = ["botania:mana_bottle"] #Turns on/off loot added to various vanilla chest loot tables chestLootEnabled = true #Turns on/off item fluid handler of backpack in its item form. There are some dupe bugs caused by default fluid handling implementation that manifest when backpack is drained / filled in its item form in another mod's tank and the only way to prevent them is disallowing drain/fill in item form altogether