From 1d1e72d884bc07471458ab437c852f79737d5de1 Mon Sep 17 00:00:00 2001 From: BinBashBanana <51469593+BinBashBanana@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:24:36 -0700 Subject: [PATCH] 1.03 --- .github/README.md | 54 +- .gitignore | 5 + MODLIST.md | 85 +- changelogs/CHANGELOG.md | 39 + .../AppliedEnergistics2.cfg | 7 + config/AppliedEnergistics2/CustomRecipes.cfg | 2 +- config/AppliedEnergistics2/VersionChecker.cfg | 2 +- config/IC2.ini | 2 +- config/RoughlyEnoughIDs.cfg | 39 + config/TinkerToolLeveling.cfg | 3 + config/Universal Tweaks - Bugfixes.cfg | 244 + config/Universal Tweaks - General.cfg | 18 + config/Universal Tweaks - Mod Integration.cfg | 483 + ...eaks.cfg => Universal Tweaks - Tweaks.cfg} | 971 +- config/actuallyadditions.cfg | 3 +- config/armoryexpansion/traits.txt | 249 +- config/astralsorcery/amulet_enchantments.cfg | 2 +- config/betterp2p.cfg | 0 config/betterquesting.cfg | 2 +- config/betterquesting/DefaultQuests.json | 82980 ++++++++-------- config/chiselsandbits.cfg | 7 + config/chiselsandbits_clipboard.cfg | 169 + config/defaultoptions/keybindings.txt | 9 +- config/defaultoptions/options.txt | 7 - config/defaultoptions/optionsof.txt | 4 +- config/enderio/enderio.cfg | 3 +- config/entityculling.cfg | 1 + config/ichunutil.cfg | 2 +- config/jei/jei.cfg | 2 +- config/lootr.cfg | 108 + config/mctimmersivetechnology.cfg | 83 +- config/mod-director/fluidlogged.url.json | 12 + config/mod-director/friendlychests.curse.json | 13 + config/mod-director/laggoggles.curse.json | 17 + config/mod-director/modpack.json | 8 + config/mod-director/optifine.url.json | 21 + config/mod-director/spark.curse.json | 17 + config/mod-director/subaquatic.url.json.bak | 12 + config/nae2.cfg | 80 + config/normalasm.cfg | 38 +- config/opencomputers/settings.conf | 2 +- config/packagedauto.cfg | 4 + config/particleculling.cfg | 32 + config/pregen/base.cfg | 170 + config/pregen/example.json | 13 + config/roguelike_dungeons/roguelike.cfg | 15 + config/sledgehammer.conf | 430 + config/splash.properties | 2 +- config/tconevo.cfg | 1435 + config/tconevo/.config_version | 1 + config/tconevo/artifacts/agneyastra.json | 20 + config/tconevo/artifacts/ancient_arrow.json | 12 + config/tconevo/artifacts/crystal_sceptre.json | 13 + config/tconevo/artifacts/dragon_tooth.json | 12 + config/tconevo/artifacts/guardian_angel.json | 12 + config/tconevo/artifacts/infinity_edge.json | 13 + config/tconevo/artifacts/light_shoes.json | 12 + config/tconevo/artifacts/maelstrom.json | 19 + config/tconevo/artifacts/morning_star.json | 18 + config/tconevo/artifacts/ms_erudita.json | 26 + config/tconevo/artifacts/myriad_slashes.json | 23 + config/tconevo/artifacts/phase_boots.json | 28 + config/tconevo/artifacts/stormbow.json | 12 + config/tconevo/artifacts/werebane.json | 16 + config/thaumicaugmentation.cfg | 458 + config/vintagefix.properties | 3 + config/wizardry.cfg | 9 +- curseforge-description.txt | 59 +- minecraftinstance.json | 2 +- options.txt | 16 +- resources/modpack/textures/e2t-logo.png | Bin 0 -> 40715 bytes scripts/MiscRecipes.zs | 1 - scripts/RecipeConflicts.zs | 1 - 73 files changed, 47321 insertions(+), 41371 deletions(-) create mode 100644 config/RoughlyEnoughIDs.cfg create mode 100644 config/Universal Tweaks - Bugfixes.cfg create mode 100644 config/Universal Tweaks - General.cfg create mode 100644 config/Universal Tweaks - Mod Integration.cfg rename config/{UniversalTweaks.cfg => Universal Tweaks - Tweaks.cfg} (57%) create mode 100644 config/betterp2p.cfg create mode 100644 config/lootr.cfg create mode 100644 config/mod-director/fluidlogged.url.json create mode 100644 config/mod-director/friendlychests.curse.json create mode 100644 config/mod-director/laggoggles.curse.json create mode 100644 config/mod-director/modpack.json create mode 100644 config/mod-director/optifine.url.json create mode 100644 config/mod-director/spark.curse.json create mode 100644 config/mod-director/subaquatic.url.json.bak create mode 100644 config/nae2.cfg create mode 100644 config/particleculling.cfg create mode 100644 config/pregen/base.cfg create mode 100644 config/pregen/example.json create mode 100644 config/roguelike_dungeons/roguelike.cfg create mode 100644 config/sledgehammer.conf create mode 100644 config/tconevo.cfg create mode 100644 config/tconevo/.config_version create mode 100644 config/tconevo/artifacts/agneyastra.json create mode 100644 config/tconevo/artifacts/ancient_arrow.json create mode 100644 config/tconevo/artifacts/crystal_sceptre.json create mode 100644 config/tconevo/artifacts/dragon_tooth.json create mode 100644 config/tconevo/artifacts/guardian_angel.json create mode 100644 config/tconevo/artifacts/infinity_edge.json create mode 100644 config/tconevo/artifacts/light_shoes.json create mode 100644 config/tconevo/artifacts/maelstrom.json create mode 100644 config/tconevo/artifacts/morning_star.json create mode 100644 config/tconevo/artifacts/ms_erudita.json create mode 100644 config/tconevo/artifacts/myriad_slashes.json create mode 100644 config/tconevo/artifacts/phase_boots.json create mode 100644 config/tconevo/artifacts/stormbow.json create mode 100644 config/tconevo/artifacts/werebane.json create mode 100644 config/thaumicaugmentation.cfg create mode 100644 resources/modpack/textures/e2t-logo.png diff --git a/.github/README.md b/.github/README.md index ae0a846..f7528e4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -5,26 +5,17 @@ Fork of Enigmatica 2 (1.12.2) **This pack is unofficial and is NOT affiliated with the creators of Enigmatica. I have [permission](https://github.com/EnigmaticaModpacks/Enigmatica2/issues/748) from NillerMedDild to upload this pack.** ## Description -This pack is essentially a mashup of Enigmatica 2 normal mode, Direwolf20 1.12.2, and ATM3R (plus a few other mods). -A great all-purpose pack for beginners and experienced players. +This pack is my take on a 1.12.2 modpack. It uses Enigmatica 2 as a base, +but also takes some inspiration from other 1.12.2 packs I've played such as Direwolf20 and ATM3R. +It is a great all-purpose pack for beginners and experienced players. It is kitchen-sink style, however it includes Enigmatica 2's quest book to help you along. -This pack is medium-heavy, requiring about 6 GB of ram allocated to perform well. +This pack is medium-heavy, requiring about 5 GB of ram allocated to perform well. I'd say the pack is just lighter than ATM3R. As of version 1.02, some mods from E2Eu are included. This pack does NOT include: refined storage, gregtech, buildcraft, projectE, avaritia, mystical agriculture, others... ### [Full mod list](/MODLIST.md) -### Latest release: 1.02b - [Changelog](/changelogs/CHANGELOG.md) - -## Important!! Read this!! -I highly recommend using a custom build of NormalASM plus OptiFine with this modpack. -You can play without either, but performance will suffer. -I have confirmed that OptiFine is compatible, though some may want to use only NormalASM and not OptiFine. -If you choose to do this, be sure to set `B:onDemandAnimatedTextures=false` back to `true` in `config/normalasm.cfg`. -- [NormalASM custom build](https://github.com/BinBashBanana/Enigmatica2Tweaked/releases/download/normalasm-5.14-spongeforge-compat/normalasm-5.14-spongeforge-compat.jar) -- [OptiFine](https://optifine.net/adloadx?f=OptiFine_1.12.2_HD_U_G5.jar) - -For more information about the custom build of NormalASM, see [here](https://github.com/mirrorcult/NormalASM/pull/1) and [here](https://github.com/LoliKingdom/LoliASM/pull/199). +### Latest release: 1.03 - [Changelog](/changelogs/CHANGELOG.md) ### Added mods
@@ -33,42 +24,49 @@ click to show - actually computers -- ae additions - ae2 fluid crafting rework - ae2 unofficial extended life +- alfheim lighting engine - animus - aqua acrobatics - armory expansion - aroma1997s dimensional world +- better p2p - better questing unofficial +- binnie's mods patched - bonsai trees -- born in a barn - chicken chunks - crossroads/essentials - /dank/null/no_RCE/ - endergy - entity culling - exchangers +- fermiumasm +- file director - fluidlogged api - friendly chests - furniture mod - gas conduits -- hesperus - integrated nbt - jei integration - jei utilities - lazy ae2 - lazy ae2 patch - letsencryptcraft +- lootr +- mekanism energistics - mob grinding utils - mod name tooltip - morph - morpheus +- nae2 - netherportalfix - no tema stahp +- optifine (via file director, optional) - packagedastral - packagedauto - packageddraconic +- particle culling - pressure pipes - projectred - proportional destruction particles @@ -77,10 +75,14 @@ click to show - roughly enough ids - seared ladder backport - simply jetpacks 2 +- sledgehammer - startup timer - storage drawers extras - tatw (beta version) +- thaumic augmentation +- thaumic speedup - the one probe +- tinkers' evolution - top addons - universal tweaks - waim @@ -97,17 +99,20 @@ click to show - ae2, wireless crafting terminal (in favor of ae2 unofficial extended life) +- ae2 stuff (other mods have features that do the same things) - ai improvements, diet hoppers, ding, fastworkbench, fence jumper, no night vision flashing, quick leaf decay, swing through grass, toast control, unloader (in favor of universal tweaks) - better questing/standard expansion/quest book (in favor of better questing unofficial) - betterfps (very little fps improvement, use optifine instead) +- binnie's mods (in favor of binnie's mods patched) - /dank/null (in favor of /dank/null/no_RCE/) -- extra cells (in favor of ae additions) +- extra cells (in favor of mekanism energistics and nae2) - foamfix (in favor of vintagefix) - hwyla (in favor of the one probe) - lostcities (due to jeid/reid incompatibility) - neid (in favor of roughly enough ids) -- phosphor (in favor of hesperus) +- phosphor (in favor of alfheim lighting engine) - recurrent complex (due to massive server lag) +- streams (causes world gen issues) - wawla (in favor of the one probe)
@@ -118,8 +123,7 @@ click to show click to show -- all mods updated except nuclearcraft, streams -- streams rolled back to 0.4.8 to fix spongeforge incompatibility +- all mods updated except immersive technology - animania addons added @@ -146,21 +150,19 @@ click to show ### Recommended JVM arguments From [this reddit post](https://www.reddit.com/r/feedthebeast/comments/5jhuk9/modded_mc_and_memory_usage_a_history_with_a/): ``` --Xmx6656M -Xms4G -XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M +-Xmx5G -Xms4G -XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ``` You'll also need Java 8 exactly, and [adoptium.net](https://adoptium.net/temurin/releases/?version=8) is the best place to get it IMO. For the server, from [mcflags.emc.gs](https://mcflags.emc.gs): ``` -java -Xmx6G -Xms5G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar forge-1.12.2-14.23.5.2859.jar nogui +java -Xmx5G -Xms4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar forge-1.12.2-14.23.5.2860.jar nogui ``` Note: you can usually get away with 4 GB, but 6 GB is better especially for pregen. ### Extra notes for servers -- Do not use chunk pregenerator due to incompatibilities with reid/jeid. Use `/forge generate` until it is fixed. See [RoughlyEnoughIDs#14](https://github.com/TerraFirmaCraft-The-Final-Frontier/RoughlyEnoughIDs/issues/14) for more information. - If you want recurrent complex structures in your world, add the mod before you pregenerate the world, then remove it. - If you want LagGoggles on your spongeforge server, you'll need the latest version that doesn't require TickCentral. Use `LagGoggles-THIN-1.12.2-4.11-92.jar`. Clients can still connect with the latest version of LagGoggles. -- I have included a patched build of NormalASM that fixes a crash with spongeforge. See issue 194 for more information. You will also need to set `threadPriorityFix=false` in normalasm.cfg (server only). ### Recommended resource packs - [Faithful32 Modded](https://github.com/F32Organization/Faithful32-1.12.2) @@ -185,6 +187,7 @@ click to show maybe in future updates: - nothirium - mo creatures extended +- subaquatic #### Pack files - curseforge @@ -205,7 +208,6 @@ maybe in future updates: - config - mods - scripts - - structures - server.properties - SERVER_GUIDE.txt - ServerStart.bat diff --git a/.gitignore b/.gitignore index 56e931a..5a76e23 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ /screenshots/ /mods/ /world/ +/assetmover/ +/caches/ /config/enderio/recipes/examples **/*.pdf @@ -82,6 +84,9 @@ optionsshaders.txt OpenComputersMod-1.8.3-52-libjnlua52-windows-x86_64.dll OpenComputersMod-1.8.3-53-libjnlua53-windows-x86_64.dll OpenComputersMod-1.8.3-54-libjnlua54-windows-x86_64.dll +OpenComputersMod-1.8.5-52-libjnlua52-windows-x86_64.dll +OpenComputersMod-1.8.5-53-libjnlua53-windows-x86_64.dll +OpenComputersMod-1.8.5-54-libjnlua54-windows-x86_64.dll roots.log tv-cache jei_bookmarks.ini diff --git a/MODLIST.md b/MODLIST.md index 4c2392d..655907d 100644 --- a/MODLIST.md +++ b/MODLIST.md @@ -1,16 +1,16 @@ -## Enigmatica 2 Tweaked 1.00 Modlist +## Enigmatica 2 Tweaked 1.03 Modlist -1.12.2 forge 14.23.5.2859 -Generate list with `ls | sed 's/^/- /g'` +1.12.2 forge 14.23.5.2860 +Generate list with `ls *.jar | sed 's/^/- /g'` --- - ActuallyAdditions-1.12.2-r152.jar - ActuallyBaubles-1.12-1.1.jar - actuallycomputers-2.2.0.jar - AdvancedRocketry-1.12.2-2.0.0-17.jar -- ae2stuff-0.7.0.4-mc1.12.2.jar -- AEAdditions-1.12.2-1.3.8.jar +- ae2-uel-v0.56.6.jar - AkashicTome-1.2-12.jar +- Alfheim-1.3.jar - ancientwarfare-1.12.2-2.7.0.1038.jar - animania-1.12.2-base-2.0.3.28.jar - animania-1.12.2-catsdogs-1.0.0.28.jar @@ -19,12 +19,12 @@ Generate list with `ls | sed 's/^/- /g'` - Animus-1.12-2.1.7.jar - AppleCore-mc1.12.2-3.4.0.jar - AppleSkin-mc1.12-1.0.14.jar -- appliedenergistics2-rv6-stable-7-extended_life-v0.55.21.jar -- AquaAcrobatics-1.15.3.jar +- AquaAcrobatics-1.15.4.jar - architecturecraft-1.12-3.108.jar - armoryexpansion-1.4.2.jar - Aroma1997Core-1.12.2-2.0.0.2.jar - Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar +- assetmover-2.5.jar - astralsorcery-1.12.2-1.10.27.jar - AutoRegLib-1.3-32.jar - backpack-3.0.2-1.12.2.jar @@ -33,15 +33,15 @@ Generate list with `ls | sed 's/^/- /g'` - bdlib-1.14.4.1-mc1.12.2.jar - BetterAdvancements-1.12.2-0.1.0.77.jar - BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar -- BetterQuestingUnofficial-4.1.0.jar +- betterp2p-1.12.2-1.3.2.jar +- BetterQuestingUnofficial-4.2.2.jar - BiblioCraft[v2.4.6][MC1.12.2].jar -- binnie-mods-1.12.2-2.5.1.203.jar +- binnie-mods-1.12.2-2.5.1.211.jar - BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar - blockcraftery-1.12.2-1.3.1.jar - BloodMagic-1.12.2-2.4.3-105.jar - bonsaitrees-1.1.4-b170.jar - Bookshelf-1.12.2-2.3.590.jar -- Born In A Barn 1.8-1.12-1.2.jar - Botania r1.10-364.4.jar - BrandonsCore-1.12.2-2.4.20.162-universal.jar - BuildingGadgets-2.8.4.jar @@ -53,7 +53,7 @@ Generate list with `ls | sed 's/^/- /g'` - ChickenChunks-1.12.2-2.4.2.74-universal.jar - Chisel-MC1.12.2-1.0.2.45.jar - chiselsandbits-14.33.jar -- Chunk Pregenerator-V1.12-2.5.7.jar +- Chunk-Pregenerator-1.12.2-4.4.5.jar - Clumps-3.1.2.jar - CodeChickenLib-1.12.2-3.2.3.358-universal.jar - CoFHCore-1.12.2-4.6.6.1-universal.jar @@ -62,11 +62,12 @@ Generate list with `ls | sed 's/^/- /g'` - CommonCapabilities-1.12.2-2.4.8.jar - compactmachines3-1.12.2-3.0.18-b278.jar - conarm-1.12.2-1.2.5.10.jar -- Controlling-3.0.12.2.jar +- !configanytime-3.0.jar +- Controlling-3.0.12.4.jar - CookingForBlockheads_1.12.2-6.5.0.jar - CosmeticArmorReworked-1.12.2-v5a.jar - CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar -- CraftTweaker2-1.12-4.1.20.690.jar +- CraftTweaker2-1.12-4.1.20.699.jar - crossroads-1.12.2-1.12.2.jar - CTM-MC1.12.2-1.0.2.31.jar - CustomBackgrounds-MC1.12-1.1.1.jar @@ -87,21 +88,21 @@ Generate list with `ls | sed 's/^/- /g'` - EnderIO-endergy-1.12.2-5.3.72.jar - EnderStorage-1.12.2-2.4.6.137-universal.jar - engineers_doors-1.12.2-0.9.1.jar -- EntityCulling-1.12.2-6.4.1.jar +- EntityCulling-1.12.2-6.4.3.jar - environmentalmaterials-1.12.2-1.0.20.1.jar - environmentaltech-1.12.2-2.0.20.1.jar - essentials-1.12.2-1.2.1.jar -- Exchangers-1.12.2-2.10.2.jar +- Exchangers-1.12.2-2.10.3.jar - ExtraBitManipulation-1.12.2-3.4.1.jar - ExtraRails-1.12-1.3.0.jar - extrautils2-1.12-1.9.9.jar - ExtremeReactors-1.12.2-0.4.5.68.jar - FarmingForBlockheads_1.12.2-3.1.28.jar -- Farseek-1.12-2.5.1.jar - FastFurnace-1.12.2-1.3.1.jar +- fermiumasm-5.19.jar - flatcoloredblocks-mc1.12-6.8.jar -- Fluid Craft for AE2-2.4.27-r.jar -- Fluidlogged-API-v2.2.4-mc1.12.2.jar +- Fluid Craft for AE2-2.6.1-r.jar +- Fluidlogged-API-v2.2.7-mc1.12.2.jar - forestry_1.12.2-5.8.2.422.jar - Forgelin-1.8.4.jar - ForgeMultipart-1.12.2-2.6.2.83-universal.jar @@ -135,14 +136,14 @@ Generate list with `ls | sed 's/^/- /g'` - ironchest-1.12.2-7.0.72.847.jar - IvToolkit-1.3.3-1.12.jar - JAOPCA-1.12.2-2.2.8.106.jar -- jei_1.12.2-4.16.1.1003.jar +- jei_1.12.2-4.16.1.1012.jar - jeibees-0.9.0.5-mc1.12.2.jar - jeiintegration_1.12.2-1.6.0.jar - JEI-Utilities-1.12.2-0.2.12.jar - jeivillagers-1.12-1.0.2.jar - jepb-1.12-1.2.1.jar - jetif-1.12.2-1.5.2.jar -- journeymap-1.12.2-5.7.1.jar +- journeymap-1.12.2-5.7.1p2.jar - JustEnoughEnergistics-1.12.2-1.0.8.jar - just-enough-harvestcraft-1.12.2-1.7.2.jar - JustEnoughPetroleum-0.1.jar @@ -157,6 +158,7 @@ Generate list with `ls | sed 's/^/- /g'` - librarianlib-1.12.2-4.22.jar - LibVulpes-1.12.2-0.4.2-25-universal.jar - lootcapacitortooltips-1.3.jar +- lootr-1.12.2-0.6.2.jar - LunatriusCore-1.12.2-1.2.0.42-universal.jar - MagicBees-1.12.2-3.2.25.jar - malisiscore-1.12.2-6.5.1.jar @@ -164,15 +166,17 @@ Generate list with `ls | sed 's/^/- /g'` - Mantle-1.12-1.3.3.55.jar - mcjtylib-1.12-3.5.4.jar - MCMultiPart-2.5.3.jar -- MCTImmersiveTechnology-1.12.2-1.9.101.jar +- MCTImmersiveTechnology-1.12.2-1.8.94.jar - meecreeps-1.12-1.3.1.jar - Mekanism-1.12.2-9.8.3.390.jar +- MekanismEnergistics-0.1.4.jar - MekanismGenerators-1.12.2-9.8.3.390.jar - MekanismTools-1.12.2-9.8.3.390.jar - MemoryTester-0.4.2.jar - minecolonies-1.12.2-0.11.841-BETA-universal.jar -- !mixinbooter-7.1.jar +- !mixinbooter-8.8.jar - MobGrindingUtils-0.3.13.jar +- !mod-director-launchwrapper-1.8.3.jar - modnametooltip_1.12.2-1.10.1.jar - modtweaker-4.0.20.11.jar - modular-routers-1.12.2-3.3.0-33.jar @@ -185,6 +189,7 @@ Generate list with `ls | sed 's/^/- /g'` - MTLib-3.0.7.jar - mysticallib-1.12.2-1.13.0.jar - mysticalworld-1.12.2-1.11.0.jar +- nae2-1.6.4.jar - natura-1.12.2-4.3.2.69.jar - NaturesCompass-1.12.2-1.8.5.jar - Neat 1.4-17.jar @@ -192,25 +197,27 @@ Generate list with `ls | sed 's/^/- /g'` - NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar - NoTemaStahp-1.12.2-1.0.3.jar - notenoughwands-1.12-1.8.1.jar -- NuclearCraft-2.18z-1.12.2.jar +- nuclearcraft-1.12.2-2.19.jar - Nutrition-1.12.2-4.9.0.jar - OldJavaWarning-1.12.2-1.1.11.jar - OpenBlocks-1.12.2-1.8.1.jar -- OpenComputers-MC1.12.2-1.8.3+274990f.jar +- OpenComputers-MC1.12.2-1.8.5+179e1c3.jar - OpenModsLib-1.12.2-0.12.2.jar +- OptiFine_1.12.2_HD_U_G5.jar - OreExcavation-1.4.150.jar - overloadedarmorbar-1.0.4g.jar - p455w0rdslib-1.12.2-2.3.161.jar -- PackagedAstral-1.12.2-1.0.2.8.jar -- PackagedAuto-1.12.2-1.0.9.33.jar -- PackagedDraconic-1.12.2-1.0.0.6.jar +- PackagedAstral-1.12.2-1.0.2.13.jar +- PackagedAuto-1.12.2-1.0.13.49.jar +- PackagedDraconic-1.12.2-1.0.0.13.jar - Pam's HarvestCraft 1.12.2zg.jar +- particleculling-1.12.2-v1.4.3.jar - Patchouli-1.0-23.6.jar -- phosphor-1.12.2-0.2.9.2-SNAPSHOT-universal.jar +- persistency-1.2.0.jar - Placebo-1.12.2-1.6.1.jar - PlaneFix-1.12.2-1.0.0.jar - playersdropheads-1.12.x-1.1.0.jar -- plustic-8.0.5.jar +- plustic-8.0.6.jar - pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar - pressure-1.3.1.9-mc1.12.2.jar - PrettyBeaches_1.12.2-1.1.0.jar @@ -229,36 +236,40 @@ Generate list with `ls | sed 's/^/- /g'` - RandomThings-MC1.12.2-4.2.7.4.jar - ReAuth-1.12-Forge-4.0.7.jar - RebornCore-1.12.2-3.19.5-universal.jar +- !Red-Core-MC-1.7-1.12-0.5.1.jar - RedstoneArsenal-1.12.2-2.6.6.1-universal.jar - RedstoneFlux-1.12-2.1.1.1-universal.jar -- RenderLib-1.12.2-1.3.3.jar +- RenderLib-1.12.2-1.3.4.jar - ResourceLoader-MC1.12.1-1.5.3.jar - rftools-1.12-7.73.jar - rftoolsctrl-1.12-2.0.2.jar - rftoolsdim-1.12-5.71.jar - RoguelikeDungeons-1.12.2-1.8.0.jar -- Roots-1.12.2-3.1.7.jar -- RoughlyEnoughIDs-2.0.6.jar +- Roots-1.12.2-3.1.9.2.jar +- RoughlyEnoughIDs-2.1.1.jar - rustic-1.1.7.jar - Scannable-MC1.12.2-1.6.3.26.jar - Schematica-1.12.2-1.8.0.169-universal.jar - Seared-Ladder-v1.1.2-mc1.12.2.jar - ShadowMC-1.12-3.8.0.jar - SimplyJetpacks2-1.12.2-2.2.20.0.jar +- Sledgehammer-1.12.2-2.0.26-thin.jar - solcarrot-1.12.2-1.8.4.jar -- startuptimer-1.0.1.jar +- startuptimer-1.1.0.jar - StorageDrawers-1.12.2-5.5.0.jar - StorageDrawersExtras-1.12-3.1.0.jar -- Streams-1.12-0.4.8.jar - structurize-1.12.2-0.10.277-RELEASE.jar - supersoundmuffler-revived_1.12.2_1.0.2.10.jar - Tatw-1.12.2-1.0.1.2.b27.jar +- tconevo-1.12.2-1.0.49.jar - TConstruct-1.12.2-2.13.0.183.jar - Tesla-1.12.2-1.0.63.jar - tesla-core-lib-1.12.2-1.0.18.jar - Thaumcraft-1.12.2-6.1.BETA26.jar +- ThaumicAugmentation-1.12.2-2.1.11.jar - ThaumicInventoryScanning_1.12.2-2.0.10.jar - ThaumicJEI-1.12.2-1.6.0-27.jar +- thaumicspeedup-4.0.jar - thaumictinkerer-1.12.2-5.0-620a0c5.jar - theoneprobe-1.12-1.4.28.jar - ThermalCultivation-1.12.2-0.3.6.1-universal.jar @@ -276,15 +287,15 @@ Generate list with `ls | sed 's/^/- /g'` - toughnessbar-2.4.jar - twilightforest-1.12.2-3.11.1021-universal.jar - UniDict-1.12.2-3.0.10.jar -- UniversalTweaks-1.12.2-1.6.0.jar +- UniversalTweaks-1.12.2-1.11.0.jar - UnlimitedChiselWorks-0.3.5.jar - valkyrielib-1.12.2-2.0.20.1.jar - villager-market-1.12.2-1.0.2.jar -- vintagefix-0.3.2.jar +- vintagefix-0.5.0.jar - WAIM-1.0.0.jar - WanionLib-1.12.2-2.91.jar - Waystones_1.12.2-4.1.0.jar -- wizardry-0.11.1.jar +- wizardry-0.11.3.jar - worleycaves-1.12.2-1.5.2.jar - WrapUp-1.12-1.1.3.jar - xnet-1.12-1.8.2.jar diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index 6dab4ee..148ad06 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -1,3 +1,42 @@ +# Enigmatica 2 Tweaked 1.03 Changelog + +*Using Forge-1.12.2-14.23.5.2860* + +- updated mods + +**Added mods** + +- alfheim lighting engine +- better p2p +- binnie's mods patched +- fermiumasm +- file director +- lootr +- mekanism energistics +- nae2 +- optifine (via file director, optional) +- particle culling +- sledgehammer +- thaumic augmentation +- thaumic speedup +- tinkers' evolution + +**Removed mods** + +- ae2 stuff (other mods have features that do the same things) +- ae additions (in favor of mekanism energistics and nae2) +- binnie's mods (in favor of binnie's mods patched) +- born in a barn (already in forge) +- hesperus (in favor of alfeim lighting engine) +- streams (causes world gen issues) + +**Other mod changes** + +- fluidlogged api and friendly chests are now downloaded via file director +- downgraded immersive technology to 1.8.94 + + + # Enigmatica 2 Tweaked 1.02b Changelog *Using Forge-1.12.2-14.23.5.2859* diff --git a/config/AppliedEnergistics2/AppliedEnergistics2.cfg b/config/AppliedEnergistics2/AppliedEnergistics2.cfg index 1be2a30..01a1b9e 100644 --- a/config/AppliedEnergistics2/AppliedEnergistics2.cfg +++ b/config/AppliedEnergistics2/AppliedEnergistics2.cfg @@ -178,8 +178,14 @@ client { I:priorityAmtButton4=1000 B:rememberTerminalSearchOnClose=false + # Whether to show a preview of cell contents in tooltips. + B:showCellContentsPreview=true + # Whether to add "Craftable" to item tooltips when they can be crafted automatically. B:showCraftableTooltip=true + + # Whether to show a preview of part and facade placement. + B:showPlacementPreview=true B:useColoredCraftingStatus=true B:useTerminalUseLargeFont=false } @@ -396,6 +402,7 @@ features { craftingfeatures { B:CraftingCPU=true B:CraftingManagerFallback=true + B:CraftingToasts=true B:MolecularAssembler=true B:Patterns=true } diff --git a/config/AppliedEnergistics2/CustomRecipes.cfg b/config/AppliedEnergistics2/CustomRecipes.cfg index afff7c1..85e25b4 100644 --- a/config/AppliedEnergistics2/CustomRecipes.cfg +++ b/config/AppliedEnergistics2/CustomRecipes.cfg @@ -1,7 +1,7 @@ # Configuration file cache { - S:digest=4f05d2cb9cc8176a7a5d7f003e3afd87 + S:digest=2bee869547f19dd982ded207d862a6a1 # Caching can save processing time, if there are a lot of items. [default: true] B:enableCache=true diff --git a/config/AppliedEnergistics2/VersionChecker.cfg b/config/AppliedEnergistics2/VersionChecker.cfg index 866eb97..e74632a 100644 --- a/config/AppliedEnergistics2/VersionChecker.cfg +++ b/config/AppliedEnergistics2/VersionChecker.cfg @@ -3,7 +3,7 @@ cache { # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] I:interval=24 - S:lastCheck=1695429935535 + S:lastCheck=1717988809622 } diff --git a/config/IC2.ini b/config/IC2.ini index c72ccf4..b601e72 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created Sep 22, 2023 11:37:39 PM +; created Jun 10, 2024 4:46:59 PM ;--- [worldgen] diff --git a/config/RoughlyEnoughIDs.cfg b/config/RoughlyEnoughIDs.cfg new file mode 100644 index 0000000..64f1d4c --- /dev/null +++ b/config/RoughlyEnoughIDs.cfg @@ -0,0 +1,39 @@ +# Configuration file + +general { + + debug { + # Enable this to register extra biomes for debugging/testing. + B:Biomes=false + + # The amount of biomes to register. + I:"Biomes - Amount"=300 + + # Enable this to register extra blocks for debugging/testing. + B:Blocks=false + + # The amount of blocks to register. + I:"Blocks - Amount"=5000 + + # Enable this to register extra enchantments for debugging/testing. + B:Enchantments=false + + # The amount of enchantments to register. + I:"Enchantments - Amount"=32767 + + # Enable this to register extra items for debugging/testing. + B:Items=false + + # The amount of items to register. + I:"Items - Amount"=40000 + + # Enable this to register extra potions for debugging/testing. + B:Potions=false + + # The amount of potions to register. + I:"Potions - Amount"=300 + } + +} + + diff --git a/config/TinkerToolLeveling.cfg b/config/TinkerToolLeveling.cfg index 7ef1a29..2313149 100644 --- a/config/TinkerToolLeveling.cfg +++ b/config/TinkerToolLeveling.cfg @@ -10,6 +10,7 @@ toolxp { baseXpForTool { "plustic:katana"=200 "plustic:laser_gun"=200 + "tconevo:tool_sceptre"=200 "tconstruct:arrow"=250 "tconstruct:battlesign"=50 "tconstruct:bolt"=250 @@ -34,4 +35,6 @@ toolxp { } # Base XP used when no more specific entry is present for the tool defaultBaseXP=200 + # How much the XP cost will multiply per level, minimum 2. + levelMultiplier=2 } diff --git a/config/Universal Tweaks - Bugfixes.cfg b/config/Universal Tweaks - Bugfixes.cfg new file mode 100644 index 0000000..f00241c --- /dev/null +++ b/config/Universal Tweaks - Bugfixes.cfg @@ -0,0 +1,244 @@ +# Configuration file + +general { + + blocks { + # Fixes rendering issues with banners by correctly sizing their render bounding boxes + # Incompatible with RenderLib + B:"Banner Bounding Box"=true + + # Fixes inconsistent delays of comparators to prevent redstone timing issues + B:"Comparator Timing"=true + + # Only damage living entities hit by falling blocks, prevents killing items and XP + B:"Falling Block Entity Damage"=true + + # Slims down the hopper bounding box for easier access of nearby blocks + B:"Hopper Bounding Box"=true + + # Prevents crashes when the destination tile entity becomes unavailable during the item insert process + # Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium + B:"Hopper Insert Safety Check"=true + + # Prevents voiding held items when right + left clicking on an item frame simultaneously + B:"Item Frame Void"=true + + # Disables climbing movement when flying + B:"Ladder Flying Slowdown"=true + + # Properly saves the last state of pistons to tags + B:"Piston Progress"=true + + # Improves retraction behavior on double piston extenders + B:"Piston Retraction"=false + + # Fixes sleeping always resetting rain and thunder times + B:"Sleep Resets Weather"=false + + "block overlay" { + # Fixes x-ray when standing in non-suffocating blocks + B:"[1] Block Overlay Toggle"=true + + # Excludes blocks from the block overlay bugfix + # Syntax: modid:block + S:"[2] Blacklist" < + > + + # Includes blocks in the block overlay bugfix + # Syntax: modid:block + S:"[3] Whitelist" < + > + } + + "mining glitch" { + # Prevents ghost blocks by sending additional movement packets + B:"[1] Mining Glitch Toggle"=true + + # Defines the maximum number of movement packets that can be sent per tick + # Vanilla default is 5 + I:"[2] Maximum Movement Packets"=10 + } + + } + + entities { + # Improves the attack radius of hostile mobs by checking the line of sight with raytracing + B:"Attack Radius"=true + + # Prevents fire projectiles burning entities when blocking with shields + B:"Block Fire"=true + + # Fixes entities glitching through the bottom of boats + B:"Boat Riding Offset"=true + + # Replaces linked entity AI task sets with concurrent sets to avoid mod exception concerning entity AI + # Only enable this if you're facing concurrent modification exceptions with entity AI tasks, for example Thaumcraft's Pechs + B:"Concurrent Entity AI Tasks"=false + + # Fixes corrupted entities exceeding the allowed death time + B:"Death Time"=true + + # Fixes lag caused by dead entities by sending additional packets when the player is not alive + B:"Destroy Entity Packets"=true + + # Fixes missing player states when changing dimensions by sending additional packets + B:"Dimension Change Player States"=true + + # Fixes item duplications when players are dropping items and disconnecting + B:"Disconnect Dupe"=true + + # Fixes a duplication exploit connected to the inventories of donkeys and mules + B:"Donkey/Mule Dupe"=true + + # Fixes consuming an item having a chance of also consuming a second item without any animation + B:"Double Consumption"=true + + # Relocate elytra deployment and landing to client side to prevent issues with high latencies + B:"Elytra Deployment & Landing"=true + + # Saves entity bounding boxes to tags to prevent breakouts and suffocation + B:"Entity Bounding Box"=true + + # Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0 + B:"Entity ID"=true + + # Prevents corruption of entities caused by invalid health or damage values + B:"Entity NaN Values"=true + + # Pushes entities out of blocks when growing up to prevent suffocation + B:"Entity Suffocation"=true + + # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions + # Incompatible with SpongeForge + B:"Entity Tracker"=true + + # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) + B:"Entity UUID"=true + + # Modifies falling logic of horses, listening to LivingFallEvent and taking jump boost into account + B:"Horse Falling"=true + + # Corrects maximum player health on joining by setting the last saved health value + B:"Max Player Health"=true + + # Fixes non-player entities being able to control minecarts + B:"Minecart AI"=true + + # Fixes mounts and boats sometimes disappearing after dismounting + B:"Mount Desync"=true + + # Fixes saturation depleting in peaceful mode + B:"Player Saturation"=true + + # Fixes a duplication exploit connected to shearing mooshrooms + B:"Shear Mooshroom Dupe"=true + + # Fixes skeletons not looking at their targets when strafing + B:"Skeleton Aim"=true + + # Fixes untipped arrows emitting blue tipped arrow particles upon reloading a world + B:"Untipped Arrow Particles"=true + + # Returns missing hoods to villager mantles + B:"Villager Mantle Hoods"=true + + "entity desync" { + # Fixes entity motion desyncs most notable with arrows and thrown items + B:"[1] Entity Desync Toggle"=true + + # Syntax: modid:entity + # Example: minecraft:minecart + S:"[2] Entity Blacklist" < + minecraft:minecart + pixelmon:empty_pokeball + pixelmon:occupied_pokeball + > + } + + "entity lists" { + # Fixes chunk entity lists often not getting updated correctly + B:"Chunk Updates"=true + + # Fixes client-side memory leak where some entity ids are not set before being added to the world's entity list + B:"World Additions"=true + } + + } + + misc { + # Improves the accuracy of smooth lighting by checking for suffocation and light opacity + B:"Accurate Smooth Lighting"=true + + # Fixes crafted item statistics not increasing correctly when items are crafted with shift-click or drop methods + B:"Crafted Item Statistics"=true + + # Fixes entity and particle rendering issues by enabling depth buffer writing + B:"Depth Mask"=true + + # Replaces the help command, sorts and reports broken commands + B:"Help Command"=true + + # Prevents various crashes with Turkish locale + B:"Locale Crash"=true + + # Increases the packet size limit to account for large packets in modded environments + # Vanilla default is 0x200000 + # Incompatible with SpongeForge and RandomPatches + I:"Packet Size"=16777216 + + # Fixes various particle types not showing up on the client + B:"Particle Spawning"=true + + # Fixes potion effects not displaying their level above 'IV' + B:"Potion Amplifier Visibility"=true + + # Fixes the spectator menu not showing player skins + B:"Spectator Menu"=true + + "model gap" { + # Fixes transparent gaps in all 3D models of blocks and items + B:"[1] Model Gap Toggle"=true + + # Quad X/Y offset + # Moves the quad toward the center of the item + # Use to hide gaps, keep as close to 0 as possible + D:"[2] Recess Value"=0.007 + + # Quad expansion increment + # Enlarges each quad + # Use to hide gaps, keep as close to 0 as possible + D:"[3] Expansion Value"=0.008 + } + + } + + world { + # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption + # Incompatible with SpongeForge + B:"Chunk Saving"=true + + # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) + B:"Frustum Culling"=true + + # Fixes duplication issues that can occur when entities travel through portals + B:"Portal Traveling Dupe"=true + + # Changes the data table of tile entities to resolve issues + # HASHMAP: Vanilla default + # LINKED_HASHMAP: Keeps the loading order of tile entities to prevent issues during the first ticks of chunk loading + # CONCURRENT_HASHMAP: Allows simultaneous access to tile entities to prevent concurrent modification exceptions + # CONCURRENT_LINKED_HASHMAP: Combines LINKED_HASHMAP and CONCURRENT_HASHMAP, may have random side effects + # Valid values: + # HASHMAP + # LINKED_HASHMAP + # CONCURRENT_HASHMAP + # CONCURRENT_LINKED_HASHMAP + S:"Tile Entity Map"=LINKED_HASHMAP + + # Fixes witch hut structure data not accounting for the height it is generated at + B:"Witch Huts"=true + } + +} + + diff --git a/config/Universal Tweaks - General.cfg b/config/Universal Tweaks - General.cfg new file mode 100644 index 0000000..7af8cfb --- /dev/null +++ b/config/Universal Tweaks - General.cfg @@ -0,0 +1,18 @@ +# Configuration file + +general { + + debug { + # For those who live life on the edge, may or may not include Jons + B:"Bypass Incompatibility Warnings"=false + + # Enables debug logging + B:"Debug Logging"=false + + # Prints the time the game needed to launch to the log + B:"Show Loading Time"=true + } + +} + + diff --git a/config/Universal Tweaks - Mod Integration.cfg b/config/Universal Tweaks - Mod Integration.cfg new file mode 100644 index 0000000..c3ac2ec --- /dev/null +++ b/config/Universal Tweaks - Mod Integration.cfg @@ -0,0 +1,483 @@ +# Configuration file + +general { + + abyssalcraft { + # Disables AbyssalCraft's Plague-type mobs spawning lingering potion effects on death + B:"Disable Plague Potion Clouds"=false + + # Optimizes AbyssalCraft's item transport system to reduce tick overhead + B:"Optimized Item Transport"=true + } + + "actually additions" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack + B:"Laser Upgrade Voiding"=true + } + + "arcane archives" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "astral sorcery" { + # Fixes a bug where particle effects would continue to render after changing dimensions + B:"Clear Particle Effects"=true + + # Downgrades the message when completing a recipe without an initializing player from a warning to a debug + B:"Downgrade Missing Player Log Level"=true + + # Fixes Sooty Marble Pillar blocking the proper rendering of adjacent fluids due to inverted logic + B:"Sooty Marble Rendering Fix"=true + } + + "advent of ascension" { + # Improves AoA player ticking by only sending inventory changes when necessary + B:"Improved Player Tick"=true + } + + "biomes o' plenty" { + # Fixes rapid inflection of regeneration effects in hot spring water + B:"Hot Spring Water"=true + } + + "blood magic" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Optimizes the Hellfire/Soul Forge to reduce tick time + B:"Optimized Hellfire Forge"=true + + # Fixes memory leak when unloading worlds/switching dimensions + B:"World Unload Memory Leak Fix"=true + } + + botania { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Enables the Botania Garden of Glass skybox for custom dimensions + # Abides by Botania's 'enableFancySkybox' config option + # Example: 43 + I:"Fancy Skybox" < + > + } + + "cb multipart/forge multipart cbe" { + # Fixes a memory leak associated with EntityPlayer + B:"Memory Leak Fix"=true + } + + chisel { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "chocolate quest repoured" { + # Restores the golden feather behavior from the original Better Dungeons mod + B:"Legacy Golden Feather"=true + } + + "cofh core" { + # Sets the damage multiplier of the Vorpal enchantment + D:"Vorpal Enchantment Damage"=10.0 + } + + "compact machines" { + # Fixes some compact machine walls being invisible if Nothirium 0.2.x (and up) or Vintagium is installed + B:"Invisible Wall Render Fix"=true + } + + "effortless building" { + # Fixes Effortless Building ignoring Metadata when checking for items in inventory + B:"Block Transmutation Fix"=true + } + + "elementary staffs" { + # Reintroduces the 1.5 electric staff behavior along with some subtle particles + B:"Electric Staff Port"=true + } + + "elenai dodge 2" { + # Chance per dodge to extinguish the player when burning + D:"Extinguishing Dodges"=0.0 + + # Fixes server-sided crashes when the Feathers Helper API is utilized + B:"Feathers Helper API Fix"=true + + # Sets the amount of consumed half-feathers per interval when the player is sprinting + I:"Sprinting Feather Consumption"=0 + + # Sets the rate feathers are consumed in ticks when the player is sprinting + I:"Sprinting Feather Interval"=20 + + # Sets the amount of half-feathers required to start sprinting + I:"Sprinting Feather Requirement"=6 + } + + "epic siege mod" { + # Disables leftover debug logging inside the digger AI of the beta builds + B:"Disable Digger AI Debug"=true + } + + "the erebus" { + # Fixes Cabbage not dropping the correct items in some situations + B:"Fix Cabbage Drop"=true + + # Fixes the Quake Hammer using the incorrect config option to control its size + B:"Fix Quake Hammer Texture"=true + + # Prevents HWYLA/TOP crashes with preserved blocks + B:"Preserved Blocks Fix"=true + } + + "extra utilities 2" { + # Fixes the Creative Mill Generator not respecting the Creative Block Breaking config + B:"Creative Mill Harvestability"=true + + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Fixes Mob Attack and Health Statistics being repeatedly doubled + B:"Fix Deep Dark Stats"=true + + # Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list + B:"Mutable Machine Block Drops"=true + } + + forestry { + # Adds custom emerald to germling trades to the arborist villager + # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max + # level Level when this trade becomes available (how much trading needs to be done) + # emeralds_min Lower random limit for emeralds + # emeralds_max Upper random limit for emeralds + # germlings_min Lower random limit for germlings + # germlings_max Upper random limit for germlings + # type Type of germling, can be either pollen or sapling + # complexity_min Lower limit of allele complexity + # complexity_max Upper limit of allele complexity + # + # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: + # 5;10;40;1;1;sapling;6;10 + S:"Arborist Villager Trades" < + > + + # Disables damage caused by bees bypassing player armor + B:"Disable Bee Damage Armor Bypass"=true + + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Allows Forestry farms to pick up ExtraTrees fruit + B:"Extra Trees: Gather Windfall"=true + + # Fixes broken textures for various running and landing particles + B:"Particle Fixes"=true + + # Allows Forestry farms to automatically replant cocoa beans + B:"Replanting Cocoa Beans"=true + } + + "industrialcraft 2" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "industrial foregoing" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Fixes an off-by-one error where IF Machines would display the max tier of range addon as one less than the actual maximum + B:"Machines Max Range Off-By-One Fix"=true + } + + "infernal mobs" { + # Enables compatibility between Infernal Mobs' Sticky effect and Reliquary's Pedestal + B:"Sticky Pedestal Compatibility"=true + + # Enables compatibility between Infernal Mobs' Sticky effect and Capsule's Recall enchantment + B:"Sticky Recall Compatibility"=true + } + + "iron backpacks" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "item stages" { + # Changes item matching code to CraftTweaker's ingredient matching system, fixes item NBT issues + B:"Ingredient Matching"=true + } + + mekanism { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "mob stages" { + # Fixes mob replacement ignoring entity spawning rules + B:"Spawning Rules Fixes"=true + } + + "modular routers" { + # Fixes particles being added from the wrong thread which corrupted the particle manager + B:"Particle Thread Fix"=true + } + + mrtjpcore { + # Fixes a memory leak associated with EntityPlayer + B:"Memory Leak Fix"=true + } + + "nether chest" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + netherrocks { + # Prevents crashing with mods implementing right click crop harvesting + B:"Right Click Harvesting Fix"=true + } + + nuclearcraft { + # Changes the data table of the radiation environment handler to improve tick time + # CONCURRENT_HASHMAP: NuclearCraft default + # CONCURRENT_LINKED_HASHMAP: Keeps order of radiation environment info to improve iteration - Better performance + # CONCURRENT_LINKED_QUEUE: Uses a queue to avoid iteration - Best performance + # Valid values: + # CONCURRENT_HASHMAP + # CONCURRENT_LINKED_HASHMAP + # CONCURRENT_LINKED_QUEUE + S:"Radiation Environment Map"=CONCURRENT_LINKED_QUEUE + } + + projectred { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + quark { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + railcraft { + # Disables the beta message warning on world join + B:"No Beta Warning"=true + } + + "rftools dimensions" { + # Fixes a bug where joining a world or server with any RFTools Dimension registered would disallow entering another world without that dimension until restarting + B:"Fully Unregister Dimensions"=true + } + + roost { + # Improves load time by registering ContentTweaker chickens early for Roost to detect them + # Note: If you would like to use ContentTweaker's MaterialSystem Parts for the layed item, in your script you must: + # 1) Use '#loader finalize_contenttweaker', not '#loader contenttweaker' + # 2) Use the Material Part Bracket Handler to reference the item + B:"ContentTweaker: Early Register CT Chickens"=true + } + + "simple difficulty" { + # Fixes the interaction of iron canteens with rain collectors + B:"Iron Canteen Interaction Fix"=true + } + + "simply jetpacks" { + # Fixes a client-side memory leak associated with EntityPlayer + B:"Memory Leak Fix"=true + } + + "spice of life" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "storage drawers" { + # Approximate range in blocks at which drawers render contained items + # 0 for default unlimited range + I:"Render Range"=0 + } + + "tardis mod" { + # Fixes a client-side memory leak associated with EntityPlayer + B:"Memory Leak Fix"=true + } + + "tech reborn" { + # Optimizes the Rolling Machine to reduce tick time + B:"Optimized Rolling Machine"=true + } + + thaumcraft { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs + B:"Flower Bounding Box"=true + + # Stops the thaumometer from bobbing rapidly when using it to scan objects + B:"Stable Thaumometer"=true + } + + "thaumcraft: entities" { + # Adds particles to firebats similar to legacy versions + B:"Firebat Particles"=true + + # Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders + B:"Spiderlike Eldritch Crabs"=true + + # Increases particle size of wisps similar to legacy versions + B:"Wisp Particles"=true + } + + "thaumcraft: foci" { + + "focus effects" { + # Overhauls the break focus effect cast sound + B:"[01] Break: Cast Sound Revamp"=true + + # Adds an impact sound to the break focus effect + B:"[02] Break: Impact Sound"=true + + # Overhauls the earth focus effect cast sound + B:"[03] Earth: Cast Sound Revamp"=true + + # Adds an impact sound to the earth focus effect + B:"[04] Earth: Impact Sound"=true + + # Adds an impact sound to the fire focus effect + B:"[05] Fire: Impact Sound"=true + + # Adds an impact sound to the flux focus effect + B:"[06] Flux: Impact Sound"=true + + # Overhauls the frost focus effect cast sound to make it a lot less plangent + B:"[07] Frost: Cast Sound Revamp"=true + + # Adds an impact sound to the frost focus effect + B:"[08] Frost: Impact Sound"=true + + # Overhauls the heal focus effect cast sound + B:"[09] Heal: Cast Sound Revamp"=true + + # Adds an impact sound to the heal focus effect + B:"[10] Heal: Impact Sound"=true + + # Overhauls the rift focus effect cast sound + B:"[11] Rift: Cast Sound Revamp"=true + + # Adds an impact sound to the rift focus effect + B:"[12] Rift: Impact Sound"=true + } + + "focus mediums" { + # Plays an additional cast sound when using any bolt focus medium to add an extra layer of pow + B:"[1] Bolt: Cast Sound"=true + + # Plays an additional cast sound when using any cloud focus medium + B:"[2] Cloud: Cast Sound"=true + + # Adds additional cast, despawn, and setup sounds when using any mine focus medium + B:"[3] Mine: Sound Overhaul"=true + + # Plays an additional cast sound when summoning any type of spellbat + B:"[4] Spellbat: Cast Sound"=true + } + + } + + "thaumic wonders" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "the farlanders" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + + "thermal expansion" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Adds Monoculture Cycle integration to desired phytogenic insolator recipes added by ModTweaker + # Register the recipe with Insolator.addRecipeMonoculture() instead of Insolator.addRecipe() in .zs files + # (and Insolator.addRecipeMonocultureSaplingInfuser() instead of Insolator.addRecipeSaplingInfuser()) + # Note: Make sure the 'fertilizer' is specified as the secondaryInput arg in the function + B:"Insolator Custom Monoculture"=true + } + + "tinkers' construct" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + + # Excludes gaseous fluids from being transferable via faucets + B:"Gaseous Fluids"=false + + # Hides tool/bow materials in the 'Materials and You' book + # Syntax: material + # Enabling debug logging prints all materials on game launch + S:"Material Blacklist" < + > + + # Determines the maximum number of possible items to display before not rendering any to prevent substantial lag + # 0 to disable rendering items in the smeltery entirely + # -1 for the default, which is always rendering items + I:"Maximum Items to Render in Smeltery"=-1 + + # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand + B:"Offhand Shuriken"=true + + # Caches all ore dictionary smelting recipes to speed up game loading + B:"Ore Dictionary Cache"=true + + # Despawns unbreakable projectiles faster to improve framerates + B:"Projectile Despawning"=true + + # Enables usage of tweaks in below category to customize Tinkers' tools stats + B:"Tool Customization"=true + + "tool customization" { + # Sets the rate at which a tool's attack damage incrementally decays depending on its damage cutoff + # Default value: 0.9 + # Range: 0.0 - 1.0 + # Note: A rate of 1.0 means there is no damage decay + # Note: The damage curve will cap the maximum value to (tool's damage cutoff)/(1 - decay rate) + S:"Attack Damage Decay Rate"=0.9 + + # Sets the attack damage cutoff at which diminishing returns start for the cleaver + # Default value: 25.0 + D:"Cleaver Attack Damage Cutoff"=25.0 + + # Sets the attack damage cutoff at which diminishing returns start for any Tinkers' tool not listed here + # Default value: 15.0 + D:"General Attack Damage Cutoff"=15.0 + + # Sets the attack damage cutoff at which diminishing returns start for the longsword + # Default value: 18.0 + D:"Longsword Attack Damage Cutoff"=18.0 + + # Sets the attack damage cutoff at which diminishing returns start for the PlusTiC katana + # Default value: 22.0 + D:"PlusTiC: Katana Attack Damage Cutoff"=22.0 + + # Sets the attack damage cutoff at which diminishing returns start for the rapier + # Default value: 13.0 + D:"Rapier Attack Damage Cutoff"=13.0 + } + + } + + "tiny progressions" { + # Fixes various duplication exploits + B:"Duplication Fixes"=true + } + +} + + diff --git a/config/UniversalTweaks.cfg b/config/Universal Tweaks - Tweaks.cfg similarity index 57% rename from config/UniversalTweaks.cfg rename to config/Universal Tweaks - Tweaks.cfg index 7534f77..1b52150 100644 --- a/config/UniversalTweaks.cfg +++ b/config/Universal Tweaks - Tweaks.cfg @@ -2,410 +2,7 @@ general { - "bugfixes: blocks" { - # Fixes inconsistent delays of comparators to prevent redstone timing issues - B:"Comparator Timing"=true - - # Slims down the hopper bounding box for easier access of nearby blocks - B:"Hopper Bounding Box"=true - - # Prevents crashes when the destination tile entity becomes unavailable during the item insert process - # Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium - B:"Hopper Insert Safety Check"=true - - # Prevents voiding held items when right + left clicking on an item frame simultaneously - B:"Item Frame Void"=true - - # Disables climbing movement when flying - B:"Ladder Flying Slowdown"=true - - # Avoids the need for multiple mining attempts by sending additional movement packets - B:"Mining Glitch"=true - - # Properly saves the last state of pistons to tags - B:"Piston Progress"=true - - "block overlay" { - # Fixes x-ray when standing in non-suffocating blocks - B:"[1] Block Overlay Toggle"=true - - # Excludes blocks from the block overlay bugfix - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the block overlay bugfix - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "bugfixes: entities" { - # Improves the attack radius of hostile mobs by checking the line of sight with raytracing - B:"Attack Radius"=true - - # Prevents fire projectiles burning entities when blocking with shields - B:"Block Fire"=true - - # Fixes entities glitching through the bottom of boats - B:"Boat Riding Offset"=true - - # Replaces linked entity AI task sets with concurrent sets to avoid mod exception concerning entity AI - # Only enable this if you're facing concurrent modification exceptions with entity AI tasks, for example Thaumcraft's Pechs - B:"Concurrent Entity AI Tasks"=false - - # Fixes corrupted entities exceeding the allowed death time - B:"Death Time"=true - - # Fixes lag caused by dead entities by sending additional packets when the player is not alive - B:"Destroy Entity Packets"=true - - # Fixes missing player states when changing dimensions by sending additional packets - B:"Dimension Change Player States"=true - - # Fixes item dupes when players are dropping items and disconnecting - B:"Disconnect Dupe"=true - - # Fixes consuming an item having a chance of also consuming a second item without any animation - B:"Double Consumption"=true - - # Relocate elytra deployment and landing to client side to prevent issues with high latencies - B:"Elytra Deployment & Landing"=true - - # Saves entity bounding boxes to tags to prevent breakouts and suffocation - B:"Entity Bounding Box"=true - - # Fixes entity motion desyncs most notable with arrows and thrown items - B:"Entity Desync"=true - - # Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0 - B:"Entity ID"=true - - # Prevents corruption of entities caused by invalid health or damage values - B:"Entity NaN Values"=true - - # Pushes entities out of blocks when growing up to prevent suffocation - B:"Entity Suffocation"=true - - # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions - B:"Entity Tracker"=true - - # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) - B:"Entity UUID"=true - - # Corrects maximum player health on joining by setting the last saved health value - B:"Max Player Health"=true - - # Fixes mounts and boats sometimes disappearing after dismounting - B:"Mount Desync"=true - - # Fixes saturation depleting in peaceful mode - B:"Player Saturation"=true - - # Fixes skeletons not looking at their targets when strafing - B:"Skeleton Aim"=true - - # Returns missing hoods to villager mantles - B:"Villager Mantle Hoods"=true - } - - "bugfixes: misc" { - # Improves the accuracy of smooth lighting by checking for suffocation and light opacity - B:"Accurate Smooth Lighting"=true - - # Fixes entity and particle rendering issues by enabling depth buffer writing - B:"Depth Mask"=true - - # Replaces the help command, sorts and reports broken commands - B:"Help Command"=true - - # Prevents various crashes with Turkish locale - B:"Locale Crash"=true - - "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items - B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible - D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible - D:"[3] Expansion Value"=0.008 - } - - } - - "bugfixes: world" { - # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption - B:"Chunk Saving"=true - - # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) - B:"Frustum Culling"=true - - # Changes the data table of tile entities to resolve issues - # HASHMAP: Vanilla default - # LINKED_HASHMAP: Keeps the loading order of tile entities to prevent issues during the first ticks of chunk loading - # CONCURRENT_HASHMAP: Allows simultaneous access to tile entities to prevent concurrent modification exceptions - # CONCURRENT_LINKED_HASHMAP: Combines LINKED_HASHMAP and CONCURRENT_HASHMAP - # Valid values: - # HASHMAP - # LINKED_HASHMAP - # CONCURRENT_HASHMAP - # CONCURRENT_LINKED_HASHMAP - S:"Tile Entity Map"=CONCURRENT_LINKED_HASHMAP - } - - debug { - # Disables config resets on mod updates - # Please note that you will face duplicate/invalid config settings - B:"Bypass Config Versioning"=false - - # For those who live life on the edge, may or may not include Jons - B:"Bypass Incompatibility Warnings"=false - - # Version number of the config file - # Do not touch! - S:"Config Version"=1.12.2-1.6.0 - - # Enables debug logging - B:"Debug Logging"=false - - # Enables a screen displaying incompatible mods on game load - B:"Obsolete Mods Screen"=true - - # Prints the time the game needed to launch to the log - B:"Show Loading Time"=true - } - - "mod integration" { - - abyssalcraft { - # Makes an optimization to reduce tick overhead of AbyssalCraft's item transport system - B:"Optimized Item Transport"=true - } - - "advent of ascension" { - # Fixes AoA player ticking in certain GUIs without player inventories (i.e. Flux Networks GUI) - B:"Inventory-less GUI Compatibility"=false - } - - "biomes o' plenty" { - # Fixes rapid inflection of regeneration effects in hot spring water - B:"Hot Spring Water"=true - } - - botania { - # Enables the Botania Garden of Glass skybox for custom dimensions - # Abides by Botania's 'enableFancySkybox' config option - # Example: 43 - I:"Fancy Skybox" < - > - } - - "chocolate quest repoured" { - # Restores the golden feather behavior from the original Better Dungeons mod - B:"Legacy Golden Feather"=true - } - - "elementary staffs" { - # Reintroduces the 1.5 electric staff behavior along with some subtle particles - B:"Electric Staff Port"=true - } - - "elenai dodge 2" { - # Fixes server-sided crashes when the Feathers Helper API is utilized - B:"Feathers Helper API Fix"=true - } - - "epic siege mod" { - # Disables leftover debug logging inside the digger AI of the beta builds - B:"Disable Digger AI Debug"=true - } - - forestry { - # Adds custom emerald to germling trades to the arborist villager - # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max - # level Level when this trade becomes available (how much trading needs to be done) - # emeralds_min Lower random limit for emeralds - # emeralds_max Upper random limit for emeralds - # germlings_min Lower random limit for germlings - # germlings_max Upper random limit for germlings - # type Type of germling, can be either pollen or sapling - # complexity_min Lower limit of allele complexity - # complexity_max Upper limit of allele complexity - # - # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: - # 5;10;40;1;1;sapling;6;10 - S:"Arborist Villager Trades" < - > - - # Disables damage caused by bees bypassing player armor - B:"Disable Bee Damage Armor Bypass"=true - - # Allows Forestry farms to pick up ExtraTrees fruit - B:"Extra Trees: Gather Windfall"=true - } - - "mo' creatures" { - # Adds support for modded biome spawns - # Syntax: modid;name;key;tag;filename - # modid Mod ID required for this to be added - # name Mod name - # key Used for class lookups, needs to be a unique part of the modded package, e.g. mod.acgaming.*universaltweaks*.mods - # tag Short tag for logs - # filename Filename to use for the generated config - S:"Custom Modded Biomes" < - pvj;vibrantjourneys;vibrantjourneys;PVJ;ProjectVibrantJourneys.cfg - traverse;traverse;traverse;TRAV;Traverse.cfg - dimdoors;dimdoors;dimdoors;DD;DimDoors.cfg - > - - # Disables the flickering burning effect of flame wraiths - B:"Disable Flame Wraith Burning"=true - } - - roost { - # Improves load time by registering CT chickens early for Roost to detect them - # Note: All CT chickens must be specified in "Custom Chickens" for this tweak to work! - # Note: In your .zs files, to use ContentTweaker's MaterialSystem Parts, you must: - # 1) Use '#loader finalize_contenttweaker', not '#loader contenttweaker' - # 2) Use the Material Part Bracket Handler to reference the item - B:"ContentTweaker: Early Register CT Chickens"=false - - # Adds custom chickens from mods (e.g. ContentTweaker) to Roost's stock texture check - # Syntax: name - # name Chicken name - S:"Custom Chickens" < - > - } - - "simple difficulty" { - # Fixes the interaction of iron canteens with rain collectors - B:"Iron Canteen Interaction Fix"=true - } - - "storage drawers" { - # Fixes voiding of items when nearing full capacity - # Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade - # Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with - B:"Item Handlers"=false - - # Approximate range in blocks at which drawers render contained items - # 0 for default unlimited range - I:"Render Range"=0 - } - - "tech reborn" { - # Optimizes the Rolling Machine to reduce tick time - B:"Optimized Rolling Machine"=true - } - - thaumcraft { - # Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs - B:"Flower Bounding Box"=true - - # Stops the thaumometer from bobbing rapidly when using it to scan objects - B:"Stable Thaumometer"=true - } - - "thaumcraft: entities" { - # Adds particles to firebats similar to legacy versions - B:"Firebat Particles"=true - - # Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders - B:"Spiderlike Eldritch Crabs"=true - - # Increases particle size of wisps similar to legacy versions - B:"Wisp Particles"=true - } - - "thaumcraft: foci" { - - "focus effects" { - # Overhauls the break focus effect cast sound - B:"[01] Break: Cast Sound Revamp"=true - - # Adds an impact sound to the break focus effect - B:"[02] Break: Impact Sound"=true - - # Overhauls the earth focus effect cast sound - B:"[03] Earth: Cast Sound Revamp"=true - - # Adds an impact sound to the earth focus effect - B:"[04] Earth: Impact Sound"=true - - # Adds an impact sound to the fire focus effect - B:"[05] Fire: Impact Sound"=true - - # Adds an impact sound to the flux focus effect - B:"[06] Flux: Impact Sound"=true - - # Overhauls the frost focus effect cast sound to make it a lot less plangent - B:"[07] Frost: Cast Sound Revamp"=true - - # Adds an impact sound to the frost focus effect - B:"[08] Frost: Impact Sound"=true - - # Overhauls the heal focus effect cast sound - B:"[09] Heal: Cast Sound Revamp"=true - - # Adds an impact sound to the heal focus effect - B:"[10] Heal: Impact Sound"=true - - # Overhauls the rift focus effect cast sound - B:"[11] Rift: Cast Sound Revamp"=true - - # Adds an impact sound to the rift focus effect - B:"[12] Rift: Impact Sound"=true - } - - "focus mediums" { - # Plays an additional cast sound when using any bolt focus medium to add an extra layer of pow - B:"[1] Bolt: Cast Sound"=true - - # Plays an additional cast sound when using any cloud focus medium - B:"[2] Cloud: Cast Sound"=true - - # Adds additional cast, despawn, and setup sounds when using any mine focus medium - B:"[3] Mine: Sound Overhaul"=true - - # Plays an additional cast sound when summoning any type of spellbat - B:"[4] Spellbat: Cast Sound"=true - } - - } - - "thermal expansion" { - # Adds Monoculture Cycle integration to desired phytogenic insolator recipes added by ModTweaker - # Register the recipe with Insolator.addRecipeMonoculture() instead of Insolator.addRecipe() in .zs files - # (and Insolator.addRecipeMonocultureSaplingInfuser() instead of Insolator.addRecipeSaplingInfuser()) - # Note: Make sure the 'fertilizer' is specified as the secondaryInput arg in the function - B:"Insolator Custom Monoculture"=true - } - - "tinkers' construct" { - # Excludes gaseous fluids from being transferable via faucets - B:"Gaseous Fluids"=false - - # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand - B:"Offhand Shuriken"=true - - # Caches all ore dictionary smelting recipes to speed up game loading - B:"Ore Dictionary Cache"=true - - # Despawns unbreakable projectiles faster to improve framerates - B:"Projectile Despawning"=true - } - - } - - "tweaks: blocks" { + blocks { # Replaces bed obstruction checks with an improved version B:"Bed Obstruction Replacement"=true @@ -418,6 +15,30 @@ general { # Determines how tall cacti can grow I:"Cactus Size"=3 + # Allows placing End Crystals without requiring Obsidian or Bedrock below + B:"End Crystal Placing"=false + + # Determines the numerator of the block drop formula on explosions + # Formula: chance ÷ explosionSize + D:"Explosion Block Drop Chance"=1.0 + + # Determines how long falling blocks remain in ticks until they are dropped under normal circumstances + I:"Falling Block Lifespan"=600 + + # Controls when and if farmland can be trampled into dirt + # Default: Farmland is trampled normally (vanilla default) + # Never: Farmland can never be trampled + # Only Player: Prevents farmland from being trampled by a non-EntityPlayer + # Not Player: Prevents farmland from being trampled by an EntityPlayer + # Feather Falling: Prevents farmland from being trampled if the entity has the Feather Falling enchantment on equipped boots + # Valid values: + # DEFAULT + # NEVER + # ONLY_PLAYER + # NOT_PLAYER + # FEATHER_FALLING + S:"Farmland Trample"=DEFAULT + # Makes leaves decay faster when trees are chopped B:"Fast Leaf Decay"=true @@ -430,6 +51,9 @@ general { # Determines how tall sugar cane can grow I:"Sugar Cane Size"=3 + # Allows placing Pumpkins and Jack'O'Lanterns without a supporting block + B:"Unsupported Pumpkin Placing"=false + # Determines how long vines can grow # 0 = Infinite (vanilla default) I:"Vine Size"=0 @@ -503,15 +127,74 @@ general { I:"[4] Maximum Altitude"=63 } + "overhaul beacon" { + # Overhaul beacon construction and range + B:"[1] Overhaul Beacon Toggle"=false + + # Modifier: Use per block modifier for range calculation, replacing vanilla implementation + # Enforced: Enforce usage of only 1 beacon base type per level + # Valid values: + # MODIFIER + # ENFORCED + # ENFORCED_MODIFIER + S:"[2] Mode"=ENFORCED + + # Global range for block, change it by modify beacon range config + D:"[3] Global Modifier"=1.0 + + # Scaling beacon range per level (1 -> 4) + # Don't try add more value to this scale as this only use first 4 values + D:"[4] Level Scaling" < + 1.0 + 0.8 + 0.6 + 0.4 + > + + ########################################################################################################## + # [5] per block modifier + #--------------------------------------------------------------------------------------------------------# + # Block modifier for range calculate, only apply for beacon base block + # Add new one required restart, modify doesn't required so + ########################################################################################################## + + "[5] per block modifier" { + D:"modid:example"=1.0 + } + + } + + "sapling behavior" { + # Allows customization of sapling behavior while utilizing an optimized method + B:"[1] Sapling Behavior Toggle"=true + + # Inclusive minimum light level at which saplings grow into trees + I:"[2] Minimum Light Level"=9 + + # Chance per update tick at which saplings grow into trees + # Note: General growth rate is still affected by the random tick speed + # Min: 0.0 + # Max: 1.0 + D:"[3] Growth Chance"=0.125 + } + } - "tweaks: entities" { + entities { # Removes entity AI for improved server performance B:"AI Removal"=false # Replaces entity AI for improved server performance B:"AI Replacement"=true + # Scales dropped experience from entities based on their health + # Formula: max_health * factor + # 0 for vanilla default + D:"Adaptive XP Drops"=0.0 + + # Enables arms for armor stands by default + B:"Armed Armor Stands"=false + # Replaces auto jump with an increased step height (singleplayer only) B:"Auto Jump Replacement"=true @@ -521,21 +204,32 @@ general { # Sets the acceleration value for controlling boats D:"Boat Speed"=0.04 + # Lets baby zombies burn in daylight as in Minecraft 1.13+ + B:"Burning Baby Zombies"=true + # Sets the chance for creepers to spawn charged # Min: 0.0 # Max: 1.0 D:"Creeper Charged Spawning Chance"=0.0 - # Sets the chance to replace deadly creeper explosions with delightful confetti - # Min: 0.0 - # Max: 1.0 - D:"Creeper Confetti Spawning Chance"=0.0 + # Sets the additional damage that critical arrows deal + # -1 for vanilla random default + I:"Critical Arrow Damage"=-1 # Disables creepers dropping music discs when slain by skeletons B:"Disable Creeper Music Discs"=false - # Disables skipping night by using a bed while making it still able to set spawn - B:"Disable Sleeping"=false + # Disables leveling of villager careers, only allowing base level trades + B:"Disable Villager Trade Leveling"=false + + # Disables restocking of villager trades, only allowing one trade per offer + B:"Disable Villager Trade Restock"=false + + # Disables withers targeting animals + B:"Disable Wither Targeting AI"=true + + # Sets the offset for the fire overlay in first person when the player is burning + D:"First Person Burning Overlay"=-0.3 # Lets husks and strays spawn underground like regular zombies and skeletons B:"Husk & Stray Spawning"=true @@ -543,6 +237,12 @@ general { # Mobs carrying picked up items will drop their equipment and despawn properly B:"Mob Despawn Improvement"=true + # Backports 1.16+ knockback to 1.12: Knockback resistance is now a scale instead of a probability + B:"Modern Knockback"=true + + # Prevents zombie pigmen spawning from nether portals + B:"No Portal Spawning"=true + # Stops horses wandering around when saddled B:"No Saddled Wandering"=true @@ -554,7 +254,21 @@ general { # Sets the chance for rabbits to spawn as the Toast variant # Min: 0.0 # Max: 1.0 - D:"Rabbit Toast Spawning Chance"=0.0 + D:"Rabbit Toast Spawning Chance"=0.04 + + # Sets the exhaustion value per cm when riding mounts + # Min: 0.0 + # Max: 1.0 + D:"Riding Exhaustion"=0.0 + + # Summoned vexes will also die when their summoner is killed + B:"Soulbound Vexes"=true + + # Allows creating Iron Golems with non-air blocks in the bottom corners of the structure + B:"Weaken Golem Structure Requirements"=false + + # Allows creating Withers with non-air blocks in the bottom corners of the structure + B:"Weaken Wither Structure Requirements"=false attributes { # Sets custom ranges for entity attributes @@ -598,12 +312,26 @@ general { B:"[5] Spreading Fire"=true } - "easy breeding" { - # Enables easy breeding of animals by tossing food on the ground - B:"[1] Easy Breeding Toggle"=false + "chicken shedding" { + # Enables chickens to have a chance to shed a feather + B:"[1] Chicken Shedding"=true - # Determines the distance for animals to search for food - D:"[2] Search Distance"=10.0 + # How frequently feathers shed from chickens (lower means more) + I:"[2] Shed Frequency"=28000 + + # Allows baby chickens to also shed feathers + B:"[3] Baby Chickens Shed Feathers"=false + } + + "cobweb slowness" { + # Modifies the applied slowness factor when entities are moving in cobwebs + B:"[1] Cobweb Slowness Toggle"=false + + # The slowness factor that gets multiplied with the horizontal entity speed + D:"[2] Horizontal Slowness Factor"=0.25 + + # The slowness factor that gets multiplied with the vertical entity speed + D:"[3] Vertical Slowness Factor"=0.05000000074505806 } "collision damage" { @@ -615,6 +343,42 @@ general { I:"[2] Damage Factor"=10 } + "creeper confetti" { + # Sets the chance to replace deadly creeper explosions with delightful confetti + # Min: 0.0 + # Max: 1.0 + D:"[1] Creeper Confetti Chance"=0.0 + + # Sets the damage dealt by confetti explosions + D:"[2] Creeper Confetti Damage"=0.0 + } + + "damage velocity" { + # Enables the modification of damage sources that change the entity's velocity + B:"[1] Damage Velocity Toggle"=false + + # Syntax: damagetype + S:"[2] Damage Velocity List" < + inFire + onFire + > + + # Blacklist Mode: Damage sources that don't change velocity, others do + # Whitelist Mode: Damage sources that change velocity, others don't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[3] List Mode"=BLACKLIST + } + + "easy breeding" { + # Enables easy breeding of animals by tossing food on the ground + B:"[1] Easy Breeding Toggle"=false + + # Determines the distance for animals to search for food + D:"[2] Search Distance"=10.0 + } + "no golems" { # Disables the manual creation of iron golems B:"[1] Iron Golem Toggle"=false @@ -664,6 +428,17 @@ general { B:"[4] Indication Sound"=false } + sleeping { + # Disables skipping night by using a bed while making it still able to set spawn + B:"Disable Sleeping"=false + + # Determines at which time of day sleeping is allowed in ticks (0 - 23999) + # -1 for vanilla default + # Min: -1 + # Max: 23999 + I:"Sleeping Time"=-1 + } + "spawn caps" { # Sets maximum spawning limits for different entity types B:"[1] Spawn Caps Toggle"=false @@ -672,10 +447,10 @@ general { I:"[2] Monster Cap"=70 # Maximum amount of creatures (EntityAnimal) - I:"[3] Creature Cap"=10 + I:"[3] Creature Cap"=40 # Maximum amount of ambients (EntityAmbientCreature) - I:"[4] Ambient Cap"=15 + I:"[4] Ambient Cap"=30 # Maximum amount of water creatures (EntityWaterMob) I:"[5] Water Creature Cap"=5 @@ -683,7 +458,7 @@ general { "undead horses" { # Lets untamed undead horses burn in daylight - B:"Burning Undead Horses"=false + B:"Burning Undead Horses"=true # Allows taming of undead horses B:"Taming Undead Horses"=true @@ -697,15 +472,78 @@ general { D:"[2] Damage Reduction"=2.0 } + "void teleport" { + # Enables Void Teleport, where falling out below a dimension will teleport you to the top of the dimension + B:"[01] Void Teleport Toggle"=false + + # Prevents taking a tick of void damage before being teleported + # If this is false, entities will take 4 damage every time Void Teleport activates, preventing infinite looping + B:"[02] Prevent Void Damage"=true + + # Y-level to teleport the entity + # If the target Y-level is lower than the highest block in that coordinate, will teleport the entity to the highest location instead + I:"[03] Target Y-Level"=300 + + # Applies the blindness effect for 3 seconds when teleporting + B:"[04] Apply Blindness on Teleport"=true + + # Prevents Y motion from being less than this + D:"[05] Clamp Falling Speed"=-1.0 + + # Height to override the fallDistance variable with when landing after having teleported + # When set to less than 0, [07] Fall Damage Taken applies instead + D:"[06] Fall Distance Height"=-1.0 + + # Amount of fall damage taken when landing on a block + # Negative numbers deal damage relative to the entity's max health + # Only applies if [06] Fall Distance Height is less than 0 + D:"[07] Fall Damage Taken"=-1.0 + + # Sets if [07] Fall Damage Taken can kill entities + # Does not apply to fall damage taken due to [06] Fall Distance Height + B:"[08] Allow Fall Damage Taken to Kill"=true + + # Maximum number of times to teleport the entity without the entity landing before no longer teleporting. Used to prevent infinite loops + I:"[09] Maximum Times to Teleport Consecutively"=100 + + # Controls if players are teleported by Void Teleport + B:"[10] Apply Void Teleport to Players"=true + + # List of the resource location names for entities concerning Void Teleport + # Behavior depends on the list mode + S:"[11] Entity List" < + > + + # Blacklist Mode: Entities that won't be impacted by Void Teleport, others will + # Whitelist Mode: Entities that will be impacted by Void Teleport, others won't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[12] Entity List Mode"=WHITELIST + + # List of dimensions concerning Void Teleport + # Behavior depends on the list mode + # Can be dimension name or ID + S:"[13] Dimension List" < + > + + # Blacklist Mode: Dimensions that don't have Void Teleport enabled, others do + # Whitelist Mode: Dimensions that have Void Teleport enabled, others don't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[14] Dimension List Mode"=BLACKLIST + } + } - "tweaks: items" { + items { + # Allows the consumption of food at any time, regardless of the hunger bar + B:"Always Eat"=false + # Switches the selected hotbar slot to a proper tool if required B:"Auto Switch Tools"=false - # Bows enchanted with Infinity no longer require arrows - B:"Bow Infinity"=true - # Sets custom rarities for items, affecting tooltip colors # Syntax: modid:item:meta;rarity # 'meta' is optional and defaults to 0 @@ -758,9 +596,6 @@ general { # Prevents placing of liquid source blocks in the world B:"Hardcore Buckets"=false - # Disables the 1.9 combat update attack cooldown - B:"No Attack Cooldown"=false - # Disables crafting recipes for repairing tools B:"No Crafting Repair"=false @@ -774,6 +609,37 @@ general { # -1 for vanilla default I:"XP Bottle Amount"=-1 + "attack cooldown" { + # Disables the 1.9 combat update attack cooldown + B:"[1] No Attack Cooldown Toggle"=false + + # Only removes the attack cooldown of swords to balance other weapons like axes + B:"[2] Only Affect Swords"=false + + # Hides attack speed tooltips of weapons + B:"[3] Hide Attack Speed Tooltip"=true + } + + mending { + # Bows enchanted with Infinity no longer require arrows + B:"[1] Arrowless Infinity"=true + + # Implements modern mending behavior to only repair damaged equipment with XP + B:"[1] Mending Toggle"=true + + # Allows the Infinity Enchantment to be combined with Mending + B:"[2] Infinity Conflict"=false + + # Determines the amount of durability mending will repair, on average, per point of experience + D:"[2] Ratio"=2.0 + + # Allows the Infinity Enchantment to apply to all arrows (e.g. Tipped Arrows) + B:"[3] Infinity Affects All Arrows"=false + + # Repairs damaged items from the entire inventory with XP + B:"[3] Overpowered"=false + } + "item entities" { # Enables the modification of item entity properties B:"[01] Item Entities Toggle"=true @@ -822,24 +688,16 @@ general { B:"[13] Bobbing"=true # Makes item entities flash when they're about to despawn - B:"[14] Clear Despawn"=true + B:"[14] Clear Despawn"=false # Determines the time in seconds item entities have left before despawn to start flashing I:"[15] Clear Despawn: Flashing Time"=20 # Makes item entities flash faster as they get closer to despawning B:"[16] Clear Despawn: Urgent Flashing"=true - } - mending { - # Implements modern mending behavior to only repair damaged equipment with XP - B:"[1] Mending Toggle"=true - - # Determines the amount of durability mending will repair, on average, per point of experience - D:"[2] Ratio"=2.0 - - # Repairs damaged items from the entire inventory with XP - B:"[3] Overpowered"=false + # Slows how often item entities update their position to improve performance + B:"[17] Slowed Movement"=false } "shield parry" { @@ -891,7 +749,13 @@ general { } - "tweaks: misc" { + misc { + # Always displays the actual potion duration instead of `**:**` + B:"Accurate Potion Duration"=true + + # Displays the ping in milliseconds of players when viewing the server list + B:"Better Ping Display"=true + # Enables clicking of `/seed` world seed in chat to copy to clipboard B:"Copy World Seed"=true @@ -906,21 +770,37 @@ general { # HARD S:"Default Difficulty"=NORMAL + # Prevents the advancement system from loading entirely + B:"Disable Advancements"=false + # Disables the narrator functionality entirely - B:"Disable Narrator"=true + B:"Disable Narrator"=false + + # Disables all text shadowing, where text has a darker version of itself rendered behind the normal text, changing the appearance and can improve fps on some screens + B:"Disable Text Shadows"=false # Re-implements parallax rendering of the end portal from 1.10 and older B:"End Portal Parallax"=true + # Disables potion effect particles emitting from yourself + B:"Hide Personal Effect Particles"=false + + # Provides more information to addPacket removed entity warnings + B:"Improved Entity Tracker Warning"=true + # Lets background music play continuously without delays B:"Infinite Music"=false + # Enhance the vanilla 'Open to LAN' GUI for listening port customization, removal of enforced authentication and more + B:"LAN Server Properties"=true + # Sets the amount of XP needed for each level, effectively removing the increasing level scaling # 0 for vanilla default I:"Linear XP Amount"=0 - # Disables the flashing of skybox and ground brightness on lightningflash strikes - B:"No Lightning Flash"=false + # Sets the amount of applicable pattern layers for banners + # 6 for vanilla default + I:"More Banner Layers"=6 # Disables the flashing effect when the night vision potion effect is about to run out B:"No Night Vision Flash"=true @@ -934,7 +814,18 @@ general { # Prevents placing offhand blocks when blocks or food are held in the mainhand B:"Offhand Improvement"=true + # Sets the Y value of the overlay message (action bar), displayed for playing records etc. + # -4 for vanilla default + I:"Overlay Message Height"=-4 + + # Always indent keybind entries from the screen edge, preventing them from overflowing off the left side when particularly long keybind names are present + B:"Prevent Keybinds from Overflowing Screen"=true + + # Removes the 3D Anaglyph button from the video settings menu + B:"Remove 3D Anaglyph Button"=false + # Removes the redundant Minecraft Realms button from the main menu + # Incompatible with RandomPatches B:"Remove Realms Button"=true # Removes the recipe book button from GUIs @@ -943,12 +834,66 @@ general { # Forcefully turns off the snooper and hides the snooper settings button from the options menu B:"Remove Snooper"=true + # Sets the Y value of the selected item tooltip, displayed when held items are changed + # 59 for vanilla default + I:"Selected Item Tooltip Height"=59 + # Skips the credits screen after the player goes through the end podium portal B:"Skip Credits"=false + # Automatically confirms the 'Missing Registry Entries' screen on world load + # Identical to the launch parameter `-Dfml.queryResult=confirm` + B:"Skip Missing Registry Entries Screen"=false + # Adds a button to the pause menu to toggle cheats B:"Toggle Cheats Button"=true + # Sets the maximum experience level players can reach + # 0 to effectively disable gaining of experience + # -1 for vanilla default + I:"XP Level Cap"=-1 + + "armor curve" { + # Adjusts the armor scaling and degradation formulae for mobs and players + B:"[1] Armor Curve Toggle"=false + + # Configure how much armor does against damage + # Valid values are 'armor', 'damage', and 'toughness' + # Set to 1 to not modify damage at this step + S:"[2] Armor Damage Reduction Formula"=damage-(damage>(40/(toughness+1)))*((40/(toughness+1)))/2 + + # Configure sudden death protection for armor toughness + # Valid values are 'armor', 'damage', and 'toughness' + # Set to 1 to not modify damage at this step + S:"[3] Armor Toughness Damage Reduction Formula"=damage*MAX(10/(10+armor),0.2) + + # Configure the efficiency of protection enchantments + # Valid values are 'enchant' and 'damage' + # Set to 1 to not modify damage at this step + S:"[4] Enchantment Damage Reduction Formula"=damage*10/(10+enchant) + + # Configure how armor degrades + # Valid values are 'remaining' and 'max' + # Set to 1 to disable + S:"[5] Armor Degradation Formula"=remaining/MAX(max,1) + + # Enables debug logging for easier config validation + B:"[6] Debug Logging"=false + } + + chat { + # Sets the maximum number of chat lines to display + # 100 is the vanilla default + # 0 or less functionally disables the chat + I:"[1] Chat Lines"=100 + + # Don't clear sent message history on leaving the world + B:"[2] Keep Sent Messages"=false + + # Removes duplicate messages and instead put a number behind the message how often it was repeated + B:"[3] Compact Messages"=false + } + "incurable potions" { # Determines if potion effects are curable with curative items like buckets of milk B:"[1] Incurable Potions Toggle"=true @@ -965,6 +910,23 @@ general { S:"[3] List Mode"=BLACKLIST } + lightning { + # Sets the damage lightning bolts deal to entities + D:"Lightning Damage"=5.0 + + # Sets the duration in ticks lightning bolts set entities on fire + I:"Lightning Fire Ticks"=8 + + # Disables the creation of fire around lightning strikes + B:"No Lightning Fire"=false + + # Disables the flashing of skybox and ground brightness on lightning bolt strikes + B:"No Lightning Flash"=false + + # Prevents lightning bolts from destroying items + B:"No Lightning Item Destruction"=false + } + "load sounds" { # Play load sound on... # Valid values: @@ -977,13 +939,13 @@ general { # Sounds to play when Minecraft is loaded # Syntax: eventname;pitch S:"[2] Minecraft Loaded Sounds" < - entity.experience_orb.pickup;1.0 + entity.player.levelup;1.0 > # Sounds to play when the world is loaded # Syntax: eventname;pitch S:"[3] World Loaded Sounds" < - entity.player.levelup;1.0 + entity.experience_orb.pickup;1.0 > } @@ -1095,11 +1057,30 @@ general { # Determines if tutorial toasts are blocked. Blocks useless things like use WASD to move. B:"[5] Disable Tutorial Toasts"=true + + # List of class names of Toasts to prevent displaying + # Behavior depends on the list mode + # Syntax: full class name + S:"[6] Toast Control List" < + > + + # Blacklist Mode: Toast classes which can't be added to the queue, others can + # Whitelist Mode: Toast classes which can be added to the queue, others can't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[7] List Mode"=BLACKLIST + + # Enables debug logging to log class names of displayed toasts to the log + B:"[8] Debug Logging"=false + + # Enables a keybind (default: CTRL+0) to clear all active toasts + B:"[9] Clear Toast Keybind"=true } } - "tweaks: performance" { + performance { # Determines the interval in ticks between world auto saves I:"Auto Save Interval"=900 @@ -1115,6 +1096,9 @@ general { # Improves rendering performance by removing the resource location text on missing models B:"Disable Fancy Missing Model"=true + # Improves rendering performance by disabling rendering the entity inside mob spawners + B:"Disable Mob Spawner Entity"=false + # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry B:"Fast Dye Blending"=true @@ -1122,24 +1106,73 @@ general { B:"Fast Prefix Checking"=true # Skips initial world chunk loading & garbage collection to speed up world loading + # May have side effects such as slower chunk generation B:"Fast World Loading"=false # Fixes slow background startup edge case caused by checking tooltips during the loading process B:"Faster Background Startup"=true + # Silences advancement errors + B:"Mute Advancement Errors"=false + + # Silences ore dictionary errors + B:"Mute Ore Dictionary Errors"=false + + # Silences texture map errors + B:"Mute Texture Map Errors"=false + + # Disables mob pathfinding from loading new/unloaded chunks when building chunk caches + B:"No Pathfinding Chunk Loading"=true + # Disables lighting of active redstone, repeaters, and comparators to improve performance B:"No Redstone Lighting"=false # Removes the hardcoded 30 FPS limit in screens like the main menu B:"Uncap FPS"=true + + "entity radius check" { + # Toggles all tweaks in this category + # IMPORTANT: These tweaks are only effective if you have mod(s) that increase World.MAX_ENTITY_RADIUS! + # (Lycanites Mobs, Advanced Rocketry, Immersive Railroading, etc.) + B:"[1] Entity Radius Check Toggle"=true + + # Reduces the search size of various AABB functions for specified entity types + B:"[2] Reduce Search Size Toggle"=true + + # The entity types to reduce the search size for + # Syntax - modid:name + S:"[3] Reduce Search Size Targets" < + minecraft:item + minecraft:player + > + + # Reduces size of collision checks for most vanilla and specified entity types + B:"[4] Less Collisions Toggle"=true + + # The extra entity types to reduce the size of collision checks for + # Syntax - modid:name;radius + # Vanilla ids aren't allowed because they are already included + # Most types should be specified with the vanilla default radius: 2.0 + S:"[5] Less Collisions Extra Targets" < + > + } + } - "tweaks: world" { - # Replaces stronghold generation with a safer variant - B:"Stronghold Replacement"=true + world { + # Sets the default height of the overworld's sea level + # Vanilla default is 63 + I:"Sea Level"=63 + + # Enforces stronghold generation to generate all blocks, regardless of air + B:"Stronghold Enforcement"=true # Tidies newly generated chunks by removing scattered item entities - B:"Tidy Chunk"=true + B:"Tidy Chunk"=false + + # Sets the village generation distance in chunks + # Vanilla default is 32 + I:"Village Distance"=24 "chunk gen limit" { # Limits maximum chunk generation per tick for improved server performance @@ -1168,6 +1201,46 @@ general { > } + "void fog" { + # Determines the amount of iterations for checking void particle spawns per animate tick + I:"[10] Particle Spawn Iterations"=1000 + + # Re-implements pre-1.8 void fog and void particles + B:"[1] Void Fog Toggle"=false + + # List of dimensions concerning void fog and particles + # Behavior depends on the list mode + # Can be dimension name or ID + S:"[2] Dimension List" < + overworld + > + + # Blacklist Mode: Dimensions that don't have void fog and particles enabled, others do + # Whitelist Mode: Dimensions that have void fog and particles enabled, others don't + # Valid values: + # WHITELIST + # BLACKLIST + S:"[3] Dimension List Mode"=WHITELIST + + # Renders void fog in creative and spectator mode + B:"[4] Fog In Creative/Spectator"=false + + # Renders void fog in the superflat world type + B:"[5] Fog In Superflat"=false + + # Renders void fog when the player has night vision + B:"[6] Fog On Night Vision"=false + + # Renders void particles in creative and spectator mode + B:"[7] Particles In Creative/Spectator"=true + + # Renders void particles in the superflat world type + B:"[8] Particles In Superflat"=false + + # Determines the maximum Y level of the player at which void particles are spawned + I:"[9] Particle Spawn Y Level"=8 + } + } } diff --git a/config/actuallyadditions.cfg b/config/actuallyadditions.cfg index 58a03c6..7026cb8 100644 --- a/config/actuallyadditions.cfg +++ b/config/actuallyadditions.cfg @@ -188,8 +188,7 @@ other { B:"Water Bowl Spilling"=true # 11? - I:"What is 11"=11 - # Shush, don't tell anyone! :3 + I:"What is 11"=69 # The amount of ticks it takes for a worm to die. When at 0 ticks, it will not die. I:"Worm Death Time"=0 diff --git a/config/armoryexpansion/traits.txt b/config/armoryexpansion/traits.txt index 1963d87..6ef92e1 100644 --- a/config/armoryexpansion/traits.txt +++ b/config/armoryexpansion/traits.txt @@ -1,173 +1,264 @@ [ "explosive", "psicological", - "synergy", + "tconevo.aura_siphon", "chadthunder", + "tconevo.slimey_pink", "indomitable_armor", - "natureswrath", - "ecological_armor", - "fractured", + "tconevo.thundergod_favour_armor", + "tconevo.hearth_embrace_armor", "mirabile", + "tconevo.ultradense_armor", "prideful_armor", - "naturesblessing", "featherweight_armor", - "steady_armor", "brownmagic", "slashing", "uplifting", "skeletal_armor", + "tconevo.juggernaut", + "tconevo.eternal_density2", "terrafirma2", "tasty_armor", + "tconevo.eternal_density1", "terrafirma1", - "splitting", "twilit", - "ecological", + "tconevo.sundering", "prickly", "hellish", - "cheapskate", "superhot_armor", + "tconevo.rejuvenating", + "tconevo.chain_lightning", "thundering", - "slimey_pink", - "veiled", - "heavy", + "tconevo.stifling_armor", + "tconevo.photosynthetic", "cheap_armor", - "light", "autoforge_armor", - "heavy_metal", - "brittle", "tasty", - "magnetic1", "breakable", "rudeawakening", + "tconevo.astral_armor", "devilsstrength", - "magnetic2", + "tconevo.will_strength_armor", + "tconevo.relentless", "dense_armor", - "crude1", - "crude2", - "hovering", "dramatic_armor", "global", "slimey_blue", "hailhydra", + "tconevo.sentient", + "splinters", + "starfishy", + "slimey_blue_armor", + "tconevo.soul_rend3", + "stiff", + "tconevo.thundergod_wrath", + "anticorrosion", + "unnatural", + "fruitsalad", + "tconevo.soul_rend2", + "tconevo.soul_rend1", + "tconevo.omnipotence", + "tconevo.photosynthetic_armor", + "tconevo.warping", + "voltaic_armor", + "mana", + "infernal_armor", + "tconevo.luminiferous", + "depthdigger", + "tconevo.foot_fleet", + "thermalinversion", + "duritos_ranch_armor", + "tconevo.electric_armor", + "withering_armor", + "tconevo.fae_voice_armor", + "spiky", + "aridiculous", + "tconevo.sentient_armor", + "naturespower", + "tconevo.null_almighty_armor", + "aridiculous_armor", + "stopbeingselfish", + "darktraveler", + "magnetic2_armor", + "combustible_armor", + "moldable1", + "moldable2", + "dense", + "elemental", + "enderpickup", + "xu_xp_boost", + "flammable", + "tconevo.ruination", + "tconevo.mana_infused_armor", + "shocking", + "portly", + "tconevo.fertilizing", + "illuminati", + "tconevo.piezoelectric", + "slimey_green", + "musicofthespheres", + "thaumic", + "magnetic1_armor", + "enderference", + "poisonous", + "poisonous_armor", + "vengeful_armor", + "tconevo.mana_affinity2_armor", + "botanical2", + "botanical1", + "enderport-4", + "holy", + "lightweight_armor", + "ghastly", + "baconlicious", + "tconevo.mana_affinity1_armor", + "tconevo.willful", + "tconevo.radiant_armor", + "momentum", + "tconevo.crystalys", + "haorans_cult_armor", + "stalwart", + "calcic_armor", + "goodfridayagreement_armor", + "enderport-2", + "enderport-3", + "enderport-0", + "enderport-1", + "tconevo.cascading", + "synergy", + "tconevo.energized2_armor", + "natureswrath", + "ecological_armor", + "fractured", + "tconevo.gale_force1_armor", + "tconevo.stonebound_armor", + "naturesblessing", + "steady_armor", + "tconevo.reactive_armor", + "tconevo.bulwark_armor", + "splitting", + "ecological", + "tconevo.fae_voice", + "tconevo.opportunist", + "tconevo.evolved", + "cheapskate", + "tconevo.soul_guard_armor", + "slimey_pink", + "veiled", + "tconevo.impact_force", + "tconevo.bloodbound_armor", + "heavy", + "tconevo.phoenix_aspect_armor", + "light", + "heavy_metal", + "brittle", + "magnetic1", + "tconevo.warping_armor", + "magnetic2", + "crude1", + "crude2", + "hovering", "alien", + "tconevo.aura_infused_armor", + "tconevo.infinitum", + "tconevo.overwhelm", "moldable_armor1", "moldable_armor2", "aquadynamic", - "splinters", - "starfishy", "mundane2_armor", - "slimey_blue_armor", "spiny_armor", "jagged", + "tconevo.vampiric", "established", - "stiff", - "anticorrosion", - "unnatural", - "fruitsalad", + "tconevo.modifiable2", "writable2", + "tconevo.battle_furor", "unnamed", "writable1", - "nickoftime", + "tconevo.willful_armor", + "tconevo.energized1_armor", "naphtha", "cheap", "dunanstransport_armor", "coldblooded", "bouncy_armor", + "tconevo.second_wind_armor", "sharp", - "voltaic_armor", - "glowing", - "mana", - "infernal_armor", + "tconevo.astral", "apocalypse", + "tconevo.modifiable1", "spades", "petramor", - "thermalinversion", "mundane1_armor", - "duritos_ranch_armor", "squeaky", - "withering_armor", + "tconevo.slimey_pink_armor", "cheapskate_armor", "slimey_green_armor", + "tconevo.deadly_precision", + "tconevo.condensing1", "splintering", "sassy", "xu_withering", "aquaspeed_armor", + "tconevo.aura_affinity1_armor", "insatiable", - "spiky", - "aridiculous", "vindictive", - "naturespower", + "tconevo.chilling_touch_armor", + "tconevo.energized1", + "tconevo.energized2", "im_a_superstar", "morganlefay", "shielding_armor", - "aridiculous_armor", - "stopbeingselfish", - "invariant_armor", - "darktraveler", - "magnetic2_armor", - "combustible_armor", + "tconevo.aftershock3", + "tconevo.superdense_armor", + "tconevo.aftershock2", + "tconevo.aftershock1", + "tconevo.executor", "ambitious_armor", "petravidity_armor", - "moldable1", - "moldable2", - "dense", - "elemental", - "enderpickup", + "tconevo.gaia_wrath", + "tconevo.electric", + "tconevo.culling", "xu_whispering", "withering", "subterranean_armor", - "xu_xp_boost", - "flammable", "blindbandit", "stonebound", "endspeed", - "shocking", - "portly", + "tconevo.divine_grace_armor", "enderport_armor", "absorbent_armor", - "illuminati", "precipitate", - "slimey_green", + "tconevo.spectral_armor", "camdaibay_armor", - "musicofthespheres", - "thaumic", - "magnetic1_armor", - "enderference", - "poisonous", "uplifting_armor", + "tconevo.evolved_armor", "lightweight", + "tconevo.crystalline", "heavy_armor", "tom_and_jerry_armor", - "poisonous_armor", - "vengeful_armor", "hearts", "superheat", "magical_modifier", "invigorating_armor", "duritos", "autosmelt", - "botanical2", - "botanical1", - "enderport-4", - "holy", - "lightweight_armor", + "tconevo.staggering", + "tconevo.eternity_armor", + "tconevo.bloodbound", "blessed_armor", "alien_armor", - "ghastly", - "baconlicious", "bloodymary", "dprk", "baconlicious_armor", - "momentum", - "haorans_cult_armor", - "stalwart", + "tconevo.gale_force2_armor", + "tconevo.corrupting", + "tconevo.mana_infused", + "tconevo.mortal_wounds", + "tconevo.celestial_armor", "freezing", - "calcic_armor", "rough_armor", - "goodfridayagreement_armor", - "enderport-2", - "crumbling", - "enderport-3", - "enderport-0", - "enderport-1" + "tconevo.shadowstep_armor", + "tconevo.blasting", + "crumbling" ] \ No newline at end of file diff --git a/config/astralsorcery/amulet_enchantments.cfg b/config/astralsorcery/amulet_enchantments.cfg index 88bed2f..45a42cb 100644 --- a/config/astralsorcery/amulet_enchantments.cfg +++ b/config/astralsorcery/amulet_enchantments.cfg @@ -7,7 +7,7 @@ ########################################################################################################## data { - # [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [enderio:repellent:1], [enderio:witherarrow:5], [enderio:soulbound:1], [enderio:witherweapon:5], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.beheading:1], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.reach:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]] + # [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:autosmelt:2], [endercore:xpboost:5], [enderio:witherweapon:5], [enderio:witherarrow:5], [enderio:repellent:1], [enderio:soulbound:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.beheading:1], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.reach:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]] S:data < minecraft:protection:10 minecraft:fire_protection:5 diff --git a/config/betterp2p.cfg b/config/betterp2p.cfg new file mode 100644 index 0000000..e69de29 diff --git a/config/betterquesting.cfg b/config/betterquesting.cfg index c0a2674..a280353 100644 --- a/config/betterquesting.cfg +++ b/config/betterquesting.cfg @@ -43,7 +43,7 @@ general { B:"Use Quest Bookmark"=true # If view mode enabled, User can view all quests [default: false] - B:"View mode"=false + B:"View mode"=true # Zoom in on cursor. If false, zooms in on center of screen. [default: true] B:"Zoom In on Cursor"=true diff --git a/config/betterquesting/DefaultQuests.json b/config/betterquesting/DefaultQuests.json index 8fd45f4..a598f20 100644 --- a/config/betterquesting/DefaultQuests.json +++ b/config/betterquesting/DefaultQuests.json @@ -1,2355 +1,2393 @@ { + "build:8": "4.2.2", "format:8": "2.0.0", "questDatabase:9": { "0:10": { - "questID:3": 14, "preRequisites:11": [ 337 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lME Interfaces§r are the doorways to the ME system from machines and devices in the world. Items can be piped into it from hoppers or other means, and they will be assimilated into the ME storage cells if there is sufficient room.\n\n They can also be configured to buffer certain items, allowing hoppers, pipes, etc. to passively pull from the ME system. Place the items you wish to buffer in the top row of the §lInterface§r\u0027s GUI. You can adjust the quantity of the items by having the same number of items in-hand, so if you wanted a full stack of coal, you\u0027d place a full stack of coal in a slot in the top row. To clear the buffer\u0027s configuration, simply left click on the respective item in the top row.\n\nNote: The output buffer (items going out of the ME system) shares the same inventory space as the input buffer, so be sure to leave at least one slot clear if you want to use the same interface for both input and output.\n\n More features of the Interface will be covered in other quests where they are relevant.\n\nTip: ME Interfaces also have a multipart or \"flat panel\" version. You can toggle between the two types by simply tossing the Interface into a crafting grid by itself. However, this version will not power the device it is attached to, nor will it connect to devices other than what it is attached to.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:interface", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:interface" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "You will be Assimilated", - "desc:8": " §lME Interfaces§r are the doorways to the ME system from machines and devices in the world. Items can be piped into it from hoppers or other means, and they will be assimilated into the ME storage cells if there is sufficient room.\n\n They can also be configured to buffer certain items, allowing hoppers, pipes, etc. to passively pull from the ME system. Place the items you wish to buffer in the top row of the §lInterface§r\u0027s GUI. You can adjust the quantity of the items by having the same number of items in-hand, so if you wanted a full stack of coal, you\u0027d place a full stack of coal in a slot in the top row. To clear the buffer\u0027s configuration, simply left click on the respective item in the top row.\n\nNote: The output buffer (items going out of the ME system) shares the same inventory space as the input buffer, so be sure to leave at least one slot clear if you want to use the same interface for both input and output.\n\n More features of the Interface will be covered in other quests where they are relevant.\n\nTip: ME Interfaces also have a multipart or \"flat panel\" version. You can toggle between the two types by simply tossing the Interface into a crafting grid by itself. However, this version will not power the device it is attached to, nor will it connect to devices other than what it is attached to." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "appliedenergistics2:interface", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 14, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "appliedenergistics2:interface", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:interface" }, "1:10": { - "id:8": "appliedenergistics2:part", "Count:3": 4, "Damage:2": 440, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:interface" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "1:10": { - "questID:3": 16, "preRequisites:11": [ 17 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft all cakes and eat them.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:cherrycheesecakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherrycheesecakeitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Let Them Eat More Cake", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Let Them Eat More Cake", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft all cakes and eat them." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 16, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:diamond" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 50, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:item_food", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_food" }, "1:10": { - "id:8": "harvestcraft:carrotcakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:carrotcakeitem" }, "2:10": { - "id:8": "harvestcraft:holidaycakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:holidaycakeitem" }, "3:10": { - "id:8": "harvestcraft:pumpkincheesecakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pumpkincheesecakeitem" }, "4:10": { - "id:8": "harvestcraft:cheesecakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cheesecakeitem" }, "5:10": { - "id:8": "harvestcraft:cherrycheesecakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherrycheesecakeitem" }, "6:10": { - "id:8": "harvestcraft:pineappleupsidedowncakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pineappleupsidedowncakeitem" }, "7:10": { - "id:8": "harvestcraft:chocolatesprinklecakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:chocolatesprinklecakeitem" }, "8:10": { - "id:8": "harvestcraft:redvelvetcakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:redvelvetcakeitem" }, "9:10": { - "id:8": "harvestcraft:lemondrizzlecakeitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:lemondrizzlecakeitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:diamond", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" - } - } - } } }, "2:10": { - "questID:3": 17, "preRequisites:11": [ 30 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft a cake and eat it.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:cake", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cake" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Let Them Eat Cake", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Let Them Eat Cake", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft a cake and eat it." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 17, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:wheat" + }, + "1:10": { + "Count:3": 2, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:cake", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:milk_bucket" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:wheat", - "Count:3": 32, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:milk_bucket", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cake" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "3:10": { - "questID:3": 18, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft Pumpkin Pie, Steak \u0026 Baked Potato.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:pumpkin_pie", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:pumpkin_pie" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Vanilla Meal", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Vanilla Meal", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft Pumpkin Pie, Steak \u0026 Baked Potato." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 18, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "minecraft:pumpkin_pie", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cooked_porkchop" }, "1:10": { - "id:8": "minecraft:cooked_beef", - "Count:3": 1, + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:egg" + } + } + }, + "1:10": { + "choices:9": { + "0:10": { + "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cooked_beef" }, - "2:10": { - "id:8": "minecraft:baked_potato", - "Count:3": 1, + "1:10": { + "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:bread" } }, - "taskID:8": "bq_standard:retrieval" + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:cooked_porkchop", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:pumpkin_pie" }, "1:10": { - "id:8": "minecraft:egg", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - } - } - }, - "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "id:8": "minecraft:cooked_beef", - "Count:3": 4, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cooked_beef" }, - "1:10": { - "id:8": "minecraft:bread", - "Count:3": 16, + "2:10": { + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:baked_potato" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "4:10": { - "questID:3": 19, "preRequisites:11": [ 20 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "With the Sink placed in your kitchen multi-block, you\u0027ll be able to craft unlimited Fresh Water to use in recipes. This can also be done with milk, if you can somehow get a cow inside a jar.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "cookingforblockheads:sink", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:sink" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Unlimited Milk \u0026 Water!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Unlimited Milk \u0026 Water!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "With the Sink placed in your kitchen multi-block, you\u0027ll be able to craft unlimited Fresh Water to use in recipes. This can also be done with milk, if you can somehow get a cow inside a jar." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 19, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "cookingforblockheads:sink", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:toaster" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "cookingforblockheads:toaster", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:sink" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "5:10": { - "questID:3": 20, "preRequisites:11": [ 29 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "You store things in your multi-block kitchen by adding Fridges and Kitchen Counters to it. Try it out!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "cookingforblockheads:fridge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:fridge" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Fridge Space", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Fridge Space", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "You store things in your multi-block kitchen by adding Fridges and Kitchen Counters to it. Try it out!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 20, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "cookingforblockheads:oven" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "cookingforblockheads:fridge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:fridge" }, "1:10": { - "id:8": "cookingforblockheads:counter", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:counter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "cookingforblockheads:oven", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "6:10": { - "questID:3": 21, "preRequisites:11": [ 22 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft a cup of coffee.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "actuallyadditions:item_coffee", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_coffee" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Barrista", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Barrista", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft a cup of coffee." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 21, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "choices:9": { "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:sugar" + }, + "1:10": { + "Count:3": 4, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "actuallyadditions:item_coffee", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:milk_bucket" } }, - "taskID:8": "bq_standard:retrieval" + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:choice", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "choices:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:sugar", - "Count:3": 16, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:milk_bucket", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_coffee" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "7:10": { - "questID:3": 22, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft a Coffee Maker.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_coffee_machine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_coffee_machine" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Barrista Trainee", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Barrista Trainee", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft a Coffee Maker." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 22, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "actuallyadditions:item_coffee_beans" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_coffee_machine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_coffee_machine" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "actuallyadditions:item_coffee_beans", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "8:10": { - "questID:3": 23, "preRequisites:11": [ 24 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft one of every smoothie.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:blueberrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blueberrysmoothieitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Blend-it", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Blend-it", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft one of every smoothie." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 23, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 50, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + }, + "1:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:iron_ingot" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 50, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:melonsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:melonsmoothieitem" }, "1:10": { - "id:8": "harvestcraft:strawberrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:strawberrysmoothieitem" }, "2:10": { - "id:8": "harvestcraft:lemonsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:lemonsmoothieitem" }, "3:10": { - "id:8": "harvestcraft:blueberrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blueberrysmoothieitem" }, "4:10": { - "id:8": "harvestcraft:cherrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherrysmoothieitem" }, "5:10": { - "id:8": "harvestcraft:papayasmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:papayasmoothieitem" }, "6:10": { - "id:8": "harvestcraft:starfruitsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:starfruitsmoothieitem" }, "7:10": { - "id:8": "harvestcraft:bananasmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:bananasmoothieitem" }, "8:10": { - "id:8": "harvestcraft:orangesmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:orangesmoothieitem" }, "9:10": { - "id:8": "harvestcraft:peachsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:peachsmoothieitem" }, "10:10": { - "id:8": "harvestcraft:limesmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:limesmoothieitem" }, "11:10": { - "id:8": "harvestcraft:mangosmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:mangosmoothieitem" }, "12:10": { - "id:8": "harvestcraft:pomegranatesmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pomegranatesmoothieitem" }, "13:10": { - "id:8": "harvestcraft:blackberrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blackberrysmoothieitem" }, "14:10": { - "id:8": "harvestcraft:raspberrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:raspberrysmoothieitem" }, "15:10": { - "id:8": "harvestcraft:kiwismoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:kiwismoothieitem" }, "16:10": { - "id:8": "harvestcraft:apricotsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:apricotsmoothieitem" }, "17:10": { - "id:8": "harvestcraft:figsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:figsmoothieitem" }, "18:10": { - "id:8": "harvestcraft:grapefruitsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:grapefruitsmoothieitem" }, "19:10": { - "id:8": "harvestcraft:persimmonsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:persimmonsmoothieitem" }, "20:10": { - "id:8": "harvestcraft:gooseberrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:gooseberrysmoothieitem" }, "21:10": { - "id:8": "harvestcraft:applesmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:applesmoothieitem" }, "22:10": { - "id:8": "harvestcraft:coconutsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:coconutsmoothieitem" }, "23:10": { - "id:8": "harvestcraft:cranberrysmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cranberrysmoothieitem" }, "24:10": { - "id:8": "harvestcraft:grapesmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:grapesmoothieitem" }, "25:10": { - "id:8": "harvestcraft:pearsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pearsmoothieitem" }, "26:10": { - "id:8": "harvestcraft:plumsmoothieitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:plumsmoothieitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:iron_ingot", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" - } - } - } } }, "9:10": { - "questID:3": 24, "preRequisites:11": [ 34 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft one of every juice.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:carrotjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:carrotjuiceitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Press-it", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Press-it", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft one of every juice." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 24, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 50, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 50, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:applejuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:applejuiceitem" }, "1:10": { - "id:8": "harvestcraft:melonjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:melonjuiceitem" }, "2:10": { - "id:8": "harvestcraft:carrotjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:carrotjuiceitem" }, "3:10": { - "id:8": "harvestcraft:grapejuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:grapejuiceitem" }, "4:10": { - "id:8": "harvestcraft:blueberryjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blueberryjuiceitem" }, "5:10": { - "id:8": "harvestcraft:cherryjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherryjuiceitem" }, "6:10": { - "id:8": "harvestcraft:papayajuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:papayajuiceitem" }, "7:10": { - "id:8": "harvestcraft:starfruitjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:starfruitjuiceitem" }, "8:10": { - "id:8": "harvestcraft:orangejuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:orangejuiceitem" }, "9:10": { - "id:8": "harvestcraft:peachjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:peachjuiceitem" }, "10:10": { - "id:8": "harvestcraft:limejuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:limejuiceitem" }, "11:10": { - "id:8": "harvestcraft:mangojuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:mangojuiceitem" }, "12:10": { - "id:8": "harvestcraft:pomegranatejuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pomegranatejuiceitem" }, "13:10": { - "id:8": "harvestcraft:blackberryjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blackberryjuiceitem" }, "14:10": { - "id:8": "harvestcraft:raspberryjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:raspberryjuiceitem" }, "15:10": { - "id:8": "harvestcraft:kiwijuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:kiwijuiceitem" }, "16:10": { - "id:8": "harvestcraft:cranberryjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cranberryjuiceitem" }, "17:10": { - "id:8": "harvestcraft:cactusfruitjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cactusfruitjuiceitem" }, "18:10": { - "id:8": "harvestcraft:plumjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:plumjuiceitem" }, "19:10": { - "id:8": "harvestcraft:pearjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pearjuiceitem" }, "20:10": { - "id:8": "harvestcraft:apricotjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:apricotjuiceitem" }, "21:10": { - "id:8": "harvestcraft:figjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:figjuiceitem" }, "22:10": { - "id:8": "harvestcraft:grapefruitjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:grapefruitjuiceitem" }, "23:10": { - "id:8": "harvestcraft:persimmonjuiceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:persimmonjuiceitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" - } - } - } } }, "10:10": { - "questID:3": 25, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft Supreme Pizza.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:supremepizzaitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:supremepizzaitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Hungover", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Hungover", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft Supreme Pizza." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 25, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 127, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:vinegaritem" + }, + "1:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:hamburgeritem" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:supremepizzaitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:supremepizzaitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "harvestcraft:vinegaritem", - "Count:3": 127, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "harvestcraft:hamburgeritem", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "11:10": { - "questID:3": 26, "preRequisites:11": [ 18 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Roll some Sushi.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:sushiitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:sushiitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Smells Fishy", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Smells Fishy", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Roll some Sushi." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 26, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 10, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:fish" + }, + "1:10": { + "Count:3": 10, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "minecraft:fish" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:sushiitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:sushiitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "minecraft:fish", - "Count:3": 10, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:fish", - "Count:3": 10, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "12:10": { - "questID:3": 27, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft Popcorn \u0026 Cola Soda.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:popcornitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:popcornitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Movie Night", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Movie Night", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft Popcorn \u0026 Cola Soda." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 27, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "harvestcraft:popcornitem", - "Count:3": 1, + "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pearitem" }, "1:10": { - "id:8": "harvestcraft:colasodaitem", - "Count:3": 1, + "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sugar" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:pearitem", - "Count:3": 8, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:popcornitem" }, "1:10": { - "id:8": "minecraft:sugar", - "Count:3": 8, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:colasodaitem" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "13:10": { - "questID:3": 28, "preRequisites:11": [ 23 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft one of every jelly.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:limejellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:limejellyitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Squeeze-it", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Squeeze-it", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft one of every jelly." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 28, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 75, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 50, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:grapejellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:grapejellyitem" }, "1:10": { - "id:8": "harvestcraft:applejellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:applejellyitem" }, "2:10": { - "id:8": "harvestcraft:blackberryjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blackberryjellyitem" }, "3:10": { - "id:8": "harvestcraft:blueberryjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blueberryjellyitem" }, "4:10": { - "id:8": "harvestcraft:cherryjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherryjellyitem" }, "5:10": { - "id:8": "harvestcraft:cranberryjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cranberryjellyitem" }, "6:10": { - "id:8": "harvestcraft:kiwijellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:kiwijellyitem" }, "7:10": { - "id:8": "harvestcraft:lemonjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:lemonjellyitem" }, "8:10": { - "id:8": "harvestcraft:limejellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:limejellyitem" }, "9:10": { - "id:8": "harvestcraft:mangojellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:mangojellyitem" }, "10:10": { - "id:8": "harvestcraft:orangejellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:orangejellyitem" }, "11:10": { - "id:8": "harvestcraft:papayajellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:papayajellyitem" }, "12:10": { - "id:8": "harvestcraft:peachjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:peachjellyitem" }, "13:10": { - "id:8": "harvestcraft:pomegranatejellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pomegranatejellyitem" }, "14:10": { - "id:8": "harvestcraft:raspberryjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:raspberryjellyitem" }, "15:10": { - "id:8": "harvestcraft:starfruitjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:starfruitjellyitem" }, "16:10": { - "id:8": "harvestcraft:strawberryjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:strawberryjellyitem" }, "17:10": { - "id:8": "harvestcraft:watermelonjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:watermelonjellyitem" }, "18:10": { - "id:8": "harvestcraft:apricotjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:apricotjellyitem" }, "19:10": { - "id:8": "harvestcraft:figjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:figjellyitem" }, "20:10": { - "id:8": "harvestcraft:grapefruitjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:grapefruitjellyitem" }, "21:10": { - "id:8": "harvestcraft:persimmonjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:persimmonjellyitem" }, "22:10": { - "id:8": "harvestcraft:pearjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pearjellyitem" }, "23:10": { - "id:8": "harvestcraft:plumjellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:plumjellyitem" }, "24:10": { - "id:8": "harvestcraft:royaljellyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:royaljellyitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" - } - } - } } }, "14:10": { - "questID:3": 29, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Cooking for Blockheads is a mod designed to make food crafting a lot easier. To get started, craft a Cooking Table. Clicking the Cooking Table will open a crafting menu. This menu shows you which food items you can craft, with what you have in your inventory, and what\u0027s connected to the Cooking Table. You connect things to the table, by placing them next to it. All blocks from the mod has this feature, meaning you can make a multi-block kitchen. You\u0027ll quickly notice, that there\u0027s not much you can make without tools. Make some tools like the pot, and place them in a Tool Rack next to your multi-block kitchen.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "cookingforblockheads:cooking_table", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:cooking_table" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Cooking for Blockheads", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Cooking for Blockheads", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Cooking for Blockheads is a mod designed to make food crafting a lot easier. To get started, craft a Cooking Table. Clicking the Cooking Table will open a crafting menu. This menu shows you which food items you can craft, with what you have in your inventory, and what\u0027s connected to the Cooking Table. You connect things to the table, by placing them next to it. All blocks from the mod has this feature, meaning you can make a multi-block kitchen. You\u0027ll quickly notice, that there\u0027s not much you can make without tools. Make some tools like the pot, and place them in a Tool Rack next to your multi-block kitchen." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 29, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "cookingforblockheads:cooking_table", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:fridge" }, "1:10": { - "id:8": "cookingforblockheads:counter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:spice_rack" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "cookingforblockheads:tool_rack" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "cookingforblockheads:fridge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:cooking_table" }, "1:10": { - "id:8": "cookingforblockheads:spice_rack", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { - "id:8": "cookingforblockheads:tool_rack", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "cookingforblockheads:counter" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "15:10": { - "questID:3": 30, "preRequisites:11": [ 27 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft some snack food.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:marzipanitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:marzipanitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Midnight Snack", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Midnight Snack", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft some snack food." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 30, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 15, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:oliveitem" + }, + "1:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:reeds" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:caramelitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:caramelitem" }, "1:10": { - "id:8": "harvestcraft:taffyitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:taffyitem" }, "2:10": { - "id:8": "harvestcraft:chocolatebaritem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:chocolatebaritem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "harvestcraft:oliveitem", - "Count:3": 15, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:reeds", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "16:10": { - "questID:3": 31, "preRequisites:11": [ 17 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft one of every ice cream.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:neapolitanicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:neapolitanicecreamitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Heartache", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Heartache", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft one of every ice cream." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 31, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:freshmilkitem" + } + } + }, + "1:10": { + "choices:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:sundayroastitem" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:lambwithmintsauceitem" + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:icecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:icecreamitem" }, "1:10": { - "id:8": "harvestcraft:chocolateicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:chocolateicecreamitem" }, "2:10": { - "id:8": "harvestcraft:mochaicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:mochaicecreamitem" }, "3:10": { - "id:8": "harvestcraft:caramelicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:caramelicecreamitem" }, "4:10": { - "id:8": "harvestcraft:mintchocolatechipicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:mintchocolatechipicecreamitem" }, "5:10": { - "id:8": "harvestcraft:strawberryicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:strawberryicecreamitem" }, "6:10": { - "id:8": "harvestcraft:vanillaicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:vanillaicecreamitem" }, "7:10": { - "id:8": "harvestcraft:cherryicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherryicecreamitem" }, "8:10": { - "id:8": "harvestcraft:pistachioicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pistachioicecreamitem" }, "9:10": { - "id:8": "harvestcraft:neapolitanicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:neapolitanicecreamitem" }, "10:10": { - "id:8": "harvestcraft:spumoniicecreamitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:spumoniicecreamitem" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "17:10": { + "preRequisites:11": [ + 28 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft one of every sandwich.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:gooseberryjellysandwichitem" + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Earl of Sandwich", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 32, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "harvestcraft:freshmilkitem", - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "" + "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "minecraft:golden_apple" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "harvestcraft:sundayroastitem", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 75, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { - "id:8": "harvestcraft:lambwithmintsauceitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 75, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - } - } - } - }, - "17:10": { - "questID:3": 32, - "preRequisites:11": [ - 28 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "id:8": "harvestcraft:gooseberryjellysandwichitem", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Earl of Sandwich", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft one of every sandwich." + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:limejellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:limejellysandwichitem" }, "1:10": { - "id:8": "harvestcraft:mangojellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:mangojellysandwichitem" }, "2:10": { - "id:8": "harvestcraft:orangejellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:orangejellysandwichitem" }, "3:10": { - "id:8": "harvestcraft:papayajellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:papayajellysandwichitem" }, "4:10": { - "id:8": "harvestcraft:peachjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:peachjellysandwichitem" }, "5:10": { - "id:8": "harvestcraft:pomegranatejellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pomegranatejellysandwichitem" }, "6:10": { - "id:8": "harvestcraft:raspberryjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:raspberryjellysandwichitem" }, "7:10": { - "id:8": "harvestcraft:starfruitjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:starfruitjellysandwichitem" }, "8:10": { - "id:8": "harvestcraft:strawberryjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:strawberryjellysandwichitem" }, "9:10": { - "id:8": "harvestcraft:watermelonjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:watermelonjellysandwichitem" }, "10:10": { - "id:8": "harvestcraft:apricotjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:apricotjellysandwichitem" }, "11:10": { - "id:8": "harvestcraft:figjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:figjellysandwichitem" }, "12:10": { - "id:8": "harvestcraft:grapefruitjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:grapefruitjellysandwichitem" }, "13:10": { - "id:8": "harvestcraft:persimmonjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:persimmonjellysandwichitem" }, "14:10": { - "id:8": "harvestcraft:toastsandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:toastsandwichitem" }, "15:10": { - "id:8": "harvestcraft:gooseberryjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:gooseberryjellysandwichitem" }, "16:10": { - "id:8": "harvestcraft:hamsweetpicklesandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:hamsweetpicklesandwichitem" }, "17:10": { - "id:8": "harvestcraft:pearjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:pearjellysandwichitem" }, "18:10": { - "id:8": "harvestcraft:plumjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:plumjellysandwichitem" }, "19:10": { - "id:8": "harvestcraft:honeysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:honeysandwichitem" }, "20:10": { - "id:8": "harvestcraft:applejellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:applejellysandwichitem" }, "21:10": { - "id:8": "harvestcraft:blackberryjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blackberryjellysandwichitem" }, "22:10": { - "id:8": "harvestcraft:blueberryjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:blueberryjellysandwichitem" }, "23:10": { - "id:8": "harvestcraft:cherryjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherryjellysandwichitem" }, "24:10": { - "id:8": "harvestcraft:cranberryjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cranberryjellysandwichitem" }, "25:10": { - "id:8": "harvestcraft:kiwijellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:kiwijellysandwichitem" }, "26:10": { - "id:8": "harvestcraft:lemonjellysandwichitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:lemonjellysandwichitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:golden_apple", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" - } - } - }, - "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" - } - } - } } }, "18:10": { - "questID:3": 33, "preRequisites:11": [ 25 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft a Pam\u0027s tree, by crafting 3 food ingredients with a sapling. The saplings have to be either oak or jungle.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:cherry_sapling", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:cherry_sapling" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Tree of Life", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Tree of Life", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft a Pam\u0027s tree, by crafting 3 food ingredients with a sapling. The saplings have to be either oak or jungle." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "harvestcraft:apple_sapling", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 33, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:sapling", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" }, "1:10": { - "id:8": "minecraft:sapling", "Count:3": 8, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "harvestcraft:avocadoitem", "Count:3": 3, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:avocadoitem" }, "1:10": { - "id:8": "harvestcraft:chestnutitem", "Count:3": 3, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:chestnutitem" }, "2:10": { - "id:8": "harvestcraft:mustardseedsitem", "Count:3": 3, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:mustardseedsitem" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:apple_sapling" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "19:10": { - "questID:3": 34, "preRequisites:11": [ 26, 30, @@ -2357,3089 +2395,3175 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Make soy, and use a presser to convert it into soy milk, silken tofu \u0026 firm tofu.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "harvestcraft:soybeanitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:soybeanitem" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Cheater", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Cheater", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Make soy, and use a presser to convert it into soy milk, silken tofu \u0026 firm tofu." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 34, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "harvestcraft:firmtofuitem" + }, + "1:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:egg" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "harvestcraft:soybeanitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:soybeanitem" }, "1:10": { - "id:8": "harvestcraft:soymilkitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:soymilkitem" }, "2:10": { - "id:8": "harvestcraft:firmtofuitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:firmtofuitem" }, "3:10": { - "id:8": "harvestcraft:silkentofuitem", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "harvestcraft:silkentofuitem" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "harvestcraft:firmtofuitem", - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:egg", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "20:10": { - "questID:3": 35, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "NORMAL", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Just Enough Items is a mod that allows you to easily look up the recipe of a specific item as well as any recipe that uses it.\n\nThere are 2 ways to do this. Firstly,pressing the Recipe hotkey (default R) or the Usage hotkey (default U) while hovering over an item in your inventory will open a window containing all ways to craft this particular item or all recipes that uses this particular item (with R and U respectively). While in this window, you may look up further recipes or usages by respectively left or right clicking while hovering any particular item displayed in any recipe.\n\nAs an added benefit, clicking the category\u0027s name will bring up the complete list of recipes.\n\nThe other way of bringing up those menus is through the search bar. To open it, press CTRL + O (by default) while in your inventory, then bottom left you can enter the name of the item or block you\u0027re looking up. Once you see the item in the list, just either use R/U or left/right clicking to see its recipes and usages as you would do if it was in your inventory.\n\nLastly, searching for words with a @ before them will search for mod ids instead of item names. For example, searching \"@minecraft\" (without quotes) will bring up all items from vanilla Minecraft.", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:map", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:map" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Just Enough Items", - "desc:8": "Just Enough Items is a mod that allows you to easily look up the recipe of a specific item as well as any recipe that uses it.\n\nThere are 2 ways to do this. Firstly,pressing the Recipe hotkey (default R) or the Usage hotkey (default U) while hovering over an item in your inventory will open a window containing all ways to craft this particular item or all recipes that uses this particular item (with R and U respectively). While in this window, you may look up further recipes or usages by respectively left or right clicking while hovering any particular item displayed in any recipe.\n\nAs an added benefit, clicking the category\u0027s name will bring up the complete list of recipes.\n\nThe other way of bringing up those menus is through the search bar. To open it, press CTRL + O (by default) while in your inventory, then bottom left you can enter the name of the item or block you\u0027re looking up. Once you see the item in the list, just either use R/U or left/right clicking to see its recipes and usages as you would do if it was in your inventory.\n\nLastly, searching for words with a @ before them will search for mod ids instead of item names. For example, searching \"@minecraft\" (without quotes) will bring up all items from vanilla Minecraft." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "NORMAL" } }, + "questID:3": 35, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "21:10": { - "questID:3": 36, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "A Trade-o-mat can be used to set up item for item trades between players. From the IndustrialCraft Wiki: \u0027Simply put a itemstack of your choice into the marked (left, with the lock symbol) input slot and another itemstack into the output one. Then place a Chest (or Personal Safe, to protect your money) nearby and fill it the same item the Trade-O-Mat is configured to output. They no longer need to be equal in number. Any player (including yourself), can drop items into the public input slot (on the right). It will then be added to the chest, and the output will be taken from the chest and placed in the output slot.\u0027", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 67, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Trade-o-matic", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Trade-o-matic", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "A Trade-o-mat can be used to set up item for item trades between players. From the IndustrialCraft Wiki: \u0027Simply put a itemstack of your choice into the marked (left, with the lock symbol) input slot and another itemstack into the output one. Then place a Chest (or Personal Safe, to protect your money) nearby and fill it the same item the Trade-O-Mat is configured to output. They no longer need to be equal in number. Any player (including yourself), can drop items into the public input slot (on the right). It will then be added to the chest, and the output will be taken from the chest and placed in the output slot.\u0027" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 36, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 5, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:iron_ingot" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 67, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:iron_ingot", - "Count:3": 5, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "22:10": { - "questID:3": 37, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This tome allows you to rapidly store your levels in it for later use, or withdraw levels to use in enchanting. This allows you to not waste high levels on lower-level enchantments, and safeguards you in case of death.\n\nIt will automatically absorb experience you gather while it is in your inventory.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:experience_tome", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:experience_tome" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Tome of Peritia", - "desc:8": "This tome allows you to rapidly store your levels in it for later use, or withdraw levels to use in enchanting. This allows you to not waste high levels on lower-level enchantments, and safeguards you in case of death.\n\nIt will automatically absorb experience you gather while it is in your inventory." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 37, + "rewards:9": { + "0:10": { + "amount:3": 10, + "index:3": 0, + "isLevels:1": 1, + "rewardID:8": "bq_standard:xp" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:experience_tome", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:experience_tome" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "amount:3": 10, - "rewardID:8": "bq_standard:xp", - "isLevels:1": 1, - "index:3": 0 - } } }, "23:10": { - "questID:3": 38, "preRequisites:11": [ 977 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Living armor is powerful protection that will evolve to fit your needs. It will remember key events such as taking damage or sprinting/jumping a lot and spend its upgrade points automatically to aid you with helpful traits.\n\nThere are several rituals available to cleanse your armor of unwanted buffs or inflict it with curses in order to increase its capabilities further. See the Sanguine Scientiem for details!\n\nThis armor can permanently break, but it can be repaired with binding agent in an anvil (or learn to slowly repair itself).\n\nA full set of armor is required for it to work.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:living_armour_chest", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Living Armor", - "desc:8": "Living armor is powerful protection that will evolve to fit your needs. It will remember key events such as taking damage or sprinting/jumping a lot and spend its upgrade points automatically to aid you with helpful traits.\n\nThere are several rituals available to cleanse your armor of unwanted buffs or inflict it with curses in order to increase its capabilities further. See the Sanguine Scientiem for details!\n\nThis armor can permanently break, but it can be repaired with binding agent in an anvil (or learn to slowly repair itself).\n\nA full set of armor is required for it to work." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:component", - "Count:3": 4, - "Damage:2": 8, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 38, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:iron_helmet", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_helmet" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:iron_chestplate", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_chestplate" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:iron_leggings", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_leggings" }, "3:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:iron_boots", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_boots" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 8, + "OreDict:8": "", + "id:8": "bloodmagic:component" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "24:10": { - "questID:3": 39, "preRequisites:11": [ 38 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Bound tools can be activated by shift + right click. They are already uniquely powerful, but feature a chargable right-click for massive clearing capabilities, extending in all directions and upwards!\n\nUsing these tools draws upon your life network - or your lifeforce, should you run out. Use with caution!", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:bound_pickaxe", - "Count:3": 1, "tag:10": { "Unbreakable:1": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Bound Tools", - "desc:8": "Bound tools can be activated by shift + right click. They are already uniquely powerful, but feature a chargable right-click for massive clearing capabilities, extending in all directions and upwards!\n\nUsing these tools draws upon your life network - or your lifeforce, should you run out. Use with caution!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 39, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 20, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:blood_rune" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:bound_pickaxe", - "Count:3": 1, "tag:10": { "Unbreakable:1": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:bound_axe", - "Count:3": 1, "tag:10": { "Unbreakable:1": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:bound_shovel", - "Count:3": 1, "tag:10": { "Unbreakable:1": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "bloodmagic:blood_rune", - "Count:3": 20, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "25:10": { - "questID:3": 40, "preRequisites:11": [ 41 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Make your own custom banner, by making a banner and crafting it along with coloured wool in various ways. Additional details can be found at: http://www.minecraft101.net/r/banners.html", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:banner", "Count:3": 1, + "Damage:2": 1, + "ForgeCaps:10": { + "thaumicaugmentation:elytra_harness_augment:10": {} + }, + "OreDict:8": "", + "id:8": "minecraft:banner", "tag:10": { "BlockEntityTag:10": { "Base:3": 1 } - }, - "Damage:2": 1, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Hold Your Banner High", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Hold Your Banner High", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Make your own custom banner, by making a banner and crafting it along with coloured wool in various ways. Additional details can be found at: http://www.minecraft101.net/r/banners.html" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "minecraft:banner", - "Count:3": 1, - "tag:10": { - "BlockEntityTag:10": { - "Base:3": 15 - } - }, - "Damage:2": 15, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 40, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:wool", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:wool" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "minecraft:banner", "Count:3": 1, + "Damage:2": 6, + "ForgeCaps:10": { + "thaumicaugmentation:elytra_harness_augment:10": {} + }, + "OreDict:8": "", + "id:8": "minecraft:banner", "tag:10": { "BlockEntityTag:10": { "Base:3": 6 } - }, - "Damage:2": 6, - "OreDict:8": "" + } }, "1:10": { - "id:8": "minecraft:banner", "Count:3": 1, + "Damage:2": 13, + "ForgeCaps:10": { + "thaumicaugmentation:elytra_harness_augment:10": {} + }, + "OreDict:8": "", + "id:8": "minecraft:banner", "tag:10": { "BlockEntityTag:10": { "Base:3": 13 } - }, - "Damage:2": 13, - "OreDict:8": "" + } }, "2:10": { - "id:8": "minecraft:banner", "Count:3": 1, + "Damage:2": 11, + "ForgeCaps:10": { + "thaumicaugmentation:elytra_harness_augment:10": {} + }, + "OreDict:8": "", + "id:8": "minecraft:banner", "tag:10": { "BlockEntityTag:10": { "Base:3": 11 } + } + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 15, + "ForgeCaps:10": { + "thaumicaugmentation:elytra_harness_augment:10": {} }, - "Damage:2": 11, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:banner", + "tag:10": { + "BlockEntityTag:10": { + "Base:3": 15 + } + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "26:10": { - "questID:3": 41, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Craft a bunch of non-red beds, so guests can stay at your place.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:bed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:bed" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Innkeeper", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Innkeeper", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Craft a bunch of non-red beds, so guests can stay at your place." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 41, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 3, "tag:10": { - "orig_meta:3": 10, - "orig_id:8": "quark:colored_bed_item" - }, - "Damage:2": 10, - "OreDict:8": "" + "orig_id:8": "sleepingbag:sleepingbag", + "orig_meta:3": 0 + } + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:bed" } }, - "taskID:8": "bq_standard:retrieval" + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:choice", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "choices:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 3, + "Damage:2": 10, + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 1, "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "sleepingbag:sleepingbag" - }, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:bed", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "orig_id:8": "quark:colored_bed_item", + "orig_meta:3": 10 + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "27:10": { - "questID:3": 42, "preRequisites:11": [ 975 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Sentient weapons run off demonic will, but also collect it from slain foes. They are uniquely useful in charging your tartaric gems, and grow in power as your ability to store will does.\n\nFurthermore, the type of will you have the most of will influence the abilities of the sword.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:sentient_sword", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sentient Weapon", - "desc:8": "Sentient weapons run off demonic will, but also collect it from slain foes. They are uniquely useful in charging your tartaric gems, and grow in power as your ability to store will does.\n\nFurthermore, the type of will you have the most of will influence the abilities of the sword." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 42, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 1, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bloodmagic:soul_gem", + "tag:10": {} + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:enchanted_book", + "tag:10": { + "StoredEnchantments:9": { + "0:10": { + "id:2": 34, + "lvl:2": 2 + } + } + } + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:sentient_sword", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:sentient_bow", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 1, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:enchanted_book", - "Count:3": 1, - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "lvl:2": 2, - "id:2": 34 - } - } - }, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "28:10": { - "questID:3": 43, "preRequisites:11": [ 976 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You have finally unlocked a way to make demonic will useable to defend yourself as well.\n\nSentient Armor can be summoned by using a sentient gem. It will replace your currently worn set, taking over any active enchantments, and provide defense based in your currently held will. It will also consume will to repair itself, so be careful that you do not run out.\n\nUsing the gem again will return your original armor set.\n\nSentient armor will not take over enhancements from living armor - though it will accept its magical enchantments.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:sentient_armour_helmet", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sentient Armor", - "desc:8": "You have finally unlocked a way to make demonic will useable to defend yourself as well.\n\nSentient Armor can be summoned by using a sentient gem. It will replace your currently worn set, taking over any active enchantments, and provide defense based in your currently held will. It will also consume will to repair itself, so be careful that you do not run out.\n\nUsing the gem again will return your original armor set.\n\nSentient armor will not take over enhancements from living armor - though it will accept its magical enchantments." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bloodmagic:sentient_armour_gem", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 43, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 2, - "OreDict:8": "" + "tag:10": {} }, "1:10": { - "id:8": "minecraft:enchanted_book", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:enchanted_book", "tag:10": { "StoredEnchantments:9": { "0:10": { - "lvl:2": 2, - "id:2": 34 + "id:2": 34, + "lvl:2": 2 } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } } } - } - }, - "29:10": { - "questID:3": 44, - "preRequisites:11": [ - 969 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "bloodmagic:alchemy_table", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Alchemy Table", - "desc:8": "Sometimes a little creative alchemy is required in order to produce the materials you need. This table provides you with ample options.\n\nIn order to work, it requires a blood orb and enough LP in your network. You may check the requirements by hovering over the arrow in the recipe." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:alchemy_table", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bloodmagic:sentient_armour_gem" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "29:10": { + "preRequisites:11": [ + 969 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "Sometimes a little creative alchemy is required in order to produce the materials you need. This table provides you with ample options.\n\nIn order to work, it requires a blood orb and enough LP in your network. You may check the requirements by hovering over the arrow in the recipe.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:alchemy_table" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Alchemy Table", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 44, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:glass", "Count:3": 32, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:glass" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:alchemy_table" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "30:10": { - "questID:3": 45, "preRequisites:11": [ 38, 44 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "By the power of your demonic will and blood network combined, perhaps you can further increase the power of your living armor...", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:points_upgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:points_upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Draft of Angelus", - "desc:8": "By the power of your demonic will and blood network combined, perhaps you can further increase the power of your living armor..." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:points_upgrade", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 45, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 1, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "bloodmagic:ritual_stone", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_stone" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:points_upgrade" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "31:10": { - "questID:3": 46, "preRequisites:11": [ 44 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Through the power of blood, normal potions become but trivial childs play.\n\nYou have long since unlocked the power of multiple use potion flasks.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:potion_flask", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:potion_flask" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Potion Flask", - "desc:8": "Through the power of blood, normal potions become but trivial childs play.\n\nYou have long since unlocked the power of multiple use potion flasks." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bloodmagic:potion_flask", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 46, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:nether_wart", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:nether_wart" }, "1:10": { - "id:8": "minecraft:glowstone_dust", "Count:3": 24, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:glowstone_dust" }, "2:10": { - "id:8": "minecraft:reeds", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:reeds" } } } - } - }, - "32:10": { - "questID:3": 47, - "preRequisites:11": [ - 969 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "bloodmagic:incense_altar", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Incense Altar I", - "desc:8": "The incense altar is an item that can be incorporated into a multiblock structure in order to aid your self-sacrifice. You can check the current benefit with a sigil of divination. It should start at 20% and may add up to 300%!\n\nLater tiers will feature a value of \"tranquility\", which can also be seen with the sigil. Tranquility is gained by having different kind of blocks in the radius of the altar.\n\nIn order to expand the alter into a multiblock, you need to place 3 blocks wide paths going from the 3 x 3 it is placed on, rising in tier as the distance to the altar increases.\n\nSee the Sanguine Scientiem for details." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:incense_altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bloodmagic:potion_flask" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "32:10": { + "preRequisites:11": [ + 969 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "The incense altar is an item that can be incorporated into a multiblock structure in order to aid your self-sacrifice. You can check the current benefit with a sigil of divination. It should start at 20% and may add up to 300%!\n\nLater tiers will feature a value of \"tranquility\", which can also be seen with the sigil. Tranquility is gained by having different kind of blocks in the radius of the altar.\n\nIn order to expand the alter into a multiblock, you need to place 3 blocks wide paths going from the 3 x 3 it is placed on, rising in tier as the distance to the altar increases.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:incense_altar" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Incense Altar I", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 47, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:log", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:log" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:incense_altar" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "33:10": { - "questID:3": 48, "preRequisites:11": [ 47 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Extend your altar by placing 3 x 3 blocks of wooden path in every cardinal direction. This will allow you to include the first blocks for a tranquility bonus.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:incense_altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:incense_altar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Incense Altar II", - "desc:8": "Extend your altar by placing 3 x 3 blocks of wooden path in every cardinal direction. This will allow you to include the first blocks for a tranquility bonus.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 48, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:path", - "Count:3": 36, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { "rewardID:8": "bq_standard:item", - "index:3": 0, "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forge:bucketfilled", - "Count:3": 1, "tag:10": { - "FluidName:8": "lifeessence", - "Amount:3": 1000 - }, - "Damage:2": 0, - "OreDict:8": "" + "Amount:3": 1000, + "FluidName:8": "lifeessence" + } }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 36, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:path" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "34:10": { - "questID:3": 49, "preRequisites:11": [ 48 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Extend your altar by lengthening the pathways with 2 x 3 stone paths for an even higher tranquility area.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:incense_altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:incense_altar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Incense Altar III", - "desc:8": "Extend your altar by lengthening the pathways with 2 x 3 stone paths for an even higher tranquility area.\n\nSee the Sanguine Scientiem for details." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:path", - "Count:3": 24, - "Damage:2": 2, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 49, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:iron_hoe", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_hoe" }, "1:10": { - "id:8": "minecraft:wheat_seeds", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:wheat_seeds" }, "2:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 24, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "bloodmagic:path" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "35:10": { - "questID:3": 50, "preRequisites:11": [ 36 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "A Trade Station can be used to set up item for item trades between players. From the FTB Wiki: \u0027In a trade station players or operators can setup \"trading posts\" to let other players automatically trade items through the mailbox system. The owner of the Trade Station provides a name for their Trade Station, then adds stamps and paper for postage. Add the items that cover the cost of the trade (an example would be for a Macerator in one slot, and then Induction Furnace as what the player will receive from the trade.) The player then adds further inventory for the Trade Station to pull stock from. For a player to do business with a Trade Station over mail order, a player must have a mailbox of their own placed. The player must open up a blank envelope by right clicking and select the envelope icon in the interface - this will change to a dollar sign for trade stations. The player then will put in the name of the Trade Station desired to do business with. If the name is put in properly, it will prompt the player to include the indicated price per unit of items received. The player then attaches the items and appropriate postage and mails it. Within moments, the person who owns or manages the Trade Station will receive a notice letting them know the trade has been carried out, and the person placing the order will receive their package.\u0027", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:trade_station", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:trade_station" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Trade Station", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Trade Station", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "A Trade Station can be used to set up item for item trades between players. From the FTB Wiki: \u0027In a trade station players or operators can setup \"trading posts\" to let other players automatically trade items through the mailbox system. The owner of the Trade Station provides a name for their Trade Station, then adds stamps and paper for postage. Add the items that cover the cost of the trade (an example would be for a Macerator in one slot, and then Induction Furnace as what the player will receive from the trade.) The player then adds further inventory for the Trade Station to pull stock from. For a player to do business with a Trade Station over mail order, a player must have a mailbox of their own placed. The player must open up a blank envelope by right clicking and select the envelope icon in the interface - this will change to a dollar sign for trade stations. The player then will put in the name of the Trade Station desired to do business with. If the name is put in properly, it will prompt the player to include the indicated price per unit of items received. The player then attaches the items and appropriate postage and mails it. Within moments, the person who owns or manages the Trade Station will receive a notice letting them know the trade has been carried out, and the person placing the order will receive their package.\u0027" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "forestry:trade_station", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 50, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:iron_ingot", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_ingot" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:trade_station" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "36:10": { - "questID:3": 52, "preRequisites:11": [ 49 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Extend your alter by lengthening the pathways with 2 x 3 worn stone brick paths.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:incense_altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:incense_altar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Incense Altar IV", - "desc:8": "Extend your alter by lengthening the pathways with 2 x 3 worn stone brick paths.\n\nSee the Sanguine Scientiem for details." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:path", - "Count:3": 24, - "Damage:2": 4, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 52, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:log", "Count:3": 32, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:log" }, "1:10": { - "id:8": "minecraft:leaves", "Count:3": 32, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:leaves" }, "2:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 24, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "bloodmagic:path" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "37:10": { - "questID:3": 53, "preRequisites:11": [ 52 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Take your incense altar to the maximum with 2 x 3 extensions of your pathways, using obsidian brick paths.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:incense_altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:incense_altar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Incense Altar V", - "desc:8": "Take your incense altar to the maximum with 2 x 3 extensions of your pathways, using obsidian brick paths.\n\nSee the Sanguine Scientiem for details." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:path", - "Count:3": 24, - "Damage:2": 6, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 53, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:netherrack", "Count:3": 32, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:netherrack" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:flint_and_steel", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:flint_and_steel" }, "2:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 24, + "Damage:2": 6, + "OreDict:8": "", + "id:8": "bloodmagic:path" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "38:10": { - "questID:3": 54, "preRequisites:11": [ 969 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Demon Crucible can smelt down Demonic Will, either raw or contained in Tartaric Gems, and release it into the chunk it occupies.\n\nThe will of a chunk can also be drained again by putting a Tartaric Gem into an unoccupied Hellfire Forge.\n\nThis opens a few options for a creative magus...", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:demon_crucible", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:demon_crucible" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Demon Crucible", - "desc:8": "The Demon Crucible can smelt down Demonic Will, either raw or contained in Tartaric Gems, and release it into the chunk it occupies.\n\nThe will of a chunk can also be drained again by putting a Tartaric Gem into an unoccupied Hellfire Forge.\n\nThis opens a few options for a creative magus..." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 54, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:demon_crucible", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:demon_crucible" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "bloodmagic:item_demon_crystal", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "39:10": { - "questID:3": 55, "preRequisites:11": [ 54 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Demon Crystalizer can drain the demonic will in the chunk in order to confine it to small nodes of crystals. These nodes take a lot of will to initially grow, but require much less to grow additional crystals, giving you a small net gain should you melt them in the Demon Crucible.\n\nThey may be broken with a sufficiently powerful pickaxe, but a powerful magus with more than 1024 will in his inventory may find that right-clicking the node allows him to take off crystals without breaking the main node.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:demon_crystallizer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:demon_crystallizer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Demon Crystalizer", - "desc:8": "The Demon Crystalizer can drain the demonic will in the chunk in order to confine it to small nodes of crystals. These nodes take a lot of will to initially grow, but require much less to grow additional crystals, giving you a small net gain should you melt them in the Demon Crucible.\n\nThey may be broken with a sufficiently powerful pickaxe, but a powerful magus with more than 1024 will in his inventory may find that right-clicking the node allows him to take off crystals without breaking the main node." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:demon_crystallizer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 55, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:demon_crystallizer" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "40:10": { - "questID:3": 56, "preRequisites:11": [ 55 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Too long have you dabbled in crude raw will.\n\nThe Resonance of the Faceted Crystal Ritual will allow you to finally distill the different kinds of will from your fully grown crystal clusters.\n\nHaving these kind of wills stored in Tartaric Gems in your inventory will influence your sentient tools, weapons and armor, whereas melting them in the Demon Crucible will enable you to influence your rituals held in the same chunk with their aura.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Different Wills", - "desc:8": "Too long have you dabbled in crude raw will.\n\nThe Resonance of the Faceted Crystal Ritual will allow you to finally distill the different kinds of will from your fully grown crystal clusters.\n\nHaving these kind of wills stored in Tartaric Gems in your inventory will influence your sentient tools, weapons and armor, whereas melting them in the Demon Crucible will enable you to influence your rituals held in the same chunk with their aura." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 56, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, "1:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, "2:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, "3:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "bloodmagic:item_demon_crystal", - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "41:10": { - "questID:3": 57, "preRequisites:11": [ 56 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Demon Pylon allows you to draw in will from surrounding chunks that have more total will than the one the Pylon is placed in.\n\nA handy tool for distributing will, especially considering automatization with rituals.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:demon_pylon", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:demon_pylon" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Demon Pylon", - "desc:8": "The Demon Pylon allows you to draw in will from surrounding chunks that have more total will than the one the Pylon is placed in.\n\nA handy tool for distributing will, especially considering automatization with rituals." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "bloodmagic:demon_pylon", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 57, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 8, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, "1:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 8, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, "2:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 8, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" }, "3:10": { - "id:8": "bloodmagic:item_demon_crystal", "Count:3": 8, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:item_demon_crystal" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "bloodmagic:demon_pylon" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "42:10": { - "questID:3": 58, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Ancient Warfare, a mod that will allow you to spawn and control your own NPCs, have a very handy item storage, and its own uniquely-themed power system using torque! Ultimately, it will allow you to build your own villages, castles, and even kingdoms.\n\nThe mod comes with in-game documentation given to you as you begin this questline.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:manual", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:manual" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Principles Of Ruling", - "desc:8": "Welcome to Ancient Warfare, a mod that will allow you to spawn and control your own NPCs, have a very handy item storage, and its own uniquely-themed power system using torque! Ultimately, it will allow you to build your own villages, castles, and even kingdoms.\n\nThe mod comes with in-game documentation given to you as you begin this questline." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 58, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:manual", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:manual" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "43:10": { - "questID:3": 59, "preRequisites:11": [ 58 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "§0§r§r§r§rTo progress through the mod, the very first thing you need to craft is your research book.\n\nThe book will be bound to you. You will transcribe your research into it using a research station, unlocking more advanced recipes as you invest ressources.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:research_book", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:research_book" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Research Book", - "desc:8": "§0§r§r§r§rTo progress through the mod, the very first thing you need to craft is your research book.\n\nThe book will be bound to you. You will transcribe your research into it using a research station, unlocking more advanced recipes as you invest ressources." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 59, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 6, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:iron_ingot" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:research_book", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:iron_ingot", - "Count:3": 6, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:research_book" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "44:10": { - "questID:3": 60, "preRequisites:11": [ 59 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Next, you will need a research station to do some actual research. First have a look at the research you want to do in your book, then insert it into the research station to see the requirements for inscribing it.\n\nAfterwards, you will discover that despite doing the research, crafting still does not appear to be working. That is because you need an engineering station, with your research book in it, to craft the recipes from this mod. No other crafting bench will do, accept no substitutes!", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfare:research_station", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:research_station" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Stations", - "desc:8": "Next, you will need a research station to do some actual research. First have a look at the research you want to do in your book, then insert it into the research station to see the requirements for inscribing it.\n\nAfterwards, you will discover that despite doing the research, crafting still does not appear to be working. That is because you need an engineering station, with your research book in it, to craft the recipes from this mod. No other crafting bench will do, accept no substitutes!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 60, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "ancientwarfare:research_station", - "Count:3": 1, + "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:apple" }, "1:10": { - "id:8": "ancientwarfare:engineering_station", - "Count:3": 1, + "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:wheat_seeds" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:apple", - "Count:3": 12, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:research_station" }, "1:10": { - "id:8": "minecraft:wheat_seeds", - "Count:3": 12, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:engineering_station" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "45:10": { - "questID:3": 61, "preRequisites:11": [ 60 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Before you get started on NPCs, first you will have to get a town hall to feed them.\n\nThink of it as a communal banquet table where everyone can come and get their fill. NPCs without food will stop working, soldiers will only attack in self-defense, and all health regeneration is disabled. Tend to the needs of your subjects, my liege!\n\nAn important secondary use of the town hall is its aura of protection. This will cover a large radius around the town hall and allow your priests to resurrect any of your NPCs that have died. An easy way to check if anyone has died is to look into the death list - but do not clear it while someone is ressurectable, or they will be lost for good.\n\nNPC items are dropped at site of death and not retrained. That means all your revived NPCs will be generic workers, though they will retain their level.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfarenpc:town_hall", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:town_hall" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Town Hall", - "desc:8": "Before you get started on NPCs, first you will have to get a town hall to feed them.\n\nThink of it as a communal banquet table where everyone can come and get their fill. NPCs without food will stop working, soldiers will only attack in self-defense, and all health regeneration is disabled. Tend to the needs of your subjects, my liege!\n\nAn important secondary use of the town hall is its aura of protection. This will cover a large radius around the town hall and allow your priests to resurrect any of your NPCs that have died. An easy way to check if anyone has died is to look into the death list - but do not clear it while someone is ressurectable, or they will be lost for good.\n\nNPC items are dropped at site of death and not retrained. That means all your revived NPCs will be generic workers, though they will retain their level." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "ancientwarfarenpc:town_hall", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 61, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:sand", "Count:3": 32, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sand" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "46:10": { - "questID:3": 62, - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "ancientwarfarenpc:food_bundle", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Food Bundle", - "desc:8": "Today your first step towards your own kingdom begins!\n\nBut before you can attract subjects, you must first show them you have the means to feed them. This requires crafting a food bundle, displaying your lavish food variety. It shall enable them to make the arduous journey from their homeland to here. Onwards!" - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfarenpc:food_bundle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:town_hall" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "46:10": { + "preRequisites:11": [ + 61 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "Today your first step towards your own kingdom begins!\n\nBut before you can attract subjects, you must first show them you have the means to feed them. This requires crafting a food bundle, displaying your lavish food variety. It shall enable them to make the arduous journey from their homeland to here. Onwards!", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "ancientwarfarenpc:food_bundle" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Food Bundle", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 62, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:gold_ingot", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:gold_ingot" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "47:10": { - "questID:3": 63, - "preRequisites:11": [ - 62 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "ancientwarfarenpc:upkeep_order", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Upkeep Order", - "desc:8": "A town hall is good and all, but at some point it does become a little crowded. Would it not be nice for your subjects to have their own little houses, and gather their food from places other than the town hall?\n\nUse the Z key to bind the upkeep order to an inventory you are looking at. Then give the order to an NPC and he will try to get his food there from now on. This enables you to have them take food from a chest inside their own house, for instance, and can save much travel time that would otherwise impact their labour for the kingdom." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfarenpc:upkeep_order", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:food_bundle" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "47:10": { + "preRequisites:11": [ + 62 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "A town hall is good and all, but at some point it does become a little crowded. Would it not be nice for your subjects to have their own little houses, and gather their food from places other than the town hall?\n\nUse the Z key to bind the upkeep order to an inventory you are looking at. Then give the order to an NPC and he will try to get his food there from now on. This enables you to have them take food from a chest inside their own house, for instance, and can save much travel time that would otherwise impact their labour for the kingdom.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "ancientwarfarenpc:upkeep_order" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Upkeep Order", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 63, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:chest" }, "1:10": { - "id:8": "minecraft:baked_potato", "Count:3": 32, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:baked_potato" }, "2:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "48:10": { - "questID:3": 64, - "preRequisites:11": [ - 62 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "ancientwarfareautomation:crop_farm", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Crop Farm", - "desc:8": "Crop farms! What would your kingdom be without food, farmed by the noble peasantry with honest labour. Simply give one of your workers a hoe (of the gardening variety), and surely enough he shall tend to the nearest crop farm.\n\nCrop farms work with most plantable seeds from other mods." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:crop_farm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:upkeep_order" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "48:10": { + "preRequisites:11": [ + 62 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "Crop farms! What would your kingdom be without food, farmed by the noble peasantry with honest labour. Simply give one of your workers a hoe (of the gardening variety), and surely enough he shall tend to the nearest crop farm.\n\nCrop farms work with most plantable seeds from other mods.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "ancientwarfareautomation:crop_farm" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Crop Farm", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 64, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:potato", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:potato" }, "1:10": { - "id:8": "minecraft:carrot", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:carrot" } } } - } - }, - "49:10": { - "questID:3": 65, - "preRequisites:11": [ - 62 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "ancientwarfareautomation:tree_farm", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Tree Farm", - "desc:8": "Of course, your citizens require buildings to live in. What better way to provide for said need than to employ a sturdy lumberjack. He sleeps all night and works all day! Just equip one of your workers with an axe, and off he goes.\n\nA tree farm will work with most, but not all saplings. It will also collect drops from the trees, though depending on the time of day, they will not have much time to grow past the initial spawn." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:tree_farm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:crop_farm" } }, "taskID:8": "bq_standard:retrieval" } - }, + } + }, + "49:10": { + "preRequisites:11": [ + 62 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "Of course, your citizens require buildings to live in. What better way to provide for said need than to employ a sturdy lumberjack. He sleeps all night and works all day! Just equip one of your workers with an axe, and off he goes.\n\nA tree farm will work with most, but not all saplings. It will also collect drops from the trees, though depending on the time of day, they will not have much time to grow past the initial spawn.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "ancientwarfareautomation:tree_farm" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Tree Farm", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 65, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "forestry:sapling", "Count:3": 6, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:sapling", "tag:10": { - "IsAnalyzed:1": 0, "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.treeOak", + "Slot:1": 0, "UID0:8": "forestry.treeOak", - "Slot:1": 0 + "UID1:8": "forestry.treeOak" }, "1:10": { - "UID1:8": "forestry.heightSmall", + "Slot:1": 1, "UID0:8": "forestry.heightSmall", - "Slot:1": 1 + "UID1:8": "forestry.heightSmall" }, "2:10": { - "UID1:8": "forestry.saplingsAverage", + "Slot:1": 2, "UID0:8": "forestry.saplingsAverage", - "Slot:1": 2 + "UID1:8": "forestry.saplingsAverage" }, "3:10": { - "UID1:8": "forestry.fruitApple", + "Slot:1": 3, "UID0:8": "forestry.fruitApple", - "Slot:1": 3 + "UID1:8": "forestry.fruitApple" }, "4:10": { - "UID1:8": "forestry.yieldLowest", + "Slot:1": 4, "UID0:8": "forestry.yieldLowest", - "Slot:1": 4 + "UID1:8": "forestry.yieldLowest" }, "5:10": { - "UID1:8": "forestry.sappinessLowest", + "Slot:1": 5, "UID0:8": "forestry.sappinessLowest", - "Slot:1": 5 + "UID1:8": "forestry.sappinessLowest" }, "6:10": { - "UID1:8": "forestry.leavesNone", + "Slot:1": 6, "UID0:8": "forestry.leavesNone", - "Slot:1": 6 + "UID1:8": "forestry.leavesNone" }, "7:10": { - "UID1:8": "forestry.maturationFaster", + "Slot:1": 7, "UID0:8": "forestry.maturationFaster", - "Slot:1": 7 + "UID1:8": "forestry.maturationFaster" }, "8:10": { - "UID1:8": "forestry.i1d", + "Slot:1": 8, "UID0:8": "forestry.i1d", - "Slot:1": 8 + "UID1:8": "forestry.i1d" }, "9:10": { - "UID1:8": "forestry.fireproofFalse", + "Slot:1": 9, "UID0:8": "forestry.fireproofFalse", - "Slot:1": 9 + "UID1:8": "forestry.fireproofFalse" } } - } - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "IsAnalyzed:1": 0 + } }, "1:10": { - "id:8": "natura:overworld_sapling2", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "natura:overworld_sapling2" }, "2:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "50:10": { - "questID:3": 66, - "preRequisites:11": [ - 62 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "ancientwarfareautomation:animal_farm", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Animal Farm", - "desc:8": "While animal products are needed for a happy populace, it is ill-fitting for a king of your esteem to tend to them yourself. Enter the animal farm!\n\nYour farmers will keep the populace at the desired level (which you may input at the farm), all the while breeding them with the items you provide (wheat, carrots, seeds). All drops such as eggs will also be automatically collected!\n\nMilk is not collected automatically. Should you have need of a good source for milk, look into the \"cow in a bottle\" recipe." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:animal_farm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:tree_farm" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "50:10": { + "preRequisites:11": [ + 62 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "While animal products are needed for a happy populace, it is ill-fitting for a king of your esteem to tend to them yourself. Enter the animal farm!\n\nYour farmers will keep the populace at the desired level (which you may input at the farm), all the while breeding them with the items you provide (wheat, carrots, seeds). All drops such as eggs will also be automatically collected!\n\nMilk is not collected automatically. Should you have need of a good source for milk, look into the \"cow in a bottle\" recipe.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "ancientwarfareautomation:animal_farm" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Animal Farm", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 66, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:spawn_egg", "Count:3": 3, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:spawn_egg", "tag:10": { "EntityTag:10": { "id:8": "minecraft:cow" } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "minecraft:spawn_egg", "Count:3": 3, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:spawn_egg", "tag:10": { "EntityTag:10": { "id:8": "minecraft:sheep" } - }, - "Damage:2": 0, - "OreDict:8": "" + } } } } - } - }, - "51:10": { - "questID:3": 67, - "preRequisites:11": [ - 62 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "ancientwarfareautomation:fish_farm", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Fish Farm", - "desc:8": "For those kind of kings who like to spare the rod, the fishing rod that is, now you may have your subjects take care of hauling in the bounties of the ocean. Your farmers usually do not mind taking care of the fish farms as well as the crop farms.\n\nFish farms will catch all kind of fish, items, and even enchanted books. Remember you can convert most mod-fishes back into vanilla minecraft ones by crafting them." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:fish_farm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:animal_farm" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "51:10": { + "preRequisites:11": [ + 62 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "For those kind of kings who like to spare the rod, the fishing rod that is, now you may have your subjects take care of hauling in the bounties of the ocean. Your farmers usually do not mind taking care of the fish farms as well as the crop farms.\n\nFish farms will catch all kind of fish, items, and even enchanted books. Remember you can convert most mod-fishes back into vanilla minecraft ones by crafting them.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "ancientwarfareautomation:fish_farm" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Fish Farm", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 67, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:iron_hoe", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_hoe" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "ancientwarfareautomation:fish_farm" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "52:10": { - "questID:3": 68, "preRequisites:11": [ 69 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "There are a ton of different bees in the world. To find them you\u0027ll have to look carefully in trees and on the ground - Or you can breed them once you have a few.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", "tag:10": { + "orig_id:8": "forestry:beePrincessGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 10, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } }, "Health:3": 10, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beePrincessGE" - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "MaxH:3": 10 + } + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Follow The Buzz II", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Follow The Buzz II", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "There are a ton of different bees in the world. To find them you\u0027ll have to look carefully in trees and on the ground - Or you can breed them once you have a few." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 68, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 20, "tag:10": { + "orig_id:8": "forestry:beeQueenGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 20, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } }, - "Health:3": 20, + "Health:3": 50, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeDroneGE" - }, + }, + "MaxH:3": 50 + } + } + }, + "1:10": { + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 1, "tag:10": { + "orig_id:8": "forestry:beeQueenGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 50, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", - "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectMiasmic", + "UID1:8": "forestry.effectMiasmic" } } }, - "Health:3": 50, + "Health:3": 30, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", - "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectMiasmic", + "UID1:8": "forestry.effectMiasmic" } } - } - }, - "orig_id:8": "forestry:beeQueenGE" - }, + }, + "MaxH:3": 30 + } + } + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 20, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 1, "tag:10": { + "orig_id:8": "forestry:beeDroneGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 30, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectMiasmic", - "UID0:8": "forestry.effectMiasmic", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" } } }, - "Health:3": 30, + "Health:3": 20, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectMiasmic", - "UID0:8": "forestry.effectMiasmic", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeQueenGE" - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "MaxH:3": 20 + } + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "53:10": { - "questID:3": 69, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "There are a ton of different bees in the world. To find them you\u0027ll have to look carefully in trees and on the ground - Or you can breed them once you have a few.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", "tag:10": { + "orig_id:8": "forestry:beeDroneGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 20, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } }, "Health:3": 20, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeDroneGE" - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "MaxH:3": 20 + } + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Follow The Buzz I", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Follow The Buzz I", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "There are a ton of different bees in the world. To find them you\u0027ll have to look carefully in trees and on the ground - Or you can breed them once you have a few." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 69, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:engine_generator" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 10, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", "tag:10": { + "orig_id:8": "forestry:beeDroneGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 30, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } }, "Health:3": 30, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeDroneGE" - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "MaxH:3": 30 + } + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "forestry:engine_generator", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "54:10": { - "questID:3": 70, "preRequisites:11": [ 64, 65, @@ -5448,6380 +5572,6512 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Local farms are nice and all, but as your kingdom grows, so must your farms in order to supply for the larger populace.\n\nSimply use this item on a farm of your choice to extend its maximum bounds (do not forget to actually increase it afterwards).", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Medium Bounds Upgrade", - "desc:8": "Local farms are nice and all, but as your kingdom grows, so must your farms in order to supply for the larger populace.\n\nSimply use this item on a farm of your choice to extend its maximum bounds (do not forget to actually increase it afterwards)." + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 70, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "55:10": { - "questID:3": 71, "preRequisites:11": [ 70 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Taking your farms to new heights, this is the maximum size any non-quarry farm can be upgraded to.\n\nQuarries have their own size upgrades (due to much more land being required to make them truely useful).", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Large Bounds Upgrade", - "desc:8": "Taking your farms to new heights, this is the maximum size any non-quarry farm can be upgraded to.\n\nQuarries have their own size upgrades (due to much more land being required to make them truely useful)." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 71, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "56:10": { - "questID:3": 72, "preRequisites:11": [ 70 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Increase the output of your farms by having it use enchanted tools. \n\nIt will automatically harvest using the appropriate \"Looting\" or \"Fortune\" enchantments.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enchanted Tools I", - "desc:8": "Increase the output of your farms by having it use enchanted tools. \n\nIt will automatically harvest using the appropriate \"Looting\" or \"Fortune\" enchantments." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 72, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "57:10": { - "questID:3": 73, "preRequisites:11": [ 68 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "There are a ton of different bees in the world. To find them you\u0027ll have to look carefully in trees and on the ground - Or you can breed them once you have a few.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", "tag:10": { + "orig_id:8": "forestry:beeQueenGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 30, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } }, "Health:3": 30, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeQueenGE" - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "MaxH:3": 30 + } + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Follow The Buzz III", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Follow The Buzz III", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "There are a ton of different bees in the world. To find them you\u0027ll have to look carefully in trees and on the ground - Or you can breed them once you have a few." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 73, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 50, "tag:10": { + "orig_id:8": "forestry:beeQueenGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 20, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } }, - "Health:3": 20, + "Health:3": 10, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeDroneGE" - }, + }, + "MaxH:3": 10 + } + } + }, + "1:10": { + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 1, "tag:10": { + "orig_id:8": "forestry:beeQueenGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 10, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", - "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectAggressive", + "UID1:8": "forestry.effectAggressive" } } }, - "Health:3": 10, + "Health:3": 50, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", - "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectAggressive", + "UID1:8": "forestry.effectAggressive" } } - } - }, - "orig_id:8": "forestry:beeQueenGE" - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "MaxH:3": 50 + } + } }, - "1:10": { - "id:8": "betterquesting:placeholder", + "2:10": { "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", "tag:10": { + "orig_id:8": "forestry:beeQueenGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 50, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectAggressive", - "UID0:8": "forestry.effectAggressive", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" } } }, - "Health:3": 50, + "Health:3": 20, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectAggressive", - "UID0:8": "forestry.effectAggressive", - "Slot:1": 12 + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeQueenGE" - }, + }, + "MaxH:3": 20 + } + } + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 50, "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { + "OreDict:8": "", "id:8": "betterquesting:placeholder", - "Count:3": 1, "tag:10": { + "orig_id:8": "forestry:beeDroneGE", "orig_meta:3": 0, "orig_tag:10": { - "MaxH:3": 20, - "Mate:10": { + "Genome:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } }, "Health:3": 20, "IsAnalyzed:1": 0, - "Genome:10": { + "Mate:10": { "Chromosomes:9": { "0:10": { - "UID1:8": "forestry.effectNone", + "Slot:1": 12, "UID0:8": "forestry.effectNone", - "Slot:1": 12 + "UID1:8": "forestry.effectNone" } } - } - }, - "orig_id:8": "forestry:beeQueenGE" - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "MaxH:3": 20 + } + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "58:10": { - "questID:3": 74, "preRequisites:11": [ 71 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Further increase efficiency and yield of your farms with these maximum capacity enchantments.\n\nAfter all, who will a peasant blame, if not his tools?", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enchanted Tools II", - "desc:8": "Further increase efficiency and yield of your farms with these maximum capacity enchantments.\n\nAfter all, who will a peasant blame, if not his tools?" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 74, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "59:10": { - "questID:3": 75, "preRequisites:11": [ 76 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Every machine needs power, but putting a generator next to every machine is not fun! Use the cables to transfer your power around! \nNOTE: The Universal Cables can have a lot of trouble connecting to non-Mekanism machines, so it is recommended to use other cables (like Thermal Expansion) for cross-mod machines.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:transmitter", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "All wired up", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "All wired up", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Every machine needs power, but putting a generator next to every machine is not fun! Use the cables to transfer your power around! \nNOTE: The Universal Cables can have a lot of trouble connecting to non-Mekanism machines, so it is recommended to use other cables (like Thermal Expansion) for cross-mod machines." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 75, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 16, "tag:10": { "tier:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 8, "tag:10": { "tier:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "60:10": { - "questID:3": 76, "preRequisites:11": [ 94 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Almost every machine in every mod needs power, and Mekanism is no different. Create a simple power generator, to feed your machines", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Feel my power!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Feel my power!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Almost every machine in every mod needs power, and Mekanism is no different. Create a simple power generator, to feed your machines" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 76, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:coal" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:coal", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "61:10": { - "questID:3": 77, "preRequisites:11": [ 78, 79 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "All these machines with settings and chests with lots of stuff, and you\u0027re moving base. If only there was something to help you out here...", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:cardboardbox", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:cardboardbox", "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Moving Time", "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, + "partysinglereward:1": 0, + "questLogic:8": "AND", "questlogic:8": "AND", - "name:8": "Moving Time", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "All these machines with settings and chests with lots of stuff, and you\u0027re moving base. If only there was something to help you out here..." + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 77, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "consume:1": 0, - "requiredItems:9": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "mekanism:cardboardbox", "Count:3": 5, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:cardboardbox", "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "mekanism:cardboardbox", "Count:3": 5, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:cardboardbox", "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "62:10": { - "questID:3": 78, "preRequisites:11": [ 88 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Precision Sawmill increases your Wood Planks output by 50%, for a bit of power. And it gives you its leftovers as well! So very kind of it", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 5, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Sag on wood", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Sag on wood", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Precision Sawmill increases your Wood Planks output by 50%, for a bit of power. And it gives you its leftovers as well! So very kind of it" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "tag:10": { - "mekData:10": {} - }, - "Damage:2": 5, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 78, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "minecraft:log", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:log" }, "1:10": { - "id:8": "minecraft:log", "Count:3": 8, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:log" }, "2:10": { - "id:8": "minecraft:log", "Count:3": 8, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:log" }, "3:10": { - "id:8": "minecraft:log", "Count:3": 8, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:log" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 5, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2", + "tag:10": { + "mekData:10": {} + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "63:10": { - "questID:3": 79, "preRequisites:11": [ 94 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "All the items that didn\u0027t quite fit in any other category or path", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:paper", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:paper" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Misc Basic Items", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Misc Basic Items", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "All the items that didn\u0027t quite fit in any other category or path" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 79, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "64:10": { - "questID:3": 80, "preRequisites:11": [ 81 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Need your fluids elsewhere? Or maybe in your machines? \nFear no more, the Mechanical Pipes are here to save you!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:transmitter", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 0 - }, - "Damage:2": 1, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Flow like the river", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Flow like the river", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Need your fluids elsewhere? Or maybe in your machines? \nFear no more, the Mechanical Pipes are here to save you!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 80, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 8, + "Damage:2": 1, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 16, "tag:10": { "tier:3": 0 - }, - "Damage:2": 1, - "OreDict:8": "" + } } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 16, + "Damage:2": 1, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 8, "tag:10": { "tier:3": 0 - }, - "Damage:2": 1, - "OreDict:8": "" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "65:10": { - "questID:3": 81, "preRequisites:11": [ 88 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The fluid pump of Mekanism. \nNeeds to be placed above a source block, and it will drain anything connected with that source block. \nPower input from behind. Output is above. \nThe pump can be upgraded with a Filter, to get Heavy Water", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 12, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "*slurp*", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "*slurp*", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The fluid pump of Mekanism. \nNeeds to be placed above a source block, and it will drain anything connected with that source block. \nPower input from behind. Output is above. \nThe pump can be upgraded with a Filter, to get Heavy Water" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 81, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 2, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:water_bucket", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:water_bucket" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 12, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "66:10": { - "questID:3": 82, "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "With better power generation, comes better wires and storage. Upgrade your old wires and storage, and step up your power game! Also upgrade your other pipes for items/fluids/gasses", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:transmitter", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Becoming Better", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Becoming Better", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "With better power generation, comes better wires and storage. Upgrade your old wires and storage, and step up your power game! Also upgrade your other pipes for items/fluids/gasses" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 82, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", + "tag:10": { + "tier:3": 1 + } + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:transmitter", "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:energycube", - "Count:3": 1, "tag:10": { - "tier:3": 1, "mekData:10": { "security:3": 0 - } - }, - "Damage:2": 0, - "OreDict:8": "" + }, + "tier:3": 1 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:transmitter", - "Count:3": 8, - "tag:10": { - "tier:3": 1 - }, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "67:10": { - "questID:3": 83, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "You have now gotten the basics of Mekanism, and is ready to step up your game a bit", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Advanced", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Advanced", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "You have now gotten the basics of Mekanism, and is ready to step up your game a bit" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 83, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { "Count:3": 32, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 16, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "68:10": { - "questID:3": 84, "preRequisites:11": [ 81 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Basic fluid storage. Will keep its contents when broken. Can input or output from every side (not both at once).", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 11, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:machineblock2", - "Count:3": 1, "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 11, - "OreDict:8": "" + "mekData:10": {}, + "tier:3": 0 + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Holding the ocean", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Holding the ocean", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Basic fluid storage. Will keep its contents when broken. Can input or output from every side (not both at once)." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 84, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 11, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:water_bucket" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 11, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:water_bucket", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2", + "tag:10": { + "mekData:10": {}, + "tier:3": 0 + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "69:10": { - "questID:3": 85, "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Passive power generation. Who doesn\u0027t like passive power generation? Make sure to put this up high, where the wind is windier!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 6, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "A slight breeze", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "A slight breeze", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Passive power generation. Who doesn\u0027t like passive power generation? Make sure to put this up high, where the wind is windier!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 85, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 6, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "70:10": { - "questID:3": 86, "preRequisites:11": [ 94 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "When looking in a machine interface, you will see Side Config in the top left. \nIn the Side Config, you can configure each side to Input or Output (or Extra/Power/None). To automate the machine with other machines/chests, you need to set Auto-Eject to On, by clicking the \"A\" in the top right. Around the interface, you can also select Config for Fluid/Gas/Power, depending on the machine. \nMekanism has no In/Out setting, it\u0027s either In OR Out. Or None.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:basicblock2", "Count:3": 1, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Automating the Machines", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Automating the Machines", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "When looking in a machine interface, you will see Side Config in the top left. \nIn the Side Config, you can configure each side to Input or Output (or Extra/Power/None). To automate the machine with other machines/chests, you need to set Auto-Eject to On, by clicking the \"A\" in the top right. Around the interface, you can also select Config for Fluid/Gas/Power, depending on the machine. \nMekanism has no In/Out setting, it\u0027s either In OR Out. Or None." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 86, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "71:10": { - "questID:3": 87, "preRequisites:11": [ 88 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Enrichment Chamber is Mekanisms ore doubler, but is also used in all 4 tiers of Mekanism ore processing (up to quintuple (5) output). \nThe Enrichment Chamber can also increase the efficiency of infusion materials, and increase their effectivenes by x8. So for example, an enriched piece of Redstone will count as 8 pieces of Redstone in the Metallurgic Infuser", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Enriched Ores!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Enriched Ores!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Enrichment Chamber is Mekanisms ore doubler, but is also used in all 4 tiers of Mekanism ore processing (up to quintuple (5) output). \nThe Enrichment Chamber can also increase the efficiency of infusion materials, and increase their effectivenes by x8. So for example, an enriched piece of Redstone will count as 8 pieces of Redstone in the Metallurgic Infuser" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "tag:10": { - "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 87, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:oreblock", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:oreblock" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock", + "tag:10": { + "mekData:10": {} + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "72:10": { - "questID:3": 88, "preRequisites:11": [ 94 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Metallurgic Infuser is the most basic Mekanism machine, and you will need this machine a lot. \nThe Metallurgic Infuser is used to create the most basic Alloys and Circuits, but also the most advanced alloys. \nThe Infuse materials can be octuplied (times 8) in an Enrichment Chamber.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 8, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "All the alloys!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "All the alloys!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Metallurgic Infuser is the most basic Mekanism machine, and you will need this machine a lot. \nThe Metallurgic Infuser is used to create the most basic Alloys and Circuits, but also the most advanced alloys. \nThe Infuse materials can be octuplied (times 8) in an Enrichment Chamber." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 88, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 8, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:machineblock", - "Count:3": 1, "tag:10": { "mekData:10": { "upgrades:9": {} } - }, - "Damage:2": 8, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "73:10": { - "questID:3": 89, "preRequisites:11": [ 90 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "After ores have gone through the Purification Chamber, it needs to go through a Crusher. After the Crusher, it has to go through the Ore Doubling setup.\nYour total ore processing setup should now be Purification Chamber -\u003e Crusher -\u003e Enrichment Chamber -\u003e Smelter", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Munch munch", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Munch munch", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "After ores have gone through the Purification Chamber, it needs to go through a Crusher. After the Crusher, it has to go through the Ore Doubling setup.\nYour total ore processing setup should now be Purification Chamber -\u003e Crusher -\u003e Enrichment Chamber -\u003e Smelter" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 89, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } - } - } - }, - "74:10": { - "questID:3": 90, - "preRequisites:11": [ - 99 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "" - }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Ooh baby, a tripple!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "You have gotten your Ore Doubling, but that is not enough! \nThe Purification Chamber is the beginning of your ore trippling. The Purification Chamber will need Oxygen from the Electrolytical Separator." + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "74:10": { + "preRequisites:11": [ + 99 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "You have gotten your Ore Doubling, but that is not enough! \nThe Purification Chamber is the beginning of your ore trippling. The Purification Chamber will need Oxygen from the Electrolytical Separator.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 9, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock" + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Ooh baby, a tripple!", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 90, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:oreblock", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:oreblock" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" }, "3:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 9, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "75:10": { - "questID:3": 91, "preRequisites:11": [ 88 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "A standard Furnace that runs on power. Can be used to smelt ore dust, cook food and anything you would expect a normal furnace to do.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 10, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Powered Furnace", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Powered Furnace", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "A standard Furnace that runs on power. Can be used to smelt ore dust, cook food and anything you would expect a normal furnace to do." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 91, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:porkchop", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:porkchop" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 10, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "76:10": { - "questID:3": 92, "preRequisites:11": [ 93 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "If you don\u0027t know how to find the OreDict for different items, the Dictionary is here to help you out. \nSimply right click any block in the world, and it will tell you its OreDict key (if it has any). \nFor items that are not blocks, you can shift-right click with the Dictionary, and put items into its slot to get the OreDict key.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:dictionary", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:dictionary" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "OreDicts? Isn\u0027t that just ores?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "OreDicts? Isn\u0027t that just ores?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "If you don\u0027t know how to find the OreDict for different items, the Dictionary is here to help you out. \nSimply right click any block in the world, and it will tell you its OreDict key (if it has any). \nFor items that are not blocks, you can shift-right click with the Dictionary, and put items into its slot to get the OreDict key." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 92, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:dictionary", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:dictionary" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "77:10": { - "questID:3": 93, "preRequisites:11": [ 79 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Found 5 different variations of fx. Copper Ingot from dungeon chests, that\u0027s filling up your storage space? \nThe Oredictionificator can unify them into the same type of Copper Ingot. This is done by entering the oreDict key of the thing you want to convert, and selecting which variation you want (Smelt its ore, to see which one is the default). \nCheck the next quest on how to find oreDicts", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Too many variations!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Too many variations!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Found 5 different variations of fx. Copper Ingot from dungeon chests, that\u0027s filling up your storage space? \nThe Oredictionificator can unify them into the same type of Copper Ingot. This is done by entering the oreDict key of the thing you want to convert, and selecting which variation you want (Smelt its ore, to see which one is the default). \nCheck the next quest on how to find oreDicts" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 93, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 128, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" }, "1:10": { - "id:8": "mekanism:ingot", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:ingot" }, "2:10": { - "id:8": "immersiveengineering:metal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal" }, "3:10": { - "id:8": "embers:ingot_copper", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ingot_copper" }, "4:10": { - "id:8": "ic2:ingot", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:ingot" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 3, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock3" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "78:10": { - "questID:3": 94, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "This is the starting point of Mekanism, where you will get your first basic machines. \nYou will need some basic resources to get started", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Basics", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Basics", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "This is the starting point of Mekanism, where you will get your first basic machines. \nYou will need some basic resources to get started" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 94, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:iron_ingot", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_ingot" }, "1:10": { - "id:8": "mekanism:ingot", "Count:3": 16, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:ingot" }, "2:10": { - "id:8": "minecraft:redstone", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:redstone" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "79:10": { - "questID:3": 95, "preRequisites:11": [ 94 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "What is a mod with custom ores without custom armor? Osmium armor is really durable, and is on a level between Iron and Diamond, which makes for a really good early game solution", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumchestplate", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumchestplate" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Well armed!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Well armed!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "What is a mod with custom ores without custom armor? Osmium armor is really durable, and is on a level between Iron and Diamond, which makes for a really good early game solution" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 95, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumhelmet", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumpickaxe" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumchestplate", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumshovel" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumleggings", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumhoe" }, "3:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumboots", + "OreDict:8": "", + "id:8": "mekanismtools:osmiumsword" + }, + "4:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanismtools:osmiumaxe", + "tag:10": {} } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumpickaxe", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumhelmet" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumshovel", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumchestplate" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumhoe", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumleggings" }, "3:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanismtools:osmiumsword", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "4:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismtools:osmiumaxe", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismtools:osmiumboots" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "80:10": { - "questID:3": 96, "preRequisites:11": [ 79 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Ever wanted a TNT with a bit more... TNT? You might wanna take an extra step back on this one though..", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:obsidiantnt", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:obsidiantnt" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Big bada boom!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Big bada boom!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Ever wanted a TNT with a bit more... TNT? You might wanna take an extra step back on this one though.." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 96, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "mekanism:obsidiantnt", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:redstone_torch" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:redstone_torch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:obsidiantnt" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "81:10": { - "questID:3": 97, "preRequisites:11": [ 94 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Mekanism likes to use shortcuts when it comes to power display, rather than raw numbers, and they\u0027re not all obvious. So here they are: \nKRF \u003d Thousand RF (1.000)\nMRF \u003d Million RF (1.000.000)\nGRF \u003d Billion RF (1.000.000.000)\nTRF \u003d Trillion RF (1.000.000.000.000)\nPRF \u003d Quadtrillion RF (1.000.000.000.000.000)\nERF \u003d Quintillion RF (1.000.000.000.000.000.000)\nZRF \u003d Sextillion RF (1.000.000.000.000.000.000.000) \nSo for a few examples: 1.6 KRF \u003d 1.600 RF. 16.27 GRF \u003d 16.270.000.000 RF, or as most mods likes to display it: 16.270M RF", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Power Values", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Power Values", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Mekanism likes to use shortcuts when it comes to power display, rather than raw numbers, and they\u0027re not all obvious. So here they are: \nKRF \u003d Thousand RF (1.000)\nMRF \u003d Million RF (1.000.000)\nGRF \u003d Billion RF (1.000.000.000)\nTRF \u003d Trillion RF (1.000.000.000.000)\nPRF \u003d Quadtrillion RF (1.000.000.000.000.000)\nERF \u003d Quintillion RF (1.000.000.000.000.000.000)\nZRF \u003d Sextillion RF (1.000.000.000.000.000.000.000) \nSo for a few examples: 1.6 KRF \u003d 1.600 RF. 16.27 GRF \u003d 16.270.000.000 RF, or as most mods likes to display it: 16.270M RF" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 97, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "82:10": { - "questID:3": 98, "preRequisites:11": [ 99 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "With all that gas going about, you need a way to store it", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:gastank", - "Count:3": 1, "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + "mekData:10": {}, + "tier:3": 0 + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Storing the Gas", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Storing the Gas", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "With all that gas going about, you need a way to store it" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 98, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:gastank", - "Count:3": 1, "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + "mekData:10": {}, + "tier:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "83:10": { - "questID:3": 99, "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Electrolytical Separator is one of your main gas-producing machines. \nIt takes in liquid from the front, and outputs to the sides. \nEvery separatable liquid will separate into 2 gasses, and which side they will export to is fixed, so you need to plan for that. \nYou can look up the sides in JEI, by looking at the \"Item Uses\". \nYou can also fuel Jet Packs and Gas Tanks directly in the Electrolytical Separator.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Separation", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Separation", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Electrolytical Separator is one of your main gas-producing machines. \nIt takes in liquid from the front, and outputs to the sides. \nEvery separatable liquid will separate into 2 gasses, and which side they will export to is fixed, so you need to plan for that. \nYou can look up the sides in JEI, by looking at the \"Item Uses\". \nYou can also fuel Jet Packs and Gas Tanks directly in the Electrolytical Separator." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 99, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 4, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "84:10": { - "questID:3": 100, "preRequisites:11": [ 99 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "You know your mom always told you not to play with fire, but she can\u0027t stop you now! \nThe Flamethrower will need Hydrogen from the Electrolytical Separator", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:flamethrower", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "FIIIIIRRREEEEEE", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "FIIIIIRRREEEEEE", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "You know your mom always told you not to play with fire, but she can\u0027t stop you now! \nThe Flamethrower will need Hydrogen from the Electrolytical Separator" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 100, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:flamethrower", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "85:10": { - "questID:3": 101, "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "As the machines progresses on, you may start to notice that your coal is disappearing, and start looking into other power options.\nIf you have a good agriculture setup, with either wheat, or even sapling, there are ways to turn those into power.\nThe Crusher can crush organic material into Bio Fuel, which can be used to power certain machines.\nCheck the next quest for the Generator.\n\nI will recommend setting up some Bio Fuel, as its very useful for a bigger power source in Part 2", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Smashing the power!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Smashing the power!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "As the machines progresses on, you may start to notice that your coal is disappearing, and start looking into other power options.\nIf you have a good agriculture setup, with either wheat, or even sapling, there are ways to turn those into power.\nThe Crusher can crush organic material into Bio Fuel, which can be used to power certain machines.\nCheck the next quest for the Generator.\n\nI will recommend setting up some Bio Fuel, as its very useful for a bigger power source in Part 2" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 101, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:apple" + } + } + }, + "1:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:machineblock", - "Count:3": 1, "tag:10": { "mekData:10": { "upgrades:9": {} } - }, - "Damage:2": 3, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "86:10": { + "preRequisites:11": [ + 101 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Your Coal problems are now solved, when you can generate a bit of power with self-replenishing solutions.\nThe Bio-Generator uses Bio Fuel from the Crusher to generate some power. With automatic farming from other mods, you can have a very good, self-sufficient power source early on.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 4, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Power of Nature!", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 102, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:apple", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:biofuel" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } - } - } - }, - "86:10": { - "questID:3": 102, - "preRequisites:11": [ - 101 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" - }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Power of Nature!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Your Coal problems are now solved, when you can generate a bit of power with self-replenishing solutions.\nThe Bio-Generator uses Bio Fuel from the Crusher to generate some power. With automatic farming from other mods, you can have a very good, self-sufficient power source early on." + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:biofuel", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - } - } - }, - "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "87:10": { - "questID:3": 103, "preRequisites:11": [ 99 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Flight! Well, it\u0027s not true flight, like creative flight, but it\u0027s flight nontheless! \nThe Jetpack requires Hydrogen to fly, which you get from the Electrolytical Separator. You can fuel it directly in the Electrolytical Separator, or from a Gas Tank. \nThe Jetpack also has an Armored version.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:jetpack", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The higher you fly..", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The higher you fly..", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Flight! Well, it\u0027s not true flight, like creative flight, but it\u0027s flight nontheless! \nThe Jetpack requires Hydrogen to fly, which you get from the Electrolytical Separator. You can fuel it directly in the Electrolytical Separator, or from a Gas Tank. \nThe Jetpack also has an Armored version." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 103, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:jetpack", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "88:10": { - "questID:3": 104, "preRequisites:11": [ 103 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Free Runners will absorb all of your fall damage, you could get from flying a tad too high with your Jetpack. They do require power to absorb the damage though. \nYou power them by standing on a powered Charge Pad", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:freerunners", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": ".. the harder you fall", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": ".. the harder you fall", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Free Runners will absorb all of your fall damage, you could get from flying a tad too high with your Jetpack. They do require power to absorb the damage though. \nYou power them by standing on a powered Charge Pad" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 104, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:freerunners", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "89:10": { - "questID:3": 105, "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Configurator is the Wrench of Mekanism, and has a few functions. Lets start off with wires. \nRight clicking on a Wire/Pipe/Tube, will turn its Redstone Sensitivity on or off. While on, the cable will be disabled while gaining a redstone signal. If you shift-right click on the connecting points, you can change the wires side to be either PUSH, PULL, NONE or NORMAL. For cross-mod interaction, it can often be a requirement for it to be set to PULL to accept items.\nFor Logistical Pipes, it can set a color to the pipe when you shift-right click on its center, which is used to direct items a certain direction with the Logistical Sorter. \nThe Configurator can also config the sides of machines, without having to enter the GUI. By default, it will change side config for Item Transfers, however you can change its function with its default keybind M (You may need to rebind that), in case a machine has more than 1 type of in/output (like Items, Fluids, Gas, Heat, Energy). But, if a machine only has fx Fluid Output, it will always config the fluid output, no matter the current function. \nThe Configurator also has a Wrench function, which can rotate machines on right click and break machines and wires on shift-right click. Again, press M (or your rebound key) to get to it.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:configurator", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Configuring the Pipes!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Configuring the Pipes!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Configurator is the Wrench of Mekanism, and has a few functions. Lets start off with wires. \nRight clicking on a Wire/Pipe/Tube, will turn its Redstone Sensitivity on or off. While on, the cable will be disabled while gaining a redstone signal. If you shift-right click on the connecting points, you can change the wires side to be either PUSH, PULL, NONE or NORMAL. For cross-mod interaction, it can often be a requirement for it to be set to PULL to accept items.\nFor Logistical Pipes, it can set a color to the pipe when you shift-right click on its center, which is used to direct items a certain direction with the Logistical Sorter. \nThe Configurator can also config the sides of machines, without having to enter the GUI. By default, it will change side config for Item Transfers, however you can change its function with its default keybind M (You may need to rebind that), in case a machine has more than 1 type of in/output (like Items, Fluids, Gas, Heat, Energy). But, if a machine only has fx Fluid Output, it will always config the fluid output, no matter the current function. \nThe Configurator also has a Wrench function, which can rotate machines on right click and break machines and wires on shift-right click. Again, press M (or your rebound key) to get to it." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 105, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:configurator", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "90:10": { - "questID:3": 106, "preRequisites:11": [ 99 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "With all that gas going about, you need a way to safely transport it", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:transmitter", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Another state of matter!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Another state of matter!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "With all that gas going about, you need a way to safely transport it" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 106, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 8, + "Damage:2": 2, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 16, "tag:10": { "tier:3": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + } } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 16, + "Damage:2": 2, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 8, "tag:10": { "tier:3": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "91:10": { - "questID:3": 107, "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Feeling your machines are running slow? Good thing there\u0027s upgrades for those things! Upgrades stack up to 8 times (Muffling stacks to 4, with 4 being completely silent)", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Harder, Better, Faster, Stronger", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Harder, Better, Faster, Stronger", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Feeling your machines are running slow? Good thing there\u0027s upgrades for those things! Upgrades stack up to 8 times (Muffling stacks to 4, with 4 being completely silent)" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 107, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:mufflingupgrade" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:mufflingupgrade", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "92:10": { - "questID:3": 108, "preRequisites:11": [ 79 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Very simple RF powered auto-crafter. Materials can be inserted manually or through pipes into its internal buffer. \nFor the Formulaic Assemblicator to craft anything, it needs a Crafting Formula inserted into it (so yes, it can only craft 1 thing at a time). \nYou set up the recipe in the Formulic Assemblicator, put in a Crafting Formula and Encode the pattern. \nYou can now use it to craft that item, either automatically, or when you tell it to.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 5, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Doing the job for you", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Doing the job for you", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Very simple RF powered auto-crafter. Materials can be inserted manually or through pipes into its internal buffer. \nFor the Formulaic Assemblicator to craft anything, it needs a Crafting Formula inserted into it (so yes, it can only craft 1 thing at a time). \nYou set up the recipe in the Formulic Assemblicator, put in a Crafting Formula and Encode the pattern. \nYou can now use it to craft that item, either automatically, or when you tell it to." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 108, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock3", "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { + "Damage:2": 0, + "OreDict:8": "", "id:8": "mekanism:craftingformula", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 5, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock3" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "93:10": { - "questID:3": 109, "preRequisites:11": [ 76 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The basic energy storage for Mekanism", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:energycube", - "Count:3": 1, "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + "mekData:10": {}, + "tier:3": 0 + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Better than batteries", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Better than batteries", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The basic energy storage for Mekanism" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 109, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:coal" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:energycube", - "Count:3": 1, "tag:10": { "tier:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:coal", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "94:10": { - "questID:3": 110, "preRequisites:11": [ 79 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Damn right it\u0027s a balloon! \nThose can be used for cosmetic purposes, or they can keep mobs in place. \nRight click with the balloon, and you will let go of it, and it will fly up till its heart desires. Or freezes up in the atmosphere.\nShift-Right Click with it, and you will place it on the ground, or on a mob. \nPutting a balloon on a mob will make it hover above the ground, unable to move. Can still be pushed around", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:balloon", "Count:3": 1, "Damage:2": 15, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:balloon" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Is that a balloon?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Is that a balloon?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Damn right it\u0027s a balloon! \nThose can be used for cosmetic purposes, or they can keep mobs in place. \nRight click with the balloon, and you will let go of it, and it will fly up till its heart desires. Or freezes up in the atmosphere.\nShift-Right Click with it, and you will place it on the ground, or on a mob. \nPutting a balloon on a mob will make it hover above the ground, unable to move. Can still be pushed around" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 110, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:spawn_egg", + "tag:10": { + "EntityTag:10": { + "id:8": "minecraft:cow" + } + } + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:balloon", "Count:3": 5, "Damage:2": 15, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:balloon" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "minecraft:spawn_egg", - "Count:3": 1, - "tag:10": { - "EntityTag:10": { - "id:8": "minecraft:cow" - } - }, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "95:10": { - "questID:3": 111, "preRequisites:11": [ 79 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "A locked chest or a backpack? Why not both. \nThis chest is a double-chest, that can be placed on the ground, or opened while it\u0027s in your hand. Very handy for long trips", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 13, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "It is very personal, kid.", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "It is very personal, kid.", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "A locked chest or a backpack? Why not both. \nThis chest is a double-chest, that can be placed on the ground, or opened while it\u0027s in your hand. Very handy for long trips" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 111, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 13, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "96:10": { - "questID:3": 112, "preRequisites:11": [ 88 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Tired of setting up the same configuration on every machine, because they happen to have the same input/output?\nWith the Configuration Card, you can shift-right click on a Machine to copy its settings (all of them), and then right click on a Machine to paste them.\nThis only works on machines of the same type.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:configurationcard", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Copy/Paste", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Copy/Paste", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Tired of setting up the same configuration on every machine, because they happen to have the same input/output?\nWith the Configuration Card, you can shift-right click on a Machine to copy its settings (all of them), and then right click on a Machine to paste them.\nThis only works on machines of the same type." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 112, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:configurationcard", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "97:10": { - "questID:3": 113, "preRequisites:11": [ 81 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Now that you\u0027ve drained up a lot of water, maybe you want to fill up a lake? Lets get going shall we? \nIt will fill up everything below it with a source block, with the liquid you give it. \nPower goes in from behind, fluid inputs from above (recommending pipes)..\n\nNote: The Fluidic Plenisher can check and place a maximum of 4000 souce blocks, before it stops, so it needs to be moved after that.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 12, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "*buurp*", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "*buurp*", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Now that you\u0027ve drained up a lot of water, maybe you want to fill up a lake? Lets get going shall we? \nIt will fill up everything below it with a source block, with the liquid you give it. \nPower goes in from behind, fluid inputs from above (recommending pipes)..\n\nNote: The Fluidic Plenisher can check and place a maximum of 4000 souce blocks, before it stops, so it needs to be moved after that." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 113, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:water_bucket", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:water_bucket" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 12, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "98:10": { - "questID:3": 114, "preRequisites:11": [ 99 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Ever wanted to take a long swim? \nWith the Diving Gear, you can go on for ages! Given you don\u0027t run out of Oxygen that is - or get blasted by a Guardian. \nThis diving gear will need Oxygen from an Electrolytical Separator", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:scubatank", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Time for a dive", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Time for a dive", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Ever wanted to take a long swim? \nWith the Diving Gear, you can go on for ages! Given you don\u0027t run out of Oxygen that is - or get blasted by a Guardian. \nThis diving gear will need Oxygen from an Electrolytical Separator" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 114, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:gasmask", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:scubatank", - "Count:3": 1, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { - "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:potion", - "Count:3": 1, - "tag:10": { - "Potion:8": "minecraft:night_vision" - }, - "Damage:2": 0, - "OreDict:8": "" + "Potion:8": "minecraft:night_vision" + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 3, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:gasmask" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:scubatank", + "tag:10": { + "mekData:10": {} + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "99:10": { - "questID:3": 115, "preRequisites:11": [ 99 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Ever had some leftover gas/liquid in a machine that you can\u0027t remove because you can\u0027t pull it out? \nThe Gauge Dropper can remove gas/liquid from any Mekanism machines input or output slot, and either insert it into another input or output slot, or void it. \nSimply click the Gas/Liquid with the Gauge Dropper in the machine interface (like you\u0027re about to Drag-n\u0027-drop it) to extract it, and right click to insert it (given it is in the correct input/output slot). \nYou can also Shift-Click with it on a gas/liquid to void all its stored contents in that slot, or shift-right click with it to void its own contents.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:gaugedropper", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Leftovers", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Leftovers", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Ever had some leftover gas/liquid in a machine that you can\u0027t remove because you can\u0027t pull it out? \nThe Gauge Dropper can remove gas/liquid from any Mekanism machines input or output slot, and either insert it into another input or output slot, or void it. \nSimply click the Gas/Liquid with the Gauge Dropper in the machine interface (like you\u0027re about to Drag-n\u0027-drop it) to extract it, and right click to insert it (given it is in the correct input/output slot). \nYou can also Shift-Click with it on a gas/liquid to void all its stored contents in that slot, or shift-right click with it to void its own contents." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 115, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:gaugedropper", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "100:10": { - "questID:3": 116, "preRequisites:11": [ 79 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Got too many stacks of Cobblestone, and big chests are just kind of meh? \nThe Bins can only store 1 kind of item at a time, but they can store an absurd amount of that 1 item. And it can be upgraded too, to store even more!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 6, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:basicblock", - "Count:3": 1, "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 6, - "OreDict:8": "" + "mekData:10": {}, + "tier:3": 0 + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Yet Another Better Barrels Attempt", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Yet Another Better Barrels Attempt", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Got too many stacks of Cobblestone, and big chests are just kind of meh? \nThe Bins can only store 1 kind of item at a time, but they can store an absurd amount of that 1 item. And it can be upgraded too, to store even more!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 116, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 6, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:basicblock", - "Count:3": 1, "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 6, - "OreDict:8": "" + "mekData:10": {}, + "tier:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:tierinstaller", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, "101:10": { - "questID:3": 117, "preRequisites:11": [ 88 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Steel is an important part of Mekanism. \nSteel Blend is created in the Metallurgic Infuser with 1 Iron and 2 Coal. Infuse the Iron with 1 Coal to get Enriched Iron, then infuse that with Coal again, to get Steel Blend. \nSmelt that Steel Blend to get Steel Ingots", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 160, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "But can jet fuel melt it?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "But can jet fuel melt it?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Steel is an important part of Mekanism. \nSteel Blend is created in the Metallurgic Infuser with 1 Iron and 2 Coal. Infuse the Iron with 1 Coal to get Enriched Iron, then infuse that with Coal again, to get Steel Blend. \nSmelt that Steel Blend to get Steel Ingots" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "thermalfoundation:material", - "Count:3": 8, - "Damage:2": 160, - "OreDict:8": "ingotSteel" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 117, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:basicblock", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 160, + "OreDict:8": "ingotSteel", + "id:8": "thermalfoundation:material" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "102:10": { - "questID:3": 118, "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Logistical Sorter and Logistical Pipes are your main item transfer method in Mekanism. \nThe Logistical Sorter has options to output specific items to specific colors channels, or if you want it to output everything, enable Auto-Eject. \nRR (Round Robin) will split all items evenly to multiple destinations. \nYou can also set up Filters for specific items (either Specific, OreDict, Material or Mod ID). \nFor Specific, you have to drag an item into its item slot. \nFor OreDict, you either drag an item, or write the OreDict key of the items you want to move. You can also specify it to take fx everything that has \"ore\" in its OreDict (like every Ore does), by writing the Key like \"ore*\". Also works for stuff like \"ingot*\", \"chest*\" etc. \nFor Material, you place an item, and it will extract all items related to the material (ie Oak Planks Material will extract stuff like Oak Chest, Oak Slabs, Oak Stairs etc). NOTE: Only placable blocks can be used as Material. \nFor ModID, you have to specify the name of the mod, by going with its ID Name (like \"minecraft\" for vanilla, \"thermalexpansion\" for Thermal Expansion, and so on). \nEach filter can be assigned to a Color. Setting colors will be covered in the Configurator quest", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 15, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "You go there, you go there..", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "You go there, you go there..", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Logistical Sorter and Logistical Pipes are your main item transfer method in Mekanism. \nThe Logistical Sorter has options to output specific items to specific colors channels, or if you want it to output everything, enable Auto-Eject. \nRR (Round Robin) will split all items evenly to multiple destinations. \nYou can also set up Filters for specific items (either Specific, OreDict, Material or Mod ID). \nFor Specific, you have to drag an item into its item slot. \nFor OreDict, you either drag an item, or write the OreDict key of the items you want to move. You can also specify it to take fx everything that has \"ore\" in its OreDict (like every Ore does), by writing the Key like \"ore*\". Also works for stuff like \"ingot*\", \"chest*\" etc. \nFor Material, you place an item, and it will extract all items related to the material (ie Oak Planks Material will extract stuff like Oak Chest, Oak Slabs, Oak Stairs etc). NOTE: Only placable blocks can be used as Material. \nFor ModID, you have to specify the name of the mod, by going with its ID Name (like \"minecraft\" for vanilla, \"thermalexpansion\" for Thermal Expansion, and so on). \nEach filter can be assigned to a Color. Setting colors will be covered in the Configurator quest" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 118, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:transmitter", "Count:3": 8, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 0 - }, - "Damage:2": 3, - "OreDict:8": "" + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:enrichedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } - } - } - }, - "103:10": { - "questID:3": 119, - "preRequisites:11": [ - 120 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Dayer Light", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Harnesing the power of the sun!.. in an advanced way!" + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 15, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, - "104:10": { - "questID:3": 120, + "103:10": { "preRequisites:11": [ - 83 + 120 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Harnesing the power of the sun!.. in an advanced way!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 5, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Dayer Light", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Day Light", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Harnesing the power of the sun!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 119, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 5, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 3, - "Damage:2": 1, - "OreDict:8": "" - } - } - } } }, - "105:10": { - "questID:3": 121, + "104:10": { "preRequisites:11": [ 83 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Harnesing the power of the sun!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "tag:10": { - "recipeType:3": 0 - }, - "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Day Light", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "My First Factory", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Why have 3 machines when you can just have 1? \nBasic Factories have 3 processing slots, so it can run 3 operations at once, but also with a higher power cost. \n\nThe Crafting Task will show Basic Smelting Factory to be required, but any Basic Factory will do" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 120, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "tag:10": { - "recipeType:3": 0, - "mekData:10": {} - }, - "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "105:10": { + "preRequisites:11": [ + 83 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Why have 3 machines when you can just have 1? \nBasic Factories have 3 processing slots, so it can run 3 operations at once, but also with a higher power cost. \n\nThe Crafting Task will show Basic Smelting Factory to be required, but any Basic Factory will do", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 5, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock", + "tag:10": { + "recipeType:3": 0 + } + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "My First Factory", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 121, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:tierinstaller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" }, "3:10": { - "id:8": "mekanism:tierinstaller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 5, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock", + "tag:10": { + "mekData:10": {}, + "recipeType:3": 0 + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "106:10": { - "questID:3": 122, "preRequisites:11": [ 75 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Ever wondered exactly how much power flows through your wires? How much fluid or gas goes through the pipes? Use this to take a little read on the network!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:networkreader", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Power Stalk", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Power Stalk", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Ever wondered exactly how much power flows through your wires? How much fluid or gas goes through the pipes? Use this to take a little read on the network!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 122, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:enrichedalloy" + }, + "1:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:networkreader", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:enrichedalloy", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "107:10": { - "questID:3": 123, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Thermal Evaporation Plants (TEP) uses heat, either generated from machines, or from the sun. It can turn Water into Brine, or Brine into Lithium. \nTo build the TEP, you need to make a 4x4 solid base out of Thermal Evaporation Blocks, then make walls (with corners) on top of that base with Thermal Evaporation Blocks. \nOn the structure, you will need 1 Controller and at least 2 Valves. The corner blocks MUST be Thermal Evaporation Blocks. It has a minimum height of 3 blocks (incl the base) and a max height of 17 (incl the solar panels). \nThere\u0027s 2 ways for the TEP to generate heat. It can either collect heat by itself, which depends on biome (Desert is best). You can speed up heat collection by putting Advanced Solar Panels on top, on the corners, with Thermal Evaporation Blocks in between. It must be daytime for it to collect Heat. \nAlternatively you can pump in Heat with Fuelwood or Resistive Heaters. This does require an additional Valve to be attatched to the TEP, but eliminates the night cycle and biome problems. \nThe height of the TEP increases its in and output buffer, but also increases the amount of heat it can hold, and thus increasing the production rate. \n\nTEP does, unlike every other multiblock structure, not accept Structural Glass", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:basicblock", "Count:3": 1, "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Water Processing", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Water Processing", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Thermal Evaporation Plants (TEP) uses heat, either generated from machines, or from the sun. It can turn Water into Brine, or Brine into Lithium. \nTo build the TEP, you need to make a 4x4 solid base out of Thermal Evaporation Blocks, then make walls (with corners) on top of that base with Thermal Evaporation Blocks. \nOn the structure, you will need 1 Controller and at least 2 Valves. The corner blocks MUST be Thermal Evaporation Blocks. It has a minimum height of 3 blocks (incl the base) and a max height of 17 (incl the solar panels). \nThere\u0027s 2 ways for the TEP to generate heat. It can either collect heat by itself, which depends on biome (Desert is best). You can speed up heat collection by putting Advanced Solar Panels on top, on the corners, with Thermal Evaporation Blocks in between. It must be daytime for it to collect Heat. \nAlternatively you can pump in Heat with Fuelwood or Resistive Heaters. This does require an additional Valve to be attatched to the TEP, but eliminates the night cycle and biome problems. \nThe height of the TEP increases its in and output buffer, but also increases the amount of heat it can hold, and thus increasing the production rate. \n\nTEP does, unlike every other multiblock structure, not accept Structural Glass" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "mekanism:basicblock", - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:basicblock", - "Count:3": 2, - "Damage:2": 15, - "OreDict:8": "" - }, - "2:10": { - "id:8": "mekanism:basicblock2", - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 123, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 4, + "Damage:2": 5, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 4, - "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 14, + "OreDict:8": "", + "id:8": "mekanism:basicblock" + }, + "1:10": { + "Count:3": 2, + "Damage:2": 15, + "OreDict:8": "", + "id:8": "mekanism:basicblock" + }, + "2:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:basicblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "108:10": { - "questID:3": 124, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "You have learned the advanced ways of Mekanism, but there is still more! It\u0027s time for The Elite part. As things gets more complex, this does also mean that there will be a big cut in \"funny\" descriptions, and be more explanation.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Elite", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Elite", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "You have learned the advanced ways of Mekanism, but there is still more! It\u0027s time for The Elite part. As things gets more complex, this does also mean that there will be a big cut in \"funny\" descriptions, and be more explanation." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 124, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 16, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "109:10": { - "questID:3": 125, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Time to upgrade your wires and pipes once again!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:transmitter", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 2 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Another Wire Upgrade", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Another Wire Upgrade", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Time to upgrade your wires and pipes once again!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 125, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "mekanism:transmitter", "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 2 - }, - "Damage:2": 0, - "OreDict:8": "" + } } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "mekanism:transmitter", "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 2 - }, - "Damage:2": 0, - "OreDict:8": "" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "110:10": { - "questID:3": 126, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Fusion Reactor needs 2 types of fuel, and Tritium is one of them. \nFirst you need to make Liquid Lithium, which you make in a Thermal Evaporation Plant, but, instead of pumping Water into it, you want to pump Brine into it. \nSo you will need 2 Thermal Evaporation Plants.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forge:bucketfilled", - "Count:3": 1, "tag:10": { - "FluidName:8": "lithium", - "Amount:3": 1000 - }, - "Damage:2": 0, - "OreDict:8": "" + "Amount:3": 1000, + "FluidName:8": "lithium" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Can it make batteries?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Can it make batteries?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Fusion Reactor needs 2 types of fuel, and Tritium is one of them. \nFirst you need to make Liquid Lithium, which you make in a Thermal Evaporation Plant, but, instead of pumping Water into it, you want to pump Brine into it. \nSo you will need 2 Thermal Evaporation Plants." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 126, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 5, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" + } + } + }, + "1:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:basicblock", "Count:3": 2, "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock" }, "1:10": { - "id:8": "mekanism:basicblock", "Count:3": 4, "Damage:2": 15, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock" }, "2:10": { - "id:8": "mekanism:basicblock2", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, "3:10": { - "id:8": "mekanism:basicblock2", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanismgenerators:generator", - "Count:3": 4, - "Damage:2": 5, - "OreDict:8": "" - } - } - }, - "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "id:8": "mekanism:atomicalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 3, - "OreDict:8": "" - } - } - } } }, "111:10": { - "questID:3": 127, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "You have gone through the steps of The Elite, but there is still the last part - The Ultimate! This contains the most lategame of Mekanism, including its most powerful power generation and storage, and Quintuple Ore Processing", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Ultimate", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Ultimate", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "You have gone through the steps of The Elite, but there is still the last part - The Ultimate! This contains the most lategame of Mekanism, including its most powerful power generation and storage, and Quintuple Ore Processing" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 127, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 16, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "112:10": { - "questID:3": 128, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Quantum Entangloporters are for your long-range transport of either items, power, fluids or gasses (Heat seems to be non-functional in Mekanism 9.2).\nTo get started with it, place it down and assign it either a public or private channel (pipes wont connect otherwise). \nThis QE has all the Side Configs available, and everything (including Energy) has Auto-push set to Off, so make sure to set all of them to On, if it\u0027s your output QE. \nThe stats of the QE is (as per Mekanism 9.2, MC1.10.2): \n1 item per second\n6.4 Million RF/t\n256 mb/t gas/fluid. \nThis limit is per channel, so you can\u0027t have 2 pairs of QEs to transfer 800k RF/t on the same channel. You can still have 2 pairs of QEs on 2 different channels to transfer 800k RF/t.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Long distance relations", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Long distance relations", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Quantum Entangloporters are for your long-range transport of either items, power, fluids or gasses (Heat seems to be non-functional in Mekanism 9.2).\nTo get started with it, place it down and assign it either a public or private channel (pipes wont connect otherwise). \nThis QE has all the Side Configs available, and everything (including Energy) has Auto-push set to Off, so make sure to set all of them to On, if it\u0027s your output QE. \nThe stats of the QE is (as per Mekanism 9.2, MC1.10.2): \n1 item per second\n6.4 Million RF/t\n256 mb/t gas/fluid. \nThis limit is per channel, so you can\u0027t have 2 pairs of QEs to transfer 800k RF/t on the same channel. You can still have 2 pairs of QEs on 2 different channels to transfer 800k RF/t." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 128, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 2, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:atomicalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 3, - "OreDict:8": "" - } - } - } } }, "113:10": { - "questID:3": 129, "preRequisites:11": [ 127, 130 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The final stage of Mekanism Ore Processing, and overall it\u0027s going to be a big setup. The Quintuple Ore Processing adds 3 steps of processing the ores, and 4 steps of gas production. \nThe gas production is covered in the linked quests. \nFor the ore processing, it goes through the Chemical Dissolution Chamber, where Sulfuric Acid (left gas input) and ores (top item input) are added.\nThen outputs (right gas output) to the Chemical Washer where Water is added (top fluid input)\nThen outputs (right gas output) to the Chemical Crystalizer (right item output). \nAfter the Crystalizer, it has to go through the Quadruple Ore Processing and down. \nNOTE: You may want a x5 set for every processable ore (7 different ores in 9.2.2), as it may not use all the fluids when fully upgraded.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 6, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "That\u0027s a lot of ingots..", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "OR", - "name:8": "That\u0027s a lot of ingots..", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The final stage of Mekanism Ore Processing, and overall it\u0027s going to be a big setup. The Quintuple Ore Processing adds 3 steps of processing the ores, and 4 steps of gas production. \nThe gas production is covered in the linked quests. \nFor the ore processing, it goes through the Chemical Dissolution Chamber, where Sulfuric Acid (left gas input) and ores (top item input) are added.\nThen outputs (right gas output) to the Chemical Washer where Water is added (top fluid input)\nThen outputs (right gas output) to the Chemical Crystalizer (right item output). \nAfter the Crystalizer, it has to go through the Quadruple Ore Processing and down. \nNOTE: You may want a x5 set for every processable ore (7 different ores in 9.2.2), as it may not use all the fluids when fully upgraded." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "" - }, - "2:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 129, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:iron_ore", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_ore" }, "1:10": { - "id:8": "minecraft:gold_ore", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:gold_ore" }, "2:10": { - "id:8": "mekanism:oreblock", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:oreblock" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 18, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 18, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 18, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 6, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 7, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 8, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "114:10": { - "questID:3": 130, "preRequisites:11": [ 131, 142 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Now that you have Sulfur Trioxide, it\u0027s time to add the final ingredient in the next Chemical Infuser! Water Vapor. \nMix it with the Sulfur Trioxide to get Sulfuric Acid (gas). The Sulfuric Acid goes into the Chemical Dissolution Chamber along with the ores.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Mix it up with some vapors..", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Mix it up with some vapors..", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Now that you have Sulfur Trioxide, it\u0027s time to add the final ingredient in the next Chemical Infuser! Water Vapor. \nMix it with the Sulfur Trioxide to get Sulfuric Acid (gas). The Sulfuric Acid goes into the Chemical Dissolution Chamber along with the ores." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 2, - "Damage:2": 2, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 130, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 2, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "115:10": { - "questID:3": 131, "preRequisites:11": [ 132 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 0, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Add some Oxygen to the Sulfur Dioxide in the Chemical Infuser, outputs Sulfur Trioxide (gas) at front.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "false", + "lockedprogress:1": 0, + "name:8": "Some air to the sulfur..", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Some air to the sulfur..", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Add some Oxygen to the Sulfur Dioxide in the Chemical Infuser, outputs Sulfur Trioxide (gas) at front." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "tag:10": { - "mekData:10": { - "security:3": 0 - } - }, - "Damage:2": 2, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 131, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } - } - } - }, - "116:10": { - "questID:3": 132, - "preRequisites:11": [ - 127 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Oxydizing sulfur", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The main ingredient for Sulfuric Acid is... Sulfur. \nPut Sulfur in the Chemical Oxydizer to get Sulfur Dioxide (gas). \nItem Input is on the left, top or bottom. Gas output is on the Right" + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "tag:10": { + "mekData:10": { + "security:3": 0 + } + } } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "116:10": { + "preRequisites:11": [ + 127 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The main ingredient for Sulfuric Acid is... Sulfur. \nPut Sulfur in the Chemical Oxydizer to get Sulfur Dioxide (gas). \nItem Input is on the left, top or bottom. Gas output is on the Right", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 1, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Oxydizing sulfur", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 132, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:otherdust", "Count:3": 32, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:otherdust" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 1, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "117:10": { - "questID:3": 133, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Auto-Miner/Quarry of Mekanism. It can be specified to mine everything, or specific things. \nIt takes power from the sides, outputs in the back, and takes in filler blocks above. \nIt can mine with Silk Touch for an increased power cost, and fill in mined blocks, if you provide it with filler blocks. \nWhat it mines is defined in its Filters in the Config section. \nIt\u0027s configuration works a lot like the Logistical Sorter, where it can sort by ItemID, OreDict, Material or ModID. For an explanation on those, check the Logistical Sorter quest. \nIn the Config Screen, you can also set its Min and Max mining height, and its mining radius. \nWhen chaning these values, you MUST click the Check Marker or Enter to apply the changes. \nThe Digital Miner has a maximum radius of 32 blocks, and goes from y0 to y255. \nClick Start to start it, Stop to stop it, and click \"R (Reset)\", if you want to change its configuration. Click the \"S\" to toggle Silk Touch, \"A\" for Auto-Eject to back chest, \"P\" to Auto-Pull from top chest, in case of block-filling.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Feeling picky?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Feeling picky?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Auto-Miner/Quarry of Mekanism. It can be specified to mine everything, or specific things. \nIt takes power from the sides, outputs in the back, and takes in filler blocks above. \nIt can mine with Silk Touch for an increased power cost, and fill in mined blocks, if you provide it with filler blocks. \nWhat it mines is defined in its Filters in the Config section. \nIt\u0027s configuration works a lot like the Logistical Sorter, where it can sort by ItemID, OreDict, Material or ModID. For an explanation on those, check the Logistical Sorter quest. \nIn the Config Screen, you can also set its Min and Max mining height, and its mining radius. \nWhen chaning these values, you MUST click the Check Marker or Enter to apply the changes. \nThe Digital Miner has a maximum radius of 32 blocks, and goes from y0 to y255. \nClick Start to start it, Stop to stop it, and click \"R (Reset)\", if you want to change its configuration. Click the \"S\" to toggle Silk Touch, \"A\" for Auto-Eject to back chest, \"P\" to Auto-Pull from top chest, in case of block-filling." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 133, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:anchorupgrade", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:anchorupgrade" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 4, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "118:10": { - "questID:3": 134, "preRequisites:11": [ 135 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Rotary Condensentrator (RC) can turn Liquid into Gas, and vice versa. \nThe RC is side specific for Gas/Liquid in/output. \nThe small (left when placed in front) connection is for Gas, the big (right when placed in front) connection is for Liquid. You can also just see if the cable connects or not. \nIn the GUI you can switch its conversion function. Condensentrating for Gas to Liquid, and De-Condensentrating for Liquid to Gas. \nThere is no Auto-Eject with the RC, so to pull from it, you will have to use the Configurator to set your output pipe to PULL.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Changing the state of matter!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Changing the state of matter!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Rotary Condensentrator (RC) can turn Liquid into Gas, and vice versa. \nThe RC is side specific for Gas/Liquid in/output. \nThe small (left when placed in front) connection is for Gas, the big (right when placed in front) connection is for Liquid. You can also just see if the cable connects or not. \nIn the GUI you can switch its conversion function. Condensentrating for Gas to Liquid, and De-Condensentrating for Liquid to Gas. \nThere is no Auto-Eject with the RC, so to pull from it, you will have to use the Configurator to set your output pipe to PULL." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "tag:10": { - "mekData:10": { - "security:3": 0 - } - }, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 134, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2", + "tag:10": { + "mekData:10": { + "security:3": 0 + } + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "119:10": { - "questID:3": 135, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "[This quest chain focuses on HDPE Pellets] \nPressurized Reaction Chamber is used to create Ethylene, Substrate and HDPE Pellets from Biofuel. \nIts first function is creating Substrate from Biofuel, Hydrogen and Water, with Ethylene (gas) as a side product. \nYou may want to configure the in/output sides on the PRC. \nThe Substrate and Ethylene is going to be used in the following quests.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 10, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Too Much Pressure!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Too Much Pressure!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "[This quest chain focuses on HDPE Pellets] \nPressurized Reaction Chamber is used to create Ethylene, Substrate and HDPE Pellets from Biofuel. \nIts first function is creating Substrate from Biofuel, Hydrogen and Water, with Ethylene (gas) as a side product. \nYou may want to configure the in/output sides on the PRC. \nThe Substrate and Ethylene is going to be used in the following quests." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 135, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:biofuel", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:biofuel" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 10, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "120:10": { - "questID:3": 136, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Multiblock structure that allows you to teleport between Teleporter setups. \nThe structure is a Teleporter at the bottom middle, with a 3x1x4 frame. The Teleporter does require power to function, but uses very little per teleport. \nTo set up the teleporters, you need to set it to a Frequency (or make one), and then set the other end to the same Frequency to link them. \nMore than 2 Teleporters linked to the same Frequency can be wonky, so you might want to have an Entrance and an Exit portal at each location (if you have more than 2 locations)", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 11, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Fast Travel", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Fast Travel", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Multiblock structure that allows you to teleport between Teleporter setups. \nThe structure is a Teleporter at the bottom middle, with a 3x1x4 frame. The Teleporter does require power to function, but uses very little per teleport. \nTo set up the teleporters, you need to set it to a Frequency (or make one), and then set the other end to the same Frequency to link them. \nMore than 2 Teleporters linked to the same Frequency can be wonky, so you might want to have an Entrance and an Exit portal at each location (if you have more than 2 locations)" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "mekanism:basicblock", - "Count:3": 18, - "Damage:2": 7, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 2, - "tag:10": { - "mekData:10": {} - }, - "Damage:2": 11, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 136, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:portableteleporter", - "Count:3": 1, "tag:10": { "mekData:10": { "energyStored:6": 1000000.0 } - }, - "Damage:2": 0, - "OreDict:8": "" + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 18, + "Damage:2": 7, + "OreDict:8": "", + "id:8": "mekanism:basicblock" + }, + "1:10": { + "Count:3": 2, + "Damage:2": 11, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock", + "tag:10": { + "mekData:10": {} + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "121:10": { - "questID:3": 137, "preRequisites:11": [ 138 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "To start the Fusion Reactor itself, there are serveral things that needs to be in order. \nAlmost all of these are covered by quests, the rest are here. \nYou need enough RF stored in the Laser Amplifier (~800mil RF or more). \nYou need to produce Deterium and Tritium as fuel for the Reactor. \nYou need a Hohlraum with D-T Fuel in the Controller. \nThe next step, is to go into the Controller, go to Fuel and set the Injection Rate to 2. \nAfter that, you activate the Laser Amplifier (by setting redstone mode from \"High\" to \"Low\", or giving it a redstone signal) to shoot into the Laser Matrix Focus, which should cause the ignition. \nIf it didn\u0027t, you have to store up RF again and possibly place a new Hohlraum in the Controller.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 14, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Ignition", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Ignition", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "To start the Fusion Reactor itself, there are serveral things that needs to be in order. \nAlmost all of these are covered by quests, the rest are here. \nYou need enough RF stored in the Laser Amplifier (~800mil RF or more). \nYou need to produce Deterium and Tritium as fuel for the Reactor. \nYou need a Hohlraum with D-T Fuel in the Controller. \nThe next step, is to go into the Controller, go to Fuel and set the Injection Rate to 2. \nAfter that, you activate the Laser Amplifier (by setting redstone mode from \"High\" to \"Low\", or giving it a redstone signal) to shoot into the Laser Matrix Focus, which should cause the ignition. \nIf it didn\u0027t, you have to store up RF again and possibly place a new Hohlraum in the Controller." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 137, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "122:10": { - "questID:3": 138, "preRequisites:11": [ 127, 153, @@ -11829,1162 +12085,1186 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "This is the ultimate Reactor for Mekanism, that has a minimum generation of 200.000 rf/t. \nIt\u0027s quite complicated to get starting, so the explanation will be split between the connected quests of the Fusion Reactor. \nThis quest will explain the structure of the Fusion Reactor. \nThe base is going to be a 3x3 of Reactor Casing, with 1 additional Casing at N, S, E and W (13 blocks total). \nThe 2nd layer will form a 5x5 square without corners on top (12 blocks total). \nThe 3rd layer will a 5x5 square With corners. One of the middle blocks has to be the Laser Focus Matrix, side doesn\u0027t matter (16 blocks total). \nThe 4th layer is exactly like the 2nd (12 blocks total). \nThe 5th layer is like the first layer, except the Reactor Controller needs to be in the middle (13 blocks total). \nIf the structure is correct, the Controller will light up. \nOn each side, the middle 5 blocks (shaped like a +, or in other words, all the edge blocks needs to be Reactor Casing) can be exchanged for either Reactor Glass (to look inside), or Reactor Ports. You will need at least 3 Reactor Ports in total. 2 for Fuel Input, 1 for Power Output. \nThe only blocks that can\u0027t be replaced for Reactor Glass or Reactor Ports is the Controller and Laser Focus Matrix that needs a central spot.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanismgenerators:reactorglass", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:reactorglass" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Fusion Reactor", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "OR", - "name:8": "Fusion Reactor", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "This is the ultimate Reactor for Mekanism, that has a minimum generation of 200.000 rf/t. \nIt\u0027s quite complicated to get starting, so the explanation will be split between the connected quests of the Fusion Reactor. \nThis quest will explain the structure of the Fusion Reactor. \nThe base is going to be a 3x3 of Reactor Casing, with 1 additional Casing at N, S, E and W (13 blocks total). \nThe 2nd layer will form a 5x5 square without corners on top (12 blocks total). \nThe 3rd layer will a 5x5 square With corners. One of the middle blocks has to be the Laser Focus Matrix, side doesn\u0027t matter (16 blocks total). \nThe 4th layer is exactly like the 2nd (12 blocks total). \nThe 5th layer is like the first layer, except the Reactor Controller needs to be in the middle (13 blocks total). \nIf the structure is correct, the Controller will light up. \nOn each side, the middle 5 blocks (shaped like a +, or in other words, all the edge blocks needs to be Reactor Casing) can be exchanged for either Reactor Glass (to look inside), or Reactor Ports. You will need at least 3 Reactor Ports in total. 2 for Fuel Input, 1 for Power Output. \nThe only blocks that can\u0027t be replaced for Reactor Glass or Reactor Ports is the Controller and Laser Focus Matrix that needs a central spot." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 138, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:dust" + } + } + }, + "1:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanismgenerators:reactor", "Count:3": 81, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:reactor" }, "1:10": { - "id:8": "mekanismgenerators:reactor", "Count:3": 3, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:reactor" }, "2:10": { - "id:8": "mekanismgenerators:reactor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:reactor" }, "3:10": { - "id:8": "mekanismgenerators:reactorglass", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:reactorglass" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:dust", - "Count:3": 4, - "Damage:2": 1, - "OreDict:8": "" - } - } - }, - "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "id:8": "mekanism:atomicalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 3, - "OreDict:8": "" - } - } - } } }, "123:10": { - "questID:3": 139, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Things are starting to heat up. \nFuelwood Heater creates heat by burning fuel, and Resistive Heater converts Energy into Heat. \nHeat can be transfered with Thermodynamic Conductors. \nHeat can be applied to the Thermoelectric Boiler, and the Thermal Evaporation Plant (requires Vavle input)", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Just me, or is it hot in here?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Just me, or is it hot in here?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Things are starting to heat up. \nFuelwood Heater creates heat by burning fuel, and Resistive Heater converts Energy into Heat. \nHeat can be transfered with Thermodynamic Conductors. \nHeat can be applied to the Thermoelectric Boiler, and the Thermal Evaporation Plant (requires Vavle input)" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 139, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, "1:10": { - "id:8": "mekanism:transmitter", "Count:3": 8, + "Damage:2": 6, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 0 - }, - "Damage:2": 6, - "OreDict:8": "" + } } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 6, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, "1:10": { - "id:8": "mekanism:transmitter", "Count:3": 8, + "Damage:2": 6, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 0 - }, - "Damage:2": 6, - "OreDict:8": "" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "124:10": { - "questID:3": 140, "preRequisites:11": [ 132 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Sulfur can be hard to get your hands on from mining. Luckily there are ways to produce it all the way from Cobblestone (which is pretty easy to get your hands on). \nThis is a 4 machine setup. \nCobblestone goes into a Crusher, which outputs Gravel. \nGravel goes a Purification Chamber with Oxygen to produce 1:1 Flint. \nFlint goes into a Crusher to make it into Gunpowder. \nGunpowder goes into a Chemical Injection Chamber with Hydrogen Chloride to output Sulfur Dust. \nThe Sulfur Dust then goes into the Chemical Oxydizer for the Quintuple Ore Processing.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:otherdust", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:otherdust" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Cobble-sulfur", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Cobble-sulfur", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Sulfur can be hard to get your hands on from mining. Luckily there are ways to produce it all the way from Cobblestone (which is pretty easy to get your hands on). \nThis is a 4 machine setup. \nCobblestone goes into a Crusher, which outputs Gravel. \nGravel goes a Purification Chamber with Oxygen to produce 1:1 Flint. \nFlint goes into a Crusher to make it into Gunpowder. \nGunpowder goes into a Chemical Injection Chamber with Hydrogen Chloride to output Sulfur Dust. \nThe Sulfur Dust then goes into the Chemical Oxydizer for the Quintuple Ore Processing." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 2, - "Damage:2": 3, - "OreDict:8": "" - }, - "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "" - }, - "2:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 140, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:cobblestone", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cobblestone" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" } - } - } - } - }, - "125:10": { - "questID:3": 141, - "preRequisites:11": [ - 127 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "id:8": "mekanism:otherdust", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Dustifying lithium", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "While Lithium Dust isn\u0027t needed for a lot, what it\u0027s needed for, will require a lot. \nThe amount of Induction Cells needed for a full 18x18x18 is no joke, so you better get stocking. \nJust pump some Liquid Lithium into the Crystallizer, and get the dust." + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 2, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", + "OreDict:8": "", + "id:8": "mekanism:machineblock" + }, + "1:10": { "Count:3": 1, - "tag:10": { - "mekData:10": { - "security:3": 0, - "upgrades:9": {} - } + "Damage:2": 9, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} }, - "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 3, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "125:10": { + "preRequisites:11": [ + 127 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "While Lithium Dust isn\u0027t needed for a lot, what it\u0027s needed for, will require a lot. \nThe amount of Induction Cells needed for a full 18x18x18 is no joke, so you better get stocking. \nJust pump some Liquid Lithium into the Crystallizer, and get the dust.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "mekanism:otherdust" + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Dustifying lithium", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 141, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forge:bucketfilled", - "Count:3": 1, "tag:10": { - "FluidName:8": "lithium", - "Amount:3": 1000 - }, - "Damage:2": 0, - "OreDict:8": "" + "Amount:3": 1000, + "FluidName:8": "lithium" + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 8, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2", + "tag:10": { + "mekData:10": { + "security:3": 0, + "upgrades:9": {} + } + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "126:10": { - "questID:3": 142, "preRequisites:11": [ 131 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "While the Rotary Condensentrator can turn gasses into liquids and back, it can also turn Water into a gassous form, in terms of Water Vapor. \nThis is needed for the Quintuple Ore Processing", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Vape Nation", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Vape Nation", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "While the Rotary Condensentrator can turn gasses into liquids and back, it can also turn Water into a gassous form, in terms of Water Vapor. \nThis is needed for the Quintuple Ore Processing" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 142, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "127:10": { - "questID:3": 143, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Atomic Disassembler is the ultimate all-in-one tool, so it counts as Pickaxe, Axe, Shovel, Hoe and Sword (20 hearts). It uses RF instead of durability, but each broken block/attack uses RF. \nIf it runs out of RF, it will mine slower than a Wooden Pickaxe, its Vein mode ceases to work and only does 4 hearts. \nIt has 5 modes, that can be switched between by Shift Right-Clicking. Fast, Normal, Slow, Vein, Off. \nFast Mode is the same speed as a Diamond Pick with Efficiency V and Haste II. \nNormal Mode is like a Diamond Pick, with Efficiency V\nSlow Mode is like a Diamond Pick, unenchanted. \nThe Vein mode, takes all the blocks of that type touching the one you mined - Only works on Ores and Wood Logs. It can not be used to clear out Stone and the like. \nThe Off mode, disables all its tool abilities, making it unable to break blocks, and turns it into a Sword. \nThe Atomic Disassembler tills dirt AND grass in a 1x1 on Slow/Off, 3x3 on Normal/Vein and 5x5 on Fast. It can not make Grass Paths. \nThe Atomic Disassembler can not be enchanted.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "ForgeCaps:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:atomicdisassembler", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Next Level Tool", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Next Level Tool", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Atomic Disassembler is the ultimate all-in-one tool, so it counts as Pickaxe, Axe, Shovel, Hoe and Sword (20 hearts). It uses RF instead of durability, but each broken block/attack uses RF. \nIf it runs out of RF, it will mine slower than a Wooden Pickaxe, its Vein mode ceases to work and only does 4 hearts. \nIt has 5 modes, that can be switched between by Shift Right-Clicking. Fast, Normal, Slow, Vein, Off. \nFast Mode is the same speed as a Diamond Pick with Efficiency V and Haste II. \nNormal Mode is like a Diamond Pick, with Efficiency V\nSlow Mode is like a Diamond Pick, unenchanted. \nThe Vein mode, takes all the blocks of that type touching the one you mined - Only works on Ores and Wood Logs. It can not be used to clear out Stone and the like. \nThe Off mode, disables all its tool abilities, making it unable to break blocks, and turns it into a Sword. \nThe Atomic Disassembler tills dirt AND grass in a 1x1 on Slow/Off, 3x3 on Normal/Vein and 5x5 on Fast. It can not make Grass Paths. \nThe Atomic Disassembler can not be enchanted." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 143, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:atomicdisassembler", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:atomicalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 3, - "OreDict:8": "" - } - } - } } }, "128:10": { - "questID:3": 144, "preRequisites:11": [ 145 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Heavy Water has to be pumped into a Electrolytical Separator. This will give you Oxygen and Deterium. \nDeterium is what you need for the Fusion Reactor. Deterium should be pumped directly into the Reactor", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Another Separation", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Another Separation", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Heavy Water has to be pumped into a Electrolytical Separator. This will give you Oxygen and Deterium. \nDeterium is what you need for the Fusion Reactor. Deterium should be pumped directly into the Reactor" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 144, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forge:bucketfilled", - "Count:3": 1, "tag:10": { - "FluidName:8": "heavywater", - "Amount:3": 1000 - }, - "Damage:2": 0, - "OreDict:8": "" + "Amount:3": 1000, + "FluidName:8": "heavywater" + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 4, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "129:10": { - "questID:3": 145, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Fusion Reactor needs 2 kinds of fuel, and Deterium is one of them. \nFirst you need to make Heavy Water. The Heavy Water comes from the Electric Pump, with a Filter Upgrade. \nWhile the Electric Pump fully upgraded pumps really fast, while filtering it goes a lot slower. \nA single pump, fully upgraded with a Filter, pumps max 10mb/t", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:filterupgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:filterupgrade" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Don\u0027t take it lightly", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Don\u0027t take it lightly", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Fusion Reactor needs 2 kinds of fuel, and Deterium is one of them. \nFirst you need to make Heavy Water. The Heavy Water comes from the Electric Pump, with a Filter Upgrade. \nWhile the Electric Pump fully upgraded pumps really fast, while filtering it goes a lot slower. \nA single pump, fully upgraded with a Filter, pumps max 10mb/t" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "mekanism:filterupgrade", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 145, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 12, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:filterupgrade" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "130:10": { - "questID:3": 146, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Time to one-up your ore processing, to x4. \nPut the ores in a Chemical Injection Chamber, and add Hydrogen Chloride to it, and then send it on through the x3 processing setup. \nYour total machine setup should now be Chemical Injection Chamber -\u003e Purification Chamber -\u003e Crusher -\u003e Enrichment Chamber -\u003e Smelter", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Why a tripple, when you can get a Quad?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Why a tripple, when you can get a Quad?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Time to one-up your ore processing, to x4. \nPut the ores in a Chemical Injection Chamber, and add Hydrogen Chloride to it, and then send it on through the x3 processing setup. \nYour total machine setup should now be Chemical Injection Chamber -\u003e Purification Chamber -\u003e Crusher -\u003e Enrichment Chamber -\u003e Smelter" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 146, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:oreblock", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:oreblock" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 3, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "131:10": { - "questID:3": 147, "preRequisites:11": [ 124, 134 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Plastic blocks are aesthetic blocks with a Very flat color. \nYou are going to need another Pressurized Reaction Chamber for its second function, Oxygen, Substrate and Liquid Ethylene which we covered the last couple of quests. \nThe Substrate will turn into HDPE Pellets. which can be turned into HDPE Sheets, which can be turned into Plastic Blocks. \nMaking HDPE Pellets will give Oxygen as a side product, which can be reused. It just has to be piped out and back in. \nA note to make, is that a Biofuel -\u003e Substrate will create more Ethylene than a Substrate -\u003e HDPE Pellet requires, so you will have leftover, which you can use in a Gas-Burning Generator.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:polyethene", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:polyethene" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Don\u0027t be so plastic", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Don\u0027t be so plastic", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Plastic blocks are aesthetic blocks with a Very flat color. \nYou are going to need another Pressurized Reaction Chamber for its second function, Oxygen, Substrate and Liquid Ethylene which we covered the last couple of quests. \nThe Substrate will turn into HDPE Pellets. which can be turned into HDPE Sheets, which can be turned into Plastic Blocks. \nMaking HDPE Pellets will give Oxygen as a side product, which can be reused. It just has to be piped out and back in. \nA note to make, is that a Biofuel -\u003e Substrate will create more Ethylene than a Substrate -\u003e HDPE Pellet requires, so you will have leftover, which you can use in a Gas-Burning Generator." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "mekanism:polyethene", - "Count:3": 16, - "Damage:2": 2, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 147, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:polyethene", "Count:3": 4, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:polyethene" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:glowpanel", "Count:3": 4, "Damage:2": 15, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:glowpanel" }, "1:10": { - "id:8": "mekanism:glowpanel", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:glowpanel" }, "2:10": { - "id:8": "mekanism:glowpanel", "Count:3": 4, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:glowpanel" }, "3:10": { - "id:8": "mekanism:glowpanel", "Count:3": 4, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:glowpanel" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "mekanism:polyethene" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "132:10": { - "questID:3": 148, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Another tier, another upgrade for your wires and pipes! This is the last upgrade for wires and pipes.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:transmitter", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:transmitter", "tag:10": { "tier:3": 3 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Final Upgrade!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Final Upgrade!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Another tier, another upgrade for your wires and pipes! This is the last upgrade for wires and pipes." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 148, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 16, "tag:10": { "tier:3": 3 - }, - "Damage:2": 0, - "OreDict:8": "" + } } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", "id:8": "mekanism:transmitter", - "Count:3": 8, "tag:10": { "tier:3": 3 - }, - "Damage:2": 0, - "OreDict:8": "" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "133:10": { - "questID:3": 149, "preRequisites:11": [ 138 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Before the Reactor can start up and produce power, it needs a kickstart injection of D-T Fuel, which is done through the Hohlraum with D-T Fuel in it. \nTo get D-T Fuel into it, place it in the [+], in either the Chemical Infuser or a Gas Tank with D-T Fuel.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanismgenerators:hohlraum", - "Count:3": 1, "tag:10": { "mekData:10": { "stored:10": { @@ -12992,46 +13272,69 @@ "gasName:8": "fusionFuelDT" } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "The Kickstart", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "The Kickstart", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Before the Reactor can start up and produce power, it needs a kickstart injection of D-T Fuel, which is done through the Hohlraum with D-T Fuel in it. \nTo get D-T Fuel into it, place it in the [+], in either the Chemical Infuser or a Gas Tank with D-T Fuel." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 149, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" + }, + "1:10": { + "Count:3": 2, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanismgenerators:hohlraum", - "Count:3": 1, "tag:10": { "mekData:10": { "stored:10": { @@ -13039,8222 +13342,8395 @@ "gasName:8": "fusionfuel" } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:atomicalloy", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 2, - "Damage:2": 3, - "OreDict:8": "" - } - } - } } }, "134:10": { - "questID:3": 150, "preRequisites:11": [ 126 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "When you have your Liquid Lithium, you have to convert it into gas with the Rotary Condensentrator, and then transfer the Lithium gas into a Solar Neutron Activator to get Tritium. \nThe Solar Neutron Activator does require HDPE Sheets to make, so you should probably look into the Plastic quest if you haven\u0027t done so yet. \nThe Solar Neutron Activate takes IN gas from the Bottom, and outputs at the front. \nThe Solar Neutron Activator needs Sunlight to process the Lithium. Transparent blocks like glass can be put above it. \nTritium should be pumped directly into the Reactor.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "By the Power of the sun!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "By the Power of the sun!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "When you have your Liquid Lithium, you have to convert it into gas with the Rotary Condensentrator, and then transfer the Lithium gas into a Solar Neutron Activator to get Tritium. \nThe Solar Neutron Activator does require HDPE Sheets to make, so you should probably look into the Plastic quest if you haven\u0027t done so yet. \nThe Solar Neutron Activate takes IN gas from the Bottom, and outputs at the front. \nThe Solar Neutron Activator needs Sunlight to process the Lithium. Transparent blocks like glass can be put above it. \nTritium should be pumped directly into the Reactor." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 150, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + }, + "2:10": { + "Count:3": 12, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock3", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock3" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:atomicalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 3, - "OreDict:8": "" - }, - "2:10": { - "id:8": "mekanism:speedupgrade", - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "135:10": { - "questID:3": 151, "preRequisites:11": [ 152 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Gas-Burning Generators does as the name implies, generate power from burning gas. \nIt can burn Hydrogen and Ethylene for power generation only. \nBurning Hydrogen gives you no power gain at all in Mekanism V9, and will give you exactly the same amount of power back, that you used to create that Hydrogen.\nBurning Ethylene though, is very much worth it, and a really good mid-game source of power, given you have plenty of materials to turn into Bio Fuel", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Burning what smells", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Burning what smells", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Gas-Burning Generators does as the name implies, generate power from burning gas. \nIt can burn Hydrogen and Ethylene for power generation only. \nBurning Hydrogen gives you no power gain at all in Mekanism V9, and will give you exactly the same amount of power back, that you used to create that Hydrogen.\nBurning Ethylene though, is very much worth it, and a really good mid-game source of power, given you have plenty of materials to turn into Bio Fuel" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanismgenerators:generator", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 151, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:biofuel", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:biofuel" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 3, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "136:10": { - "questID:3": 152, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "[This quest chain focuses on power production] \nPressurized Reaction Chamber is used to create Ethylene, Substrate and HDPE Pellets from Biofuel. \nIts first function is creating Substrate from Biofuel, Hydrogen and Water, with Ethylene (gas) as a side product. \nYou may want to configure the in/output sides on the PRC. \nThe Ethylene is going to be used in the following quest. \nThe Substrate is going to be a waste product here.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 10, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Too Much Pressure!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Too Much Pressure!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "[This quest chain focuses on power production] \nPressurized Reaction Chamber is used to create Ethylene, Substrate and HDPE Pellets from Biofuel. \nIts first function is creating Substrate from Biofuel, Hydrogen and Water, with Ethylene (gas) as a side product. \nYou may want to configure the in/output sides on the PRC. \nThe Ethylene is going to be used in the following quest. \nThe Substrate is going to be a waste product here." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 152, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:biofuel", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:biofuel" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 10, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "137:10": { - "questID:3": 153, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The laser is both your first and last step towards the Fusion Reactor. \nThe Reactor needs a burst of heat, before it can kickstart, and the lasers allows that by firing RF into it. \nThere\u0027s 2 blocks, the Laser and the Laser Amplifier. \nThe Lasers shoots a laser, and the Laser Amplifiers combines these lasers into one big beam. \nYou can focus Amplifiers into more Amplifiers. \nYou want your final Amplifier to line up with the Laser Focus Matrix of the Fusion Reactor. \nYou want at least 800mil RF in the final Amplifier to do the kickstart in one big burst (set the Amplifiers redstone mode to \"High\"), and each Laser only transfers 2000 RF/t, so it can be quite a slow process if you don\u0027t have a lot of Lasers. \n\nWARNING: The Lasers will break blocks and damage mobs/players, and the stronger the laser is, the faster it breaks/more damage it deals. They will not break any Laser Focus Matrixes. The Laser reaches for 64 blocks, and can extended with Amplifiers.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 13, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Pew pew pew! / Heating up", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Pew pew pew! / Heating up", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The laser is both your first and last step towards the Fusion Reactor. \nThe Reactor needs a burst of heat, before it can kickstart, and the lasers allows that by firing RF into it. \nThere\u0027s 2 blocks, the Laser and the Laser Amplifier. \nThe Lasers shoots a laser, and the Laser Amplifiers combines these lasers into one big beam. \nYou can focus Amplifiers into more Amplifiers. \nYou want your final Amplifier to line up with the Laser Focus Matrix of the Fusion Reactor. \nYou want at least 800mil RF in the final Amplifier to do the kickstart in one big burst (set the Amplifiers redstone mode to \"High\"), and each Laser only transfers 2000 RF/t, so it can be quite a slow process if you don\u0027t have a lot of Lasers. \n\nWARNING: The Lasers will break blocks and damage mobs/players, and the stronger the laser is, the faster it breaks/more damage it deals. They will not break any Laser Focus Matrixes. The Laser reaches for 64 blocks, and can extended with Amplifiers." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 153, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 5, + "Damage:2": 13, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 5, - "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, "1:10": { + "Count:3": 1, + "Damage:2": 14, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 5, + "Damage:2": 13, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 5, - "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, "1:10": { + "Count:3": 1, + "Damage:2": 14, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "138:10": { - "questID:3": 154, "preRequisites:11": [ 144, 150 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "D-T Fuel is what is needed to do the Kickstart in the Reactor. \n§cNow, DO NOT PUMP D-T FUEL DIRECTLY INTO THE REACTOR, §runless you can keep up with its demand (1000mb/t), which does result in 100mil rf/t generated. \nThe Fusion Reactor will make its own D-T Fuel, and take depending on your Injection Rate (minimum 2). \nTo make the D-T Fuel, you have to put Deterium and Tritium into a Chemical Infuser. The only use for the D-T Fuel is to fill up the Hohlraums (unless you pump directly into the Reactor).", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Fueling up", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Fueling up", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "D-T Fuel is what is needed to do the Kickstart in the Reactor. \n§cNow, DO NOT PUMP D-T FUEL DIRECTLY INTO THE REACTOR, §runless you can keep up with its demand (1000mb/t), which does result in 100mil rf/t generated. \nThe Fusion Reactor will make its own D-T Fuel, and take depending on your Injection Rate (minimum 2). \nTo make the D-T Fuel, you have to put Deterium and Tritium into a Chemical Infuser. The only use for the D-T Fuel is to fill up the Hohlraums (unless you pump directly into the Reactor)." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 154, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 2, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "139:10": { - "questID:3": 155, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Robit is a companion that can follow you around. You have to place it down on a Charge Pad, which will act as its home. \nThe Robit can providing all kinds of services. \nIt can pick up blocks you drop, and put it in its inventory, which also can act as a chest. \nIt can provide Crafting Table, Furnance (requires fuel) and Anvil features as well. \nThe robit loses energy when it takes damage. Should it run out of energy, either from damage or usage, it will automatically teleport back home. \nYou can of course also tell it yourself to teleport back home. And of course you can rename it too. \nTo pick it up again, Shift-Right Click it with a Configurator. After being picked up, you can set a new home to it on a different Charged Pad if you desire.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:robit", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Pet on a leash - without the leash", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Pet on a leash - without the leash", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Robit is a companion that can follow you around. You have to place it down on a Charge Pad, which will act as its home. \nThe Robit can providing all kinds of services. \nIt can pick up blocks you drop, and put it in its inventory, which also can act as a chest. \nIt can provide Crafting Table, Furnance (requires fuel) and Anvil features as well. \nThe robit loses energy when it takes damage. Should it run out of energy, either from damage or usage, it will automatically teleport back home. \nYou can of course also tell it yourself to teleport back home. And of course you can rename it too. \nTo pick it up again, Shift-Right Click it with a Configurator. After being picked up, you can set a new home to it on a different Charged Pad if you desire." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 155, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 14, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:robit", - "Count:3": 1, "tag:10": { "mekData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "" - } - } - } } }, "140:10": { - "questID:3": 156, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Osmium Compresser combines Osmium Ingots and Refined Obsidian Dust or Glowstone Dust to make Refined Obsidian Ingots or Glowstone Ingots. \nNOTE: The Refined Obsidian armor is really durable, and offers a lot of protection.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "It\u0027s getting tight..", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "It\u0027s getting tight..", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Osmium Compresser combines Osmium Ingots and Refined Obsidian Dust or Glowstone Dust to make Refined Obsidian Ingots or Glowstone Ingots. \nNOTE: The Refined Obsidian armor is really durable, and offers a lot of protection." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 156, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:ingot", "Count:3": 10, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:ingot" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 1, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "141:10": { - "questID:3": 157, "preRequisites:11": [ 139 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Thermoelectric Boiler multistructure that creates Steam from Water and Heat. \nThe structure requirements is seen in the Crafting Task. The minimum size for a Boiler is 3x3x4, but with the crafting and reward, there is exactly enough for a 4x4x9. \nThe base and edges has to be Boiler Casing. The walls has to be Boiler Casing, Boiler Valve or Structural Glass. \nThe inside of the Boiler is split into 2 parts: Water storage (Bottom part) and Steam storage (Upper part). The Water storage is where the Superheating Elements will go. They don\u0027t have be in any particular shape, aslong as they are connected. The more Superheating Elements you have, the faster it can produce Steam. \nThe top part has to be separated with Pressure Dispersers (full layer), which is where the steam is stored and extracted. The Water input Valve, has to be below the Pressure Dispersers, while the Steam output has to be on level or above the Pressure Dispersers (while still on the wall)", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:basicblock2", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Did someone say Sauna?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Did someone say Sauna?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Thermoelectric Boiler multistructure that creates Steam from Water and Heat. \nThe structure requirements is seen in the Crafting Task. The minimum size for a Boiler is 3x3x4, but with the crafting and reward, there is exactly enough for a 4x4x9. \nThe base and edges has to be Boiler Casing. The walls has to be Boiler Casing, Boiler Valve or Structural Glass. \nThe inside of the Boiler is split into 2 parts: Water storage (Bottom part) and Steam storage (Upper part). The Water storage is where the Superheating Elements will go. They don\u0027t have be in any particular shape, aslong as they are connected. The more Superheating Elements you have, the faster it can produce Steam. \nThe top part has to be separated with Pressure Dispersers (full layer), which is where the steam is stored and extracted. The Water input Valve, has to be below the Pressure Dispersers, while the Steam output has to be on level or above the Pressure Dispersers (while still on the wall)" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 157, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 54, + "Damage:2": 10, + "OreDict:8": "", + "id:8": "mekanism:basicblock" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:basicblock2", "Count:3": 64, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, "1:10": { - "id:8": "mekanism:basicblock2", "Count:3": 2, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, "2:10": { - "id:8": "mekanism:basicblock2", "Count:3": 4, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, "3:10": { - "id:8": "mekanism:basicblock2", "Count:3": 4, "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:basicblock", - "Count:3": 54, - "Damage:2": 10, - "OreDict:8": "" - } - } - } } }, "142:10": { - "questID:3": 158, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Elite Factories are the last step. \nThey have 7 Processing Slots, and like the rest, they use energy based on the amount of operations running.Elite is the last tier of Factories. \nLike the previous Factory quests, crafting any Elite Factory will do, despite the Crafting Task saying \"Elite Smeling Factory\". \nNote: The Ultimate Tier Installer can only be used on Fluid and Gas tanks.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 7, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:machineblock", - "Count:3": 1, "tag:10": { "recipeType:3": 0 - }, - "Damage:2": 7, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "My Final Factory!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "My Final Factory!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Elite Factories are the last step. \nThey have 7 Processing Slots, and like the rest, they use energy based on the amount of operations running.Elite is the last tier of Factories. \nLike the previous Factory quests, crafting any Elite Factory will do, despite the Crafting Task saying \"Elite Smeling Factory\". \nNote: The Ultimate Tier Installer can only be used on Fluid and Gas tanks." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "tag:10": { - "recipeType:3": 0 - }, - "Damage:2": 7, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 158, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:tierinstaller", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" }, "1:10": { - "id:8": "mekanism:tierinstaller", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" }, "3:10": { - "id:8": "mekanism:tierinstaller", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 7, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock", + "tag:10": { + "recipeType:3": 0 + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "143:10": { - "questID:3": 159, "preRequisites:11": [ 138 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Fusion Reactor can also be used to produce Steam. \nThe only thing required is an additional 2 Reactor Ports, and to set the Injection Rate to 4 or more. \nOne of the Ports is for Water Input, and the other is for Steam Output. \nSimply pumping Water into the Reactor will make it start producing Steam at upto 150.000mb/t. \nThe Water:Steam ratio is 1:1. \nIt is important to use the Configurator on the Steam Reactor Port to set it to Output. It will still produce half the RF while producing Steam. \n\nNOTE: You may want to put the Reactor Port (Output) directly next to the Steam Input of your Turbine (so no pipes between), unless you have a pipe with unlimited Pump Rate.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanismgenerators:turbineblade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:turbineblade" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "More Steam than you could ever need", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "More Steam than you could ever need", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Fusion Reactor can also be used to produce Steam. \nThe only thing required is an additional 2 Reactor Ports, and to set the Injection Rate to 4 or more. \nOne of the Ports is for Water Input, and the other is for Steam Output. \nSimply pumping Water into the Reactor will make it start producing Steam at upto 150.000mb/t. \nThe Water:Steam ratio is 1:1. \nIt is important to use the Configurator on the Steam Reactor Port to set it to Output. It will still produce half the RF while producing Steam. \n\nNOTE: You may want to put the Reactor Port (Output) directly next to the Steam Input of your Turbine (so no pipes between), unless you have a pipe with unlimited Pump Rate." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 159, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" + }, + "1:10": { + "Count:3": 6, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanismgenerators:reactor", "Count:3": 5, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:reactor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "mekanism:atomicalloy", - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:controlcircuit", - "Count:3": 6, - "Damage:2": 3, - "OreDict:8": "" - } - } - } } }, "144:10": { - "questID:3": 160, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "[Multiplayer Only] \nThis block is used to control the security of your machines. Every machine with an Interface has Security settings. Public, Private and Trusted. \nOn Public, anyone can access it. \nOn Private, only you can access it. \nOn Trusted, only persons that you put on the Trusted List can access it. The Trusted List is in the Security Desk, and is the only place to add/remove people from the list. \nThe Security Desk has 3 security settings at the bottom, and machines put in the bottom right slot, will have that setting applied to them. \nTo unlock a machine you own, put it in the top right slot. \nThe \"Security Overwrite\" will set all the machines you own, to the selected Security setting in the Security Desk. Very handy if you have some people sneaking around with your machines!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:basicblock2", "Count:3": 1, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Maximum Security!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Maximum Security!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "[Multiplayer Only] \nThis block is used to control the security of your machines. Every machine with an Interface has Security settings. Public, Private and Trusted. \nOn Public, anyone can access it. \nOn Private, only you can access it. \nOn Trusted, only persons that you put on the Trusted List can access it. The Trusted List is in the Security Desk, and is the only place to add/remove people from the list. \nThe Security Desk has 3 security settings at the bottom, and machines put in the bottom right slot, will have that setting applied to them. \nTo unlock a machine you own, put it in the top right slot. \nThe \"Security Overwrite\" will set all the machines you own, to the selected Security setting in the Security Desk. Very handy if you have some people sneaking around with your machines!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 160, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "mekanism:basicblock2", "Count:3": 1, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "145:10": { - "questID:3": 161, "preRequisites:11": [ 157 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Turbine is one of Mekanisms bigger power generators. It is a Multiblock, that runs on Steam.\nIt is a multistructure that can be turned and flipped in any direction, but in the explanation we\u0027re going to have it standing, with the Steam at the top, and the blades going down. \nThe materials from the Crafting Task is enough for a 5x5x6. Like the other Mekanism multistructures, the edges must be the base block (Turbine Casing in this case). \nOn the top part, you want Turbine Vents. These can be on level or above the Rotational Complex. \nOn the top level inside the Turbine, you have to place your Electromagnetic Coils. These just have to connect to each other and the Rotational Complex. \nBelow those you need your Pressure Dispersers. Like the Boiler, these must cover the entire layer out to the walls. \nIn the middle of the Pressure Dispersers, you want to place your Rotational Complex. \nFrom the Rotational Complex to the bottom, you place the Turbine Rotors, and the put your Turbine Blades on the Rotors. \nThe Valves can go anywhere on the walls (except the corners). The Valves is both Steam input and Power Output. \nThe power output from the turbine, depends on the amount of Steam coming in to the turbine. More steam \u003d more power.\n In the Statistics window you can see what is currently limiting your power generation (in the case of the 5x5x6, it\u0027s the amount of blades). The fix to this is to build it taller.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanismgenerators:turbineblade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:turbineblade" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Putting Steam to use", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Putting Steam to use", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Turbine is one of Mekanisms bigger power generators. It is a Multiblock, that runs on Steam.\nIt is a multistructure that can be turned and flipped in any direction, but in the explanation we\u0027re going to have it standing, with the Steam at the top, and the blades going down. \nThe materials from the Crafting Task is enough for a 5x5x6. Like the other Mekanism multistructures, the edges must be the base block (Turbine Casing in this case). \nOn the top part, you want Turbine Vents. These can be on level or above the Rotational Complex. \nOn the top level inside the Turbine, you have to place your Electromagnetic Coils. These just have to connect to each other and the Rotational Complex. \nBelow those you need your Pressure Dispersers. Like the Boiler, these must cover the entire layer out to the walls. \nIn the middle of the Pressure Dispersers, you want to place your Rotational Complex. \nFrom the Rotational Complex to the bottom, you place the Turbine Rotors, and the put your Turbine Blades on the Rotors. \nThe Valves can go anywhere on the walls (except the corners). The Valves is both Steam input and Power Output. \nThe power output from the turbine, depends on the amount of Steam coming in to the turbine. More steam \u003d more power.\n In the Statistics window you can see what is currently limiting your power generation (in the case of the 5x5x6, it\u0027s the amount of blades). The fix to this is to build it taller." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 161, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "mekanismgenerators:generator", - "Count:3": 64, + "Count:3": 46, + "Damage:2": 10, + "OreDict:8": "", + "id:8": "mekanism:basicblock" + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 64, "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, "1:10": { - "id:8": "mekanismgenerators:generator", "Count:3": 2, "Damage:2": 11, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, "2:10": { - "id:8": "mekanismgenerators:generator", "Count:3": 9, "Damage:2": 12, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, "3:10": { - "id:8": "mekanismgenerators:generator", "Count:3": 9, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, "4:10": { - "id:8": "mekanism:basicblock2", "Count:3": 8, "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, "5:10": { - "id:8": "mekanismgenerators:generator", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, "6:10": { - "id:8": "mekanismgenerators:generator", "Count:3": 2, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:generator" }, "7:10": { - "id:8": "mekanismgenerators:turbineblade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanismgenerators:turbineblade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "mekanism:basicblock", - "Count:3": 46, - "Damage:2": 10, - "OreDict:8": "" - } - } - } } }, "146:10": { - "questID:3": 162, "preRequisites:11": [ 124 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Works like the previous factory, but now with 5 slots instead of 3. \nOnce again, the energy used goes up, per operation going. \nLike the previous Factory quest, crafting any Advanced Factory will do, despite the Crafting Task saying \"Advanced Smelting Factory\". \n\nNote: The Advanced Tier Installer and higher can also be used on Fluid and Gas Tanks to increase their capacity", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 6, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "mekanism:machineblock", - "Count:3": 1, "tag:10": { "recipeType:3": 0 - }, - "Damage:2": 6, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "My Second Factory", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "My Second Factory", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Works like the previous factory, but now with 5 slots instead of 3. \nOnce again, the energy used goes up, per operation going. \nLike the previous Factory quest, crafting any Advanced Factory will do, despite the Crafting Task saying \"Advanced Smelting Factory\". \n\nNote: The Advanced Tier Installer and higher can also be used on Fluid and Gas Tanks to increase their capacity" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock", - "Count:3": 1, - "tag:10": { - "recipeType:3": 0 - }, - "Damage:2": 6, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 162, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:tierinstaller", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "1:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" }, "2:10": { - "id:8": "mekanism:gasupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:gasupgrade" }, "3:10": { - "id:8": "mekanism:tierinstaller", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:tierinstaller" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 6, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock", + "tag:10": { + "recipeType:3": 0 + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "147:10": { - "questID:3": 163, "preRequisites:11": [ 127 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Induction Matrix is a multiblock power storage. \nThere is not much to the construction of the Induction Matrix, other than it has to be a box, with a minimum size of 3x3x4 and maximum size of 18x18x18. Just include some Induction Ports to take power in and out. \nAs with all other Mekanism multistructures, the corners has to be built of the base block (in this case Induction Casing), and the walls can be of Structural Glass. \nThe amount of stored in the Induction Matrix depends on the Induction Cells inside of it, with each Induction Cell holding a certain amount. The Induction Providers determines how much power can go in and out of the Induction Matrix. \nThe Crafting Task has materials for a 4x4x4 box. The Matrix does NOT have to fully filled to function. It is a \"functional\" structure while empty, except it can hold 0 RF and transfer 0 RF/t", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "mekanism:basicblock2", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:basicblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Store all the power!", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Store all the power!", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Induction Matrix is a multiblock power storage. \nThere is not much to the construction of the Induction Matrix, other than it has to be a box, with a minimum size of 3x3x4 and maximum size of 18x18x18. Just include some Induction Ports to take power in and out. \nAs with all other Mekanism multistructures, the corners has to be built of the base block (in this case Induction Casing), and the walls can be of Structural Glass. \nThe amount of stored in the Induction Matrix depends on the Induction Cells inside of it, with each Induction Cell holding a certain amount. The Induction Providers determines how much power can go in and out of the Induction Matrix. \nThe Crafting Task has materials for a 4x4x4 box. The Matrix does NOT have to fully filled to function. It is a \"functional\" structure while empty, except it can hold 0 RF and transfer 0 RF/t" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "mekanism:basicblock2", - "Count:3": 2, - "Damage:2": 2, - "OreDict:8": "" - }, - "1:10": { - "id:8": "mekanism:basicblock2", - "Count:3": 54, - "Damage:2": 1, - "OreDict:8": "" - }, - "2:10": { - "id:8": "mekanism:basicblock2", - "Count:3": 4, - "tag:10": { - "tier:3": 0, - "mekData:10": {} - }, - "Damage:2": 3, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 163, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "mekanism:basicblock2", "Count:3": 1, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "mekanism:basicblock2", "tag:10": { "tier:3": 1 - }, - "Damage:2": 4, - "OreDict:8": "" + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "mekanism:atomicalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:atomicalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "mekanism:basicblock2" + }, + "1:10": { + "Count:3": 54, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "mekanism:basicblock2" + }, + "2:10": { + "Count:3": 4, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "mekanism:basicblock2", + "tag:10": { + "mekData:10": {}, + "tier:3": 0 + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "148:10": { - "questID:3": 164, "preRequisites:11": [ 123, 146 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Chemical Infuser infuses 2 gasses together to create a 3rd one. \nInputs are on the sides (Chemical Infuser has no side specific inputs for any recipe), output is in the front. \nTo make Hydrogen Chloride, you need Hydrogen from an Electrolytical Separator with Water, and Chloride from an Eletrolytical Separator with Brine.\n\nNOTE: Putting Brine in a Eletrolytical Separator will also produce Sodium, which currently has no use, so don\u0027t worry about storing it.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:machineblock2" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Infusing Hydrogen with.. chloride?", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Infusing Hydrogen with.. chloride?", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Chemical Infuser infuses 2 gasses together to create a 3rd one. \nInputs are on the sides (Chemical Infuser has no side specific inputs for any recipe), output is in the front. \nTo make Hydrogen Chloride, you need Hydrogen from an Electrolytical Separator with Water, and Chloride from an Eletrolytical Separator with Brine.\n\nNOTE: Putting Brine in a Eletrolytical Separator will also produce Sodium, which currently has no use, so don\u0027t worry about storing it." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "mekanism:machineblock2", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 164, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "mekanism:reinforcedalloy", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:reinforcedalloy" }, "1:10": { - "id:8": "mekanism:controlcircuit", "Count:3": 6, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:controlcircuit" }, "2:10": { - "id:8": "mekanism:speedupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:speedupgrade" }, "3:10": { - "id:8": "mekanism:energyupgrade", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "mekanism:energyupgrade" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 2, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "mekanism:machineblock2" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "149:10": { - "questID:3": 165, "preRequisites:11": [ 166 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "While the peasantry does their hardest, sometimes one would like a farm or device to be powered at night when these noble creatures sleep.\n\nAfter consulting with your new kingdoms top engineers, you have come up with a few ways to produce a unique form of energy called \"torque\". Connecting a torque generator with one of your farms will supply it with power. Maybe this will usher in a new age of prosperity!\n\nWindmill controllers are attached to windmill blades (requiring a lot of wool and a configuration of at least 5x5 blades.\n\nWatermills will automatically make use of any flowing water behind them (rotate them with your hammer). You may also use falling water for even more energy.\n\nHand cranked generators allow both you (switch your hammer into work mode) and your peasants to supply energy manually. This is handy for initial testing, beefing up energy reserves, and in case of emergency power outages.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:hand_cranked_generator", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:hand_cranked_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Generators", - "desc:8": "While the peasantry does their hardest, sometimes one would like a farm or device to be powered at night when these noble creatures sleep.\n\nAfter consulting with your new kingdoms top engineers, you have come up with a few ways to produce a unique form of energy called \"torque\". Connecting a torque generator with one of your farms will supply it with power. Maybe this will usher in a new age of prosperity!\n\nWindmill controllers are attached to windmill blades (requiring a lot of wool and a configuration of at least 5x5 blades.\n\nWatermills will automatically make use of any flowing water behind them (rotate them with your hammer). You may also use falling water for even more energy.\n\nHand cranked generators allow both you (switch your hammer into work mode) and your peasants to supply energy manually. This is handy for initial testing, beefing up energy reserves, and in case of emergency power outages." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 165, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:iron_ingot" + }, + "1:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:wool" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:hand_cranked_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:hand_cranked_generator" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:windmill_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:windmill_generator" } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:waterwheel_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:waterwheel_generator" } }, "taskID:8": "bq_standard:retrieval" }, "3:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 3, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:stirling_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:stirling_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:iron_ingot", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:wool", - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "150:10": { - "questID:3": 166, "preRequisites:11": [ 60 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Before you begin thinking about using machinery, first you need a proper tool.\n\nA hammer has 2 modes which can be switched in between. \n\nIn \"rotate\" mode the right click will rotate appropriate blocks depending on the surface you used it on.\n\nIn \"work\" mode right clicking will use an block. The most noteable use of this is cranking a hand-cranked generator manually.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:iron_hammer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:iron_hammer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Hammer", - "desc:8": "Before you begin thinking about using machinery, first you need a proper tool.\n\nA hammer has 2 modes which can be switched in between. \n\nIn \"rotate\" mode the right click will rotate appropriate blocks depending on the surface you used it on.\n\nIn \"work\" mode right clicking will use an block. The most noteable use of this is cranking a hand-cranked generator manually." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 166, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:iron_block" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:wooden_hammer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:wooden_hammer" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:iron_hammer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:iron_hammer" } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ancientwarfare:gold_hammer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:gold_hammer" } }, "taskID:8": "bq_standard:retrieval" }, "3:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 3, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "ancientwarfare:diamond_hammer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:iron_block", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:diamond_hammer" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "151:10": { - "questID:3": 167, "preRequisites:11": [ 165 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Torque is transferred through torque \"shafts\", one-directional rotating lines of power.\n\nThese shafts come in 3 tiers, each tier with its own maximum energy capacity and loss of energy over distance. This is important to note, as the earliest tier is ill-suited for connections that are overly long.\n\nTo go around corners, torque junktions are needed. To split input torque into multiple outputs, distributors should be employed.\n\nIt can be quite tricky to find out which side connects to what. Use your hammer in rotation mode until you see a connection being made.\n\nAs a general rule, shafts have 1 input and 1 output. Junktions have 5 inputs and 1 output. Distributors have 1 input and 5 outputs.\n\n\nTorque shafts are compatible with universal cables for power conversion.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:torque_shaft", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:torque_shaft" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Torque Transfer", - "desc:8": "Torque is transferred through torque \"shafts\", one-directional rotating lines of power.\n\nThese shafts come in 3 tiers, each tier with its own maximum energy capacity and loss of energy over distance. This is important to note, as the earliest tier is ill-suited for connections that are overly long.\n\nTo go around corners, torque junktions are needed. To split input torque into multiple outputs, distributors should be employed.\n\nIt can be quite tricky to find out which side connects to what. Use your hammer in rotation mode until you see a connection being made.\n\nAs a general rule, shafts have 1 input and 1 output. Junktions have 5 inputs and 1 output. Distributors have 1 input and 5 outputs.\n\n\nTorque shafts are compatible with universal cables for power conversion." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 167, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:torque_shaft", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:torque_shaft" }, "1:10": { - "id:8": "ancientwarfareautomation:torque_junction", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:torque_junction" }, "2:10": { - "id:8": "ancientwarfareautomation:torque_distributor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:torque_distributor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "152:10": { - "questID:3": 168, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "You\u0027re going to need a willing villager in order to complete the next quest. Good luck!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:contract", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:contract" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Employer", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Employer", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "You\u0027re going to need a willing villager in order to complete the next quest. Good luck!" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 168, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:emerald" + } + } + }, + "1:10": { + "index:3": 1, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:emerald" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:contract", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:contract" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:contract", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:contract" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:emerald", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - } - } - }, - "1:10": { - "rewardID:8": "bq_standard:item", - "index:3": 1, - "rewards:9": { - "0:10": { - "id:8": "minecraft:emerald", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "153:10": { - "questID:3": 169, "preRequisites:11": [ 167 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Flywheels are a way to store torque from your generators, thought up by your ingenous engineers.\n\nA flywheel controller has an input and an output side, allowing you to use it as an \"in-between\" battery. This is important because all torque power connections are one-directional.\n\nOnce you place a flywheel controller, you may place flywheel storages underneath it. This is a massive rotating mass aimed to preserve the excess energy not currently needed. Waste not, want not!", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:flywheel_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:flywheel_controller" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Flywheel Storage", - "desc:8": "Flywheels are a way to store torque from your generators, thought up by your ingenous engineers.\n\nA flywheel controller has an input and an output side, allowing you to use it as an \"in-between\" battery. This is important because all torque power connections are one-directional.\n\nOnce you place a flywheel controller, you may place flywheel storages underneath it. This is a massive rotating mass aimed to preserve the excess energy not currently needed. Waste not, want not!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 169, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:flywheel_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:flywheel_controller" }, "1:10": { - "id:8": "ancientwarfareautomation:flywheel_storage", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:flywheel_storage" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "154:10": { - "questID:3": 170, "preRequisites:11": [ 62 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Sometimes a subject is unable to determin how to best do its work for the kingdom.\n\nThis is when you as august king should step in and deliver them with a work order. A work order will tell a worker NPC where to work, and in which order to frequent the work stations and farms. The default key for marking a location is Z, and via right-click you can further modify the order.\n\nSimply put the order into your subjects inventory afterwards and they should stop looking for work on their own and only work at their designated targets.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfarenpc:work_order", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:work_order" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Work Order", - "desc:8": "Sometimes a subject is unable to determin how to best do its work for the kingdom.\n\nThis is when you as august king should step in and deliver them with a work order. A work order will tell a worker NPC where to work, and in which order to frequent the work stations and farms. The default key for marking a location is Z, and via right-click you can further modify the order.\n\nSimply put the order into your subjects inventory afterwards and they should stop looking for work on their own and only work at their designated targets." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 170, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfarenpc:work_order", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:work_order" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "155:10": { - "questID:3": 171, "preRequisites:11": [ 170 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Much as the work order is to your workers, the combat order will tell a combat NPC where to go.\n\nYou can either set your soldiers as sentries, with a single post that they will only leave to eat, or as a patrol route, where they will frequent the first point after reaching the last.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfarenpc:combat_order", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:combat_order" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Combat Order", - "desc:8": "Much as the work order is to your workers, the combat order will tell a combat NPC where to go.\n\nYou can either set your soldiers as sentries, with a single post that they will only leave to eat, or as a patrol route, where they will frequent the first point after reaching the last." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 171, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfarenpc:combat_order", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:combat_order" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "156:10": { - "questID:3": 172, "preRequisites:11": [ 171 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "One of the most important NPCs in your kingdom is the courier.\n\nCouriers are workers that you equip with backpacks and a routing order. They will be able to transfer items from inventory to inventory according to your specifications in the order. A very basic use of them is to have them supply and empty chests and furnaces.\n\nA courier can be used to automize food distribution for your kingdom, by having him empty farms and deliver food to the upkeep points.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfarenpc:routing_order", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:routing_order" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Combat Order", - "desc:8": "One of the most important NPCs in your kingdom is the courier.\n\nCouriers are workers that you equip with backpacks and a routing order. They will be able to transfer items from inventory to inventory according to your specifications in the order. A very basic use of them is to have them supply and empty chests and furnaces.\n\nA courier can be used to automize food distribution for your kingdom, by having him empty farms and deliver food to the upkeep points." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 172, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfarenpc:routing_order", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfarenpc:routing_order" }, "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "ancientwarfare:backpack", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfare:backpack" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "157:10": { - "questID:3": 173, "preRequisites:11": [ 60 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Would it not be fantastic if your peasantry kept working while you were away tending to the faraway needs of your realm?\n\nWell fret no more, for the chunk loader is just what you are looking for. \n\nAvailable as either a block (the simple one loads a 3x3 chunk radius) or as a farm upgrade (loading the farm block chunk and all the chunks inside the farms bounds), you may engage in diplomatic retreats at your leisure, knowing that in your far away home, your workers are busy as ever.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:chunk_loader_simple", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:chunk_loader_simple" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Chunk Loader", - "desc:8": "Would it not be fantastic if your peasantry kept working while you were away tending to the faraway needs of your realm?\n\nWell fret no more, for the chunk loader is just what you are looking for. \n\nAvailable as either a block (the simple one loads a 3x3 chunk radius) or as a farm upgrade (loading the farm block chunk and all the chunks inside the farms bounds), you may engage in diplomatic retreats at your leisure, knowing that in your far away home, your workers are busy as ever." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 173, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:chunk_loader_simple", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:chunk_loader_simple" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:worksite_upgrade", "Count:3": 1, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:worksite_upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "158:10": { - "questID:3": 174, "preRequisites:11": [ 60 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Mailboxes are fast ways to transfer items over distances wirelessly.\n\nSimply name the mailbox appropriatly, give it the name of another mail box and enjoy reasonably fast wireless transfer of items.\n\n\nGreat to keep in touch with distant relatives until the telephone is invented!", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:mailbox", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:mailbox" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mailbox", - "desc:8": "Mailboxes are fast ways to transfer items over distances wirelessly.\n\nSimply name the mailbox appropriatly, give it the name of another mail box and enjoy reasonably fast wireless transfer of items.\n\n\nGreat to keep in touch with distant relatives until the telephone is invented!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 174, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:mailbox", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:mailbox" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "159:10": { - "questID:3": 175, "preRequisites:11": [ 60 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You have done it my liege!\n\nThe kingdom is large and prosperous, and the bounty of the land is being brought in by hands too many to count. But who is to oversee all of these riches? Chests soon run full, inventories and backpacks offering little respite. And who shall sort all of this in a way where you can find what you need in time?\n\nYour brightest scientists have come up with a solution.\n\nThe warehous is an inventory management system. Much like your farms, it has maximum bounds, which you can fill with storage units. Every unit improves how many items can ultimately be stored in it. BE CAREFUL NOT TO BREAK A FULL STORAGE. The storage capacity of these units is far beyond any diamond chest. Breaking a full one might plunge your world into chaos.\n\nYou yourself can interact with the warehouse interface and look for item simply by name, quickly filtering through hundrets of thousands of items, given an adequate warehouse.\n\nMany warehouse operations require a supply of power. Make sure to adequatly supply it.", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:warehouse_storage", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:warehouse_storage" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Warehouse", - "desc:8": "You have done it my liege!\n\nThe kingdom is large and prosperous, and the bounty of the land is being brought in by hands too many to count. But who is to oversee all of these riches? Chests soon run full, inventories and backpacks offering little respite. And who shall sort all of this in a way where you can find what you need in time?\n\nYour brightest scientists have come up with a solution.\n\nThe warehous is an inventory management system. Much like your farms, it has maximum bounds, which you can fill with storage units. Every unit improves how many items can ultimately be stored in it. BE CAREFUL NOT TO BREAK A FULL STORAGE. The storage capacity of these units is far beyond any diamond chest. Breaking a full one might plunge your world into chaos.\n\nYou yourself can interact with the warehouse interface and look for item simply by name, quickly filtering through hundrets of thousands of items, given an adequate warehouse.\n\nMany warehouse operations require a supply of power. Make sure to adequatly supply it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 175, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:warehouse_control", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:warehouse_control" }, "1:10": { - "id:8": "ancientwarfareautomation:warehouse_storage", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:warehouse_storage" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "160:10": { - "questID:3": 176, "preRequisites:11": [ 175 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The warehouse interface is how the common people interact with your warehouse.\n\nWhile appearing complex at first, it is quite easy my liege. While inside a warehouses bounds, it can access all of the warehouses items.\n\nThe interface has its own internal 9 space storage. If anything is put into there that is not currently a filter, the warehouse will automatically sort it into a storage unit.\n\nIf the block has a filter, the warehouse will automatically fill the interfaces inventory with the desired number of items. This means that your loyal couriers can put in any material they recover, or take out anything you set up as a filter for the interface (and of course, their routing order).", + "globalshare:1": 0, "icon:10": { - "id:8": "ancientwarfareautomation:warehouse_interface", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:warehouse_interface" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Warehouse Interface", - "desc:8": "The warehouse interface is how the common people interact with your warehouse.\n\nWhile appearing complex at first, it is quite easy my liege. While inside a warehouses bounds, it can access all of the warehouses items.\n\nThe interface has its own internal 9 space storage. If anything is put into there that is not currently a filter, the warehouse will automatically sort it into a storage unit.\n\nIf the block has a filter, the warehouse will automatically fill the interfaces inventory with the desired number of items. This means that your loyal couriers can put in any material they recover, or take out anything you set up as a filter for the interface (and of course, their routing order)." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 176, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:warehouse_interface", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:warehouse_interface" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "161:10": { - "questID:3": 177, "preRequisites:11": [ 168, 168 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Your mills only work if the area they\u0027re in is loaded, and that won\u0027t always be the case. Because of that, you\u0027re going to need a Chunk Loading Ward. Simply place it near your mills, preferably within 16 blocks of them.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "extrautils2:chunkloader" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "extrautils2:chunkloader", + "orig_meta:3": 0 + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Chunkloading", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Chunkloading", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Your mills only work if the area they\u0027re in is loaded, and that won\u0027t always be the case. Because of that, you\u0027re going to need a Chunk Loading Ward. Simply place it near your mills, preferably within 16 blocks of them." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "betterquesting:placeholder", - "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "extrautils2:chunkloader" - }, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "betterquesting:placeholder", - "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "extrautils2:chunkloader" - }, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 177, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "3:10": { - "id:8": "minecraft:ender_pearl", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:ender_pearl" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "3:10": { - "id:8": "minecraft:ender_pearl", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:ender_pearl" } - } - } - } - }, - "162:10": { - "questID:3": 178, - "preRequisites:11": [ - 176 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "ancientwarfareautomation:warehouse_crafting", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Warehouse Crafting Station", - "desc:8": "Even with the added functionalities of the warehouse, it takes time to find the right items for the right recipes every time.\n\nYour royal treasurer Jei has worked with your engineers to come up with an ingenious solution.\n\nThe warehouse crafting station, placed ontop of the controller, considers all items inside the warehouse as in your inventory for crafting purposes. This means that working with \"Just Enough Items\", you can simply use the craft button (\"+\" Button) on recipes in order to have the station draw the materials nessessary from your storages. Even mass production is possible like this.\n\nWhile it takes a moment to get used to, it is well worth the effort my liege, as it will tremendously improve your crafting experience. I give you my word!" + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, - "ignoreNBT:1": 1, + "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ancientwarfareautomation:warehouse_crafting", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "extrautils2:chunkloader", + "orig_meta:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { + }, + "1:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "extrautils2:chunkloader", + "orig_meta:3": 0 + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, - "163:10": { - "questID:3": 182, - "preRequisites:11": [], + "162:10": { + "preRequisites:11": [ + 176 + ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Even with the added functionalities of the warehouse, it takes time to find the right items for the right recipes every time.\n\nYour royal treasurer Jei has worked with your engineers to come up with an ingenious solution.\n\nThe warehouse crafting station, placed ontop of the controller, considers all items inside the warehouse as in your inventory for crafting purposes. This means that working with \"Just Enough Items\", you can simply use the craft button (\"+\" Button) on recipes in order to have the station draw the materials nessessary from your storages. Even mass production is possible like this.\n\nWhile it takes a moment to get used to, it is well worth the effort my liege, as it will tremendously improve your crafting experience. I give you my word!", + "globalshare:1": 0, "icon:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_solar_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:warehouse_crafting" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Warehouse Crafting Station", + "partysinglereward:1": 0, + "questlogic:8": "AND", "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Harnessing The Sun", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Solar Panel Controller is the main block of the Solar Array multi-block structure, which will generate a good amount of power just by taking in sunlight. If you add Piezo Modifiers to it, it will also generate power when it rains." + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 178, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_solar_1" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} }, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "partialMatch:1": 1, + } + } + }, + "tasks:9": { + "0:10": { "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_solar_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ancientwarfareautomation:warehouse_crafting" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "163:10": { + "preRequisites:11": [], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Solar Panel Controller is the main block of the Solar Array multi-block structure, which will generate a good amount of power just by taking in sunlight. If you add Piezo Modifiers to it, it will also generate power when it rains.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_solar_1", + "orig_meta:3": 0 + } + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Harnessing The Sun", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 182, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 5, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:solar_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:solar_1", + "orig_meta:3": 0 + } }, "1:10": { - "id:8": "betterquesting:placeholder", "Count:3": 2, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:modifier_piezo_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:modifier_piezo_1", + "orig_meta:3": 0 + } }, "2:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 5, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:solar_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:solar_1", + "orig_meta:3": 0 + } }, "1:10": { - "id:8": "betterquesting:placeholder", "Count:3": 2, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:modifier_piezo_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:modifier_piezo_1", + "orig_meta:3": 0 + } }, "2:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - } - } - } - }, - "164:10": { - "questID:3": 186, - "preRequisites:11": [ - 182, - 182 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "id:8": "betterquesting:placeholder", - "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_void_res_miner_1" - }, - "Damage:2": 0, - "OreDict:8": "" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Void Resource Miner", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The resource miner is a multi-block machine that, when given power, mines materials from the void. The controller needs to be above void, or have bedrock under it to work." + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_void_res_miner_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_solar_1", + "orig_meta:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_void_res_miner_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_solar_1", + "orig_meta:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "164:10": { + "preRequisites:11": [ + 182, + 182 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The resource miner is a multi-block machine that, when given power, mines materials from the void. The controller needs to be above void, or have bedrock under it to work.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_void_res_miner_1", + "orig_meta:3": 0 + } + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Void Resource Miner", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 186, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:lens" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:lens", + "orig_meta:3": 0 + } } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" }, "2:10": { - "rewardID:8": "bq_standard:item", "index:3": 2, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:lens" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:lens", + "orig_meta:3": 0 + } } } }, "3:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 3, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - } - } - } - }, - "165:10": { - "questID:3": 188, - "preRequisites:11": [ - 186, - 186 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "id:8": "betterquesting:placeholder", - "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_void_ore_miner_1" - }, - "Damage:2": 0, - "OreDict:8": "" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Void Ore Miner", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The ore miner is a multi-block machine that, when given power, mines ores from the void. The controller needs to be above void, or have bedrock under it to work." + "index:3": 3, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_void_ore_miner_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_void_res_miner_1", + "orig_meta:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:controller_void_ore_miner_1" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_void_res_miner_1", + "orig_meta:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "165:10": { + "preRequisites:11": [ + 186, + 186 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The ore miner is a multi-block machine that, when given power, mines ores from the void. The controller needs to be above void, or have bedrock under it to work.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_void_ore_miner_1", + "orig_meta:3": 0 + } + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Void Ore Miner", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 188, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:iron_ore", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_ore" } } }, "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" }, "2:10": { - "rewardID:8": "bq_standard:item", "index:3": 2, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:iron_ore", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_ore" } } }, "3:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 3, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 50, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - } - } - } - }, - "166:10": { - "questID:3": 189, - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "id:8": "betterquesting:placeholder", - "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:digital_guide" - }, - "Damage:2": 0, - "OreDict:8": "" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "partySingleReward:8": "false", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Going Green", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Digital Guide contains everything you need to know about Environmental Tech.Have the Digital Guide [WIP] in your inventory." + "index:3": 3, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:digital_guide" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_void_ore_miner_1", + "orig_meta:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 1, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:digital_guide" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:controller_void_ore_miner_1", + "orig_meta:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "166:10": { + "preRequisites:11": [], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Digital Guide contains everything you need to know about Environmental Tech.Have the Digital Guide [WIP] in your inventory.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:digital_guide", + "orig_meta:3": 0 + } + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Going Green", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 189, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 16, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:basalt" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:basalt", + "orig_meta:3": 0 + } } } }, "1:10": { - "rewardID:8": "bq_standard:item", "index:3": 1, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "betterquesting:placeholder", "Count:3": 16, - "tag:10": { - "orig_meta:3": 0, - "orig_id:8": "environmentaltech:basalt" - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:basalt", + "orig_meta:3": 0 + } } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:digital_guide", + "orig_meta:3": 0 + } + } + }, + "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "environmentaltech:digital_guide", + "orig_meta:3": 0 + } + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "167:10": { - "questID:3": 199, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lME Pattern Terminals§r are used to program §lCrafting Patterns§r and §lProcessing Patterns§r, the former being used by §lMolecular Assemblers§r to perform crafting table recipes, and the latter being used to perform recipes done by other blocks and machines (including furnaces and brewing stands, but mainly machines from other mods).\n\n The Terminal\u0027s GUI is broken up into three parts:\n\n * The §l§oME Grid§r at the top to allow access to ingredients for recipes,\n\n * The §l§oPattern Grid§r group in the lower left and middle is where you\u0027ll be setting therecipes for patterns, and\n\n * The §l§oPattern Queue§r group in the lower right is where you\u0027ll put patterns to be programmed and where you\u0027ll retrieved patterns that have been programmed.\n\n Instructions to program the two types of patterns are covered later in the questline.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 340, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "I See a Pattern Here...", - "desc:8": " §lME Pattern Terminals§r are used to program §lCrafting Patterns§r and §lProcessing Patterns§r, the former being used by §lMolecular Assemblers§r to perform crafting table recipes, and the latter being used to perform recipes done by other blocks and machines (including furnaces and brewing stands, but mainly machines from other mods).\n\n The Terminal\u0027s GUI is broken up into three parts:\n\n * The §l§oME Grid§r at the top to allow access to ingredients for recipes,\n\n * The §l§oPattern Grid§r group in the lower left and middle is where you\u0027ll be setting therecipes for patterns, and\n\n * The §l§oPattern Queue§r group in the lower right is where you\u0027ll put patterns to be programmed and where you\u0027ll retrieved patterns that have been programmed.\n\n Instructions to program the two types of patterns are covered later in the questline." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 199, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 52, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 340, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "1:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 52, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 64, - "Damage:2": 52, - "OreDict:8": "" - } - } - } } }, "168:10": { - "questID:3": 200, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §l§oCrafting Processing Unit§r is a multiblock construction that is essential to AE2\u0027s autocrafting. In essence, it is responsible for coordinating the various machines connected to the ME system so that they can craft one or more items from a single request.\n\n They are constructed in a solid cuboid, in any arrangement, of its component blocks.\n\n §lCrafting Units§r are a core crafting ingredient for the other component blocks of the Crafting CPU multiblock. They can used as filler blocks, too, but otherwise don\u0027t have any function.\n\n", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:crafting_unit", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_unit" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "See Pea You", - "desc:8": " The §l§oCrafting Processing Unit§r is a multiblock construction that is essential to AE2\u0027s autocrafting. In essence, it is responsible for coordinating the various machines connected to the ME system so that they can craft one or more items from a single request.\n\n They are constructed in a solid cuboid, in any arrangement, of its component blocks.\n\n §lCrafting Units§r are a core crafting ingredient for the other component blocks of the Crafting CPU multiblock. They can used as filler blocks, too, but otherwise don\u0027t have any function.\n\n" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 200, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:crafting_unit", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_unit" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "169:10": { - "questID:3": 206, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Botanical Brewery allows you to craft Brews using Mana and other ingredients.\n\nItems can be inserted into the Brewery by either right clicking on them with the item in hand or by tossing them at it. First, a Vial needs to be put in order to receive the Brew, then the various ingredients can be added.\n\nOnce a valid recipe is formed (check the Lexica Botania and/or Just Enough Items), the Brewery will start accepting Mana from Mana Spreaders. Once enough Mana is supplied, the Brew will be crafted, consuming the ingredients in the process.\n\nVials contain multiple charges of a Brew, unlike vanilla Potions which can only be drank once.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:brewery", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:brewery" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Botanical Brewery", - "desc:8": "The Botanical Brewery allows you to craft Brews using Mana and other ingredients.\n\nItems can be inserted into the Brewery by either right clicking on them with the item in hand or by tossing them at it. First, a Vial needs to be put in order to receive the Brew, then the various ingredients can be added.\n\nOnce a valid recipe is formed (check the Lexica Botania and/or Just Enough Items), the Brewery will start accepting Mana from Mana Spreaders. Once enough Mana is supplied, the Brew will be crafted, consuming the ingredients in the process.\n\nVials contain multiple charges of a Brew, unlike vanilla Potions which can only be drank once." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 206, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:brewery", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:brewery" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "170:10": { - "questID:3": 223, "preRequisites:11": [ 433 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Crystal Binder is used to connect the Crystals to each other.\nShift-Right Click a crystal with the Crystal Binder to select it, and Right Click on another crystal to link it.\n\nThe Crystals will always equalize all their energy between them", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:crystal_binder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crystal_binder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Link!", - "desc:8": "The Crystal Binder is used to connect the Crystals to each other.\nShift-Right Click a crystal with the Crystal Binder to select it, and Right Click on another crystal to link it.\n\nThe Crystals will always equalize all their energy between them" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 223, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:crystal_binder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crystal_binder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "171:10": { - "questID:3": 224, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Tinkers\u0027 Construct!\n\nThese quests will help you to learn the ropes of this mod and be able to create your own customizable weapons and tools. Let\u0027s start out with the most important basic tool.\n\nThe manual.\n\n Craft the§l \u0027M§laterials and You\u0027§0 m§0anual. Once you have it, the book willgive you information needed to know how to create most of the things of this mod.\n\nNext we need some §l\u0027Patterns§0§l\u0027§0. Craft some of those up and we can move on to the next step.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "tconstruct:book", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:book" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Materials and You", - "desc:8": "Welcome to Tinkers\u0027 Construct!\n\nThese quests will help you to learn the ropes of this mod and be able to create your own customizable weapons and tools. Let\u0027s start out with the most important basic tool.\n\nThe manual.\n\n Craft the§l \u0027M§laterials and You\u0027§0 m§0anual. Once you have it, the book willgive you information needed to know how to create most of the things of this mod.\n\nNext we need some §l\u0027Patterns§0§l\u0027§0. Craft some of those up and we can move on to the next step." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 224, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "tconstruct:book", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:book" }, "1:10": { - "id:8": "tconstruct:pattern", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:pattern" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "172:10": { - "questID:3": 225, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to RFTools! This mod is filled with gadgets that can make your Minecrafting experience a whole lot better, such as teleporters, storage, the Builder, and highly advanced redstone.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:rftools_manual", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:rftools_manual" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "RFTools", - "desc:8": "Welcome to RFTools! This mod is filled with gadgets that can make your Minecrafting experience a whole lot better, such as teleporters, storage, the Builder, and highly advanced redstone." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 225, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:smartwrench", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:smartwrench" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:rftools_manual", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:rftools_manual" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftoolscontrol:rftoolscontrol_manual", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftoolscontrol:rftoolscontrol_manual" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the RFTools questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the RFTools questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "173:10": { - "questID:3": 233, "preRequisites:11": [ 235 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Alright, so we have the table that will help us make the necessary patterns. Before you can just go off and make a bunch of patterns, let us take this step by step.\n\nOne of the most important tools in the miner\u0027s arsenal: the pickaxe. Let\u0027s make that §l\u0027pickaxe head pattern§0§l\u0027§0. \n\nJust right click on the table and put some of those blank patterns you made earlier in the stencil slot and select the pickaxe head. Then take the resulting pattern and voila! We\u0027re on our way to getting you your first Tinker\u0027s Pickaxe. :)", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:pick_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Our First Stencil", - "desc:8": "Alright, so we have the table that will help us make the necessary patterns. Before you can just go off and make a bunch of patterns, let us take this step by step.\n\nOne of the most important tools in the miner\u0027s arsenal: the pickaxe. Let\u0027s make that §l\u0027pickaxe head pattern§0§l\u0027§0. \n\nJust right click on the table and put some of those blank patterns you made earlier in the stencil slot and select the pickaxe head. Then take the resulting pattern and voila! We\u0027re on our way to getting you your first Tinker\u0027s Pickaxe. :)" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 233, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:pick_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "174:10": { - "questID:3": 235, "preRequisites:11": [ 224 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This one is a simple one. In order to make those fancy tools and weapons you\u0027re eyeing, we need a §l\u0027stencil table\u0027§0, so lets go ahead and make that. Then we can move on to the next step.\n\nTo build it, you just need to have one wooden plank of any kind of wood and a §l\u0027Blank Pattern\u0027§0 on top of the planks in a crafting grid.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:tooltables", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "tconstruct:tooltables", "tag:10": { "textureBlock:10": { - "id:8": "minecraft:planks", "Count:1": 1, - "Damage:2": 0 + "Damage:2": 0, + "id:8": "minecraft:planks" } - }, - "Damage:2": 1, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Stencils", - "desc:8": "This one is a simple one. In order to make those fancy tools and weapons you\u0027re eyeing, we need a §l\u0027stencil table\u0027§0, so lets go ahead and make that. Then we can move on to the next step.\n\nTo build it, you just need to have one wooden plank of any kind of wood and a §l\u0027Blank Pattern\u0027§0 on top of the planks in a crafting grid." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 235, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:tooltables", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "tconstruct:tooltables", "tag:10": { "textureBlock:10": { - "id:8": "minecraft:planks", "Count:1": 1, - "Damage:2": 0 + "Damage:2": 0, + "id:8": "minecraft:planks" } - }, - "Damage:2": 1, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "175:10": { - "questID:3": 237, "preRequisites:11": [ 337 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lQuartz Wrench§r is used to safely pry off most AE2 devices and cables, and can interact with some devices (such as the ME Interface) in a special way. To pry off a device or cable, Sneak + Use the wrench while looking at the target. Careful! Sometimes they can fly off a fair distance.\n\nNote: There\u0027s no difference between the Certus and Nether Quartz wrenches in terms of functionality.\n\n The §lNetwork Tool§r is a modified Quartz Wrench that can open a GUI on a cable or connected device to view the status of all connected cables/devices on the network, right up to the ME Controller. It however loses some of the special functions that a Quartz Wrench has.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "appliedenergistics2:certus_quartz_wrench", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:certus_quartz_wrench" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Networking Tools", - "desc:8": " The §lQuartz Wrench§r is used to safely pry off most AE2 devices and cables, and can interact with some devices (such as the ME Interface) in a special way. To pry off a device or cable, Sneak + Use the wrench while looking at the target. Careful! Sometimes they can fly off a fair distance.\n\nNote: There\u0027s no difference between the Certus and Nether Quartz wrenches in terms of functionality.\n\n The §lNetwork Tool§r is a modified Quartz Wrench that can open a GUI on a cable or connected device to view the status of all connected cables/devices on the network, right up to the ME Controller. It however loses some of the special functions that a Quartz Wrench has." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 237, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "appliedenergistics2:certus_quartz_wrench", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:network_tool", + "tag:10": {} } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "appliedenergistics2:network_tool", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:certus_quartz_wrench" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "176:10": { - "questID:3": 238, "preRequisites:11": [ 335 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lCharged Staff§r is a weapon that deals damage comparable to that of an Iron Sword. It differs from the sword, however, in that it consumes energy instead of durability. It also deals magic damage instead of physical, which means it can bypass most armors. A notable exception are Witches, who have a bit of magic resistance instead of armor.\n\n The §lEntropy Manipulator§r can set fires to blocks and mobs at the cost of energy. Right click on a block, left click on a mob.\n\n Both devices may be recharged in a §lCharger§r.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:charged_staff", - "Count:3": 1, "tag:10": { - "internalMaxPower:6": 8000.0, - "internalCurrentPower:6": 8000.0 - }, - "Damage:2": 0, - "OreDict:8": "" + "internalCurrentPower:6": 8000.0, + "internalMaxPower:6": 8000.0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Harmless", - "desc:8": " The §lCharged Staff§r is a weapon that deals damage comparable to that of an Iron Sword. It differs from the sword, however, in that it consumes energy instead of durability. It also deals magic damage instead of physical, which means it can bypass most armors. A notable exception are Witches, who have a bit of magic resistance instead of armor.\n\n The §lEntropy Manipulator§r can set fires to blocks and mobs at the cost of energy. Right click on a block, left click on a mob.\n\n Both devices may be recharged in a §lCharger§r." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 238, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:charged_staff", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:entropy_manipulator", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "177:10": { - "questID:3": 239, "preRequisites:11": [ 200 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lCrafting Monitors§r are an optional block that will visually display the current top-level task (what you ordered).\n\n Only one of these may be in the entire multiblock.\n\n", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:crafting_monitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_monitor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "I See What You Did There...", - "desc:8": " §lCrafting Monitors§r are an optional block that will visually display the current top-level task (what you ordered).\n\n Only one of these may be in the entire multiblock.\n\n" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 239, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:crafting_monitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_monitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "178:10": { - "questID:3": 240, "preRequisites:11": [ 200 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lCrafting Storage Units§r are like the RAM of your computer, allowing for larger recipes or larger batch orders to go through. Shouuld there be an insufficent amount of CSU\u0027s in the multiblock, the crafting request will refuse to start. Should this happen, you can either reduce the number of requested items in the batch, add more CSU\u0027s to the multiblock, or swap out CSU\u0027s with a higher tier version.\n\n You must have at least one CSU in the multiblock.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:crafting_storage_1k", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_storage_1k" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Download More Wam", - "desc:8": " §lCrafting Storage Units§r are like the RAM of your computer, allowing for larger recipes or larger batch orders to go through. Shouuld there be an insufficent amount of CSU\u0027s in the multiblock, the crafting request will refuse to start. Should this happen, you can either reduce the number of requested items in the batch, add more CSU\u0027s to the multiblock, or swap out CSU\u0027s with a higher tier version.\n\n You must have at least one CSU in the multiblock." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 240, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:crafting_storage_1k", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_storage_1k" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "179:10": { - "questID:3": 241, "preRequisites:11": [ 200 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lCrafting Co-Processing Units§r are the task coordinators of the multiblock. A task is defined as a single crafting operation, and each Unit can initiate a single task by moving the requested ingredients to the appropriate ME Interface. More CCPU\u0027s in the multiblock mean more tasks can be started at the same time, although a single CCPU is still capable of doing different types of tasks.\n\n For example, 4 assemblers are attached to an ME interface. All 4 assemblers have the potential of performing the same type of crafting task. With a single CCPU, 1 assembler will be started, then another, then another, then finally the last assembler. With 4 CCPU\u0027s, all 4 assemblers will be started at the same time. For small crafting recipes, the difference usually doesn\u0027t matter since the CCPU\u0027s can switch between tasks at a fast rate. Only on the very large recipes does adding more CCPU\u0027s make an impact.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:crafting_accelerator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_accelerator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "See Sea Pea You", - "desc:8": " §lCrafting Co-Processing Units§r are the task coordinators of the multiblock. A task is defined as a single crafting operation, and each Unit can initiate a single task by moving the requested ingredients to the appropriate ME Interface. More CCPU\u0027s in the multiblock mean more tasks can be started at the same time, although a single CCPU is still capable of doing different types of tasks.\n\n For example, 4 assemblers are attached to an ME interface. All 4 assemblers have the potential of performing the same type of crafting task. With a single CCPU, 1 assembler will be started, then another, then another, then finally the last assembler. With 4 CCPU\u0027s, all 4 assemblers will be started at the same time. For small crafting recipes, the difference usually doesn\u0027t matter since the CCPU\u0027s can switch between tasks at a fast rate. Only on the very large recipes does adding more CCPU\u0027s make an impact." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 241, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:crafting_accelerator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crafting_accelerator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "180:10": { - "questID:3": 243, "preRequisites:11": [ 245 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lMolecular Assembler§r is a machine that will perform a craft according to a §lCrafting Pattern§r placed in the slot above the output slot. Items piped into the Assembler will go to the correct location and the result will be automatically pushed into an adjacent inventory. Crafting performed in this matter is referred to as §opassive§r or §ocontinous auto-crafting§r, since crafting will continously be done so long as the Assembler is fed enough ingredients.\n\nTip: When trying to push the result, the §lAssembler§r will start with the bottom, then the top, then the sides. Keep this in mind when doing passive auto-crafting, as it can push into its input hopper.\n\n The §lAssembler§r must be powered through a cable or another connected AE2, but it does not take up a channel.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:molecular_assembler", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:molecular_assembler" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "IKEA Worker of the Year", - "desc:8": " The §lMolecular Assembler§r is a machine that will perform a craft according to a §lCrafting Pattern§r placed in the slot above the output slot. Items piped into the Assembler will go to the correct location and the result will be automatically pushed into an adjacent inventory. Crafting performed in this matter is referred to as §opassive§r or §ocontinous auto-crafting§r, since crafting will continously be done so long as the Assembler is fed enough ingredients.\n\nTip: When trying to push the result, the §lAssembler§r will start with the bottom, then the top, then the sides. Keep this in mind when doing passive auto-crafting, as it can push into its input hopper.\n\n The §lAssembler§r must be powered through a cable or another connected AE2, but it does not take up a channel." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 243, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:molecular_assembler" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:molecular_assembler", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:molecular_assembler" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:molecular_assembler", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "181:10": { - "questID:3": 244, "preRequisites:11": [ 241, 243 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " This is it, the culmination of several hours of reading walls of text that could keep out the Mongols during all of the Ming Dynasty.\n\n Everything learned thus far is put to use to achieve §o§lon-demand auto-crafting§r. We will start of with crafting table recipes before moving on to the slightly more complex machine crafting.\n\n First of all, make sure you have a functioning §lCrafting Processing Unit§r multiblock connected to the ME system (including an ME drive with at least one Storage Cell in it), and sufficient power for everything.\n\n Place a §lME Interface§r somewhere and connect it to the rest of the ME system.\n\n Then, place a §lMolecular Assembler§r on top or otherwise adjacent to the interface.\n\n Program a §lCrafting Pattern§r for §lWood Planks§r (or another simple crafting recipe) and place the pattern in a slot in the bottom row of the §lInterface§r\u0027s GUI.\n\n Finally, §o§lTest§r the installation by interacting with any suitable §lME Terminal§r or variant. The item you programmed the Pattern to (such as our wood planks) should show up in the grid with a friendly \"CRAFT\" label over it.\n\nTip: If you already have wood planks in the system, you should pull them all out or use a different recipe.\n\nTip: If the programmed item still doesn\u0027t show up in the grid, check your connections, and check to see you programmed the Pattern correctly. Too often does a Processing Pattern get made instead of the inteded Crafting Pattern.\n\n Left click on the item, the crafting request GUI should pop up, allowing you to specify how many items to craft. We\u0027ll just go with 1 for this test.\n\n The next GUI that pops up will show you how many bytes is required to process the \"job,\" and all of the ingredients available and any ingredients that need to be crafted. Click \"START\" to tell the system to begin crafting!\n\nNote: If if an error message pops up stating that \"No processors are available!\" it probably means you need more Crafting Storage Units.\n", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 22, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crafting, On Demand.", - "desc:8": " This is it, the culmination of several hours of reading walls of text that could keep out the Mongols during all of the Ming Dynasty.\n\n Everything learned thus far is put to use to achieve §o§lon-demand auto-crafting§r. We will start of with crafting table recipes before moving on to the slightly more complex machine crafting.\n\n First of all, make sure you have a functioning §lCrafting Processing Unit§r multiblock connected to the ME system (including an ME drive with at least one Storage Cell in it), and sufficient power for everything.\n\n Place a §lME Interface§r somewhere and connect it to the rest of the ME system.\n\n Then, place a §lMolecular Assembler§r on top or otherwise adjacent to the interface.\n\n Program a §lCrafting Pattern§r for §lWood Planks§r (or another simple crafting recipe) and place the pattern in a slot in the bottom row of the §lInterface§r\u0027s GUI.\n\n Finally, §o§lTest§r the installation by interacting with any suitable §lME Terminal§r or variant. The item you programmed the Pattern to (such as our wood planks) should show up in the grid with a friendly \"CRAFT\" label over it.\n\nTip: If you already have wood planks in the system, you should pull them all out or use a different recipe.\n\nTip: If the programmed item still doesn\u0027t show up in the grid, check your connections, and check to see you programmed the Pattern correctly. Too often does a Processing Pattern get made instead of the inteded Crafting Pattern.\n\n Left click on the item, the crafting request GUI should pop up, allowing you to specify how many items to craft. We\u0027ll just go with 1 for this test.\n\n The next GUI that pops up will show you how many bytes is required to process the \"job,\" and all of the ingredients available and any ingredients that need to be crafted. Click \"START\" to tell the system to begin crafting!\n\nNote: If if an error message pops up stating that \"No processors are available!\" it probably means you need more Crafting Storage Units.\n" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 244, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:planks", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "plankWood" + "OreDict:8": "plankWood", + "id:8": "minecraft:planks" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "182:10": { - "questID:3": 245, "preRequisites:11": [ 199 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "§lCrafting Patterns§r are relatively straight forward to program.\n\n First, ensure that the button on the right hand side looks like a crafting table, if it does not, then press it to switch it over.\n\n Place the ingredients in the §l§oPattern Grid§r like you would a normal crafting grid, and the resulting item should appear in the slot to the immediate right. (If it doesn\u0027t, check your recipe).\n\n Then, make sure you have at least one §lBlank Pattern§r in the top slot of the §l§oPattern Queue§r and press the button with a down arrow to program it.\n\nTip: You\u0027d normally would want the ore dictionary enabled for patterns, unless there\u0027s a specific reason why one type of copper (for example) is extra special.\n\nTip: Patterns can be overwritten if left in the bottom slot of the §l§oPattern Queue§r\n", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:crafting_table", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:crafting_table" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crafting Patterns", - "desc:8": "§lCrafting Patterns§r are relatively straight forward to program.\n\n First, ensure that the button on the right hand side looks like a crafting table, if it does not, then press it to switch it over.\n\n Place the ingredients in the §l§oPattern Grid§r like you would a normal crafting grid, and the resulting item should appear in the slot to the immediate right. (If it doesn\u0027t, check your recipe).\n\n Then, make sure you have at least one §lBlank Pattern§r in the top slot of the §l§oPattern Queue§r and press the button with a down arrow to program it.\n\nTip: You\u0027d normally would want the ore dictionary enabled for patterns, unless there\u0027s a specific reason why one type of copper (for example) is extra special.\n\nTip: Patterns can be overwritten if left in the bottom slot of the §l§oPattern Queue§r\n" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 245, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "183:10": { - "questID:3": 246, "preRequisites:11": [ 199 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lProcessing Patterns§r are programmed in a similar fashion to §lCrafting Patterns§r with a few key differences.\n\n First of which is that the order of the items in the §l§oPattern Grid§r no longer matter, these will all be pushed to a recipient machine (or inventory!) at the same time.\n\n Second of which is that you can specify up to three different result (or output) items on the right side of the §l§oPattern Grid§r. These are items that the ME system will expect to find after some time, and must be pushed into the network by hoppers or pipes via §lME Interfaces§r, or be pulled in by an §lImport Bus§r.\n\n Lastly, you can specify a different amount of items (up to a full stack) per slot in either the input or output sides of the §l§oPattern Grid\n\n§4§l§oWarning!§r A crafting task will look for §oexactly§r the same amount of items you specified in the output slots of the Pattern Grid. If it cannot find the item (for example Thermal Foundation\u0027s §lSlag§r) then the crafting task will be listed as incomplete or still \"in-progress.\" You\u0027ll have to be clever to get such items to autocraft correctly.§r..", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:furnace", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:furnace" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Processing Patterns", - "desc:8": " §lProcessing Patterns§r are programmed in a similar fashion to §lCrafting Patterns§r with a few key differences.\n\n First of which is that the order of the items in the §l§oPattern Grid§r no longer matter, these will all be pushed to a recipient machine (or inventory!) at the same time.\n\n Second of which is that you can specify up to three different result (or output) items on the right side of the §l§oPattern Grid§r. These are items that the ME system will expect to find after some time, and must be pushed into the network by hoppers or pipes via §lME Interfaces§r, or be pulled in by an §lImport Bus§r.\n\n Lastly, you can specify a different amount of items (up to a full stack) per slot in either the input or output sides of the §l§oPattern Grid\n\n§4§l§oWarning!§r A crafting task will look for §oexactly§r the same amount of items you specified in the output slots of the Pattern Grid. If it cannot find the item (for example Thermal Foundation\u0027s §lSlag§r) then the crafting task will be listed as incomplete or still \"in-progress.\" You\u0027ll have to be clever to get such items to autocraft correctly.§r.." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 246, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "184:10": { - "questID:3": 247, "preRequisites:11": [ 14 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Aside from §lME Interfaces§r, there are also §lImport Busses§r and §lExport Busses§r.\n\n Both types should be fairly self-explanitory:\n\n The §lImport Bus§r pulls items from an attached inventory or machine §ointo§r the ME System. It can be configured to pull only a certain type of item through its GUI.\n\n The §lExport Bus§r pushes items into an inventory or machine that it is attached to. It must be told which items to export and how many it should try to push at a time (similar to how the ME Interface operates).\n\n Both Busses start off with only 1 available slot, but you can give them up to 2 §lCapacity Cards§r to increase by 4 slots each for each card.\n\n Both Busses are multipart constructions, and are easily installed by placing them on the inventory/machine that they will be importing/exporting.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 240, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Wheels on the Bus", - "desc:8": " Aside from §lME Interfaces§r, there are also §lImport Busses§r and §lExport Busses§r.\n\n Both types should be fairly self-explanitory:\n\n The §lImport Bus§r pulls items from an attached inventory or machine §ointo§r the ME System. It can be configured to pull only a certain type of item through its GUI.\n\n The §lExport Bus§r pushes items into an inventory or machine that it is attached to. It must be told which items to export and how many it should try to push at a time (similar to how the ME Interface operates).\n\n Both Busses start off with only 1 available slot, but you can give them up to 2 §lCapacity Cards§r to increase by 4 slots each for each card.\n\n Both Busses are multipart constructions, and are easily installed by placing them on the inventory/machine that they will be importing/exporting." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 247, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 260, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "1:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 240, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "185:10": { - "questID:3": 248, "preRequisites:11": [ 244 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " By now, you should have successfully made §lWood Planks§r from demanding it through an §lME Terminal§r. If not, check your connections (A §lNetwork Tool§r may help), check your power supply, and check your §lCrafting Pattern§r for any flaws.", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:cookie", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cookie" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dramatic Pause", - "desc:8": " By now, you should have successfully made §lWood Planks§r from demanding it through an §lME Terminal§r. If not, check your connections (A §lNetwork Tool§r may help), check your power supply, and check your §lCrafting Pattern§r for any flaws." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 248, + "rewards:9": {}, "tasks:9": { "0:10": { "index:3": 0, "taskID:8": "bq_standard:checkbox" } - }, - "rewards:9": {} + } }, "186:10": { - "questID:3": 249, "preRequisites:11": [ 241, 329 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " This final quest in the autocrafting line will teach you the basics of interfacing machines to get them to do autocrafting for you. For our example, we\u0027ll automate the §lInscriber§r, which is a good machine to automate since you will be needing quite a few of the different processors as you progress further through AE2.\n\n You will need:\n1x §lME Interface§r\n1x §lImport Bus§r\n1x §lInscriber§r\n1x §lInscriber Silicon Press§r\n1x §lBlank Pattern§r\n\n Place the §lInscriber§r.\n\n Place the §lME Interface§r on top of the Inscriber (or anywhere adjacent).\n\n Place the §lImport Bus§r on the bottom of the Inscriber (or anywhere adjacent). \n\n Connect the §lME Interface§r and the §lImport Bus§r to the ME system.\n\n Place the §lInscriber Silicon Press§r inside of the Inscriber, and place a piece of Silicon in the center slot to verify that it has power and is functioning.\n\nHint: The panel variant of the ME Interface won\u0027t supply power, so you may have to attach a cable to the side of the Inscriber.\n\n Program a §lProcessing Pattern§r (remember, it has a Furnace icon) on the ME Pattern Terminal. 1 Silicon as the input, 1 Printed Silicon as the Output.\n\n Place the programmed Processing Pattern into the §lME Interface§r, and §l§oTest§r the setup by requesting a Printed Silicon from the ME System (Like you did with the previous quest).", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 24, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Scribble Scribble", - "desc:8": " This final quest in the autocrafting line will teach you the basics of interfacing machines to get them to do autocrafting for you. For our example, we\u0027ll automate the §lInscriber§r, which is a good machine to automate since you will be needing quite a few of the different processors as you progress further through AE2.\n\n You will need:\n1x §lME Interface§r\n1x §lImport Bus§r\n1x §lInscriber§r\n1x §lInscriber Silicon Press§r\n1x §lBlank Pattern§r\n\n Place the §lInscriber§r.\n\n Place the §lME Interface§r on top of the Inscriber (or anywhere adjacent).\n\n Place the §lImport Bus§r on the bottom of the Inscriber (or anywhere adjacent). \n\n Connect the §lME Interface§r and the §lImport Bus§r to the ME system.\n\n Place the §lInscriber Silicon Press§r inside of the Inscriber, and place a piece of Silicon in the center slot to verify that it has power and is functioning.\n\nHint: The panel variant of the ME Interface won\u0027t supply power, so you may have to attach a cable to the side of the Inscriber.\n\n Program a §lProcessing Pattern§r (remember, it has a Furnace icon) on the ME Pattern Terminal. 1 Silicon as the input, 1 Printed Silicon as the Output.\n\n Place the programmed Processing Pattern into the §lME Interface§r, and §l§oTest§r the setup by requesting a Printed Silicon from the ME System (Like you did with the previous quest)." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 249, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, - "Damage:2": 20, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 20, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "187:10": { - "questID:3": 250, "preRequisites:11": [ 249 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " That\u0027s it. That\u0027s the basics to automating a machine with AE2. The following are tips, hints, and a general summary of what happens.\n\n§l Crafting Patterns§r or §lProcessing Patterns§r go into the §lME Interfaces§r, when a crafting request is made by the §l§oCPU multiblock§r, it\u0027ll have the ME Interface push the ingredients into an adjacent inventory.\n\nTip: If you\u0027re one for compact builds, you can right click an §lME Interface§r block with a §lQuartz Wrench§r to tell it to push only into a certain direction. Otherwise, the Interface will pick a side at random. You can also use the panel version of the Interface to limit to just one side, but remember that it won\u0027t supply power nor act as a cable.\n\n Use §lImport Busses§r to pull crafted items from machines into the ME system. If the machine can push items, you can instead have it push into an ME Interface (which can be the same one that has the Processing Pattern).\n\n Machines that need a Catalyst, Tool, or Fuel (such as furnaces) should have that item pushed into them by an §lExport Bus§r, have the tool left in them, or be maintained by other means. Some blocks, such as furnaces, are picky about which side the items are pushed in and taken. Furnaces have input at the top, fuel at any side, and output at the bottom.\n\n Crafting tasks are marked as \"success\" if the product of a Crafting Pattern or Processing Pattern is pushed into the system from §oany§r ME Interface or Import Bus. This only happens if the task was started by a CPU, however.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:cake", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cake" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pregnant Pause", - "desc:8": " That\u0027s it. That\u0027s the basics to automating a machine with AE2. The following are tips, hints, and a general summary of what happens.\n\n§l Crafting Patterns§r or §lProcessing Patterns§r go into the §lME Interfaces§r, when a crafting request is made by the §l§oCPU multiblock§r, it\u0027ll have the ME Interface push the ingredients into an adjacent inventory.\n\nTip: If you\u0027re one for compact builds, you can right click an §lME Interface§r block with a §lQuartz Wrench§r to tell it to push only into a certain direction. Otherwise, the Interface will pick a side at random. You can also use the panel version of the Interface to limit to just one side, but remember that it won\u0027t supply power nor act as a cable.\n\n Use §lImport Busses§r to pull crafted items from machines into the ME system. If the machine can push items, you can instead have it push into an ME Interface (which can be the same one that has the Processing Pattern).\n\n Machines that need a Catalyst, Tool, or Fuel (such as furnaces) should have that item pushed into them by an §lExport Bus§r, have the tool left in them, or be maintained by other means. Some blocks, such as furnaces, are picky about which side the items are pushed in and taken. Furnaces have input at the top, fuel at any side, and output at the bottom.\n\n Crafting tasks are marked as \"success\" if the product of a Crafting Pattern or Processing Pattern is pushed into the system from §oany§r ME Interface or Import Bus. This only happens if the task was started by a CPU, however." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": {}, + "questID:3": 250, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "appliedenergistics2:material", "Count:3": 8, "Damage:2": 24, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "1:10": { - "id:8": "appliedenergistics2:material", "Count:3": 8, "Damage:2": 22, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:cake", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cake" } } } - } + }, + "tasks:9": {} }, "188:10": { - "questID:3": 251, "preRequisites:11": [ 344 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The Portable Cell is AE2\u0027s version of a backpack, offering a much larger portable storage solution than most backpacks, bags, etc. available from other mods. The only downside is that you have to recharge it occasionally.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:portable_cell", - "Count:3": 1, "tag:10": { - "internalMaxPower:6": 20000.0, - "internalCurrentPower:6": 20000.0 - }, - "Damage:2": 0, - "OreDict:8": "" + "internalCurrentPower:6": 20000.0, + "internalMaxPower:6": 20000.0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Just a Few for the Road", - "desc:8": " The Portable Cell is AE2\u0027s version of a backpack, offering a much larger portable storage solution than most backpacks, bags, etc. available from other mods. The only downside is that you have to recharge it occasionally." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 251, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 1, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:portable_cell", + "tag:10": { + "internalCurrentPower:6": 20000.0, + "internalMaxPower:6": 20000.0 + } + }, + "1:10": { "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 36, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 1, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:portable_cell", - "Count:3": 1, - "tag:10": { - "internalMaxPower:6": 20000.0, - "internalCurrentPower:6": 20000.0 - }, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 1, - "Damage:2": 36, - "OreDict:8": "" + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "189:10": { - "questID:3": 252, "preRequisites:11": [ 14 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " There may be some cases where you would prefer to use another storage method outside of the ME system, such as Storage Drawers. For those cases there is the §lStorage Bus§r. Attach this onto the inventory system where both input and output operations can occur (such as on a Drawer Controller).", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 220, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Old Habits Die Hard", - "desc:8": " There may be some cases where you would prefer to use another storage method outside of the ME system, such as Storage Drawers. For those cases there is the §lStorage Bus§r. Attach this onto the inventory system where both input and output operations can occur (such as on a Drawer Controller)." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 252, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 220, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "190:10": { - "questID:3": 253, "preRequisites:11": [ 339 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lAnnihilation Plane§r will instantly mine any block that is in front of it and import its broken products into the ME system. This might be useful for vanilla cobble generators and similar constructions.\n\n The §lFormation Plane§r will instantly place configured blocks or items in the space in front it, whenever an Annihalation Plane was activated. You also have the option of dropping blocks as items instead of placing them in the world.\n\n The pair might be useful for some uncommon or rare block drops, such as flint from gravel. In such a setup you\u0027d place a Formation plane two blocks above an Annihilation Plane and have the gravel blocks fall down into the Annihlation Plane.\n\n§4§l§oWarning:§r This can easily become a lag machine if you are not careful!\n\n The §lIdentity Annihilation Plane§r will instantly mine a block as if it had the silk touch enchantment.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 320, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Annihilate! Formulate?", - "desc:8": " The §lAnnihilation Plane§r will instantly mine any block that is in front of it and import its broken products into the ME system. This might be useful for vanilla cobble generators and similar constructions.\n\n The §lFormation Plane§r will instantly place configured blocks or items in the space in front it, whenever an Annihalation Plane was activated. You also have the option of dropping blocks as items instead of placing them in the world.\n\n The pair might be useful for some uncommon or rare block drops, such as flint from gravel. In such a setup you\u0027d place a Formation plane two blocks above an Annihilation Plane and have the gravel blocks fall down into the Annihlation Plane.\n\n§4§l§oWarning:§r This can easily become a lag machine if you are not careful!\n\n The §lIdentity Annihilation Plane§r will instantly mine a block as if it had the silk touch enchantment." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 253, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 301, + "OreDict:8": "", + "id:8": "appliedenergistics2:part" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 300, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "1:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 320, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:part", - "Count:3": 1, - "Damage:2": 301, - "OreDict:8": "" - } - } - } } }, "191:10": { - "questID:3": 254, "preRequisites:11": [ 255 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §l Wireless Terminals§r and §lWireless Crafting Terminals §rallow you to access your ME system without needing to stand by an ME Terminal that\u0027s anchored down to a cable somewhere.\n\n In order to do this, however, they need to be within range of a §lWireless Access Point§r, which start off with about an 16 block range. This range can be improved up to 512m from the access point by installing §lWireless Boosters§r, this comes at the cost of more power, however.\n\n They also need to be linked to the ME System, and the only way to do this is through the §lSecurity Terminal§r.\n\n Lastly, they consume energy for the entire duration you have its GUI open. It doesn\u0027t consume energy per request, however.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:wireless_terminal", - "Count:3": 1, "tag:10": { - "internalMaxPower:6": 1600000.0, - "internalCurrentPower:6": 1600000.0 - }, - "Damage:2": 0, - "OreDict:8": "" + "internalCurrentPower:6": 1600000.0, + "internalMaxPower:6": 1600000.0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Better Than Wifi!", - "desc:8": " §l Wireless Terminals§r and §lWireless Crafting Terminals §rallow you to access your ME system without needing to stand by an ME Terminal that\u0027s anchored down to a cable somewhere.\n\n In order to do this, however, they need to be within range of a §lWireless Access Point§r, which start off with about an 16 block range. This range can be improved up to 512m from the access point by installing §lWireless Boosters§r, this comes at the cost of more power, however.\n\n They also need to be linked to the ME System, and the only way to do this is through the §lSecurity Terminal§r.\n\n Lastly, they consume energy for the entire duration you have its GUI open. It doesn\u0027t consume energy per request, however." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 254, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:wireless_access_point" + }, + "1:10": { + "Count:3": 4, + "Damage:2": 42, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:wireless_terminal", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "wct:wct", "Count:3": 1, - "tag:10": {}, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "betterquesting:placeholder", + "tag:10": { + "orig_id:8": "wct:wct", + "orig_meta:3": 0, + "orig_tag:10": {} + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:wireless_access_point", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 4, - "Damage:2": 42, - "OreDict:8": "" - } - } - } } }, "192:10": { - "questID:3": 255, "preRequisites:11": [ 341 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lSecurity Terminal§r is used in conjuction with §lBiometric Cards§r to control who all has access to your ME system. By default, everyone has access, which might not be desirable on a PvP server or if your ME terminals are in a somewhat vulnerable spot.\n\n The §lSecurity Terminal §ronly provides network access control; blocks can still be broken. You\u0027ll need something else to protect against vandalism (in particular your §lME Drives§r, which are usually the most valuable device).\n\n The player who put down the Terminal is recognized as the §l§oNetwork Admin§r, and has irrevocable full rights access. Which is a good thing, because the only way to regain access is from another player who has security clearance, or to break the Terminal.\n\n The Terminal\u0027s GUI at the bottom should be mostly self explananitory. §lBiometric Cards§r go in the left hand slot, and the buttons to the permit or forbid certain actions. Biometric Cards may be set to a particular player by giving it to them and having the player sneak right-click with the card in hand. An empty Card allows setting the permissions for all players who don\u0027t have a Card set to them. Cards do not need to be kept by the players, but they do need to exist somewhere.\n\n The two slots on the right-most side of the Terminal\u0027s GUI are for linking §lWireless Terminals§r, Just place one in the top slot and it will be linked to the ME system the Desk is connected to.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:security_station", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:security_station" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "8MB... Highly Fragmented...", - "desc:8": " The §lSecurity Terminal§r is used in conjuction with §lBiometric Cards§r to control who all has access to your ME system. By default, everyone has access, which might not be desirable on a PvP server or if your ME terminals are in a somewhat vulnerable spot.\n\n The §lSecurity Terminal §ronly provides network access control; blocks can still be broken. You\u0027ll need something else to protect against vandalism (in particular your §lME Drives§r, which are usually the most valuable device).\n\n The player who put down the Terminal is recognized as the §l§oNetwork Admin§r, and has irrevocable full rights access. Which is a good thing, because the only way to regain access is from another player who has security clearance, or to break the Terminal.\n\n The Terminal\u0027s GUI at the bottom should be mostly self explananitory. §lBiometric Cards§r go in the left hand slot, and the buttons to the permit or forbid certain actions. Biometric Cards may be set to a particular player by giving it to them and having the player sneak right-click with the card in hand. An empty Card allows setting the permissions for all players who don\u0027t have a Card set to them. Cards do not need to be kept by the players, but they do need to exist somewhere.\n\n The two slots on the right-most side of the Terminal\u0027s GUI are for linking §lWireless Terminals§r, Just place one in the top slot and it will be linked to the ME system the Desk is connected to." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 255, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:security_station", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:security_station" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:biometric_card", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "193:10": { - "questID:3": 256, "preRequisites:11": [ 14, 320 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lMemory Cards§r are used to copy the configuration of ME Interfaces and Busses and then paste them onto the same type of device. This may be useful if you have several Interfaces or Busses with the same configuration.\n\n They may be also used to link P2P Tunnels.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:memory_card", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ctrl+C, Ctrl+V", - "desc:8": " §lMemory Cards§r are used to copy the configuration of ME Interfaces and Busses and then paste them onto the same type of device. This may be useful if you have several Interfaces or Busses with the same configuration.\n\n They may be also used to link P2P Tunnels." + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 256, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "consume:1": 0, - "requiredItems:9": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 4, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:memory_card", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 1, + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:memory_card", - "Count:3": 4, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "194:10": { - "questID:3": 257, "preRequisites:11": [ 340 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Items stored on the Cells are composed of an 8 byte (B) type tag, and a 1 byte quantity tag for every 8 items take. Items that normally don\u0027t stack, such as tools and armor, will stack within the Cell so long as they have exact same damage data and NBT data (enchantments).\n\n For example, 8 identical iron swords will only take up 9B (1 type tag for 8B, 1 quantity tag for 1B). However, if one of the swords is damaged or is enchanted, the memory cost jumps up to 18B (2 type tags for 16B, 2 quantity tags for 2B).\n\n You can partition a Storage Cell at a §lCell Workbench§r to limit the types of items that can be stored on the cell. This will ensure that the majority of the available memory space will be used by quantity tags instead of the more bulky type tags, which can be useful when trying to micromanage multiple Storage Cells installed in the ME system.\n\n Partitioned Storage Cells have a higher priority than standard Storage Cells, so they will get filled up first by the ME system before the \"misc. storage\" ones will.\n\n The grid in the GUI of the §lCell Workbench§r is where you set the filters/partitions. The slot in the upper right of the GUI is where you place the Storage Cell that you\u0027ll be working on. The buttons on the left do verious things, and it is recommended that you experiment with them to see what they do.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:cell_workbench", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:cell_workbench" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Paper Walls", - "desc:8": " Items stored on the Cells are composed of an 8 byte (B) type tag, and a 1 byte quantity tag for every 8 items take. Items that normally don\u0027t stack, such as tools and armor, will stack within the Cell so long as they have exact same damage data and NBT data (enchantments).\n\n For example, 8 identical iron swords will only take up 9B (1 type tag for 8B, 1 quantity tag for 1B). However, if one of the swords is damaged or is enchanted, the memory cost jumps up to 18B (2 type tags for 16B, 2 quantity tags for 2B).\n\n You can partition a Storage Cell at a §lCell Workbench§r to limit the types of items that can be stored on the cell. This will ensure that the majority of the available memory space will be used by quantity tags instead of the more bulky type tags, which can be useful when trying to micromanage multiple Storage Cells installed in the ME system.\n\n Partitioned Storage Cells have a higher priority than standard Storage Cells, so they will get filled up first by the ME system before the \"misc. storage\" ones will.\n\n The grid in the GUI of the §lCell Workbench§r is where you set the filters/partitions. The slot in the upper right of the GUI is where you place the Storage Cell that you\u0027ll be working on. The buttons on the left do verious things, and it is recommended that you experiment with them to see what they do." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 257, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "appliedenergistics2:cell_workbench", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:cell_workbench" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "195:10": { - "questID:3": 258, "preRequisites:11": [ 331 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lCharged Quartz Fixture§r is a somewhat nice looking light source that can be placed on solid blocks from any side.\n\n The §lLight Detecting Fixture§r operates similarly to that of the vanilla Daylight Detector, but can be placed on solid blocks from any side. It emits a redstone signal to all adjacent block spaces, but not to the block it is attached to.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:quartz_fixture", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quartz_fixture" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Is That a Sconce?", - "desc:8": " The §lCharged Quartz Fixture§r is a somewhat nice looking light source that can be placed on solid blocks from any side.\n\n The §lLight Detecting Fixture§r operates similarly to that of the vanilla Daylight Detector, but can be placed on solid blocks from any side. It emits a redstone signal to all adjacent block spaces, but not to the block it is attached to." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 258, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:quartz_fixture" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:quartz_fixture", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quartz_fixture" }, "1:10": { - "id:8": "appliedenergistics2:light_detector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:light_detector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:quartz_fixture", - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "196:10": { - "questID:3": 259, "preRequisites:11": [ 260 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Awkward Potion is the base of most potions.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "extrautils2:oily" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Drink Me", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Drink Me", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "The Awkward Potion is the base of most potions." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "minecraft:potion", - "Count:3": 1, - "tag:10": { - "Potion:8": "minecraft:awkward" - }, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 259, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "minecraft:melon_block", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:melon_block" }, "1:10": { - "id:8": "minecraft:golden_carrot", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:golden_carrot" }, "2:10": { - "id:8": "minecraft:fish", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:fish" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", + "tag:10": { + "Potion:8": "minecraft:awkward" + } + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "197:10": { - "questID:3": 260, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Start your own brewery by crafting a Brewing Stand.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:brewing_stand", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:brewing_stand" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Brewery", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Brewery", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Start your own brewery by crafting a Brewing Stand." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 260, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 5, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:blaze_powder" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:brewing_stand", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:brewing_stand" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:blaze_powder", - "Count:3": 5, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "198:10": { - "questID:3": 261, "preRequisites:11": [ 259 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Turn in one of each tier 1 vanilla potion that buffs the player.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:long_regeneration" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Drink Me II", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Drink Me II", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Turn in one of each tier 1 vanilla potion that buffs the player." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 261, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:ghast_tear" + }, + "1:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:blaze_powder" + }, + "2:10": { + "Count:3": 30, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:blaze_rod" + }, + "3:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:night_vision" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:invisibility" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "2:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:leaping" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "3:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:fire_resistance" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "4:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:swiftness" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "5:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:water_breathing" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "6:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:regeneration" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "7:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:strength" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "minecraft:ghast_tear", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:blaze_powder", - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { - "id:8": "minecraft:blaze_rod", - "Count:3": 30, - "Damage:2": 0, - "OreDict:8": "" - }, - "3:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "199:10": { - "questID:3": 262, "preRequisites:11": [ 263 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Get 10 Glowstone Dust and 10 Redstone Dust.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:glowstone_dust", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:glowstone_dust" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Another One Bites the Dust", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Another One Bites the Dust", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Get 10 Glowstone Dust and 10 Redstone Dust." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 262, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "choices:9": { "0:10": { - "id:8": "minecraft:redstone", - "Count:3": 10, + "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:glowstone" }, "1:10": { - "id:8": "minecraft:glowstone_dust", - "Count:3": 10, + "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:redstone_block" } }, - "taskID:8": "bq_standard:retrieval" + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:choice", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "choices:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:glowstone", - "Count:3": 4, + "Count:3": 10, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:redstone" }, "1:10": { - "id:8": "minecraft:redstone_block", - "Count:3": 2, + "Count:3": 10, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:glowstone_dust" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "200:10": { - "questID:3": 263, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Give 2 blocks of: Iron, Gold \u0026 Diamond in exchange for money.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:diamond", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:diamond" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Millionaire", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Millionaire", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Give 2 blocks of: Iron, Gold \u0026 Diamond in exchange for money." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 263, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 1, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 1, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:iron_block", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_block" }, "1:10": { - "id:8": "minecraft:gold_block", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:gold_block" }, "2:10": { - "id:8": "minecraft:diamond_block", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:diamond_block" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "201:10": { - "questID:3": 264, "preRequisites:11": [ 262 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Find a music disc, and find or craft a Jukebox. Music discs can be found in dungeon chests, and are also dropped by creepers killed by skeletons.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:record_cat", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:record_cat" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Play That Funky Music", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Play That Funky Music", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Find a music disc, and find or craft a Jukebox. Music discs can be found in dungeon chests, and are also dropped by creepers killed by skeletons." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 264, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:record_13", + "OreDict:8": "", + "id:8": "minecraft:record_ward" + }, + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "record" + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "minecraft:record_wait" }, - "1:10": { - "id:8": "minecraft:jukebox", + "2:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "minecraft:record_mall" } }, - "taskID:8": "bq_standard:retrieval" + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:choice", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "choices:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "minecraft:record_ward", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:record_wait", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "record", + "id:8": "minecraft:record_13" }, - "2:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "minecraft:record_mall", + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:jukebox" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "202:10": { - "questID:3": 265, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Find one of each vanilla sapling.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:sapling", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Ent", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Ent", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Find one of each vanilla sapling." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 265, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "biomesoplenty:sapling_0" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 7, + "OreDict:8": "", + "id:8": "biomesoplenty:sapling_0" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "biomesoplenty:sapling_1" + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:sapling", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" }, "1:10": { - "id:8": "minecraft:sapling", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" }, "2:10": { - "id:8": "minecraft:sapling", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" }, "3:10": { - "id:8": "minecraft:sapling", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" }, "4:10": { - "id:8": "minecraft:sapling", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" }, "5:10": { - "id:8": "minecraft:sapling", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sapling" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "id:8": "biomesoplenty:sapling_0", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" - }, - "1:10": { - "id:8": "biomesoplenty:sapling_0", - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "" - }, - "2:10": { - "id:8": "biomesoplenty:sapling_1", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" - } - } - } } }, "203:10": { - "questID:3": 266, "preRequisites:11": [ 265 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Find one of each small vanilla flower.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Flowerpower", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Flowerpower", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Find one of each small vanilla flower." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 266, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "botania:brewflask", + "tag:10": { + "brewKey:8": "speed" + } + }, + "1:10": { + "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "minecraft:sapling" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "minecraft:sapling" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:yellow_flower", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:yellow_flower" }, "1:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "2:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "3:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "4:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "5:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "6:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "7:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "8:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" }, "9:10": { - "id:8": "minecraft:red_flower", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:red_flower" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "botania:brewflask", - "Count:3": 1, - "tag:10": { - "brewKey:8": "speed" - }, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:sapling", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" - }, - "2:10": { - "id:8": "minecraft:sapling", - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "" - } - } - } } }, "204:10": { - "questID:3": 267, "preRequisites:11": [ 266 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Find one of each large vanilla flower.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:double_plant", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:double_plant" }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "globalShare:8": "false", - "questLogic:8": "AND", + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "false", "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "More Flowerpower", "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "More Flowerpower", - "autoClaim:8": "false", - "isSilent:8": "false", - "desc:8": "Find one of each large vanilla flower." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 267, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "botania:brewflask", + "tag:10": { + "brewKey:8": "haste" + } + } + } + }, + "1:10": { + "choices:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 5, + "OreDict:8": "", + "id:8": "minecraft:sapling" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "minecraft:sapling" + } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:double_plant", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:double_plant" }, "1:10": { - "id:8": "minecraft:double_plant", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:double_plant" }, "2:10": { - "id:8": "minecraft:double_plant", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:double_plant" }, "3:10": { - "id:8": "minecraft:double_plant", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:double_plant" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "botania:brewflask", - "Count:3": 1, - "tag:10": { - "brewKey:8": "haste" - }, - "Damage:2": 0, - "OreDict:8": "" - } - } - }, - "1:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "id:8": "minecraft:sapling", - "Count:3": 4, - "Damage:2": 5, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:sapling", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" - } - } - } } }, "205:10": { - "questID:3": 270, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ancient Codex is this mod\u0027s in game manual, containing useful information about everything you need to know about Embers.\n\nBoth materials required to craft this item can be found by slaying Ancient Golems which spawn at night. Be mindful though, as they can hurt quite a bit.\n\nEven though this quest line will assume for the most part you haven\u0027t read the Codex, we strongly encourage you to check it on your own to learn more about specific topics that aren\u0027t covered here.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:codex", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:codex" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ancient Codex", - "desc:8": "The Ancient Codex is this mod\u0027s in game manual, containing useful information about everything you need to know about Embers.\n\nBoth materials required to craft this item can be found by slaying Ancient Golems which spawn at night. Be mindful though, as they can hurt quite a bit.\n\nEven though this quest line will assume for the most part you haven\u0027t read the Codex, we strongly encourage you to check it on your own to learn more about specific topics that aren\u0027t covered here." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 270, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:codex", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:codex" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "206:10": { - "questID:3": 272, "preRequisites:11": [ 270 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Atmospheric Gauge, while not technically required, is a tool that is highly recommended to use before starting Embers.\n\nHolding it in your hand will display a rough indicator of the level of Ember near the current position (ignoring the vertical axis). It is highly recommended to find an area with a high density of it to set up the Ember Bore in (see the Ember Bore quest), as this will very noticeably increase the speed at which you can progress through the mod.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:ember_detector", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_detector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Atmospheric Gauge", - "desc:8": "The Atmospheric Gauge, while not technically required, is a tool that is highly recommended to use before starting Embers.\n\nHolding it in your hand will display a rough indicator of the level of Ember near the current position (ignoring the vertical axis). It is highly recommended to find an area with a high density of it to set up the Ember Bore in (see the Ember Bore quest), as this will very noticeably increase the speed at which you can progress through the mod." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 272, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:ember_detector", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_detector" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "207:10": { - "questID:3": 274, "preRequisites:11": [ 272 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ember Bore is a big machine that is used to collect Ember from Bedrock.\n\nAfter finding a place with a good enough amount of Ember (see Atmospheric Gauge quest), you\u0027ll need to dig to Bedrock and place the Bore so that its blade touch it. The Machine itself is 3x3x3, with the blades not actually being solid and making up the bottom 2 layers of the structure.\n\nOnce placed, you can put a Mechanical Core on top of it to extend its only interactable side (the one with a little hole) so that you can plug more than one machine/cable on it.\n\nFinally, feed it any furnace fuel using any item transportation (such as Hoppers) into its interactable side (or its extension through a Mechanical Core) and it\u0027ll start digging.\n\nYou\u0027ll need to extract the Ember Shards it collects using any item extracting device, such as the Item Extractor and Item Pipe the mod provide. Simply place the Extractor on one of the interactable sides, power it with redstone, lay down Pipes to the inventory you want to fill and you\u0027ll be able to collect what the Bore has been collecting.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:ember_bore", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_bore" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ember Bore", - "desc:8": "The Ember Bore is a big machine that is used to collect Ember from Bedrock.\n\nAfter finding a place with a good enough amount of Ember (see Atmospheric Gauge quest), you\u0027ll need to dig to Bedrock and place the Bore so that its blade touch it. The Machine itself is 3x3x3, with the blades not actually being solid and making up the bottom 2 layers of the structure.\n\nOnce placed, you can put a Mechanical Core on top of it to extend its only interactable side (the one with a little hole) so that you can plug more than one machine/cable on it.\n\nFinally, feed it any furnace fuel using any item transportation (such as Hoppers) into its interactable side (or its extension through a Mechanical Core) and it\u0027ll start digging.\n\nYou\u0027ll need to extract the Ember Shards it collects using any item extracting device, such as the Item Extractor and Item Pipe the mod provide. Simply place the Extractor on one of the interactable sides, power it with redstone, lay down Pipes to the inventory you want to fill and you\u0027ll be able to collect what the Bore has been collecting." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 274, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:ember_bore", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_bore" }, "1:10": { - "id:8": "embers:mech_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:mech_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "208:10": { - "questID:3": 276, "preRequisites:11": [ 274 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ember Activator is a machine that will turn Ember Shards and Crystals into useable energy, usually called Ember.\n\nSimply place it down, use any item automation to input Shards/Crystals into its bottom part and it will generate Ember (energy) that will be stored in its upper part.\n\nTo actually use this Ember, you\u0027ll need Ember Emitters and Receptors. Place an Emitter on the source (here the top part of your Ember Activator), place a Receptor on a machine that can accept it. Then, sneak + right click the Receptor with the Tinker\u0027s Hammer, right click the Emitter and power it with redstone and Ember should start flowing.\n\nNote that a single Emitter can also only power a single Receptor, but a single Receptor can receive power from multiple Emitters. If you want to use a single Emitter to power multiple Receptors, you\u0027ll need Beam Splitters.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:ember_activator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_activator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ember Generation and Transfer", - "desc:8": "The Ember Activator is a machine that will turn Ember Shards and Crystals into useable energy, usually called Ember.\n\nSimply place it down, use any item automation to input Shards/Crystals into its bottom part and it will generate Ember (energy) that will be stored in its upper part.\n\nTo actually use this Ember, you\u0027ll need Ember Emitters and Receptors. Place an Emitter on the source (here the top part of your Ember Activator), place a Receptor on a machine that can accept it. Then, sneak + right click the Receptor with the Tinker\u0027s Hammer, right click the Emitter and power it with redstone and Ember should start flowing.\n\nNote that a single Emitter can also only power a single Receptor, but a single Receptor can receive power from multiple Emitters. If you want to use a single Emitter to power multiple Receptors, you\u0027ll need Beam Splitters." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 276, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:ember_activator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_activator" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "embers:tinker_hammer", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, "2:10": { - "id:8": "embers:ember_emitter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_emitter" }, "3:10": { - "id:8": "embers:ember_receiver", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_receiver" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "209:10": { - "questID:3": 278, "preRequisites:11": [ 276 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Melter is a machine that allows you to melt various metals using Ember.\n\nSimply place it down, input valid items in its bottom part and Ember, and it will melt them into a liquid that can be extracted from the top block.\n\nThe Stamper is another machine that allows you to turn those molten metals into useable materials.\n\nPlace the Stamper Base down, then place the Stamper itself 2 blocks above it (1 empty block between the two) and put a Stamp inside of it. Input the liquid in the Base and input Ember in the Stamper and it should start working.\n\nYou can place a Bin under the Stamper Base to automatically collect what it\u0027s producing.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:stamper_base", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:stamper_base" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Melter and Stamper", - "desc:8": "The Melter is a machine that allows you to melt various metals using Ember.\n\nSimply place it down, input valid items in its bottom part and Ember, and it will melt them into a liquid that can be extracted from the top block.\n\nThe Stamper is another machine that allows you to turn those molten metals into useable materials.\n\nPlace the Stamper Base down, then place the Stamper itself 2 blocks above it (1 empty block between the two) and put a Stamp inside of it. Input the liquid in the Base and input Ember in the Stamper and it should start working.\n\nYou can place a Bin under the Stamper Base to automatically collect what it\u0027s producing." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 278, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:block_furnace", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:block_furnace" }, "1:10": { - "id:8": "embers:stamper", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:stamper" }, "2:10": { - "id:8": "embers:stamper_base", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:stamper_base" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "210:10": { - "questID:3": 280, "preRequisites:11": [ 272 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Bin is a simple container that can hold 1 stack of an item.\n\nWhile it is pretty unimpressive, several machines from this mod will automatically output their work into a Bin right under them, which greatly simplifies their automation process.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:bin", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:bin" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Bin", - "desc:8": "The Bin is a simple container that can hold 1 stack of an item.\n\nWhile it is pretty unimpressive, several machines from this mod will automatically output their work into a Bin right under them, which greatly simplifies their automation process." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 280, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:bin", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:bin" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "211:10": { - "questID:3": 282, "preRequisites:11": [ 276 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ember and Fluid Dials are tools that can be placed on the side of any Ember or Fluid container from this mod, respectively.\n\nWhen hovered over, they will respectively display the Ember level and Fluid content of the machine, which is especially useful since there are no other ways of getting such information.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:ember_gauge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_gauge" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ember and Fluid Dial", - "desc:8": "The Ember and Fluid Dials are tools that can be placed on the side of any Ember or Fluid container from this mod, respectively.\n\nWhen hovered over, they will respectively display the Ember level and Fluid content of the machine, which is especially useful since there are no other ways of getting such information." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 282, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:ember_gauge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ember_gauge" }, "1:10": { - "id:8": "embers:fluid_gauge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:fluid_gauge" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "212:10": { - "questID:3": 284, "preRequisites:11": [ 278 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mixer Centrifuge is a machine that allows you to mix molten metals into molten alloys using Ember.\n\nEach of the 4 faces of the bottom block is its own tank. Supply them with a valid combinaison of liquids and feed the top block with Ember and it\u0027ll mix them together, making a new fluid that can be pumped out from the top block.\n\nMost alloys you can make with this can also be made in other ways, with the exception of Dawnstone which will be used for more advanced recipes.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:mixer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:mixer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mixer Centrifuge", - "desc:8": "The Mixer Centrifuge is a machine that allows you to mix molten metals into molten alloys using Ember.\n\nEach of the 4 faces of the bottom block is its own tank. Supply them with a valid combinaison of liquids and feed the top block with Ember and it\u0027ll mix them together, making a new fluid that can be pumped out from the top block.\n\nMost alloys you can make with this can also be made in other ways, with the exception of Dawnstone which will be used for more advanced recipes." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 284, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:mixer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:mixer" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "213:10": { - "questID:3": 285, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Crusher is a machine that allows you to crushes things for RF. Many tech mods add a very similar machine (such as Thermal Expansion\u0027s Pulverizer), so don\u0027t be surprised if its description feels familiar.\n\nIt can be used to crush flowers into more dyes than if you were to craft them by hand, crush ores into dust, which allows you to collect 2x as much ingots from a single ore if you were to just directly put then in a Furnace, and turn Cobblestone into Sand amongst other things. All operations require RF.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_grinder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_grinder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crusher (Actually Additions)", - "desc:8": "The Crusher is a machine that allows you to crushes things for RF. Many tech mods add a very similar machine (such as Thermal Expansion\u0027s Pulverizer), so don\u0027t be surprised if its description feels familiar.\n\nIt can be used to crush flowers into more dyes than if you were to craft them by hand, crush ores into dust, which allows you to collect 2x as much ingots from a single ore if you were to just directly put then in a Furnace, and turn Cobblestone into Sand amongst other things. All operations require RF." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 285, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_grinder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_grinder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "214:10": { - "questID:3": 286, "preRequisites:11": [ 284 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Copper Charger is a machine that allows charging items with Ember.\n\nSimply place any item that can accept Ember in it by right clicking and feed the Charger with Ember. The item will then charge using the Ember contained in the Charger.\n\nThe most useful use for this is charging Mantle Jars and Cartridges. Both are portable Ember batteries that can be used by various powerful tools (such as the Blazing Ray) when in your inventory. Jars can be accessed from anywhere in your inventory by those tools, but Cartridges need to be held in your hand (but can contain more Ember).", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:charger", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:charger" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Copper Charger", - "desc:8": "The Copper Charger is a machine that allows charging items with Ember.\n\nSimply place any item that can accept Ember in it by right clicking and feed the Charger with Ember. The item will then charge using the Ember contained in the Charger.\n\nThe most useful use for this is charging Mantle Jars and Cartridges. Both are portable Ember batteries that can be used by various powerful tools (such as the Blazing Ray) when in your inventory. Jars can be accessed from anywhere in your inventory by those tools, but Cartridges need to be held in your hand (but can contain more Ember)." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 286, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:charger", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:charger" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "215:10": { - "questID:3": 288, "preRequisites:11": [ 284 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Dawnstone Anvil is a block that allows repairing tools and dissambling them.\n\nTo repair a tool, simply place it on the Anvil, then place its repair material on it. Right click the Anvil a bunch of time using the Tinker\u0027s Hammer and the item will enventually be repaired.\n\nTo dissassemble a tool, do the same process but without placing the repair material on top of the tool before smashing it with the Hammer. Not all tools can be dissassembled, but most common ones should be.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:dawnstone_anvil", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:dawnstone_anvil" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dawnstone Anvil", - "desc:8": "The Dawnstone Anvil is a block that allows repairing tools and dissambling them.\n\nTo repair a tool, simply place it on the Anvil, then place its repair material on it. Right click the Anvil a bunch of time using the Tinker\u0027s Hammer and the item will enventually be repaired.\n\nTo dissassemble a tool, do the same process but without placing the repair material on top of the tool before smashing it with the Hammer. Not all tools can be dissassembled, but most common ones should be." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 288, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "embers:dawnstone_anvil", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "embers:dawnstone_anvil" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "216:10": { - "questID:3": 290, "preRequisites:11": [ 288 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Automatic Hammer is a way to automate the process on smashing your Tinker\u0027s Hammer on the Dawnstone Anvil.\n\nSimply place it above the Anvil, feed it Ember and power it with redstone and it\u0027ll start smacking the Anvil just like you would manually.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:auto_hammer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:auto_hammer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Automatic Hammer", - "desc:8": "The Automatic Hammer is a way to automate the process on smashing your Tinker\u0027s Hammer on the Dawnstone Anvil.\n\nSimply place it above the Anvil, feed it Ember and power it with redstone and it\u0027ll start smacking the Anvil just like you would manually." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 290, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:auto_hammer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:auto_hammer" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "217:10": { - "questID:3": 291, "preRequisites:11": [ 276 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Cinder Plinth is a simple machine that uses Ember to turn any item into Ash Piles.\n\nInsert the items you wish to burn in it (can be manually done via right clicking) and feed it Ember and it\u0027ll start burning them into Ash Piles. Placing a Bin under it will allow you to automatically gather them.\n\nAsh Piles can be used as small furnace fuel, each being able to smelt 1 item, or can be used to make decorative blocks along with Stone. They also play an important role in Energetic Alchemy later on.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:cinder_plinth", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:cinder_plinth" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Cinder Plinth", - "desc:8": "The Cinder Plinth is a simple machine that uses Ember to turn any item into Ash Piles.\n\nInsert the items you wish to burn in it (can be manually done via right clicking) and feed it Ember and it\u0027ll start burning them into Ash Piles. Placing a Bin under it will allow you to automatically gather them.\n\nAsh Piles can be used as small furnace fuel, each being able to smelt 1 item, or can be used to make decorative blocks along with Stone. They also play an important role in Energetic Alchemy later on." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 291, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:cinder_plinth", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:cinder_plinth" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "218:10": { - "questID:3": 292, "preRequisites:11": [ 284 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Beam Cannon is a deadly machine that can fire lasers using Ember.\n\nTo aim it, place it down, sneak + right click a target block with the Tinker\u0027s Hammer then right click the Cannon. You can then feed it Ember and, when you need to fire it, give it a redstone signal (doesn\u0027t respond to pulses immediatly, use a Lever or similar instead of a Button).\n\nThis beam can kill nearly any unarmored creature, including you if you\u0027re not careful, but is also used to start the Exchange Tablet.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:beam_cannon", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:beam_cannon" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Beam Cannon", - "desc:8": "The Beam Cannon is a deadly machine that can fire lasers using Ember.\n\nTo aim it, place it down, sneak + right click a target block with the Tinker\u0027s Hammer then right click the Cannon. You can then feed it Ember and, when you need to fire it, give it a redstone signal (doesn\u0027t respond to pulses immediatly, use a Lever or similar instead of a Button).\n\nThis beam can kill nearly any unarmored creature, including you if you\u0027re not careful, but is also used to start the Exchange Tablet." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 292, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:beam_cannon", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:beam_cannon" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "219:10": { - "questID:3": 293, "preRequisites:11": [ 291, 292 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Exchange Tablet is a machine that allows performing Energetic Alchemy.\n\nPlace the Tablet somewhere, place some Alchemy Pedestal near it, and aim a Beam Cannon at it to set it up.\n\nTo perform a recipe, first insert all required items by right clicking the various faces (top and all 4 sides) of the Tablet with the items in hand, then insert appropriate Aspectus on the Pedestals. Fill the Pedestals with an amount of Ash Pile within the range displayed in JEI (for example Netherrack requires between 8 and 16 Ash Piles on the Pedestal with the Copper Aspectus), and fire the Beam Cannon to finish the process.\n\nThe amount of Ash Piles a certain recipe needs depends on the world\u0027s seed, but is always within the displayed ranges. If you put too much or not enough Ash Piles into certain Aspectus, you\u0027ll get Alchemical Waste instead of the desired item.\n\nThose Wastes will tell how by how much you were wrong, allowing you to note down the actual require amounts for a specific recipe, and can be recycled into Ash Piles in a Stamper.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:alchemy_tablet", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:alchemy_tablet" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Exchange Tablet", - "desc:8": "The Exchange Tablet is a machine that allows performing Energetic Alchemy.\n\nPlace the Tablet somewhere, place some Alchemy Pedestal near it, and aim a Beam Cannon at it to set it up.\n\nTo perform a recipe, first insert all required items by right clicking the various faces (top and all 4 sides) of the Tablet with the items in hand, then insert appropriate Aspectus on the Pedestals. Fill the Pedestals with an amount of Ash Pile within the range displayed in JEI (for example Netherrack requires between 8 and 16 Ash Piles on the Pedestal with the Copper Aspectus), and fire the Beam Cannon to finish the process.\n\nThe amount of Ash Piles a certain recipe needs depends on the world\u0027s seed, but is always within the displayed ranges. If you put too much or not enough Ash Piles into certain Aspectus, you\u0027ll get Alchemical Waste instead of the desired item.\n\nThose Wastes will tell how by how much you were wrong, allowing you to note down the actual require amounts for a specific recipe, and can be recycled into Ash Piles in a Stamper." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 293, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:alchemy_tablet", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:alchemy_tablet" }, "1:10": { - "id:8": "embers:alchemy_pedestal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:alchemy_pedestal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "220:10": { - "questID:3": 294, "preRequisites:11": [ 293 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ashen Armor is an armor made using Dawnstone and Ashen Fabric. It grants a good amount of protection on top of being incredibly classy.\n\nTheir most important feature however is the ability to stitch attuned Inflictor Gems to the Ashen Cloak.\n\nHolding an Inflictor Gem in your hand while taking any form of damage will attune it to this specific damage source. Putting this attuned Gem along with a piece of String and the Cloak in a crafting grid will stitch them together, reducing damage taken from this specifc source by about a third.\n\nUp to 7 Gems can be stitched on the Cloak, and they can be removed by placing the Cloak in an empty crafting grid.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:ashen_cloak_head", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ashen_cloak_head" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ashen Armor", - "desc:8": "The Ashen Armor is an armor made using Dawnstone and Ashen Fabric. It grants a good amount of protection on top of being incredibly classy.\n\nTheir most important feature however is the ability to stitch attuned Inflictor Gems to the Ashen Cloak.\n\nHolding an Inflictor Gem in your hand while taking any form of damage will attune it to this specific damage source. Putting this attuned Gem along with a piece of String and the Cloak in a crafting grid will stitch them together, reducing damage taken from this specifc source by about a third.\n\nUp to 7 Gems can be stitched on the Cloak, and they can be removed by placing the Cloak in an empty crafting grid." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 294, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "embers:ashen_cloak_head", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:ashen_cloak_chest", + "OreDict:8": "", + "id:8": "embers:ashen_cloak_head" + }, + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:ashen_cloak_legs", + "OreDict:8": "", + "id:8": "embers:ashen_cloak_chest" + }, + "2:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "3:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "embers:ashen_cloak_boots", + "OreDict:8": "", + "id:8": "embers:ashen_cloak_legs" + }, + "3:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ashen_cloak_boots" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "221:10": { - "questID:3": 295, "preRequisites:11": [ 288, 293 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Isolated Materia is an item that can be used as a substitute for any repairing material in the Dawnstone Anvil.\n\nUse it as you would for any repairing material to repair your tools or armor. This is especially useful to repair expensive tools.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:isolated_materia", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:isolated_materia" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Isolated Materia", - "desc:8": "Isolated Materia is an item that can be used as a substitute for any repairing material in the Dawnstone Anvil.\n\nUse it as you would for any repairing material to repair your tools or armor. This is especially useful to repair expensive tools." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 295, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:isolated_materia", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:isolated_materia" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "222:10": { - "questID:3": 296, "preRequisites:11": [ 288 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Ancient Motive Cores are dropped by Ancient Golems found at night, or can be crafted once you get your hands on the Exchange Tablet.\n\nWhile you probably used one already to make the Ancient Codex, they can also be strapped on any tool, weapon or armor at the Dawnstone Anvil. Simply place your item followed by the Core and slam them down either with your Tinker\u0027s Hammer or an Automatic Hammer.\n\nOnce the Core is placed, your item will be able to gather Heat simply by being used.\n\nWhile you won\u0027t be able to do anything with this Heat before getting the Inferno Forge, since it can take quite some time to fill the bar we encourage you to start gathering Heat now, so that you can immediatly use the Inferno Forge once you get your hands on it.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:ancient_motive_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ancient_motive_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gathering Heat", - "desc:8": "Ancient Motive Cores are dropped by Ancient Golems found at night, or can be crafted once you get your hands on the Exchange Tablet.\n\nWhile you probably used one already to make the Ancient Codex, they can also be strapped on any tool, weapon or armor at the Dawnstone Anvil. Simply place your item followed by the Core and slam them down either with your Tinker\u0027s Hammer or an Automatic Hammer.\n\nOnce the Core is placed, your item will be able to gather Heat simply by being used.\n\nWhile you won\u0027t be able to do anything with this Heat before getting the Inferno Forge, since it can take quite some time to fill the bar we encourage you to start gathering Heat now, so that you can immediatly use the Inferno Forge once you get your hands on it." + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 296, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:ancient_motive_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:ancient_motive_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "223:10": { - "questID:3": 297, "preRequisites:11": [ 293, 296 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Inferno Forge is a big machine that allows you to gain Levels on your tools, weapons and armor you have managed to fill their Heat bar (see Gathering Heat quest).\n\nSimply place it down, put a Mechanical Core under its center bottom block and feed it Ember. When you have a tool ready to be leveled, open the hatch on the top by right clicking it, and throw it inside along with any number of Ember Crystals.\n\nClose the hatch once that\u0027s done and it should start fuming if you did it correctly. Once it\u0027s done, you can get your tool back and hopefully it will have gained a Level. The more Ember Crystals you threw in it, the more likely it is to suceed.\n\nVarious Modifiers can be strapped on a tool with a Level at the Dawnstone Anvil, just like you strapped the Core to gather Heat in the first place. The various Modifiers are detailled inside the Ancient Codex, and you can put them multiple times to increase their level. Note that you can\u0027t get Modifiers to a higher Level than your tool\u0027s, which means you\u0027ll need to use it more if you wish to make the Modifiers more powerful.", + "globalshare:1": 0, "icon:10": { - "id:8": "embers:inferno_forge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:inferno_forge" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Inferno Forge", - "desc:8": "The Inferno Forge is a big machine that allows you to gain Levels on your tools, weapons and armor you have managed to fill their Heat bar (see Gathering Heat quest).\n\nSimply place it down, put a Mechanical Core under its center bottom block and feed it Ember. When you have a tool ready to be leveled, open the hatch on the top by right clicking it, and throw it inside along with any number of Ember Crystals.\n\nClose the hatch once that\u0027s done and it should start fuming if you did it correctly. Once it\u0027s done, you can get your tool back and hopefully it will have gained a Level. The more Ember Crystals you threw in it, the more likely it is to suceed.\n\nVarious Modifiers can be strapped on a tool with a Level at the Dawnstone Anvil, just like you strapped the Core to gather Heat in the first place. The various Modifiers are detailled inside the Ancient Codex, and you can put them multiple times to increase their level. Note that you can\u0027t get Modifiers to a higher Level than your tool\u0027s, which means you\u0027ll need to use it more if you wish to make the Modifiers more powerful." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 297, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "embers:inferno_forge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:inferno_forge" }, "1:10": { - "id:8": "embers:mech_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "embers:mech_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "224:10": { - "questID:3": 301, "preRequisites:11": [ 35 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Inventory Tweaks is a mod that adds convenience for inventory management.\n\nIts main features allow quick sorting of any inventory (be it yours or a Chest\u0027s) by a single mouse middle click or the sorting key (R by default), as well as automatic replacement of broken tools/emptied block stacks in your hand.\n\nFor example, you have multiple stacks of Cobblestone that you are placing down. Once you placed an entire stack, instead of having to scroll to the next stack or go to your inventory to put them in your hotbar, Inventory Tweaks will automatically move one to your active hotbar slot.", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:trapped_chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:trapped_chest" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Inventory Tweaks", - "desc:8": "Inventory Tweaks is a mod that adds convenience for inventory management.\n\nIts main features allow quick sorting of any inventory (be it yours or a Chest\u0027s) by a single mouse middle click or the sorting key (R by default), as well as automatic replacement of broken tools/emptied block stacks in your hand.\n\nFor example, you have multiple stacks of Cobblestone that you are placing down. Once you placed an entire stack, instead of having to scroll to the next stack or go to your inventory to put them in your hotbar, Inventory Tweaks will automatically move one to your active hotbar slot." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 301, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "225:10": { - "questID:3": 302, "preRequisites:11": [ 301 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "partySingleReward:8": "false", - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Mouse Tweaks is a mod that adds convenience when moving items around inventories.\n\nHere is a run-through of its features :\n-Holding right click while dragging an item accross multiple slots will, as always, deposit one of each in each slot, with the difference being that you can pass over the same slot multiple times in order to deposit more than one item\n-Holding left click while picking up an item and dragging it accross multiple slots will allow you to pick up all stacks of the same item along the way, holding shift will \"shift left click\" them instead of adding them to the dragged stack\n-Holding shift and left click then dragging accross items will do the same as if you \"shif left clicked\" each individual one you pass over\n-Scrolling down while hovering over an item in an open inventory (like a Chest) will \"shift left click\" it to the other inventory", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:tripwire_hook", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:tripwire_hook" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mouse Tweaks", - "desc:8": "Mouse Tweaks is a mod that adds convenience when moving items around inventories.\n\nHere is a run-through of its features :\n-Holding right click while dragging an item accross multiple slots will, as always, deposit one of each in each slot, with the difference being that you can pass over the same slot multiple times in order to deposit more than one item\n-Holding left click while picking up an item and dragging it accross multiple slots will allow you to pick up all stacks of the same item along the way, holding shift will \"shift left click\" them instead of adding them to the dragged stack\n-Holding shift and left click then dragging accross items will do the same as if you \"shif left clicked\" each individual one you pass over\n-Scrolling down while hovering over an item in an open inventory (like a Chest) will \"shift left click\" it to the other inventory" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 302, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "226:10": { - "questID:3": 315, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to IC2! \n\nIt offers a lot, such as ore doubling, power generation, item duplication, tools and armor. You need to craft an Advanced Machine Case in order to progress into Industrial Foregoing.\n\nHint: If you cannot be bothered with making IC2 generators, you can convert RF into EU with Mekanism.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:resource", "Count:3": 1, "Damage:2": 12, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:resource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "IC2", - "desc:8": "Welcome to IC2! \n\nIt offers a lot, such as ore doubling, power generation, item duplication, tools and armor. You need to craft an Advanced Machine Case in order to progress into Industrial Foregoing.\n\nHint: If you cannot be bothered with making IC2 generators, you can convert RF into EU with Mekanism." - } - }, - "tasks:9": { - "0:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 315, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the IndustrialCraft questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the IndustrialCraft questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 1, + "taskID:8": "bq_standard:checkbox" } } }, "227:10": { - "questID:3": 316, "preRequisites:11": [ 787 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The most basic generator. It produces EU out of burnables such as coal and wood.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Generator", - "desc:8": "The most basic generator. It produces EU out of burnables such as coal and wood." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 316, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "228:10": { - "questID:3": 317, "preRequisites:11": [ 316 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Macerator can grind up various things, and double ores.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 47, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Macerator", - "desc:8": "The Macerator can grind up various things, and double ores." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 317, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 47, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "229:10": { - "questID:3": 318, "preRequisites:11": [ 317, 441, @@ -21262,3091 +21738,3168 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is a crafting ingredient needed to craft higher tier Industrialcraft machines, aswell as being the main ingredient in the§4 Industrial Foregoing§0 Machine Case.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:resource", "Count:3": 1, "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:resource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Advanced Machine Casing", - "desc:8": "This is a crafting ingredient needed to craft higher tier Industrialcraft machines, aswell as being the main ingredient in the§4 Industrial Foregoing§0 Machine Case." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 318, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:resource", "Count:3": 1, "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:resource" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "230:10": { - "questID:3": 319, "preRequisites:11": [ 340 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lME IO Port§r is used to automatically transfer items stored on up to 6 Storage Cells (and similar devices) into the Cells installed in connected §lME Drives§r.\n\n Storage Cells go in the left hand slots of the GUI, and when they are emptied they will appear in the right hand slots.\n\n You can specify the direction of the data transfer, either from the Cells into the ME network, or from the ME network into the Cells. The latter direction is handy to fill up partitioned Cells or newer, higher tiered Cells.\n\n Storage Cells in the §lME IO Port §rwill not be available to the ME network, they must be installed in an ME Drive.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:io_port", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:io_port" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Paper Shuffler", - "desc:8": " The §lME IO Port§r is used to automatically transfer items stored on up to 6 Storage Cells (and similar devices) into the Cells installed in connected §lME Drives§r.\n\n Storage Cells go in the left hand slots of the GUI, and when they are emptied they will appear in the right hand slots.\n\n You can specify the direction of the data transfer, either from the Cells into the ME network, or from the ME network into the Cells. The latter direction is handy to fill up partitioned Cells or newer, higher tiered Cells.\n\n Storage Cells in the §lME IO Port §rwill not be available to the ME network, they must be installed in an ME Drive." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 319, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:io_port", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:io_port" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "231:10": { - "questID:3": 320, "preRequisites:11": [ 341 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lP2P Tunnels§r allow for various things to go through the ME Cables, such as items, fluids, energy, redstone signals, light levels and §l§oeven other channels§r.\n\n §lP2P Tunnels§r are changed by placing them in-world, at clicking them with a item that would connect to the P2P type you want, so for P2P Tunnel - Item, click it with an Itemduct. When first crafting a Tunnel, it will be the §lP2P Tunnel - ME§r which is used for §l§ochannel multiplexing§r and will be covered in another quest.\n\n We\u0027ll instead start off with an easy example: §lP2P Tunnel - Item§r (referred to as an §oItem Tunnel§r) will accept items pushed into it and transfer them to inventories attached to linked §oItem Tunnels§r.\n\n Linking is performed by Sneak + Right-Clicking a §lMemory Card§r on the §oItem Tunnel§r that is going to be the input. Then, Right-Click the §lMemory Card§r on any other §oItem Tunnel§r to set it to be an output.\n\n §lTunnels§r are pushed in the order that you linked them, so the first §oItem Tunnel§r that you linked will have items pushed to it first. When the inventory at the first §oTunnel§r fills up, the second §oTunnel§r will be pushed to, then the third, and so on.\n\n §lTunnels§r must all be powered and on the same ME network to function, but otherwise do not need anything special.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 462, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "It\u0027s Peer, not Pier", - "desc:8": " §lP2P Tunnels§r allow for various things to go through the ME Cables, such as items, fluids, energy, redstone signals, light levels and §l§oeven other channels§r.\n\n §lP2P Tunnels§r are changed by placing them in-world, at clicking them with a item that would connect to the P2P type you want, so for P2P Tunnel - Item, click it with an Itemduct. When first crafting a Tunnel, it will be the §lP2P Tunnel - ME§r which is used for §l§ochannel multiplexing§r and will be covered in another quest.\n\n We\u0027ll instead start off with an easy example: §lP2P Tunnel - Item§r (referred to as an §oItem Tunnel§r) will accept items pushed into it and transfer them to inventories attached to linked §oItem Tunnels§r.\n\n Linking is performed by Sneak + Right-Clicking a §lMemory Card§r on the §oItem Tunnel§r that is going to be the input. Then, Right-Click the §lMemory Card§r on any other §oItem Tunnel§r to set it to be an output.\n\n §lTunnels§r are pushed in the order that you linked them, so the first §oItem Tunnel§r that you linked will have items pushed to it first. When the inventory at the first §oTunnel§r fills up, the second §oTunnel§r will be pushed to, then the third, and so on.\n\n §lTunnels§r must all be powered and on the same ME network to function, but otherwise do not need anything special." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 320, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 460, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "232:10": { - "questID:3": 321, "preRequisites:11": [ 320 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " This section covers the other types of §lP2P Tunnels§r, unless otherwise noted, they have the same requirements and linking behavior as §oItem Tunnels§r.\n\n §lP2P Tunnel - Light§r is a unique device that senses the light level in the block in front of it and transmits the light to all linked §oLight Tunnels§r. It will sense and transmit light from the sky as well as any light emitting blocks (torches, etc.)\n\n §lP2P Tunnel - Redstone§r will transmit any redstone signals that the block space in front of it happens to have. Redstone signal levels do not lose any strength while traversing the ME system, so for all linked §oRedstone Tunnels§r its as if the attached blocks where adjacent to the input block space. They are however, one-way: redstone signals at the output Tunnels will not travel to the input Tunnel.\n\n §l§oEnergy Tunnels§r allow transmission of energy through the ME system to all linked destinations. Each supported energy type will have their own §oEnergy Tunnel§r variation, and likewise will only link to Tunnels of the same variation; §oEU Tunnels§r won\u0027t link to §oForge Energy Tunnels§r, and vice versa.\n\n Other mods may add more types of §lP2P Tunnels§r, such as §oFluid Tunnels§r and §oOpenComputer Tunnels§r. Their operating requirements and linking behavior is the same, the only difference is what is transferred. Usually their name is a good enough clue as to what they do.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 467, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Peers of Peers", - "desc:8": " This section covers the other types of §lP2P Tunnels§r, unless otherwise noted, they have the same requirements and linking behavior as §oItem Tunnels§r.\n\n §lP2P Tunnel - Light§r is a unique device that senses the light level in the block in front of it and transmits the light to all linked §oLight Tunnels§r. It will sense and transmit light from the sky as well as any light emitting blocks (torches, etc.)\n\n §lP2P Tunnel - Redstone§r will transmit any redstone signals that the block space in front of it happens to have. Redstone signal levels do not lose any strength while traversing the ME system, so for all linked §oRedstone Tunnels§r its as if the attached blocks where adjacent to the input block space. They are however, one-way: redstone signals at the output Tunnels will not travel to the input Tunnel.\n\n §l§oEnergy Tunnels§r allow transmission of energy through the ME system to all linked destinations. Each supported energy type will have their own §oEnergy Tunnel§r variation, and likewise will only link to Tunnels of the same variation; §oEU Tunnels§r won\u0027t link to §oForge Energy Tunnels§r, and vice versa.\n\n Other mods may add more types of §lP2P Tunnels§r, such as §oFluid Tunnels§r and §oOpenComputer Tunnels§r. Their operating requirements and linking behavior is the same, the only difference is what is transferred. Usually their name is a good enough clue as to what they do." - } - }, - "tasks:9": { + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 321, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } + } + }, + "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 467, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "1:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 461, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "2:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 469, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "233:10": { - "questID:3": 322, "preRequisites:11": [ 320 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Up until now, you\u0027ve been limited to 8 channels for most types of cables, and can get up to 32 channels with the relatively expensive Dense Cables.\n\n The §lP2P Tunnel - ME§r variant we skipped over before allows us to go little past that limit through a method called §l§ochannel multiplexing§r. What this does is cram up to 32 channels into 1 or 2 channels - the channels used to link two §oME Tunnels§r together. This ultimately allows for a maximum of 256 through a humble Glass Cable... §mor possibly more.§r\n\n§lNote:§r Tunneling may have an impact on the responsiveness of the ME system, if you find that your devices at the other end of a tunnel feel a bit sluggish, you may need to run a Dense Cable to there instead of using tunnels.\n\n Standard tunneling requirements and behavior apply - The tunnels must be powered and linked together to function.\n\n Right-Click an ME Tunnel on a cable to install it on the cable.\n\n Sneak + Right-Click to have it attach to/look at the cable; all channels on the cable will be available for tunneling.\n\n There several differences worth mentioning that §oME Tunnels§r have over the others:\n\n The first of which is that §oME Tunnels§r are §l§obi-directional§r, all linked §oTunnels§r can push and pull ME requests, although they are all limited to a maximum of 32 channels.\n\n§lNote:§r §oME Tunnels§r seem to behave better if §l§othey are in pairs§r. Two or more output §oTunnels§r per input §oTunnel§r can have less total channel capacity or behave strangely.\n\n Secondly, there must be an §lME controller§r somewhere on the ME network that the Tunnels are handling, otherwise the maximum is limited to 8 channels (which makes the use of the §oME Tunnels§r moot).\n\n Finally, §oME Tunnels§r §l§ocannot self-reference§r, meaning they cannot input from/output to a cable that eventually connects to themselves or their linked partners. They can, however, be connected to the same ME network if they go through an §lME Controller§r.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 460, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Please Sir, May I Have Some More?", - "desc:8": " Up until now, you\u0027ve been limited to 8 channels for most types of cables, and can get up to 32 channels with the relatively expensive Dense Cables.\n\n The §lP2P Tunnel - ME§r variant we skipped over before allows us to go little past that limit through a method called §l§ochannel multiplexing§r. What this does is cram up to 32 channels into 1 or 2 channels - the channels used to link two §oME Tunnels§r together. This ultimately allows for a maximum of 256 through a humble Glass Cable... §mor possibly more.§r\n\n§lNote:§r Tunneling may have an impact on the responsiveness of the ME system, if you find that your devices at the other end of a tunnel feel a bit sluggish, you may need to run a Dense Cable to there instead of using tunnels.\n\n Standard tunneling requirements and behavior apply - The tunnels must be powered and linked together to function.\n\n Right-Click an ME Tunnel on a cable to install it on the cable.\n\n Sneak + Right-Click to have it attach to/look at the cable; all channels on the cable will be available for tunneling.\n\n There several differences worth mentioning that §oME Tunnels§r have over the others:\n\n The first of which is that §oME Tunnels§r are §l§obi-directional§r, all linked §oTunnels§r can push and pull ME requests, although they are all limited to a maximum of 32 channels.\n\n§lNote:§r §oME Tunnels§r seem to behave better if §l§othey are in pairs§r. Two or more output §oTunnels§r per input §oTunnel§r can have less total channel capacity or behave strangely.\n\n Secondly, there must be an §lME controller§r somewhere on the ME network that the Tunnels are handling, otherwise the maximum is limited to 8 channels (which makes the use of the §oME Tunnels§r moot).\n\n Finally, §oME Tunnels§r §l§ocannot self-reference§r, meaning they cannot input from/output to a cable that eventually connects to themselves or their linked partners. They can, however, be connected to the same ME network if they go through an §lME Controller§r." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 322, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "234:10": { - "questID:3": 323, "preRequisites:11": [ 341 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "\n The §lMatter Condenser§r is used to create §lMatter Balls§r and §lSingularities§r.\n\n §lMatter Balls§r are ammunition for the §lMatter Cannon§r, and is described in detail in the Cannon\u0027s quest.\n\n §lSingularities§r are a crafting component for items used later in this quest line.\n\n The §lMatter Condenser§r is in §l§oTrash Mode§r when it is first placed down, anything put in the slot marked with a trash can in its GUI will be destroyed instantly.\n\n The button on the right of the GUI cycles between §l§oTrash Mode§r and the two §o§lCondense§r modes.\n\n There must be a §lStorage Component§r installed in the top slot of the GUI, or neither of the §l§oCondense§r modes will work and the items will simply be destroyed.\n\n The cost to create either Matter Balls or Singularities is in number of items, and all types of items contribute the same amount, so use something cheap and abundant such as Cobble, Dirt, or any \"trash\" item.\n\n\n The§l Matter Condenser§r does not require power to function.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:condenser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:condenser" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thicker Than Thicc", - "desc:8": "\n The §lMatter Condenser§r is used to create §lMatter Balls§r and §lSingularities§r.\n\n §lMatter Balls§r are ammunition for the §lMatter Cannon§r, and is described in detail in the Cannon\u0027s quest.\n\n §lSingularities§r are a crafting component for items used later in this quest line.\n\n The §lMatter Condenser§r is in §l§oTrash Mode§r when it is first placed down, anything put in the slot marked with a trash can in its GUI will be destroyed instantly.\n\n The button on the right of the GUI cycles between §l§oTrash Mode§r and the two §o§lCondense§r modes.\n\n There must be a §lStorage Component§r installed in the top slot of the GUI, or neither of the §l§oCondense§r modes will work and the items will simply be destroyed.\n\n The cost to create either Matter Balls or Singularities is in number of items, and all types of items contribute the same amount, so use something cheap and abundant such as Cobble, Dirt, or any \"trash\" item.\n\n\n The§l Matter Condenser§r does not require power to function." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 323, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:condenser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:condenser" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "235:10": { - "questID:3": 324, "preRequisites:11": [ 323 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lTiny TNT§rs are cheap, and super low-powered versions of their more destructive breathrin. They are particularly useful in AE2 for the creation of §lQuantum Entangled Singularities§r, which are used to link two §lQuantum Ring§rs together. Other mods which use explosive crafting may benefit from Tiny TNTs, as well.\n\n A pair of §lQuantum Entangled Singularities§r are created by tossing 1 §lEnder Dust§r and 1 §lSingularity§r onto the ground, and then create an explosion nearby. If using the §lTiny TNT§r as the explosion source, it must be in the same block space as the two ingredients when lit.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:tiny_tnt", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:tiny_tnt" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Bang!", - "desc:8": " §lTiny TNT§rs are cheap, and super low-powered versions of their more destructive breathrin. They are particularly useful in AE2 for the creation of §lQuantum Entangled Singularities§r, which are used to link two §lQuantum Ring§rs together. Other mods which use explosive crafting may benefit from Tiny TNTs, as well.\n\n A pair of §lQuantum Entangled Singularities§r are created by tossing 1 §lEnder Dust§r and 1 §lSingularity§r onto the ground, and then create an explosion nearby. If using the §lTiny TNT§r as the explosion source, it must be in the same block space as the two ingredients when lit." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 324, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:tiny_tnt", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:tiny_tnt" }, "1:10": { - "id:8": "appliedenergistics2:material", "Count:3": 2, "Damage:2": 48, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "236:10": { - "questID:3": 325, "preRequisites:11": [ 324 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §l§oME Quantum Ring multiblock§r is used to link two ME networks together, from any distance, from any dimension. It does however take up a significant amount of power.\n\n The multiblock is composed of 8 §lME Quantum Ring§r blocks in a donut shape (either verticle or horizontal) and a single §lME Quantum Link Chamber§r in the center. There must be a multiblock at both ME networks, and they both must have a §lQuantum Entangle Singularity (QES)§r in them.\n\n The §lQES§r is always crafted in pairs, and contains data that links the two Rings togetherat a quantum level... theoretically.\n\n Both rings must be powered in order for the link to establish. Once the link is active, however, they can draw power from either side.\n\n A maximum of 32 channels may go through the ring (before tunneling), and cables may connect to any of the Quantum Ring Blocks that are not in the corners.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:quantum_ring", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quantum_ring" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Much Better Than Wifi!", - "desc:8": " The §l§oME Quantum Ring multiblock§r is used to link two ME networks together, from any distance, from any dimension. It does however take up a significant amount of power.\n\n The multiblock is composed of 8 §lME Quantum Ring§r blocks in a donut shape (either verticle or horizontal) and a single §lME Quantum Link Chamber§r in the center. There must be a multiblock at both ME networks, and they both must have a §lQuantum Entangle Singularity (QES)§r in them.\n\n The §lQES§r is always crafted in pairs, and contains data that links the two Rings togetherat a quantum level... theoretically.\n\n Both rings must be powered in order for the link to establish. Once the link is active, however, they can draw power from either side.\n\n A maximum of 32 channels may go through the ring (before tunneling), and cables may connect to any of the Quantum Ring Blocks that are not in the corners." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 325, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "appliedenergistics2:quantum_ring", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quantum_ring" }, "1:10": { - "id:8": "appliedenergistics2:quantum_link", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quantum_link" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:quantum_ring", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quantum_ring" }, "1:10": { - "id:8": "appliedenergistics2:quantum_link", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quantum_link" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "237:10": { - "questID:3": 326, "preRequisites:11": [ 323 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lColor Applicator§r is used to paint cables and wool blocks placed in the world to different colors according to the §lPaintballs§r loaded in it. It may also be able to paint similar blocks, as well.\n\n Colors are cycled through by Sneak + Right-Clicking on any block that won\u0027t accept color. See the quest for the §lMatter Cannon§r for loading and charging instructions.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:color_applicator", - "Count:3": 1, "tag:10": { - "internalMaxPower:6": 20000.0, - "internalCurrentPower:6": 20000.0 - }, - "Damage:2": 0, - "OreDict:8": "" + "internalCurrentPower:6": 20000.0, + "internalMaxPower:6": 20000.0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sign Painter\u0027s Favorite", - "desc:8": " The §lColor Applicator§r is used to paint cables and wool blocks placed in the world to different colors according to the §lPaintballs§r loaded in it. It may also be able to paint similar blocks, as well.\n\n Colors are cycled through by Sneak + Right-Clicking on any block that won\u0027t accept color. See the quest for the §lMatter Cannon§r for loading and charging instructions." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 326, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "appliedenergistics2:color_applicator", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:color_applicator", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "238:10": { - "questID:3": 327, "preRequisites:11": [ 319 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lSpatial IO Port§r is used in conjunction with the §lSpatial Pylons§r to store and relocate blocks constructed in the world. (So cool...)\n\n Constructions are stored in special \"pocket dimensions\" and are managed by §lSpatial Storage Cells§r. These are tiered based on the amount of blocks per side they can hold. \n\nNote: Many multiplayer servers have a policy on how many dimensions players can make. Since this policy applies to Spatial Storage usage.\n\n The §lPylons§r are built in four edges to the space that they will be digitizing. A common set up is to build pillars of Pylon blocks that go upwards. The minimum valid multblock construction size (referred to as the §l§oSpatial Containment Structure§r) is a 3x3x3 cube. which will store/transfer a single block in the middle.\n\n To start the digitization process, a valid Spatial Containment Structure (SCS) must be built and connected via cables to the Spatial IO Port. Both the SCS and IO Port need power, but otherwise don\u0027t need anything special.\n\nNote: Only 1 SCS may exist on any ME network.\n\n Place a §lSpatial Storage Cell§r in the left hand slot of the §lSpatial IO Port§r\u0027s GUI, then supply a redstone signal to the IO Port to initiate the process. If the Spatial Storage Cell happens to have something in it at the time digitizing occurs, it will be swapped with the whatever is within the SCS.\n\n§4§l§oWarning!§r §n§oAnything§r within the SCS at the time of the redstone signal will get digitized, including mobs and players (there\u0027s an advancement for this). You will need some form of teleportation to get out of of there, a Nether Portal, a redstone contraption to re-trigger the IO Port, or a friend to push the button on the IO Port.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:spatial_io_port", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:spatial_io_port" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Box Stuffer", - "desc:8": " The §lSpatial IO Port§r is used in conjunction with the §lSpatial Pylons§r to store and relocate blocks constructed in the world. (So cool...)\n\n Constructions are stored in special \"pocket dimensions\" and are managed by §lSpatial Storage Cells§r. These are tiered based on the amount of blocks per side they can hold. \n\nNote: Many multiplayer servers have a policy on how many dimensions players can make. Since this policy applies to Spatial Storage usage.\n\n The §lPylons§r are built in four edges to the space that they will be digitizing. A common set up is to build pillars of Pylon blocks that go upwards. The minimum valid multblock construction size (referred to as the §l§oSpatial Containment Structure§r) is a 3x3x3 cube. which will store/transfer a single block in the middle.\n\n To start the digitization process, a valid Spatial Containment Structure (SCS) must be built and connected via cables to the Spatial IO Port. Both the SCS and IO Port need power, but otherwise don\u0027t need anything special.\n\nNote: Only 1 SCS may exist on any ME network.\n\n Place a §lSpatial Storage Cell§r in the left hand slot of the §lSpatial IO Port§r\u0027s GUI, then supply a redstone signal to the IO Port to initiate the process. If the Spatial Storage Cell happens to have something in it at the time digitizing occurs, it will be swapped with the whatever is within the SCS.\n\n§4§l§oWarning!§r §n§oAnything§r within the SCS at the time of the redstone signal will get digitized, including mobs and players (there\u0027s an advancement for this). You will need some form of teleportation to get out of of there, a Nether Portal, a redstone contraption to re-trigger the IO Port, or a friend to push the button on the IO Port." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 327, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "appliedenergistics2:spatial_storage_cell_16_cubed" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:spatial_io_port", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:spatial_io_port" }, "1:10": { - "id:8": "appliedenergistics2:spatial_pylon", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:spatial_pylon" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "appliedenergistics2:spatial_storage_cell_16_cubed", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "239:10": { - "questID:3": 328, "preRequisites:11": [ 257 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lView Cells§r are used in conjunction with the §lCell Workbench§r, and may be installed in most types of §lME Terminals§r.\n\n §lView Cells§r act as a filter for the ME Terminal, meaning that the Terminal will only show the items that are configured on the View Cells that are installed in it.\n\n This means that you can make a \"Frequently Used Items\" view cell and plop it in a Terminal whenever you need it, instead of needing to use the search bar all the time.\n\n It can also be used dedicate Terminals for some particular purpose, such as a \"Kitchen Terminal.\"", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "appliedenergistics2:view_cell", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:view_cell" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Windows for ME", - "desc:8": " §lView Cells§r are used in conjunction with the §lCell Workbench§r, and may be installed in most types of §lME Terminals§r.\n\n §lView Cells§r act as a filter for the ME Terminal, meaning that the Terminal will only show the items that are configured on the View Cells that are installed in it.\n\n This means that you can make a \"Frequently Used Items\" view cell and plop it in a Terminal whenever you need it, instead of needing to use the search bar all the time.\n\n It can also be used dedicate Terminals for some particular purpose, such as a \"Kitchen Terminal.\"" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 328, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "appliedenergistics2:view_cell", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:view_cell" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "240:10": { - "questID:3": 329, "preRequisites:11": [ 246 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §l§oContinous Autocrafting§r can be set up relatively easily with §lME Import§r and §lExport Busses§r, but most often you\u0027ll need some form of control over the machines to prevent them from overcrafting.\n\n AE2 offers several devices that allow for some redstone control, The §lME Toggle Bus§r (covered in §nCrystal Production 201§r), the §lRedstone Upgrade Card§r (covered in §nUp Doots§r), and the §lME Level Emitter§r.\n\n The §lME Level Emitter§r will monitor a configured item and will emit a redstone signal if the stocks are above or below a set level.\n\n It can also monitor the energy levels present in the ME system, which can be used, for example, to turn on a backup generator of sorts.\n\n If a §lCrafting Card§r is installed, it will emit a signal whenever the monitored item has an active crafting request.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 280, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Open 24/7/52!", - "desc:8": " §l§oContinous Autocrafting§r can be set up relatively easily with §lME Import§r and §lExport Busses§r, but most often you\u0027ll need some form of control over the machines to prevent them from overcrafting.\n\n AE2 offers several devices that allow for some redstone control, The §lME Toggle Bus§r (covered in §nCrystal Production 201§r), the §lRedstone Upgrade Card§r (covered in §nUp Doots§r), and the §lME Level Emitter§r.\n\n The §lME Level Emitter§r will monitor a configured item and will emit a redstone signal if the stocks are above or below a set level.\n\n It can also monitor the energy levels present in the ME system, which can be used, for example, to turn on a backup generator of sorts.\n\n If a §lCrafting Card§r is installed, it will emit a signal whenever the monitored item has an active crafting request." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 329, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 280, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "241:10": { - "questID:3": 330, "preRequisites:11": [ 339 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Many AE2 devices and machines are able to accept §l§oUpgrade Cards§r. These are usually installed in dedicated slots found their GUI, in the upper right hand corner with the outline of a §lBasic Card§r drawn on them.\n\n Handheld devices, such as the §lMatter Cannon§r, and §lView Cells§r can have Upgrade Cards installed at the §lCell Workbench§r. \n\n Each Card\u0027s tooltip describe where the Card may be installed. Numbers in parenthesis indicate the maximum number of Cards that device may have.\n\n The following is a short overview of what each Card does:\n\n§lCapacity§r: Increase the number of slots in the device\u0027s filter.\n\n§lCrafting§r: The device is able to request the crafting of configured items. For example, an export bus configured to export Wood Planks will continously request them to be crafted until the attached inventory is full.\n\n§lFuzzy§r: The device will ignore NBT and damage data, and will use the Ore Dictionary equivalents of the configured items.\n\n§lInverter§r: Changes the device\u0027s filters from a whitelist into a blacklist. Items in the filter will NOT be pulled/requested.\n\n§lRedstone§r: Allows the device to be controlled by redstone signals. Behavior is configured in the device\u0027s GUI with a new button.\n\n§lAcceleration§r: Increases the operating speed of the device. For busses, this increases the stack size per transfer.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 53, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Up Doots", - "desc:8": " Many AE2 devices and machines are able to accept §l§oUpgrade Cards§r. These are usually installed in dedicated slots found their GUI, in the upper right hand corner with the outline of a §lBasic Card§r drawn on them.\n\n Handheld devices, such as the §lMatter Cannon§r, and §lView Cells§r can have Upgrade Cards installed at the §lCell Workbench§r. \n\n Each Card\u0027s tooltip describe where the Card may be installed. Numbers in parenthesis indicate the maximum number of Cards that device may have.\n\n The following is a short overview of what each Card does:\n\n§lCapacity§r: Increase the number of slots in the device\u0027s filter.\n\n§lCrafting§r: The device is able to request the crafting of configured items. For example, an export bus configured to export Wood Planks will continously request them to be crafted until the attached inventory is full.\n\n§lFuzzy§r: The device will ignore NBT and damage data, and will use the Ore Dictionary equivalents of the configured items.\n\n§lInverter§r: Changes the device\u0027s filters from a whitelist into a blacklist. Items in the filter will NOT be pulled/requested.\n\n§lRedstone§r: Allows the device to be controlled by redstone signals. Behavior is configured in the device\u0027s GUI with a new button.\n\n§lAcceleration§r: Increases the operating speed of the device. For busses, this increases the stack size per transfer." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 330, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 28, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + }, + "1:10": { + "Count:3": 64, + "Damage:2": 25, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 27, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "1:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 53, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "2:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 29, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "3:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 31, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "4:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 26, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "5:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 30, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 64, - "Damage:2": 28, - "OreDict:8": "" - }, - "1:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 64, - "Damage:2": 25, - "OreDict:8": "" - } - } - } } }, "242:10": { - "questID:3": 331, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lApplied Energistics 2§r is centered around inventory managment using high-tech machines which theoretically convert§r §0Matter into Energy and back again. A vanilla style store room containing hundreds of double chests can be digitized through the ME system and fit onto a single storage cell, freeing up all that space in the world to be used by more interesting things.\n\n §lVids, Plox?§r There are several youtube tutorials over AE2, if you prefer. (Sorry, hyperlinks not supported in BQM) :(\n\n§9§nhttps://www.youtube.com/results?search_query\u003dapplied+energistics+2+tutorial§r\n\n You can also check out the official wiki!\n\n§r§9§nhttp://ae-mod.info/", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Intro to AE2", - "desc:8": " §lApplied Energistics 2§r is centered around inventory managment using high-tech machines which theoretically convert§r §0Matter into Energy and back again. A vanilla style store room containing hundreds of double chests can be digitized through the ME system and fit onto a single storage cell, freeing up all that space in the world to be used by more interesting things.\n\n §lVids, Plox?§r There are several youtube tutorials over AE2, if you prefer. (Sorry, hyperlinks not supported in BQM) :(\n\n§9§nhttps://www.youtube.com/results?search_query\u003dapplied+energistics+2+tutorial§r\n\n You can also check out the official wiki!\n\n§r§9§nhttp://ae-mod.info/" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 331, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "243:10": { - "questID:3": 332, "preRequisites:11": [ 331 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The first machine you will need to make is the §lQuartz Grindstone§r§r.\n\n The §lGrindstone§r is used to crush up Nether Quartz and Certus Quartz into dust, which is then used in crafting recipes such as Quartz Fiber (core component of ME cables), Quartz Glass (used to make several machines), and Quartz Seeds.\n\n To use the §lGrindstone§r, place the items you wish to grind up in the machine via its GUI. Then, place a §lWooden Crank§r on top of the grindstone and hold down right click to get cranking. The crank will spin around to indicate that it is working. Yes, the process is slow.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:grindstone", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:grindstone" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The Big Grind", - "desc:8": " The first machine you will need to make is the §lQuartz Grindstone§r§r.\n\n The §lGrindstone§r is used to crush up Nether Quartz and Certus Quartz into dust, which is then used in crafting recipes such as Quartz Fiber (core component of ME cables), Quartz Glass (used to make several machines), and Quartz Seeds.\n\n To use the §lGrindstone§r, place the items you wish to grind up in the machine via its GUI. Then, place a §lWooden Crank§r on top of the grindstone and hold down right click to get cranking. The crank will spin around to indicate that it is working. Yes, the process is slow." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 332, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:grindstone", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:grindstone" }, "1:10": { - "id:8": "appliedenergistics2:crank", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:crank" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "244:10": { - "questID:3": 333, "preRequisites:11": [ 332 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Some recipes may require §lPure Nether Quartz§o§r or §lPure Certus Quartz§r. These are obtained by dropping a §lSeed§r of their respective crystal into a water block and waiting §mforever and a day§r. Since the Grindstone can produce 2 or more dusts per quartz ore, this can be a method of increasing your crystal stocks.\n\n Note: Some recipes, such as Fluix crystals, require the natural Certus and Nether Quartz, so don\u0027t grind up your entire stock!", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:crystal_seed", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:crystal_seed", "tag:10": { "progress:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crystal Production 101", - "desc:8": " Some recipes may require §lPure Nether Quartz§o§r or §lPure Certus Quartz§r. These are obtained by dropping a §lSeed§r of their respective crystal into a water block and waiting §mforever and a day§r. Since the Grindstone can produce 2 or more dusts per quartz ore, this can be a method of increasing your crystal stocks.\n\n Note: Some recipes, such as Fluix crystals, require the natural Certus and Nether Quartz, so don\u0027t grind up your entire stock!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 333, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 10, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 11, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:crystal_seed", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:crystal_seed", "tag:10": { "progress:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "appliedenergistics2:crystal_seed", "Count:3": 1, + "Damage:2": 600, + "OreDict:8": "", + "id:8": "appliedenergistics2:crystal_seed", "tag:10": { "progress:3": 600 - }, - "Damage:2": 600, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "" - }, - "1:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "" - } - } - } } }, "245:10": { - "questID:3": 334, "preRequisites:11": [ 332 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lFluix Crystals§r are a key component to many machines in AE2. Unlike Certus and Nether Quartz, §lFluix§r must be crafted in a unique manner.\n\n However, you first need a §lCharged Certus Quartz§r crystal. These may be found in the world in ores, and look like normal Certus Quartz ore with lightning bolts zapping across them occasionally.\n\n Once you have your Charged Certus, drop it in a block of calm water along with 1 redstone dust and 1 Nether Quartz. The three will be consumed and a §lFluix Crystal§r will materialize after a few seconds.\n\n You can also make §lPure Fluix Crystals§r using the same method you learned in §nCrystal Production 101§r.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crystal Production 102", - "desc:8": " §lFluix Crystals§r are a key component to many machines in AE2. Unlike Certus and Nether Quartz, §lFluix§r must be crafted in a unique manner.\n\n However, you first need a §lCharged Certus Quartz§r crystal. These may be found in the world in ores, and look like normal Certus Quartz ore with lightning bolts zapping across them occasionally.\n\n Once you have your Charged Certus, drop it in a block of calm water along with 1 redstone dust and 1 Nether Quartz. The three will be consumed and a §lFluix Crystal§r will materialize after a few seconds.\n\n You can also make §lPure Fluix Crystals§r using the same method you learned in §nCrystal Production 101§r." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 334, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "1:10": { - "id:8": "minecraft:quartz", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:quartz" }, "2:10": { - "id:8": "minecraft:redstone", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:redstone" }, "3:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "246:10": { - "questID:3": 335, "preRequisites:11": [ 334 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Since §lCharged Certus Quartz§r can be difficult to find naturally in the world sometimes, it would be a good idea to make something that can energize natural §lCertus Quartz§r. The §lCharger§r does exactly that.\n\n The §lCharger§r operates in a similar manner to the Grindstone; place a natural Certus Quartz into the charger by right-clicking the §lCharger§r with the Quartz in hand. Then, place a wooden crank on the top of the machine and get cranking.\n\n Tip: You can place an ME cable on the top or bottom of the Charger, and it\u0027ll take in power from the ME system instead of using the hand crank.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:charger", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:charger" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Energized", - "desc:8": " Since §lCharged Certus Quartz§r can be difficult to find naturally in the world sometimes, it would be a good idea to make something that can energize natural §lCertus Quartz§r. The §lCharger§r does exactly that.\n\n The §lCharger§r operates in a similar manner to the Grindstone; place a natural Certus Quartz into the charger by right-clicking the §lCharger§r with the Quartz in hand. Then, place a wooden crank on the top of the machine and get cranking.\n\n Tip: You can place an ME cable on the top or bottom of the Charger, and it\u0027ll take in power from the ME system instead of using the hand crank." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 335, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:charger", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:charger" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "247:10": { - "questID:3": 336, "preRequisites:11": [ 334 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The Matter Energy (ME) system will only ever work if it is powered. AE2 provides a simple generator called the §lVibration Chamber§r which will consume burnables and generate a trickle of energy for the ME system.\n\n However, most players forego making the Vibration Chamber and instead use a more powerful generator from another mod, and then use an §lEnergy Acceptor§r to power the ME system.\n\nNote: The §lEnergy Acceptor§r will only ever take energy from an outside source and will only ever output energy to the ME system.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:energy_acceptor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:energy_acceptor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Electrified", - "desc:8": " The Matter Energy (ME) system will only ever work if it is powered. AE2 provides a simple generator called the §lVibration Chamber§r which will consume burnables and generate a trickle of energy for the ME system.\n\n However, most players forego making the Vibration Chamber and instead use a more powerful generator from another mod, and then use an §lEnergy Acceptor§r to power the ME system.\n\nNote: The §lEnergy Acceptor§r will only ever take energy from an outside source and will only ever output energy to the ME system." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 336, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:vibration_chamber" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:energy_acceptor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:energy_acceptor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:vibration_chamber", - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "248:10": { - "questID:3": 337, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " In order to transfer ME across the ME system, the machines must either be adjacent to one another or have optical cables connecting them.\n\n §lQuartz Fibers§r are the foundation of all the cables in AE2. They may be placed in the word, but don\u0027t actually connect anything.\n\n §lME Glass Cables§r are the basic tier of AE2 cables, and can support up to 8 connected devices on a line.\n\n §lME Covered Cables§r are also basic tier, and are largely viewed as a crafting step toward §lME Smart Cables§r. Some contest they look a bit better, too.\n\n §lME Smart Cables§r also connect up to 8 devices, but they visually show how many devices are connected and will turn red if there\u0027s a conflict of some sort.\n\n §lME Dense Cables§r are the top tier cables and can support up to 32 connected devices. They also show how many devices are connected.\n\nNote: Dense Cables will not function if there isn\u0027t an §lME Controller§r somewhere on the network.\n\nHint: AE2 machines act like ME Glass Cables when doing adjacent connections, supporting up to 8 devices.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 16, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "\"Laser\" \"Beams\"", - "desc:8": " In order to transfer ME across the ME system, the machines must either be adjacent to one another or have optical cables connecting them.\n\n §lQuartz Fibers§r are the foundation of all the cables in AE2. They may be placed in the word, but don\u0027t actually connect anything.\n\n §lME Glass Cables§r are the basic tier of AE2 cables, and can support up to 8 connected devices on a line.\n\n §lME Covered Cables§r are also basic tier, and are largely viewed as a crafting step toward §lME Smart Cables§r. Some contest they look a bit better, too.\n\n §lME Smart Cables§r also connect up to 8 devices, but they visually show how many devices are connected and will turn red if there\u0027s a conflict of some sort.\n\n §lME Dense Cables§r are the top tier cables and can support up to 32 connected devices. They also show how many devices are connected.\n\nNote: Dense Cables will not function if there isn\u0027t an §lME Controller§r somewhere on the network.\n\nHint: AE2 machines act like ME Glass Cables when doing adjacent connections, supporting up to 8 devices." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 337, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 32, + "Damage:2": 16, + "OreDict:8": "", + "id:8": "appliedenergistics2:part" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 140, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "1:10": { - "id:8": "appliedenergistics2:part", "Count:3": 4, "Damage:2": 16, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "2:10": { - "id:8": "appliedenergistics2:part", "Count:3": 4, "Damage:2": 36, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "3:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 516, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "4:10": { - "id:8": "appliedenergistics2:part", "Count:3": 4, "Damage:2": 56, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, "5:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 76, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:part", - "Count:3": 32, - "Damage:2": 16, - "OreDict:8": "" - } - } - } } }, "249:10": { - "questID:3": 338, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Before progressing much further into AE2, you\u0027re going to have to bit of exploring to find §lmeteorites§r. These are large chunks of §lSky stone§r that are generated throughout the world, and tend to make a huge crater. §lSky stone§r is an obsidian level mining block, so be sure to have a pickaxe (or other tool) that can collect it.\n\n These meteorites can be found easily with a §lMeteorite Compass§r, which will point towards chunks that have Skystone blocks in them (even a single block). If you don\u0027t see the meteorite anywhere, then it\u0027s probably buried undergound.\n\n Inside the center of each of the meteorites is a §lSky Stone Chest§r, which can hold §lInscriber Press Plates§r. These are essential to the progession into AE2, and can sometimes be difficult to find, especially in a crowded server. Thankfully they can make copies of themselves in an §lInscriber§r, so long as you have one to begin with.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:sky_stone_chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:sky_stone_chest" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Stone of the Skies", - "desc:8": " Before progressing much further into AE2, you\u0027re going to have to bit of exploring to find §lmeteorites§r. These are large chunks of §lSky stone§r that are generated throughout the world, and tend to make a huge crater. §lSky stone§r is an obsidian level mining block, so be sure to have a pickaxe (or other tool) that can collect it.\n\n These meteorites can be found easily with a §lMeteorite Compass§r, which will point towards chunks that have Skystone blocks in them (even a single block). If you don\u0027t see the meteorite anywhere, then it\u0027s probably buried undergound.\n\n Inside the center of each of the meteorites is a §lSky Stone Chest§r, which can hold §lInscriber Press Plates§r. These are essential to the progession into AE2, and can sometimes be difficult to find, especially in a crowded server. Thankfully they can make copies of themselves in an §lInscriber§r, so long as you have one to begin with." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 338, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "choices:9": { "0:10": { - "id:8": "appliedenergistics2:sky_stone_block", - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 1, - "choices:9": { - "0:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 13, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "1:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "2:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 15, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "3:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 19, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } - } + }, + "index:3": 1, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:sky_stone_block" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "250:10": { - "questID:3": 339, "preRequisites:11": [ 338 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Now that you have §lInscriber Press Plates§r, a bit of §lSky Stone§r, and a powered ME network, you can start making circuits with the §lInscriber§r.\n\n The Inscriber must be powered to function.\n\n You should consult JEI to see all available recipes for the §lInscriber§r.\n\nTip: You should make 1 §lInscriber§r per plate, and at least 1 more for processor crafting. This is not necassary, but it does aide in automation.\n\nTip: Hoppers can pipe in crafting ingredients to the §lInscriber§r from any side.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:inscriber", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:inscriber" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pressing Matters", - "desc:8": " Now that you have §lInscriber Press Plates§r, a bit of §lSky Stone§r, and a powered ME network, you can start making circuits with the §lInscriber§r.\n\n The Inscriber must be powered to function.\n\n You should consult JEI to see all available recipes for the §lInscriber§r.\n\nTip: You should make 1 §lInscriber§r per plate, and at least 1 more for processor crafting. This is not necassary, but it does aide in automation.\n\nTip: Hoppers can pipe in crafting ingredients to the §lInscriber§r from any side." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 339, + "rewards:9": { + "0:10": { + "index:3": 1, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 24, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 22, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:inscriber", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:inscriber" }, "1:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 24, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "2:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 22, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" }, "3:10": { - "id:8": "appliedenergistics2:material", "Count:3": 1, "Damage:2": 20, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 1, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 2, - "Damage:2": 24, - "OreDict:8": "" - }, - "1:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 3, - "Damage:2": 22, - "OreDict:8": "" - } - } - } } }, "251:10": { - "questID:3": 340, "preRequisites:11": [ 339 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lME Drives§r are devices that allow the ME system to read and write to §lStorage Cells§r. This is like your computer\u0027s DVD drive, with the DVD\u0027s being the Storage Cells.\n\n §lStorage Cells§r contain solid items, and can contain §oany§r type of item. Other mods and addons may add specialized versions§r which behave in a similar manner, such as the §lFluid Storage Cell§r which will hold mB\u0027s of fluid instead of items.\n\n §lStorage Cells§r have a limited amount of space of them, and are tiered.\n\n §lStorage Cells §rmay be taken out of the §lDrive§r at any time, the items stored on them are safe so long as the cell isn\u0027t destroyed in fire, lava, cactus, explosion, etc.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:drive", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:drive" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Overdrive", - "desc:8": " §lME Drives§r are devices that allow the ME system to read and write to §lStorage Cells§r. This is like your computer\u0027s DVD drive, with the DVD\u0027s being the Storage Cells.\n\n §lStorage Cells§r contain solid items, and can contain §oany§r type of item. Other mods and addons may add specialized versions§r which behave in a similar manner, such as the §lFluid Storage Cell§r which will hold mB\u0027s of fluid instead of items.\n\n §lStorage Cells§r have a limited amount of space of them, and are tiered.\n\n §lStorage Cells §rmay be taken out of the §lDrive§r at any time, the items stored on them are safe so long as the cell isn\u0027t destroyed in fire, lava, cactus, explosion, etc." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 340, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "appliedenergistics2:storage_cell_64k", + "tag:10": {} + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:drive", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:drive" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:storage_cell_1k", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "appliedenergistics2:storage_cell_64k", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "252:10": { - "questID:3": 341, "preRequisites:11": [ 337 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lME Controller§r isn\u0027t actually needed if you\u0027ll be using AE2 just for basic storage. It does however sport four important features that may be needed if you decide to progress further.\n\n The first of which is an §l§oenergy buffer§r. Both the §lVibration Chamber§r and the §lEnergy Acceptor§r don\u0027t have such a buffer. This can cause stability problems when the ME system starts to grow, as some machines will prioritize power flow over others, causing the others to lose power and possibly shut down.\n\n The second feature is that it enables the use of §lME Dense Cables§r, which will not function without an ME Controller somewhere in the ME system.\n\n The third feature is a large number of §l§ochannels§r. Each side of the §lME Controller§r can accept up to 32 channels (which is the capacity of a §lME Dense Cable§r), making for a maximum of 192 devices on a single Controller.\n\n The last feature is that the §lController§r may be a §l§omultiblock§r construction, adding more available channels and more energy storage per block. Each Controller may have up to 3 adjacent Controllers to it on the same plane (T\u0027s, no +\u0027s) and have a maximum of 4 controllers altogether (+ with a bent leg). The entire multiblock may be no larger than a 7x7x7 cube. ", + "globalshare:1": 0, "icon:10": { - "id:8": "chisel:futura", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "chisel:futura" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Out of Control", - "desc:8": " The §lME Controller§r isn\u0027t actually needed if you\u0027ll be using AE2 just for basic storage. It does however sport four important features that may be needed if you decide to progress further.\n\n The first of which is an §l§oenergy buffer§r. Both the §lVibration Chamber§r and the §lEnergy Acceptor§r don\u0027t have such a buffer. This can cause stability problems when the ME system starts to grow, as some machines will prioritize power flow over others, causing the others to lose power and possibly shut down.\n\n The second feature is that it enables the use of §lME Dense Cables§r, which will not function without an ME Controller somewhere in the ME system.\n\n The third feature is a large number of §l§ochannels§r. Each side of the §lME Controller§r can accept up to 32 channels (which is the capacity of a §lME Dense Cable§r), making for a maximum of 192 devices on a single Controller.\n\n The last feature is that the §lController§r may be a §l§omultiblock§r construction, adding more available channels and more energy storage per block. Each Controller may have up to 3 adjacent Controllers to it on the same plane (T\u0027s, no +\u0027s) and have a maximum of 4 controllers altogether (+ with a bent leg). The entire multiblock may be no larger than a 7x7x7 cube. " + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 341, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:controller" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "253:10": { - "questID:3": 342, "preRequisites:11": [ 339 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lME Terminals§r are used to interact with most other devices on the ME network, most notably the §lME Drives§r. They are a type of multipart block which will sit in the same space as the cable they are connected to, and installation is as easy as placing them on a cable.\n\n The §lTerminal§r should light up to indicate that it connected successfully and has sufficient power. If it is dark, check that your smart cables show you have an available channel and check your power supplier. Remember that all devices (aside from cables) will consume a bit of energy, even when not in use.\n\n Right-click on the §lTerminal §rto access its GUI. Here, you can treat the \"Grid\" just like you would an ordinary chest inventory. When depositing items, you don\u0027t have to place it into a specific spot, the Grid is automatically sorted.\n\n The left hand side of the GUI has a number of buttons that affect sorting and terminal style, you should play around with them a bit to see what they all do.\n\n The top of the GUI has a §o§lsearch bar§r. Some addon mods can link this search bar with the JEI search bar, in which case there would be a button to toggle the settings.\n\n §lME Crafting Terminals§r add a 3x3 crafting grid to the GUI. Here, you can craft things right at the terminal without needing to move back and forth between a crafting table. Items left on the grid will stay there until you remove them or clear the grid.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 380, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "CRTs Are Still Better", - "desc:8": " §lME Terminals§r are used to interact with most other devices on the ME network, most notably the §lME Drives§r. They are a type of multipart block which will sit in the same space as the cable they are connected to, and installation is as easy as placing them on a cable.\n\n The §lTerminal§r should light up to indicate that it connected successfully and has sufficient power. If it is dark, check that your smart cables show you have an available channel and check your power supplier. Remember that all devices (aside from cables) will consume a bit of energy, even when not in use.\n\n Right-click on the §lTerminal §rto access its GUI. Here, you can treat the \"Grid\" just like you would an ordinary chest inventory. When depositing items, you don\u0027t have to place it into a specific spot, the Grid is automatically sorted.\n\n The left hand side of the GUI has a number of buttons that affect sorting and terminal style, you should play around with them a bit to see what they all do.\n\n The top of the GUI has a §o§lsearch bar§r. Some addon mods can link this search bar with the JEI search bar, in which case there would be a button to toggle the settings.\n\n §lME Crafting Terminals§r add a 3x3 crafting grid to the GUI. Here, you can craft things right at the terminal without needing to move back and forth between a crafting table. Items left on the grid will stay there until you remove them or clear the grid." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 342, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 360, + "OreDict:8": "", + "id:8": "appliedenergistics2:part" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 380, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:part", - "Count:3": 1, - "Damage:2": 360, - "OreDict:8": "" - } - } - } } }, "254:10": { - "questID:3": 343, "preRequisites:11": [ 337 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Cables can be seperated from each other or specific AE2 devices by using §lCable Anchors§r. These are a type of \"multipart\" construction, and may placed directly on the cable or vice versa.\n\n Cables can also be dyed, either in the crafting grid or in the world with a §lMatter Cannon§r loaded with paintballs. Dyed cables won\u0027t connect to other cables of different colors, with the exception of the Fluix color.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 120, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Keep \u0027em Seperated", - "desc:8": " Cables can be seperated from each other or specific AE2 devices by using §lCable Anchors§r. These are a type of \"multipart\" construction, and may placed directly on the cable or vice versa.\n\n Cables can also be dyed, either in the crafting grid or in the world with a §lMatter Cannon§r loaded with paintballs. Dyed cables won\u0027t connect to other cables of different colors, with the exception of the Fluix color." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 343, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:part", "Count:3": 8, "Damage:2": 120, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "255:10": { - "questID:3": 344, "preRequisites:11": [ 340, 342 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lME Chests§r are an alternative to §lME Drives§r. They have a built-in §lME Terminal§r on the top of them to allow access to the solitary §lStorage Cell§r in their inventory, which can be swapped out by interacting with the front side of the chest.\n\n Hint: They make loading the §lMatter Cannon§r real easy.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:chest" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Single Cell Organizer", - "desc:8": " §lME Chests§r are an alternative to §lME Drives§r. They have a built-in §lME Terminal§r on the top of them to allow access to the solitary §lStorage Cell§r in their inventory, which can be swapped out by interacting with the front side of the chest.\n\n Hint: They make loading the §lMatter Cannon§r real easy." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 344, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:chest" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "256:10": { - "questID:3": 345, "preRequisites:11": [ 335 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " §lEnergy Cells§r are blocks that can store energy from §lEnergy Acceptors§r or §lVibration Chambers§r and make the power available to the ME system. If you find that you are having power fluctuations in the system, you can try placing down more §lEnergy Cells§r instead of§l ME Controllers§r to increase the overall power buffer.\n\n A lesser known feature of Energy Cells is that they can be charged in a §lCharger§r and then placed in the world to use. Unfortunately, they will not retain their energy if broken after being placed.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:energy_cell", "Count:3": 1, - "tag:10": {}, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:energy_cell", + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "A Battery for ME", - "desc:8": " §lEnergy Cells§r are blocks that can store energy from §lEnergy Acceptors§r or §lVibration Chambers§r and make the power available to the ME system. If you find that you are having power fluctuations in the system, you can try placing down more §lEnergy Cells§r instead of§l ME Controllers§r to increase the overall power buffer.\n\n A lesser known feature of Energy Cells is that they can be charged in a §lCharger§r and then placed in the world to use. Unfortunately, they will not retain their energy if broken after being placed." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 345, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:energy_cell", "Count:3": 1, - "tag:10": {}, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:energy_cell", + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "257:10": { - "questID:3": 346, "preRequisites:11": [ 323 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " The §lMatter Cannon§r is used to shoot §lMatter Balls §rand §lPaintballs§r at a short distance - about the same as a normal tool.\n\n When armed with §lMatter Balls§r, the Cannon can insta-break soft blocks that can be broken by hand, and can damage mobs with a power similar to an empty hand. It does, however, have a very fast rate of fire.\n\n When armed with §lPaintballs§r, the Cannon can dye sheep and some mobs without hurting them (they will still feel a bit of a sting, though). Paintballs can also stick to solid blocks, which may be used to mark points of interest or mildly annoy your neighbors. The §lLux Paintballs§r glow in the dark, too.\n\n The Matter Cannon needs both energy and ammo to function. It can be charged in the §k§l§r§lCharger§r, and can be loaded from the ME system by treating it like a partitioned Storage Cell. Using a §lME Chest§r is the easiest way to load the Cannon.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:matter_cannon", - "Count:3": 1, "tag:10": { - "internalMaxPower:6": 200000.0, - "internalCurrentPower:6": 200000.0 - }, - "Damage:2": 0, - "OreDict:8": "" + "internalCurrentPower:6": 200000.0, + "internalMaxPower:6": 200000.0 + } }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mostly Harmless", - "desc:8": " The §lMatter Cannon§r is used to shoot §lMatter Balls §rand §lPaintballs§r at a short distance - about the same as a normal tool.\n\n When armed with §lMatter Balls§r, the Cannon can insta-break soft blocks that can be broken by hand, and can damage mobs with a power similar to an empty hand. It does, however, have a very fast rate of fire.\n\n When armed with §lPaintballs§r, the Cannon can dye sheep and some mobs without hurting them (they will still feel a bit of a sting, though). Paintballs can also stick to solid blocks, which may be used to mark points of interest or mildly annoy your neighbors. The §lLux Paintballs§r glow in the dark, too.\n\n The Matter Cannon needs both energy and ammo to function. It can be charged in the §k§l§r§lCharger§r, and can be loaded from the ME system by treating it like a partitioned Storage Cell. Using a §lME Chest§r is the easiest way to load the Cannon." + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 346, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 1, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:matter_cannon", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": { + "internalCurrentPower:6": 200000.0, + "internalMaxPower:6": 200000.0 + } + }, + "1:10": { + "Count:3": 64, + "Damage:2": 6, + "OreDict:8": "", + "id:8": "appliedenergistics2:material" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 1, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "appliedenergistics2:matter_cannon", - "Count:3": 1, - "tag:10": { - "internalMaxPower:6": 200000.0, - "internalCurrentPower:6": 200000.0 - }, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "appliedenergistics2:material", - "Count:3": 64, - "Damage:2": 6, - "OreDict:8": "" + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "258:10": { - "questID:3": 347, "preRequisites:11": [ 336 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": " Once you have gotten a power source for your ME system, you can create §lCrystal Growth Accelerators§r to greatly speed up the growth of Pure Quartz and Pure Fluix crystals.\n\n These are placed adjacent to and facing the water block that the crystal seeds will be in, and must be connected to the ME system with suitable cables. Theoretically you can place a maximum of 6 Accelerators around a water source block, but you\u0027ll need a way of getting the seeds in and the crystals out.\n\n Since the Accelerators can eat up a significant amount of power, a method of easily turning them on and off would be desired. The §lME Toggle Bus§r is one solution, as it will turn on power and device access between connected cables/devices when it senses a redstone signal. These are multipart components, and take up the same space as a cable. To install them, you can place them directly on a cable or on the side of an AE2 device.\n\n An inverted version of the ME Toggle Bus exists, as well. These turn off when sensing a redstone signal.", + "globalshare:1": 0, "icon:10": { - "id:8": "appliedenergistics2:quartz_growth_accelerator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quartz_growth_accelerator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crystal Production 201", - "desc:8": " Once you have gotten a power source for your ME system, you can create §lCrystal Growth Accelerators§r to greatly speed up the growth of Pure Quartz and Pure Fluix crystals.\n\n These are placed adjacent to and facing the water block that the crystal seeds will be in, and must be connected to the ME system with suitable cables. Theoretically you can place a maximum of 6 Accelerators around a water source block, but you\u0027ll need a way of getting the seeds in and the crystals out.\n\n Since the Accelerators can eat up a significant amount of power, a method of easily turning them on and off would be desired. The §lME Toggle Bus§r is one solution, as it will turn on power and device access between connected cables/devices when it senses a redstone signal. These are multipart components, and take up the same space as a cable. To install them, you can place them directly on a cable or on the side of an AE2 device.\n\n An inverted version of the ME Toggle Bus exists, as well. These turn off when sensing a redstone signal." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 347, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "appliedenergistics2:quartz_growth_accelerator" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "appliedenergistics2:quartz_growth_accelerator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:quartz_growth_accelerator" }, "1:10": { - "id:8": "appliedenergistics2:part", "Count:3": 1, "Damage:2": 80, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "appliedenergistics2:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "appliedenergistics2:quartz_growth_accelerator", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "259:10": { - "questID:3": 348, "preRequisites:11": [ 356 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Now in Minecraft it\u0027s no secret you need to defend yourself. With Creepers, Zombies, Skeletons and worse. . . baby mobs, we need to protect ourselves. That\u0027s where the sword comes in. Of course in order to make a good sword, we need a pattern like usual.\n\nLet\u0027s go ahead and make the §l\u0027Sword Blade Pattern\u0027§0 and the §l\u0027Wide Guard Pattern\u0027§0.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:sword_blade" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Defense? Offense? Which will YOU choose?", - "desc:8": "Now in Minecraft it\u0027s no secret you need to defend yourself. With Creepers, Zombies, Skeletons and worse. . . baby mobs, we need to protect ourselves. That\u0027s where the sword comes in. Of course in order to make a good sword, we need a pattern like usual.\n\nLet\u0027s go ahead and make the §l\u0027Sword Blade Pattern\u0027§0 and the §l\u0027Wide Guard Pattern\u0027§0." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 348, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:sword_blade" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:wide_guard" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "260:10": { - "questID:3": 349, "preRequisites:11": [ 351 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Now that we have stencils, we want to get some tools made. One of the most important tools of course is the pickaxe. I mean it §oIS§0 called §l\u0027MIN§l§lE§l§l§l§l§0craft\u0027 for a reason, right?\n\nAnyways lets get some §l\u0027Flint\u0027§0 and make our first §l\u0027Pickaxe Head\u0027§0. This will be a good start until we\u0027re ready to make the smeltery.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:pick_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pick_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Our first Pickaxe, Step One", - "desc:8": "Now that we have stencils, we want to get some tools made. One of the most important tools of course is the pickaxe. I mean it §oIS§0 called §l\u0027MIN§l§lE§l§l§l§l§0craft\u0027 for a reason, right?\n\nAnyways lets get some §l\u0027Flint\u0027§0 and make our first §l\u0027Pickaxe Head\u0027§0. This will be a good start until we\u0027re ready to make the smeltery." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 349, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pick_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pick_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "261:10": { - "questID:3": 350, "preRequisites:11": [ 424 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "These Flux Gates can limit how much RF flows through them, based on Redstone signal (on or off).\nThey are very useful when it comes to controlling the flow of your Draconic Reactor.\nYou will need 2 of them, one for the energy input, and one for the energy output.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:flow_gate", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:flow_gate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "RF Gates!", - "desc:8": "These Flux Gates can limit how much RF flows through them, based on Redstone signal (on or off).\nThey are very useful when it comes to controlling the flow of your Draconic Reactor.\nYou will need 2 of them, one for the energy input, and one for the energy output." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 350, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:flow_gate", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:flow_gate" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "262:10": { - "questID:3": 351, "preRequisites:11": [ 224, 235 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Alright we\u0027ve got the stencils, now we need the parts. Make a §l\u0027Part Builder\u0027§0 by using one log and a §l\u0027Blank Pattern\u0027§0 on top in a crafting grid.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:tooltables", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "tconstruct:tooltables", "tag:10": { "textureBlock:10": { - "id:8": "minecraft:log", "Count:1": 1, - "Damage:2": 0 + "Damage:2": 0, + "id:8": "minecraft:log" } - }, - "Damage:2": 2, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Parts", - "desc:8": "Alright we\u0027ve got the stencils, now we need the parts. Make a §l\u0027Part Builder\u0027§0 by using one log and a §l\u0027Blank Pattern\u0027§0 on top in a crafting grid." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 351, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:tooltables", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "tconstruct:tooltables", "tag:10": { "textureBlock:10": { - "id:8": "minecraft:log", "Count:1": 1, - "Damage:2": 0 + "Damage:2": 0, + "id:8": "minecraft:log" } - }, - "Damage:2": 2, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "263:10": { - "questID:3": 352, "preRequisites:11": [ 224, 351 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Once we have all the parts, we need to be able to put them together. That\u0027s where the §l\u0027Tool Station\u0027§0 comes into play. Let\u0027s make that so we can put our tools together.\n\nThe§l \u0027Tool Station\u0027§0 allows us to put together, repair, and modify only the basic tools. If we want things like the §l\u0027Crossbow\u0027§0 or §l\u0027Shuriken\u0027§0, for example, ee\u0027ll need the §l\u0027Tool Forge\u0027§0 but we\u0027ll get to that one a bit later.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:tooltables", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:tooltables" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Tool Repair", - "desc:8": "Once we have all the parts, we need to be able to put them together. That\u0027s where the §l\u0027Tool Station\u0027§0 comes into play. Let\u0027s make that so we can put our tools together.\n\nThe§l \u0027Tool Station\u0027§0 allows us to put together, repair, and modify only the basic tools. If we want things like the §l\u0027Crossbow\u0027§0 or §l\u0027Shuriken\u0027§0, for example, ee\u0027ll need the §l\u0027Tool Forge\u0027§0 but we\u0027ll get to that one a bit later." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 352, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:tooltables", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:tooltables" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "264:10": { - "questID:3": 353, "preRequisites:11": [ 352 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Before we can move on from crude tools and weapons, we need to make the smeltery to make all of the good stuff.\n\nTo start out, lets get some §l\u0027Grout\u0027§0 made. A stack should do nicely, but two stacks would be great. To make §l\u0027Grout\u0027§0, you will need §l\u0027Clay\u0027§0, §l\u0027Sand\u0027§0, and §l\u0027Gravel\u0027§0. If you need the recipe, check §lJEI§0 or §l\u0027Materials and You\u0027§0 for more details.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:soil", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:soil" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Got Grout?", - "desc:8": "Before we can move on from crude tools and weapons, we need to make the smeltery to make all of the good stuff.\n\nTo start out, lets get some §l\u0027Grout\u0027§0 made. A stack should do nicely, but two stacks would be great. To make §l\u0027Grout\u0027§0, you will need §l\u0027Clay\u0027§0, §l\u0027Sand\u0027§0, and §l\u0027Gravel\u0027§0. If you need the recipe, check §lJEI§0 or §l\u0027Materials and You\u0027§0 for more details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 353, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:soil", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:soil" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "265:10": { - "questID:3": 354, "preRequisites:11": [ 358 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Finally the last part we need is the §l\u0027Sword Blade\u0027§0 and §l\u0027Wide Guard\u0027§0. Why you ask? Well unless you\u0027re playing on §oPeaceful§0, we\u0027ll need to defend ourself from monsters like those pesky Zombies.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:sword_blade", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sword_blade", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Oooooo Shiny!", - "desc:8": "Finally the last part we need is the §l\u0027Sword Blade\u0027§0 and §l\u0027Wide Guard\u0027§0. Why you ask? Well unless you\u0027re playing on §oPeaceful§0, we\u0027ll need to defend ourself from monsters like those pesky Zombies." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 354, + "rewards:9": { + "0:10": { "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:sword_blade", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sword_blade", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:wide_guard", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:wide_guard", "tag:10": { "Material:8": "wood" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "266:10": { - "questID:3": 355, "preRequisites:11": [ 385 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "We have the pickaxe head pattern and now we have the binding and tool rod patterns. Next is the shovel, because let\u0027s face it. We\u0027re going to want to dig at some point right? Let\u0027s craft the §l\u0027Shovel Head Pattern\u0027§0.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:shovel_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Shovel-pocalypse", - "desc:8": "We have the pickaxe head pattern and now we have the binding and tool rod patterns. Next is the shovel, because let\u0027s face it. We\u0027re going to want to dig at some point right? Let\u0027s craft the §l\u0027Shovel Head Pattern\u0027§0." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 355, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:shovel_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "267:10": { - "questID:3": 356, "preRequisites:11": [ 355 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "One of the staples of Minecraft is chopping trees. You can do it bare-handed . . . or we can make an axe. In order to make one, we need the §l\u0027Axe Head Pattern\u0027§0.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:axe_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Axe Me A Question...I Dare You", - "desc:8": "One of the staples of Minecraft is chopping trees. You can do it bare-handed . . . or we can make an axe. In order to make one, we need the §l\u0027Axe Head Pattern\u0027§0." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 356, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:axe_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "268:10": { - "questID:3": 357, "preRequisites:11": [ 386 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Besides mining, we\u0027ll also be doing a bunch of digging.\n\nReally it\u0027s quite inevitable. \n\nWhile you can dig using your stumps called hands, shovels make the job much easier. Let\u0027s take the stencil for the §l\u0027Shovel Head\u0027§0 and make it.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:shovel_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:shovel_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Our First Hole!", - "desc:8": "Besides mining, we\u0027ll also be doing a bunch of digging.\n\nReally it\u0027s quite inevitable. \n\nWhile you can dig using your stumps called hands, shovels make the job much easier. Let\u0027s take the stencil for the §l\u0027Shovel Head\u0027§0 and make it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 357, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:shovel_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:shovel_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "269:10": { - "questID:3": 358, "preRequisites:11": [ 357 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Okay so we have a few pieces now, but next we\u0027ll need to be able to cut trees down. Like we mentioned in the previous quest, using your stumps is quite inefficient.\n\nLet\u0027s make the §l\u0027Axe Head\u0027§0. This will make chopping those pesky trees down much easier. And faster too.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:axe_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:axe_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Chop, Chop, Chop", - "desc:8": "Okay so we have a few pieces now, but next we\u0027ll need to be able to cut trees down. Like we mentioned in the previous quest, using your stumps is quite inefficient.\n\nLet\u0027s make the §l\u0027Axe Head\u0027§0. This will make chopping those pesky trees down much easier. And faster too." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 358, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:axe_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:axe_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "270:10": { - "questID:3": 359, "preRequisites:11": [ 384 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Battle Sign is interesting weapon. It\u0027s a defensive weapon that has low damange but works excellently as a shield and blocks projectiles.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {}, "plustic::10": { - "Size:3": 1, - "Items:9": {} + "Items:9": {}, + "Size:3": 1 }, - "astralsorcery:cap_item_amulet_holder:10": {}, "plustic:fruitsalad_cap:10": { - "Size:3": 5, - "Items:9": {} + "Items:9": {}, + "Size:3": 5 }, "plustic:musicofthespheres_cap:10": { - "Size:3": 1, - "Items:9": {} + "Items:9": {}, + "Size:3": 1 } }, + "OreDict:8": "", "id:8": "tconstruct:battlesign", - "Count:3": 1, "tag:10": { - "StatsOriginal:10": { - "AttackSpeedMultiplier:5": 1.0, - "MiningSpeed:5": 5.0, - "FreeModifiers:3": 3, - "Durability:3": 30, - "HarvestLevel:3": 1, - "Attack:5": 2.9 + "Modifiers:9": { + "0:10": { + "color:3": 16777215, + "identifier:8": "toolleveling", + "level:3": 1 + } }, "Special:10": { "Categories:9": { @@ -24354,12 +24907,20 @@ } }, "Stats:10": { + "Attack:5": 2.9, "AttackSpeedMultiplier:5": 1.0, - "MiningSpeed:5": 5.0, + "Durability:3": 30, "FreeModifiers:3": 3, + "HarvestLevel:3": 1, + "MiningSpeed:5": 5.0 + }, + "StatsOriginal:10": { + "Attack:5": 2.9, + "AttackSpeedMultiplier:5": 1.0, "Durability:3": 30, + "FreeModifiers:3": 3, "HarvestLevel:3": 1, - "Attack:5": 2.9 + "MiningSpeed:5": 5.0 }, "TinkerData:10": { "Materials:9": { @@ -24371,93 +24932,110 @@ }, "Traits:9": { "0:8": "toolleveling" - }, - "Modifiers:9": { - "0:10": { - "identifier:8": "toolleveling", - "color:3": 16777215, - "level:3": 1 - } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Battle Me! *", - "desc:8": "The Battle Sign is interesting weapon. It\u0027s a defensive weapon that has low damange but works excellently as a shield and blocks projectiles." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 359, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:sign_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sign_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:tool_rod", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:tool_rod", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {}, "plustic::10": { - "Size:3": 1, - "Items:9": {} + "Items:9": {}, + "Size:3": 1 }, - "astralsorcery:cap_item_amulet_holder:10": {}, "plustic:fruitsalad_cap:10": { - "Size:3": 5, - "Items:9": {} + "Items:9": {}, + "Size:3": 5 }, "plustic:musicofthespheres_cap:10": { - "Size:3": 1, - "Items:9": {} + "Items:9": {}, + "Size:3": 1 } }, + "OreDict:8": "", "id:8": "tconstruct:battlesign", - "Count:3": 1, "tag:10": { - "StatsOriginal:10": { - "AttackSpeedMultiplier:5": 1.0, - "MiningSpeed:5": 5.0, - "FreeModifiers:3": 3, - "Durability:3": 30, - "HarvestLevel:3": 1, - "Attack:5": 2.9 + "Modifiers:9": { + "0:10": { + "color:3": 16777215, + "identifier:8": "toolleveling", + "level:3": 1 + } }, "Special:10": { "Categories:9": { @@ -24465,12 +25043,20 @@ } }, "Stats:10": { + "Attack:5": 2.9, "AttackSpeedMultiplier:5": 1.0, - "MiningSpeed:5": 5.0, + "Durability:3": 30, "FreeModifiers:3": 3, + "HarvestLevel:3": 1, + "MiningSpeed:5": 5.0 + }, + "StatsOriginal:10": { + "Attack:5": 2.9, + "AttackSpeedMultiplier:5": 1.0, "Durability:3": 30, + "FreeModifiers:3": 3, "HarvestLevel:3": 1, - "Attack:5": 2.9 + "MiningSpeed:5": 5.0 }, "TinkerData:10": { "Materials:9": { @@ -24482,1158 +25068,1161 @@ }, "Traits:9": { "0:8": "toolleveling" - }, - "Modifiers:9": { - "0:10": { - "identifier:8": "toolleveling", - "color:3": 16777215, - "level:3": 1 - } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "271:10": { - "questID:3": 360, "preRequisites:11": [ 373 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The §l\u0027Tinker Tank\u0027§0 is an interesting addition to the mod. It stores all sorts of liquid inside, and because there is no heat, it doesn\u0027t cause smelting nor does it create alloys. Great if you need a place to store excess liquids without mixing them. \n\nLike the Smeltery, the Tank too has a controller which allows us to interact with the Tank. Of course we need to get our stuff back out, so we can add in a drain to access and get those metals and liquids you have stored. Neat right?", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:tinker_tank_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:tinker_tank_controller" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Tinker\u0027s Tank", - "desc:8": "The §l\u0027Tinker Tank\u0027§0 is an interesting addition to the mod. It stores all sorts of liquid inside, and because there is no heat, it doesn\u0027t cause smelting nor does it create alloys. Great if you need a place to store excess liquids without mixing them. \n\nLike the Smeltery, the Tank too has a controller which allows us to interact with the Tank. Of course we need to get our stuff back out, so we can add in a drain to access and get those metals and liquids you have stored. Neat right?" - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "tconstruct:tinker_tank_controller", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 360, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:tinker_tank_controller" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "272:10": { - "questID:3": 361, "preRequisites:11": [ 353 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "In order to make all of the things needed to make the smeltery, we need some §l\u0027Seared Bricks\u0027§0. A LOT of them.\n\nOne stack should be sufficient.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:materials", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:materials" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Smeltery Building Blocks", - "desc:8": "In order to make all of the things needed to make the smeltery, we need some §l\u0027Seared Bricks\u0027§0. A LOT of them.\n\nOne stack should be sufficient." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 361, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:materials", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:materials" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "273:10": { - "questID:3": 362, "preRequisites:11": [ 348 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Now the first sword we\u0027ll make wont be the best, though it will be better than nothing, but we can however make the sword better with a§l \u0027Sharpening Kit\u0027§0. Just like everything else the kit needs a pattern too. Let\u0027s go ahead and make the §l\u0027Sharpening Kit Pattern\u0027§0 and then we\u0027ll tell you how it works in a little bit.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:sharpening_kit" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Even Sharper!", - "desc:8": "Now the first sword we\u0027ll make wont be the best, though it will be better than nothing, but we can however make the sword better with a§l \u0027Sharpening Kit\u0027§0. Just like everything else the kit needs a pattern too. Let\u0027s go ahead and make the §l\u0027Sharpening Kit Pattern\u0027§0 and then we\u0027ll tell you how it works in a little bit." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 362, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:sharpening_kit" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "274:10": { - "questID:3": 363, "preRequisites:11": [ 361 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Just like the quest name says, §l\u0027The Seared Tank\u0027§0 and the §l\u0027Smeltery Controller\u0027§0 are the two items that makes it a Smeltery. The Controller we\u0027ll use to put in and monitor what we have in the Smeltery while the Tank is what heats the multiblock structure. You\u0027ll need the §l\u0027Seared Brick\u0027§0 that you made previously to make these as well as glass for the tank", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:smeltery_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:smeltery_controller" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Heart of the Smeltery", - "desc:8": "Just like the quest name says, §l\u0027The Seared Tank\u0027§0 and the §l\u0027Smeltery Controller\u0027§0 are the two items that makes it a Smeltery. The Controller we\u0027ll use to put in and monitor what we have in the Smeltery while the Tank is what heats the multiblock structure. You\u0027ll need the §l\u0027Seared Brick\u0027§0 that you made previously to make these as well as glass for the tank" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 363, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:smeltery_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:smeltery_controller" }, "1:10": { - "id:8": "tconstruct:seared_tank", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared_tank" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "275:10": { - "questID:3": 364, "preRequisites:11": [ 363 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The drain will allow us to pour the liquid metals into the §l\u0027Casting Table\u0027§0 or §l\u0027Casting Basins\u0027§0.\n\nThen once we have the drain, we need the §l\u0027Faucet\u0027§0. The faucet guides the liquid into the table or the basin by right clicking to enable it.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:smeltery_io", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:smeltery_io" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Leaky Drains", - "desc:8": "The drain will allow us to pour the liquid metals into the §l\u0027Casting Table\u0027§0 or §l\u0027Casting Basins\u0027§0.\n\nThen once we have the drain, we need the §l\u0027Faucet\u0027§0. The faucet guides the liquid into the table or the basin by right clicking to enable it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 364, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:smeltery_io", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:smeltery_io" }, "1:10": { - "id:8": "tconstruct:faucet", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:faucet" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "276:10": { - "questID:3": 365, "preRequisites:11": [ 361 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "In order to build the smeltery, we need some blocks to build it. That\u0027s where the §l\u0027Seared Bricks\u0027§0 come in.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:seared", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Building Blocks. . . Part 2", - "desc:8": "In order to build the smeltery, we need some blocks to build it. That\u0027s where the §l\u0027Seared Bricks\u0027§0 come in." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 365, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:seared", "Count:3": 24, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "277:10": { - "questID:3": 366, "preRequisites:11": [ 361 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "We need to be able to pour our newly smelted stuff somewhere, so now we need a §l\u0027Casting Basin\u0027§0, which will make blocks of whatever you pour in there, and the §l\u0027Casting Table\u0027§0 which you will use the §l\u0027Casts\u0027§0 with to make your tool and weapon parts.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:casting", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:casting" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Cast Your Votes", - "desc:8": "We need to be able to pour our newly smelted stuff somewhere, so now we need a §l\u0027Casting Basin\u0027§0, which will make blocks of whatever you pour in there, and the §l\u0027Casting Table\u0027§0 which you will use the §l\u0027Casts\u0027§0 with to make your tool and weapon parts." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 366, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:casting", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:casting" }, "1:10": { - "id:8": "tconstruct:casting", "Count:3": 2, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:casting" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "278:10": { - "questID:3": 367, "preRequisites:11": [ 365 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Everyone loves windows right? Let\u0027s make some §l\u0027Seared Glass\u0027§0 to see what goes on in the smeltery.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:seared_glass", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared_glass" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Peek-A-Boo!", - "desc:8": "Everyone loves windows right? Let\u0027s make some §l\u0027Seared Glass\u0027§0 to see what goes on in the smeltery." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 367, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:seared_glass", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared_glass" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "279:10": { - "questID:3": 368, "preRequisites:11": [ 366 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Now that we have our basic smeltery up and running, the first thing we\u0027ll need to make is casts for the tool parts we\u0027re going to be making. \n\nNow you can make the casts out of clay if you wish, but they only last for one use. \n\nWe are, however, going to make the sturdier ones made out of §lAluminum Brass §0which will be reusable.\n\nWe\u0027ll need 1 §lCopper§0 to 3 §lAluminum§0 in the smeltery. That will make 4 ingots. To make our casts now that we have §lAluminum Brass§0, we need a few tool parts made from the parts table. Right click it into the §l\u0027Casting Table\u0027§0 and then right click on the faucet. It will start pouring the cast over the tool part (It §lWILL§0 consume the tool part so make sure it\u0027s not made of something valuable). It will only use one ingot, so you will have 3 more casts worth of §lAluminum Brass§0. Let\u0027s make those and we can move on to the next quest.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:pick_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Casting now open!", - "desc:8": "Now that we have our basic smeltery up and running, the first thing we\u0027ll need to make is casts for the tool parts we\u0027re going to be making. \n\nNow you can make the casts out of clay if you wish, but they only last for one use. \n\nWe are, however, going to make the sturdier ones made out of §lAluminum Brass §0which will be reusable.\n\nWe\u0027ll need 1 §lCopper§0 to 3 §lAluminum§0 in the smeltery. That will make 4 ingots. To make our casts now that we have §lAluminum Brass§0, we need a few tool parts made from the parts table. Right click it into the §l\u0027Casting Table\u0027§0 and then right click on the faucet. It will start pouring the cast over the tool part (It §lWILL§0 consume the tool part so make sure it\u0027s not made of something valuable). It will only use one ingot, so you will have 3 more casts worth of §lAluminum Brass§0. Let\u0027s make those and we can move on to the next quest." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 368, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 1, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:pick_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:binding" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "2:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:tool_rod" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "280:10": { - "questID:3": 369, "preRequisites:11": [ 368 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Now you know how to make casts, let\u0027s make a Shovel Head cast and one for an Axe Head. Having a shovel and axe thatyou can repair will be very useful and also more efficient.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:shovel_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "More Tools", - "desc:8": "Now you know how to make casts, let\u0027s make a Shovel Head cast and one for an Axe Head. Having a shovel and axe thatyou can repair will be very useful and also more efficient." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 369, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:shovel_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:axe_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "281:10": { - "questID:3": 370, "preRequisites:11": [ 369 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Let\u0027s make the casts for the §l\u0027Wide Guard\u0027§0 and the §l\u0027Sword Blade\u0027§0. This will allow us to make all those fancy custom swords.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:sword_blade" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sharp and Pointy", - "desc:8": "Let\u0027s make the casts for the §l\u0027Wide Guard\u0027§0 and the §l\u0027Sword Blade\u0027§0. This will allow us to make all those fancy custom swords." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 370, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:sword_blade" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:wide_guard" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "282:10": { - "questID:3": 371, "preRequisites:11": [ 370 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Once you have your tools and weapons made, you may need them to be better. That\u0027s where the §l\u0027Sharpening Kit\u0027§0 comes in. Remember to combine the sharpening kit with a §l\u0027Flint\u0027§0 to use it.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:sharpening_kit" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Making Everything Better", - "desc:8": "Once you have your tools and weapons made, you may need them to be better. That\u0027s where the §l\u0027Sharpening Kit\u0027§0 comes in. Remember to combine the sharpening kit with a §l\u0027Flint\u0027§0 to use it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 371, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:sharpening_kit" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "283:10": { - "questID:3": 372, "preRequisites:11": [ 368 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "If you end up having too much let over you can make them back into ingots (including Obsidian). We need an §l\u0027Ingot Cast\u0027§0 for that.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:cast_custom", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:cast_custom" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ingots", - "desc:8": "If you end up having too much let over you can make them back into ingots (including Obsidian). We need an §l\u0027Ingot Cast\u0027§0 for that." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 372, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:cast_custom", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:cast_custom" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "284:10": { - "questID:3": 373, "preRequisites:11": [ 365 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Tinker Furnace\n\nIt is highly recommend that you read §l\u0027Materials and You\u0027§0 for more detailed information, but I\u0027ll give you a basic run down to get your started.\n\nThe first thing you will need is the §l\u0027Furnace Controller\u0027§0 and §nat least§0 enough Seared blocks to make a 3x3x3 structure and at least one §l\u0027Seared Tank\u0027§0 for fuel purposes. When building the structure, remember to leave the middle hollow, but make sure you have a floor and ceiling as well.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:seared_furnace_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared_furnace_controller" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Tinkers\u0027 Furnace", - "desc:8": "The Tinker Furnace\n\nIt is highly recommend that you read §l\u0027Materials and You\u0027§0 for more detailed information, but I\u0027ll give you a basic run down to get your started.\n\nThe first thing you will need is the §l\u0027Furnace Controller\u0027§0 and §nat least§0 enough Seared blocks to make a 3x3x3 structure and at least one §l\u0027Seared Tank\u0027§0 for fuel purposes. When building the structure, remember to leave the middle hollow, but make sure you have a floor and ceiling as well." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 373, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:seared_furnace_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared_furnace_controller" }, "1:10": { - "id:8": "tconstruct:seared", "Count:3": 24, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared" }, "2:10": { - "id:8": "tconstruct:seared_tank", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:seared_tank" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "285:10": { - "questID:3": 374, "preRequisites:11": [ 424 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Reactor Stabilizers are what keeps the Draconic Reactor from exploding.\nThe Draconic Reactor needs 4 Reactor Stabilizers, that all has to be placed in either a horizontal or vertical plane. Just like the Energy Core.\nYou also use these to take energy out of the Draconic Reactor, which is your net gain.\nThis is where the Flux Gates comes in handy.\nEach Reactor Stabilizer can give a Comparator output, depending on the Redstone Mode it\u0027s set too.\n\nRecommended that each Reactor Stabilizer is at least 4 blocks from the Reactor Core.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:reactor_component", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:reactor_component" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The most advanced stabilizers!", - "desc:8": "The Reactor Stabilizers are what keeps the Draconic Reactor from exploding.\nThe Draconic Reactor needs 4 Reactor Stabilizers, that all has to be placed in either a horizontal or vertical plane. Just like the Energy Core.\nYou also use these to take energy out of the Draconic Reactor, which is your net gain.\nThis is where the Flux Gates comes in handy.\nEach Reactor Stabilizer can give a Comparator output, depending on the Redstone Mode it\u0027s set too.\n\nRecommended that each Reactor Stabilizer is at least 4 blocks from the Reactor Core." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 374, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:reactor_component", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:reactor_component" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "286:10": { - "questID:3": 375, "preRequisites:11": [ 368, 369, @@ -25641,597 +26230,613 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Let\u0027s get even better. Want to be able to chop down whole trees in one go? (No we\u0027re not talking about veinminer just so you know). We\u0027re talking about the Lumber Axe.\n\nWant to be able to dig a 3x3 area of dirt, or mine a 3x3 area of stone? We can do that. Let\u0027s make the casts needed! ", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:excavator_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Even Better", - "desc:8": "Let\u0027s get even better. Want to be able to chop down whole trees in one go? (No we\u0027re not talking about veinminer just so you know). We\u0027re talking about the Lumber Axe.\n\nWant to be able to dig a 3x3 area of dirt, or mine a 3x3 area of stone? We can do that. Let\u0027s make the casts needed! " + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 375, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:large_plate" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:excavator_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "2:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:hammer_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "3:10": { - "id:8": "tconstruct:cast", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:cast", "tag:10": { "PartType:8": "tconstruct:broad_axe_head" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "287:10": { - "questID:3": 376, "preRequisites:11": [ 377 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Ardite is an ore from the Nether and definitely one of the more valuable metals. We definitely want some of that.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:ingots", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:ingots" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Precious Metals", - "desc:8": "Ardite is an ore from the Nether and definitely one of the more valuable metals. We definitely want some of that." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 376, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:ingots", "Count:3": 8, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:ingots" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "288:10": { - "questID:3": 377, "preRequisites:11": [ 382 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Now that we have a pickaxe that we can grab Obsidian from, we can use some of that obsidian and make a sharpening kit. An Obsidian Sharpening Kit will allow you to get cobalt and Ardite from the Nether.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "obsidian" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Next Stop: Nether Ore", - "desc:8": "Now that we have a pickaxe that we can grab Obsidian from, we can use some of that obsidian and make a sharpening kit. An Obsidian Sharpening Kit will allow you to get cobalt and Ardite from the Nether." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 377, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "obsidian" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "289:10": { - "questID:3": 378, "preRequisites:11": [ 377 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Cobalt, like Ardite, is a precious metal from the Nether. It is also used to make another metal, which you will learn about in the next quest. For now we need some Cobalt before we get there.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:ingots", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:ingots" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Precious Metals pt. 2", - "desc:8": "Cobalt, like Ardite, is a precious metal from the Nether. It is also used to make another metal, which you will learn about in the next quest. For now we need some Cobalt before we get there." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 378, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:ingots", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:ingots" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "290:10": { - "questID:3": 379, "preRequisites:11": [ 376, 378 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Manyullyn is made by mixing one part Ardite and one part Cobalt. A precious Metal that makes a strong, sturdy alloy that is excellent for tools and weapons.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:ingots", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:ingots" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The Shiniest!", - "desc:8": "Manyullyn is made by mixing one part Ardite and one part Cobalt. A precious Metal that makes a strong, sturdy alloy that is excellent for tools and weapons." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 379, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:ingots", "Count:3": 8, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "tconstruct:ingots" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "291:10": { - "questID:3": 380, "preRequisites:11": [ 424 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Reactor Energy Injector is what gives power to the Containment Field shield, and is therefor also the input for the Draconic Reactor.\nThis has to be placed on one of the 2 sides, where there\u0027s not a Reactor Stabilizer.\nA Flux Gate is recommended to be used with this.\nThe Reactor Energy Injector can give out a Comparator output, depending on the Redstone Mode it\u0027s set to.\n\nRecommended to be at least 4 blocks away from the Reactor Core.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:reactor_component", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:reactor_component" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pumpin Power!", - "desc:8": "The Reactor Energy Injector is what gives power to the Containment Field shield, and is therefor also the input for the Draconic Reactor.\nThis has to be placed on one of the 2 sides, where there\u0027s not a Reactor Stabilizer.\nA Flux Gate is recommended to be used with this.\nThe Reactor Energy Injector can give out a Comparator output, depending on the Redstone Mode it\u0027s set to.\n\nRecommended to be at least 4 blocks away from the Reactor Core." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 380, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:reactor_component", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:reactor_component" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "292:10": { - "questID:3": 381, "preRequisites:11": [ 379 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Now that we have access to Manyullyn, we want a manyullyn Sharpening Kit to make our tools better.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "manyullyn" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Even Better Tools!", - "desc:8": "Now that we have access to Manyullyn, we want a manyullyn Sharpening Kit to make our tools better." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 381, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "manyullyn" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "293:10": { - "questID:3": 382, "preRequisites:11": [ 387 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This will be similar to the previous quest, the difference is that we\u0027re upgrading our upgraded flint pickaxe to be able to mine Obsidian.\n\nRemember you need a flint to make the sharpening kit work!", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "steel" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sharpening Kit - Steel", - "desc:8": "This will be similar to the previous quest, the difference is that we\u0027re upgrading our upgraded flint pickaxe to be able to mine Obsidian.\n\nRemember you need a flint to make the sharpening kit work!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 382, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "steel" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "294:10": { - "questID:3": 383, "preRequisites:11": [ 398, 427, @@ -26239,120 +26844,119 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The ultimate All-In-One tool.. well except ranged weapon.\nIt gains all the benefits of Sword, Pickaxe, Axe and Shovel.\nAttack and Dig AOE radius can be changed individually in the Draconic GUI.\n\nWhen fully upgraded and enchanted, it is a beast to behold.\n\nThe Staff of Power comes with +3 Reaper enchant.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 27, - "Items:9": {} + "Items:9": {}, + "Size:3": 27 } }, + "OreDict:8": "", "id:8": "draconicevolution:draconic_staff_of_power", - "Count:3": 1, "tag:10": { "Energy:3": 48000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "UNLIMITED POWAH", - "desc:8": "The ultimate All-In-One tool.. well except ranged weapon.\nIt gains all the benefits of Sword, Pickaxe, Axe and Shovel.\nAttack and Dig AOE radius can be changed individually in the Draconic GUI.\n\nWhen fully upgraded and enchanted, it is a beast to behold.\n\nThe Staff of Power comes with +3 Reaper enchant." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 383, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 27, - "Items:9": {} + "Items:9": {}, + "Size:3": 27 } }, - "id:8": "draconicevolution:draconic_staff_of_power", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_staff_of_power" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "295:10": { - "questID:3": 384, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Bonus Quest!\n\nDo you like pans? I do.\n\nThe Frypan is really neat. It deals bonus damage and knocks the enemies back. Not only that but is cooks the drops when you use the charged blow (Right click).", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {}, "plustic::10": { - "Size:3": 1, - "Items:9": {} + "Items:9": {}, + "Size:3": 1 }, - "astralsorcery:cap_item_amulet_holder:10": {}, "plustic:fruitsalad_cap:10": { - "Size:3": 5, - "Items:9": {} + "Items:9": {}, + "Size:3": 5 }, "plustic:musicofthespheres_cap:10": { - "Size:3": 1, - "Items:9": {} + "Items:9": {}, + "Size:3": 1 } }, + "OreDict:8": "", "id:8": "tconstruct:frypan", - "Count:3": 1, "tag:10": { - "StatsOriginal:10": { - "AttackSpeedMultiplier:5": 1.0, - "MiningSpeed:5": 5.0, - "FreeModifiers:3": 3, - "Durability:3": 30, - "HarvestLevel:3": 1, - "Attack:5": 2.9 + "Modifiers:9": { + "0:10": { + "color:3": 16777215, + "identifier:8": "toolleveling", + "level:3": 1 + } }, "Special:10": { "Categories:9": { @@ -26360,12 +26964,20 @@ } }, "Stats:10": { + "Attack:5": 2.9, "AttackSpeedMultiplier:5": 1.0, - "MiningSpeed:5": 5.0, + "Durability:3": 30, "FreeModifiers:3": 3, + "HarvestLevel:3": 1, + "MiningSpeed:5": 5.0 + }, + "StatsOriginal:10": { + "Attack:5": 2.9, + "AttackSpeedMultiplier:5": 1.0, "Durability:3": 30, + "FreeModifiers:3": 3, "HarvestLevel:3": 1, - "Attack:5": 2.9 + "MiningSpeed:5": 5.0 }, "TinkerData:10": { "Materials:9": { @@ -26377,553 +26989,562 @@ }, "Traits:9": { "0:8": "toolleveling" - }, - "Modifiers:9": { - "0:10": { - "identifier:8": "toolleveling", - "color:3": 16777215, - "level:3": 1 - } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pan-Tastic! *", - "desc:8": "Bonus Quest!\n\nDo you like pans? I do.\n\nThe Frypan is really neat. It deals bonus damage and knocks the enemies back. Not only that but is cooks the drops when you use the charged blow (Right click)." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 384, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pan_head", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pan_head", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:tool_rod", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:tool_rod", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "296:10": { - "questID:3": 385, "preRequisites:11": [ 233 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "In order to make the tool, we need a few more parts. Of course in order to craft those parts we need patterns for them. \n\nSo now we need a §l\u0027Binding Pattern\u0027§0 and a §l\u0027Tool Rod Pattern\u0027§0. These patterns are pretty important as they are used in many different tools.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:binding" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "X Marks the Spot", - "desc:8": "In order to make the tool, we need a few more parts. Of course in order to craft those parts we need patterns for them. \n\nSo now we need a §l\u0027Binding Pattern\u0027§0 and a §l\u0027Tool Rod Pattern\u0027§0. These patterns are pretty important as they are used in many different tools." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 385, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:binding" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:pattern", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:pattern", "tag:10": { "PartType:8": "tconstruct:tool_rod" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "297:10": { - "questID:3": 386, "preRequisites:11": [ 349 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Most of all the tools and weapons we\u0027ll make using §nTinkers\u0027 Construct§0 will need the §l\u0027Tool Binding\u0027§0. It\u0027s what holds the pieces together, so lets make a few of those. \n\nThen once we have the bindings, we need to be able to hold the tool or weapon right? We\u0027ll now makea §l\u0027Tool Rod\u0027§0 or two as well.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:binding", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:binding", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "X Marks the Part", - "desc:8": "Most of all the tools and weapons we\u0027ll make using §nTinkers\u0027 Construct§0 will need the §l\u0027Tool Binding\u0027§0. It\u0027s what holds the pieces together, so lets make a few of those. \n\nThen once we have the bindings, we need to be able to hold the tool or weapon right? We\u0027ll now makea §l\u0027Tool Rod\u0027§0 or two as well." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 386, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:tool_rod", "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:tool_rod", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "tconstruct:binding", "Count:3": 3, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:binding", "tag:10": { "Material:8": "flint" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "298:10": { - "questID:3": 387, "preRequisites:11": [ 371 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You have the cast, let\u0027s take our §l\u0027Flint Pickaxe\u0027§0 and combine it with an §l\u0027Iron Sharpening Kit\u0027§0. This will allow you to mine Iron-level ores and goodies. Just put the tool, Sharpening Kit and Flint in the Tool Station (or Tool Forge alternatively) and grab your upgraded tool!", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "iron" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sharpening Kit - Iron", - "desc:8": "You have the cast, let\u0027s take our §l\u0027Flint Pickaxe\u0027§0 and combine it with an §l\u0027Iron Sharpening Kit\u0027§0. This will allow you to mine Iron-level ores and goodies. Just put the tool, Sharpening Kit and Flint in the Tool Station (or Tool Forge alternatively) and grab your upgraded tool!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 387, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:sharpening_kit", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:sharpening_kit", "tag:10": { "Material:8": "iron" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "299:10": { - "questID:3": 388, "preRequisites:11": [ 366 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The §l\u0027Tool Forge\u0027§0 is basically the §l\u0027Tool Station\u0027§0 but upgraded. When you have this table, you can make the better weapons and tools like the Lumber Axe, the Excavator, etc.", + "globalshare:1": 0, "icon:10": { - "id:8": "tconstruct:toolforge", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:toolforge", "tag:10": { "textureBlock:10": { - "id:8": "minecraft:iron_block", "Count:1": 1, - "Damage:2": 0 + "Damage:2": 0, + "id:8": "minecraft:iron_block" } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Tool Forge Upgrade", - "desc:8": "The §l\u0027Tool Forge\u0027§0 is basically the §l\u0027Tool Station\u0027§0 but upgraded. When you have this table, you can make the better weapons and tools like the Lumber Axe, the Excavator, etc." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 388, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "tconstruct:toolforge", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "tconstruct:toolforge", "tag:10": { "textureBlock:10": { - "id:8": "minecraft:iron_block", "Count:1": 1, - "Damage:2": 0 + "Damage:2": 0, + "id:8": "minecraft:iron_block" } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "300:10": { - "questID:3": 389, "preRequisites:11": [ 411 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A small entity detector, that can.... detect nearby enemies.\nIt has serveral settings, and takes power everytime it scans for new entities.\nThe power cost is per Pulse, and the cost of a Pulse depends on the range of the detector.\nIt can pulse between every 1.5s and 60s.\nIt has settings for how many entities needs to be within range to give a certain redstone signal.\nAnd it has some basic entity filters.\nRedstone Output can be either Fixed or Pulse\n\nFor some extra information, check the Draconic Tablet.\nThis Entity Detector does not detect Item Entities.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:entity_detector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:entity_detector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "I see you...", - "desc:8": "A small entity detector, that can.... detect nearby enemies.\nIt has serveral settings, and takes power everytime it scans for new entities.\nThe power cost is per Pulse, and the cost of a Pulse depends on the range of the detector.\nIt can pulse between every 1.5s and 60s.\nIt has settings for how many entities needs to be within range to give a certain redstone signal.\nAnd it has some basic entity filters.\nRedstone Output can be either Fixed or Pulse\n\nFor some extra information, check the Draconic Tablet.\nThis Entity Detector does not detect Item Entities." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 389, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:entity_detector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:entity_detector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "301:10": { - "questID:3": 390, "preRequisites:11": [ 411 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "In Draconic Evolution it is possible to control, and change spawners.\nFirst you need to find a mob spawner though, but you must §cnot§0 break it (like you do in EnderIO).\nThen right click it with any Draconic Core, and it will drop as an item. This will consume the core.\n\nYour new Spawner doesn\u0027t use any power, and can be turned off with a redstone signal.\nThe efficiency of the spawner depends on the core thats on top of it. It is possible to replace the core, just right click with another core, and you will get the old one back. More information in the Draconic Tablet on what each tier of Core allows.\nYou can also change the type of mob that the spawner spawns, but getting a Mob Soul.\nMob Souls have a very low chance to drop when killed by a sword with the Reaper enchant. More on that in the Enchants quest.\n\n§cBreaking a Stabilized Mob Spawner will cause it to lose its current soul.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconic_spawner", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_spawner" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Relocated Spawners", - "desc:8": "In Draconic Evolution it is possible to control, and change spawners.\nFirst you need to find a mob spawner though, but you must §cnot§0 break it (like you do in EnderIO).\nThen right click it with any Draconic Core, and it will drop as an item. This will consume the core.\n\nYour new Spawner doesn\u0027t use any power, and can be turned off with a redstone signal.\nThe efficiency of the spawner depends on the core thats on top of it. It is possible to replace the core, just right click with another core, and you will get the old one back. More information in the Draconic Tablet on what each tier of Core allows.\nYou can also change the type of mob that the spawner spawns, but getting a Mob Soul.\nMob Souls have a very low chance to drop when killed by a sword with the Reaper enchant. More on that in the Enchants quest.\n\n§cBreaking a Stabilized Mob Spawner will cause it to lose its current soul." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 390, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_spawner", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconic_spawner", "tag:10": { "BCTileData:10": { "BCManagedData:10": { - "spawnerTier:1": 0, "mobSoul:10": { + "Count:1": 1, + "Damage:2": 0, + "id:8": "draconicevolution:mob_soul", "tag:10": { "EntityName:8": "minecraft:pig" - }, - "id:8": "draconicevolution:mob_soul", - "Count:1": 1, - "Damage:2": 0 - } + } + }, + "spawnerTier:1": 0 } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "302:10": { - "questID:3": 391, "preRequisites:11": [ 408, 409, @@ -26931,1737 +27552,1787 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "All the armor, tools and weapons from Draconic Evolution are enchantable.\nThe only way to enchant them, is in an Anvil with an Enchanted Book.\nA good way to get Enchants is Fishing, Dungeons and Disenchanting gear with the Disenchanter. This costs Levels to use.\n\nDraconic Evolution also adds a new enchant: Reaper. This goes up to V, and does not interfere with anything else.\nReaper increases the chance to get Mob Souls when killing mobs. The chance of getting a Mob Soul is 1000/ReaperEnchLvl. So a Diamond Sword with Reaper V, will have 1 in 200 chance on mob kill to drop a Mob Soul.\nWyvern Sword comes with +1 to Reaper (Max of Reaper VI, 1 in 166 chance)\nDraocnic Sword comes with +2 to Reaper (Max of Reaper VII, 1 in 142 chance)\nStaff of Power comes with +3 to Reaper (Max of Reaper VIII, 1 in 125 chance)\n\n§m-------------------------------------------------------------------------\n§m§k§l§m§m§n§o§rItem Settings:\nMost of Draconic Evolution items has settings of some sorts. To change those settings, you need to go into the Draconic GUI (default \"C\")\n§cNOTE: This conflicts with the default Psi keybind, which takes priority, so you may have to change either keybind to something else.\n§0Once you\u0027re in the GUI, you can click each Draconic item to change their settings, and change the Profile name, and you can re-position and resize the HUD too.\n\nProfiles:\nEach item also holds up to 5 Profile settings, which can change between (default \"BACKSLASH\")", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:enchanted_book", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:enchanted_book", "tag:10": { "StoredEnchantments:9": { "0:10": { - "lvl:2": 5, - "id:2": 11 + "id:2": 11, + "lvl:2": 5 } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enchants and Item Settings", - "desc:8": "All the armor, tools and weapons from Draconic Evolution are enchantable.\nThe only way to enchant them, is in an Anvil with an Enchanted Book.\nA good way to get Enchants is Fishing, Dungeons and Disenchanting gear with the Disenchanter. This costs Levels to use.\n\nDraconic Evolution also adds a new enchant: Reaper. This goes up to V, and does not interfere with anything else.\nReaper increases the chance to get Mob Souls when killing mobs. The chance of getting a Mob Soul is 1000/ReaperEnchLvl. So a Diamond Sword with Reaper V, will have 1 in 200 chance on mob kill to drop a Mob Soul.\nWyvern Sword comes with +1 to Reaper (Max of Reaper VI, 1 in 166 chance)\nDraocnic Sword comes with +2 to Reaper (Max of Reaper VII, 1 in 142 chance)\nStaff of Power comes with +3 to Reaper (Max of Reaper VIII, 1 in 125 chance)\n\n§m-------------------------------------------------------------------------\n§m§k§l§m§m§n§o§rItem Settings:\nMost of Draconic Evolution items has settings of some sorts. To change those settings, you need to go into the Draconic GUI (default \"C\")\n§cNOTE: This conflicts with the default Psi keybind, which takes priority, so you may have to change either keybind to something else.\n§0Once you\u0027re in the GUI, you can click each Draconic item to change their settings, and change the Profile name, and you can re-position and resize the HUD too.\n\nProfiles:\nEach item also holds up to 5 Profile settings, which can change between (default \"BACKSLASH\")" + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 391, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:diss_enchanter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:diss_enchanter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "303:10": { - "questID:3": 392, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 1, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Filler quest to open the End Crystals quest.", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:ender_eye", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:ender_eye" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 1, + "lockedprogress:1": 1, "name:8": "Welcome to: The End", - "desc:8": "Filler quest to open the End Crystals quest." - } - }, - "tasks:9": { - "0:10": { - "visible:1": 0, - "invert:1": 0, - "range:3": -1, - "index:3": 0, - "structure:8": "", - "hideInfo:1": 0, - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "biome:8": "", - "name:8": "New Location", - "dimension:3": 1, - "taxiCabDist:1": 0, - "taskID:8": "bq_standard:location" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 392, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "biome:8": "", + "dimension:3": 1, + "hideInfo:1": 0, + "index:3": 0, + "invert:1": 0, + "name:8": "New Location", + "posX:3": 0, + "posY:3": 0, + "posZ:3": 0, + "range:3": -1, + "structure:8": "", + "taskID:8": "bq_standard:location", + "taxiCabDist:1": 0, + "visible:1": 0 + } } }, "304:10": { - "questID:3": 393, "preRequisites:11": [ 389 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Upgraded version of the Entity Detector.\nIt does the same as the standard version, with the exceptions of:\nRange can go up to 64 blocks.\nBetter entity filters, with blacklist and whitelist.\nPulse delay can be down to 0.25s.\n\nThis Entity Detector does detect Item Entities.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:entity_detector", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:entity_detector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "You over there too!", - "desc:8": "Upgraded version of the Entity Detector.\nIt does the same as the standard version, with the exceptions of:\nRange can go up to 64 blocks.\nBetter entity filters, with blacklist and whitelist.\nPulse delay can be down to 0.25s.\n\nThis Entity Detector does detect Item Entities." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 393, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 1, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 1, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:entity_detector", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:entity_detector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "305:10": { - "questID:3": 394, "preRequisites:11": [ 413 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You start to get some more energy, and need a place to store it.\nThe Energy Core can hold quite a bit, depending on the tier.\n\nTo assemble the Energy Core, the need the Energy Core in the center, with 4 Energy Core Stabilizers, formed in a \"+\" around the core - these can turn any direction, and don\u0027t have to be at the same range.\nRight click the Core, or a Stabilizer to open the GUI and activate the core.\nTo get to the next tier, deactivate the core (it will save the power, aslong as you don\u0027t break the Core), click the Tier Up, turn on the Building Guide and build as the guide is showning. Then Right-Click a Stabilizer and Activate the core.\n\nTo see the amount of energy, and blocks required for each Tier, check the Draconic Tablet.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_storage_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_storage_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Energy Ball!", - "desc:8": "You start to get some more energy, and need a place to store it.\nThe Energy Core can hold quite a bit, depending on the tier.\n\nTo assemble the Energy Core, the need the Energy Core in the center, with 4 Energy Core Stabilizers, formed in a \"+\" around the core - these can turn any direction, and don\u0027t have to be at the same range.\nRight click the Core, or a Stabilizer to open the GUI and activate the core.\nTo get to the next tier, deactivate the core (it will save the power, aslong as you don\u0027t break the Core), click the Tier Up, turn on the Building Guide and build as the guide is showning. Then Right-Click a Stabilizer and Activate the core.\n\nTo see the amount of energy, and blocks required for each Tier, check the Draconic Tablet." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 394, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:energy_storage_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_storage_core" }, "1:10": { - "id:8": "draconicevolution:particle_generator", "Count:3": 4, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:particle_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "306:10": { - "questID:3": 395, "preRequisites:11": [ 396 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You have your small Energy Core, but you wish to go bigger.\nBut if you want to go bigger, you need bigger Energy Core Stabilizers. You need Advanced Energy Core Stabilizers!\nTo get Advanced Energy Core Stabilizers, simply put 9 Energy Core Stabilizers in a 3x3 shape in the world. The center Stabilizier will determine the center of the Advanced Stabilizer.\n\n§cNOTE: The Retrieval Task will also include the base 4 Energy Core Stabilizers for the T1-T4 Energy Core", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:particle_generator", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:particle_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Stabilizing in an advanced way", - "desc:8": "You have your small Energy Core, but you wish to go bigger.\nBut if you want to go bigger, you need bigger Energy Core Stabilizers. You need Advanced Energy Core Stabilizers!\nTo get Advanced Energy Core Stabilizers, simply put 9 Energy Core Stabilizers in a 3x3 shape in the world. The center Stabilizier will determine the center of the Advanced Stabilizer.\n\n§cNOTE: The Retrieval Task will also include the base 4 Energy Core Stabilizers for the T1-T4 Energy Core" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 395, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:particle_generator", "Count:3": 36, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:particle_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "307:10": { - "questID:3": 396, "preRequisites:11": [ 394 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "To give and take from the Energy Core, you need Energy Pylons. One for Input, and one for Output.\nPlace them within 16 blocks range, and put a Glass Block either above or below the Energy Pylon, which will form the energy transfer ball.\nRight-Click the energy transfer ball, to change it between Input and Output. The balls animation indicates which state it\u0027s in.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_pylon", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_pylon" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Give and take from the ball!", - "desc:8": "To give and take from the Energy Core, you need Energy Pylons. One for Input, and one for Output.\nPlace them within 16 blocks range, and put a Glass Block either above or below the Energy Pylon, which will form the energy transfer ball.\nRight-Click the energy transfer ball, to change it between Input and Output. The balls animation indicates which state it\u0027s in." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 396, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:energy_pylon", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_pylon" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "308:10": { - "questID:3": 397, "preRequisites:11": [ 395 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Advanced Energy Cores.\nThey\u0027re bigger, holds a lot more power and requires Advanced Energy Core Stabilizers. Thats pretty much it\n\n§cNOTE: The Retrieval Task is for the entire ball, which includes the blocks already on the Energy Core. §lDo NOT break the center Energy Core block, or it will lose all its current stored power!", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:particle_generator", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:particle_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "An even bigger ball!", - "desc:8": "The Advanced Energy Cores.\nThey\u0027re bigger, holds a lot more power and requires Advanced Energy Core Stabilizers. Thats pretty much it\n\n§cNOTE: The Retrieval Task is for the entire ball, which includes the blocks already on the Energy Core. §lDo NOT break the center Energy Core block, or it will lose all its current stored power!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 397, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconium_block", "Count:3": 90, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_block" }, "1:10": { - "id:8": "minecraft:redstone_block", "Count:3": 80, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:redstone_block" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "309:10": { - "questID:3": 398, "preRequisites:11": [ 414 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Tier 2 Flux Capacitor.\nSame rules applies as the Wyvern Flux Capacitor, but with more energy storage.\nThis is the only item that can receive a 4th RF Capacity upgrade.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconium_capacitor", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "draconicevolution:draconium_capacitor", "tag:10": { "Energy:3": 256000000 - }, - "Damage:2": 1, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Awakened Pocket Battery", - "desc:8": "A Tier 2 Flux Capacitor.\nSame rules applies as the Wyvern Flux Capacitor, but with more energy storage.\nThis is the only item that can receive a 4th RF Capacity upgrade." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 398, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconium_capacitor", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_capacitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "310:10": { - "questID:3": 399, "preRequisites:11": [ 433 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Wireless Crystals can transfer power from itself to other devices.\nJust select the Wireless Crystal with the Crystal Binder and right click a device that needs the power.\nThe Wireless Crystal can not be turned into I/O Crystals, or back into a Relay Crystal.\n\nThere is a Wireless version of all 3 Tiers of Crystals.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 1, "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Even more wireless", - "desc:8": "The Wireless Crystals can transfer power from itself to other devices.\nJust select the Wireless Crystal with the Crystal Binder and right click a device that needs the power.\nThe Wireless Crystal can not be turned into I/O Crystals, or back into a Relay Crystal.\n\nThere is a Wireless version of all 3 Tiers of Crystals." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 399, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 1, "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "311:10": { - "questID:3": 400, "preRequisites:11": [ 392, 426 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You will need multiple Dragon Hearts you progress through Draconic Evolution.\nBut there\u0027s only 1 Dragon in The End, so you will have to respawn a new one some times.\n\nYou will need 4 End Crystals, each one placed on the middle bedrock at the edges of the Center Portal. This is also the vanilla way.\nThis will refresh all the Obsidian pillars, and its End Crytsals and then respawn the dragon", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:end_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:end_crystal" }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "But I aint done with you yet!", - "desc:8": "You will need multiple Dragon Hearts you progress through Draconic Evolution.\nBut there\u0027s only 1 Dragon in The End, so you will have to respawn a new one some times.\n\nYou will need 4 End Crystals, each one placed on the middle bedrock at the edges of the Center Portal. This is also the vanilla way.\nThis will refresh all the Obsidian pillars, and its End Crytsals and then respawn the dragon" + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 400, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:dragon_heart" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:end_crystal", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:end_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "draconicevolution:dragon_heart", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "312:10": { - "questID:3": 401, "preRequisites:11": [ 397, 414 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is the biggest Energy Storage amount that any mod hold within a single single/multi-block structure.\nBut such storage also comes at a price. And a big one at that. \nLike the T5-T7 Core, it also takes Advanced Core Stabilizers.\n\nThis ball can hold a whooping §otakes breath§o §k§l§k§k§09,223,372,036,854,775,807 RF.\nHave fun filling this badboy up.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_storage_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_storage_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The BIGGEST ball!", - "desc:8": "This is the biggest Energy Storage amount that any mod hold within a single single/multi-block structure.\nBut such storage also comes at a price. And a big one at that. \nLike the T5-T7 Core, it also takes Advanced Core Stabilizers.\n\nThis ball can hold a whooping §otakes breath§o §k§l§k§k§09,223,372,036,854,775,807 RF.\nHave fun filling this badboy up." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 401, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconium_block", "Count:3": 786, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_block" }, "1:10": { - "id:8": "draconicevolution:draconic_block", "Count:3": 378, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_block" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "313:10": { - "questID:3": 402, "preRequisites:11": [ 414 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Next tier Core for Draconic Evolution.\nGives super good efficiency on Resturbed Spawners", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:awakened_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:awakened_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The core of waking", - "desc:8": "Next tier Core for Draconic Evolution.\nGives super good efficiency on Resturbed Spawners" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 402, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:awakened_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:awakened_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "314:10": { - "questID:3": 403, "preRequisites:11": [ 420 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Should you ever need extra Dragon Eggs (which you probably will), this is the device for it.\nIs it cruel? Probably. Is it neccesary? Also probably.\nIt is to be placed on the center bedrock, where the first Dragon Egg was, while the dragon is alive.", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:dragon_egg", "Count:3": 3, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:dragon_egg" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Egg Extraction", - "desc:8": "Should you ever need extra Dragon Eggs (which you probably will), this is the device for it.\nIs it cruel? Probably. Is it neccesary? Also probably.\nIt is to be placed on the center bedrock, where the first Dragon Egg was, while the dragon is alive." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 403, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:dragon_egg", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:dragon_egg" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "315:10": { - "questID:3": 404, "preRequisites:11": [ 406 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "I mean, it is a magnet..\n\nThe magnet of Draconic Evolution. Doesn\u0027t require any power, and will drag in items and XP in an 8 block radius.\nShift-right click with it to toggle the magnet. Crouching will disable the magnets pull.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:magnet", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:magnet" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "How does it work?", - "desc:8": "I mean, it is a magnet..\n\nThe magnet of Draconic Evolution. Doesn\u0027t require any power, and will drag in items and XP in an 8 block radius.\nShift-right click with it to toggle the magnet. Crouching will disable the magnets pull." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 404, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:magnet", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:magnet" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "316:10": { - "questID:3": 405, "preRequisites:11": [ 411 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mob Grinder kills everything in a 7x7x7 infront of it, at ~500 RF per heart damage dealt.\nEverything killed by the Mob Grinder will count as Player Kills, so Player-Only and Experience will drop. The XP Orbs only lasts for 30 seconds to reduce lag.\n\nCan be turned off with a redstone signal\nIt is capable of killing Withers, but not Dragons. Damn those dragons..", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:grinder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:grinder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Spawn Camping", - "desc:8": "The Mob Grinder kills everything in a 7x7x7 infront of it, at ~500 RF per heart damage dealt.\nEverything killed by the Mob Grinder will count as Player Kills, so Player-Only and Experience will drop. The XP Orbs only lasts for 30 seconds to reduce lag.\n\nCan be turned off with a redstone signal\nIt is capable of killing Withers, but not Dragons. Damn those dragons.." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 405, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:grinder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:grinder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "317:10": { - "questID:3": 406, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The first thing you need to get started with Draconic Evolution is you need to find Draconium Ore.\nThose ores are very rare in the Overworld, semi-rare in the Nether and very common in The End.\nMost recipes requires Ingots, but some of them requires Dust. Draconic Evolution does not have a Crusher, so you can not turn Ingots into Dust with only Draconic Evolution\n\n\nI do not recommend playing Draconic Evolution as a standalone tech mod.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconium_dust", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_dust" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "It\u0027s a little dusty..", - "desc:8": "The first thing you need to get started with Draconic Evolution is you need to find Draconium Ore.\nThose ores are very rare in the Overworld, semi-rare in the Nether and very common in The End.\nMost recipes requires Ingots, but some of them requires Dust. Draconic Evolution does not have a Crusher, so you can not turn Ingots into Dust with only Draconic Evolution\n\n\nI do not recommend playing Draconic Evolution as a standalone tech mod." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 406, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "draconicevolution:draconium_dust", - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { "rewardID:8": "bq_standard:item", - "index:3": 0, "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconium_dust" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "318:10": { - "questID:3": 407, "preRequisites:11": [ 416 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Advanced Dislocator is a portable device, that can save multiple locations to teleport to.\nShift-Right Click to open the GUI, where you can add, change, name and delete Locations.\nRight Click a location in the GUI to teleport to it.\nYou can have 1 Quick Location on the Advanced Dislocator. Shift-Scroll with the Advanced Dislocator to change the Quick Location.\nRight Click to teleport to the Quick Location.\nClick on an entity (both passive and hostile) to teleport it to your Quick Location.\nYou can click on a sneaking player to teleport them to your Quick Location.\n\nEvery teleport consumes 1 Ender Pearl", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:dislocator_advanced", "Count:3": 1, - "tag:10": {}, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dislocator_advanced", + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Teleports all over!", - "desc:8": "The Advanced Dislocator is a portable device, that can save multiple locations to teleport to.\nShift-Right Click to open the GUI, where you can add, change, name and delete Locations.\nRight Click a location in the GUI to teleport to it.\nYou can have 1 Quick Location on the Advanced Dislocator. Shift-Scroll with the Advanced Dislocator to change the Quick Location.\nRight Click to teleport to the Quick Location.\nClick on an entity (both passive and hostile) to teleport it to your Quick Location.\nYou can click on a sneaking player to teleport them to your Quick Location.\n\nEvery teleport consumes 1 Ender Pearl" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 407, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:ender_pearl" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:dislocator_advanced", "Count:3": 1, - "tag:10": {}, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dislocator_advanced", + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:ender_pearl", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "319:10": { - "questID:3": 408, "preRequisites:11": [ 413 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tools of the Wyvern.\nThey have no durability, but runs on Energy instead. Can mine in 1x1, 3x3, 5x5 and so on", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 9, - "Items:9": {} + "Items:9": {}, + "Size:3": 9 } }, + "OreDict:8": "", "id:8": "draconicevolution:wyvern_pick", - "Count:3": 1, "tag:10": { "Energy:3": 4000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Purple Tools!", - "desc:8": "Tools of the Wyvern.\nThey have no durability, but runs on Energy instead. Can mine in 1x1, 3x3, 5x5 and so on" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 408, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 9, - "Items:9": {} + "Items:9": {}, + "Size:3": 9 } }, - "id:8": "draconicevolution:wyvern_pick", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_pick" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 9, - "Items:9": {} + "Items:9": {}, + "Size:3": 9 } }, - "id:8": "draconicevolution:wyvern_axe", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_axe" } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 9, - "Items:9": {} + "Items:9": {}, + "Size:3": 9 } }, - "id:8": "draconicevolution:wyvern_shovel", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_shovel" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "320:10": { - "questID:3": 409, "preRequisites:11": [ 413 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Weapons of the Wyvern.\nThey have no durability, but runs on energy instead.\nThe sword has a small chance on kill to grant a Mob Soul (+1 Reaper). These souls can be used to change the type of a Stabilized Mob Spawner.\nThe bow uses regular Minecraft arrows to fire, so it is recommended to enchant it with Infinity.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:wyvern_sword", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_sword", "tag:10": { "Energy:3": 4000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Purple weapons!", - "desc:8": "Weapons of the Wyvern.\nThey have no durability, but runs on energy instead.\nThe sword has a small chance on kill to grant a Mob Soul (+1 Reaper). These souls can be used to change the type of a Stabilized Mob Spawner.\nThe bow uses regular Minecraft arrows to fire, so it is recommended to enchant it with Infinity." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 409, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:wyvern_sword", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_sword" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:wyvern_bow", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_bow" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "321:10": { - "questID:3": 410, "preRequisites:11": [ 406 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Draconic Information Tablet holds stats and brief explanations of everything in Draconic Evolution.\nI will refer to this Tablet many times throughout this questlog.\n\n\"But why have this whole quest thing then?\"\nBecause the tablet doesn\u0027t tell you how to progress, only what stuff is :)", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:info_tablet", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:info_tablet" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "An ingame wiki??", - "desc:8": "The Draconic Information Tablet holds stats and brief explanations of everything in Draconic Evolution.\nI will refer to this Tablet many times throughout this questlog.\n\n\"But why have this whole quest thing then?\"\nBecause the tablet doesn\u0027t tell you how to progress, only what stuff is :)" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 410, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:info_tablet", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:info_tablet" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "322:10": { - "questID:3": 411, "preRequisites:11": [ 406 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Basic Core of Draconic Evolution. Pretty cheap and easy to make. It\u0027s going to be a basic crafting component for a lot of things, including later Cores. ", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconic_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Core of Draconium", - "desc:8": "The Basic Core of Draconic Evolution. Pretty cheap and easy to make. It\u0027s going to be a basic crafting component for a lot of things, including later Cores. " + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 411, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "draconicevolution:draconic_core", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_core" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_core", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_core" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "323:10": { - "questID:3": 412, "preRequisites:11": [ 406 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A single point, portable teleporter with 20 uses.\nShift-right click with it, to set its location. The location is fixed, and can not be changed, unless you craft a new Dislocator.\nYou can not recharge it either, and has no cooldown (so be careful with right clicking more than once).\nThis works cross-dimensions.\n\nThere are ways to exchange some things for infinite uses though...", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:dislocator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dislocator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "/home", - "desc:8": "A single point, portable teleporter with 20 uses.\nShift-right click with it, to set its location. The location is fixed, and can not be changed, unless you craft a new Dislocator.\nYou can not recharge it either, and has no cooldown (so be careful with right clicking more than once).\nThis works cross-dimensions.\n\nThere are ways to exchange some things for infinite uses though..." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 412, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:dislocator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dislocator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "324:10": { - "questID:3": 413, "preRequisites:11": [ 411 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The 2nd tier of Draconic Cores.\nYou may want to find an efficient way to kill Withers soon.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:wyvern_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Add a bit of Wither to it..", - "desc:8": "The 2nd tier of Draconic Cores.\nYou may want to find an efficient way to kill Withers soon." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 413, + "rewards:9": { + "0:10": { + "choices:9": { + "0:10": { + "Count:3": 12, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconium_dust" + }, + "1:10": { + "Count:3": 3, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:diamond" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:wyvern_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, - "choices:9": { - "0:10": { - "id:8": "draconicevolution:draconium_dust", - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:diamond", - "Count:3": 3, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "325:10": { - "questID:3": 414, "preRequisites:11": [ 416, 426 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "It is time to awaken the draconium, with hearts.\nYou will need Awakened Draconium to upgrade pretty much all your stuff", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconic_block", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_block" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Waking up", - "desc:8": "It is time to awaken the draconium, with hearts.\nYou will need Awakened Draconium to upgrade pretty much all your stuff" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 414, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "draconicevolution:draconic_block", - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { "rewardID:8": "bq_standard:item", - "index:3": 0, "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 4, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconic_block" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "326:10": { - "questID:3": 415, "preRequisites:11": [ 402, 417, @@ -28669,325 +29340,332 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "CHAIN", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The last tier of Draconic Cores.\nThis is mainly used for the Draconic Reactor.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:chaotic_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:chaotic_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The core is chaos!", - "desc:8": "The last tier of Draconic Cores.\nThis is mainly used for the Draconic Reactor." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "CHAIN" + } + }, + "questID:3": 415, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:chaotic_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:chaotic_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "327:10": { - "questID:3": 416, "preRequisites:11": [ 413, 421 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Time to get Wither killing, because you will need a few stars for this!\nIt\u0027s time to upgrade the Crafting Fusion set, to the Wyvern Tier. This will unlock new crafting recipes to be made.\nYou only need around 8 for most crafting recipes, but there is 1 that requires 10.\nI will let you go with 8 though.\n\nYou can mix-match the Crafting Injectors of different tiers, as long as the required recipe has all its materials on the correct tier or higher.\n\n§1Note: Due to this being a Retrieval Task, you may have to break all the Wyvern Crafting Injectors for it to detect.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:crafting_injector", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fusing with Withers ..", - "desc:8": "Time to get Wither killing, because you will need a few stars for this!\nIt\u0027s time to upgrade the Crafting Fusion set, to the Wyvern Tier. This will unlock new crafting recipes to be made.\nYou only need around 8 for most crafting recipes, but there is 1 that requires 10.\nI will let you go with 8 though.\n\nYou can mix-match the Crafting Injectors of different tiers, as long as the required recipe has all its materials on the correct tier or higher.\n\n§1Note: Due to this being a Retrieval Task, you may have to break all the Wyvern Crafting Injectors for it to detect." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "draconicevolution:crafting_injector", - "Count:3": 8, - "Damage:2": 1, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 416, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { - "id:8": "minecraft:nether_star", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:nether_star" }, "1:10": { - "id:8": "draconicevolution:draconic_core", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_core" }, "2:10": { - "id:8": "draconicevolution:draconium_dust", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_dust" } - } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 8, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" + } + }, + "taskID:8": "bq_standard:retrieval" } } }, "328:10": { - "questID:3": 417, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "It\u0027s going to be a bit chaotic here.\nThe Chaos Dragon is the big bad boss of Draconic Evolution. You will need full Draconic Gear to have a chance against this Dragon.\nYou need to kill this boss for Chaos Shards.\nThe dragon spawns at every 10000 block in The End, at every direction like a grid. So it will be at 0x,10000y, 10000x,10000y, -10000x,0y etc.\n\nGood luck, and have fun!", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:skull", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:skull" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The end, end dragon.", - "desc:8": "It\u0027s going to be a bit chaotic here.\nThe Chaos Dragon is the big bad boss of Draconic Evolution. You will need full Draconic Gear to have a chance against this Dragon.\nYou need to kill this boss for Chaos Shards.\nThe dragon spawns at every 10000 block in The End, at every direction like a grid. So it will be at 0x,10000y, 10000x,10000y, -10000x,0y etc.\n\nGood luck, and have fun!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 417, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 32, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:dragon_heart" + } + } } }, "tasks:9": { "0:10": { + "damageType:8": "", "ignoreNBT:1": 1, "index:3": 0, + "required:3": 1, + "subtypes:1": 1, + "target:8": "draconicevolution:ChaosGuardian", "targetNBT:10": { - "HurtByTimestamp:3": 0, + "AbsorptionAmount:5": 0.0, + "Air:2": 0, + "ArmorDropChances:9": { + "0:5": 0.085 + }, + "ArmorItems:9": { + "0:10": {} + }, "Attributes:9": { "0:10": { "Base:6": 16.0, "Name:8": "generic.followRange" } }, - "Invulnerable:1": 0, - "FallFlying:1": 0, - "PortalCooldown:3": 0, - "AbsorptionAmount:5": 0.0, - "FallDistance:5": 0.0, + "Behaviour:8": "ROAMING", + "CanPickUpLoot:1": 0, "DeathTime:2": 0, - "HomeYCoord:3": 0, + "Dimension:3": 0, + "FallDistance:5": 0.0, + "FallFlying:1": 0, + "Fire:2": 0, "HandDropChances:9": { "0:5": 0.085 }, - "PersistenceRequired:1": 0, - "id:8": "draconicevolution:chaosguardian", - "Motion:9": { - "0:6": 0.0 - }, - "Leashed:1": 0, - "Behaviour:8": "ROAMING", - "HomeXCoord:3": 0, - "UUIDLeast:4": -6759301174950207695, - "Health:5": 1024.0, - "LeftHanded:1": 0, - "Dimension:3": 0, - "OnGround:1": 0, - "Air:2": 0, - "Rotation:9": { - "0:5": 0.0 - }, - "UpdateBlocked:1": 0, "HandItems:9": { "0:10": {} }, - "ArmorDropChances:9": { - "0:5": 0.085 + "Health:5": 1024.0, + "HomeSet:1": 0, + "HomeXCoord:3": 0, + "HomeYCoord:3": 0, + "HomeZCoord:3": 0, + "HurtByTimestamp:3": 0, + "HurtTime:2": 0, + "Invulnerable:1": 0, + "Leashed:1": 0, + "LeftHanded:1": 0, + "Motion:9": { + "0:6": 0.0 }, - "UUIDMost:4": -3924410486714512531, + "OnGround:1": 0, + "PersistenceRequired:1": 0, + "PortalCooldown:3": 0, "Pos:9": { "0:6": 0.0 }, - "ArmorItems:9": { - "0:10": {} + "Rotation:9": { + "0:5": 0.0 }, - "Fire:2": 0, - "CanPickUpLoot:1": 0, - "HomeSet:1": 0, - "HomeZCoord:3": 0, - "HurtTime:2": 0 + "UUIDLeast:4": -6759301174950207695, + "UUIDMost:4": -3924410486714512531, + "UpdateBlocked:1": 0, + "id:8": "draconicevolution:chaosguardian" }, - "damageType:8": "", - "required:3": 1, - "taskID:8": "bq_standard:hunt", - "target:8": "draconicevolution:ChaosGuardian", - "subtypes:1": 1 - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "draconicevolution:dragon_heart", - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "" - } - } + "taskID:8": "bq_standard:hunt" } } }, "329:10": { - "questID:3": 418, "preRequisites:11": [ 404 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This block will prevent the Item Dislocators pull in a 5 block radius around itself.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:item_dislocation_inhibitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:item_dislocation_inhibitor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Maybe it doesn\u0027t?", - "desc:8": "This block will prevent the Item Dislocators pull in a 5 block radius around itself." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 418, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:item_dislocation_inhibitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:item_dislocation_inhibitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "330:10": { - "questID:3": 419, "preRequisites:11": [ 408, 409, @@ -28995,1076 +29673,1109 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Flux Capacitor is a portable Battery, that can recharge your armor and tools on the go, so you don\u0027t have to return to base as often, or charge as many different things.\n\nIt has 3 modes. Charge Armor, Charge Held Items (items in your main/offhand) and Both.\nTo change modes, simply Shift Right-Click with the Flux Capacitor.\nThis Flux Capacitor does not need to be on your hotbar, but can not be in a bag (and still work)", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconium_capacitor", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconium_capacitor", "tag:10": { "Energy:3": 64000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pocket battery", - "desc:8": "The Flux Capacitor is a portable Battery, that can recharge your armor and tools on the go, so you don\u0027t have to return to base as often, or charge as many different things.\n\nIt has 3 modes. Charge Armor, Charge Held Items (items in your main/offhand) and Both.\nTo change modes, simply Shift Right-Click with the Flux Capacitor.\nThis Flux Capacitor does not need to be on your hotbar, but can not be in a bag (and still work)" + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 419, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconium_capacitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_capacitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "331:10": { - "questID:3": 420, "preRequisites:11": [ 426 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "CHAIN", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "I hope you grapped that Dragon Egg.\nThe Celestial Manipulator can change skies for the cost of power. \nIt allows for weather: Sun, Rain and Thunder.\nIt allows for day cycle: Sun Rise, Midday, Sun Set, Moon Rise, Midnight, Moon Set, Skip 24 Hours and Stop at current position.\n\nIt can activate automatically on Redstone signal, but only for 1 function per Celestial Manipulator.\nSo you can set one up to make it permanent day so you don\u0027t have to sleep, or you can set it to never rain. How? Sensors.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:celestial_manipulator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:celestial_manipulator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Manipulating the skies", - "desc:8": "I hope you grapped that Dragon Egg.\nThe Celestial Manipulator can change skies for the cost of power. \nIt allows for weather: Sun, Rain and Thunder.\nIt allows for day cycle: Sun Rise, Midday, Sun Set, Moon Rise, Midnight, Moon Set, Skip 24 Hours and Stop at current position.\n\nIt can activate automatically on Redstone signal, but only for 1 function per Celestial Manipulator.\nSo you can set one up to make it permanent day so you don\u0027t have to sleep, or you can set it to never rain. How? Sensors." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "CHAIN" } }, - "tasks:9": { + "questID:3": 420, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "draconicevolution:celestial_manipulator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:rain_sensor" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:daylight_detector" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:rain_sensor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:daylight_detector", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:celestial_manipulator" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "332:10": { - "questID:3": 421, "preRequisites:11": [ 411 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is the part where I sincerely hope you have some other power generation than Draconic Evolution! \n\nItem Fusion is Draconic Evolutions main crafting method.\nYou place the main item in the Fusion Crafting Core, and the fusing items on the Fusion Crafting Injectors.\nMost recipes only requires 4-8 Fusion Injectors, however a few crafting jobs does require 10.\n\nYou will need to provide power to the Fusion Crafting Injectors, to do any crafting job. And you need quite a lot of it, which will take ages at 84rf/t.\nAfter you have placed all the items, click the Start button in the Fusion Crafting Core, or give it a redstone signal.\nCheck the Draconic Tables for ranges on the Injectors and Redstone outputs from the Core.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:crafting_injector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fuse it up", - "desc:8": "This is the part where I sincerely hope you have some other power generation than Draconic Evolution! \n\nItem Fusion is Draconic Evolutions main crafting method.\nYou place the main item in the Fusion Crafting Core, and the fusing items on the Fusion Crafting Injectors.\nMost recipes only requires 4-8 Fusion Injectors, however a few crafting jobs does require 10.\n\nYou will need to provide power to the Fusion Crafting Injectors, to do any crafting job. And you need quite a lot of it, which will take ages at 84rf/t.\nAfter you have placed all the items, click the Start button in the Fusion Crafting Core, or give it a redstone signal.\nCheck the Draconic Tables for ranges on the Injectors and Redstone outputs from the Core." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 421, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:crafting_injector", "Count:3": 10, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" }, "1:10": { - "id:8": "draconicevolution:fusion_crafting_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:fusion_crafting_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "333:10": { - "questID:3": 422, "preRequisites:11": [ 421 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is the chest that can do, pretty much everything, with a whooping 260 inventory slots.\n\nIt has a built in 5 slot furnace, that runs on power, at 256rf/t. This furnace has 4 auto-feed modes.\nOff: Well, it\u0027s.. off.\nFill: It will refill what is currently smelting with new items from its inventory.\nLock: It will always keep 1 item in the smelting slot, reserving it for that ore.\nAll: It will smelt every smeltable item that comes into the chest.\nYou can put a Core in its Core Slot, to increase efficiency, and it will Ore Double as well if you put a Wyvern or higher Core in it.\n\nIts inventory can be split into different regions, and each of those regions can have their own I/O settings towards the chest, and the furnace.\nClick the I/O Regions button to configure the 6 available color regions.\n\nAnd it has a crafting table.\n\nIf you need more information, the Draconic Tablet should tell you what you need.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconium_chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_chest" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The Ultimate Chest", - "desc:8": "This is the chest that can do, pretty much everything, with a whooping 260 inventory slots.\n\nIt has a built in 5 slot furnace, that runs on power, at 256rf/t. This furnace has 4 auto-feed modes.\nOff: Well, it\u0027s.. off.\nFill: It will refill what is currently smelting with new items from its inventory.\nLock: It will always keep 1 item in the smelting slot, reserving it for that ore.\nAll: It will smelt every smeltable item that comes into the chest.\nYou can put a Core in its Core Slot, to increase efficiency, and it will Ore Double as well if you put a Wyvern or higher Core in it.\n\nIts inventory can be split into different regions, and each of those regions can have their own I/O settings towards the chest, and the furnace.\nClick the I/O Regions button to configure the 6 available color regions.\n\nAnd it has a crafting table.\n\nIf you need more information, the Draconic Tablet should tell you what you need." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 422, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconium_chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconium_chest" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "334:10": { - "questID:3": 423, "preRequisites:11": [ 414 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Next tier of Fusion Injectors.\nIs needed for making Draconic Armor and Tools.\nThere is a recipe at the Draconic Tier requiring 9 Injectors, so you will need to craft 9 of them!\n\nAgain, you will need all of them in your inventory at once for the quest to trigger.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:crafting_injector", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": ".. and then waking it up..", - "desc:8": "Next tier of Fusion Injectors.\nIs needed for making Draconic Armor and Tools.\nThere is a recipe at the Draconic Tier requiring 9 Injectors, so you will need to craft 9 of them!\n\nAgain, you will need all of them in your inventory at once for the quest to trigger." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 423, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:crafting_injector", "Count:3": 9, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "335:10": { - "questID:3": 424, "preRequisites:11": [ 415 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The final tier Fusion Crafting.\nYou will need 8 for the full upgrade on the Awakened Flux Capacitor.\nIf you want to delve into the Draconic Reactor, you will need 10.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:crafting_injector", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": ".. into CHAOS!", - "desc:8": "The final tier Fusion Crafting.\nYou will need 8 for the full upgrade on the Awakened Flux Capacitor.\nIf you want to delve into the Draconic Reactor, you will need 10." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 424, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:crafting_injector", "Count:3": 10, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:crafting_injector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "336:10": { - "questID:3": 425, "preRequisites:11": [ 406 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Potentiometer can do what the vanilla Comparator can, but easier.\nYou can set it to give a set redstone signal at all times, instead of filling an inventory to a certain amount for the Comparator to read.\nThis is useful when used with the Comparator in Subtract mode for certain things.\nI\u0027ll leave that part up for you to discover..\n\n(I\u0027m just not creative with Redstone)", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:potentiometer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:potentiometer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Set Redstone Strength", - "desc:8": "The Potentiometer can do what the vanilla Comparator can, but easier.\nYou can set it to give a set redstone signal at all times, instead of filling an inventory to a certain amount for the Comparator to read.\nThis is useful when used with the Comparator in Subtract mode for certain things.\nI\u0027ll leave that part up for you to discover..\n\n(I\u0027m just not creative with Redstone)" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 425, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "draconicevolution:potentiometer", + "Count:3": 16, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:redstone" + }, + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:comparator" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:redstone", - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:comparator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:potentiometer" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "337:10": { - "questID:3": 426, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You will have to go to The End, and you will have to kill the Dragon. There\u0027s no way around it.\nNow go kill it, don\u0027t forget the Dragon Heart, and the Dragon Egg!", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:dragon_heart", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dragon_heart" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "She has to be brought down!", - "desc:8": "You will have to go to The End, and you will have to kill the Dragon. There\u0027s no way around it.\nNow go kill it, don\u0027t forget the Dragon Heart, and the Dragon Egg!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 426, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:dragon_heart" + } + } } }, "tasks:9": { "0:10": { + "damageType:8": "", "ignoreNBT:1": 1, "index:3": 0, + "required:3": 1, + "subtypes:1": 1, + "target:8": "ender_dragon", "targetNBT:10": { - "HurtByTimestamp:3": 0, + "AbsorptionAmount:5": 0.0, + "Air:2": 300, + "ArmorDropChances:9": { + "0:5": 0.085 + }, + "ArmorItems:9": { + "0:10": {} + }, "Attributes:9": { "0:10": { "Base:6": 0.07205924531735683, "Name:8": "zombie.spawnReinforcements" } }, - "Invulnerable:1": 0, - "FallFlying:1": 0, - "PortalCooldown:3": 0, - "AbsorptionAmount:5": 0.0, - "FallDistance:5": 0.0, + "CanBreakDoors:1": 0, + "CanPickUpLoot:1": 0, "DeathTime:2": 0, + "Dimension:3": 0, + "FallDistance:5": 0.0, + "FallFlying:1": 0, + "Fire:2": -1, "HandDropChances:9": { "0:5": 0.085 }, - "PersistenceRequired:1": 0, - "id:8": "minecraft:zombie", - "Motion:9": { - "0:6": 0.0 - }, - "Leashed:1": 0, - "UUIDLeast:4": -5068404828898988369, - "Health:5": 20.0, - "LeftHanded:1": 0, - "Dimension:3": 0, - "OnGround:1": 0, - "Air:2": 300, - "Rotation:9": { - "0:5": 0.0 - }, - "UpdateBlocked:1": 0, "HandItems:9": { "0:10": {} }, - "ArmorDropChances:9": { - "0:5": 0.085 + "Health:5": 20.0, + "HurtByTimestamp:3": 0, + "HurtTime:2": 0, + "Invulnerable:1": 0, + "Leashed:1": 0, + "LeftHanded:1": 0, + "Motion:9": { + "0:6": 0.0 }, - "UUIDMost:4": 7289386553206392774, - "CanBreakDoors:1": 0, + "OnGround:1": 0, + "PersistenceRequired:1": 0, + "PortalCooldown:3": 0, "Pos:9": { "0:6": 0.0 }, - "ArmorItems:9": { - "0:10": {} + "Rotation:9": { + "0:5": 0.0 }, - "Fire:2": -1, - "CanPickUpLoot:1": 0, - "HurtTime:2": 0 + "UUIDLeast:4": -5068404828898988369, + "UUIDMost:4": 7289386553206392774, + "UpdateBlocked:1": 0, + "id:8": "minecraft:zombie" }, - "damageType:8": "", - "required:3": 1, - "taskID:8": "bq_standard:hunt", - "target:8": "ender_dragon", - "subtypes:1": 1 - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "draconicevolution:dragon_heart", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - } + "taskID:8": "bq_standard:hunt" } } }, "338:10": { - "questID:3": 427, "preRequisites:11": [ 423 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tier 2 Weapons\nMuch more powerful versions of the Wyvern variants, with more and bigger settings available.\nThe Draconic Sword comes with +2 Reaper enchant.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconic_sword", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconic_sword", "tag:10": { "Energy:3": 16000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "It\u0027s... orange!", - "desc:8": "Tier 2 Weapons\nMuch more powerful versions of the Wyvern variants, with more and bigger settings available.\nThe Draconic Sword comes with +2 Reaper enchant." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 427, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_sword", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_sword" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_bow", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_bow" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "339:10": { - "questID:3": 428, "preRequisites:11": [ 423 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tier 2 armor.\nComes with more benefits available in the Draconic GUI, like Night Vision and Flight.\nThe shield from Draconic Armor will also make you immune to negative effects.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:draconic_chest", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:draconic_chest", "tag:10": { "Energy:3": 16000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "More shields!!", - "desc:8": "Tier 2 armor.\nComes with more benefits available in the Draconic GUI, like Night Vision and Flight.\nThe shield from Draconic Armor will also make you immune to negative effects." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 428, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_helm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_helm" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_chest" } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_legs", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_legs" } }, "taskID:8": "bq_standard:retrieval" }, "3:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 3, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_boots", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_boots" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "340:10": { - "questID:3": 429, "preRequisites:11": [ 413 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Wyvern Armor is the base armor of Draconic Evolution. It has no durability, and only runs on Energy.\nWhen the armor is powered, it will provide you with a Shield, that blocks all incoming damage.\nEverytime you take damage, it goes through your Entropy first, before it starts draining energy from the armor.\nWhen the shield reaches 0, you start taking damage to your health.\n\nThe shield will make you immune to knockbacks from attacks, so mobs like Slimes are super deadly, and will drain your shield in no time.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:wyvern_chest", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_chest", "tag:10": { "Energy:3": 4000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Shields up!", - "desc:8": "Wyvern Armor is the base armor of Draconic Evolution. It has no durability, and only runs on Energy.\nWhen the armor is powered, it will provide you with a Shield, that blocks all incoming damage.\nEverytime you take damage, it goes through your Entropy first, before it starts draining energy from the armor.\nWhen the shield reaches 0, you start taking damage to your health.\n\nThe shield will make you immune to knockbacks from attacks, so mobs like Slimes are super deadly, and will drain your shield in no time." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 429, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:wyvern_helm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_helm" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:wyvern_chest", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_chest" } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:wyvern_legs", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_legs" } }, "taskID:8": "bq_standard:retrieval" }, "3:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 3, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:wyvern_boots", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:wyvern_boots" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "341:10": { - "questID:3": 430, "preRequisites:11": [ 423 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tier 2 Tools\nBigger and better than the Wyvern variants.\nAnd if you\u0027re the type that would make Diamond Hoes, there\u0027s now good news for you.\nThere is a Draconic Hoe!", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 18, - "Items:9": {} + "Items:9": {}, + "Size:3": 18 } }, + "OreDict:8": "", "id:8": "draconicevolution:draconic_pick", - "Count:3": 1, "tag:10": { "Energy:3": 16000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Awakening Tools!", - "desc:8": "Tier 2 Tools\nBigger and better than the Wyvern variants.\nAnd if you\u0027re the type that would make Diamond Hoes, there\u0027s now good news for you.\nThere is a Draconic Hoe!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 430, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 18, - "Items:9": {} + "Items:9": {}, + "Size:3": 18 } }, - "id:8": "draconicevolution:draconic_pick", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_pick" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 18, - "Items:9": {} + "Items:9": {}, + "Size:3": 18 } }, - "id:8": "draconicevolution:draconic_axe", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_axe" } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "Parent:10": { - "Size:3": 18, - "Items:9": {} + "Items:9": {}, + "Size:3": 18 } }, - "id:8": "draconicevolution:draconic_shovel", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_shovel" } }, "taskID:8": "bq_standard:retrieval" }, "3:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 3, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:draconic_hoe", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:draconic_hoe" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "342:10": { - "questID:3": 431, "preRequisites:11": [ 408, 409, @@ -30072,491 +30783,505 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Used to charge items that can store Energy.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_infuser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_infuser" }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "How do I power this?", - "desc:8": "Used to charge items that can store Energy." + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 431, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:energy_infuser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_infuser" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "343:10": { - "questID:3": 432, "preRequisites:11": [ 411 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Draconic Evolutions only power generation before very endgame.\nAccepts burnable items, at a rate of 84RF/t", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fuel for the Fire", - "desc:8": "Draconic Evolutions only power generation before very endgame.\nAccepts burnable items, at a rate of 84RF/t" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 432, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "344:10": { - "questID:3": 433, "preRequisites:11": [ 411 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The wires of Draconic Evolution, comes in 3 Tiers.\nThe Energy Relay Crystals are for moving energy around, and can accept many connections\nThe Energy I/O Crystals are for Sending and Recieving energy into the Crystal system, and can accept few connections\nFor capacity/link stats on the Crystal Tiers, check the Draconic Tablet\n\nTo configure the Energy I/O Crystals, you have to shift-right click them with an empty hand.\nThe way the Energy I/O Crystals work, you have to configure them like they\u0027re an Energy Battery rather than a wire.\nIf the Energy I/O Crystal is set to Input, it will take in energy to itself, from what it\u0027s connected to\nIf the Energy I/O Crystal is set to Output, it will give out energy from itself, to what it\u0027s connected to\n\nTo link the Energy Crystals to each other, check the quest to the left.\n\nThe Basic Tier has a link range of 32 blocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Beams of Power!", - "desc:8": "The wires of Draconic Evolution, comes in 3 Tiers.\nThe Energy Relay Crystals are for moving energy around, and can accept many connections\nThe Energy I/O Crystals are for Sending and Recieving energy into the Crystal system, and can accept few connections\nFor capacity/link stats on the Crystal Tiers, check the Draconic Tablet\n\nTo configure the Energy I/O Crystals, you have to shift-right click them with an empty hand.\nThe way the Energy I/O Crystals work, you have to configure them like they\u0027re an Energy Battery rather than a wire.\nIf the Energy I/O Crystal is set to Input, it will take in energy to itself, from what it\u0027s connected to\nIf the Energy I/O Crystal is set to Output, it will give out energy from itself, to what it\u0027s connected to\n\nTo link the Energy Crystals to each other, check the quest to the left.\n\nThe Basic Tier has a link range of 32 blocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 433, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 3, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" }, "1:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 2, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "345:10": { - "questID:3": 434, "preRequisites:11": [ 433 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Next tier of Energy Crystals.\nThe Wyvern Tier can transport more RF/t and can have more connections.\nMay be a better option rather than 2 Basic Energy Crystals.\n\nThe Wyvern Tier has a link range of 64 blocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Beaming more power!", - "desc:8": "Next tier of Energy Crystals.\nThe Wyvern Tier can transport more RF/t and can have more connections.\nMay be a better option rather than 2 Basic Energy Crystals.\n\nThe Wyvern Tier has a link range of 64 blocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 434, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 4, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "346:10": { - "questID:3": 435, "preRequisites:11": [ 423, 434 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The final Tier of Energy Crystals.\nLike the previous tier, it can hold more, and have more connections.\n\nThe Draconic Tier has a link range of 126 blocks. (Don\u0027t know why it\u0027s not 128)", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Beaming ALL the power!", - "desc:8": "The final Tier of Energy Crystals.\nLike the previous tier, it can hold more, and have more connections.\n\nThe Draconic Tier has a link range of 126 blocks. (Don\u0027t know why it\u0027s not 128)" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 435, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:energy_crystal", "Count:3": 4, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:energy_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "347:10": { - "questID:3": 436, "preRequisites:11": [ 412 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Dislocator Pedestal is well... a pedestal for the dislocator.\nYou can put a bound Dislocator on the pedestal, and it will act as a one-way teleport.\nWhile the Dislocator is in the pedestal, it will not lose charges.\n\nYou can put another Dislocator Pedestal at the destination that teleports you back, making it a Point-to-Point Teleport system.\n\nSo you gain infinite uses, at the cost of portability.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:dislocator_pedestal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dislocator_pedestal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "P2P Teleports", - "desc:8": "The Dislocator Pedestal is well... a pedestal for the dislocator.\nYou can put a bound Dislocator on the pedestal, and it will act as a one-way teleport.\nWhile the Dislocator is in the pedestal, it will not lose charges.\n\nYou can put another Dislocator Pedestal at the destination that teleports you back, making it a Point-to-Point Teleport system.\n\nSo you gain infinite uses, at the cost of portability." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 436, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:dislocator_pedestal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dislocator_pedestal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "348:10": { - "questID:3": 437, "preRequisites:11": [ 411, 412 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You can also use your Dislocators to create a portal, leading to the Dislocator destination.\nBy connecting a Dislocator Receptacle with a frame of Draconic Infused Obsidian, and putting the Dislocator into the Receptacle, it will create a portal.\n\nThe requirements for the portal frame, is much like a nether portal - There must not be any holes in the inner frame (so you don\u0027t need to fill corners), however it can be any shape you desire, and can be flipped so it lies down.\n\nThis portal will teleport any entity that comes in contact with it, like dropped items, players and mobs. It will also teleport Withers that are still charging up, which makes it a good way to move it out of your Wither Spawning contraption, into a Wither Killing Chamber.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:dislocator_receptacle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:dislocator_receptacle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thinking with Portals", - "desc:8": "You can also use your Dislocators to create a portal, leading to the Dislocator destination.\nBy connecting a Dislocator Receptacle with a frame of Draconic Infused Obsidian, and putting the Dislocator into the Receptacle, it will create a portal.\n\nThe requirements for the portal frame, is much like a nether portal - There must not be any holes in the inner frame (so you don\u0027t need to fill corners), however it can be any shape you desire, and can be flipped so it lies down.\n\nThis portal will teleport any entity that comes in contact with it, like dropped items, players and mobs. It will also teleport Withers that are still charging up, which makes it a good way to move it out of your Wither Spawning contraption, into a Wither Killing Chamber." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 437, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:dislocator" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:infused_obsidian", "Count:3": 11, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:infused_obsidian" }, "1:10": { - "id:8": "draconicevolution:dislocator_receptacle", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "draconicevolution:dislocator_receptacle", "tag:10": { "BCTileData:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "draconicevolution:dislocator", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "349:10": { - "questID:3": 438, "preRequisites:11": [ 408, 409, @@ -30564,69 +31289,71 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Upgrade Keys are used to enhance your Draconic Gear, Tools and Weapons.\nThe way you upgrade it, is to place the key in the Fusion Injection setup, and then give it the appropriate items to start the Infusion.\nThere\u0027s 3 tiers to every upgrade, apart from the Draconic Flux Capacitor, which can take a 4th upgrade.\n\nThe Keys are not consumed on the Fusion, so you don\u0027t need multiple of the same key\nThe same tier upgrades always takes the same materials, apart from the Key itself\nYou must apply the previous tier upgrade, before you can apply the next one\nHigher tier upgrade requires higher Fusion Injection tier setup", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:tool_upgrade", "Count:3": 1, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:tool_upgrade" }, - "globalshare:1": 0, - "questlogic:8": "OR", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Harder, Better, Faster, Stronger", - "desc:8": "Upgrade Keys are used to enhance your Draconic Gear, Tools and Weapons.\nThe way you upgrade it, is to place the key in the Fusion Injection setup, and then give it the appropriate items to start the Infusion.\nThere\u0027s 3 tiers to every upgrade, apart from the Draconic Flux Capacitor, which can take a 4th upgrade.\n\nThe Keys are not consumed on the Fusion, so you don\u0027t need multiple of the same key\nThe same tier upgrades always takes the same materials, apart from the Key itself\nYou must apply the previous tier upgrade, before you can apply the next one\nHigher tier upgrade requires higher Fusion Injection tier setup" + "partysinglereward:1": 0, + "questlogic:8": "OR", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 438, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:tool_upgrade", "Count:3": 1, "Damage:2": 32767, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:tool_upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "350:10": { - "questID:3": 439, "preRequisites:11": [ 350, 374, @@ -30634,6982 +31361,7175 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "§0§0§1§0This is Draconic Evolutions ultimate goal - The Draconic Reactor.\nThis is a reactor that runs on Awakened Draconium, that lasts a VERY long time (We\u0027re talking weeks of RL time on a server here).\nAfter the setup has been made correctly, you right click the Reactor Energy Injector, or Reactor Stabilizer to open up the GUI.\n\nThe Core GUI has 4 lines:\n§lCore Temperature: §0§0How hot it is. Higher means more RF produces, and higher fuel consumption. This also determines the size of the Reactor ball. If it touches the Reactor Stabilizers, they will explode, and thus, the Reactor will explode.\n§lContainment Field Strength:§0 How strong the Shield is. This is what you Inject and draw RF from. If this reaches 0, the Reactor will explode.\n§lEnergy Satuation: §0How efficient it is, in fuel to RF conversion. The higher the better, although it usually also means lower Core Temperature.\n§lFuel Conversion Level:§0 How far it is with burning the current fuel. When this reaches more than ~85%, the reactor will start to produce uncontrollably.\n\n§lFuel (In):§0 Takes up to 8 blocks of Awakened Draconium\n§lChaos (Out):§0 Produces Chaos Shards as waste\n\nThe core fundementals of how the Draconic Reactor works is, you apply RF to create a shield around the around the core reactor where the RF production is happening. The RF produced is then applied to the shield, to make itself stronger. You then draw RF from the shield, and store it.\n\nTo start the Reactor, you need to put up to 8 Awakened Draconium Block and click Charge. This will begin to warm up the Reactor. You then need to pump at least 7 million RF into the Reactor Energy Injector for the shield. \nCongratulations, your Reactor is now running, and producing power\n\nI highly recommend playing with this in Creative first, to get a feel for how it works, and how it can go wrong. And also just to see the pretty explosion!\nFor an optimal setup, or ComputerCraft script, I advise you to search on Google.", + "globalshare:1": 0, "icon:10": { - "id:8": "draconicevolution:reactor_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:reactor_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The Big Core", - "desc:8": "§0§0§1§0This is Draconic Evolutions ultimate goal - The Draconic Reactor.\nThis is a reactor that runs on Awakened Draconium, that lasts a VERY long time (We\u0027re talking weeks of RL time on a server here).\nAfter the setup has been made correctly, you right click the Reactor Energy Injector, or Reactor Stabilizer to open up the GUI.\n\nThe Core GUI has 4 lines:\n§lCore Temperature: §0§0How hot it is. Higher means more RF produces, and higher fuel consumption. This also determines the size of the Reactor ball. If it touches the Reactor Stabilizers, they will explode, and thus, the Reactor will explode.\n§lContainment Field Strength:§0 How strong the Shield is. This is what you Inject and draw RF from. If this reaches 0, the Reactor will explode.\n§lEnergy Satuation: §0How efficient it is, in fuel to RF conversion. The higher the better, although it usually also means lower Core Temperature.\n§lFuel Conversion Level:§0 How far it is with burning the current fuel. When this reaches more than ~85%, the reactor will start to produce uncontrollably.\n\n§lFuel (In):§0 Takes up to 8 blocks of Awakened Draconium\n§lChaos (Out):§0 Produces Chaos Shards as waste\n\nThe core fundementals of how the Draconic Reactor works is, you apply RF to create a shield around the around the core reactor where the RF production is happening. The RF produced is then applied to the shield, to make itself stronger. You then draw RF from the shield, and store it.\n\nTo start the Reactor, you need to put up to 8 Awakened Draconium Block and click Charge. This will begin to warm up the Reactor. You then need to pump at least 7 million RF into the Reactor Energy Injector for the shield. \nCongratulations, your Reactor is now running, and producing power\n\nI highly recommend playing with this in Creative first, to get a feel for how it works, and how it can go wrong. And also just to see the pretty explosion!\nFor an optimal setup, or ComputerCraft script, I advise you to search on Google." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 439, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "draconicevolution:reactor_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "draconicevolution:reactor_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "351:10": { - "questID:3": 440, "preRequisites:11": [ 465 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Supplied with EU and UU Matter, this machine replicates items. Set the desired item with a Pattern Storage, or a Crystal Pattern.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 63, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Replicator", - "desc:8": "Supplied with EU and UU Matter, this machine replicates items. Set the desired item with a Pattern Storage, or a Crystal Pattern." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 440, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 63, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "352:10": { - "questID:3": 441, "preRequisites:11": [ 317 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Blast Furnace, when supplied with heat, turns Iron into Steel.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blast Furnace", - "desc:8": "The Blast Furnace, when supplied with heat, turns Iron into Steel." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 441, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 50, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, "1:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 12, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "353:10": { - "questID:3": 442, "preRequisites:11": [ 315 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The lowest possible voltage. All machines can run on this without exploding.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 72, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "BatBox \u0026 Tin Cables", - "desc:8": "The lowest possible voltage. All machines can run on this without exploding." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 442, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 72, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, "1:10": { - "id:8": "ic2:cable", "Count:3": 6, - "tag:10": { - "type:1": 4, - "insulation:1": 1 - }, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:cable", + "tag:10": { + "insulation:1": 1, + "type:1": 4 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "354:10": { - "questID:3": 443, "preRequisites:11": [ 442 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tier 2 voltage, 128EU/t.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 73, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "LV", - "desc:8": "Tier 2 voltage, 128EU/t." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 443, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 73, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, "1:10": { - "id:8": "ic2:cable", "Count:3": 6, - "tag:10": { - "type:1": 0, - "insulation:1": 1 - }, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:cable", + "tag:10": { + "insulation:1": 1, + "type:1": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "355:10": { - "questID:3": 444, "preRequisites:11": [ 443 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tier 3 voltage, 512EU/t.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 74, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "MV", - "desc:8": "Tier 3 voltage, 512EU/t." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 444, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 74, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, "1:10": { - "id:8": "ic2:cable", "Count:3": 6, - "tag:10": { - "type:1": 2, - "insulation:1": 2 - }, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:cable", + "tag:10": { + "insulation:1": 2, + "type:1": 2 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "356:10": { - "questID:3": 445, "preRequisites:11": [ 444 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tier 4 voltage, 2048EU/t.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "HV", - "desc:8": "Tier 4 voltage, 2048EU/t." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 445, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, - "tag:10": {}, "Damage:2": 75, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te", + "tag:10": {} }, "1:10": { - "id:8": "ic2:cable", "Count:3": 6, - "tag:10": { - "type:1": 3, - "insulation:1": 3 - }, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:cable", + "tag:10": { + "insulation:1": 3, + "type:1": 3 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "357:10": { - "questID:3": 446, "preRequisites:11": [ 445 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Glass Fibre Cable can transfer Extreme Voltage, EV, which is 8096EU/t. It also has the lowest loss of energy per block.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:cable", "Count:3": 64, - "tag:10": { - "type:1": 1, - "insulation:1": 0 - }, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:cable", + "tag:10": { + "insulation:1": 0, + "type:1": 1 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "EV", - "desc:8": "Glass Fibre Cable can transfer Extreme Voltage, EV, which is 8096EU/t. It also has the lowest loss of energy per block." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 446, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:cable", "Count:3": 20, - "tag:10": { - "type:1": 1, - "insulation:1": 0 - }, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:cable", + "tag:10": { + "insulation:1": 0, + "type:1": 1 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "358:10": { - "questID:3": 447, "preRequisites:11": [ 317 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Extractor\u0027s main use is to triple the output of Resin.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 45, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Extractor", - "desc:8": "The Extractor\u0027s main use is to triple the output of Resin." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 447, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 45, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "359:10": { - "questID:3": 448, "preRequisites:11": [ 447 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Compressor lets you craft various compressed items, most notably Dense plates.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 43, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Compressor", - "desc:8": "The Compressor lets you craft various compressed items, most notably Dense plates." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 448, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 43, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "360:10": { - "questID:3": 449, "preRequisites:11": [ 448 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Electric Furnace is faster than a vanilla furnace, and runs on EU.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 44, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Electric Furnace", - "desc:8": "The Electric Furnace is faster than a vanilla furnace, and runs on EU." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 449, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 44, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "361:10": { - "questID:3": 450, "preRequisites:11": [ 449 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Metal former can turn various metals into the cable and plate counterparts.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 55, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Metal Former", - "desc:8": "The Metal former can turn various metals into the cable and plate counterparts." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 450, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 55, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "362:10": { - "questID:3": 451, "preRequisites:11": [ 316 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This generator produces EU from lava.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Geothermal Generator", - "desc:8": "This generator produces EU from lava." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 451, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "363:10": { - "questID:3": 452, "preRequisites:11": [ 451 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Produces 1EU/t while exposed to the sun. Can be upgraded.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solar Panel", - "desc:8": "Produces 1EU/t while exposed to the sun. Can be upgraded." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 452, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 8, + "OreDict:8": "", + "id:8": "ic2:te" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "364:10": { - "questID:3": 453, "preRequisites:11": [ 452 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Produces EU from fluids such as Biogas, Biomass, Oil, Ethanol and Fuel.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Semifluid Generator", - "desc:8": "Produces EU from fluids such as Biogas, Biomass, Oil, Ethanol and Fuel." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 453, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "365:10": { - "questID:3": 454, "preRequisites:11": [ 453 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Produces EU from kinetic energy - You need to pair it with a Steam Turbine, for example.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Kinetic Generator", - "desc:8": "Produces EU from kinetic energy - You need to pair it with a Steam Turbine, for example." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 454, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "366:10": { - "questID:3": 455, "preRequisites:11": [ 454 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Nuclear Reactor is capable of producing huge amounts of EU.\nSee https://wiki.industrial-craft.net/index.php/Nuclear_Reactor for additional details.\n\nIf you\u0027ve never used the Nuclear Reactor, I highly suggest that you find a guide or tutorial.\n\nThe amount of EU it produces has been increased.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 22, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Nuclear Reactor", - "desc:8": "The Nuclear Reactor is capable of producing huge amounts of EU.\nSee https://wiki.industrial-craft.net/index.php/Nuclear_Reactor for additional details.\n\nIf you\u0027ve never used the Nuclear Reactor, I highly suggest that you find a guide or tutorial.\n\nThe amount of EU it produces has been increased." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 455, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 22, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, "1:10": { - "id:8": "ic2:te", "Count:3": 6, "Damage:2": 24, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "367:10": { - "questID:3": 456, "preRequisites:11": [ 450 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fluid/Solid Canning Machine is mainly used to make Nuclear Fuel Rods and Speed Upgrades.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 42, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid/Solid Canning Machine", - "desc:8": "The Fluid/Solid Canning Machine is mainly used to make Nuclear Fuel Rods and Speed Upgrades." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 456, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 42, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "368:10": { - "questID:3": 457, "preRequisites:11": [ 456 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Block Cutting Machine can cut entire blocks into plates, and increase the Plank yield from Logs.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 51, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Block Cutting Machine", - "desc:8": "The Block Cutting Machine can cut entire blocks into plates, and increase the Plank yield from Logs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 457, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 51, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "369:10": { - "questID:3": 458, "preRequisites:11": [ 457 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ore Washing Plant lets you get even more than double out of your ores.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 56, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ore Washing Plant", - "desc:8": "The Ore Washing Plant lets you get even more than double out of your ores." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 458, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 56, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "370:10": { - "questID:3": 459, "preRequisites:11": [ 318 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is an upgraded Electric Furnace. If you want it to operate it max speed, you will need to supply it with 1EU/t, and a redstone signal.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 54, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Induction Furnace", - "desc:8": "This is an upgraded Electric Furnace. If you want it to operate it max speed, you will need to supply it with 1EU/t, and a redstone signal." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 459, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 54, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "371:10": { - "questID:3": 460, "preRequisites:11": [ 459, 788 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This machine is used to process Depleted Fuel Rods among other things.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 52, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thermal Centrifuge", - "desc:8": "This machine is used to process Depleted Fuel Rods among other things." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 460, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 52, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "372:10": { - "questID:3": 461, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to the Forestry chapter! .\nForestry offers power generation, automatic farms, in-depth breeding systems for bees and trees, and more!", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:sturdy_machine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:sturdy_machine" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Forestry", - "desc:8": "Welcome to the Forestry chapter! .\nForestry offers power generation, automatic farms, in-depth breeding systems for bees and trees, and more!" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 461, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Forestry questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Forestry questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "373:10": { - "questID:3": 462, "preRequisites:11": [ 318 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Recycler produces scrap if you feed it with items and power. Scrap can be used to drastically reduce the amount of power needed to produce UU Matter.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 48, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Recycler", - "desc:8": "The Recycler produces scrap if you feed it with items and power. Scrap can be used to drastically reduce the amount of power needed to produce UU Matter." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 462, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 48, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, "1:10": { - "id:8": "ic2:crafting", "Count:3": 1, "Damage:2": 23, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:crafting" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "374:10": { - "questID:3": 463, "preRequisites:11": [ 462 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mass Fabricator produces UU Matter at the cost of tons of EU, and optionally scrab.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 61, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mass Fabricator", - "desc:8": "The Mass Fabricator produces UU Matter at the cost of tons of EU, and optionally scrab." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 463, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 61, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "375:10": { - "questID:3": 464, "preRequisites:11": [ 463, 788 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You can store your UU Matter Patterns in the Pattern Storage. It\u0027s a good idea to place it next to the Scanner, for easy transfer.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 62, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pattern Storage", - "desc:8": "You can store your UU Matter Patterns in the Pattern Storage. It\u0027s a good idea to place it next to the Scanner, for easy transfer." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 464, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 62, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "376:10": { - "questID:3": 465, "preRequisites:11": [ 464 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Place items in the Scanner to see how much UU Matter it costs to replicate them. \n\n§4§lThis will destroy the item. §0\n\nThere are quite a few additional items that can be replicated, in addition to the normal ones.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 64, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Scanner", - "desc:8": "Place items in the Scanner to see how much UU Matter it costs to replicate them. \n\n§4§lThis will destroy the item. §0\n\nThere are quite a few additional items that can be replicated, in addition to the normal ones." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 465, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:te", "Count:3": 1, "Damage:2": 64, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:te" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "377:10": { - "questID:3": 466, "preRequisites:11": [ 461 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Carpenter is a machine used for crafting. Supply it with energy, a recipe, items and a liquid.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:carpenter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:carpenter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Carpenter", - "desc:8": "The Carpenter is a machine used for crafting. Supply it with energy, a recipe, items and a liquid." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 466, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:carpenter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:carpenter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "378:10": { - "questID:3": 467, "preRequisites:11": [ 648, 658 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Bio Generator generates EU power from Biomass or Ethanol.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:engine_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Bio Generator", - "desc:8": "The Bio Generator generates EU power from Biomass or Ethanol." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 467, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:engine_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "379:10": { - "questID:3": 468, "preRequisites:11": [ 643 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Thermionic Fabricator is another machine used for crafting. Supply it with energy, glass, a recipe and items.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:fabricator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:fabricator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thermionic Fabricator", - "desc:8": "The Thermionic Fabricator is another machine used for crafting. Supply it with energy, glass, a recipe and items." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 468, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:fabricator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:fabricator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "380:10": { - "questID:3": 469, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Immersive Engineering! This mod primarily offers large multi-block machines and cool aesthetical things.\n\n§4The speed and energy requirements of the machines have been modified.§0", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersiveengineering:tool", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:tool" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Immersive Engineering", - "desc:8": "Welcome to Immersive Engineering! This mod primarily offers large multi-block machines and cool aesthetical things.\n\n§4The speed and energy requirements of the machines have been modified.§0" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 469, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersiveengineering:tool", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:tool" }, "1:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "immersiveengineering:tool", - "Count:3": 1, "tag:10": { "lastMultiblock:8": "IE:MetalPress" - }, - "Damage:2": 3, - "OreDict:8": "" + } } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Immersive Engineering questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Immersive Engineering questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "381:10": { - "questID:3": 470, "preRequisites:11": [ 469 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Coke Oven produces Coal Coke, Charcoal and Creosote oil. Supply it with Coal or Logs.\n\nI recommended that you use the quest rewards to build a §4§3§2Metal Press§0 - You\u0027ll need it to produce Steel Rods for the Steel Scaffolding.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:stone_decoration", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Coke Oven", - "desc:8": "The Coke Oven produces Coal Coke, Charcoal and Creosote oil. Supply it with Coal or Logs.\n\nI recommended that you use the quest rewards to build a §4§3§2Metal Press§0 - You\u0027ll need it to produce Steel Rods for the Steel Scaffolding." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "immersiveengineering:stone_decoration", - "Count:3": 27, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 470, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "immersiveengineering:metal_decoration1", "Count:3": 2, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration1" }, "1:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" }, "2:10": { - "id:8": "minecraft:piston", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:piston" }, "3:10": { - "id:8": "immersiveengineering:conveyor", "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "immersiveengineering:conveyor", "tag:10": { "conveyorType:8": "immersiveengineering:conveyor" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "4:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 27, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "382:10": { - "questID:3": 471, "preRequisites:11": [ 470 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Treated Wood is used in a lot of recipes in Immersive Engineering, and it\u0027s also a great looking building block.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:treated_wood", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:treated_wood" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Treated Wood", - "desc:8": "Treated Wood is used in a lot of recipes in Immersive Engineering, and it\u0027s also a great looking building block." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 471, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:treated_wood", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:treated_wood" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "383:10": { - "questID:3": 472, "preRequisites:11": [ 470 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Blast Furnace produces Steel, when supplied with Charcoal or Coal Coke and Iron Ingots.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:stone_decoration", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blast Furnace", - "desc:8": "The Blast Furnace produces Steel, when supplied with Charcoal or Coal Coke and Iron Ingots." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 472, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:stone_decoration", "Count:3": 27, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "384:10": { - "questID:3": 473, "preRequisites:11": [ 469 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Alloy Kiln is an early-game way to make alloys.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:stone_decoration", "Count:3": 1, "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Alloy Kiln", - "desc:8": "The Alloy Kiln is an early-game way to make alloys." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 473, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:stone_decoration", "Count:3": 8, "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "385:10": { - "questID:3": 474, "preRequisites:11": [ 478 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Early game power.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:wooden_device1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wooden_device1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Water Wheel", - "desc:8": "Early game power." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 474, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:wooden_device1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wooden_device1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "386:10": { - "questID:3": 475, "preRequisites:11": [ 471 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Engineer\u0027s Workbench lets you craft some things with a discount, if you have the recipe.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:wooden_device0", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wooden_device0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Engineer\u0027s Workbench", - "desc:8": "The Engineer\u0027s Workbench lets you craft some things with a discount, if you have the recipe." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 475, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:wooden_device0", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wooden_device0" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "387:10": { - "questID:3": 476, "preRequisites:11": [ 478 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Early game power.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:wooden_device1", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wooden_device1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Windmill", - "desc:8": "Early game power." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 476, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:wooden_device1", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wooden_device1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "388:10": { - "questID:3": 477, "preRequisites:11": [ 472 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A better way to make steel.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:stone_decoration", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Improved Blast Furnace", - "desc:8": "A better way to make steel." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 477, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:stone_decoration", "Count:3": 27, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:stone_decoration" }, "1:10": { - "id:8": "immersiveengineering:metal_device1", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "389:10": { - "questID:3": 478, "preRequisites:11": [ 471 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Kinetic Dynamo produces power, when a Windmill or Watermill is attached to it, and running.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_device1", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Kinetic Dynamo", - "desc:8": "The Kinetic Dynamo produces power, when a Windmill or Watermill is attached to it, and running." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 478, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_device1", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "390:10": { - "questID:3": 479, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to the Extra Utilities 2! ExU2 offers over 15 different generators for RF production, and a bunch of nice miscellaneous gadgets and blocks.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:book", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:book" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Extra Utilities 2", - "desc:8": "Welcome to the Extra Utilities 2! ExU2 offers over 15 different generators for RF production, and a bunch of nice miscellaneous gadgets and blocks." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 479, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:book", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:book" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Extra Utilities 2 questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Extra Utilities 2 questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "391:10": { - "questID:3": 480, "preRequisites:11": [ 479 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You only have to obtain 9 Solar Panels OR 1 Manual Mill to complete this quest.\n\nExtra Utilities uses a form of power called Grid Power, to power upgrades and the Angel Ring. It doesn\u0027t consume any ressources, it\u0027s passive power. The Manual Mill requires you to right-click it to produce GP, and the Solar Panels only requires the sun.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "GP Generation I", - "desc:8": "You only have to obtain 9 Solar Panels OR 1 Manual Mill to complete this quest.\n\nExtra Utilities uses a form of power called Grid Power, to power upgrades and the Angel Ring. It doesn\u0027t consume any ressources, it\u0027s passive power. The Manual Mill requires you to right-click it to produce GP, and the Solar Panels only requires the sun." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 480, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 9, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "392:10": { - "questID:3": 481, "preRequisites:11": [ 480 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Obtaining any of the 3 Mills will complete this quest.\n\nThe Lava Mill produces GP from adjacent lava.\n\nThe Fire Mill produces GP from fire.\n\nThe Water Mill produces GP from flowing water.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "GP Generation II", - "desc:8": "Obtaining any of the 3 Mills will complete this quest.\n\nThe Lava Mill produces GP from adjacent lava.\n\nThe Fire Mill produces GP from fire.\n\nThe Water Mill produces GP from flowing water." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 481, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "393:10": { - "questID:3": 482, "preRequisites:11": [ 481 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Dragon Egg Mill produces 500 GP from having a Dragon Egg on top of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "GP Generation III", - "desc:8": "The Dragon Egg Mill produces 500 GP from having a Dragon Egg on top of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 482, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:passivegenerator", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:passivegenerator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "394:10": { - "questID:3": 483, "preRequisites:11": [ 480 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Resonator runs on GP, and can produce various crafting ingredients.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:resonator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:resonator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Resonator", - "desc:8": "The Resonator runs on GP, and can produce various crafting ingredients." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 483, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:resonator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:resonator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "395:10": { - "questID:3": 484, "preRequisites:11": [ 479 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Golden Lasso can capture passive creatures. You will need to craft it in a normal crafting table, and it requires 8 XP levels to craft.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:goldenlasso", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:goldenlasso" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Golden Lasso", - "desc:8": "The Golden Lasso can capture passive creatures. You will need to craft it in a normal crafting table, and it requires 8 XP levels to craft." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 484, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:goldenlasso", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:goldenlasso" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "396:10": { - "questID:3": 485, "preRequisites:11": [ 484 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Cursed Lasso can capture hostile creatures, if they have 2 HP or less.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:goldenlasso", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:goldenlasso" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Cursed Lasso", - "desc:8": "The Cursed Lasso can capture hostile creatures, if they have 2 HP or less." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 485, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:goldenlasso", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:goldenlasso" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "397:10": { - "questID:3": 486, "preRequisites:11": [ 483 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Drums are inexpensive options for fluid storage.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Storage I", - "desc:8": "Drums are inexpensive options for fluid storage." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 486, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "398:10": { - "questID:3": 487, "preRequisites:11": [ 486 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Drums are inexpensive options for fluid storage.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Storage II", - "desc:8": "Drums are inexpensive options for fluid storage." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 487, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "399:10": { - "questID:3": 488, "preRequisites:11": [ 487 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Drums are inexpensive options for fluid storage.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Storage III", - "desc:8": "Drums are inexpensive options for fluid storage." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 488, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "400:10": { - "questID:3": 489, "preRequisites:11": [ 488 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Drums are inexpensive options for fluid storage.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Storage IV", - "desc:8": "Drums are inexpensive options for fluid storage." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 489, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:drum", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:drum" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "401:10": { - "questID:3": 490, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Actually Additions!\nActually Additions offers a wide variety of blocks and gadgets.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "actuallyadditions:item_booklet", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_booklet" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Actually Additions", - "desc:8": "Welcome to Actually Additions!\nActually Additions offers a wide variety of blocks and gadgets." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 490, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "actuallyadditions:item_booklet", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_booklet" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Actually Additions questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Actually Additions questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "402:10": { - "questID:3": 491, "preRequisites:11": [ 490 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Atomic Reconstructor is able to \"reconstruct\" some materials into others. Place or throw the blocks/items you want to change in front of it, and fire its\u0027 laser. By default, the laser will fire every few seconds.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_atomic_reconstructor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_atomic_reconstructor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Atomic Reconstructor", - "desc:8": "The Atomic Reconstructor is able to \"reconstruct\" some materials into others. Place or throw the blocks/items you want to change in front of it, and fire its\u0027 laser. By default, the laser will fire every few seconds." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 491, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_atomic_reconstructor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_atomic_reconstructor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "403:10": { - "questID:3": 492, "preRequisites:11": [ 495 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Empowerer is a crafting mechanic. You\u0027ll need to place the Display Stands with 2 blocks between them and the Empowerer, in all 4 cardinal directions.\n\nThe Display Stands require power for the Empowerer to function.\n\nEach Display Stand needs a ingredient, and the Empowerer takes one aswell.\n\nThe crafting process automatically begins if 4 correct ingredients and the corresponding Empowerer item is supplied.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_empowerer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_empowerer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Empowerer", - "desc:8": "The Empowerer is a crafting mechanic. You\u0027ll need to place the Display Stands with 2 blocks between them and the Empowerer, in all 4 cardinal directions.\n\nThe Display Stands require power for the Empowerer to function.\n\nEach Display Stand needs a ingredient, and the Empowerer takes one aswell.\n\nThe crafting process automatically begins if 4 correct ingredients and the corresponding Empowerer item is supplied." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 492, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_empowerer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_empowerer" }, "1:10": { - "id:8": "actuallyadditions:block_display_stand", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_display_stand" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "404:10": { - "questID:3": 493, "preRequisites:11": [ 495 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Crusher is capable of crushing blocks. This can be used to double ores, and turn various blocks into other blocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_grinder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_grinder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crusher", - "desc:8": "The Crusher is capable of crushing blocks. This can be used to double ores, and turn various blocks into other blocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 493, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_grinder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_grinder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "405:10": { - "questID:3": 494, "preRequisites:11": [ 493 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Powered Furnace is simply a Furnace that runs on power.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_furnace_double", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_furnace_double" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Powered Furnace", - "desc:8": "The Powered Furnace is simply a Furnace that runs on power." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 494, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_furnace_double", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_furnace_double" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "406:10": { - "questID:3": 495, "preRequisites:11": [ 491 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Enori Crystals are made with the Atomic Reconstructor, and are required in order to progress to Thermal Expansion.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:item_crystal", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enori", - "desc:8": "Enori Crystals are made with the Atomic Reconstructor, and are required in order to progress to Thermal Expansion." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 495, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:item_crystal", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "407:10": { - "questID:3": 496, "preRequisites:11": [ 490 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Worms are acquired by tilling grass. They fertilize and till the grass/dirt around them, in a 3x3 centered on themselves.\n\nThey §4§4§0§4§0die after §410.000 ticks§0, in this pack.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:item_worm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_worm" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Worms", - "desc:8": "Worms are acquired by tilling grass. They fertilize and till the grass/dirt around them, in a 3x3 centered on themselves.\n\nThey §4§4§0§4§0die after §410.000 ticks§0, in this pack." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 496, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:item_worm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_worm" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "408:10": { - "questID:3": 497, "preRequisites:11": [ 498 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fermenting Barrel refines the oil generated by the Canola Press.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_fermenting_barrel", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_fermenting_barrel" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fermenting Barrel", - "desc:8": "The Fermenting Barrel refines the oil generated by the Canola Press." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 497, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_fermenting_barrel", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_fermenting_barrel" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "409:10": { - "questID:3": 498, "preRequisites:11": [ 491 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Canola Press turns Canola into oil, which can be used to generate power.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_canola_press", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_canola_press" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Canola Press", - "desc:8": "The Canola Press turns Canola into oil, which can be used to generate power." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 498, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_canola_press", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_canola_press" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "410:10": { - "questID:3": 499, "preRequisites:11": [ 495, 498 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Oil Generator generates power with the oil produced with Canola, and it\u0027s upgraded versions.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_oil_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_oil_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Oil Generator", - "desc:8": "The Oil Generator generates power with the oil produced with Canola, and it\u0027s upgraded versions." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 499, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_oil_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_oil_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "411:10": { - "questID:3": 500, "preRequisites:11": [ 497 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Crystallized Canola can upgrade the oil made by the Fermenting Barrel, when it\u0027s thrown into it.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:item_misc", "Count:3": 1, "Damage:2": 23, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_misc" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Upgraded Canola Power", - "desc:8": "Crystallized Canola can upgrade the oil made by the Fermenting Barrel, when it\u0027s thrown into it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 500, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:item_misc", "Count:3": 1, "Damage:2": 23, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_misc" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "412:10": { - "questID:3": 501, "preRequisites:11": [ 492, 500 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Empowered Canola improves the oil even further. Like with Crystallized Canola Seeds, throw the Empowered Canola into the oil.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:item_misc", "Count:3": 1, "Damage:2": 24, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_misc" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ultimate Canola", - "desc:8": "Empowered Canola improves the oil even further. Like with Crystallized Canola Seeds, throw the Empowered Canola into the oil." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 501, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:item_misc", "Count:3": 1, "Damage:2": 24, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_misc" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "413:10": { - "questID:3": 502, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Industrial Foregoing. It offers tons of different machines, that can automate a variety of tasks.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:book_manual", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:book_manual" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Industrial Foregoing", - "desc:8": "Welcome to Industrial Foregoing. It offers tons of different machines, that can automate a variety of tasks." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 502, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "industrialforegoing:book_manual", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:book_manual" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Industrial Foregoing questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Industrial Foregoing questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "414:10": { - "questID:3": 503, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Stonework Factory makes Stone products, such as Gravel and Sand.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:material_stonework_factory", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:material_stonework_factory" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Material Stonework Factory", - "desc:8": "The Stonework Factory makes Stone products, such as Gravel and Sand." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 503, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "industrialforegoing:material_stonework_factory", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "industrialforegoing:material_stonework_factory" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "415:10": { - "questID:3": 504, "preRequisites:11": [ 511 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Laser Drill, when pointed correctly and powered, will power the Laser Base, which in turn will produce ores. It uses 4000rf/t.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:laser_drill", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:laser_drill" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Laser Drill", - "desc:8": "The Laser Drill, when pointed correctly and powered, will power the Laser Base, which in turn will produce ores. It uses 4000rf/t." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 504, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:laser_drill", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:laser_drill" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "416:10": { - "questID:3": 505, "preRequisites:11": [ 513 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This machine gathers plants and trees.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:crop_recolector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:crop_recolector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Plant Gatherer", - "desc:8": "This machine gathers plants and trees." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 505, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:crop_recolector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:crop_recolector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "417:10": { - "questID:3": 506, "preRequisites:11": [ 502 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Place in front of a tree, to extract latex from it. It will destroy the Log eventually.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:tree_fluid_extractor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:tree_fluid_extractor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Tree Fluid Extractor", - "desc:8": "Place in front of a tree, to extract latex from it. It will destroy the Log eventually." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 506, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:tree_fluid_extractor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:tree_fluid_extractor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "418:10": { - "questID:3": 507, "preRequisites:11": [ 506 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "When supplied with Fluid Latex and Water, this machine will make tiny dry rubber.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:latex_processing_unit", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:latex_processing_unit" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Latex Processing Unit", - "desc:8": "When supplied with Fluid Latex and Water, this machine will make tiny dry rubber." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 507, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:latex_processing_unit", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:latex_processing_unit" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "419:10": { - "questID:3": 508, "preRequisites:11": [ 507 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Rubber is a core ingredient in Industrial Foregoing.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:dryrubber", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:dryrubber" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rubber", - "desc:8": "Rubber is a core ingredient in Industrial Foregoing." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 508, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:tinydryrubber", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:tinydryrubber" }, "1:10": { - "id:8": "industrialforegoing:dryrubber", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:dryrubber" }, "2:10": { - "id:8": "industrialforegoing:plastic", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:plastic" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "420:10": { - "questID:3": 509, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This machine will kill animals to produce meat and pink slime. Place the Pink Slime in the world, to spawn a Pink Slime.\n\nSometimes you need to place the bucket of Pink Slime with 4 blocks around it, in order for the slime to spawn.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:pink_slime", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:pink_slime" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mob Slaughter Factory", - "desc:8": "This machine will kill animals to produce meat and pink slime. Place the Pink Slime in the world, to spawn a Pink Slime.\n\nSometimes you need to place the bucket of Pink Slime with 4 blocks around it, in order for the slime to spawn." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 509, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:mob_slaughter_factory", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:mob_slaughter_factory" }, "1:10": { - "id:8": "industrialforegoing:pink_slime", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:pink_slime" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "421:10": { - "questID:3": 510, "preRequisites:11": [ 509 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A lot of the Industrial Foregoing machines can upgraded.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 9, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "industrialforegoing:range_addon", - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:range_addon" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Upgrades", - "desc:8": "A lot of the Industrial Foregoing machines can upgraded." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 510, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "industrialforegoing:range_addon", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:range_addon" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "422:10": { - "questID:3": 511, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Laser Base, when powered by Laser Drill(s), will generate ores. It will need to have a clear line of sight to bedrock or void bellow it. You can apply lenses to it, to filter which ores to search for.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:laser_base", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:laser_base" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Laser Base", - "desc:8": "The Laser Base, when powered by Laser Drill(s), will generate ores. It will need to have a clear line of sight to bedrock or void bellow it. You can apply lenses to it, to filter which ores to search for." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 511, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:laser_base", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:laser_base" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "423:10": { - "questID:3": 512, "preRequisites:11": [ 517 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This machine kills mobs, when supplied with power. It generates a fluid you will need to duplicate mobs.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:mob_relocator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:mob_relocator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mob Crusher", - "desc:8": "This machine kills mobs, when supplied with power. It generates a fluid you will need to duplicate mobs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 512, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:mob_relocator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:mob_relocator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "424:10": { - "questID:3": 513, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This machine sows plants above it. The placement is colour coded.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:crop_sower", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:crop_sower" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Plant Sower", - "desc:8": "This machine sows plants above it. The placement is colour coded." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 513, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:crop_sower", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:crop_sower" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "425:10": { - "questID:3": 514, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This machine simply feeds animals automatically.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:animal_stock_increaser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:animal_stock_increaser" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Animal Feeder", - "desc:8": "This machine simply feeds animals automatically." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 514, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:animal_stock_increaser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:animal_stock_increaser" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "426:10": { - "questID:3": 515, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fluid Crafter is an autocrafter, that takes fluids.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:fluid_crafter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:fluid_crafter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Crafter", - "desc:8": "The Fluid Crafter is an autocrafter, that takes fluids." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 515, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:fluid_crafter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:fluid_crafter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "427:10": { - "questID:3": 516, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Wither Builder places Soul Sand and Wither Skulls, to spawn a Wither. It\u0027s blastproof.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:wither_builder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:wither_builder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Wither Builder", - "desc:8": "The Wither Builder places Soul Sand and Wither Skulls, to spawn a Wither. It\u0027s blastproof." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 516, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:wither_builder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:wither_builder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "428:10": { - "questID:3": 517, "preRequisites:11": [ 508 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This gadget can, as the name suggests, imprison mobs.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "industrialforegoing:mob_imprisonment_tool", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:mob_imprisonment_tool" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mob Imprisonment Tool", - "desc:8": "This gadget can, as the name suggests, imprison mobs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 517, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "industrialforegoing:mob_imprisonment_tool", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:mob_imprisonment_tool" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "429:10": { - "questID:3": 518, "preRequisites:11": [ 512 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mob Duplicator duplicates mobs, when supplied with power, liquid essence and a filled Mob Imprisonment Tool.", + "globalshare:1": 0, "icon:10": { - "id:8": "industrialforegoing:mob_duplicator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:mob_duplicator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mob Duplicator", - "desc:8": "The Mob Duplicator duplicates mobs, when supplied with power, liquid essence and a filled Mob Imprisonment Tool." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 518, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "industrialforegoing:mob_duplicator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "industrialforegoing:mob_duplicator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "430:10": { - "questID:3": 519, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Astral Sorcery! This is a magic mod all about harnessing the power of the stars.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:itemjournal", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemjournal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Astral Sorcery", - "desc:8": "Welcome to Astral Sorcery! This is a magic mod all about harnessing the power of the stars." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 519, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:itemjournal", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemjournal" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Astral Sorcery questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Astral Sorcery questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "431:10": { - "questID:3": 520, "preRequisites:11": [ 519 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Luminous Crafting Table is used to craft various things in Astral Sorcery.\nThe recipe can be found in the Astral Tome. \nCraft it in a Crafting Table, near one of the Floating Crystals found below some Astral Sorcery structures.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Luminous Crafting Table", - "desc:8": "The Luminous Crafting Table is used to craft various things in Astral Sorcery.\nThe recipe can be found in the Astral Tome. \nCraft it in a Crafting Table, near one of the Floating Crystals found below some Astral Sorcery structures." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 520, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "432:10": { - "questID:3": 521, "preRequisites:11": [ 520 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Lightwell is used to produce Liquid Starlight. Place it with clear view of the sky, and place a Rock Crystal or Aquamarine in it, and wait for it to liquify. It only progresses during the night.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockwell", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockwell" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Lightwell", - "desc:8": "The Lightwell is used to produce Liquid Starlight. Place it with clear view of the sky, and place a Rock Crystal or Aquamarine in it, and wait for it to liquify. It only progresses during the night." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 521, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockwell", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockwell" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "433:10": { - "questID:3": 522, "preRequisites:11": [ 521 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This has a bunch of different uses, most of which you\u0027ll have to find for yourself.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forge:bucketfilled", - "Count:3": 1, "tag:10": { - "FluidName:8": "astralsorcery.liquidstarlight", - "Amount:3": 1000 - }, - "Damage:2": 0, - "OreDict:8": "" + "Amount:3": 1000, + "FluidName:8": "astralsorcery.liquidstarlight" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Liquid Starlight", - "desc:8": "This has a bunch of different uses, most of which you\u0027ll have to find for yourself." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 522, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "forge:bucketfilled", - "Count:3": 1, - "tag:10": { - "FluidName:8": "astralsorcery.liquidstarlight", - "Amount:3": 1000 - }, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forge:bucketfilled", + "tag:10": { + "Amount:3": 1000, + "FluidName:8": "astralsorcery.liquidstarlight" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "434:10": { - "questID:3": 523, "preRequisites:11": [ 522 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fosic Resonator will highlight areas that receive a larger than normal amount of starlight, but only at night.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemskyresonator", - "Count:3": 1, "tag:10": { "astralsorcery:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fosic Resonator", - "desc:8": "The Fosic Resonator will highlight areas that receive a larger than normal amount of starlight, but only at night." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 523, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemskyresonator", - "Count:3": 1, "tag:10": { "astralsorcery:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "435:10": { - "questID:3": 524, "preRequisites:11": [ 519 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This wand is used to complete crafts in the altars. It\u0027ll also highlight where you can find Rock Crystal ores at night. They\u0027re found at bedrock level.\n\nThe Resonating Wand can be crafted in a normal Crafting Table, if placed near one of the Floating Crystals, found bellow some Astral Sorcery structures.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemwand", - "Count:3": 1, "tag:10": { "astralsorcery:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Resonating Wand", - "desc:8": "This wand is used to complete crafts in the altars. It\u0027ll also highlight where you can find Rock Crystal ores at night. They\u0027re found at bedrock level.\n\nThe Resonating Wand can be crafted in a normal Crafting Table, if placed near one of the Floating Crystals, found bellow some Astral Sorcery structures." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 524, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemwand", - "Count:3": 1, "tag:10": { "astralsorcery:10": {} - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "436:10": { - "questID:3": 525, "preRequisites:11": [ 524 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Found rarely near bedrock.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemrockcrystalsimple", - "Count:3": 1, "tag:10": { "astralsorcery:10": { "crystalProperties:10": { "collectiveCapability:3": 100, - "size:3": 400, - "purity:3": 100 + "purity:3": 100, + "size:3": 400 } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rock Crystals", - "desc:8": "Found rarely near bedrock." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 525, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemrockcrystalsimple", - "Count:3": 1, "tag:10": { "astralsorcery:10": { "crystalProperties:10": { "collectiveCapability:3": 100, - "size:3": 400, - "purity:3": 100 + "purity:3": 100, + "size:3": 400 } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "437:10": { - "questID:3": 526, "preRequisites:11": [ 520 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "... The Cave Illuminator illuminates caves.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockworldilluminator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockworldilluminator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Cave Illuminator", - "desc:8": "... The Cave Illuminator illuminates caves." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 526, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockworldilluminator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockworldilluminator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "438:10": { - "questID:3": 527, "preRequisites:11": [ 528 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Starmetal Ore is Iron Ore that has received a sufficient amount of focused starlight.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockcustomore", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockcustomore" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Starmetal Ore", - "desc:8": "Starmetal Ore is Iron Ore that has received a sufficient amount of focused starlight." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 527, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockcustomore", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockcustomore" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "439:10": { - "questID:3": 528, "preRequisites:11": [ 536 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Linking Tool is used to focus the starlight from crystal unto specific blocks.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:itemlinkingtool", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemlinkingtool" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Linking Tool", - "desc:8": "The Linking Tool is used to focus the starlight from crystal unto specific blocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 528, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:itemlinkingtool", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemlinkingtool" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "440:10": { - "questID:3": 529, "preRequisites:11": [ 520 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Looking Glass is used to identify and draw constellations.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:itemhandtelescope", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemhandtelescope" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Looking Glass", - "desc:8": "The Looking Glass is used to identify and draw constellations." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 529, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:itemhandtelescope", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemhandtelescope" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "441:10": { - "questID:3": 530, "preRequisites:11": [ 536 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Celestial Crafting Altar is used to craft various things in the mod. To function, you\u0027ll need to place a multiblock structure around it, which you can find in the Astral Tome.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Celestial Altar", - "desc:8": "The Celestial Crafting Altar is used to craft various things in the mod. To function, you\u0027ll need to place a multiblock structure around it, which you can find in the Astral Tome." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 530, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "442:10": { - "questID:3": 531, "preRequisites:11": [ 530 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Starlight Infuser infuses various materials and tools with Starlight. You will need to build a multiblock structure around it, which you can find in the Astral Tome.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockstarlightinfuser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockstarlightinfuser" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Starlight Infuser", - "desc:8": "The Starlight Infuser infuses various materials and tools with Starlight. You will need to build a multiblock structure around it, which you can find in the Astral Tome." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 531, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockstarlightinfuser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockstarlightinfuser" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "443:10": { - "questID:3": 532, "preRequisites:11": [ 530, 538 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Iridescent Altar is used to craft various things in the mod. To function, you\u0027ll need to place a multiblock structure around it, which you can find in the Astral Tome.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Iridescent Altar", - "desc:8": "The Iridescent Altar is used to craft various things in the mod. To function, you\u0027ll need to place a multiblock structure around it, which you can find in the Astral Tome." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 532, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 3, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "444:10": { - "questID:3": 533, "preRequisites:11": [ 536 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ritual Pedestal can perform various rituals, based on which Attuned Crystal you supply it with.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockritualpedestal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockritualpedestal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ritual Pedestal", - "desc:8": "The Ritual Pedestal can perform various rituals, based on which Attuned Crystal you supply it with." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 533, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockritualpedestal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockritualpedestal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "445:10": { - "questID:3": 534, "preRequisites:11": [ 525 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Grindstone is used to grind Starmetal into dust, and sharpen Crystals.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockmachine", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockmachine" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Grindstone", - "desc:8": "The Grindstone is used to grind Starmetal into dust, and sharpen Crystals." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 534, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockmachine", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockmachine" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "446:10": { - "questID:3": 535, "preRequisites:11": [ 529, 536 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Telescope is basicly an upgraded, stationary version of the Looking Glass.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockmachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockmachine" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Telescope", - "desc:8": "The Telescope is basicly an upgraded, stationary version of the Looking Glass." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 535, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockmachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockmachine" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "447:10": { - "questID:3": 536, "preRequisites:11": [ 520 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Starlight Crafting Altar is used to craft various things in the mod. To function, you\u0027ll need to place a multiblock structure around it, which you can find in the Astral Tome.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Starlight Crafting Altar", - "desc:8": "The Starlight Crafting Altar is used to craft various things in the mod. To function, you\u0027ll need to place a multiblock structure around it, which you can find in the Astral Tome." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 536, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "astralsorcery:blockaltar", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockaltar" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "448:10": { - "questID:3": 537, "preRequisites:11": [ 522, 525, @@ -37617,498 +38537,508 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Celestial Crystals are basicly upgraded Rock Crystals. They\u0027re made by throwing 1 Stardust and 1 Rock Crystal into a bucket of Starlight. Let the Crystal that appears grow before you destroy it with a pickaxe.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemcelestialcrystal", - "Count:3": 1, "tag:10": { "astralsorcery:10": { "crystalProperties:10": { "collectiveCapability:3": 100, - "size:3": 900, - "purity:3": 100 + "purity:3": 100, + "size:3": 900 } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Celestial Crystals", - "desc:8": "Celestial Crystals are basicly upgraded Rock Crystals. They\u0027re made by throwing 1 Stardust and 1 Rock Crystal into a bucket of Starlight. Let the Crystal that appears grow before you destroy it with a pickaxe." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 537, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:itemcelestialcrystal", - "Count:3": 1, "tag:10": { "astralsorcery:10": { "crystalProperties:10": { "collectiveCapability:3": 100, - "size:3": 900, - "purity:3": 100 + "purity:3": 100, + "size:3": 900 } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "449:10": { - "questID:3": 538, "preRequisites:11": [ 531 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Resonating Gems are crafting components, and are made in the Starlight Infuser.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:itemcraftingcomponent", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemcraftingcomponent" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Resonating Gem", - "desc:8": "Resonating Gems are crafting components, and are made in the Starlight Infuser." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 538, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:itemcraftingcomponent", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemcraftingcomponent" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "450:10": { - "questID:3": 539, "preRequisites:11": [ 527, 534 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Stardust is made by grinding/pulverizing Starmetal.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:itemcraftingcomponent", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemcraftingcomponent" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Stardust", - "desc:8": "Stardust is made by grinding/pulverizing Starmetal." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 539, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:itemcraftingcomponent", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:itemcraftingcomponent" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "451:10": { - "questID:3": 540, "preRequisites:11": [ 538, 541 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Collector Crystals are like the crystals found bellow some Astral Sorcery structure, but can be placed where you wish. They can empower a variety of things and blocks.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:blockcollectorcrystal", - "Count:3": 1, "tag:10": { "astralsorcery:10": { + "collectorType:3": 0, "constellationName:8": "astralsorcery.constellation.discidia", "crystalProperties:10": { "collectiveCapability:3": 100, - "size:3": 400, - "purity:3": 100 - }, - "collectorType:3": 0 + "purity:3": 100, + "size:3": 400 + } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Collector Crystals", - "desc:8": "Collector Crystals are like the crystals found bellow some Astral Sorcery structure, but can be placed where you wish. They can empower a variety of things and blocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 540, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "astralsorcery:blockcollectorcrystal", - "Count:3": 1, "tag:10": { "astralsorcery:10": { + "collectorType:3": 0, "constellationName:8": "astralsorcery.constellation.discidia", "crystalProperties:10": { "collectiveCapability:3": 100, - "size:3": 400, - "purity:3": 100 - }, - "collectorType:3": 0 + "purity:3": 100, + "size:3": 400 + } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "452:10": { - "questID:3": 541, "preRequisites:11": [ 536 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Attunement Altar is used to Attune Crystals, and yourself. You will need to build a multiblock structure around it, which you can find in the Astral Tome.", + "globalshare:1": 0, "icon:10": { - "id:8": "astralsorcery:blockattunementaltar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockattunementaltar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Attunement Altar", - "desc:8": "The Attunement Altar is used to Attune Crystals, and yourself. You will need to build a multiblock structure around it, which you can find in the Astral Tome." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 541, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "astralsorcery:blockattunementaltar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "astralsorcery:blockattunementaltar" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "453:10": { - "questID:3": 582, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Thermal Expansion!\n\nThis mod offers a large suite of powerful machines. Energy usage and speed of all machines have been increased, some more than others.\n\nThe energy production of dynamos have all been increased.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thermalfoundation:wrench", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:wrench" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thermal Expansion", - "desc:8": "Welcome to Thermal Expansion!\n\nThis mod offers a large suite of powerful machines. Energy usage and speed of all machines have been increased, some more than others.\n\nThe energy production of dynamos have all been increased." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 582, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thermalfoundation:wrench", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:wrench" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thermalfoundation:meter", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:meter" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thermalfoundation:diagram_redprint", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:diagram_redprint" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Thermal Expansion questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Thermal Expansion questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "454:10": { - "questID:3": 583, "preRequisites:11": [ 584 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Pulverizer pulverizes stuff. It can double ores, produce Flint from Gravel, and a lot more.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38116,39 +39046,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 1, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pulverizer", - "desc:8": "The Pulverizer pulverizes stuff. It can double ores, produce Flint from Gravel, and a lot more." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 583, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38156,55 +39110,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 1, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "455:10": { - "questID:3": 584, "preRequisites:11": [ 582 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A powered furnace.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -38212,39 +39144,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Redstone Furnace", - "desc:8": "A powered furnace." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 584, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -38252,55 +39208,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "456:10": { - "questID:3": 585, "preRequisites:11": [ 598 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Sawmill cuts Wood Logs into Planks, giving 6 Planks per Log.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38308,39 +39242,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sawmill", - "desc:8": "The Sawmill cuts Wood Logs into Planks, giving 6 Planks per Log." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 585, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38348,55 +39306,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "457:10": { - "questID:3": 586, "preRequisites:11": [ 585 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Induction Smelter can double ores when supplied with Sand, Slag or Cinnabar, and make various crafting components.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38404,39 +39340,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 3, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Induction Smelter", - "desc:8": "The Induction Smelter can double ores when supplied with Sand, Slag or Cinnabar, and make various crafting components." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 586, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38444,55 +39404,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 3, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "458:10": { - "questID:3": 587, "preRequisites:11": [ 599 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Cyclic Assembler in 1.12.x!", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 5, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -38500,39 +39438,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 5, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sequential Fabricator", - "desc:8": "The Cyclic Assembler in 1.12.x!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 587, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 11, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -38540,55 +39502,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 11, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "459:10": { - "questID:3": 588, "preRequisites:11": [ 583 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fractionating Still refines liquids, sometimes with by-products.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 7, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 2, @@ -38596,39 +39536,63 @@ 3, 3, 3 - ], - "Level:1": 0 - }, - "Damage:2": 7, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fractionating Still", - "desc:8": "The Fractionating Still refines liquids, sometimes with by-products." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 588, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 7, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 2, @@ -38636,55 +39600,33 @@ 3, 3, 3 - ], - "Level:1": 0 - }, - "Damage:2": 7, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "460:10": { - "questID:3": 589, "preRequisites:11": [ 586 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Energetic Infuser can charge items that hold RF, and infuse some items into others.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 9, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -38692,39 +39634,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 9, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Energetic Infuser", - "desc:8": "The Energetic Infuser can charge items that hold RF, and infuse some items into others." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 589, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 9, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -38732,55 +39698,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 9, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "461:10": { - "questID:3": 590, "preRequisites:11": [ 589 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fluid Transposer can fill/empty tanks and buckets, aswell as some items. It\u0027s used extensively through that pack - Some custom recipes will require you to upgrade it.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 8, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38788,39 +39732,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 8, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Transposer", - "desc:8": "The Fluid Transposer can fill/empty tanks and buckets, aswell as some items. It\u0027s used extensively through that pack - Some custom recipes will require you to upgrade it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 590, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 8, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 3, 1, @@ -38828,535 +39796,525 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 8, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "462:10": { - "questID:3": 591, "preRequisites:11": [ 582 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Dynamo produces power from burnables and water.\n\nTo see all the ways to produce power with Dynamos, use JEI.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Steam Dynamo", - "desc:8": "This Dynamo produces power from burnables and water.\n\nTo see all the ways to produce power with Dynamos, use JEI." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 591, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "463:10": { - "questID:3": 592, "preRequisites:11": [ 591 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Dynamo produces power from hot liquids.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 1, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Magmatic Dynamo", - "desc:8": "This Dynamo produces power from hot liquids." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 592, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 1, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "464:10": { - "questID:3": 593, "preRequisites:11": [ 592 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Dynamo produces power from a variety of liquid fuels, such as Liquifacted Coal and Refined Fuel, and water as coolant. See https://teamcofh.com/docs/compression-dynamo/ for the full list of fuels.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Compression Dynamo", - "desc:8": "This Dynamo produces power from a variety of liquid fuels, such as Liquifacted Coal and Refined Fuel, and water as coolant. See https://teamcofh.com/docs/compression-dynamo/ for the full list of fuels." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 593, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "465:10": { - "questID:3": 594, "preRequisites:11": [ 593 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Dynamo produces power from a solid reactant, and a liquid fuel, for example Destabilized Redstone and Sugar.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 3, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Reactant Dynamo", - "desc:8": "This Dynamo produces power from a solid reactant, and a liquid fuel, for example Destabilized Redstone and Sugar." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 594, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 3, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "466:10": { - "questID:3": 595, "preRequisites:11": [ 594 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Dynamo produces power from redstone.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 4, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enervation Dynamo", - "desc:8": "This Dynamo produces power from redstone." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 595, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 4, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "467:10": { - "questID:3": 596, "preRequisites:11": [ 595 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Dynamo produces power from Coins made in the Compactor with a special augment.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 5, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 5, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Numismatic Dynamo", - "desc:8": "This Dynamo produces power from Coins made in the Compactor with a special augment." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 596, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:dynamo", "Count:3": 1, + "Damage:2": 5, + "OreDict:8": "", + "id:8": "thermalexpansion:dynamo", "tag:10": { - "RSControl:1": 0, - "Facing:1": 1, "Energy:3": 0, - "Level:1": 0 - }, - "Damage:2": 5, - "OreDict:8": "" + "Facing:1": 1, + "Level:1": 0, + "RSControl:1": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "468:10": { - "questID:3": 597, "preRequisites:11": [ 590 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Magma Crucible smelts items into liquids.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 6, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39364,39 +40322,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 6, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Magma Crucible", - "desc:8": "The Magma Crucible smelts items into liquids." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 597, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 6, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39404,55 +40386,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 6, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "469:10": { - "questID:3": 598, "preRequisites:11": [ 588 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Compactor can make Plates from Ingot. You can augment it in order to make other things, such as Gears.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 11, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39460,39 +40420,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 11, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Compactor", - "desc:8": "The Compactor can make Plates from Ingot. You can augment it in order to make other things, such as Gears." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 598, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 5, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39500,55 +40484,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 5, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "470:10": { - "questID:3": 599, "preRequisites:11": [ 600 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Glacial Precipitator is able to make Snow and Ice out of Water and power.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 14, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39556,39 +40518,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 14, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Glacial Precipitator", - "desc:8": "The Glacial Precipitator is able to make Snow and Ice out of Water and power." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 599, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 14, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39596,55 +40582,33 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 14, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "471:10": { - "questID:3": 600, "preRequisites:11": [ 601 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Igneous Extruder uses Water, Lava and a little power to produce Cobblestone, Stone or Obsidian.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 15, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39652,39 +40616,63 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 15, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Igneous Extruder", - "desc:8": "The Igneous Extruder uses Water, Lava and a little power to produce Cobblestone, Stone or Obsidian." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 600, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:machine", "Count:3": 1, + "Damage:2": 15, + "OreDict:8": "", + "id:8": "thermalexpansion:machine", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -39692,59 +40680,38 @@ 2, 2, 2 - ], - "Level:1": 0 - }, - "Damage:2": 15, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "472:10": { - "questID:3": 601, "preRequisites:11": [ 582 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Energy Cell has been configured to hold and transfer far more than the default. It\u0027s well worth making, especially if you upgrade and enchant it.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "thermalexpansion:cell", - "Count:3": 1, "tag:10": { - "Recv:3": 5000, - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, + "Recv:3": 5000, + "Send:3": 5000, "SideCache:7": [ 2, 1, @@ -39752,44 +40719,68 @@ 1, 1, 1 - ], - "Level:1": 0, - "Send:3": 5000 - }, - "Damage:2": 0, - "OreDict:8": "" + ] + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Energy Cell", - "desc:8": "The Energy Cell has been configured to hold and transfer far more than the default. It\u0027s well worth making, especially if you upgrade and enchant it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 601, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "thermalexpansion:cell", - "Count:3": 1, "tag:10": { - "Recv:3": 5000, - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "Level:1": 0, + "RSControl:1": 0, + "Recv:3": 5000, + "Send:3": 5000, "SideCache:7": [ 2, 1, @@ -39797,56 +40788,32 @@ 1, 1, 1 - ], - "Level:1": 0, - "Send:3": 5000 - }, - "Damage:2": 0, - "OreDict:8": "" + ] + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "473:10": { - "questID:3": 602, "preRequisites:11": [ 604 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Slowly generates Water, passively. If adjacent to 2 or more Water Source blocks, the generation increases. Having more than 2 source blocks does not increase the speed further.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 0, 1, @@ -39855,37 +40822,61 @@ 0, 0 ] - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Aqueous Accumulator", - "desc:8": "Slowly generates Water, passively. If adjacent to 2 or more Water Source blocks, the generation increases. Having more than 2 source blocks does not increase the speed further." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 602, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 0, 1, @@ -39894,53 +40885,31 @@ 0, 0 ] - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "474:10": { - "questID:3": 603, "preRequisites:11": [ 602 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A fancy trash-can!", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 0, 1, @@ -39949,37 +40918,61 @@ 1, 1 ] - }, - "Damage:2": 1, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Nullifier", - "desc:8": "A fancy trash-can!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 603, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 0, 1, @@ -39988,53 +40981,31 @@ 1, 1 ] - }, - "Damage:2": 1, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "475:10": { - "questID:3": 604, "preRequisites:11": [ 607 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Increased the speed of nearby Thermal Expansion machines up to 60% per Thermal Mediator. The effect is stackable. The Thermal Mediator runs off of different kinds of coolants - the colder the better.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 0, 1, @@ -40043,37 +41014,61 @@ 1, 1 ] - }, - "Damage:2": 2, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thermal Mediator", - "desc:8": "Increased the speed of nearby Thermal Expansion machines up to 60% per Thermal Mediator. The effect is stackable. The Thermal Mediator runs off of different kinds of coolants - the colder the better." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 604, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 0, 1, @@ -40082,190 +41077,172 @@ 1, 1 ] - }, - "Damage:2": 2, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "476:10": { - "questID:3": 605, "preRequisites:11": [ 586 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A by-product of processing ores in the Induction Smelter. Redstone Ore plus Sand is particularly good.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 865, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rich Slag", - "desc:8": "A by-product of processing ores in the Induction Smelter. Redstone Ore plus Sand is particularly good." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 605, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 865, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "477:10": { - "questID:3": 606, "preRequisites:11": [ 583 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A by-product of pulverizing Gold and Redstone Ores. It can be used for crafting, and increasing the output of the Induction Smelters processes.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 866, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Cinnabar", - "desc:8": "A by-product of pulverizing Gold and Redstone Ores. It can be used for crafting, and increasing the output of the Induction Smelters processes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 606, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 866, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "478:10": { - "questID:3": 607, "preRequisites:11": [ 582, 601 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Extracts fluids from trees.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -40274,37 +41251,61 @@ 2, 2 ] - }, - "Damage:2": 3, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Arboreal Extractor", - "desc:8": "Extracts fluids from trees." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 607, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:device", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "thermalexpansion:device", "tag:10": { - "RSControl:1": 0, - "Facing:1": 3, "Energy:3": 0, + "Facing:1": 3, + "RSControl:1": 0, "SideCache:7": [ 1, 1, @@ -40313,238 +41314,224 @@ 2, 2 ] - }, - "Damage:2": 3, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "479:10": { - "questID:3": 608, "preRequisites:11": [ 588 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A by-product of refining Resin into Tree Oil.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 832, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rosin", - "desc:8": "A by-product of refining Resin into Tree Oil." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 608, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:material", "Count:3": 1, "Damage:2": 832, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "480:10": { - "questID:3": 609, "preRequisites:11": [ 594 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Greatly increases power generation and efficiency, but Elemental Reactions may be used.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 688, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ignition Plugs", - "desc:8": "Greatly increases power generation and efficiency, but Elemental Reactions may be used." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 609, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 688, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "481:10": { + "preRequisites:11": [ + 596 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "Allows for various gems to be used as fuel. Greatly increases power generation and efficiency.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 720, + "OreDict:8": "", + "id:8": "thermalexpansion:augment" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Lapidary Calibration", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 610, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "481:10": { - "questID:3": 610, - "preRequisites:11": [ - 596 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "thermalexpansion:augment", - "Count:3": 1, - "Damage:2": 720, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Lapidary Calibration", - "desc:8": "Allows for various gems to be used as fuel. Greatly increases power generation and efficiency." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 720, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "482:10": { - "questID:3": 611, "preRequisites:11": [ 591, 592, @@ -40552,4214 +41539,4333 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Turns an applicable Dynamo into a Steam Boiler - It can only produce steam, not energy.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 576, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Boiler Conversion", - "desc:8": "Turns an applicable Dynamo into a Steam Boiler - It can only produce steam, not energy." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 611, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 576, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "483:10": { - "questID:3": 612, "preRequisites:11": [ 582 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Hardened Upgrade Kit", - "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 612, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "484:10": { - "questID:3": 613, "preRequisites:11": [ 595 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Allows for enchanted items to be used to generate power. This greatly increases power generation and efficiency. The enchanted item will be consumed in the process.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 704, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Disjunctive Extraction", - "desc:8": "Allows for enchanted items to be used to generate power. This greatly increases power generation and efficiency. The enchanted item will be consumed in the process." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 613, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 704, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "485:10": { - "questID:3": 614, "preRequisites:11": [ 593 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Greatly increases power generation and efficiency, but only Refined Fuel may be used.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 673, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ignition Plugs", - "desc:8": "Greatly increases power generation and efficiency, but only Refined Fuel may be used." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 614, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 673, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "486:10": { - "questID:3": 615, "preRequisites:11": [ 591 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Increases fuel efficiency.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 513, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fuel Catalyzer", - "desc:8": "Increases fuel efficiency." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 615, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 513, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "487:10": { - "questID:3": 616, "preRequisites:11": [ 591 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Increases power generation.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 512, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Auxiliary Transmission Coil", - "desc:8": "Increases power generation." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 616, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 512, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "488:10": { - "questID:3": 617, "preRequisites:11": [ 592 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Greatly increases power generation and efficiency, you will however need to supply coolant.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 656, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Isentropic Reservoir", - "desc:8": "Greatly increases power generation and efficiency, you will however need to supply coolant." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 617, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 656, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "489:10": { - "questID:3": 618, "preRequisites:11": [ 591 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Converts a Steam Dynamo into a Steam Turbine. Energy generation is greatly increased, but Steam has to be piped in.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 640, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Turbine Conversion", - "desc:8": "Converts a Steam Dynamo into a Steam Turbine. Energy generation is greatly increased, but Steam has to be piped in." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 618, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 640, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "490:10": { - "questID:3": 619, "preRequisites:11": [ 598 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This upgrade allows the Compactor to make coins, used to produce energy. It must be set to \"Mint\" mode.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 336, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Numismatic Press", - "desc:8": "This upgrade allows the Compactor to make coins, used to produce energy. It must be set to \"Mint\" mode." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 619, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 336, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "491:10": { - "questID:3": 620, "preRequisites:11": [ 585 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This upgrade allows fluids to be extracted from Logs.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 288, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Resin Funnel", - "desc:8": "This upgrade allows fluids to be extracted from Logs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 620, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 288, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "492:10": { - "questID:3": 621, "preRequisites:11": [ 587 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Allows the Sequential Fabricator to craft things with fluids in their recipes.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 433, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluidic Fabrication", - "desc:8": "Allows the Sequential Fabricator to craft things with fluids in their recipes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 621, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 433, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "493:10": { - "questID:3": 622, "preRequisites:11": [ 584 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This upgrade allows the Redstone Furnace to act as a Coke Oven.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 258, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pyrolytic Conversion", - "desc:8": "This upgrade allows the Redstone Furnace to act as a Coke Oven." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 622, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 258, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "494:10": { - "questID:3": 624, "preRequisites:11": [ 225 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Matter Receiver can be teleported to.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:matter_receiver", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:matter_receiver" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Matter Receiver", - "desc:8": "The Matter Receiver can be teleported to.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 624, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:matter_receiver", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:matter_receiver" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "495:10": { - "questID:3": 625, "preRequisites:11": [ 598 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This upgrade allows the Compactor to make Gears out of appropriate metals. The Compactor must be set to Gear mode.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 337, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gearworking Die", - "desc:8": "This upgrade allows the Compactor to make Gears out of appropriate metals. The Compactor must be set to Gear mode." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 625, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 337, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "496:10": { - "questID:3": 626, "preRequisites:11": [ 612 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Reinforced Upgrade Kit", - "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 626, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "497:10": { - "questID:3": 627, "preRequisites:11": [ 626 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Signalum Upgrade Kit", - "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 627, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "498:10": { + "preRequisites:11": [ + 646 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "See the RFTools manual for details.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "rftools:elevator" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Elevator", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 628, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "498:10": { - "questID:3": 628, - "preRequisites:11": [ - 646 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "rftools:elevator", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Elevator", - "desc:8": "See the RFTools manual for details." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:elevator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:elevator" }, "1:10": { - "id:8": "rftools:elevator_button_module", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:elevator_button_module" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "499:10": { - "questID:3": 629, "preRequisites:11": [ 589 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This upgrade allows for rapid wireless recharging of Thermal Expansion Capacitors. The machine will be incapable of anything else.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 402, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Parabolic Flux Coupling", - "desc:8": "This upgrade allows for rapid wireless recharging of Thermal Expansion Capacitors. The machine will be incapable of anything else." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 629, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalexpansion:augment", "Count:3": 1, "Damage:2": 402, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalexpansion:augment" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "500:10": { - "questID:3": 630, "preRequisites:11": [ 627 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Resonant Upgrade Kit", - "desc:8": "This is used to upgrade machines and gadgets in Thermal Expansion. Requires tier immediately preceding." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 630, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:upgrade", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:upgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "501:10": { - "questID:3": 631, "preRequisites:11": [ 636 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Card is useful for clearing out large areas of blocks.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:shape_card", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:shape_card" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Shape Card (Void)", - "desc:8": "This Card is useful for clearing out large areas of blocks.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 631, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:shape_card", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:shape_card" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "502:10": { - "questID:3": 632, "preRequisites:11": [ 225 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A highly advanced Beacon alternative.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:environmental_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:environmental_controller" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Environmental Controller", - "desc:8": "A highly advanced Beacon alternative.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 632, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:environmental_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:environmental_controller" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "503:10": { - "questID:3": 633, "preRequisites:11": [ 225, 624 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Advanced Charged Porter can be bound to several Matter Receivers, letting you teleport between them.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:advanced_charged_porter", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:advanced_charged_porter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Charged Porter", - "desc:8": "The Advanced Charged Porter can be bound to several Matter Receivers, letting you teleport between them.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 633, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:advanced_charged_porter", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:advanced_charged_porter" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "504:10": { - "questID:3": 634, "preRequisites:11": [ 225 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This machine infuses RFTools devices with Dimensional Shards, improving them in various ways.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:machine_infuser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:machine_infuser" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Machine Infuser", - "desc:8": "This machine infuses RFTools devices with Dimensional Shards, improving them in various ways.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 634, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:machine_infuser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:machine_infuser" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "505:10": { - "questID:3": 635, "preRequisites:11": [ 225 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Modular Storage, when equipped with a Storage Module, is a portable mini-AE system, storing up to 300 stacks of unique items. Note that non-stackable items count for 1.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:modular_storage", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:modular_storage" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Modular Storage", - "desc:8": "The Modular Storage, when equipped with a Storage Module, is a portable mini-AE system, storing up to 300 stacks of unique items. Note that non-stackable items count for 1.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 635, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:modular_storage", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:modular_storage" }, "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "rftools:storage_module", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:storage_module" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "506:10": { - "questID:3": 636, "preRequisites:11": [ 225 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:builder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:builder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Builder", - "desc:8": "See the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 636, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:builder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:builder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "507:10": { - "questID:3": 637, "preRequisites:11": [ 225 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Screens are able to display a whole bunch of cool things, aswell as manage redstone remotely, call elevators, and more.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:screen", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:screen" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Screens", - "desc:8": "Screens are able to display a whole bunch of cool things, aswell as manage redstone remotely, call elevators, and more.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 637, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:screen", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:screen" }, "1:10": { - "id:8": "rftools:screen_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:screen_controller" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "508:10": { - "questID:3": 638, "preRequisites:11": [ 225 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Power Cell for storing your RF. Power Cells can be wirelessly connected to eachother.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:powercell", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:powercell" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Power Cell", - "desc:8": "A Power Cell for storing your RF. Power Cells can be wirelessly connected to eachother.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 638, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:powercell", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:powercell" }, "1:10": { - "id:8": "rftools:powercell_card", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:powercell_card" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "509:10": { - "questID:3": 639, "preRequisites:11": [ 631 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Card can be used for building, with the Builder. \n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:shape_card", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:shape_card" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Shape Card", - "desc:8": "This Card can be used for building, with the Builder. \n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 639, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:shape_card", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:shape_card" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "510:10": { - "questID:3": 640, "preRequisites:11": [ 624 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Matter Transmitter can be teleported from, to Matter Receivers.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:matter_transmitter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:matter_transmitter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Matter Transmitter", - "desc:8": "The Matter Transmitter can be teleported from, to Matter Receivers.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 640, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:matter_transmitter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:matter_transmitter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "511:10": { - "questID:3": 641, "preRequisites:11": [ 640 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Dialing Devices lets you \"dial\" Matter Receivers, enabling travel to them from a nearby Matter Transmitter.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:dialing_device", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:dialing_device" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dialing Device", - "desc:8": "The Dialing Devices lets you \"dial\" Matter Receivers, enabling travel to them from a nearby Matter Transmitter.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 641, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:dialing_device", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:dialing_device" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "512:10": { - "questID:3": 642, "preRequisites:11": [ 640 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Destination Analyser, when connected to a Matter Transmitter, enables you to check whether the Receiver you\u0027re dialing to has power.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:destination_analyzer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:destination_analyzer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Destination Analyser", - "desc:8": "The Destination Analyser, when connected to a Matter Transmitter, enables you to check whether the Receiver you\u0027re dialing to has power.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 642, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:destination_analyzer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:destination_analyzer" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "513:10": { - "questID:3": 643, "preRequisites:11": [ 647 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The combination of Seed Oil and Wood Logs - It\u0027s required to make the Thermionic Fabricator.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:impregnated_casing", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:impregnated_casing" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Impregnated Casing", - "desc:8": "The combination of Seed Oil and Wood Logs - It\u0027s required to make the Thermionic Fabricator." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 643, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:impregnated_casing", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:impregnated_casing" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "514:10": { - "questID:3": 644, "preRequisites:11": [ 642 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Matter Booster, when placed adjacent to a Matter Transmitter, allows it to spend extra RF to get you to your destination safely. With it, the Matter Receiver you\u0027re teleporting to can be completely out of power, without you dying.\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:matter_booster", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:matter_booster" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Matter Booster", - "desc:8": "The Matter Booster, when placed adjacent to a Matter Transmitter, allows it to spend extra RF to get you to your destination safely. With it, the Matter Receiver you\u0027re teleporting to can be completely out of power, without you dying.\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 644, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "rftools:matter_booster", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "rftools:matter_booster" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "515:10": { - "questID:3": 645, "preRequisites:11": [ 639 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:shape_card", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:shape_card" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Builder Quarry", - "desc:8": "See the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 645, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "rftools:shape_card", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:shape_card" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "516:10": { - "questID:3": 646, "preRequisites:11": [ 637 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Screen controlled Wireless Redstone!\n\nSee the RFTools manual for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "rftools:button_module", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:button_module" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Button Module", - "desc:8": "Screen controlled Wireless Redstone!\n\nSee the RFTools manual for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 646, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "rftools:button_module", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "rftools:button_module" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "517:10": { - "questID:3": 647, "preRequisites:11": [ 466 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Squeezer is a machine used to get fluids out of items, like Seeds.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:squeezer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:squeezer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Squeezer", - "desc:8": "The Squeezer is a machine used to get fluids out of items, like Seeds." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 647, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:squeezer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:squeezer" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "518:10": { - "questID:3": 648, "preRequisites:11": [ 652 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Still can process Biomass into Ethanol, at a ratio of 10 Biomass to 3 Ethanol. Ethanol is an even better fuel source than Biomass.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:still", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:still" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Still", - "desc:8": "The Still can process Biomass into Ethanol, at a ratio of 10 Biomass to 3 Ethanol. Ethanol is an even better fuel source than Biomass." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 648, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:still", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:still" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "519:10": { - "questID:3": 649, "preRequisites:11": [ 655 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Portable Analyzer can analyze bees, trees and butterflies. It\u0027ll tell you everything there is to know about the specific bee/tree/butterfly you give it. For it to work, you\u0027ll have to supply it with honey.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "forestry:portable_alyzer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:portable_alyzer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Portable Analyzer", - "desc:8": "The Portable Analyzer can analyze bees, trees and butterflies. It\u0027ll tell you everything there is to know about the specific bee/tree/butterfly you give it. For it to work, you\u0027ll have to supply it with honey." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 649, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "forestry:portable_alyzer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:portable_alyzer" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "520:10": { - "questID:3": 650, "preRequisites:11": [ 466 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Rainmaker can make or stop rain. \n\nIn order for it to make rain, supply it with a §4Iodine Capsule§0.\n\nIf you want it to stop the rain, give it a §4Dissipation Charge§0.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:rainmaker", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:rainmaker" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rainmaker", - "desc:8": "The Rainmaker can make or stop rain. \n\nIn order for it to make rain, supply it with a §4Iodine Capsule§0.\n\nIf you want it to stop the rain, give it a §4Dissipation Charge§0." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 650, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:rainmaker", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:rainmaker" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "521:10": { - "questID:3": 651, "preRequisites:11": [ 466 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Flexible Casing is a rather new addition to Forestry. It\u0027s used to craft non-multiblock forms of the various farms.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:flexible_casing", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:flexible_casing" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Flexible Casing", - "desc:8": "The Flexible Casing is a rather new addition to Forestry. It\u0027s used to craft non-multiblock forms of the various farms." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 651, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:flexible_casing", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:flexible_casing" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "522:10": { - "questID:3": 652, "preRequisites:11": [ 461 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fermenter is used to make Biomass from Water or Fruit Juice, and Saplings.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:fermenter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:fermenter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fermenter", - "desc:8": "The Fermenter is used to make Biomass from Water or Fruit Juice, and Saplings." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 652, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:fermenter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:fermenter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "523:10": { - "questID:3": 653, "preRequisites:11": [ 655 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Centrifuge can be used to extract resources from §4Bee Combs§0, and a few soft blocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:centrifuge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:centrifuge" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Centrifuge", - "desc:8": "The Centrifuge can be used to extract resources from §4Bee Combs§0, and a few soft blocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 653, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:centrifuge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:centrifuge" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "524:10": { - "questID:3": 654, "preRequisites:11": [ 661 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Forestry Multiblock Farms can farm all kinds of things, and are both fast and efficient.\n\nSee §1https://ftbwiki.org/MultiFarm §0for additional details.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:ffarm", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:ffarm", "tag:10": { "FarmBlock:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Farms", - "desc:8": "Forestry Multiblock Farms can farm all kinds of things, and are both fast and efficient.\n\nSee §1https://ftbwiki.org/MultiFarm §0for additional details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 654, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:ffarm", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:ffarm", "tag:10": { "FarmBlock:3": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "forestry:ffarm", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "forestry:ffarm", "tag:10": { "FarmBlock:3": 0 - }, - "Damage:2": 3, - "OreDict:8": "" + } }, "2:10": { - "id:8": "forestry:ffarm", "Count:3": 1, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "forestry:ffarm", "tag:10": { "FarmBlock:3": 0 - }, - "Damage:2": 4, - "OreDict:8": "" + } }, "3:10": { - "id:8": "forestry:ffarm", "Count:3": 1, + "Damage:2": 5, + "OreDict:8": "", + "id:8": "forestry:ffarm", "tag:10": { "FarmBlock:3": 0 - }, - "Damage:2": 5, - "OreDict:8": "" + } }, "4:10": { - "id:8": "forestry:ffarm", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "forestry:ffarm", "tag:10": { "FarmBlock:3": 0 - }, - "Damage:2": 2, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "525:10": { - "questID:3": 655, "preRequisites:11": [ 643 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Apiary is an upgraded form of the Bee House. \n\nPut a Queen bee, or a Princess and a Drone inside it, and they\u0027ll start to produce their appropriate comb - if their requirements are met.\n\nIf you\u0027re looking to get into bee breeding, I highly suggest you watch a spotlight, or read a guide or two. Gendustry is in the pack, which simplifies the breeding quite a bit.\n\nYou will need to get the product of the bees found in The End to complete this pack, but no bee breeding is needed. ", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:apiary", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:apiary" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Apiary", - "desc:8": "The Apiary is an upgraded form of the Bee House. \n\nPut a Queen bee, or a Princess and a Drone inside it, and they\u0027ll start to produce their appropriate comb - if their requirements are met.\n\nIf you\u0027re looking to get into bee breeding, I highly suggest you watch a spotlight, or read a guide or two. Gendustry is in the pack, which simplifies the breeding quite a bit.\n\nYou will need to get the product of the bees found in The End to complete this pack, but no bee breeding is needed. " + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 655, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:apiary", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:apiary" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "526:10": { - "questID:3": 656, "preRequisites:11": [ 461 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Engine requires you to wind it up before it can generate power.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:engine_clockwork", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_clockwork" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Clockwork Engine", - "desc:8": "This Engine requires you to wind it up before it can generate power." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 656, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:engine_clockwork", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_clockwork" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "527:10": { - "questID:3": 657, "preRequisites:11": [ 649 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Some bees can harm, poison or even kill you if you\u0027re near them. The Apiarist\u0027s \"Armor\" will protect you from them.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forestry:apiarist_helmet", - "Count:3": 1, "tag:10": { "ENABLED:1": 1, "RARITY:3": 2 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Apiarist\u0027s \"Armor\"", - "desc:8": "Some bees can harm, poison or even kill you if you\u0027re near them. The Apiarist\u0027s \"Armor\" will protect you from them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 657, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forestry:apiarist_helmet", - "Count:3": 1, "tag:10": { "ENABLED:1": 1, "RARITY:3": 2 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forestry:apiarist_chest", - "Count:3": 1, "tag:10": { "ENABLED:1": 1, "RARITY:3": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forestry:apiarist_legs", - "Count:3": 1, "tag:10": { "ENABLED:1": 1, "RARITY:3": 1 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "3:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "forestry:apiarist_boots", - "Count:3": 1, "tag:10": { "ENABLED:1": 1, "RARITY:3": 3 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "528:10": { - "questID:3": 658, "preRequisites:11": [ 659 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Peat-fired Engine produces power from Peat.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:engine_peat", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_peat" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Peat-fired Engine", - "desc:8": "The Peat-fired Engine produces power from Peat." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 658, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:engine_peat", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_peat" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "529:10": { - "questID:3": 659, "preRequisites:11": [ 652, 656 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Biogas Engine generates energy from a tiny amount of Lava, and Biomass.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:engine_biogas", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_biogas" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Biogas Engine", - "desc:8": "The Biogas Engine generates energy from a tiny amount of Lava, and Biomass." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 659, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:engine_biogas", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:engine_biogas" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "530:10": { - "questID:3": 660, "preRequisites:11": [ 466 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Circuit Boards can be used to set the type of §4Farms§0, or §4upgrade machines§0.\n\nIn order to use a Circuit Board, right-click with a §4Soldering Iron§0, and put the Circuit Board in there. Depending on the Circuit Board, you\u0027ll have 1 to 4 possible slots for §4Tubes§0.\nThe Tubes you place in the Circuit Board determine the effects of the Circuit Board. You can read what each Tube does, in its §4tooltip§0.\n\nYou only have to make one of the Circuit Boards to complete the quest.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:chipsets", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:chipsets", "tag:10": { "T:2": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Circuit Boards", - "desc:8": "Circuit Boards can be used to set the type of §4Farms§0, or §4upgrade machines§0.\n\nIn order to use a Circuit Board, right-click with a §4Soldering Iron§0, and put the Circuit Board in there. Depending on the Circuit Board, you\u0027ll have 1 to 4 possible slots for §4Tubes§0.\nThe Tubes you place in the Circuit Board determine the effects of the Circuit Board. You can read what each Tube does, in its §4tooltip§0.\n\nYou only have to make one of the Circuit Boards to complete the quest." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 660, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:chipsets", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "forestry:chipsets", "tag:10": { "T:2": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:chipsets", "Count:3": 1, + "Damage:2": 1, + "OreDict:8": "", + "id:8": "forestry:chipsets", "tag:10": { "T:2": 1 - }, - "Damage:2": 1, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" }, "2:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 2, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:chipsets", "Count:3": 1, + "Damage:2": 2, + "OreDict:8": "", + "id:8": "forestry:chipsets", "tag:10": { "T:2": 2 - }, - "Damage:2": 2, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" }, "3:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 3, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:chipsets", "Count:3": 1, + "Damage:2": 3, + "OreDict:8": "", + "id:8": "forestry:chipsets", "tag:10": { "T:2": 3 - }, - "Damage:2": 3, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "531:10": { - "questID:3": 661, "preRequisites:11": [ 468, 660 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tin Electron Tubes can be used to upgrade the Electrical Engine, or in Farms to set them to Manual Reed Farms.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:thermionic_tubes", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:thermionic_tubes" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Tin Electron Tubes", - "desc:8": "Tin Electron Tubes can be used to upgrade the Electrical Engine, or in Farms to set them to Manual Reed Farms." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 661, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:thermionic_tubes", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:thermionic_tubes" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "532:10": { - "questID:3": 662, "preRequisites:11": [ 661 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Blazing Electron Tubes can be used to upgrade machine speed, at the cost of additional energy. They can also be used to set Farms to Nether Wart production.", + "globalshare:1": 0, "icon:10": { - "id:8": "forestry:thermionic_tubes", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:thermionic_tubes" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blazing Electron Tubes", - "desc:8": "Blazing Electron Tubes can be used to upgrade machine speed, at the cost of additional energy. They can also be used to set Farms to Nether Wart production." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 662, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "forestry:thermionic_tubes", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "forestry:thermionic_tubes" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "533:10": { - "questID:3": 663, "preRequisites:11": [ 473 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Thermoelectric Generator passively produces power, when a hot and a cold block is adjacent to it, on opposite sides. You can use up to 3 hot and 3 cold blocks per Thermoelectric Generator, and it will increase the power generated threefold.\n\nCheck the Engineer\u0027s Manual to see which blocks are valid.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_device1", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thermoelectric Generator", - "desc:8": "The Thermoelectric Generator passively produces power, when a hot and a cold block is adjacent to it, on opposite sides. You can use up to 3 hot and 3 cold blocks per Thermoelectric Generator, and it will increase the power generated threefold.\n\nCheck the Engineer\u0027s Manual to see which blocks are valid." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 663, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_device1", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device1" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "minecraft:lava_bucket", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:lava_bucket" }, "2:10": { - "id:8": "minecraft:ice", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:ice" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "534:10": { - "questID:3": 664, "preRequisites:11": [ 477 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This block is used for some Multiblock machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Redstone Engineering Block.", - "desc:8": "This block is used for some Multiblock machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 664, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "535:10": { - "questID:3": 665, "preRequisites:11": [ 664 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This block is used for some Multiblock machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Light Engineering Block", - "desc:8": "This block is used for some Multiblock machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 665, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "536:10": { - "questID:3": 666, "preRequisites:11": [ 665 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This block is used for some Multiblock machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Heavy Engineering Block", - "desc:8": "This block is used for some Multiblock machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 666, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "537:10": { - "questID:3": 667, "preRequisites:11": [ 666 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This block is used for some Multiblock machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Generator Block", - "desc:8": "This block is used for some Multiblock machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 667, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 6, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "538:10": { - "questID:3": 668, "preRequisites:11": [ 667 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This block is used for some Multiblock machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Radiator Block", - "desc:8": "This block is used for some Multiblock machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 668, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_decoration0", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_decoration0" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "539:10": { - "questID:3": 669, "preRequisites:11": [ 675 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Metal Press Molds decide what the Metal Press should output.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersiveengineering:mold", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:mold" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Metal Press Molds", - "desc:8": "Metal Press Molds decide what the Metal Press should output." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 669, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "immersiveengineering:mold", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersiveengineering:mold", + "OreDict:8": "", + "id:8": "immersiveengineering:mold" + }, + "1:10": { "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" - }, - "2:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersiveengineering:mold", + "OreDict:8": "", + "id:8": "immersiveengineering:mold" + }, + "2:10": { "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" - }, - "3:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersiveengineering:mold", + "OreDict:8": "", + "id:8": "immersiveengineering:mold" + }, + "3:10": { "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:mold" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "540:10": { - "questID:3": 670, "preRequisites:11": [ 664, 665, @@ -44769,4024 +45875,4134 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Projector can display how multiblock structures are supposed to be built.\n\nCraft the Projector with an Engineer\u0027s Manual turned to the page of the machine you want to build, to set it.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersivepetroleum:schematic", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersivepetroleum:schematic" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Projector", - "desc:8": "The Projector can display how multiblock structures are supposed to be built.\n\nCraft the Projector with an Engineer\u0027s Manual turned to the page of the machine you want to build, to set it." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "immersivepetroleum:schematic", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 670, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:choice", - "index:3": 0, "choices:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" }, "2:10": { + "Count:3": 1, + "Damage:2": 75, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + }, + "index:3": 0, + "rewardID:8": "bq_standard:choice" + } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { "Count:3": 1, - "Damage:2": 75, - "OreDict:8": "" + "Damage:2": 0, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "immersivepetroleum:schematic" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "541:10": { - "questID:3": 671, "preRequisites:11": [ 495 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery", - "Count:3": 1, "tag:10": { "Energy:3": 200000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Single Battery", - "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 671, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery", - "Count:3": 1, "tag:10": { "Energy:3": 200000 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "542:10": { - "questID:3": 672, "preRequisites:11": [ 492 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This nifty gadget can change the type of mob a Mob Spawner spawns. Pick the entity of your choosing by right-clicking it with the Spawner Changer, and then right-click a vanilla Mob Spawner to change it.\n\nThe Spawner Changer is used in the process.\n\nYou get Spawner Shards from breaking Spawners.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "actuallyadditions:item_spawner_changer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_spawner_changer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Spawner Changer", - "desc:8": "This nifty gadget can change the type of mob a Mob Spawner spawns. Pick the entity of your choosing by right-clicking it with the Spawner Changer, and then right-click a vanilla Mob Spawner to change it.\n\nThe Spawner Changer is used in the process.\n\nYou get Spawner Shards from breaking Spawners." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 672, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "actuallyadditions:item_spawner_changer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_spawner_changer" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "543:10": { - "questID:3": 673, "preRequisites:11": [ 490 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Automatic Feeder does exactly that, just supply it with the appropriate food - Wheat for Cows, Carrot for Pigs, etc.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_feeder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_feeder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Automatic Feeder", - "desc:8": "The Automatic Feeder does exactly that, just supply it with the appropriate food - Wheat for Cows, Carrot for Pigs, etc." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 673, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_feeder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_feeder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "544:10": { - "questID:3": 674, "preRequisites:11": [ 663 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "When supplied with power, the External Heater will power and increase speed of adjacent furnaces.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_device1", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "External Heater", - "desc:8": "When supplied with power, the External Heater will power and increase speed of adjacent furnaces." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 674, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_device1", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "545:10": { - "questID:3": 675, "preRequisites:11": [ 475 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Blueprints let you craft various recipes in the Engineer\u0027s Workbench.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "immersiveengineering:blueprint", - "Count:3": 1, "tag:10": { "blueprint:8": "components" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blueprints", - "desc:8": "Blueprints let you craft various recipes in the Engineer\u0027s Workbench." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 675, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "immersiveengineering:blueprint", - "Count:3": 1, - "tag:10": { - "blueprint:8": "components" - }, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:blueprint", + "tag:10": { + "blueprint:8": "components" + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "546:10": { - "questID:3": 676, "preRequisites:11": [ 490 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "When supplied with power, the Farmer will till, plant and harvest plants in front of it, in a 9x9 area.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_farmer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_farmer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Farmer", - "desc:8": "When supplied with power, the Farmer will till, plant and harvest plants in front of it, in a 9x9 area." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 676, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_farmer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_farmer" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "547:10": { - "questID:3": 677, "preRequisites:11": [ 492 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Experience Solidifier does exactly what the name suggests. Store all your experience by clicking All.\n\nAlthough it looks like it can only hold 1 stack of Solidified Experience, its internal buffer can store a lot more than that.\n\nRight-click with Solidified Experience to get experience. Shift-right click to consume a stack.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_xp_solidifier", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_xp_solidifier" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Experience Solidifier", - "desc:8": "The Experience Solidifier does exactly what the name suggests. Store all your experience by clicking All.\n\nAlthough it looks like it can only hold 1 stack of Solidified Experience, its internal buffer can store a lot more than that.\n\nRight-click with Solidified Experience to get experience. Shift-right click to consume a stack." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 677, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_xp_solidifier", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_xp_solidifier" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "548:10": { - "questID:3": 678, "preRequisites:11": [ 490 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ranged Collector will pick up item entities near it. It\u0027s highly configurable.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_ranged_collector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_ranged_collector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ranged Collector", - "desc:8": "The Ranged Collector will pick up item entities near it. It\u0027s highly configurable." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 678, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_ranged_collector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_ranged_collector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "549:10": { - "questID:3": 679, "preRequisites:11": [ 492 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Phantomface is essentially a block-proxy. By binding the Phantomface to a block, you can interact with that block by interacting with the Phantomface. \n\nThis has a heap of useful applications, especially when it comes to automating machines.\n\nBind the Phantomface to a block with the Phantom Connector.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_phantomface", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_phantomface" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Phantomface", - "desc:8": "The Phantomface is essentially a block-proxy. By binding the Phantomface to a block, you can interact with that block by interacting with the Phantomface. \n\nThis has a heap of useful applications, especially when it comes to automating machines.\n\nBind the Phantomface to a block with the Phantom Connector." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 679, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_phantomface", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_phantomface" }, "1:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "actuallyadditions:item_phantom_connector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_phantom_connector" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "550:10": { - "questID:3": 680, "preRequisites:11": [ 671 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery_double", - "Count:3": 1, "tag:10": { "Energy:3": 350000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Double Battery", - "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 680, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery_double", - "Count:3": 1, "tag:10": { "Energy:3": 350000 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "551:10": { - "questID:3": 681, "preRequisites:11": [ 496 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tamed Cats cough these up from time to time. They\u0027re not entirely useless.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:item_hairy_ball", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_hairy_ball" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ball of Fur", - "desc:8": "Tamed Cats cough these up from time to time. They\u0027re not entirely useless." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 681, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:item_hairy_ball", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_hairy_ball" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "552:10": { - "questID:3": 682, "preRequisites:11": [ 492 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Place the Fishing Net directly above water, and it\u0027ll automatically fish for you. It outputs to inventories adjacent to it", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_fishing_net", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_fishing_net" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fishing Net", - "desc:8": "Place the Fishing Net directly above water, and it\u0027ll automatically fish for you. It outputs to inventories adjacent to it" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 682, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_fishing_net", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_fishing_net" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "553:10": { - "questID:3": 683, "preRequisites:11": [ 492 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Greenhouse Glass speeds up the growth of plants underneath it.", + "globalshare:1": 0, "icon:10": { - "id:8": "actuallyadditions:block_greenhouse_glass", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_greenhouse_glass" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Greenhouse Glass", - "desc:8": "Greenhouse Glass speeds up the growth of plants underneath it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 683, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "actuallyadditions:block_greenhouse_glass", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:block_greenhouse_glass" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "554:10": { - "questID:3": 684, "preRequisites:11": [ 469 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "LV, or Low Voltage, is the lowest power transfer rate in Immersive Engineering. In this pack, it\u0027s 2048 RF/t, per connection.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_device0", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "LV Energy", - "desc:8": "LV, or Low Voltage, is the lowest power transfer rate in Immersive Engineering. In this pack, it\u0027s 2048 RF/t, per connection." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 684, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_device0", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device0" }, "1:10": { - "id:8": "immersiveengineering:wirecoil", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wirecoil" }, "2:10": { - "id:8": "immersiveengineering:connector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:connector" }, "3:10": { - "id:8": "immersiveengineering:connector", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:connector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "555:10": { - "questID:3": 685, "preRequisites:11": [ 684 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "MV, Medium Voltage, can transfer up to 8192 RF/t, per connection.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_device0", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "MV Energy", - "desc:8": "MV, Medium Voltage, can transfer up to 8192 RF/t, per connection." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 685, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_device0", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device0" }, "1:10": { - "id:8": "immersiveengineering:wirecoil", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wirecoil" }, "2:10": { - "id:8": "immersiveengineering:connector", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:connector" }, "3:10": { - "id:8": "immersiveengineering:connector", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:connector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "556:10": { - "questID:3": 686, "preRequisites:11": [ 685 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "HV, High Voltage, is the highest power transfer rate in Immersive Engineering. In this pack, it\u0027s 32768 RF/t, per connection.", + "globalshare:1": 0, "icon:10": { - "id:8": "immersiveengineering:metal_device0", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "HV Energy", - "desc:8": "HV, High Voltage, is the highest power transfer rate in Immersive Engineering. In this pack, it\u0027s 32768 RF/t, per connection." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 686, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "immersiveengineering:metal_device0", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:metal_device0" }, "1:10": { - "id:8": "immersiveengineering:wirecoil", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:wirecoil" }, "2:10": { - "id:8": "immersiveengineering:connector", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:connector" }, "3:10": { - "id:8": "immersiveengineering:connector", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "immersiveengineering:connector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "557:10": { - "questID:3": 687, "preRequisites:11": [ 482 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Deep Dark is a scary, dark cave dimension. It has §2twice the ore generation §0of the Overworld.\n\nSomething\u0027s lurking in the darkness, you better bring torches.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:teleporter", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:teleporter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The Deep Dark", - "desc:8": "The Deep Dark is a scary, dark cave dimension. It has §2twice the ore generation §0of the Overworld.\n\nSomething\u0027s lurking in the darkness, you better bring torches." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 687, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:teleporter", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:teleporter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "558:10": { - "questID:3": 688, "preRequisites:11": [ 694 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Builder\u0027s Wand lets you place up to 9 of the same kind of block as the one you\u0027re looking at, given you have the blocks in your inventory.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:itembuilderswand", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:itembuilderswand" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Builder\u0027s Wand", - "desc:8": "The Builder\u0027s Wand lets you place up to 9 of the same kind of block as the one you\u0027re looking at, given you have the blocks in your inventory." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 688, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:itembuilderswand", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:itembuilderswand" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "559:10": { - "questID:3": 689, "preRequisites:11": [ 680 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery_triple", - "Count:3": 1, "tag:10": { "Energy:3": 600000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Triple Battery", - "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 689, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery_triple", - "Count:3": 1, "tag:10": { "Energy:3": 600000 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "560:10": { - "questID:3": 690, "preRequisites:11": [ 689 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery_quadruple", - "Count:3": 1, "tag:10": { "Energy:3": 1000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Quadruple Battery", - "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 690, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery_quadruple", - "Count:3": 1, "tag:10": { "Energy:3": 1000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "561:10": { - "questID:3": 691, "preRequisites:11": [ 690 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "actuallyadditions:item_battery_quintuple", - "Count:3": 1, "tag:10": { "Energy:3": 2000000 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Quintuple Battery", - "desc:8": "Handy power storage - It\u0027s a great way to keep equipment powered. Shift-click to toggle between the different modes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 691, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "actuallyadditions:item_battery_quintuple", - "Count:3": 1, - "tag:10": { - "Energy:3": 2000000 - }, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "actuallyadditions:item_battery_quintuple", + "tag:10": { + "Energy:3": 2000000 + } } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "562:10": { - "questID:3": 693, "preRequisites:11": [ 479 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Screen displays any imgur image, just give it an URL.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:screen", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:screen" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Screen", - "desc:8": "The Screen displays any imgur image, just give it an URL." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 693, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:screen", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:screen" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "563:10": { - "questID:3": 694, "preRequisites:11": [ 695 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Players can walk straight through this, but mobs can\u0027t.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:ineffableglass", "Count:3": 64, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:ineffableglass" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ethereal Glass", - "desc:8": "Players can walk straight through this, but mobs can\u0027t." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 694, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:ineffableglass", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:ineffableglass" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "564:10": { - "questID:3": 695, "preRequisites:11": [ 698, 703 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Glass doesn\u0027t let any light through - Excellent for Cursed Earth mobfarms.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:decorativeglass", "Count:3": 64, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:decorativeglass" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dark Glass", - "desc:8": "This Glass doesn\u0027t let any light through - Excellent for Cursed Earth mobfarms." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 695, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:decorativeglass", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:decorativeglass" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "565:10": { - "questID:3": 696, "preRequisites:11": [ 693 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "If you connect a Wireless RF Battery to energy, you\u0027ll be able to wirelessly power machines with the Wireless RF Transmitter.\n\nSimply place the Transmitter, and it\u0027ll connect to nearby tiles that take power. Each Transmitter can at most output 80 RF/t.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:powerbattery", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:powerbattery" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Wireless RF", - "desc:8": "If you connect a Wireless RF Battery to energy, you\u0027ll be able to wirelessly power machines with the Wireless RF Transmitter.\n\nSimply place the Transmitter, and it\u0027ll connect to nearby tiles that take power. Each Transmitter can at most output 80 RF/t." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 696, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:powerbattery", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:powerbattery" }, "1:10": { - "id:8": "extrautils2:powertransmitter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:powertransmitter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "566:10": { - "questID:3": 697, "preRequisites:11": [ 698 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nWooden Spikes reduce entities to half a heart, but doesn\u0027t kill.\n\nThey can be placed upwards, downwards and sideways.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:spike_wood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_wood" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Wooden Spikes", - "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nWooden Spikes reduce entities to half a heart, but doesn\u0027t kill.\n\nThey can be placed upwards, downwards and sideways." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 697, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:spike_wood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_wood" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "567:10": { - "questID:3": 698, "preRequisites:11": [ 479 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Cursed Earth is made by right-clicking Dirt or Grass with a Drop of Evil, which is a rare drop from Wither Skeletons.\n\nCursed Earth will drastically increase the spawn rate of monsters on it, and the monsters that spawn will be extra strong and aggresive. Light completely stops the spawning, and the spread of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:cursedearth", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:cursedearth" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Cursed Earth", - "desc:8": "Cursed Earth is made by right-clicking Dirt or Grass with a Drop of Evil, which is a rare drop from Wither Skeletons.\n\nCursed Earth will drastically increase the spawn rate of monsters on it, and the monsters that spawn will be extra strong and aggresive. Light completely stops the spawning, and the spread of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 698, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:ingredients", "Count:3": 1, "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:ingredients" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "568:10": { - "questID:3": 699, "preRequisites:11": [ 479 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Used to create most Extra Utilities machines. \n\n", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:machine" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Machine Block", - "desc:8": "Used to create most Extra Utilities machines. \n\n" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 699, + "rewards:9": { + "0:10": { + "amount:3": 5, + "index:3": 0, + "isLevels:1": 1, + "rewardID:8": "bq_standard:xp" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:machine" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "amount:3": 5, - "rewardID:8": "bq_standard:xp", - "isLevels:1": 1, - "index:3": 0 - } } }, "569:10": { - "questID:3": 700, "preRequisites:11": [ 701 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A simple powered furnace.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:furnace" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Furnace", - "desc:8": "A simple powered furnace." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 700, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:furnace" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "570:10": { - "questID:3": 701, "preRequisites:11": [ 699 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A simple powered crusher.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:crusher" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Crusher", + "partysinglereward:1": 0, + "questlogic:8": "AND", "repeat_relative:1": 1, - "name:8": "Crusher", - "desc:8": "A simple powered crusher." + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 701, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:crusher" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "571:10": { - "questID:3": 702, "preRequisites:11": [ 700 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Enchanter is used to create various materials.\n\nIt §2§0requires §0§2§0power and enchantment boosting blocks, equal to atleast 15 enchanting levels, nearby§0. \n\n§3§2§1§4§5§8§9§9§215 Bookshelves would do the trick.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:enchanter" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enchanter", - "desc:8": "The Enchanter is used to create various materials.\n\nIt §2§0requires §0§2§0power and enchantment boosting blocks, equal to atleast 15 enchanting levels, nearby§0. \n\n§3§2§1§4§5§8§9§9§215 Bookshelves would do the trick." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 702, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:enchanter" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "572:10": { - "questID:3": 703, "preRequisites:11": [ 693 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Angel Block is placeable mid-air - A great building tool, especially for floating bases.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:angelblock", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:angelblock" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Angel Block", - "desc:8": "The Angel Block is placeable mid-air - A great building tool, especially for floating bases." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 703, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:angelblock", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:angelblock" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "573:10": { - "questID:3": 704, "preRequisites:11": [ 699 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from burnables such as Coal and Planks.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_survival" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Survival Generator", - "desc:8": "This Generator produces power from burnables such as Coal and Planks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 704, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_survival" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "574:10": { - "questID:3": 705, "preRequisites:11": [ 697 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nThey can be placed upwards, downwards and sideways.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:spike_stone", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_stone" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Stone Spikes", - "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nThey can be placed upwards, downwards and sideways." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 705, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:spike_stone", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_stone" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "575:10": { - "questID:3": 706, "preRequisites:11": [ 705 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nThey can be placed upwards, downwards and sideways.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:spike_iron", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_iron" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Iron Spikes", - "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nThey can be placed upwards, downwards and sideways." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 706, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:spike_iron", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_iron" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "576:10": { - "questID:3": 707, "preRequisites:11": [ 706 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nMobs killed with Golden Spikes drop experience.\n\nThey can be placed upwards, downwards and sideways.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:spike_gold", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_gold" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Golden Spikes", - "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nMobs killed with Golden Spikes drop experience.\n\nThey can be placed upwards, downwards and sideways." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 707, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:spike_gold", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_gold" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "577:10": { - "questID:3": 708, "preRequisites:11": [ 707 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nMobs killed with Diamond Spikes drop player-kill only items.\n\nThey can be placed upwards, downwards and sideways.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:spike_diamond", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_diamond" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Diamond Spikes", - "desc:8": "Spikes are very useful for mobfarms. They deal damage to anything pushed up against them. \n\nMobs killed with Diamond Spikes drop player-kill only items.\n\nThey can be placed upwards, downwards and sideways." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 708, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:spike_diamond", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:spike_diamond" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "578:10": { + "preRequisites:11": [ + 704 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "This Generator produces power from burnables like Coal and Planks.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", + "tag:10": { + "Type:8": "extrautils2:generator" + } + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Furnace Generator", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 709, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "578:10": { - "questID:3": 709, - "preRequisites:11": [ - 704 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "extrautils2:machine", - "Count:3": 1, - "tag:10": { - "Type:8": "extrautils2:generator" - }, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Furnace Generator", - "desc:8": "This Generator produces power from burnables like Coal and Planks." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "579:10": { - "questID:3": 710, "preRequisites:11": [ 709 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from food, the better the quality the higher the RF/t and total output.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_culinary" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Culinary Generator", - "desc:8": "This Generator produces power from food, the better the quality the higher the RF/t and total output." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 710, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_culinary" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "580:10": { - "questID:3": 711, "preRequisites:11": [ 710 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from Lava.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_lava" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Magmatic Generator", - "desc:8": "This Generator produces power from Lava." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 711, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_lava" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "581:10": { - "questID:3": 712, "preRequisites:11": [ 704 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from Lava and Redstone.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_redstone" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Heated Redstone Generator", - "desc:8": "This Generator produces power from Lava and Redstone." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 712, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_redstone" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "582:10": { - "questID:3": 713, "preRequisites:11": [ 709 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from Ender Pearls.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_ender" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ender Generator", - "desc:8": "This Generator produces power from Ender Pearls." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 713, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_ender" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "583:10": { - "questID:3": 714, "preRequisites:11": [ 710 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from potions - The more components used in the brewing of the potion, the higher the RF/t and total output.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_potion" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Potion Generator", - "desc:8": "This Generator produces power from potions - The more components used in the brewing of the potion, the higher the RF/t and total output." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 714, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_potion" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "584:10": { - "questID:3": 715, "preRequisites:11": [ 711 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from pink items.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_pink" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pink Generator", - "desc:8": "This Generator produces power from pink items." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 715, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_pink" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "585:10": { - "questID:3": 716, "preRequisites:11": [ 715 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from Milk and Slime.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, - "tag:10": { - "Type:8": "extrautils2:generator_slime" - }, "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", + "tag:10": { + "Type:8": "extrautils2:generator_slime" + } + }, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Slimey Generator", - "desc:8": "This Generator produces power from Milk and Slime." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 716, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_slime" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "586:10": { - "questID:3": 717, "preRequisites:11": [ 714 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from cold items.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_ice" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Frosty Generator", - "desc:8": "This Generator produces power from cold items." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 717, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_ice" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "587:10": { - "questID:3": 718, "preRequisites:11": [ 713 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from TNT.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_tnt" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Explosive Generator", - "desc:8": "This Generator produces power from TNT." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 718, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_tnt" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "588:10": { - "questID:3": 719, "preRequisites:11": [ 712 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from burnables like Coal and Planks. It produces a lot of RF/t, but is very inefficient. The longer you have it running, the higher the output becomes.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_overclock" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Overclocked Generator", - "desc:8": "This Generator produces power from burnables like Coal and Planks. It produces a lot of RF/t, but is very inefficient. The longer you have it running, the higher the output becomes." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 719, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_overclock" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "589:10": { - "questID:3": 720, "preRequisites:11": [ 719 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from enchanted books and items.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_enchant" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Disenchantment Generator", - "desc:8": "This Generator produces power from enchanted books and items." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 720, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_enchant" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "590:10": { - "questID:3": 721, "preRequisites:11": [ 718 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from Dragon\u0027s Breath.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_dragonsbreath" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Halitosis Generator", - "desc:8": "This Generator produces power from Dragon\u0027s Breath." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 721, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_dragonsbreath" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "591:10": { - "questID:3": 722, "preRequisites:11": [ 717 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from the \"undead\" items, like Rotten Flesh.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_death" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Death Generator", - "desc:8": "This Generator produces power from the \"undead\" items, like Rotten Flesh." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 722, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_death" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "592:10": { - "questID:3": 723, "preRequisites:11": [ 716 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Generator produces power from Nether Stars.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_netherstar" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Netherstar Generator", + "partysinglereward:1": 0, + "questlogic:8": "AND", "repeat_relative:1": 1, - "name:8": "Netherstar Generator", - "desc:8": "This Generator produces power from Nether Stars." + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 723, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:machine", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "extrautils2:machine", "tag:10": { "Type:8": "extrautils2:generator_netherstar" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "593:10": { - "questID:3": 724, "preRequisites:11": [ 696 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mechanical User can be used to automate nearly every player action, such as breaking blocks, clicking blocks, filling/emptying buckets, and a whole lot of other stuff.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:user", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:user" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mechanical User", - "desc:8": "The Mechanical User can be used to automate nearly every player action, such as breaking blocks, clicking blocks, filling/emptying buckets, and a whole lot of other stuff." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 724, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:user", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:user" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "594:10": { - "questID:3": 725, "preRequisites:11": [ 724 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Scanner scans the block in front of it. It\u0027s extremely configurable.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:scanner", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:scanner" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Scanner", - "desc:8": "The Scanner scans the block in front of it. It\u0027s extremely configurable." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 725, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:scanner", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:scanner" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "595:10": { - "questID:3": 726, "preRequisites:11": [ 720, 721, @@ -48795,5315 +50011,5457 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Rainbow Generator can produce stupidly large amounts of power. For it to run, it needs to have one of every Generator (except itself) from Extra Utilities nearby and running.", + "globalshare:1": 0, "icon:10": { - "id:8": "extrautils2:rainbowgenerator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:rainbowgenerator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rainbow Generator", - "desc:8": "The Rainbow Generator can produce stupidly large amounts of power. For it to run, it needs to have one of every Generator (except itself) from Extra Utilities nearby and running." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 726, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "extrautils2:rainbowgenerator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:rainbowgenerator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "596:10": { - "questID:3": 727, "preRequisites:11": [ 835, 842 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Structure Frame block needed to make Tier 2 multiblocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:structure_frame_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_2" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Structure Frame Tier 2", - "desc:8": "A Structure Frame block needed to make Tier 2 multiblocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 727, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:structure_frame_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "597:10": { - "questID:3": 729, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Botania! \n\nBotania is a magic mod based on flowers.\n\nThe flowers are split up in two main groups: Mana generating flowers, and functional flowers, which run on said mana.\n\nThe Lexica Botania is really comprehensive, so I suggest you search through it, if you run into issues within the mod. The easiest way, in my opinion, to find what you\u0027re looking for, is to open the book index and start typing - That\u0027ll open up a search bar.\n\nIf the Lexica Botania is in your inventory, you can hold CTRL on a Botania item, to open the corresponding entry.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:lexicon", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Botania", - "desc:8": "Welcome to Botania! \n\nBotania is a magic mod based on flowers.\n\nThe flowers are split up in two main groups: Mana generating flowers, and functional flowers, which run on said mana.\n\nThe Lexica Botania is really comprehensive, so I suggest you search through it, if you run into issues within the mod. The easiest way, in my opinion, to find what you\u0027re looking for, is to open the book index and start typing - That\u0027ll open up a search bar.\n\nIf the Lexica Botania is in your inventory, you can hold CTRL on a Botania item, to open the corresponding entry." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 729, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:lexicon", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, "1:10": { - "id:8": "botania:fertilizer", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:fertilizer" } } }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Botania questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Botania questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "598:10": { - "questID:3": 730, "preRequisites:11": [ 729 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Pure Daisy can convert adjacent blocks to others. It\u0027s main use is for making Livingwood and Livingrock.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "puredaisy" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pure Daisy", - "desc:8": "The Pure Daisy can convert adjacent blocks to others. It\u0027s main use is for making Livingwood and Livingrock.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 730, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "puredaisy" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "599:10": { - "questID:3": 731, "preRequisites:11": [ 730 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Livingwood is used in crafting.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:livingwood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:livingwood" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Livingwood", - "desc:8": "Livingwood is used in crafting.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 731, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:livingwood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:livingwood" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "600:10": { - "questID:3": 732, "preRequisites:11": [ 734 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Wand of the Forest is the \"wrench\" of Botania.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:twigwand", - "Count:3": 1, "tag:10": { - "color1:3": 0, - "color2:3": 0, - "boundTileZ:3": 0, "boundTileX:3": 0, - "boundTileY:3": -1 - }, - "Damage:2": 0, - "OreDict:8": "" + "boundTileY:3": -1, + "boundTileZ:3": 0, + "color1:3": 0, + "color2:3": 0 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Wand of the Forest", - "desc:8": "The Wand of the Forest is the \"wrench\" of Botania.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 732, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:twigwand", - "Count:3": 1, "tag:10": { - "color1:3": 0, - "color2:3": 0, - "boundTileZ:3": 0, "boundTileX:3": 0, - "boundTileY:3": -1 - }, - "Damage:2": 0, - "OreDict:8": "" + "boundTileY:3": -1, + "boundTileZ:3": 0, + "color1:3": 0, + "color2:3": 0 + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "601:10": { - "questID:3": 733, "preRequisites:11": [ 735 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Consult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "endoflame" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Endoflame", - "desc:8": "Consult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 733, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "endoflame" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "602:10": { - "questID:3": 734, "preRequisites:11": [ 731 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mana Spreader is used for transporting mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mana Spreader", - "desc:8": "The Mana Spreader is used for transporting mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 734, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "603:10": { - "questID:3": 735, "preRequisites:11": [ 729 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Flowers are made in the Petal Apothecary - It needs a bucket of water, and you will need to drop a Seed in to finish crafting.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:altar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Petal Apothecary", - "desc:8": "Flowers are made in the Petal Apothecary - It needs a bucket of water, and you will need to drop a Seed in to finish crafting.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 735, + "rewards:9": { + "0:10": { + "amount:3": 5, + "index:3": 0, + "isLevels:1": 1, + "rewardID:8": "bq_standard:xp" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:altar" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "amount:3": 5, - "rewardID:8": "bq_standard:xp", - "isLevels:1": 1, - "index:3": 0 - } } }, "604:10": { - "questID:3": 736, "preRequisites:11": [ 743 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Manasteel is used in crafting.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Manasteel", - "desc:8": "Manasteel is used in crafting.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 736, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "605:10": { - "questID:3": 737, "preRequisites:11": [ 735 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "hopperhock" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Hopperhock", - "desc:8": "\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 737, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "hopperhock" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "606:10": { - "questID:3": 738, "preRequisites:11": [ 737 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Jaded Amaranthus generates Mystical Flowers on nearby dirt/grass at the cost of mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "jadedAmaranthus" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Jaded Amaranthus", - "desc:8": "The Jaded Amaranthus generates Mystical Flowers on nearby dirt/grass at the cost of mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 738, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "jadedAmaranthus" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "607:10": { - "questID:3": 739, "preRequisites:11": [ 743 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mana Tablet can store mana - It\u0027s useful for powering your various Botania gadgets, such as Rods and Armor. \n\nDrop it in a Mana Pool set to output to fill it, drop it in a Mana Pool set to input to empty it.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:manatablet", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mana Tablet", - "desc:8": "The Mana Tablet can store mana - It\u0027s useful for powering your various Botania gadgets, such as Rods and Armor. \n\nDrop it in a Mana Pool set to output to fill it, drop it in a Mana Pool set to input to empty it.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 739, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:manatablet", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manatablet", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "608:10": { - "questID:3": 740, "preRequisites:11": [ 743 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Runic Altar is used for crafting runes among other things.\n\nPlace or drop the items needed for recipes, supply it with mana, and lastly throw a piece of Livingrock on top of it. End the crafting by right-clicking with the Wand of the Forest.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:runealtar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:runealtar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Runic Altar", - "desc:8": "The Runic Altar is used for crafting runes among other things.\n\nPlace or drop the items needed for recipes, supply it with mana, and lastly throw a piece of Livingrock on top of it. End the crafting by right-clicking with the Wand of the Forest.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 740, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:runealtar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:runealtar" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "609:10": { - "questID:3": 741, "preRequisites:11": [ 731 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Open Crate immediately drops anything piped into it - It\u0027s very useful for automation.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:opencrate", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:opencrate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Open Crate", - "desc:8": "The Open Crate immediately drops anything piped into it - It\u0027s very useful for automation.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 741, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:opencrate", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:opencrate" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "610:10": { - "questID:3": 742, "preRequisites:11": [ 739 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Alchemy Catalyst lets you convert items into other items at the cost of mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:alchemycatalyst", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:alchemycatalyst" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Alchemy Catalyst", - "desc:8": "The Alchemy Catalyst lets you convert items into other items at the cost of mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 742, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:alchemycatalyst", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:alchemycatalyst" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "611:10": { - "questID:3": 743, "preRequisites:11": [ 755 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Mana Pool can store mana for later use, and flowers can get the mana they need from them. Use the Wand of the Forest to link them.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:pool", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:pool" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Mana Pool", - "desc:8": "The Mana Pool can store mana for later use, and flowers can get the mana they need from them. Use the Wand of the Forest to link them.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 743, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:pool", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:pool" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "612:10": { - "questID:3": 744, "preRequisites:11": [ 754 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Consult the Lexica Botania for information on how to summon the Gaia Guardian.\n\n§4Hint§0: If you can\u0027t find anything about the Gaia Guardian in the Lexica Botania, try throwing it in the Alfheim portal.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gaia Guardian I", - "desc:8": "Consult the Lexica Botania for information on how to summon the Gaia Guardian.\n\n§4Hint§0: If you can\u0027t find anything about the Gaia Guardian in the Lexica Botania, try throwing it in the Alfheim portal." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 744, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "613:10": { - "questID:3": 745, "preRequisites:11": [ 733 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Thermalily converts lava into mana. After \"eating\" lava, it goes on cooldown for a while, before it can eat again.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "thermalily" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Thermalily", - "desc:8": "The Thermalily converts lava into mana. After \"eating\" lava, it goes on cooldown for a while, before it can eat again.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 745, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "thermalily" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "614:10": { - "questID:3": 746, "preRequisites:11": [ 740 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Soujourner\u0027s Sash increases your run speed and jump height, and gives you Step Assist. It requires a tiny amount of mana to function.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:travelbelt", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:travelbelt" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Soujourner\u0027s Sash", - "desc:8": "The Soujourner\u0027s Sash increases your run speed and jump height, and gives you Step Assist. It requires a tiny amount of mana to function.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 746, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:travelbelt", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:travelbelt" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "615:10": { - "questID:3": 747, "preRequisites:11": [ 743 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Manaseer Monocle shows you the area of effect of flowers, while you\u0027re looking at them.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:monocle", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:monocle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Manaseer Monocle", - "desc:8": "The Manaseer Monocle shows you the area of effect of flowers, while you\u0027re looking at them.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 747, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:monocle", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:monocle" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "616:10": { - "questID:3": 748, "preRequisites:11": [ 740 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Terrestrial Agglomaration Plate is used for crafting Terrasteel. It must be placed in a 3x3 multiblock consisting of the plate, Livingrock and Lapis blocks. Place 5 Livingrock in a X pattern, and place the Plate on the middle Livingrock. Then fill it with 4 Lapis Blocks.\n\nDrop 1 Manasteel, 1 Mana Diamond and 1 Mana Pearl on it to initiate the craft. \n\nIt takes half a Mana Pool worth of mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:terraplate", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:terraplate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Terrestrial Agglomeration Plate", - "desc:8": "The Terrestrial Agglomaration Plate is used for crafting Terrasteel. It must be placed in a 3x3 multiblock consisting of the plate, Livingrock and Lapis blocks. Place 5 Livingrock in a X pattern, and place the Plate on the middle Livingrock. Then fill it with 4 Lapis Blocks.\n\nDrop 1 Manasteel, 1 Mana Diamond and 1 Mana Pearl on it to initiate the craft. \n\nIt takes half a Mana Pool worth of mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 748, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:terraplate", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:terraplate" }, "1:10": { - "id:8": "botania:livingrock", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:livingrock" }, "2:10": { - "id:8": "minecraft:lapis_block", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:lapis_block" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "617:10": { - "questID:3": 749, "preRequisites:11": [ 743 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Sparks can rapidly transport mana between them.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:spark", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spark" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sparks", - "desc:8": "Sparks can rapidly transport mana between them.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 749, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:spark", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spark" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "618:10": { - "questID:3": 750, "preRequisites:11": [ 748 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Terrasteel is used in crafting.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Terrasteel", - "desc:8": "Terrasteel is used in crafting.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 750, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "619:10": { - "questID:3": 751, "preRequisites:11": [ 744 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Consult the Lexica Botania for information on how to summon the Gaia Guardian II.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gaia Guardian II", - "desc:8": "Consult the Lexica Botania for information on how to summon the Gaia Guardian II." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 751, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 14, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "620:10": { - "questID:3": 752, "preRequisites:11": [ 753 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "These are the blocks required to form the gate to Alfheim.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:alfheimportal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:alfheimportal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Elven Gateway", - "desc:8": "These are the blocks required to form the gate to Alfheim.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 752, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:alfheimportal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:alfheimportal" }, "1:10": { - "id:8": "botania:livingwood", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:livingwood" }, "2:10": { - "id:8": "botania:livingwood", "Count:3": 3, "Damage:2": 5, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:livingwood" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "621:10": { - "questID:3": 753, "preRequisites:11": [ 750 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You\u0027ll need 2 of these to open the gate to Alfheim - Place them over mana pools.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:pylon", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:pylon" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Natura Pylon", - "desc:8": "You\u0027ll need 2 of these to open the gate to Alfheim - Place them over mana pools.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 753, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:pylon", "Count:3": 2, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:pylon" }, "1:10": { - "id:8": "botania:pool", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:pool" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "622:10": { - "questID:3": 754, "preRequisites:11": [ 756 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "These Pylons are part of the ritual required to summon the Gaia Guardian.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:pylon", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:pylon" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gaia Pylon", - "desc:8": "These Pylons are part of the ritual required to summon the Gaia Guardian.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 754, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:pylon", "Count:3": 4, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:pylon" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "623:10": { - "questID:3": 755, "preRequisites:11": [ 730 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Livingrock is used in crafting.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:livingrock", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:livingrock" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Livingrock", - "desc:8": "Livingrock is used in crafting.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 755, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:livingrock", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:livingrock" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "624:10": { - "questID:3": 756, "preRequisites:11": [ 752 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Elementium Ingot", - "desc:8": "\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 756, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:manaresource", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaresource" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "625:10": { - "questID:3": 757, "preRequisites:11": [ 733 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Kekimurus eats adjacent Cakes and turn them into large amounts of mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "kekimurus" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Kekimurus", - "desc:8": "The Kekimurus eats adjacent Cakes and turn them into large amounts of mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 757, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "kekimurus" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "626:10": { - "questID:3": 758, "preRequisites:11": [ 733 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Gourmaryllis converts food into mana - The better the food, the more mana is produced.\n\nIt needs to be fed alternating foods, so it doesn\u0027t get sick of one type. 2 different foods will suffice.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "gourmaryllis" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gourmaryllis", - "desc:8": "The Gourmaryllis converts food into mana - The better the food, the more mana is produced.\n\nIt needs to be fed alternating foods, so it doesn\u0027t get sick of one type. 2 different foods will suffice.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 758, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "gourmaryllis" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "627:10": { - "questID:3": 759, "preRequisites:11": [ 737 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "loonium" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Loonium", - "desc:8": "\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 759, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "loonium" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "628:10": { - "questID:3": 760, "preRequisites:11": [ 733 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Munchdew eats nearby Leaves and converts them into mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "munchdew" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Munchdew", - "desc:8": "The Munchdew eats nearby Leaves and converts them into mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 760, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "munchdew" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "629:10": { - "questID:3": 761, "preRequisites:11": [ 733 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Entropinnyum absorbs nearby explosions and converts them into mana. \n\nFor a short duration after an explosion has been absorbed, the Entropinnyum will be unable to absorb another - causing the explosion to actually go off. Use with care!\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "entropinnyum" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Entropinnyum", - "desc:8": "The Entropinnyum absorbs nearby explosions and converts them into mana. \n\nFor a short duration after an explosion has been absorbed, the Entropinnyum will be unable to absorb another - causing the explosion to actually go off. Use with care!\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 761, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "entropinnyum" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "630:10": { - "questID:3": 762, "preRequisites:11": [ 737 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Solegnolia blocks magnets from working in an area around it. It does not require mana to function.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "solegnolia" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solegnolia", - "desc:8": "The Solegnolia blocks magnets from working in an area around it. It does not require mana to function.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 762, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "solegnolia" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "631:10": { - "questID:3": 763, "preRequisites:11": [ 733 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Narslimmus feeds off of Slime chunks - Whenever a Slime spawns, it destroys it and turns it into mana. The bigger the Slime, the more mana is produced.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "narslimmus" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Narslimmus", - "desc:8": "The Narslimmus feeds off of Slime chunks - Whenever a Slime spawns, it destroys it and turns it into mana. The bigger the Slime, the more mana is produced.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 763, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "narslimmus" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "632:10": { - "questID:3": 764, "preRequisites:11": [ 737 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Orechid generates ores in nearby Stone, at the cost of mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, - "tag:10": { - "type:8": "orechid" - }, "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", + "tag:10": { + "type:8": "orechid" + } + }, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Orechid", - "desc:8": "The Orechid generates ores in nearby Stone, at the cost of mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 764, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "orechid" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "633:10": { - "questID:3": 765, "preRequisites:11": [ 751 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Dropped from the Gaia Guardian II - What could be inside?\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:dice", - "Count:3": 1, "tag:10": { "soulbindUUID:8": "e5356349-070f-4c91-935a-2c8bf2374a08" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dice of Fate", - "desc:8": "Dropped from the Gaia Guardian II - What could be inside?\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 765, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:dice", - "Count:3": 1, "tag:10": { "soulbindUUID:8": "e5356349-070f-4c91-935a-2c8bf2374a08" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "634:10": { - "questID:3": 766, "preRequisites:11": [ 737 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Clayconia converts nearby Sand blocks into balls of Clay, at the cost of mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "clayconia" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Clayconia", - "desc:8": "The Clayconia converts nearby Sand blocks into balls of Clay, at the cost of mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 766, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "clayconia" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "635:10": { - "questID:3": 767, "preRequisites:11": [ 734 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Pulse Mana Spreader will fire a mana burst, if it has enough mana, whenever it receives a redstone signal.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pulse Mana Spreader", - "desc:8": "The Pulse Mana Spreader will fire a mana burst, if it has enough mana, whenever it receives a redstone signal.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 767, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "636:10": { - "questID:3": 768, "preRequisites:11": [ 742 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Conjuration Catalyst lets you duplicate items at the cost of mana.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:conjurationcatalyst", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:conjurationcatalyst" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Conjuration Catalyst", - "desc:8": "The Conjuration Catalyst lets you duplicate items at the cost of mana.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 768, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:conjurationcatalyst", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:conjurationcatalyst" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "637:10": { - "questID:3": 769, "preRequisites:11": [ 737 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Bellethorne deals damage to nearby entities at the cost of mana. \n\nIt does not harm players.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "bellethorn" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Bellethorne", - "desc:8": "The Bellethorne deals damage to nearby entities at the cost of mana. \n\nIt does not harm players.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 769, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "bellethorn" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "638:10": { - "questID:3": 770, "preRequisites:11": [ 812 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The various Space Suit parts can be modified in the Suit Workstation - You can add things like a jetpack, and padding to boots.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:suitworkstation", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:suitworkstation" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Suit Workstation", - "desc:8": "The various Space Suit parts can be modified in the Suit Workstation - You can add things like a jetpack, and padding to boots." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 770, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:suitworkstation", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:suitworkstation" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "639:10": { - "questID:3": 771, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Holo-Projector is a device that can project 3d blueprints of the various multiblock machines this mod adds.\n\nSneak + right clicking will open a menu that lets you select which multiblock you wish to make. Once you\u0027ve selected one, simply right click on the ground to place the blueprint.\n\nThe blueprint will tell you which blocks need to be placed where, along with possible alternatives, in order to fully assemble a given multiblock machine. Sneak + mouse scrolling will change which layer is currently displayed.\n\nOnce you\u0027re done with your construction, you can simply right click the controller block of the machine to finish it.", + "globalshare:1": 0, "icon:10": { - "id:8": "libvulpes:holoprojector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:holoprojector" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Holo-Projector", - "desc:8": "The Holo-Projector is a device that can project 3d blueprints of the various multiblock machines this mod adds.\n\nSneak + right clicking will open a menu that lets you select which multiblock you wish to make. Once you\u0027ve selected one, simply right click on the ground to place the blueprint.\n\nThe blueprint will tell you which blocks need to be placed where, along with possible alternatives, in order to fully assemble a given multiblock machine. Sneak + mouse scrolling will change which layer is currently displayed.\n\nOnce you\u0027re done with your construction, you can simply right click the controller block of the machine to finish it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 771, + "rewards:9": { + "0:10": { + "amount:3": 10, + "index:3": 0, + "isLevels:1": 1, + "rewardID:8": "bq_standard:xp" + }, + "1:10": { + "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Advanced Rocketry questline!", + "description:8": "Run a command script", + "hideBlockIcon:1": 1, + "index:3": 1, + "rewardID:8": "bq_standard:command", + "title:8": "bq_standard.reward.command", + "viaPlayer:1": 0 } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "libvulpes:holoprojector", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:holoprojector" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "amount:3": 10, - "rewardID:8": "bq_standard:xp", - "isLevels:1": 1, - "index:3": 0 - }, - "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", - "asScript:1": 1, - "description:8": "Run a command script", - "viaPlayer:1": 0, - "index:3": 1, - "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Advanced Rocketry questline!" - } } }, "640:10": { - "questID:3": 772, "preRequisites:11": [ 737 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Orechid Ignem generates Nether ores in nearby Netherrack, at the cost of mana. Must be in the Nether to function.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "orechidIgnem" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Orechid Ignem", - "desc:8": "The Orechid Ignem generates Nether ores in nearby Netherrack, at the cost of mana. Must be in the Nether to function.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 772, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:specialflower", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "botania:specialflower", "tag:10": { "type:8": "orechidIgnem" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "641:10": { - "questID:3": 773, "preRequisites:11": [ 793 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Wand exchanges blocks for another block of your choice, at the cost of mana and said block. Just like an Exchanger.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:exchangerod", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Wand of Equal Trade", - "desc:8": "This Wand exchanges blocks for another block of your choice, at the cost of mana and said block. Just like an Exchanger.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 773, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:exchangerod", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:exchangerod", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "642:10": { - "questID:3": 774, "preRequisites:11": [ 744 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Shard of Laputa has the ability to raise a chunk of land from the ground, into the sky. Right-click the ground to use.\n\nIt has 20 levels, each level increasing the size of the chunk raised.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:laputashard", "Count:3": 1, - "tag:10": {}, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:laputashard", + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Shard of Laputa", - "desc:8": "The Shard of Laputa has the ability to raise a chunk of land from the ground, into the sky. Right-click the ground to use.\n\nIt has 20 levels, each level increasing the size of the chunk raised.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 774, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:laputashard", "Count:3": 1, - "tag:10": {}, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:laputashard", + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "643:10": { - "questID:3": 775, "preRequisites:11": [ 792 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Rod of the Seas can generate water, at the cost of mana. Right-click to place a water source block. It can fill the Petal Apothecary.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:waterrod", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:waterrod" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rod of the Seas", - "desc:8": "The Rod of the Seas can generate water, at the cost of mana. Right-click to place a water source block. It can fill the Petal Apothecary.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 775, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:waterrod", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:waterrod" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "644:10": { - "questID:3": 776, "preRequisites:11": [ 739 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Band of Mana is a wearable Mana Tablet.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:manaring", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Band of Mana", - "desc:8": "The Band of Mana is a wearable Mana Tablet.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 776, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:manaring", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:manaring", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "645:10": { - "questID:3": 777, "preRequisites:11": [ 750, 773 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Rod of the Terra Firma is an incredibly powerful tool. At the cost of large amounts of mana, it will raise or lower the ground around you, to the level you\u0027re standing on.\n\nIf you keep a Rod of the Lands on you while you use this, the mana cost of placing dirt will be lessened.\n\nIt can destroy most stone-type blocks.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:terraformrod", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:terraformrod" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rod of the Terra Firma", - "desc:8": "The Rod of the Terra Firma is an incredibly powerful tool. At the cost of large amounts of mana, it will raise or lower the ground around you, to the level you\u0027re standing on.\n\nIf you keep a Rod of the Lands on you while you use this, the mana cost of placing dirt will be lessened.\n\nIt can destroy most stone-type blocks.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 777, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:terraformrod", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:terraformrod" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "646:10": { - "questID:3": 778, "preRequisites:11": [ 741 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "If you hold right-click with the Horn of the Wild in your hand, it\u0027ll harvest all crops and grass in a large radius around you.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:grasshorn", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:grasshorn" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Horn of the Wild", - "desc:8": "If you hold right-click with the Horn of the Wild in your hand, it\u0027ll harvest all crops and grass in a large radius around you.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 778, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:grasshorn", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:grasshorn" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "647:10": { - "questID:3": 779, "preRequisites:11": [ 778 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "If you hold right-click with the Horn of the Canopy in your hand, it\u0027ll harvest all leaves in a large radius around you.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:grasshorn", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:grasshorn" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Horn of the Canopy", - "desc:8": "If you hold right-click with the Horn of the Canopy in your hand, it\u0027ll harvest all leaves in a large radius around you.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 779, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:grasshorn", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:grasshorn" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "648:10": { - "questID:3": 780, "preRequisites:11": [ 779 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "If you hold right-click with the Horn of the Covering in your hand, it\u0027ll harvest snow layers in a large radius around you.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:grasshorn", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:grasshorn" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Horn of the Covering", - "desc:8": "If you hold right-click with the Horn of the Covering in your hand, it\u0027ll harvest snow layers in a large radius around you.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 780, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:grasshorn", - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:grasshorn" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "649:10": { - "questID:3": 781, "preRequisites:11": [ 442 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A simple, cheap jetpack. Charge it with EU.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 26, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "ic2:jetpack_electric", - "Count:3": 1, "tag:10": { "ENABLED:1": 1, "RARITY:3": 1 - }, - "Damage:2": 26, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Electric Jetpack", - "desc:8": "A simple, cheap jetpack. Charge it with EU." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 781, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 26, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "ic2:jetpack_electric", - "Count:3": 1, "tag:10": { "ENABLED:1": 1, "RARITY:3": 1 - }, - "Damage:2": 26, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "650:10": { - "questID:3": 782, "preRequisites:11": [ 448 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A crafting component.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:crafting", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:crafting" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Advanced Alloy", - "desc:8": "A crafting component." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 782, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:crafting", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:crafting" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "651:10": { - "questID:3": 783, "preRequisites:11": [ 790 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "RTG Fuel can be used to produce EU passively in a Radioisotope Thermoelectric Generator. \n\nIt\u0027s also a crafting ingredient for some endgame items.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:nuclear", "Count:3": 1, "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:nuclear" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "RTG Fuel", - "desc:8": "RTG Fuel can be used to produce EU passively in a Radioisotope Thermoelectric Generator. \n\nIt\u0027s also a crafting ingredient for some endgame items." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 783, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:nuclear", "Count:3": 1, "Damage:2": 10, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:nuclear" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "652:10": { - "questID:3": 784, "preRequisites:11": [ 756 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A faster Mana Spreader.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Elven Mana Spreader", - "desc:8": "A faster Mana Spreader.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 784, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "653:10": { - "questID:3": 785, "preRequisites:11": [ 751 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The absolute fastest Mana Spreader.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gaia Mana Spreader", - "desc:8": "The absolute fastest Mana Spreader.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 785, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:spreader", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:spreader" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "654:10": { - "questID:3": 786, "preRequisites:11": [ 771 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Several multiblock machines in this mod make use of either Coils, Motors or both.\n\nThese come in several tiers, with the more expensive ones making the machine work faster, but any given machine will accept any of them.", + "globalshare:1": 0, "icon:10": { - "id:8": "libvulpes:elitemotor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:elitemotor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Coils and Motors", - "desc:8": "Several multiblock machines in this mod make use of either Coils, Motors or both.\n\nThese come in several tiers, with the more expensive ones making the machine work faster, but any given machine will accept any of them." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 786, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } } }, "655:10": { - "questID:3": 787, "preRequisites:11": [ 315 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Sticky Resin is extracted from Rubber Trees, with a Treetap. Sticky Resin can be smelted to make rubber, but it\u0027s far more efficient to process it in an Extractor.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:crafting", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:crafting" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rubber", - "desc:8": "Sticky Resin is extracted from Rubber Trees, with a Treetap. Sticky Resin can be smelted to make rubber, but it\u0027s far more efficient to process it in an Extractor." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 787, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:crafting", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:crafting" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ic2:treetap", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:treetap" }, "2:10": { - "id:8": "ic2:misc_resource", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:misc_resource" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "656:10": { + "preRequisites:11": [ + 782 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "The Mining Laser is a mining tool. It has several different modes you can choose from.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 26, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "ic2:mining_laser", + "tag:10": {} + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Mining Laser", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 788, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "656:10": { - "questID:3": 788, - "preRequisites:11": [ - 782 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "ic2:mining_laser", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 26, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Mining Laser", - "desc:8": "The Mining Laser is a mining tool. It has several different modes you can choose from." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 26, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "ic2:mining_laser", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 26, - "OreDict:8": "" + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "657:10": { - "questID:3": 789, "preRequisites:11": [ 749 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Spark Augments change the way Sparks behave, they can be very useful, especially for automation.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { - "id:8": "botania:sparkupgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:sparkupgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Spark Augments", - "desc:8": "Spark Augments change the way Sparks behave, they can be very useful, especially for automation.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 789, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "botania:sparkupgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:sparkupgrade" }, "1:10": { - "id:8": "botania:sparkupgrade", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:sparkupgrade" }, "2:10": { - "id:8": "botania:sparkupgrade", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:sparkupgrade" }, "3:10": { - "id:8": "botania:sparkupgrade", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:sparkupgrade" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "658:10": { - "questID:3": 790, "preRequisites:11": [ 455 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Tiny Piles of Plutonium come from processing depleted MOX or Uranium Fuel Rods in a Thermal Centrifuge.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:nuclear", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:nuclear" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Plutonium", - "desc:8": "Tiny Piles of Plutonium come from processing depleted MOX or Uranium Fuel Rods in a Thermal Centrifuge." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 790, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:nuclear", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:nuclear" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "659:10": { - "questID:3": 791, "preRequisites:11": [ 446 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The CF Sprayer can be used to spray Construction Foam. Construction Foam can encase IC2 cables to form facades.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ic2:foam_sprayer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:foam_sprayer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "CF Sprayer", - "desc:8": "The CF Sprayer can be used to spray Construction Foam. Construction Foam can encase IC2 cables to form facades." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 791, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "ic2:foam_sprayer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:foam_sprayer" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "660:10": { - "questID:3": 792, "preRequisites:11": [ 746 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "If you have the Benevolent Goddess\u0027 Charm equipped in a bauble slot, it will drastically reduce damage you take from Creeper explosions, and nullify the explosion itself. It requires mana to do so.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "botania:goddesscharm", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Benevolent Goddess\u0027 Charm", - "desc:8": "If you have the Benevolent Goddess\u0027 Charm equipped in a bauble slot, it will drastically reduce damage you take from Creeper explosions, and nullify the explosion itself. It requires mana to do so.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 792, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:goddesscharm", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:goddesscharm", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "661:10": { - "questID:3": 793, "preRequisites:11": [ 775 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Rod of the Plentiful Mantle will highlight nearby ores when you right click, at the cost of mana. This is especially useful for finding NuclearCraft meteors.\n\nConsult the Lexica Botania for additional information.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:diviningrod", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:diviningrod" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rod of the Plentiful Mantle", - "desc:8": "The Rod of the Plentiful Mantle will highlight nearby ores when you right click, at the cost of mana. This is especially useful for finding NuclearCraft meteors.\n\nConsult the Lexica Botania for additional information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 793, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "botania:diviningrod", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "botania:diviningrod" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "662:10": { - "questID:3": 794, "preRequisites:11": [ 440 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Iridium is an extremely rare material, used for Tools and crafting. It\u0027s a great idea to automate the replication of this.\n\nYou can find Iridium Shards in dungeon loot, and the Shards can be compressed into Iridium Ore.", + "globalshare:1": 0, "icon:10": { - "id:8": "ic2:misc_resource", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "ic2:misc_resource" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Iridium", - "desc:8": "Iridium is an extremely rare material, used for Tools and crafting. It\u0027s a great idea to automate the replication of this.\n\nYou can find Iridium Shards in dungeon loot, and the Shards can be compressed into Iridium Ore." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 794, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "ic2:misc_resource", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "ingotIridium" + "OreDict:8": "ingotIridium", + "id:8": "ic2:misc_resource" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "663:10": { - "questID:3": 795, "preRequisites:11": [ 786 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Electric Arc Furnace is a big multiblock machine that can heat things a lot using RF.\n\nFollow the blueprint provided by the Holo-Projector to assemble it. There are 11 blocks in total in the structure where Input or Output Hatches can be placed, otherwise you\u0027ll need to put Heatproof Bricks. The requirements on this quest is the minmum of 1 Input and 1 Output Hatch, with the rest being Bricks.\n\nOnce built, right click the Electric Arc Furnace block once to finish it, then another time to open its UI. Turn on the machine using the switch on the top left and you can now use it.\n\nTo use it, put your input in the Input Hatch, check the progress in the Electric Arc Furnace block, then get your outputs from the Output Hatch. Most machines from this mod behave in similar way so be sure to remember it.\n\nThe main use of this Furnace is to make Steel from Iron and Charcoal, Titanium from Rutile Ore and Silicon Ingots from Sand. All of them are used in several crafting recipes later on. All of these items can be obtained through other means aswell.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:arcfurnace", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:arcfurnace" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Electric Arc Furnace", - "desc:8": "The Electric Arc Furnace is a big multiblock machine that can heat things a lot using RF.\n\nFollow the blueprint provided by the Holo-Projector to assemble it. There are 11 blocks in total in the structure where Input or Output Hatches can be placed, otherwise you\u0027ll need to put Heatproof Bricks. The requirements on this quest is the minmum of 1 Input and 1 Output Hatch, with the rest being Bricks.\n\nOnce built, right click the Electric Arc Furnace block once to finish it, then another time to open its UI. Turn on the machine using the switch on the top left and you can now use it.\n\nTo use it, put your input in the Input Hatch, check the progress in the Electric Arc Furnace block, then get your outputs from the Output Hatch. Most machines from this mod behave in similar way so be sure to remember it.\n\nThe main use of this Furnace is to make Steel from Iron and Charcoal, Titanium from Rutile Ore and Silicon Ingots from Sand. All of them are used in several crafting recipes later on. All of these items can be obtained through other means aswell." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 795, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:arcfurnace", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:arcfurnace" }, "1:10": { - "id:8": "advancedrocketry:blastbrick", "Count:3": 81, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:blastbrick" }, "2:10": { - "id:8": "libvulpes:coil0", "Count:3": 3, "Damage:2": 4, - "OreDict:8": "blockCoil" + "OreDict:8": "blockCoil", + "id:8": "libvulpes:coil0" }, "3:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 3, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "5:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "664:10": { + "preRequisites:11": [ + 786 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "The Cutting Machine is a multiblock machine that is used to cut things using RF.\n\nIt can be used to turn wood Logs into Planks much more efficiently than by hand, but is mostly used in the making of Basic Circuits, a crucial component for later on.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "advancedrocketry:cuttingmachine" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Cutting Machine", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 796, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "664:10": { - "questID:3": 796, - "preRequisites:11": [ - 786 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "advancedrocketry:cuttingmachine", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Cutting Machine", - "desc:8": "The Cutting Machine is a multiblock machine that is used to cut things using RF.\n\nIt can be used to turn wood Logs into Planks much more efficiently than by hand, but is mostly used in the making of Basic Circuits, a crucial component for later on." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:cuttingmachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:cuttingmachine" }, "1:10": { - "id:8": "advancedrocketry:sawblade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:sawblade" }, "2:10": { - "id:8": "libvulpes:motor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "blockMotor" + "OreDict:8": "blockMotor", + "id:8": "libvulpes:motor" }, "3:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "5:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "665:10": { - "questID:3": 797, "preRequisites:11": [ 786 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Precision Assembler is a machine that can assemble electronics much more efficiently than by hand using RF.\n\nIts main use is crafting the various Circuit Boards, used to craft various machines, for a much cheaper cost than their normal crafting recipes. It is also used with other machines in making Basic Circuits for more advanced machines.\n\nIt is recommended to make this machine as soon as possible, as it drastically cuts the cost of other machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:precisionassemblingmachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:precisionassemblingmachine" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Precision Assembler", - "desc:8": "The Precision Assembler is a machine that can assemble electronics much more efficiently than by hand using RF.\n\nIts main use is crafting the various Circuit Boards, used to craft various machines, for a much cheaper cost than their normal crafting recipes. It is also used with other machines in making Basic Circuits for more advanced machines.\n\nIt is recommended to make this machine as soon as possible, as it drastically cuts the cost of other machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 797, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:precisionassemblingmachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:precisionassemblingmachine" }, "1:10": { - "id:8": "libvulpes:structuremachine", "Count:3": 24, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:structuremachine" }, "2:10": { - "id:8": "minecraft:glass", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:glass" }, "3:10": { - "id:8": "libvulpes:coil0", "Count:3": 2, "Damage:2": 4, - "OreDict:8": "blockCoil" + "OreDict:8": "blockCoil", + "id:8": "libvulpes:coil0" }, "4:10": { - "id:8": "libvulpes:motor", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "blockMotor" + "OreDict:8": "blockMotor", + "id:8": "libvulpes:motor" }, "5:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "6:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "7:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "666:10": { - "questID:3": 798, "preRequisites:11": [ 786 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Crystallizer is a multiblock machine used to make various crystals using RF.\n\nIts only uses are turning Dilithium Dust into Dilithium Crystals, which will be used to fuel a Warp Drive later on, and making Silicon Boules, a component in making Basic Circuits for more advanced machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:crystallizer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:crystallizer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crystallizer", - "desc:8": "The Crystallizer is a multiblock machine used to make various crystals using RF.\n\nIts only uses are turning Dilithium Dust into Dilithium Crystals, which will be used to fuel a Warp Drive later on, and making Silicon Boules, a component in making Basic Circuits for more advanced machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 798, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:crystallizer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:crystallizer" }, "1:10": { - "id:8": "advancedrocketry:iquartzcrucible", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:iquartzcrucible" }, "2:10": { - "id:8": "libvulpes:coil0", "Count:3": 2, "Damage:2": 4, - "OreDict:8": "blockCoil" + "OreDict:8": "blockCoil", + "id:8": "libvulpes:coil0" }, "3:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "5:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "667:10": { - "questID:3": 799, "preRequisites:11": [ 796, 797, @@ -54111,13379 +55469,13746 @@ ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Basic Circuits are an essential crafting component made using the Crystallizer, Cutting Machine and Precision Assembler. They\u0027re not the only component that require this processing chain, but they\u0027re the most used ones.\n\nTo make a Basic Circuit, first make some Silicon in your Electric Arc Furnace, turn it into a Silicon Boule in the Crystallizer, cut it into Silicon Wafers using the Cutting Machine, assemble them with the required components in the Precision Assembler, and finally cut the result in the Cutting Machine.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:ic", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:ic" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Basic Circuits", - "desc:8": "Basic Circuits are an essential crafting component made using the Crystallizer, Cutting Machine and Precision Assembler. They\u0027re not the only component that require this processing chain, but they\u0027re the most used ones.\n\nTo make a Basic Circuit, first make some Silicon in your Electric Arc Furnace, turn it into a Silicon Boule in the Crystallizer, cut it into Silicon Wafers using the Cutting Machine, assemble them with the required components in the Precision Assembler, and finally cut the result in the Cutting Machine." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 799, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:ic", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:ic" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "668:10": { - "questID:3": 800, "preRequisites:11": [ 786 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Lathe is a simple machine used to make Rods much more efficiently than by hand, using RF.\n\nYou should consider making it relatively early, as it is cheap and can cut down a lot of material cost in the long run.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:lathe", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:lathe" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Lathe", - "desc:8": "The Lathe is a simple machine used to make Rods much more efficiently than by hand, using RF.\n\nYou should consider making it relatively early, as it is cheap and can cut down a lot of material cost in the long run." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 800, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:lathe", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:lathe" }, "1:10": { - "id:8": "libvulpes:structuremachine", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:structuremachine" }, "2:10": { - "id:8": "libvulpes:motor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "blockMotor" + "OreDict:8": "blockMotor", + "id:8": "libvulpes:motor" }, "3:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "5:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "669:10": { - "questID:3": 801, "preRequisites:11": [ 786 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Rolling Machine is a multiblock machine that uses RF and Water to make Plates much more efficiently than the Smal Plate Presser.\n\nIts other uses include the ability to craft Sheets of various materials, as well as Pressure Tanks that allow to easily transport higher quantities of fluid than Buckets.\n\nIt is recommended to make this machine early to cut down the metal cost of crafting the various components required by other machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:rollingmachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:rollingmachine" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rolling Machine", - "desc:8": "The Rolling Machine is a multiblock machine that uses RF and Water to make Plates much more efficiently than the Smal Plate Presser.\n\nIts other uses include the ability to craft Sheets of various materials, as well as Pressure Tanks that allow to easily transport higher quantities of fluid than Buckets.\n\nIt is recommended to make this machine early to cut down the metal cost of crafting the various components required by other machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 801, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:rollingmachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:rollingmachine" }, "1:10": { - "id:8": "libvulpes:structuremachine", "Count:3": 6, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:structuremachine" }, "2:10": { - "id:8": "libvulpes:coil0", "Count:3": 2, "Damage:2": 4, - "OreDict:8": "blockCoil" + "OreDict:8": "blockCoil", + "id:8": "libvulpes:coil0" }, "3:10": { - "id:8": "libvulpes:motor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "blockMotor" + "OreDict:8": "blockMotor", + "id:8": "libvulpes:motor" }, "4:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "5:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "6:10": { - "id:8": "libvulpes:hatch", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "7:10": { - "id:8": "libvulpes:hatch", "Count:3": 2, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "670:10": { - "questID:3": 802, "preRequisites:11": [ 799 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Electrolyser is a machine that uses RF to turn Water into Hydrogen and Oxygen.\n\nBoth of those fluids are needed later on to make Rocket Fuel as well as to be able to breath in space with the Space Suit.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:electrolyser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:electrolyser" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Electrolyser", - "desc:8": "The Electrolyser is a machine that uses RF to turn Water into Hydrogen and Oxygen.\n\nBoth of those fluids are needed later on to make Rocket Fuel as well as to be able to breath in space with the Space Suit." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 802, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:electrolyser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:electrolyser" }, "1:10": { - "id:8": "libvulpes:structuremachine", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:structuremachine" }, "2:10": { - "id:8": "libvulpes:coil0", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "blockCoil" + "OreDict:8": "blockCoil", + "id:8": "libvulpes:coil0" }, "3:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "5:10": { - "id:8": "libvulpes:hatch", "Count:3": 2, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "671:10": { - "questID:3": 803, "preRequisites:11": [ 799 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Chemical Reactor is a multiblock machine that uses RF to make various things.\n\nIts two main uses are combing Hydrogen and Oxygen into Rocket Fuel, and adding the Airtight Seal enchantment on armor.\n\nAn armor piece with Airtight Seal can be used to substitute any piece of the Space Suit when going into any planet without atmosphere or in the vaccuum of space. Just like the Space Suit though, a Chestplate enchanted this way still requires to be filled with Oxygen.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:chemicalreactor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:chemicalreactor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Chemical Reactor", - "desc:8": "The Chemical Reactor is a multiblock machine that uses RF to make various things.\n\nIts two main uses are combing Hydrogen and Oxygen into Rocket Fuel, and adding the Airtight Seal enchantment on armor.\n\nAn armor piece with Airtight Seal can be used to substitute any piece of the Space Suit when going into any planet without atmosphere or in the vaccuum of space. Just like the Space Suit though, a Chestplate enchanted this way still requires to be filled with Oxygen." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 803, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:chemicalreactor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:chemicalreactor" }, "1:10": { - "id:8": "libvulpes:structuremachine", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:structuremachine" }, "2:10": { - "id:8": "libvulpes:motor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "blockMotor" + "OreDict:8": "blockMotor", + "id:8": "libvulpes:motor" }, "3:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "5:10": { - "id:8": "libvulpes:hatch", "Count:3": 2, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "6:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "7:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "672:10": { - "questID:3": 804, "preRequisites:11": [ 802 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Gas Charge Pad is a simple machine that can fill items with Hydrogen or Oxygen without using RF.\n\nSimply pipe in the gas you want and insert any container that you want to insert the gas into.\n\nMost importantly though, standing on top of it with either a Space Suit Chest-Piece or a chestplate enchanted with Airtight Seal equipped will fill it with Oxygen. This is required to not die when on a planet with no atmosphere.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:oxygencharger", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:oxygencharger" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gas Charge Pad", - "desc:8": "The Gas Charge Pad is a simple machine that can fill items with Hydrogen or Oxygen without using RF.\n\nSimply pipe in the gas you want and insert any container that you want to insert the gas into.\n\nMost importantly though, standing on top of it with either a Space Suit Chest-Piece or a chestplate enchanted with Airtight Seal equipped will fill it with Oxygen. This is required to not die when on a planet with no atmosphere." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 804, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:oxygencharger", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:oxygencharger" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "673:10": { - "questID:3": 805, "preRequisites:11": [ 809 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Gravity Controller lets you control the gravity of your Space Station.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:gravitycontroller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:gravitycontroller" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Gravity Controller", - "desc:8": "The Gravity Controller lets you control the gravity of your Space Station." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 805, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:gravitycontroller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:gravitycontroller" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "674:10": { - "questID:3": 806, "preRequisites:11": [ 802, 803 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Rocket Assembling Machine is a multiblock structure that will allow you to make Rockets to go into space. This first quest will only detail how to build the structure.\n\nStart by placing Launch Pad blocks in a rectangle on the ground. It can be anywhere from 3x3 to 16x16. On the same level, place a Structure Tower near one of the side, then stack up more of them to make a 1 block tower. This tower can be anywhere from 4 to 64 blocks tall.\n\nFinally, place the Rocket Assembling Machine itself one block above the level of the Pads, with the back of the machine facing the Pad, and plug it with RF. If you did this correctly, it should no longer say \"Invalid Launch Pad Structure\".\n\nThen you need the Fueling Station to be able to fuel your Rockets. Place it somewhere near the Assembling Machine, plug it with RF and your source of Rocket Fuel, then sneak + right click it with a Linker, then sneak + right click the Assembling Machine with the same Linker.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:rocketbuilder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:rocketbuilder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rocket Assembling Machine", - "desc:8": "The Rocket Assembling Machine is a multiblock structure that will allow you to make Rockets to go into space. This first quest will only detail how to build the structure.\n\nStart by placing Launch Pad blocks in a rectangle on the ground. It can be anywhere from 3x3 to 16x16. On the same level, place a Structure Tower near one of the side, then stack up more of them to make a 1 block tower. This tower can be anywhere from 4 to 64 blocks tall.\n\nFinally, place the Rocket Assembling Machine itself one block above the level of the Pads, with the back of the machine facing the Pad, and plug it with RF. If you did this correctly, it should no longer say \"Invalid Launch Pad Structure\".\n\nThen you need the Fueling Station to be able to fuel your Rockets. Place it somewhere near the Assembling Machine, plug it with RF and your source of Rocket Fuel, then sneak + right click it with a Linker, then sneak + right click the Assembling Machine with the same Linker." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 806, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:rocketbuilder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:rocketbuilder" }, "1:10": { - "id:8": "advancedrocketry:launchpad", "Count:3": 9, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:launchpad" }, "2:10": { - "id:8": "advancedrocketry:structuretower", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:structuretower" }, "3:10": { - "id:8": "advancedrocketry:fuelingstation", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:fuelingstation" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "675:10": { - "questID:3": 807, "preRequisites:11": [ 804, 806 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Building a Rocket is the last step before getting to space.\n\nThe Rocket needs to be built on your Rocket Assembling Machine, with the Launch Pad blocks delimiting the horizontal space you have and the Structure Tower the vertical space you have (you can\u0027t go higher than your stack of Structure Towers and can\u0027t go out the rectangle of Launch Pad).\n\nA manned Rocket needs a Guidance Computer, a Seat, at least one Rocket Engine (a better version can be crafted once you got Titanium Iridium Alloy) and at least one Liquid Fuel Tank. There are no other restrictions that apply, your Rocket can be as unrealistic as you want so long that you respect the above points.\n\nTo check if your Rocket is actually capable of reaching space, go on your Rocket Assembling Machine and click Scan. It will both tell you how what\u0027s missing as well as various stats, as follow :\n-Thrust : how much thrust the Engines are providing\n-Weight : how heavy is the Rocket, most blocks have the same weight but blocks with inventories can be heavier\n-Fuel : how much fuel capacity you have, increased by adding more Tanks; the white line is the amount required to reach orbit, and thus you should always have more than that\n-Acceleration : how fast will the Rocket accelerate on a planet with as much gravity as the Overworld; white bar in the middle is 0 m/s² so you should always be higher than that\n\nWhen your Rocket is ready, click Build on the Rocket Assembling Machine. You can then right click to board it or sneak + right click to open its inventories and check the fuel level.\n\nFinally, insert your Planet Id Chip in the Guidance Computer\u0027s inventory, then in the Rocket\u0027s inventory click Select Dst, select Luna either on the map or through the Planet List, and click Select.\n\nMake sure you have a full Space Suit (or full armor enchanted with Airtight Seal) filled with Oxygen, then board the Rocket and press Space. You will then arrive on Luna. To go back, select Earth like you selected Luna earlier, board the Rocket and take off again. You don\u0027t need as much fuel to take off from Luna.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:guidancecomputer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:guidancecomputer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Building a Rocket", - "desc:8": "Building a Rocket is the last step before getting to space.\n\nThe Rocket needs to be built on your Rocket Assembling Machine, with the Launch Pad blocks delimiting the horizontal space you have and the Structure Tower the vertical space you have (you can\u0027t go higher than your stack of Structure Towers and can\u0027t go out the rectangle of Launch Pad).\n\nA manned Rocket needs a Guidance Computer, a Seat, at least one Rocket Engine (a better version can be crafted once you got Titanium Iridium Alloy) and at least one Liquid Fuel Tank. There are no other restrictions that apply, your Rocket can be as unrealistic as you want so long that you respect the above points.\n\nTo check if your Rocket is actually capable of reaching space, go on your Rocket Assembling Machine and click Scan. It will both tell you how what\u0027s missing as well as various stats, as follow :\n-Thrust : how much thrust the Engines are providing\n-Weight : how heavy is the Rocket, most blocks have the same weight but blocks with inventories can be heavier\n-Fuel : how much fuel capacity you have, increased by adding more Tanks; the white line is the amount required to reach orbit, and thus you should always have more than that\n-Acceleration : how fast will the Rocket accelerate on a planet with as much gravity as the Overworld; white bar in the middle is 0 m/s² so you should always be higher than that\n\nWhen your Rocket is ready, click Build on the Rocket Assembling Machine. You can then right click to board it or sneak + right click to open its inventories and check the fuel level.\n\nFinally, insert your Planet Id Chip in the Guidance Computer\u0027s inventory, then in the Rocket\u0027s inventory click Select Dst, select Luna either on the map or through the Planet List, and click Select.\n\nMake sure you have a full Space Suit (or full armor enchanted with Airtight Seal) filled with Oxygen, then board the Rocket and press Space. You will then arrive on Luna. To go back, select Earth like you selected Luna earlier, board the Rocket and take off again. You don\u0027t need as much fuel to take off from Luna." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 807, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:guidancecomputer", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:guidancecomputer" }, "1:10": { - "id:8": "advancedrocketry:planetidchip", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:planetidchip" }, "2:10": { - "id:8": "advancedrocketry:seat", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:seat" }, "3:10": { - "id:8": "advancedrocketry:fueltank", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:fueltank" }, "4:10": { - "id:8": "advancedrocketry:rocketmotor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:rocketmotor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "676:10": { - "questID:3": 808, "preRequisites:11": [ 815 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Warp Controller is used to set the destination of your Space Station.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:warpmonitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:warpmonitor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Warp Controller", - "desc:8": "The Warp Controller is used to set the destination of your Space Station." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 808, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:warpmonitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:warpmonitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "677:10": { - "questID:3": 809, "preRequisites:11": [ 807, 816 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Space Station Assembler is used to assemble Space Stations.\n\nYou will need the same setup as for building Rockets, the only differences being Space Stations don\u0027t need fuel, and when they\u0027re built, they compress into item form.\n\nThe item then needs to be launched into space, with a rocket with a Satellite Bay. The rocket will be lost, unless you give it a Guidance Computer with the Space Station ID Chip in it, in which case it\u0027ll land on the newly made Space Station.\n\nYou can travel there by making a Rocket, and placing the Space Station ID Chip in the Guidance Computer.§4 Make sure to always have backups of your Space Station ID Chip!", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:stationbuilder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:stationbuilder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Space Station Assembler", - "desc:8": "The Space Station Assembler is used to assemble Space Stations.\n\nYou will need the same setup as for building Rockets, the only differences being Space Stations don\u0027t need fuel, and when they\u0027re built, they compress into item form.\n\nThe item then needs to be launched into space, with a rocket with a Satellite Bay. The rocket will be lost, unless you give it a Guidance Computer with the Space Station ID Chip in it, in which case it\u0027ll land on the newly made Space Station.\n\nYou can travel there by making a Rocket, and placing the Space Station ID Chip in the Guidance Computer.§4 Make sure to always have backups of your Space Station ID Chip!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 809, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:stationbuilder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:stationbuilder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "678:10": { - "questID:3": 810, "preRequisites:11": [ 809 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Oxygen Vent, when supplied with Oxygen and power, will fill the room it\u0027s in with oxygen, given that it\u0027s airtight.\n\nThe size it can fill with oxygen is limited, but large.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:oxygenvent", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:oxygenvent" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Oxygen Vent", - "desc:8": "The Oxygen Vent, when supplied with Oxygen and power, will fill the room it\u0027s in with oxygen, given that it\u0027s airtight.\n\nThe size it can fill with oxygen is limited, but large." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 810, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:oxygenvent", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:oxygenvent" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "679:10": { - "questID:3": 811, "preRequisites:11": [ 802, 807 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Your Rocket needs fuel to work. The following liquids are viable rocket fuels:\n\nRocket Fuel\nRefined Fuel\nPyrotheum\nNeutron\nLiquid Oxygen\nUU-Matter\nLiquid Starlight", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:bucketrocketfuel", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "betterquesting:placeholder", "tag:10": { - "Fluid:10": { - "FluidName:8": "rocketfuel", - "Amount:3": 1000 + "orig_id:8": "advancedrocketry:bucketrocketfuel", + "orig_meta:3": 0, + "orig_tag:10": { + "Fluid:10": { + "Amount:3": 1000, + "FluidName:8": "rocketfuel" + } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rocket Fuel", - "desc:8": "Your Rocket needs fuel to work. The following liquids are viable rocket fuels:\n\nRocket Fuel\nRefined Fuel\nPyrotheum\nNeutron\nLiquid Oxygen\nUU-Matter\nLiquid Starlight" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 811, + "rewards:9": { "0:10": { + "amount:3": 10, "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "isLevels:1": 1, + "rewardID:8": "bq_standard:xp" } }, - "rewards:9": { + "tasks:9": { "0:10": { - "amount:3": 10, - "rewardID:8": "bq_standard:xp", - "isLevels:1": 1, - "index:3": 0 + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "680:10": { - "questID:3": 812, "preRequisites:11": [ 804 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You\u0027ll need a Space Suit, or an otherwise air-tight armor set, to survive in space.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "advancedrocketry:spacehelmet", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:spacehelmet" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Space Suit", - "desc:8": "You\u0027ll need a Space Suit, or an otherwise air-tight armor set, to survive in space." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 812, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "advancedrocketry:spacehelmet", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:spacehelmet" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "advancedrocketry:spacechestplate", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:spacechestplate" }, "2:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "advancedrocketry:spaceleggings", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:spaceleggings" }, "3:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "advancedrocketry:spaceboots", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:spaceboots" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "681:10": { + "preRequisites:11": [ + 818 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "Satellites can be used to collect data from celestial objects.\n \nSee \"http://65.78.115.159:8000/AdvancedRocketry/items/satellite.php\" for specific details.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "advancedrocketry:satellitebuilder" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "Satellite Builder", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 813, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "681:10": { - "questID:3": 813, - "preRequisites:11": [ - 818 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "advancedrocketry:satellitebuilder", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "Satellite Builder", - "desc:8": "Satellites can be used to collect data from celestial objects.\n \nSee \"http://65.78.115.159:8000/AdvancedRocketry/items/satellite.php\" for specific details." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:satellitebuilder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:satellitebuilder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "682:10": { - "questID:3": 814, "preRequisites:11": [ 810 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The CO2 Scrubber, with Carbon Collecting Cartridge in, will decrease the amount of oxygen the Oxygen Vent uses.\n\nYou can place up to 2 next to a Oxygen vent - the rotation of the CO2 Scrubber matters.\n\nThe Carbon Collecting Cartridges will be destroyed over time.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:carbonscrubbercartridge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:carbonscrubbercartridge" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "CO2 Scrubber", - "desc:8": "The CO2 Scrubber, with Carbon Collecting Cartridge in, will decrease the amount of oxygen the Oxygen Vent uses.\n\nYou can place up to 2 next to a Oxygen vent - the rotation of the CO2 Scrubber matters.\n\nThe Carbon Collecting Cartridges will be destroyed over time." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 814, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:carbonscrubbercartridge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:carbonscrubbercartridge" }, "1:10": { - "id:8": "advancedrocketry:oxygenscrubber", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:oxygenscrubber" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "683:10": { - "questID:3": 815, "preRequisites:11": [ 809, 825 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Building a Warp Core multiblock in your Space Station will allow you to travel to other planets and solar systems!\n\nIt uses Dilithium Crystals as fuel.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:warpcore", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:warpcore" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Warp Core", - "desc:8": "Building a Warp Core multiblock in your Space Station will allow you to travel to other planets and solar systems!\n\nIt uses Dilithium Crystals as fuel." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 815, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:warpcore", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:warpcore" }, "1:10": { - "id:8": "libvulpes:metal0", "Count:3": 15, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:metal0" }, "2:10": { - "id:8": "minecraft:gold_block", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:gold_block" }, "3:10": { - "id:8": "libvulpes:structuremachine", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:structuremachine" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "684:10": { - "questID:3": 816, "preRequisites:11": [ 799 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A crafting component.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:ic", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:ic" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Advanced Circuit", - "desc:8": "A crafting component." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 816, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:ic", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:ic" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "685:10": { - "questID:3": 817, "preRequisites:11": [ 813 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Astrobody Data Processor is a multiblock machine used to research Asteroids, when provided with information from satellites.\n\nAsteroids contain extremely rare metals in abundance. Asteroids have been custom made for this pack.\n\nSee \"http://65.78.115.159:8000/AdvancedRocketry/guides/Missions.php\" for more information.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:planetanalyser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:planetanalyser" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Astrobody Data Processor", - "desc:8": "The Astrobody Data Processor is a multiblock machine used to research Asteroids, when provided with information from satellites.\n\nAsteroids contain extremely rare metals in abundance. Asteroids have been custom made for this pack.\n\nSee \"http://65.78.115.159:8000/AdvancedRocketry/guides/Missions.php\" for more information." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 817, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:planetanalyser", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:planetanalyser" }, "1:10": { - "id:8": "minecraft:stone_slab", "Count:3": 5, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:stone_slab" }, "2:10": { - "id:8": "advancedrocketry:loader", "Count:3": 3, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:loader" }, "3:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "4:10": { - "id:8": "libvulpes:hatch", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:hatch" }, "5:10": { - "id:8": "libvulpes:forgepowerinput", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:forgepowerinput" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "686:10": { - "questID:3": 818, "preRequisites:11": [ 809 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "It\u0027s §4extremely§0 important that you don\u0027t lose your Space Station ID Chip, once it has been set to your Space Station.§0 If you lose the chip, and don\u0027t have any other means of transport to the Space Station, it\u0027s lost.\n\nLuckily, it can be copied in the Satellite Builder multiblock.", + "globalshare:1": 0, "icon:10": { - "id:8": "advancedrocketry:spacestationchip", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:spacestationchip" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Space Station ID Chip", - "desc:8": "It\u0027s §4extremely§0 important that you don\u0027t lose your Space Station ID Chip, once it has been set to your Space Station.§0 If you lose the chip, and don\u0027t have any other means of transport to the Space Station, it\u0027s lost.\n\nLuckily, it can be copied in the Satellite Builder multiblock." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 818, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "advancedrocketry:spacestationchip", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "advancedrocketry:spacestationchip" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "687:10": { - "questID:3": 819, "preRequisites:11": [ 771 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Before you\u0027re able to get to space, you can craft Titanium Ingots.\n\nTitanium can be found in space, as Rutile Ore.", + "globalshare:1": 0, "icon:10": { - "id:8": "libvulpes:productingot", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:productingot" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Titanium", - "desc:8": "Before you\u0027re able to get to space, you can craft Titanium Ingots.\n\nTitanium can be found in space, as Rutile Ore." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 819, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "libvulpes:productingot", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:productingot" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "688:10": { - "questID:3": 820, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to NuclearCraft! This mod is all about generating massive amounts of power through Nuclear Fission and Fusion. \n\nThe trickiest part of this mod is without a doubt figuring out how to get the various nuclear fuels and isotopes - JEI does show how to obtain it all, but there are often several steps.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:manufactory_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:manufactory_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "NuclearCraft", - "desc:8": "Welcome to NuclearCraft! This mod is all about generating massive amounts of power through Nuclear Fission and Fusion. \n\nThe trickiest part of this mod is without a doubt figuring out how to get the various nuclear fuels and isotopes - JEI does show how to obtain it all, but there are often several steps." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 820, "rewards:9": { "0:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the NuclearCraft questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 0, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the NuclearCraft questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "689:10": { - "questID:3": 823, "preRequisites:11": [ 826 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "An extremely rare ore, found in space.", + "globalshare:1": 0, "icon:10": { - "id:8": "libvulpes:ore0", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:ore0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rutile Ore", - "desc:8": "An extremely rare ore, found in space." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 823, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "libvulpes:ore0", "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 8, + "OreDict:8": "", + "id:8": "libvulpes:ore0" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "690:10": { - "questID:3": 825, "preRequisites:11": [ 807 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "An extremely rare ore, found on moons.", + "globalshare:1": 0, "icon:10": { - "id:8": "libvulpes:ore0", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:ore0" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dilithium Ore", - "desc:8": "An extremely rare ore, found on moons." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 825, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "libvulpes:ore0", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "libvulpes:ore0" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "691:10": { - "questID:3": 826, "preRequisites:11": [ 808 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "An extremely rare ore, found in space.", + "globalshare:1": 0, "icon:10": { - "id:8": "thermalfoundation:ore", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:ore" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Iridium Ore", - "desc:8": "An extremely rare ore, found in space." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 826, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thermalfoundation:ore", "Count:3": 1, "Damage:2": 7, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thermalfoundation:ore" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "692:10": { - "questID:3": 832, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Environmental Tech!\n\nThis mod features large §4multiblock machines§0, like the Solar Controller and the Void Ore Miner.\n\nThe multiblocks can be §3automatically assembled§0, if you right click with the Assembler on the Controller block that you wish to build the structure for.§4 It\u0027ll tell you the materials you need.§0 Once the materials are all in your inventory, right click the Controller with the Assembler again, and it\u0027ll build your structure!\n\nIn order to progress through the mod, you\u0027ll need tons of §2Litherite §0to start off with. Use that to build your first Void Ore Miner (Tier 1) - which will mine§2 Litherite§0, and the next tier crystal, for you. Build the next tier Ore Miner with your newly acquired crystals, and repeat the cycle until you reach Tier 6.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:litherite_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:litherite_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Environmental Tech", - "desc:8": "Welcome to Environmental Tech!\n\nThis mod features large §4multiblock machines§0, like the Solar Controller and the Void Ore Miner.\n\nThe multiblocks can be §3automatically assembled§0, if you right click with the Assembler on the Controller block that you wish to build the structure for.§4 It\u0027ll tell you the materials you need.§0 Once the materials are all in your inventory, right click the Controller with the Assembler again, and it\u0027ll build your structure!\n\nIn order to progress through the mod, you\u0027ll need tons of §2Litherite §0to start off with. Use that to build your first Void Ore Miner (Tier 1) - which will mine§2 Litherite§0, and the next tier crystal, for you. Build the next tier Ore Miner with your newly acquired crystals, and repeat the cycle until you reach Tier 6." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 832, "rewards:9": { "0:10": { "amount:3": 30, - "rewardID:8": "bq_standard:xp", + "index:3": 0, "isLevels:1": 1, - "index:3": 0 + "rewardID:8": "bq_standard:xp" }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Environmental Tech questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Environmental Tech questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "693:10": { - "questID:3": 833, "preRequisites:11": [ 820 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Manufactory is the first machine you\u0027ll get your hands on in NuclearCraft. \n\nIt can make various crafting materials and double ores. \n\nIt\u0027s also used as a crafting component in the recipe of a few other machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:manufactory_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:manufactory_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Manufactory", - "desc:8": "The Manufactory is the first machine you\u0027ll get your hands on in NuclearCraft. \n\nIt can make various crafting materials and double ores. \n\nIt\u0027s also used as a crafting component in the recipe of a few other machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 833, + "rewards:9": { + "0:10": { + "amount:3": 10, + "index:3": 0, + "isLevels:1": 1, + "rewardID:8": "bq_standard:xp" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:manufactory_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:manufactory_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "amount:3": 10, - "rewardID:8": "bq_standard:xp", - "isLevels:1": 1, - "index:3": 0 - } } }, "694:10": { - "questID:3": 834, "preRequisites:11": [ 820 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A crafting component used to craft most basic NuclearCraft machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Basic Plating", - "desc:8": "A crafting component used to craft most basic NuclearCraft machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 834, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "695:10": { - "questID:3": 835, "preRequisites:11": [ 832 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Structure Frame block needed to make Tier 1 multiblocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:structure_frame_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Structure Frame Tier 1", - "desc:8": "A Structure Frame block needed to make Tier 1 multiblocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 835, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:structure_frame_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "696:10": { - "questID:3": 838, "preRequisites:11": [ 727, 851 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Structure Frame block needed to make Tier 3 multiblocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:structure_frame_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_3" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Structure Frame Tier 3", - "desc:8": "A Structure Frame block needed to make Tier 3 multiblocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 838, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:structure_frame_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_3" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "697:10": { - "questID:3": 839, "preRequisites:11": [ 838, 852 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Structure Frame block needed to make Tier 4 multiblocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:structure_frame_4", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_4" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Structure Frame Tier 4", - "desc:8": "A Structure Frame block needed to make Tier 4 multiblocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 839, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:structure_frame_4", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_4" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "698:10": { - "questID:3": 840, "preRequisites:11": [ 839, 853 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Structure Frame block needed to make Tier 5 multiblocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:structure_frame_5", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_5" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Structure Frame Tier 5", - "desc:8": "A Structure Frame block needed to make Tier 5 multiblocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 840, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "environmentaltech:structure_frame_5", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_5" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "699:10": { - "questID:3": 841, "preRequisites:11": [ 840, 854 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A Structure Frame block needed to make Tier 6 multiblocks.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:structure_frame_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_6" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Structure Frame Tier 6", - "desc:8": "A Structure Frame block needed to make Tier 6 multiblocks." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 841, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:structure_frame_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:structure_frame_6" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "700:10": { - "questID:3": 842, "preRequisites:11": [ 843 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 1 and up.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:erodium_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:erodium_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Erodium", - "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 1 and up." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 842, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:erodium_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:erodium_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "701:10": { - "questID:3": 843, "preRequisites:11": [ 835 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_ore_miner_cont_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Ore Miner Tier 1", - "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 843, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_ore_miner_cont_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "702:10": { - "questID:3": 844, "preRequisites:11": [ 835 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_res_miner_cont_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_2" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Resource Miner Tier 1", - "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 844, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_res_miner_cont_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "703:10": { - "questID:3": 845, "preRequisites:11": [ 835 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:solar_cont_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solar Array Tier 1", - "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 845, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:solar_cont_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_1" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "704:10": { - "questID:3": 846, "preRequisites:11": [ 842, 843 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_ore_miner_cont_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_2" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Ore Miner Tier 2", - "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 846, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_ore_miner_cont_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "705:10": { - "questID:3": 847, "preRequisites:11": [ 846, 851 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_ore_miner_cont_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_3" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Ore Miner Tier 3", - "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 847, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_ore_miner_cont_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_3" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "706:10": { - "questID:3": 848, "preRequisites:11": [ 847, 852 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_ore_miner_cont_4", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_4" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Ore Miner Tier 4", - "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 848, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_ore_miner_cont_4", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_4" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "707:10": { - "questID:3": 849, "preRequisites:11": [ 848, 853 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_ore_miner_cont_5", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_5" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Ore Miner Tier 5", - "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 849, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_ore_miner_cont_5", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_5" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "708:10": { - "questID:3": 850, "preRequisites:11": [ 849, 854 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_ore_miner_cont_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_6" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Ore Miner Tier 6", - "desc:8": "The Void Ore Miner gathers materials such as Iron Ore, Glowstone, and ET Crystals from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Ore Miner, the faster it runs. Certain ores can only be obtained from the highest tiers of Ore Miner - JEI shows which ores are obtainable, and the chances to get them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 850, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_ore_miner_cont_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_ore_miner_cont_6" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "709:10": { - "questID:3": 851, "preRequisites:11": [ 846 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 2 and up.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:kyronite_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:kyronite_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Kyronite", - "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 2 and up." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 851, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:kyronite_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:kyronite_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "710:10": { - "questID:3": 852, "preRequisites:11": [ 847 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 3 and up.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:pladium_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:pladium_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pladium", - "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 3 and up." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 852, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:pladium_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:pladium_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "711:10": { - "questID:3": 853, "preRequisites:11": [ 848 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 4 and up.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:ionite_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:ionite_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ionite", - "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 4 and up." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 853, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:ionite_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:ionite_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "712:10": { - "questID:3": 854, "preRequisites:11": [ 849 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 5 and up.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:aethium_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:aethium_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Aethium", - "desc:8": "A rare crystal, obtainable from Void Ore Miners tier 5 and up." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 854, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:aethium_crystal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:aethium_crystal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "713:10": { - "questID:3": 855, "preRequisites:11": [ 842, 844 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_res_miner_cont_1", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_1" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Resource Miner Tier 2", - "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 855, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_res_miner_cont_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "714:10": { - "questID:3": 856, "preRequisites:11": [ 851, 855 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_res_miner_cont_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_3" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Resource Miner Tier 3", - "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 856, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_res_miner_cont_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_3" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "715:10": { - "questID:3": 857, "preRequisites:11": [ 852, 856 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_res_miner_cont_4", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_4" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Resource Miner Tier 4", - "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 857, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "environmentaltech:void_res_miner_cont_4", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_4" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "716:10": { - "questID:3": 858, "preRequisites:11": [ 853, 857 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_res_miner_cont_5", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_5" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Resource Miner Tier 5", - "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 858, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_res_miner_cont_5", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_5" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "717:10": { - "questID:3": 859, "preRequisites:11": [ 854, 858 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:void_res_miner_cont_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_6" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Void Resource Miner Tier 6", - "desc:8": "The Void Resource Miner gathers materials such as Stone, Obsidian and Grass from the void. It\u0027s laser needs line of sight to either bedrock or void to function. The higher the tier of the Resource Miner, the faster it runs." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 859, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:void_res_miner_cont_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:void_res_miner_cont_6" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "718:10": { - "questID:3": 860, "preRequisites:11": [ 842, 845 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:solar_cont_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_2" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solar Array Tier 2", - "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 860, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:solar_cont_2", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_2" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "719:10": { - "questID:3": 861, "preRequisites:11": [ 851, 860 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:solar_cont_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_3" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solar Array Tier 3", - "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 861, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:solar_cont_3", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_3" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "720:10": { - "questID:3": 862, "preRequisites:11": [ 852, 861 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:solar_cont_4", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_4" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solar Array Tier 4", - "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 862, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:solar_cont_4", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_4" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "721:10": { - "questID:3": 863, "preRequisites:11": [ 853, 862 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:solar_cont_5", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_5" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solar Array Tier 5", - "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 863, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:solar_cont_5", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_5" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "722:10": { - "questID:3": 864, "preRequisites:11": [ 854, 863 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:solar_cont_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_6" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Solar Array Tier 6", - "desc:8": "The Solar Array is capable of producing large amounts of energy from the sun. The higher the tier of the Controller and Solar Cells, the more power is produced." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 864, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:solar_cont_6", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:solar_cont_6" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "723:10": { - "questID:3": 865, "preRequisites:11": [ 843 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Speed Modifier can be used instead of a Modifier Core. It increases the speed of the Void Miners, at the cost of additional power. \n\nYou can stack them, but the power requirement will rise exponentially.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:modifier_speed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:modifier_speed" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Speed Modifier", - "desc:8": "The Speed Modifier can be used instead of a Modifier Core. It increases the speed of the Void Miners, at the cost of additional power. \n\nYou can stack them, but the power requirement will rise exponentially." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 865, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:modifier_speed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:modifier_speed" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "724:10": { - "questID:3": 866, "preRequisites:11": [ 845 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Piezo Modifier can be used instead of Modifier Cores in the Solar multiblocks.\n\nIt will generate power when it\u0027s raining, and you can stack them.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:modifier_piezo", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:modifier_piezo" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Piezo Modifier", - "desc:8": "The Piezo Modifier can be used instead of Modifier Cores in the Solar multiblocks.\n\nIt will generate power when it\u0027s raining, and you can stack them." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 866, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:modifier_piezo", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:modifier_piezo" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "725:10": { - "questID:3": 867, "preRequisites:11": [ 843 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Accuracy Modifier can be used instead of a Modifier Core. It increases the accuracy of Colored Lenses in both kinds of Void Miners, at the cost of additional power. \n\nYou can stack them, but the power requirement will rise exponentially.", + "globalshare:1": 0, "icon:10": { - "id:8": "environmentaltech:modifier_accuracy", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:modifier_accuracy" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Accuracy Modifier", - "desc:8": "The Accuracy Modifier can be used instead of a Modifier Core. It increases the accuracy of Colored Lenses in both kinds of Void Miners, at the cost of additional power. \n\nYou can stack them, but the power requirement will rise exponentially." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 867, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "environmentaltech:modifier_accuracy", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "environmentaltech:modifier_accuracy" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "726:10": { - "questID:3": 868, "preRequisites:11": [ 833, 834 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A crafting component, used to make most advanced NuclearCraft machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Advanced Plating", - "desc:8": "A crafting component, used to make most advanced NuclearCraft machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 868, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "727:10": { - "questID:3": 869, "preRequisites:11": [ 868 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The DU Plating is used for crafting Elite Plating, and the Fission Controller.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "DU Plating", - "desc:8": "The DU Plating is used for crafting Elite Plating, and the Fission Controller." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 869, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "728:10": { - "questID:3": 870, "preRequisites:11": [ 869 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Elite Plating is used in recipes throughout the late/endgame.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Elite Plating", - "desc:8": "The Elite Plating is used in recipes throughout the late/endgame." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 870, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:part", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:part" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "729:10": { - "questID:3": 871, "preRequisites:11": [ 833, 834 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Alloy Furnace is used to make alloys, aswell as being a crafting component in the recipe for a bunch of other machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:alloy_furnace_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:alloy_furnace_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Alloy Furnace", - "desc:8": "The Alloy Furnace is used to make alloys, aswell as being a crafting component in the recipe for a bunch of other machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 871, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:alloy_furnace_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:alloy_furnace_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "730:10": { - "questID:3": 872, "preRequisites:11": [ 871 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:fuel_reprocessor_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:fuel_reprocessor_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fuel Reprocessor", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 872, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:fuel_reprocessor_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:fuel_reprocessor_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "731:10": { - "questID:3": 873, "preRequisites:11": [ 875 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:extractor_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:extractor_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Extractor", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 873, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:extractor_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:extractor_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "732:10": { - "questID:3": 874, "preRequisites:11": [ 833 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:machine_interface", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:machine_interface" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Machine Interface", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 874, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "nuclearcraft:machine_interface", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "nuclearcraft:machine_interface" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "733:10": { - "questID:3": 875, "preRequisites:11": [ 871 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:infuser_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:infuser_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Infuser", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 875, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:infuser_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:infuser_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "734:10": { - "questID:3": 876, "preRequisites:11": [ 871 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:melter_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:melter_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Melter", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 876, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:melter_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:melter_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "735:10": { - "questID:3": 877, "preRequisites:11": [ 883 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:supercooler_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:supercooler_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Supercooler", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 877, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:supercooler_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:supercooler_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "736:10": { - "questID:3": 878, "preRequisites:11": [ 883 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:electrolyser_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:electrolyser_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Electrolyzer", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 878, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:electrolyser_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:electrolyser_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "737:10": { - "questID:3": 879, "preRequisites:11": [ 883 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:irradiator_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:irradiator_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Neutron Irradiator", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 879, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:irradiator_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:irradiator_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "738:10": { - "questID:3": 880, "preRequisites:11": [ 833 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:ingot_former_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:ingot_former_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ingot Former", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 880, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:ingot_former_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:ingot_former_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "739:10": { - "questID:3": 881, "preRequisites:11": [ 871 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:pressurizer_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:pressurizer_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Pressurizer", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 881, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:pressurizer_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:pressurizer_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "740:10": { - "questID:3": 882, "preRequisites:11": [ 871 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:isotope_separator_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:isotope_separator_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Isotope Seperator", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 882, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:isotope_separator_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:isotope_separator_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "741:10": { - "questID:3": 883, "preRequisites:11": [ 833 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Salt Mixer is a machine that blends molten salts together, but it\u0027s also a crafting component in recipes for several other machines.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:salt_mixer_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:salt_mixer_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Salt Mixer", - "desc:8": "The Salt Mixer is a machine that blends molten salts together, but it\u0027s also a crafting component in recipes for several other machines." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 883, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:salt_mixer_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:salt_mixer_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "742:10": { - "questID:3": 884, "preRequisites:11": [ 883 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:chemical_reactor_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:chemical_reactor_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Chemical Reactor", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 884, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:chemical_reactor_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:chemical_reactor_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "743:10": { - "questID:3": 885, "preRequisites:11": [ 871 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:decay_hastener_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:decay_hastener_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Decay Hastener", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 885, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:decay_hastener_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:decay_hastener_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "744:10": { - "questID:3": 886, "preRequisites:11": [ 868, 880 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:crystallizer_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:crystallizer_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Crystallizer", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 886, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:crystallizer_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:crystallizer_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "745:10": { - "questID:3": 887, "preRequisites:11": [ 883 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:dissolver_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:dissolver_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fluid Enricher", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 887, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:dissolver_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:dissolver_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "746:10": { - "questID:3": 888, "preRequisites:11": [ 834 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "See the machine\u0027s tooltip for a description of it.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:nuclear_furnace_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:nuclear_furnace_idle" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Nuclear Furnace", - "desc:8": "See the machine\u0027s tooltip for a description of it." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 888, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:nuclear_furnace_idle", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:nuclear_furnace_idle" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "747:10": { - "questID:3": 889, "preRequisites:11": [ 870, 884 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fusion Reactor is a large multiblock generator, capable of generating massive amounts of power.\n\nIt\u0027s a pretty complicated structure, so I highly advice that you watch a spotlight on it, or read through a guide. \n\nThe mod author made this spotlight on it:\n§1§9https://www.youtube.com/watch?v\u003dL-0LOtg2Plk\u0026t\u003d12s§0\n\n§r\n\n... That\u0027s not actually a hyperlink, it\u0027s just coloured text. Sorry.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:fusion_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:fusion_core" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 1, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fusion Core", - "desc:8": "The Fusion Reactor is a large multiblock generator, capable of generating massive amounts of power.\n\nIt\u0027s a pretty complicated structure, so I highly advice that you watch a spotlight on it, or read through a guide. \n\nThe mod author made this spotlight on it:\n§1§9https://www.youtube.com/watch?v\u003dL-0LOtg2Plk\u0026t\u003d12s§0\n\n§r\n\n... That\u0027s not actually a hyperlink, it\u0027s just coloured text. Sorry." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 889, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:fusion_core", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:fusion_core" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "748:10": { - "questID:3": 890, "preRequisites:11": [ 869, 888 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Fission Reactor is a midgame multiblock generator capable of producing very large amounts of power.\n\nIt\u0027s a good idea to watch a guide or read a tutorial, to get an idea of how you operate the Fission Reactor.\n\nHere\u0027s a slightly outdated spotlight made by the mod author:\n\n§9https://www.youtube.com/watch?v\u003dG5pM93a0MGA\u0026t\u003d2s\n§0\n\nThat\u0027s not actually a hyperlink, it\u0027s just coloured text. Sorry.\n\nThe Fission Reactor multiblock parts all have pretty descriptive tooltips, so I suggest you read through those to get an idea of what\u0027s possible.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:fission_controller_new_fixed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:fission_controller_new_fixed" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Fission Controller", - "desc:8": "The Fission Reactor is a midgame multiblock generator capable of producing very large amounts of power.\n\nIt\u0027s a good idea to watch a guide or read a tutorial, to get an idea of how you operate the Fission Reactor.\n\nHere\u0027s a slightly outdated spotlight made by the mod author:\n\n§9https://www.youtube.com/watch?v\u003dG5pM93a0MGA\u0026t\u003d2s\n§0\n\nThat\u0027s not actually a hyperlink, it\u0027s just coloured text. Sorry.\n\nThe Fission Reactor multiblock parts all have pretty descriptive tooltips, so I suggest you read through those to get an idea of what\u0027s possible." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 890, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "nuclearcraft:fission_controller_new_fixed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:fission_controller_new_fixed" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "749:10": { - "questID:3": 891, "preRequisites:11": [ 833 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This upgrade decrease the process time of machines, at the cost of additional power. \n\n§4Note §0that some machines will reset their work if they run out of power.", + "globalshare:1": 0, "icon:10": { - "id:8": "nuclearcraft:upgrade", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "nuclearcraft:upgrade" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Speed Upgrade", - "desc:8": "This upgrade decrease the process time of machines, at the cost of additional power. \n\n§4Note §0that some machines will reset their work if they run out of power." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 891, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "nuclearcraft:upgrade", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 0, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "nuclearcraft:upgrade" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "750:10": { - "questID:3": 934, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Ender IO! This is an end-themed tech mod, that offers a bunch of machines, utilities, armor and tools.\n\nThe mod has been heavily tweaked.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:item_material", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ender IO", - "desc:8": "Welcome to Ender IO! This is an end-themed tech mod, that offers a bunch of machines, utilities, armor and tools.\n\nThe mod has been heavily tweaked." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 934, "rewards:9": { "0:10": { "amount:3": 30, - "rewardID:8": "bq_standard:xp", + "index:3": 0, "isLevels:1": 1, - "index:3": 0 + "rewardID:8": "bq_standard:xp" }, "1:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Ender IO questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 1, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Ender IO questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "751:10": { - "questID:3": 935, "preRequisites:11": [ 934 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_stirling_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_stirling_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Stirling Generator", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 935, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_stirling_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_stirling_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "752:10": { - "questID:3": 936, "preRequisites:11": [ 934 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Most Ender IO machines need to have a capacitor in them to function. The capacitor tier determines speed and power usage.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:item_basic_capacitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_basic_capacitor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Basic Capacitor", - "desc:8": "Most Ender IO machines need to have a capacitor in them to function. The capacitor tier determines speed and power usage." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 936, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:item_basic_capacitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_basic_capacitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "753:10": { - "questID:3": 937, "preRequisites:11": [ 934 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A crafting component.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:item_material", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_material" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Machine Chassis", - "desc:8": "A crafting component." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 937, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:item_material", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_material" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "754:10": { - "questID:3": 938, "preRequisites:11": [ 936 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Most Ender IO machines need to have a capacitor in them to function. The capacitor tier determines speed and power usage.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:item_basic_capacitor", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_basic_capacitor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Double-Layer Capacitor", - "desc:8": "Most Ender IO machines need to have a capacitor in them to function. The capacitor tier determines speed and power usage." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 938, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:item_basic_capacitor", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_basic_capacitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "755:10": { - "questID:3": 939, "preRequisites:11": [ 938 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Most Ender IO machines need to have a capacitor in them to function. The capacitor tier determines speed and power usage.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:item_basic_capacitor", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_basic_capacitor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Octadic Capacitor", - "desc:8": "Most Ender IO machines need to have a capacitor in them to function. The capacitor tier determines speed and power usage." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 939, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:item_basic_capacitor", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_basic_capacitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "756:10": { - "questID:3": 940, "preRequisites:11": [ 935 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_combustion_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_combustion_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Combustion Generation", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 940, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_combustion_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_combustion_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "757:10": { - "questID:3": 941, "preRequisites:11": [ 940 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_enhanced_combustion_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_enhanced_combustion_generator" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enhanced Combustion Generator", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 941, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_enhanced_combustion_generator", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_enhanced_combustion_generator" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "758:10": { - "questID:3": 942, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Experience Obelisk can store huge amounts of liquid XP.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_experience_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_experience_obelisk" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Experience Obelisk", - "desc:8": "The Experience Obelisk can store huge amounts of liquid XP." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 942, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_experience_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_experience_obelisk" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "759:10": { - "questID:3": 943, "preRequisites:11": [ 942 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_attractor_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_attractor_obelisk" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Attractor Obelisk", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 943, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_attractor_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_attractor_obelisk" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "760:10": { - "questID:3": 944, "preRequisites:11": [ 943 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_weather_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_weather_obelisk" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Weather Obelisk", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 944, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_weather_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_weather_obelisk" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "761:10": { - "questID:3": 945, "preRequisites:11": [ 944 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_aversion_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_aversion_obelisk" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Aversion Obelisk", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 945, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_aversion_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_aversion_obelisk" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "762:10": { - "questID:3": 946, "preRequisites:11": [ 945 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_inhibitor_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_inhibitor_obelisk" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Inhibitor Obelisk", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 946, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_inhibitor_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_inhibitor_obelisk" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "763:10": { - "questID:3": 947, "preRequisites:11": [ 945 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_relocator_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_relocator_obelisk" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Relocator Obelisk", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 947, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_relocator_obelisk", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_relocator_obelisk" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "764:10": { - "questID:3": 948, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_farm_station", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_farm_station" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Farming Station", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 948, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_farm_station", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_farm_station" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "765:10": { - "questID:3": 949, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_soul_binder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_soul_binder" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Soul Binder", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 949, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_soul_binder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_soul_binder" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "766:10": { - "questID:3": 950, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_slice_and_splice", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_slice_and_splice" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Slice\u0027N\u0027Splice", - "desc:8": "Hold shift over the item to view the tooltip description." - } - }, - "tasks:9": { - "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "consume:1": 0, - "requiredItems:9": { - "0:10": { - "id:8": "enderio:block_slice_and_splice", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 950, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "767:10": { - "questID:3": 951, - "preRequisites:11": [ - 937 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, - "icon:10": { - "id:8": "enderio:block_sag_mill", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "ismain:1": 0, - "repeat_relative:1": 1, - "name:8": "SAG Mill", - "desc:8": "Hold shift over the item to view the tooltip description." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_sag_mill", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_slice_and_splice" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "767:10": { + "preRequisites:11": [ + 937 + ], + "properties:10": { + "betterquesting:10": { + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "enderio:block_sag_mill" + }, + "ignoresview:1": 0, + "ismain:1": 0, + "issilent:1": 0, + "lockedprogress:1": 1, + "name:8": "SAG Mill", + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 951, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } + }, + "tasks:9": { + "0:10": { + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, + "index:3": 0, + "partialMatch:1": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "enderio:block_sag_mill" + } + }, + "taskID:8": "bq_standard:retrieval" + } } }, "768:10": { - "questID:3": 952, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_power_monitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_power_monitor" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Power Monitor", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 952, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_power_monitor", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_power_monitor" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "769:10": { - "questID:3": 953, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_vat", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_vat" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "The Vat", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 953, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_vat", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_vat" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "770:10": { - "questID:3": 954, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_killer_joe", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_killer_joe" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Killer Joe", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 954, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_killer_joe", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_killer_joe" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "771:10": { - "questID:3": 955, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_alloy_smelter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_alloy_smelter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Alloy Smelter", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 955, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_alloy_smelter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_alloy_smelter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "772:10": { - "questID:3": 956, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_transceiver", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_transceiver" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dimensional Transceiver", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 956, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_transceiver", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_transceiver" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "773:10": { - "questID:3": 957, "preRequisites:11": [ 936 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Capacitor Bank can store large amounts of power. Connecting multiple banks together is possible, for higher storage, input and output.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_cap_bank", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_cap_bank" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Basic Capacitor Bank", - "desc:8": "The Capacitor Bank can store large amounts of power. Connecting multiple banks together is possible, for higher storage, input and output." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 957, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_cap_bank", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_cap_bank" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "774:10": { - "questID:3": 958, "preRequisites:11": [ 938, 957 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Capacitor Bank can store large amounts of power. Connecting multiple banks together is possible, for higher storage, input and output.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_cap_bank", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_cap_bank" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Capacitor Bank", - "desc:8": "The Capacitor Bank can store large amounts of power. Connecting multiple banks together is possible, for higher storage, input and output." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 958, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_cap_bank", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_cap_bank" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "775:10": { - "questID:3": 959, "preRequisites:11": [ 939, 958 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Capacitor Bank can store large amounts of power. Connecting multiple banks together is possible, for higher storage, input and output.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_cap_bank", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_cap_bank" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Vibrant Capacitor Bank", - "desc:8": "The Capacitor Bank can store large amounts of power. Connecting multiple banks together is possible, for higher storage, input and output." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 959, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_cap_bank", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_cap_bank" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "776:10": { - "questID:3": 960, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_enchanter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_enchanter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Enchanter", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 960, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_enchanter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_enchanter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "777:10": { - "questID:3": 961, "preRequisites:11": [ 949 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Hold shift over the item to view the tooltip description.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:item_soul_vial", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_soul_vial" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Soul Vial", - "desc:8": "Hold shift over the item to view the tooltip description." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 961, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:item_soul_vial", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:item_soul_vial" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "778:10": { - "questID:3": 962, "preRequisites:11": [ 961 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "An upgradeable mob spawner. \n\nYou can set the type by combining a Broken Spawner with a filled Soul Vial in the Soul Binder, and then combining the Broken Spawner with the Powered Spawner in an anvil.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_powered_spawner", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_powered_spawner" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Powered Spawner", - "desc:8": "An upgradeable mob spawner. \n\nYou can set the type by combining a Broken Spawner with a filled Soul Vial in the Soul Binder, and then combining the Broken Spawner with the Powered Spawner in an anvil." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 962, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_powered_spawner", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_powered_spawner" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "779:10": { - "questID:3": 963, "preRequisites:11": [ 937 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Allows you to paint most blocks, and some machines, to show a different texture.", + "globalshare:1": 0, "icon:10": { - "id:8": "enderio:block_painter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_painter" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Painting Machine", - "desc:8": "Allows you to paint most blocks, and some machines, to show a different texture." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 963, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "enderio:block_painter", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "enderio:block_painter" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "780:10": { - "questID:3": 964, "preRequisites:11": [ 485 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Angel Ring gives you creative flight while it\u0027s in your inventory, or a Bauble Ring slot. It needs 32 Grid Power to function.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:angelring", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:angelring" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Angel Ring", - "desc:8": "The Angel Ring gives you creative flight while it\u0027s in your inventory, or a Bauble Ring slot. It needs 32 Grid Power to function." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 964, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "extrautils2:angelring", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "extrautils2:angelring" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "781:10": { - "questID:3": 967, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Welcome to Blood Magic! \n\nBlood Magic is a magic mod centered around gaining power from sacrifice.\n\nIt offers a lot of cool gadgets such as the §1Sigils§0, not to mention a variety of building blocks.\n\nThe §6Sanguine Scientiem §0contains information on nearly all of Blood Magic, so for the most part, I\u0027ll be referring to that.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "guideapi:bloodmagic-guide", - "Count:3": 1, "tag:10": { "G-API_Category:3": 1, "G-API_Category_Page:3": 0, + "G-API_Entry:8": "minecraft:guide.bloodmagic.entry.architect.bloodrune", "G-API_Entry_Page:3": 0, - "G-API_Page:3": 3, - "G-API_Entry:8": "minecraft:guide.bloodmagic.entry.architect.bloodrune" - }, - "Damage:2": 0, - "OreDict:8": "" + "G-API_Page:3": 3 + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blood Magic", - "desc:8": "Welcome to Blood Magic! \n\nBlood Magic is a magic mod centered around gaining power from sacrifice.\n\nIt offers a lot of cool gadgets such as the §1Sigils§0, not to mention a variety of building blocks.\n\nThe §6Sanguine Scientiem §0contains information on nearly all of Blood Magic, so for the most part, I\u0027ll be referring to that." - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 967, "rewards:9": { "0:10": { "amount:3": 10, - "rewardID:8": "bq_standard:xp", + "index:3": 0, "isLevels:1": 1, - "index:3": 0 + "rewardID:8": "bq_standard:xp" }, "1:10": { - "rewardID:8": "bq_standard:item", "index:3": 1, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { - "id:8": "minecraft:potion", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", "tag:10": { "Potion:8": "minecraft:regeneration" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "guideapi:bloodmagic-guide", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "guideapi:bloodmagic-guide" } } }, "2:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Blood Magic questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 2, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Blood Magic questline!" + "viaPlayer:1": 0 + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "782:10": { - "questID:3": 968, "preRequisites:11": [ 967 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The first thing you\u0027ll need to do is craft up some Rudimentary Snares.\n\nThrow the snares at hostile mobs until white particles appear, and then kill them.\nIf you\u0027re lucky, they\u0027ll drop Demonic Will.\n\nThe drop chance is affected by Looting.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:soul_snare", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_snare" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Demonic Will", - "desc:8": "The first thing you\u0027ll need to do is craft up some Rudimentary Snares.\n\nThrow the snares at hostile mobs until white particles appear, and then kill them.\nIf you\u0027re lucky, they\u0027ll drop Demonic Will.\n\nThe drop chance is affected by Looting." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 968, + "rewards:9": { + "0:10": { + "amount:3": 10, + "index:3": 0, + "isLevels:1": 1, + "rewardID:8": "bq_standard:xp" } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:soul_snare", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_snare" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:monster_soul", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:monster_soul" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "amount:3": 10, - "rewardID:8": "bq_standard:xp", - "isLevels:1": 1, - "index:3": 0 - } } }, "783:10": { - "questID:3": 969, "preRequisites:11": [ 968 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Blood Altar is the main crafting mechanic of Blood Magic - It infuses Life Essence (Blood) into items to transform them.\n\nIt\u0027s a multiblock structure, that gets bigger with each tier. You can use the §4Inspectoris Scandalum§0 to visualize where the runes and such should be placed.\n\nSee the Sanguine Scientiem for details.\n\nSince the altar grows downwards with each tier, it is recommended you plan ahead accordingly. Currently, the altar is only implemented until tier 5, with tier 6 requiring creative mode spawned items. Keep that in mind when laying the foundations!", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:altar", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:altar" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blood Altar Tier 1", - "desc:8": "The Blood Altar is the main crafting mechanic of Blood Magic - It infuses Life Essence (Blood) into items to transform them.\n\nIt\u0027s a multiblock structure, that gets bigger with each tier. You can use the §4Inspectoris Scandalum§0 to visualize where the runes and such should be placed.\n\nSee the Sanguine Scientiem for details.\n\nSince the altar grows downwards with each tier, it is recommended you plan ahead accordingly. Currently, the altar is only implemented until tier 5, with tier 6 requiring creative mode spawned items. Keep that in mind when laying the foundations!" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 969, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:stone" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:sanguine_book", - "Count:3": 1, "tag:10": { "currentTier:3": 5 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:stone", - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "784:10": { - "questID:3": 970, "preRequisites:11": [ 969 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Your next tier of blood altar will be able to use runes to empower itself. \n\nAt this level, only the 4 runes in the cardinal directions will be used, but surely there is a way to yet further empower it...\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:blood_rune", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:blood_rune" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blood Altar Tier 2", - "desc:8": "Your next tier of blood altar will be able to use runes to empower itself. \n\nAt this level, only the 4 runes in the cardinal directions will be used, but surely there is a way to yet further empower it...\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 970, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:stone" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:blood_rune", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "runeBlood" + "OreDict:8": "runeBlood", + "id:8": "bloodmagic:blood_rune" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:stone", - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "785:10": { - "questID:3": 971, "preRequisites:11": [ 970 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "OR", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The power of blood is undeniable. As your altar grows, so does your power.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:glowstone", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:glowstone" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blood Altar Tier 3", - "desc:8": "The power of blood is undeniable. As your altar grows, so does your power.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "OR", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 971, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:stone" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:blood_rune", "Count:3": 20, "Damage:2": 0, - "OreDict:8": "runeBlood" + "OreDict:8": "runeBlood", + "id:8": "bloodmagic:blood_rune" }, "1:10": { - "id:8": "minecraft:sea_lantern", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:sea_lantern" } }, "taskID:8": "bq_standard:retrieval" }, "1:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 1, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:blood_rune", "Count:3": 20, "Damage:2": 0, - "OreDict:8": "runeBlood" + "OreDict:8": "runeBlood", + "id:8": "bloodmagic:blood_rune" }, "1:10": { - "id:8": "minecraft:glowstone", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "glowstone" + "OreDict:8": "glowstone", + "id:8": "minecraft:glowstone" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:stone", - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "786:10": { - "questID:3": 972, "preRequisites:11": [ 971, 998 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "You will not be denied. The most powerful of runes are but slaves to your altar.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:decorative_brick", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:decorative_brick" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blood Altar Tier 4", - "desc:8": "You will not be denied. The most powerful of runes are but slaves to your altar.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 972, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 64, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:stone" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:blood_rune", "Count:3": 28, "Damage:2": 0, - "OreDict:8": "runeBlood" + "OreDict:8": "runeBlood", + "id:8": "bloodmagic:blood_rune" }, "1:10": { - "id:8": "bloodmagic:decorative_brick", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:decorative_brick" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:stone", - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "787:10": { - "questID:3": 973, "preRequisites:11": [ 972 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "It is done - a monument to your ample might. \n\nTry working out rune synergies, build multiple inter-linked altars, or build a ritual of (self-)sacrifice into your very altar - you are far from done.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "minecraft:beacon", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:beacon" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blood Altar Tier 5", - "desc:8": "It is done - a monument to your ample might. \n\nTry working out rune synergies, build multiple inter-linked altars, or build a ritual of (self-)sacrifice into your very altar - you are far from done.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 973, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:blood_rune", "Count:3": 52, "Damage:2": 0, - "OreDict:8": "runeBlood" + "OreDict:8": "runeBlood", + "id:8": "bloodmagic:blood_rune" }, "1:10": { - "id:8": "minecraft:beacon", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:beacon" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "788:10": { - "questID:3": 975, "preRequisites:11": [ 997 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Tartaric Gem holds Demonic Will for use in crafting, and empowering certain tools. The higher tier, the higher storage. This gem stores up to 64 will.\n\nSentient tools will use the will of the upper-left most gem in your inventory. Using a sentient weapon will charge your gem by killing mobs without using a snare. The more will you already have stored, the more damage it will do, and the more will is collected.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Petty Tartaric Gem", - "desc:8": "The Tartaric Gem holds Demonic Will for use in crafting, and empowering certain tools. The higher tier, the higher storage. This gem stores up to 64 will.\n\nSentient tools will use the will of the upper-left most gem in your inventory. Using a sentient weapon will charge your gem by killing mobs without using a snare. The more will you already have stored, the more damage it will do, and the more will is collected.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 975, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_gem", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "789:10": { - "questID:3": 976, "preRequisites:11": [ 975 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Extending your storage capabilities, this gem hold up to 256 demonic will. Your power grows...", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 1, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Lesser Tartaric Gem", - "desc:8": "Extending your storage capabilities, this gem hold up to 256 demonic will. Your power grows..." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 976, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_gem", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "790:10": { - "questID:3": 977, "preRequisites:11": [ 976 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Your commitment finally paid off. This gem stores up to 1024 demonic will. \n\nLiving armor is within your reach, and if you have a sentient sword and at least 500 will, try dropping it to let it fight for you (it can be re-collected with a shift+right click, or after it dies).", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 2, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Common Tartaric Gem", - "desc:8": "Your commitment finally paid off. This gem stores up to 1024 demonic will. \n\nLiving armor is within your reach, and if you have a sentient sword and at least 500 will, try dropping it to let it fight for you (it can be re-collected with a shift+right click, or after it dies)." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 977, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 2, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_gem", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "791:10": { - "questID:3": 978, "preRequisites:11": [ 977 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "None shall oppose you. This gem stores up to 4096 demonic will, providing ample storage for your sentient tools, weapons and armor to draw from.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 3, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Greater Tartaric Gem", - "desc:8": "None shall oppose you. This gem stores up to 4096 demonic will, providing ample storage for your sentient tools, weapons and armor to draw from." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 978, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 3, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_gem", + "tag:10": {} } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "792:10": { - "questID:3": 979, "preRequisites:11": [ 978 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Your masterful control of wills has peaked. This gem stores up to 16,384 demonic will. What to do with so much power...?", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 4, - "OreDict:8": "" + "tag:10": {} }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Grand Tartaric Gem", - "desc:8": "Your masterful control of wills has peaked. This gem stores up to 16,384 demonic will. What to do with so much power...?" + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 979, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 4, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:soul_gem", - "Count:3": 1, - "tag:10": {}, - "Damage:2": 4, - "OreDict:8": "" + "tag:10": {} } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "793:10": { - "questID:3": 980, "preRequisites:11": [ 981 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Slates are magically charged pieces of stone. They can be crafted by placing a smooth stone block on a blood altar with blood available. A tier 1 altar can only produce blank slates, but as the altar grows, so does its ability to charge the slate further.\n\nSlates are used for many recipes, but first and foremost they enable the creation of runes that can be used to extend and empower your blood altar.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Blank Slate", - "desc:8": "Slates are magically charged pieces of stone. They can be crafted by placing a smooth stone block on a blood altar with blood available. A tier 1 altar can only produce blank slates, but as the altar grows, so does its ability to charge the slate further.\n\nSlates are used for many recipes, but first and foremost they enable the creation of runes that can be used to extend and empower your blood altar.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 980, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "794:10": { - "questID:3": 981, "preRequisites:11": [ 969 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Blood orbs are used to transfar life force from either yourself or your alter into your storage, or \"network\". They are also used for certain crafting procedures, and are usually not used up. The tier of the orb dictates how much life force it can ultimately store in your network, and what recipes you can attempt using it.\n\nThis orb can charge your network to a maximum of 5,000 LP.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:weak" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Weak Blood Orb", - "desc:8": "Blood orbs are used to transfar life force from either yourself or your alter into your storage, or \"network\". They are also used for certain crafting procedures, and are usually not used up. The tier of the orb dictates how much life force it can ultimately store in your network, and what recipes you can attempt using it.\n\nThis orb can charge your network to a maximum of 5,000 LP.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 981, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:weak" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "795:10": { - "questID:3": 982, "preRequisites:11": [ 983 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This slate grants access to runes empowering the giving of blood to your altar - whether willingly or otherwise.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:slate", "Count:3": 64, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Reinforced Slate", - "desc:8": "This slate grants access to runes empowering the giving of blood to your altar - whether willingly or otherwise.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 982, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "796:10": { - "questID:3": 983, "preRequisites:11": [ 970 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Apprentice Blood Orb will be useful in crafting of sigils and runes. It will also charge your network up to 25,000 LP.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:apprentice" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Apprentice Blood Orb", - "desc:8": "The Apprentice Blood Orb will be useful in crafting of sigils and runes. It will also charge your network up to 25,000 LP.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 983, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:apprentice" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "797:10": { - "questID:3": 984, "preRequisites:11": [ 985 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This slate grants access to the runes of displacement, allowing for quicker exchanges between the altars internal tank, and the rune of capacity, additively stacking runes that increase your altars main LP storage.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Imbued Slate", - "desc:8": "This slate grants access to the runes of displacement, allowing for quicker exchanges between the altars internal tank, and the rune of capacity, additively stacking runes that increase your altars main LP storage.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 984, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "798:10": { - "questID:3": 985, "preRequisites:11": [ 971 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Magician\u0027s Blood Orb unlocks even more powerful sigils and runes, and the master ritual stone, your starting point into ritual magic. It also charges your network up to 150,000 LP.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:magician" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Magician Blood Orb", - "desc:8": "The Magician\u0027s Blood Orb unlocks even more powerful sigils and runes, and the master ritual stone, your starting point into ritual magic. It also charges your network up to 150,000 LP.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 985, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:magician" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "799:10": { - "questID:3": 986, "preRequisites:11": [ 987 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This powerful slate unlocks the rune of acceleration, increasing all tick-based mechanics of the blood altar, and the rune of the orb, increasing the speed at which an orb can supply your blood network.\n\nIt also allows you to upgrade your runes of capacity into ones with smaller initial storage, which then stacks multiplicatively - the more you have, the more powerful they become.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Demonic Slate", - "desc:8": "This powerful slate unlocks the rune of acceleration, increasing all tick-based mechanics of the blood altar, and the rune of the orb, increasing the speed at which an orb can supply your blood network.\n\nIt also allows you to upgrade your runes of capacity into ones with smaller initial storage, which then stacks multiplicatively - the more you have, the more powerful they become.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 986, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 3, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "800:10": { - "questID:3": 987, "preRequisites:11": [ 972 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Limitless power is nearly within your reach. Can be used for several powerful recipes and stores up to 1,000,000 LP in your network - enough to call down the heavens themselves, if only once before it needs to be recharged.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:master" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Master Blood Orb", - "desc:8": "Limitless power is nearly within your reach. Can be used for several powerful recipes and stores up to 1,000,000 LP in your network - enough to call down the heavens themselves, if only once before it needs to be recharged.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 987, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:master" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "801:10": { - "questID:3": 988, "preRequisites:11": [ 989 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This slate is powerful enough to attract the attention of dubious entities offering power... for a price.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ethereal Slate", - "desc:8": "This slate is powerful enough to attract the attention of dubious entities offering power... for a price.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 988, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:slate", "Count:3": 1, "Damage:2": 4, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:slate" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "802:10": { - "questID:3": 989, "preRequisites:11": [ 973 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Unlimited power is at your fingertips. Charges your network up to 10,000,000 LP.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:archmage" - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Archmage Blood Orb", - "desc:8": "Unlimited power is at your fingertips. Charges your network up to 10,000,000 LP.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 989, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 0, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:blood_orb", - "Count:3": 1, "tag:10": { "orb:8": "bloodmagic:archmage" - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "803:10": { - "questID:3": 991, "preRequisites:11": [ 971 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Used on the master ritual stone in order to activate the ritual once all the runes are in place.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:activation_crystal", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:activation_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Weak Activation Crystal", - "desc:8": "Used on the master ritual stone in order to activate the ritual once all the runes are in place.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 991, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:activation_crystal", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:activation_crystal" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "804:10": { - "questID:3": 992, "preRequisites:11": [ 969 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Used near a Blood Altar to \"donate\" blood.\n\nThe dagger can be charged by a nearby incense altar to aid the process. The altar will work on its own, or can be expanded into a multi-block structure for much larger benefits!\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:sacrificial_dagger", - "Count:3": 1, "tag:10": { "sacrifice:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Sacrificial Dagger", - "desc:8": "Used near a Blood Altar to \"donate\" blood.\n\nThe dagger can be charged by a nearby incense altar to aid the process. The altar will work on its own, or can be expanded into a multi-block structure for much larger benefits!\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 992, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", + "tag:10": { + "Potion:8": "minecraft:long_regeneration" + } + }, + "1:10": { + "Count:3": 2, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:potion", + "tag:10": { + "Potion:8": "minecraft:strong_regeneration" + } + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:sacrificial_dagger", - "Count:3": 1, "tag:10": { "sacrifice:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:potion", - "Count:3": 2, - "tag:10": { - "Potion:8": "minecraft:long_regeneration" - }, - "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { - "id:8": "minecraft:potion", - "Count:3": 2, - "tag:10": { - "Potion:8": "minecraft:strong_regeneration" - }, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "805:10": { - "questID:3": 993, "preRequisites:11": [ 997 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Arcane ashes enable you to hold simplistic rituals to create new items. One ash will last you for several uses. Draw a transmutation circle, then add items with a right click. First put in the reagent (left part of the recipe), then add the catalyst (middle part of the recipe).\n\nThese items are required for most sigils and equipment such as the living armor.\n\nSee the Sanguine Scientiem (or JEI) for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:arcane_ashes", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:arcane_ashes" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Arcane Ashes", - "desc:8": "Arcane ashes enable you to hold simplistic rituals to create new items. One ash will last you for several uses. Draw a transmutation circle, then add items with a right click. First put in the reagent (left part of the recipe), then add the catalyst (middle part of the recipe).\n\nThese items are required for most sigils and equipment such as the living armor.\n\nSee the Sanguine Scientiem (or JEI) for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 993, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 24, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:redstone" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:arcane_ashes", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "id:8": "minecraft:redstone", - "Count:3": 24, + "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:arcane_ashes" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "806:10": { - "questID:3": 994, "preRequisites:11": [ 969 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "This Sigil lets you see more detailed information about the Blood and Incense Altar. It also enables you to check how much LP are in your blood network.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:sigil_divination", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:sigil_divination" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Divination Sigil", - "desc:8": "This Sigil lets you see more detailed information about the Blood and Incense Altar. It also enables you to check how much LP are in your blood network.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 994, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:sigil_divination", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:sigil_divination" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "807:10": { - "questID:3": 995, "preRequisites:11": [ 971 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Used to place Ritual Stones for Rituals. Right click on the Master Ritual Stone to place runes automatically. Bear in mind that some Ritual Stones might need to be placed below the level the Master Ritual Stone is in. \n\nCycle through available Rituals with Shift + Click.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:ritual_diviner", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_diviner" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ritual Diviner", - "desc:8": "Used to place Ritual Stones for Rituals. Right click on the Master Ritual Stone to place runes automatically. Bear in mind that some Ritual Stones might need to be placed below the level the Master Ritual Stone is in. \n\nCycle through available Rituals with Shift + Click.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 995, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bloodmagic:ritual_diviner", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_diviner" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "808:10": { - "questID:3": 996, "preRequisites:11": [ 970 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Blood Magic has a lot of different rituals that perform tasks such as create lava, grow crops, and damage enemies. \n\nThe more powerful versions can be used to automize sacrifice to the blood altar, wether from players or mobs, or even calling down a ressource-rich meteorite.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:ritual_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_controller" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Rituals", - "desc:8": "Blood Magic has a lot of different rituals that perform tasks such as create lava, grow crops, and damage enemies. \n\nThe more powerful versions can be used to automize sacrifice to the blood altar, wether from players or mobs, or even calling down a ressource-rich meteorite.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 996, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:ritual_controller", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_controller" }, "1:10": { - "id:8": "bloodmagic:ritual_stone", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_stone" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "809:10": { - "questID:3": 997, "preRequisites:11": [ 968 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A hellfire forge is used to craft certain items using demonic will. A recipe will usually have 2 will components - minimum will required, and will consumption. You can check both by hovering over the arrow displayed in the crafting recipe. In order to meet some minimum will requirements, you need to upgrade your tartaric gems to increase their capacity!\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { - "id:8": "bloodmagic:soul_forge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_forge" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Hellfire Forge", - "desc:8": "A hellfire forge is used to craft certain items using demonic will. A recipe will usually have 2 will components - minimum will required, and will consumption. You can check both by hovering over the arrow displayed in the crafting recipe. In order to meet some minimum will requirements, you need to upgrade your tartaric gems to increase their capacity!\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 997, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 24, + "Damage:2": 4, + "OreDict:8": "", + "id:8": "minecraft:dye" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "bloodmagic:soul_forge", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:soul_forge" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:dye", - "Count:3": 24, - "Damage:2": 4, - "OreDict:8": "" - } - } - } } }, "810:10": { - "questID:3": 998, "preRequisites:11": [ 971 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Kill hostile mobs with the Bound Blade for a chance to get Weak Blood Shards. Bound Weapons use your Blood Network to power themselfs - or your life force, should you run out.\n\n§1§4Activate the Blade with Shift + Click.\n§0\nThe chance is affected by Looting. \n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:bound_sword", - "Count:3": 1, "tag:10": { - "Unbreakable:1": 1, "ENABLED:1": 1, "RARITY:3": 1, + "Unbreakable:1": 1, "activated:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Bound Blade", - "desc:8": "Kill hostile mobs with the Bound Blade for a chance to get Weak Blood Shards. Bound Weapons use your Blood Network to power themselfs - or your life force, should you run out.\n\n§1§4Activate the Blade with Shift + Click.\n§0\nThe chance is affected by Looting. \n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 998, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, + "OreDict:8": "", "id:8": "bloodmagic:bound_sword", - "Count:3": 1, "tag:10": { - "Unbreakable:1": 1, "ENABLED:1": 1, "RARITY:3": 1, + "Unbreakable:1": 1, "activated:1": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "bloodmagic:component", "Count:3": 1, "Damage:2": 8, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:component" }, "2:10": { - "id:8": "bloodmagic:blood_shard", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:blood_shard" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "811:10": { - "questID:3": 999, "preRequisites:11": [ 995 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Can place Dusk runes in addition to the 4 basic types, unlocking the most powerful rituals.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:ritual_diviner", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_diviner" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ritual Diviner - Dusk", - "desc:8": "Can place Dusk runes in addition to the 4 basic types, unlocking the most powerful rituals.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 999, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:ritual_diviner", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_diviner" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "812:10": { - "questID:3": 1000, "preRequisites:11": [ 991 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "Used to activate the most powerful of rituals, including calling down a fragment of the stars.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:activation_crystal", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:activation_crystal" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Awakened Activation Crystal", - "desc:8": "Used to activate the most powerful of rituals, including calling down a fragment of the stars.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1000, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:activation_crystal", - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 1, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:activation_crystal" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "813:10": { - "questID:3": 1001, "preRequisites:11": [ 996 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Ritual Tinkerer can be used to move the affected area of a Ritual.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:ritual_reader", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_reader" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Ritual Tinkerer", - "desc:8": "The Ritual Tinkerer can be used to move the affected area of a Ritual.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1001, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:ritual_reader", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:ritual_reader" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "814:10": { - "questID:3": 1002, "preRequisites:11": [ 994 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "A stronger, more in-depth Divination Sigil.\n\nDoes not work on incense altars.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:sigil_seer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:sigil_seer" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Seer\u0027s Sigil", - "desc:8": "A stronger, more in-depth Divination Sigil.\n\nDoes not work on incense altars.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1002, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:sigil_seer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:sigil_seer" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "815:10": { - "questID:3": 1003, "preRequisites:11": [ 992 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "visibility:8": "ALWAYS", - "simultaneous:1": 0, + "autoclaim:1": 0, + "desc:8": "The Dagger of Sacrifice can be used to sacrifice mobs near your Blood Altar. The amount of blood you get depends on the mob, with hostile mobs usually being worth much more than harmless critters.\n\nSee the Sanguine Scientiem for details.", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:dagger_of_sacrifice", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:dagger_of_sacrifice" }, - "globalshare:1": 0, - "questlogic:8": "AND", - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, + "ignoresview:1": 0, "ismain:1": 0, - "repeat_relative:1": 1, + "issilent:1": 0, + "lockedprogress:1": 1, "name:8": "Dagger of Sacrifice", - "desc:8": "The Dagger of Sacrifice can be used to sacrifice mobs near your Blood Altar. The amount of blood you get depends on the mob, with hostile mobs usually being worth much more than harmless critters.\n\nSee the Sanguine Scientiem for details." + "partysinglereward:1": 0, + "questlogic:8": "AND", + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1003, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 3, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:spawn_egg", + "tag:10": { + "EntityTag:10": { + "id:8": "minecraft:cow" + } + } + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bloodmagic:dagger_of_sacrifice", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bloodmagic:dagger_of_sacrifice" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "id:8": "minecraft:spawn_egg", - "Count:3": 3, - "tag:10": { - "EntityTag:10": { - "id:8": "minecraft:cow" - } - }, - "Damage:2": 0, - "OreDict:8": "" - } - } - } } }, "816:10": { - "questID:3": 1004, "preRequisites:11": [], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Welcome to Thaumcraft! Thaumcraft is one of the oldest magic mods around, and features a lot of interesting content, such as§2§2§0§0 §0§2Golems§0 and a §3spell system§0.\n\nThe §5Thaumonomicon §0will guide you through this questline, as it provides much better guidance than I could ever write up. Plus, lore!", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:thaumonomicon", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:thaumonomicon" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Thaumcraft", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Thaumcraft", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "Welcome to Thaumcraft! Thaumcraft is one of the oldest magic mods around, and features a lot of interesting content, such as§2§2§0§0 §0§2Golems§0 and a §3spell system§0.\n\nThe §5Thaumonomicon §0will guide you through this questline, as it provides much better guidance than I could ever write up. Plus, lore!" - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, + "questID:3": 1004, "rewards:9": { "0:10": { - "hideBlockIcon:1": 1, - "rewardID:8": "bq_standard:command", "asScript:1": 1, + "command:8": "/say VAR_NAME has begun the Thaumcraft questline!", "description:8": "Run a command script", - "viaPlayer:1": 0, + "hideBlockIcon:1": 1, "index:3": 0, + "rewardID:8": "bq_standard:command", "title:8": "bq_standard.reward.command", - "command:8": "/say VAR_NAME has begun the Thaumcraft questline!" + "viaPlayer:1": 0 }, "1:10": { "amount:3": 15, - "rewardID:8": "bq_standard:xp", + "index:3": 1, "isLevels:1": 1, - "index:3": 1 + "rewardID:8": "bq_standard:xp" + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" } } }, "817:10": { - "questID:3": 1005, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:crucible", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:crucible" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Crucible", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Crucible", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1005, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:crucible", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:crucible" }, "1:10": { - "id:8": "minecraft:cauldron", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cauldron" }, "2:10": { - "id:8": "thaumcraft:salis_mundus", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:salis_mundus" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "818:10": { - "questID:3": 1006, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:infusion_matrix", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:infusion_matrix" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Infusion Crafting", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Infusion Crafting", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1006, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:infusion_matrix", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:infusion_matrix" }, "1:10": { - "id:8": "thaumcraft:stone_arcane", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:stone_arcane" }, "2:10": { - "id:8": "thaumcraft:pedestal_arcane", "Count:3": 4, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:pedestal_arcane" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "819:10": { - "questID:3": 1007, "preRequisites:11": [ 1033 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:wand_workbench", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:wand_workbench" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Focal Manipulator", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Focal Manipulator", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1007, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:wand_workbench", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:wand_workbench" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "820:10": { - "questID:3": 1008, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.\n\n\n\n\n\n\n\n\n\n§2§0§2Hint§0:§0 Place items in a chest, and scan the chest.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:thaumometer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:thaumometer" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Thaumometer", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Thaumometer", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details.\n\n\n\n\n\n\n\n\n\n§2§0§2Hint§0:§0 Place items in a chest, and scan the chest." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1008, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:thaumometer", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:thaumometer" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "821:10": { - "questID:3": 1009, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:research_table", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:research_table" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Research Table", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Research Table", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1009, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:research_table", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:research_table" }, "1:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:scribing_tools", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:scribing_tools" }, "2:10": { - "id:8": "minecraft:paper", "Count:3": 16, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:paper" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "822:10": { - "questID:3": 1010, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:arcane_workbench", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:arcane_workbench" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Arcane Workbench", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Arcane Workbench", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1010, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:arcane_workbench", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:arcane_workbench" }, "1:10": { - "id:8": "minecraft:crafting_table", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:crafting_table" }, "2:10": { - "id:8": "thaumcraft:salis_mundus", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:salis_mundus" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "823:10": { - "questID:3": 1011, "preRequisites:11": [ 1005 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:nugget", "Count:3": 1, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:nugget" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Quartz Sliver", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Quartz Sliver", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1011, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:nugget", "Count:3": 9, "Damage:2": 9, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:nugget" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "824:10": { - "questID:3": 1012, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:stone_arcane", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:stone_arcane" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Arcane Stone", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Arcane Stone", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1012, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:stone_arcane", "Count:3": 8, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:stone_arcane" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "825:10": { - "questID:3": 1013, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:log_silverwood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:log_silverwood" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Silverwood", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Silverwood", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1013, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:log_silverwood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:log_silverwood" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "826:10": { - "questID:3": 1014, "preRequisites:11": [ 1004 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:log_greatwood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:log_greatwood" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Greatwood", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Greatwood", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1014, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:log_greatwood", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:log_greatwood" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "827:10": { - "questID:3": 1015, "preRequisites:11": [ 1029 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:smelter_vent", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:smelter_vent" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Arcane Bellows", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Arcane Bellows", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1015, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:smelter_vent", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:smelter_vent" }, "1:10": { - "id:8": "thaumcraft:smelter_aux", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:smelter_aux" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "828:10": { - "questID:3": 1016, "preRequisites:11": [ 1019 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:smelter_thaumium", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:smelter_thaumium" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Thaumium Essentia Smeltery", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Thaumium Essentia Smeltery", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1016, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:smelter_thaumium", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:smelter_thaumium" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "829:10": { - "questID:3": 1017, "preRequisites:11": [ 1018 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:jar_void", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:jar_void" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Void Jar", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Void Jar", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1017, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { - "id:8": "thaumcraft:jar_void", "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumcraft:jar_void" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "830:10": { - "questID:3": 1018, "preRequisites:11": [ 1006 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:jar_normal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:jar_normal" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Warded Jars", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Warded Jars", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1018, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:jar_normal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:jar_normal" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "831:10": { - "questID:3": 1019, "preRequisites:11": [ 1006 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:smelter_basic", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:smelter_basic" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Essentia Smeltery", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Essentia Smeltery", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1019, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:smelter_basic", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:smelter_basic" }, "1:10": { - "id:8": "thaumcraft:alembic", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:alembic" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "832:10": { - "questID:3": 1020, "preRequisites:11": [ 1007 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_pouch", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_pouch" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Focus Pouch", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Focus Pouch", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1020, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_pouch", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_pouch" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "833:10": { - "questID:3": 1021, "preRequisites:11": [ 1007 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_1", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_1" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Blank Lesser Focus", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Blank Lesser Focus", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1021, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_1", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_1" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "834:10": { - "questID:3": 1022, "preRequisites:11": [ 1021 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_2", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_2" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Blank Advanced Focus", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Blank Advanced Focus", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1022, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_2", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_2" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "835:10": { - "questID:3": 1023, "preRequisites:11": [ 1022 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_3", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_3" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Blank Greater Focus", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Blank Greater Focus", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1023, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:focus_3", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:focus_3" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "836:10": { - "questID:3": 1024, "preRequisites:11": [ 1007 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:caster_basic", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:caster_basic" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Caster\u0027s Gauntlet", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Caster\u0027s Gauntlet", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1024, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "thaumcraft:caster_basic", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:caster_basic" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "837:10": { - "questID:3": 1025, "preRequisites:11": [ 1037 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:thaumatorium", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:thaumatorium" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Alchemical Construct", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Alchemical Construct", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1025, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:metal_alchemical", "Count:3": 2, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:metal_alchemical" }, "1:10": { - "id:8": "thaumcraft:crucible", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:crucible" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "838:10": { - "questID:3": 1026, "preRequisites:11": [ 1033 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:fabric", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:fabric" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Enchanted Fabric", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Enchanted Fabric", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1026, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:fabric", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:fabric" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "839:10": { - "questID:3": 1027, "preRequisites:11": [ 1037 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:alumentum", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:alumentum" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Alumentum", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Alumentum", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1027, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:alumentum", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:alumentum" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "840:10": { - "questID:3": 1028, "preRequisites:11": [ 1006 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "Various blocks can be used to stabilize the Infusion Altar - The Tallow Candle is one of those blocks.\n\nSee the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:candle_white", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:candle_white" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Tallow Candle", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Tallow Candle", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "Various blocks can be used to stabilize the Infusion Altar - The Tallow Candle is one of those blocks.\n\nSee the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1028, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:candle_white", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:candle_white" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "841:10": { - "questID:3": 1029, "preRequisites:11": [ 1019 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:bellows", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:bellows" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Arcane Bellows", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Arcane Bellows", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1029, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:bellows", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:bellows" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "842:10": { - "questID:3": 1030, "preRequisites:11": [ 1037 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:ingot", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:ingot" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Alchemical Brass", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Alchemical Brass", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1030, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:ingot", "Count:3": 1, "Damage:2": 2, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:ingot" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "843:10": { - "questID:3": 1031, "preRequisites:11": [ 1033 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "The Thaumic Dioptra visualizes the amounts of magic energy in nearby chunks.\n\nSee the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:dioptra", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:dioptra" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Thaumic Dioptra", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Thaumic Dioptra", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "The Thaumic Dioptra visualizes the amounts of magic energy in nearby chunks.\n\nSee the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1031, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:dioptra", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:dioptra" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "844:10": { - "questID:3": 1032, "preRequisites:11": [ 1033 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:everfull_urn", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:everfull_urn" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Everfull Urn", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Everfull Urn", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1032, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:everfull_urn", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:everfull_urn" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "845:10": { - "questID:3": 1033, "preRequisites:11": [ 1010 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:goggles", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:goggles" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Artifice", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Artifice", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" } }, - "tasks:9": { + "questID:3": 1033, + "rewards:9": { "0:10": { - "partialMatch:1": 1, - "autoConsume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, - "requiredItems:9": { + "rewardID:8": "bq_standard:item", + "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:goggles", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } - }, - "taskID:8": "bq_standard:retrieval" + } } }, - "rewards:9": { + "tasks:9": { "0:10": { - "rewardID:8": "bq_standard:item", + "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", + "groupDetect:1": 0, + "ignoreNBT:1": 1, "index:3": 0, - "rewards:9": { + "partialMatch:1": 1, + "requiredItems:9": { "0:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:goggles" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "846:10": { - "questID:3": 1034, "preRequisites:11": [ 1030 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:ingot", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:ingot" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Thaumium", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Thaumium", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1034, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:ingot", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "ingotThaumium" + "OreDict:8": "ingotThaumium", + "id:8": "thaumcraft:ingot" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "847:10": { - "questID:3": 1035, "preRequisites:11": [ 1036 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:matrix_cost", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:matrix_cost" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Infusion Cost Stone", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Infusion Cost Stone", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1035, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:matrix_cost", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:matrix_cost" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "848:10": { - "questID:3": 1036, "preRequisites:11": [ 1018 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:matrix_speed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:matrix_speed" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Infusion Speed Stone", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Infusion Speed Stone", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1036, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:matrix_speed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:matrix_speed" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "849:10": { - "questID:3": 1037, "preRequisites:11": [ 1005 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:nitor_yellow", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:nitor_yellow" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Nitor", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Nitor", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1037, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:nitor_yellow", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:nitor_yellow" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "850:10": { - "questID:3": 1038, "preRequisites:11": [ 1011 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:crystal_essence", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumcraft:crystal_essence", "tag:10": { "Aspects:9": { "0:10": { @@ -67491,44 +69216,64 @@ "key:8": "aer" } } - }, - "Damage:2": 0, - "OreDict:8": "" + } }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Vis Crystals", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Vis Crystals", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1038, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:crystal_essence", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumcraft:crystal_essence", "tag:10": { "Aspects:9": { "0:10": { @@ -67536,7632 +69281,7637 @@ "key:8": "aer" } } - }, - "Damage:2": 0, - "OreDict:8": "" + } } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "851:10": { - "questID:3": 1039, "preRequisites:11": [ 1030 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:golem_builder", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:golem_builder" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Golem Press", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Golem Press", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1039, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:piston", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:piston" }, "1:10": { - "id:8": "minecraft:iron_bars", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_bars" }, "2:10": { - "id:8": "minecraft:cauldron", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:cauldron" }, "3:10": { - "id:8": "minecraft:anvil", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:anvil" }, "4:10": { - "id:8": "thaumcraft:table_stone", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:table_stone" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "852:10": { - "questID:3": 1040, "preRequisites:11": [ 1033 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:infernal_furnace", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:infernal_furnace" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Infernal Furnace", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Infernal Furnace", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1040, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "minecraft:nether_brick", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:nether_brick" }, "1:10": { - "id:8": "minecraft:obsidian", "Count:3": 12, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:obsidian" }, "2:10": { - "id:8": "minecraft:iron_bars", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:iron_bars" }, "3:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "minecraft:lava_bucket", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:lava_bucket" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "853:10": { - "questID:3": 1041, "preRequisites:11": [ 1026 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:cloth_chest", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:cloth_chest" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Enchanted Fabric", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Enchanted Fabric", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1041, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "thaumcraft:goggles", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:cloth_chest", + "OreDict:8": "", + "id:8": "thaumcraft:goggles" + }, + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:cloth_legs", + "OreDict:8": "", + "id:8": "thaumcraft:cloth_chest" + }, + "2:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "3:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:cloth_boots", + "OreDict:8": "", + "id:8": "thaumcraft:cloth_legs" + }, + "3:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:cloth_boots" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "854:10": { - "questID:3": 1042, "preRequisites:11": [ 1039 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:golem", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumcraft:golem", "tag:10": { "props:4": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Golems", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Golems", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1042, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:golem", "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumcraft:golem", "tag:10": { "props:4": 0 - }, - "Damage:2": 0, - "OreDict:8": "" + } }, "1:10": { - "id:8": "thaumcraft:seal", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:seal" }, "2:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "thaumcraft:golem_bell", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:golem_bell" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "855:10": { - "questID:3": 1043, "preRequisites:11": [ 1034 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:void_seed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:void_seed" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Void Seed", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Void Seed", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1043, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:void_seed", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:void_seed" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "856:10": { - "questID:3": 1044, "preRequisites:11": [ 1043 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:ingot", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:ingot" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Void Metal Ingot", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Void Metal Ingot", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1044, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:ingot", "Count:3": 1, "Damage:2": 1, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:ingot" } }, "taskID:8": "bq_standard:retrieval" } + } + }, + "857:10": { + "preRequisites:11": [ + 1025 + ], + "properties:10": { + "betterquesting:10": { + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "thaumcraft:brain_box" + }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Alchemical Construct", + "partySingleReward:8": "false", + "partysinglereward:1": 0, + "questLogic:8": "AND", + "questlogic:8": "AND", + "repeatTime:4": -1, + "repeat_relative:1": 1, + "repeattime:3": -1, + "simultaneous:1": 0, + "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", + "taskLogic:8": "AND", + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } }, + "questID:3": 1045, "rewards:9": { "0:10": { - "rewardID:8": "bq_standard:item", "index:3": 0, + "rewardID:8": "bq_standard:item", "rewards:9": { "0:10": { + "Count:3": 1, + "Damage:2": 101, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" } } } - } - }, - "857:10": { - "questID:3": 1045, - "preRequisites:11": [ - 1025 - ], - "properties:10": { - "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, - "icon:10": { - "id:8": "thaumcraft:brain_box", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", - "questLogic:8": "AND", - "ismain:1": 0, - "repeat_relative:1": 1, - "lockedProgress:8": "true", - "snd_complete:8": "minecraft:entity.player.levelup", - "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Alchemical Construct", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." - } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:brain_box", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:brain_box" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "858:10": { - "questID:3": 1046, "preRequisites:11": [ 1018 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:label", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:label" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Blank Label", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Blank Label", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1046, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:label", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:label" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } }, "859:10": { - "questID:3": 1047, "preRequisites:11": [ 1034 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:thaumium_helm", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:thaumium_helm" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Thaumium Armor", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Thaumium Armor", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1047, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "thaumcraft:thaumium_helm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:thaumium_chest", + "OreDict:8": "", + "id:8": "thaumcraft:thaumium_helm" + }, + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:thaumium_legs", + "OreDict:8": "", + "id:8": "thaumcraft:thaumium_chest" + }, + "2:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "3:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:thaumium_boots", + "OreDict:8": "", + "id:8": "thaumcraft:thaumium_legs" + }, + "3:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:thaumium_boots" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "860:10": { - "questID:3": 1048, "preRequisites:11": [ 1044 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:void_helm", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:void_helm" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Void Armor", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Void Armor", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1048, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "thaumcraft:void_helm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:void_chest", + "OreDict:8": "", + "id:8": "thaumcraft:void_helm" + }, + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:void_legs", + "OreDict:8": "", + "id:8": "thaumcraft:void_chest" + }, + "2:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "3:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:void_boots", + "OreDict:8": "", + "id:8": "thaumcraft:void_legs" + }, + "3:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:void_boots" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "861:10": { - "questID:3": 1049, "preRequisites:11": [ 1047 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { + "Count:3": 1, + "Damage:2": 0, "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:fortress_helm", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:fortress_helm" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Thaumium Fortress Armor", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Thaumium Fortress Armor", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1049, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "thaumcraft:fortress_helm", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "1:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:fortress_chest", + "OreDict:8": "", + "id:8": "thaumcraft:fortress_helm" + }, + "1:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - }, - "2:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "thaumcraft:fortress_legs", + "OreDict:8": "", + "id:8": "thaumcraft:fortress_chest" + }, + "2:10": { "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" - } - }, - "taskID:8": "bq_standard:retrieval" - } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { "ForgeCaps:10": { "astralsorcery:cap_item_amulet_holder:10": {} }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:fortress_legs" } - } + }, + "taskID:8": "bq_standard:retrieval" } } }, "862:10": { - "questID:3": 1050, "preRequisites:11": [ 1015 ], "properties:10": { "betterquesting:10": { - "issilent:1": 0, - "lockedprogress:1": 1, - "tasklogic:8": "AND", - "repeattime:3": -1, - "simultaneous:1": 0, + "autoClaim:8": "false", + "autoclaim:1": 0, + "desc:8": "See the Thaumonomicon for details.", + "globalShare:8": "false", + "globalshare:1": 0, "icon:10": { - "id:8": "thaumcraft:essentia_output", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:essentia_output" }, + "ignoresview:1": 0, + "isMain:8": "false", + "isSilent:8": "true", + "ismain:1": 0, + "issilent:1": 0, + "lockedProgress:8": "true", + "lockedprogress:1": 1, + "name:8": "Arcane Bellows", + "partySingleReward:8": "false", "partysinglereward:1": 0, - "snd_update:8": "minecraft:entity.player.levelup", - "autoclaim:1": 0, - "repeatTime:4": -1, - "globalShare:8": "false", "questLogic:8": "AND", - "ismain:1": 0, + "questlogic:8": "AND", + "repeatTime:4": -1, "repeat_relative:1": 1, - "lockedProgress:8": "true", + "repeattime:3": -1, + "simultaneous:1": 0, "snd_complete:8": "minecraft:entity.player.levelup", + "snd_update:8": "minecraft:entity.player.levelup", "taskLogic:8": "AND", - "partySingleReward:8": "false", - "visibility:8": "ALWAYS", - "isMain:8": "false", - "globalshare:1": 0, - "questlogic:8": "AND", - "name:8": "Arcane Bellows", - "autoClaim:8": "false", - "isSilent:8": "true", - "desc:8": "See the Thaumonomicon for details." + "tasklogic:8": "AND", + "visibility:8": "ALWAYS" + } + }, + "questID:3": 1050, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 101, + "ForgeCaps:10": { + "astralsorcery:cap_item_amulet_holder:10": {} + }, + "OreDict:8": "", + "id:8": "bq_standard:loot_chest" + } + } } }, "tasks:9": { "0:10": { - "partialMatch:1": 1, "autoConsume:1": 0, + "consume:1": 0, + "entryLogic:8": "AND", "groupDetect:1": 0, "ignoreNBT:1": 1, "index:3": 0, - "consume:1": 0, + "partialMatch:1": 1, "requiredItems:9": { "0:10": { - "id:8": "thaumcraft:essentia_output", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:essentia_output" }, "1:10": { - "id:8": "thaumcraft:essentia_input", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "thaumcraft:essentia_input" } }, "taskID:8": "bq_standard:retrieval" } - }, - "rewards:9": { - "0:10": { - "rewardID:8": "bq_standard:item", - "index:3": 0, - "rewards:9": { - "0:10": { - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "bq_standard:loot_chest", - "Count:3": 1, - "Damage:2": 101, - "OreDict:8": "" - } - } - } } } }, "questLines:9": { "0:10": { + "lineID:3": 1, + "order:3": 1, + "properties:10": { + "betterquesting:10": { + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "You need proper food if you want to survive this modpack. This\u0027ll show you which foods are available to you, and how to easily make them. This questline revolves around Pam\u0027s Harvestcraft and Cooking For Blockheads. Authored by NillerMedDild \u0026 TurtleMiauw.", + "icon:10": { + "Count:3": 1, + "Damage:2": 0, + "OreDict:8": "", + "id:8": "minecraft:book" + }, + "name:8": "Beating Starvation", + "visibility:8": "NORMAL" + } + }, "quests:9": { "0:10": { + "id:3": 16, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 144, - "id:3": 16, - "sizeY:3": 24 + "y:3": 144 }, "1:10": { + "id:3": 17, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 96, - "id:3": 17, - "sizeY:3": 24 + "y:3": 96 }, "2:10": { + "id:3": 18, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 0, - "id:3": 18, - "sizeY:3": 24 + "y:3": 0 }, "3:10": { + "id:3": 19, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 96, - "id:3": 19, - "sizeY:3": 24 + "y:3": 96 }, "4:10": { + "id:3": 20, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 48, - "id:3": 20, - "sizeY:3": 24 + "y:3": 48 }, "5:10": { + "id:3": 21, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 48, - "id:3": 21, - "sizeY:3": 24 + "y:3": 48 }, "6:10": { + "id:3": 22, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 0, - "id:3": 22, - "sizeY:3": 24 + "y:3": 0 }, "7:10": { + "id:3": 23, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 144, - "id:3": 23, - "sizeY:3": 24 + "y:3": 144 }, "8:10": { + "id:3": 24, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 144, - "id:3": 24, - "sizeY:3": 24 + "y:3": 144 }, "9:10": { + "id:3": 25, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 0, - "id:3": 25, - "sizeY:3": 24 + "y:3": 0 }, "10:10": { + "id:3": 26, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 48, - "id:3": 26, - "sizeY:3": 24 + "y:3": 48 }, "11:10": { + "id:3": 27, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 0, - "id:3": 27, - "sizeY:3": 24 + "y:3": 0 }, "12:10": { + "id:3": 28, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 144, - "id:3": 28, - "sizeY:3": 24 + "y:3": 144 }, "13:10": { + "id:3": 29, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 0, - "id:3": 29, - "sizeY:3": 24 + "y:3": 0 }, "14:10": { + "id:3": 30, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 48, - "id:3": 30, - "sizeY:3": 24 + "y:3": 48 }, "15:10": { + "id:3": 31, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 96, - "id:3": 31, - "sizeY:3": 24 + "y:3": 96 }, "16:10": { + "id:3": 32, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 144, - "id:3": 32, - "sizeY:3": 24 + "y:3": 144 }, "17:10": { + "id:3": 33, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 48, - "id:3": 33, - "sizeY:3": 24 + "y:3": 48 }, "18:10": { + "id:3": 34, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 96, - "id:3": 34, - "sizeY:3": 24 + "y:3": 96 } - }, - "lineID:3": 1, + } + }, + "1:10": { + "lineID:3": 2, + "order:3": 24, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Beating Starvation", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "A mod to found your own village, castle, and kingdom.\n\nAuthored by shigure1408.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "You need proper food if you want to survive this modpack. This\u0027ll show you which foods are available to you, and how to easily make them. This questline revolves around Pam\u0027s Harvestcraft and Cooking For Blockheads. Authored by NillerMedDild \u0026 TurtleMiauw." + "name:8": "Ancient Warfare", + "visibility:8": "NORMAL" } }, - "order:3": 1 - }, - "1:10": { "quests:9": { "0:10": { + "id:3": 58, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -114, - "y:3": -192, - "id:3": 58, - "sizeY:3": 24 + "y:3": -192 }, "1:10": { + "id:3": 59, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -84, - "y:3": -162, - "id:3": 59, - "sizeY:3": 24 + "y:3": -162 }, "2:10": { + "id:3": 60, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -60, - "y:3": -120, - "id:3": 60, - "sizeY:3": 24 + "y:3": -120 }, "3:10": { + "id:3": 61, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -60, - "y:3": -84, - "id:3": 61, - "sizeY:3": 24 + "y:3": -84 }, "4:10": { + "id:3": 62, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -60, - "y:3": -54, - "id:3": 62, - "sizeY:3": 24 + "y:3": -54 }, "5:10": { + "id:3": 63, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": -54, - "id:3": 63, - "sizeY:3": 24 + "y:3": -54 }, "6:10": { + "id:3": 64, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -114, - "y:3": -18, - "id:3": 64, - "sizeY:3": 24 + "y:3": -18 }, "7:10": { + "id:3": 65, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -78, - "y:3": -18, - "id:3": 65, - "sizeY:3": 24 + "y:3": -18 }, "8:10": { + "id:3": 66, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -42, - "y:3": -18, - "id:3": 66, - "sizeY:3": 24 + "y:3": -18 }, "9:10": { + "id:3": 67, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -6, - "y:3": -18, - "id:3": 67, - "sizeY:3": 24 + "y:3": -18 }, "10:10": { + "id:3": 70, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -60, - "y:3": 18, - "id:3": 70, - "sizeY:3": 24 + "y:3": 18 }, "11:10": { + "id:3": 71, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -60, - "y:3": 54, - "id:3": 71, - "sizeY:3": 24 + "y:3": 54 }, "12:10": { + "id:3": 72, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -18, - "y:3": 36, - "id:3": 72, - "sizeY:3": 24 + "y:3": 36 }, "13:10": { + "id:3": 74, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -18, - "y:3": 72, - "id:3": 74, - "sizeY:3": 24 + "y:3": 72 }, "14:10": { + "id:3": 165, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 10, - "y:3": -165, - "id:3": 165, - "sizeY:3": 24 + "y:3": -165 }, "15:10": { + "id:3": 166, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -28, - "y:3": -166, - "id:3": 166, - "sizeY:3": 24 + "y:3": -166 }, "16:10": { + "id:3": 167, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 49, - "y:3": -165, - "id:3": 167, - "sizeY:3": 24 + "y:3": -165 }, "17:10": { + "id:3": 169, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 87, - "y:3": -165, - "id:3": 169, - "sizeY:3": 24 + "y:3": -165 }, "18:10": { + "id:3": 170, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -12, - "y:3": -54, - "id:3": 170, - "sizeY:3": 24 + "y:3": -54 }, "19:10": { + "id:3": 171, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 18, - "y:3": -54, - "id:3": 171, - "sizeY:3": 24 + "y:3": -54 }, "20:10": { + "id:3": 172, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": -54, - "id:3": 172, - "sizeY:3": 24 + "y:3": -54 }, "21:10": { + "id:3": 173, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -108, - "y:3": -132, - "id:3": 173, - "sizeY:3": 24 + "y:3": -132 }, "22:10": { + "id:3": 174, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -108, - "y:3": -102, - "id:3": 174, - "sizeY:3": 24 + "y:3": -102 }, "23:10": { + "id:3": 175, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -18, - "y:3": -120, - "id:3": 175, - "sizeY:3": 24 + "y:3": -120 }, "24:10": { + "id:3": 176, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 18, - "y:3": -120, - "id:3": 176, - "sizeY:3": 24 + "y:3": -120 }, "25:10": { + "id:3": 178, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 54, - "y:3": -120, - "id:3": 178, - "sizeY:3": 24 + "y:3": -120 } - }, - "lineID:3": 2, + } + }, + "2:10": { + "lineID:3": 4, + "order:3": 3, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Ancient Warfare", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Mekanism is a very technical mod that includes everything somebody could ever need. \nSimple machine setups for those new to the whole Tech side, with easy ore processing, lots of misc items and low RF generation (~60rf/t), and really complicated machine setups for the maximum profit, like complicated ore processing (upto x5 processing), machine automation and really high RF generation (200k+ rf/t). \nMekanism is a big mod, so the quests will be split into 2 parts. This is Part 1, that includes the Basic and Advanced parts of Mekanism. \n\nDisclaimer: You are expected to know how to look up recipes in JEI (Just Enough Items). \n\n\nAuthored by Discomanco.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "A mod to found your own village, castle, and kingdom.\n\nAuthored by shigure1408." + "name:8": "Mekanism - Part 1", + "visibility:8": "NORMAL" } }, - "order:3": 24 - }, - "2:10": { "quests:9": { "0:10": { + "id:3": 75, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 0, - "id:3": 75, - "sizeY:3": 24 + "y:3": 0 }, "1:10": { + "id:3": 76, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 48, - "id:3": 76, - "sizeY:3": 24 + "y:3": 48 }, "2:10": { + "id:3": 77, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 144, - "id:3": 77, - "sizeY:3": 24 + "y:3": 144 }, "3:10": { + "id:3": 78, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 192, - "id:3": 78, - "sizeY:3": 24 + "y:3": 192 }, "4:10": { + "id:3": 79, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 96, - "id:3": 79, - "sizeY:3": 24 + "y:3": 96 }, "5:10": { + "id:3": 80, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 240, - "id:3": 80, - "sizeY:3": 24 + "y:3": 240 }, "6:10": { + "id:3": 81, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 192, - "id:3": 81, - "sizeY:3": 24 + "y:3": 192 }, "7:10": { + "id:3": 82, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 72, - "id:3": 82, - "sizeY:3": 24 + "y:3": 72 }, "8:10": { + "id:3": 83, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 96, - "id:3": 83, - "sizeY:3": 24 + "y:3": 96 }, "9:10": { + "id:3": 84, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 240, - "id:3": 84, - "sizeY:3": 24 + "y:3": 240 }, "10:10": { + "id:3": 85, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 120, - "id:3": 85, - "sizeY:3": 24 + "y:3": 120 }, "11:10": { + "id:3": 86, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 96, - "id:3": 86, - "sizeY:3": 24 + "y:3": 96 }, "12:10": { + "id:3": 87, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 192, - "id:3": 87, - "sizeY:3": 24 + "y:3": 192 }, "13:10": { + "id:3": 88, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 144, - "id:3": 88, - "sizeY:3": 24 + "y:3": 144 }, "14:10": { + "id:3": 89, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 0, - "id:3": 89, - "sizeY:3": 24 + "y:3": 0 }, "15:10": { + "id:3": 90, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 48, - "id:3": 90, - "sizeY:3": 24 + "y:3": 48 }, "16:10": { + "id:3": 91, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 192, - "id:3": 91, - "sizeY:3": 24 + "y:3": 192 }, "17:10": { + "id:3": 92, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 0, - "id:3": 92, - "sizeY:3": 24 + "y:3": 0 }, "18:10": { + "id:3": 93, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 0, - "id:3": 93, - "sizeY:3": 24 + "y:3": 0 }, "19:10": { + "id:3": 94, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 96, - "id:3": 94, - "sizeY:3": 24 + "y:3": 96 }, "20:10": { + "id:3": 95, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 144, - "id:3": 95, - "sizeY:3": 24 + "y:3": 144 }, "21:10": { + "id:3": 96, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 72, - "id:3": 96, - "sizeY:3": 24 + "y:3": 72 }, "22:10": { + "id:3": 97, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 48, - "id:3": 97, - "sizeY:3": 24 + "y:3": 48 }, "23:10": { + "id:3": 98, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 432, - "y:3": 48, - "id:3": 98, - "sizeY:3": 24 + "y:3": 48 }, "24:10": { + "id:3": 99, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 96, - "id:3": 99, - "sizeY:3": 24 + "y:3": 96 }, "25:10": { + "id:3": 100, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 48, - "id:3": 100, - "sizeY:3": 24 + "y:3": 48 }, "26:10": { + "id:3": 101, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 48, - "id:3": 101, - "sizeY:3": 24 + "y:3": 48 }, "27:10": { + "id:3": 102, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 0, - "id:3": 102, - "sizeY:3": 24 + "y:3": 0 }, "28:10": { + "id:3": 103, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 432, - "y:3": 144, - "id:3": 103, - "sizeY:3": 24 + "y:3": 144 }, "29:10": { + "id:3": 104, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 480, - "y:3": 192, - "id:3": 104, - "sizeY:3": 24 + "y:3": 192 }, "30:10": { + "id:3": 105, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 48, - "id:3": 105, - "sizeY:3": 24 + "y:3": 48 }, "31:10": { + "id:3": 106, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 432, - "y:3": 96, - "id:3": 106, - "sizeY:3": 24 + "y:3": 96 }, "32:10": { + "id:3": 107, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 48, - "id:3": 107, - "sizeY:3": 24 + "y:3": 48 }, "33:10": { + "id:3": 108, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 48, - "id:3": 108, - "sizeY:3": 24 + "y:3": 48 }, "34:10": { + "id:3": 109, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 0, - "id:3": 109, - "sizeY:3": 24 + "y:3": 0 }, "35:10": { + "id:3": 110, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 120, - "id:3": 110, - "sizeY:3": 24 + "y:3": 120 }, "36:10": { + "id:3": 111, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 24, - "id:3": 111, - "sizeY:3": 24 + "y:3": 24 }, "37:10": { + "id:3": 112, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 144, - "id:3": 112, - "sizeY:3": 24 + "y:3": 144 }, "38:10": { + "id:3": 113, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 240, - "id:3": 113, - "sizeY:3": 24 + "y:3": 240 }, "39:10": { + "id:3": 114, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 144, - "id:3": 114, - "sizeY:3": 24 + "y:3": 144 }, "40:10": { + "id:3": 115, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 144, - "id:3": 115, - "sizeY:3": 24 + "y:3": 144 }, "41:10": { + "id:3": 116, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 96, - "id:3": 116, - "sizeY:3": 24 + "y:3": 96 }, "42:10": { + "id:3": 117, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 192, - "id:3": 117, - "sizeY:3": 24 + "y:3": 192 }, "43:10": { + "id:3": 118, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 96, - "id:3": 118, - "sizeY:3": 24 + "y:3": 96 }, "44:10": { + "id:3": 119, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 192, - "id:3": 119, - "sizeY:3": 24 + "y:3": 192 }, "45:10": { + "id:3": 120, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 144, - "id:3": 120, - "sizeY:3": 24 + "y:3": 144 }, "46:10": { + "id:3": 121, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 144, - "id:3": 121, - "sizeY:3": 24 + "y:3": 144 }, "47:10": { + "id:3": 122, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 0, - "id:3": 122, - "sizeY:3": 24 + "y:3": 0 } - }, - "lineID:3": 4, + } + }, + "3:10": { + "lineID:3": 5, + "order:3": 4, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Mekanism - Part 1", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "This is Part 2 of Mekanism. \nThis is where things starts to take a step up in complexity, which means that there will be no more \"funny/silly\" descriptions, and focus mainly on the explanation of the machines. \nPart 2 includes The Elite and The Ultimate parts of Mekanism. \n\nAuthored by Discomanco.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Mekanism is a very technical mod that includes everything somebody could ever need. \nSimple machine setups for those new to the whole Tech side, with easy ore processing, lots of misc items and low RF generation (~60rf/t), and really complicated machine setups for the maximum profit, like complicated ore processing (upto x5 processing), machine automation and really high RF generation (200k+ rf/t). \nMekanism is a big mod, so the quests will be split into 2 parts. This is Part 1, that includes the Basic and Advanced parts of Mekanism. \n\nDisclaimer: You are expected to know how to look up recipes in JEI (Just Enough Items). \n\n\nAuthored by Discomanco." + "name:8": "Mekanism - Part 2", + "visibility:8": "NORMAL" } }, - "order:3": 3 - }, - "3:10": { "quests:9": { "0:10": { + "id:3": 123, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 96, - "id:3": 123, - "sizeY:3": 24 + "y:3": 96 }, "1:10": { + "id:3": 124, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 96, - "id:3": 124, - "sizeY:3": 24 + "y:3": 96 }, "2:10": { + "id:3": 125, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 192, - "id:3": 125, - "sizeY:3": 24 + "y:3": 192 }, "3:10": { + "id:3": 126, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 360, - "y:3": 48, - "id:3": 126, - "sizeY:3": 24 + "y:3": 48 }, "4:10": { + "id:3": 127, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 96, - "id:3": 127, - "sizeY:3": 24 + "y:3": 96 }, "5:10": { + "id:3": 128, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 0, - "id:3": 128, - "sizeY:3": 24 + "y:3": 0 }, "6:10": { + "id:3": 129, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 168, - "y:3": 48, - "id:3": 129, - "sizeY:3": 24 + "y:3": 48 }, "7:10": { + "id:3": 130, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 168, - "y:3": 192, - "id:3": 130, - "sizeY:3": 24 + "y:3": 192 }, "8:10": { + "id:3": 131, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 144, - "id:3": 131, - "sizeY:3": 24 + "y:3": 144 }, "9:10": { + "id:3": 132, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 96, - "id:3": 132, - "sizeY:3": 24 + "y:3": 96 }, "10:10": { + "id:3": 133, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 48, - "id:3": 133, - "sizeY:3": 24 + "y:3": 48 }, "11:10": { + "id:3": 134, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 144, - "id:3": 134, - "sizeY:3": 24 + "y:3": 144 }, "12:10": { + "id:3": 135, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 96, - "id:3": 135, - "sizeY:3": 24 + "y:3": 96 }, "13:10": { + "id:3": 136, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 0, - "id:3": 136, - "sizeY:3": 24 + "y:3": 0 }, "14:10": { + "id:3": 137, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 240, - "id:3": 137, - "sizeY:3": 24 + "y:3": 240 }, "15:10": { + "id:3": 138, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 240, - "id:3": 138, - "sizeY:3": 24 + "y:3": 240 }, "16:10": { + "id:3": 139, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 0, - "id:3": 139, - "sizeY:3": 24 + "y:3": 0 }, "17:10": { + "id:3": 140, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 96, - "id:3": 140, - "sizeY:3": 24 + "y:3": 96 }, "18:10": { + "id:3": 141, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 168, - "y:3": 0, - "id:3": 141, - "sizeY:3": 24 + "y:3": 0 }, "19:10": { + "id:3": 142, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 192, - "id:3": 142, - "sizeY:3": 24 + "y:3": 192 }, "20:10": { + "id:3": 143, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 0, - "id:3": 143, - "sizeY:3": 24 + "y:3": 0 }, "21:10": { + "id:3": 144, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 144, - "id:3": 144, - "sizeY:3": 24 + "y:3": 144 }, "22:10": { + "id:3": 145, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 96, - "id:3": 145, - "sizeY:3": 24 + "y:3": 96 }, "23:10": { + "id:3": 146, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 192, - "id:3": 146, - "sizeY:3": 24 + "y:3": 192 }, "24:10": { + "id:3": 147, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 192, - "id:3": 147, - "sizeY:3": 24 + "y:3": 192 }, "25:10": { + "id:3": 148, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 0, - "id:3": 148, - "sizeY:3": 24 + "y:3": 0 }, "26:10": { + "id:3": 149, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 240, - "id:3": 149, - "sizeY:3": 24 + "y:3": 240 }, "27:10": { + "id:3": 150, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 360, - "y:3": 192, - "id:3": 150, - "sizeY:3": 24 + "y:3": 192 }, "28:10": { + "id:3": 151, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 48, - "id:3": 151, - "sizeY:3": 24 + "y:3": 48 }, "29:10": { + "id:3": 152, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 48, - "id:3": 152, - "sizeY:3": 24 + "y:3": 48 }, "30:10": { + "id:3": 153, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 192, - "id:3": 153, - "sizeY:3": 24 + "y:3": 192 }, "31:10": { + "id:3": 154, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 192, - "id:3": 154, - "sizeY:3": 24 + "y:3": 192 }, "32:10": { + "id:3": 155, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 192, - "id:3": 155, - "sizeY:3": 24 + "y:3": 192 }, "33:10": { + "id:3": 156, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 0, - "id:3": 156, - "sizeY:3": 24 + "y:3": 0 }, "34:10": { + "id:3": 157, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 0, - "id:3": 157, - "sizeY:3": 24 + "y:3": 0 }, "35:10": { + "id:3": 158, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 360, - "y:3": 0, - "id:3": 158, - "sizeY:3": 24 + "y:3": 0 }, "36:10": { + "id:3": 159, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 276, - "id:3": 159, - "sizeY:3": 24 + "y:3": 276 }, "37:10": { + "id:3": 160, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 0, - "id:3": 160, - "sizeY:3": 24 + "y:3": 0 }, "38:10": { + "id:3": 161, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 0, - "id:3": 161, - "sizeY:3": 24 + "y:3": 0 }, "39:10": { + "id:3": 162, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 192, - "id:3": 162, - "sizeY:3": 24 + "y:3": 192 }, "40:10": { + "id:3": 163, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 0, - "id:3": 163, - "sizeY:3": 24 + "y:3": 0 }, "41:10": { + "id:3": 164, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 144, - "id:3": 164, - "sizeY:3": 24 + "y:3": 144 } - }, - "lineID:3": 5, + } + }, + "4:10": { + "lineID:3": 6, + "order:3": 21, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Mekanism - Part 2", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Advanced Rocketry is a tech mod centered around going to and exploring space. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "This is Part 2 of Mekanism. \nThis is where things starts to take a step up in complexity, which means that there will be no more \"funny/silly\" descriptions, and focus mainly on the explanation of the machines. \nPart 2 includes The Elite and The Ultimate parts of Mekanism. \n\nAuthored by Discomanco." + "name:8": "Advanced Rocketry", + "visibility:8": "NORMAL" } }, - "order:3": 4 - }, - "4:10": { "quests:9": { "0:10": { + "id:3": 770, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 376, - "y:3": 80, - "id:3": 770, - "sizeY:3": 24 + "y:3": 80 }, "1:10": { + "id:3": 771, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 8, - "id:3": 771, - "sizeY:3": 24 + "y:3": 8 }, "2:10": { + "id:3": 786, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 32, - "id:3": 786, - "sizeY:3": 24 + "y:3": 32 }, "3:10": { + "id:3": 795, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 80, - "id:3": 795, - "sizeY:3": 24 + "y:3": 80 }, "4:10": { + "id:3": 796, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 32, - "id:3": 796, - "sizeY:3": 24 + "y:3": 32 }, "5:10": { + "id:3": 797, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 8, - "id:3": 797, - "sizeY:3": 24 + "y:3": 8 }, "6:10": { + "id:3": 798, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 56, - "id:3": 798, - "sizeY:3": 24 + "y:3": 56 }, "7:10": { + "id:3": 799, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 32, - "id:3": 799, - "sizeY:3": 24 + "y:3": 32 }, "8:10": { + "id:3": 800, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 104, - "id:3": 800, - "sizeY:3": 24 + "y:3": 104 }, "9:10": { + "id:3": 801, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 104, - "id:3": 801, - "sizeY:3": 24 + "y:3": 104 }, "10:10": { + "id:3": 802, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 32, - "id:3": 802, - "sizeY:3": 24 + "y:3": 32 }, "11:10": { + "id:3": 803, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 80, - "id:3": 803, - "sizeY:3": 24 + "y:3": 80 }, "12:10": { + "id:3": 804, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 32, - "id:3": 804, - "sizeY:3": 24 + "y:3": 32 }, "13:10": { + "id:3": 805, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 192, - "id:3": 805, - "sizeY:3": 24 + "y:3": 192 }, "14:10": { + "id:3": 806, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 80, - "id:3": 806, - "sizeY:3": 24 + "y:3": 80 }, "15:10": { + "id:3": 807, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 80, - "id:3": 807, - "sizeY:3": 24 + "y:3": 80 }, "16:10": { + "id:3": 808, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 224, - "id:3": 808, - "sizeY:3": 24 + "y:3": 224 }, "17:10": { + "id:3": 809, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 128, - "id:3": 809, - "sizeY:3": 24 + "y:3": 128 }, "18:10": { + "id:3": 810, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 160, - "id:3": 810, - "sizeY:3": 24 + "y:3": 160 }, "19:10": { + "id:3": 811, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 56, - "id:3": 811, - "sizeY:3": 24 + "y:3": 56 }, "20:10": { + "id:3": 812, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 376, - "y:3": 32, - "id:3": 812, - "sizeY:3": 24 + "y:3": 32 }, "21:10": { + "id:3": 813, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 128, - "id:3": 813, - "sizeY:3": 24 + "y:3": 128 }, "22:10": { + "id:3": 814, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 160, - "id:3": 814, - "sizeY:3": 24 + "y:3": 160 }, "23:10": { + "id:3": 815, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 224, - "id:3": 815, - "sizeY:3": 24 + "y:3": 224 }, "24:10": { + "id:3": 816, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 80, - "id:3": 816, - "sizeY:3": 24 + "y:3": 80 }, "25:10": { + "id:3": 817, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 128, - "id:3": 817, - "sizeY:3": 24 + "y:3": 128 }, "26:10": { + "id:3": 818, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 128, - "id:3": 818, - "sizeY:3": 24 + "y:3": 128 }, "27:10": { + "id:3": 819, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 8, - "id:3": 819, - "sizeY:3": 24 + "y:3": 8 }, "28:10": { + "id:3": 823, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 184, - "id:3": 823, - "sizeY:3": 24 + "y:3": 184 }, "29:10": { + "id:3": 825, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 224, - "id:3": 825, - "sizeY:3": 24 + "y:3": 224 }, "30:10": { + "id:3": 826, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 224, - "id:3": 826, - "sizeY:3": 24 + "y:3": 224 } - }, - "lineID:3": 6, + } + }, + "5:10": { + "lineID:3": 7, + "order:3": 10, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Advanced Rocketry", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Forestry deals with farming, renewable energy production as well as the breeding of trees, bees and butterflies in Minecraft. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Advanced Rocketry is a tech mod centered around going to and exploring space. Authored by NillerMedDild." + "name:8": "Forestry", + "visibility:8": "NORMAL" } }, - "order:3": 21 - }, - "5:10": { "quests:9": { "0:10": { + "id:3": 461, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -184, - "y:3": 8, - "id:3": 461, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 466, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -128, - "y:3": 8, - "id:3": 466, - "sizeY:3": 24 + "y:3": 8 }, "2:10": { + "id:3": 467, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -160, - "y:3": 136, - "id:3": 467, - "sizeY:3": 24 + "y:3": 136 }, "3:10": { + "id:3": 468, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -32, - "y:3": 40, - "id:3": 468, - "sizeY:3": 24 + "y:3": 40 }, "4:10": { + "id:3": 643, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -32, - "y:3": 8, - "id:3": 643, - "sizeY:3": 24 + "y:3": 8 }, "5:10": { + "id:3": 647, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 8, - "id:3": 647, - "sizeY:3": 24 + "y:3": 8 }, "6:10": { + "id:3": 648, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -184, - "y:3": 136, - "id:3": 648, - "sizeY:3": 24 + "y:3": 136 }, "7:10": { + "id:3": 649, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 32, - "y:3": 8, - "id:3": 649, - "sizeY:3": 24 + "y:3": 8 }, "8:10": { + "id:3": 650, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -128, - "y:3": 72, - "id:3": 650, - "sizeY:3": 24 + "y:3": 72 }, "9:10": { + "id:3": 651, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 72, - "id:3": 651, - "sizeY:3": 24 + "y:3": 72 }, "10:10": { + "id:3": 652, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -184, - "y:3": 72, - "id:3": 652, - "sizeY:3": 24 + "y:3": 72 }, "11:10": { + "id:3": 653, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 40, - "id:3": 653, - "sizeY:3": 24 + "y:3": 40 }, "12:10": { + "id:3": 654, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 40, - "id:3": 654, - "sizeY:3": 24 + "y:3": 40 }, "13:10": { + "id:3": 655, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 8, - "id:3": 655, - "sizeY:3": 24 + "y:3": 8 }, "14:10": { + "id:3": 656, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -160, - "y:3": 40, - "id:3": 656, - "sizeY:3": 24 + "y:3": 40 }, "15:10": { + "id:3": 657, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 32, - "y:3": 40, - "id:3": 657, - "sizeY:3": 24 + "y:3": 40 }, "16:10": { + "id:3": 658, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -160, - "y:3": 104, - "id:3": 658, - "sizeY:3": 24 + "y:3": 104 }, "17:10": { + "id:3": 659, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -160, - "y:3": 72, - "id:3": 659, - "sizeY:3": 24 + "y:3": 72 }, "18:10": { + "id:3": 660, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 40, - "id:3": 660, - "sizeY:3": 24 + "y:3": 40 }, "19:10": { + "id:3": 661, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 72, - "id:3": 661, - "sizeY:3": 24 + "y:3": 72 }, "20:10": { + "id:3": 662, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 104, - "id:3": 662, - "sizeY:3": 24 + "y:3": 104 } - }, - "lineID:3": 7, + } + }, + "6:10": { + "lineID:3": 9, + "order:3": 12, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Forestry", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Immersive Engineering. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Forestry deals with farming, renewable energy production as well as the breeding of trees, bees and butterflies in Minecraft. Authored by NillerMedDild." + "name:8": "Immersive Engineering", + "visibility:8": "NORMAL" } }, - "order:3": 10 - }, - "6:10": { "quests:9": { "0:10": { + "id:3": 469, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -136, - "y:3": 8, - "id:3": 469, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 470, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 8, - "id:3": 470, - "sizeY:3": 24 + "y:3": 8 }, "2:10": { + "id:3": 471, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 40, - "id:3": 471, - "sizeY:3": 24 + "y:3": 40 }, "3:10": { + "id:3": 472, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 8, - "id:3": 472, - "sizeY:3": 24 + "y:3": 8 }, "4:10": { + "id:3": 473, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 40, - "id:3": 473, - "sizeY:3": 24 + "y:3": 40 }, "5:10": { + "id:3": 474, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 136, - "id:3": 474, - "sizeY:3": 24 + "y:3": 136 }, "6:10": { + "id:3": 475, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 40, - "id:3": 475, - "sizeY:3": 24 + "y:3": 40 }, "7:10": { + "id:3": 476, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 136, - "id:3": 476, - "sizeY:3": 24 + "y:3": 136 }, "8:10": { + "id:3": 477, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 8, - "id:3": 477, - "sizeY:3": 24 + "y:3": 8 }, "9:10": { + "id:3": 478, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 72, - "id:3": 478, - "sizeY:3": 24 + "y:3": 72 }, "10:10": { + "id:3": 663, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 72, - "id:3": 663, - "sizeY:3": 24 + "y:3": 72 }, "11:10": { + "id:3": 664, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 8, - "id:3": 664, - "sizeY:3": 24 + "y:3": 8 }, "12:10": { + "id:3": 665, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 40, - "id:3": 665, - "sizeY:3": 24 + "y:3": 40 }, "13:10": { + "id:3": 666, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 72, - "id:3": 666, - "sizeY:3": 24 + "y:3": 72 }, "14:10": { + "id:3": 667, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 104, - "id:3": 667, - "sizeY:3": 24 + "y:3": 104 }, "15:10": { + "id:3": 668, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 136, - "id:3": 668, - "sizeY:3": 24 + "y:3": 136 }, "16:10": { + "id:3": 669, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 104, - "id:3": 669, - "sizeY:3": 24 + "y:3": 104 }, "17:10": { + "id:3": 670, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 64, - "y:3": 72, - "id:3": 670, - "sizeY:3": 24 + "y:3": 72 }, "18:10": { + "id:3": 674, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 104, - "id:3": 674, - "sizeY:3": 24 + "y:3": 104 }, "19:10": { + "id:3": 675, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 72, - "id:3": 675, - "sizeY:3": 24 + "y:3": 72 }, "20:10": { + "id:3": 684, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -136, - "y:3": 40, - "id:3": 684, - "sizeY:3": 24 + "y:3": 40 }, "21:10": { + "id:3": 685, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -136, - "y:3": 72, - "id:3": 685, - "sizeY:3": 24 + "y:3": 72 }, "22:10": { + "id:3": 686, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -136, - "y:3": 104, - "id:3": 686, - "sizeY:3": 24 + "y:3": 104 } - }, - "lineID:3": 9, + } + }, + "7:10": { + "lineID:3": 10, + "order:3": 11, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Immersive Engineering", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Ender IO. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Immersive Engineering. Authored by NillerMedDild." + "name:8": "Ender IO", + "visibility:8": "NORMAL" } }, - "order:3": 12 - }, - "7:10": { "quests:9": { "0:10": { + "id:3": 934, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 8, - "id:3": 934, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 935, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 48, - "id:3": 935, - "sizeY:3": 24 + "y:3": 48 }, "2:10": { + "id:3": 936, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 48, - "id:3": 936, - "sizeY:3": 24 + "y:3": 48 }, "3:10": { + "id:3": 937, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 168, - "y:3": 8, - "id:3": 937, - "sizeY:3": 24 + "y:3": 8 }, "4:10": { + "id:3": 938, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 80, - "id:3": 938, - "sizeY:3": 24 + "y:3": 80 }, "5:10": { + "id:3": 939, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 112, - "id:3": 939, - "sizeY:3": 24 + "y:3": 112 }, "6:10": { + "id:3": 940, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 80, - "id:3": 940, - "sizeY:3": 24 + "y:3": 80 }, "7:10": { + "id:3": 941, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 112, - "id:3": 941, - "sizeY:3": 24 + "y:3": 112 }, "8:10": { + "id:3": 942, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 48, - "id:3": 942, - "sizeY:3": 24 + "y:3": 48 }, "9:10": { + "id:3": 943, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 80, - "id:3": 943, - "sizeY:3": 24 + "y:3": 80 }, "10:10": { + "id:3": 944, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 112, - "id:3": 944, - "sizeY:3": 24 + "y:3": 112 }, "11:10": { + "id:3": 945, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 144, - "id:3": 945, - "sizeY:3": 24 + "y:3": 144 }, "12:10": { + "id:3": 946, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 176, - "id:3": 946, - "sizeY:3": 24 + "y:3": 176 }, "13:10": { + "id:3": 947, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 176, - "id:3": 947, - "sizeY:3": 24 + "y:3": 176 }, "14:10": { + "id:3": 948, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 72, - "id:3": 948, - "sizeY:3": 24 + "y:3": 72 }, "15:10": { + "id:3": 949, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 104, - "id:3": 949, - "sizeY:3": 24 + "y:3": 104 }, "16:10": { + "id:3": 950, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 136, - "id:3": 950, - "sizeY:3": 24 + "y:3": 136 }, "17:10": { + "id:3": 951, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 168, - "id:3": 951, - "sizeY:3": 24 + "y:3": 168 }, "18:10": { + "id:3": 952, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 200, - "id:3": 952, - "sizeY:3": 24 + "y:3": 200 }, "19:10": { + "id:3": 953, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 200, - "id:3": 953, - "sizeY:3": 24 + "y:3": 200 }, "20:10": { + "id:3": 954, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 200, - "id:3": 954, - "sizeY:3": 24 + "y:3": 200 }, "21:10": { + "id:3": 955, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 168, - "y:3": 200, - "id:3": 955, - "sizeY:3": 24 + "y:3": 200 }, "22:10": { + "id:3": 956, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 200, - "id:3": 956, - "sizeY:3": 24 + "y:3": 200 }, "23:10": { + "id:3": 957, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 48, - "id:3": 957, - "sizeY:3": 24 + "y:3": 48 }, "24:10": { + "id:3": 958, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 80, - "id:3": 958, - "sizeY:3": 24 + "y:3": 80 }, "25:10": { + "id:3": 959, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 112, - "id:3": 959, - "sizeY:3": 24 + "y:3": 112 }, "26:10": { + "id:3": 960, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 40, - "id:3": 960, - "sizeY:3": 24 + "y:3": 40 }, "27:10": { + "id:3": 961, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 120, - "id:3": 961, - "sizeY:3": 24 + "y:3": 120 }, "28:10": { + "id:3": 962, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 360, - "y:3": 128, - "id:3": 962, - "sizeY:3": 24 + "y:3": 128 }, "29:10": { + "id:3": 963, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 8, - "id:3": 963, - "sizeY:3": 24 + "y:3": 8 } - }, - "lineID:3": 10, + } + }, + "8:10": { + "lineID:3": 11, + "order:3": 9, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Ender IO", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Embers is a dwarven themed tech mod, focused around collecting Ember from the core of the earth to fuel powerful magic contraptions. Authored by Lykrast.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Ender IO. Authored by NillerMedDild." + "name:8": "Embers", + "visibility:8": "NORMAL" } }, - "order:3": 11 - }, - "8:10": { "quests:9": { "0:10": { + "id:3": 270, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 0, - "id:3": 270, - "sizeY:3": 24 + "y:3": 0 }, "1:10": { + "id:3": 272, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 54, - "id:3": 272, - "sizeY:3": 24 + "y:3": 54 }, "2:10": { + "id:3": 274, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 36, - "y:3": 54, - "id:3": 274, - "sizeY:3": 24 + "y:3": 54 }, "3:10": { + "id:3": 276, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 54, - "id:3": 276, - "sizeY:3": 24 + "y:3": 54 }, "4:10": { + "id:3": 278, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 108, - "y:3": 54, - "id:3": 278, - "sizeY:3": 24 + "y:3": 54 }, "5:10": { + "id:3": 280, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 108, - "id:3": 280, - "sizeY:3": 24 + "y:3": 108 }, "6:10": { + "id:3": 282, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 18, - "id:3": 282, - "sizeY:3": 24 + "y:3": 18 }, "7:10": { + "id:3": 284, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 54, - "id:3": 284, - "sizeY:3": 24 + "y:3": 54 }, "8:10": { + "id:3": 286, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 108, - "y:3": 90, - "id:3": 286, - "sizeY:3": 24 + "y:3": 90 }, "9:10": { + "id:3": 288, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 90, - "id:3": 288, - "sizeY:3": 24 + "y:3": 90 }, "10:10": { + "id:3": 290, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 108, - "y:3": 126, - "id:3": 290, - "sizeY:3": 24 + "y:3": 126 }, "11:10": { + "id:3": 291, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 18, - "id:3": 291, - "sizeY:3": 24 + "y:3": 18 }, "12:10": { + "id:3": 292, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 54, - "id:3": 292, - "sizeY:3": 24 + "y:3": 54 }, "13:10": { + "id:3": 293, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 54, - "id:3": 293, - "sizeY:3": 24 + "y:3": 54 }, "14:10": { + "id:3": 294, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 18, - "id:3": 294, - "sizeY:3": 24 + "y:3": 18 }, "15:10": { + "id:3": 295, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 90, - "id:3": 295, - "sizeY:3": 24 + "y:3": 90 }, "16:10": { + "id:3": 296, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 126, - "id:3": 296, - "sizeY:3": 24 + "y:3": 126 }, "17:10": { + "id:3": 297, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 126, - "id:3": 297, - "sizeY:3": 24 + "y:3": 126 } - }, - "lineID:3": 11, + } + }, + "9:10": { + "lineID:3": 12, + "order:3": 0, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Embers", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Finding and crafting various things from Vanilla Minecraft. Authored by NillerMedDild, Lykrast \u0026 TurtleMiauw.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Embers is a dwarven themed tech mod, focused around collecting Ember from the core of the earth to fuel powerful magic contraptions. Authored by Lykrast." + "name:8": "Vanilla \u0026 Info", + "visibility:8": "NORMAL" } }, - "order:3": 9 - }, - "9:10": { "quests:9": { "0:10": { + "id:3": 35, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 138, - "y:3": 0, - "id:3": 35, - "sizeY:3": 24 + "y:3": 0 }, "1:10": { + "id:3": 259, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 48, - "id:3": 259, - "sizeY:3": 24 + "y:3": 48 }, "2:10": { + "id:3": 260, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 0, - "id:3": 260, - "sizeY:3": 24 + "y:3": 0 }, "3:10": { + "id:3": 261, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 96, - "id:3": 261, - "sizeY:3": 24 + "y:3": 96 }, "4:10": { + "id:3": 262, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 48, - "id:3": 262, - "sizeY:3": 24 + "y:3": 48 }, "5:10": { + "id:3": 263, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 0, - "id:3": 263, - "sizeY:3": 24 + "y:3": 0 }, "6:10": { + "id:3": 264, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 96, - "id:3": 264, - "sizeY:3": 24 + "y:3": 96 }, "7:10": { + "id:3": 265, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 0, - "id:3": 265, - "sizeY:3": 24 + "y:3": 0 }, "8:10": { + "id:3": 266, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 48, - "id:3": 266, - "sizeY:3": 24 + "y:3": 48 }, "9:10": { + "id:3": 267, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 96, - "id:3": 267, - "sizeY:3": 24 + "y:3": 96 }, "10:10": { + "id:3": 301, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 138, - "y:3": 48, - "id:3": 301, - "sizeY:3": 24 + "y:3": 48 }, "11:10": { + "id:3": 302, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 138, - "y:3": 96, - "id:3": 302, - "sizeY:3": 24 + "y:3": 96 } - }, - "lineID:3": 12, + } + }, + "10:10": { + "lineID:3": 13, + "order:3": 19, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Vanilla \u0026 Info", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": " This will introduce you to the basics of AE2 as well as its high-tech storage solution. Later on, it will also introduce AE2\u0027s on-demand autocrafting system.\n\nAuthored by: z64555", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Finding and crafting various things from Vanilla Minecraft. Authored by NillerMedDild, Lykrast \u0026 TurtleMiauw." + "name:8": "Applied Energistics 2", + "visibility:8": "NORMAL" } }, - "order:3": 0 - }, - "10:10": { "quests:9": { "0:10": { + "id:3": 14, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 448, - "y:3": 64, - "id:3": 14, - "sizeY:3": 24 + "y:3": 64 }, "1:10": { + "id:3": 199, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 624, - "y:3": 0, - "id:3": 199, - "sizeY:3": 24 + "y:3": 0 }, "2:10": { + "id:3": 200, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 624, - "y:3": 48, - "id:3": 200, - "sizeY:3": 24 + "y:3": 48 }, "3:10": { + "id:3": 237, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 432, - "y:3": 24, - "id:3": 237, - "sizeY:3": 24 + "y:3": 24 }, "4:10": { + "id:3": 238, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 192, - "id:3": 238, - "sizeY:3": 24 + "y:3": 192 }, "5:10": { + "id:3": 239, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 648, - "y:3": 96, - "id:3": 239, - "sizeY:3": 24 + "y:3": 96 }, "6:10": { + "id:3": 240, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 600, - "y:3": 96, - "id:3": 240, - "sizeY:3": 24 + "y:3": 96 }, "7:10": { + "id:3": 241, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 624, - "y:3": 144, - "id:3": 241, - "sizeY:3": 24 + "y:3": 144 }, "8:10": { + "id:3": 243, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 552, - "y:3": 96, - "id:3": 243, - "sizeY:3": 24 + "y:3": 96 }, "9:10": { + "id:3": 244, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 576, - "y:3": 168, - "id:3": 244, - "sizeY:3": 24 + "y:3": 168 }, "10:10": { + "id:3": 245, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 552, - "y:3": 48, - "id:3": 245, - "sizeY:3": 24 + "y:3": 48 }, "11:10": { + "id:3": 246, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 696, - "y:3": 48, - "id:3": 246, - "sizeY:3": 24 + "y:3": 48 }, "12:10": { + "id:3": 247, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 504, - "y:3": 144, - "id:3": 247, - "sizeY:3": 24 + "y:3": 144 }, "13:10": { + "id:3": 248, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 528, - "y:3": 192, - "id:3": 248, - "sizeY:3": 24 + "y:3": 192 }, "14:10": { + "id:3": 249, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 672, - "y:3": 168, - "id:3": 249, - "sizeY:3": 24 + "y:3": 168 }, "15:10": { + "id:3": 250, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 720, - "y:3": 192, - "id:3": 250, - "sizeY:3": 24 + "y:3": 192 }, "16:10": { + "id:3": 251, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 192, - "id:3": 251, - "sizeY:3": 24 + "y:3": 192 }, "17:10": { + "id:3": 252, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 504, - "y:3": 96, - "id:3": 252, - "sizeY:3": 24 + "y:3": 96 }, "18:10": { + "id:3": 253, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 48, - "id:3": 253, - "sizeY:3": 24 + "y:3": 48 }, "19:10": { + "id:3": 254, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 120, - "id:3": 254, - "sizeY:3": 24 + "y:3": 120 }, "20:10": { + "id:3": 255, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 72, - "id:3": 255, - "sizeY:3": 24 + "y:3": 72 }, "21:10": { + "id:3": 256, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 448, - "y:3": 96, - "id:3": 256, - "sizeY:3": 24 + "y:3": 96 }, "22:10": { + "id:3": 257, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 120, - "id:3": 257, - "sizeY:3": 24 + "y:3": 120 }, "23:10": { + "id:3": 258, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 48, - "id:3": 258, - "sizeY:3": 24 + "y:3": 48 }, "24:10": { + "id:3": 319, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 144, - "id:3": 319, - "sizeY:3": 24 + "y:3": 144 }, "25:10": { + "id:3": 320, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 408, - "y:3": 96, - "id:3": 320, - "sizeY:3": 24 + "y:3": 96 }, "26:10": { + "id:3": 321, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 456, - "y:3": 168, - "id:3": 321, - "sizeY:3": 24 + "y:3": 168 }, "27:10": { + "id:3": 322, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 408, - "y:3": 168, - "id:3": 322, - "sizeY:3": 24 + "y:3": 168 }, "28:10": { + "id:3": 323, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 360, - "y:3": 120, - "id:3": 323, - "sizeY:3": 24 + "y:3": 120 }, "29:10": { + "id:3": 324, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 360, - "y:3": 168, - "id:3": 324, - "sizeY:3": 24 + "y:3": 168 }, "30:10": { + "id:3": 325, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 360, - "y:3": 216, - "id:3": 325, - "sizeY:3": 24 + "y:3": 216 }, "31:10": { + "id:3": 326, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 192, - "id:3": 326, - "sizeY:3": 24 + "y:3": 192 }, "32:10": { + "id:3": 327, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 192, - "id:3": 327, - "sizeY:3": 24 + "y:3": 192 }, "33:10": { + "id:3": 328, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 168, - "id:3": 328, - "sizeY:3": 24 + "y:3": 168 }, "34:10": { + "id:3": 329, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 696, - "y:3": 96, - "id:3": 329, - "sizeY:3": 24 + "y:3": 96 }, "35:10": { + "id:3": 330, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 48, - "id:3": 330, - "sizeY:3": 24 + "y:3": 48 }, "36:10": { + "id:3": 331, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 0, - "id:3": 331, - "sizeY:3": 24 + "y:3": 0 }, "37:10": { + "id:3": 332, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 48, - "id:3": 332, - "sizeY:3": 24 + "y:3": 48 }, "38:10": { + "id:3": 333, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 96, - "id:3": 333, - "sizeY:3": 24 + "y:3": 96 }, "39:10": { + "id:3": 334, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 96, - "id:3": 334, - "sizeY:3": 24 + "y:3": 96 }, "40:10": { + "id:3": 335, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 144, - "id:3": 335, - "sizeY:3": 24 + "y:3": 144 }, "41:10": { + "id:3": 336, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 144, - "id:3": 336, - "sizeY:3": 24 + "y:3": 144 }, "42:10": { + "id:3": 337, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 0, - "id:3": 337, - "sizeY:3": 24 + "y:3": 0 }, "43:10": { + "id:3": 338, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 0, - "id:3": 338, - "sizeY:3": 24 + "y:3": 0 }, "44:10": { + "id:3": 339, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 48, - "id:3": 339, - "sizeY:3": 24 + "y:3": 48 }, "45:10": { + "id:3": 340, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 96, - "id:3": 340, - "sizeY:3": 24 + "y:3": 96 }, "46:10": { + "id:3": 341, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 48, - "id:3": 341, - "sizeY:3": 24 + "y:3": 48 }, "47:10": { + "id:3": 342, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 96, - "id:3": 342, - "sizeY:3": 24 + "y:3": 96 }, "48:10": { + "id:3": 343, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 24, - "id:3": 343, - "sizeY:3": 24 + "y:3": 24 }, "49:10": { + "id:3": 344, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 144, - "id:3": 344, - "sizeY:3": 24 + "y:3": 144 }, "50:10": { + "id:3": 345, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 192, - "id:3": 345, - "sizeY:3": 24 + "y:3": 192 }, "51:10": { + "id:3": 346, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 168, - "id:3": 346, - "sizeY:3": 24 + "y:3": 168 }, "52:10": { + "id:3": 347, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 192, - "id:3": 347, - "sizeY:3": 24 + "y:3": 192 } - }, - "lineID:3": 13, + } + }, + "11:10": { + "lineID:3": 14, + "order:3": 2, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Applied Energistics 2", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Welcome to Tinkers\u0027 Construct! \n\nAuthored by Bethylee", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": " This will introduce you to the basics of AE2 as well as its high-tech storage solution. Later on, it will also introduce AE2\u0027s on-demand autocrafting system.\n\nAuthored by: z64555" + "name:8": "Tinkers\u0027 Construct", + "visibility:8": "NORMAL" } }, - "order:3": 19 - }, - "11:10": { "quests:9": { "0:10": { + "id:3": 224, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 20, - "id:3": 224, - "sizeY:3": 24 + "y:3": 20 }, "1:10": { + "id:3": 233, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 108, - "y:3": 108, - "id:3": 233, - "sizeY:3": 24 + "y:3": 108 }, "2:10": { + "id:3": 235, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 132, - "y:3": 68, - "id:3": 235, - "sizeY:3": 24 + "y:3": 68 }, "3:10": { + "id:3": 348, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 84, - "y:3": 274, - "id:3": 348, - "sizeY:3": 24 + "y:3": 274 }, "4:10": { + "id:3": 349, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 156, - "y:3": 108, - "id:3": 349, - "sizeY:3": 24 + "y:3": 108 }, "5:10": { + "id:3": 351, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 68, - "id:3": 351, - "sizeY:3": 24 + "y:3": 68 }, "6:10": { + "id:3": 352, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 228, - "y:3": 68, - "id:3": 352, - "sizeY:3": 24 + "y:3": 68 }, "7:10": { + "id:3": 353, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 228, - "y:3": 108, - "id:3": 353, - "sizeY:3": 24 + "y:3": 108 }, "8:10": { + "id:3": 354, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 132, - "y:3": 274, - "id:3": 354, - "sizeY:3": 24 + "y:3": 274 }, "9:10": { + "id:3": 355, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 84, - "y:3": 188, - "id:3": 355, - "sizeY:3": 24 + "y:3": 188 }, "10:10": { + "id:3": 356, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 84, - "y:3": 230, - "id:3": 356, - "sizeY:3": 24 + "y:3": 230 }, "11:10": { + "id:3": 357, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 132, - "y:3": 188, - "id:3": 357, - "sizeY:3": 24 + "y:3": 188 }, "12:10": { + "id:3": 358, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 132, - "y:3": 230, - "id:3": 358, - "sizeY:3": 24 + "y:3": 230 }, "13:10": { + "id:3": 359, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 318, - "y:3": 18, - "id:3": 359, - "sizeY:3": 24 + "y:3": 18 }, "14:10": { + "id:3": 360, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 324, - "y:3": 230, - "id:3": 360, - "sizeY:3": 24 + "y:3": 230 }, "15:10": { + "id:3": 361, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 228, - "y:3": 148, - "id:3": 361, - "sizeY:3": 24 + "y:3": 148 }, "16:10": { + "id:3": 362, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 84, - "y:3": 314, - "id:3": 362, - "sizeY:3": 24 + "y:3": 314 }, "17:10": { + "id:3": 363, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 190, - "id:3": 363, - "sizeY:3": 24 + "y:3": 190 }, "18:10": { + "id:3": 364, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 230, - "id:3": 364, - "sizeY:3": 24 + "y:3": 230 }, "19:10": { + "id:3": 365, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 276, - "y:3": 190, - "id:3": 365, - "sizeY:3": 24 + "y:3": 190 }, "20:10": { + "id:3": 366, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 228, - "y:3": 230, - "id:3": 366, - "sizeY:3": 24 + "y:3": 230 }, "21:10": { + "id:3": 367, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 276, - "y:3": 148, - "id:3": 367, - "sizeY:3": 24 + "y:3": 148 }, "22:10": { + "id:3": 368, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 274, - "id:3": 368, - "sizeY:3": 24 + "y:3": 274 }, "23:10": { + "id:3": 369, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 228, - "y:3": 314, - "id:3": 369, - "sizeY:3": 24 + "y:3": 314 }, "24:10": { + "id:3": 370, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 276, - "y:3": 274, - "id:3": 370, - "sizeY:3": 24 + "y:3": 274 }, "25:10": { + "id:3": 371, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 324, - "y:3": 274, - "id:3": 371, - "sizeY:3": 24 + "y:3": 274 }, "26:10": { + "id:3": 372, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 180, - "y:3": 314, - "id:3": 372, - "sizeY:3": 24 + "y:3": 314 }, "27:10": { + "id:3": 373, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 324, - "y:3": 190, - "id:3": 373, - "sizeY:3": 24 + "y:3": 190 }, "28:10": { + "id:3": 375, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 228, - "y:3": 274, - "id:3": 375, - "sizeY:3": 24 + "y:3": 274 }, "29:10": { + "id:3": 376, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 396, - "y:3": 274, - "id:3": 376, - "sizeY:3": 24 + "y:3": 274 }, "30:10": { + "id:3": 377, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 420, - "y:3": 314, - "id:3": 377, - "sizeY:3": 24 + "y:3": 314 }, "31:10": { + "id:3": 378, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 444, - "y:3": 274, - "id:3": 378, - "sizeY:3": 24 + "y:3": 274 }, "32:10": { + "id:3": 379, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 420, - "y:3": 230, - "id:3": 379, - "sizeY:3": 24 + "y:3": 230 }, "33:10": { + "id:3": 381, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 420, - "y:3": 190, - "id:3": 381, - "sizeY:3": 24 + "y:3": 190 }, "34:10": { + "id:3": 382, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 372, - "y:3": 314, - "id:3": 382, - "sizeY:3": 24 + "y:3": 314 }, "35:10": { + "id:3": 384, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 270, - "y:3": 18, - "id:3": 384, - "sizeY:3": 24 + "y:3": 18 }, "36:10": { + "id:3": 385, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 84, - "y:3": 148, - "id:3": 385, - "sizeY:3": 24 + "y:3": 148 }, "37:10": { + "id:3": 386, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 132, - "y:3": 148, - "id:3": 386, - "sizeY:3": 24 + "y:3": 148 }, "38:10": { + "id:3": 387, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 324, - "y:3": 314, - "id:3": 387, - "sizeY:3": 24 + "y:3": 314 }, "39:10": { + "id:3": 388, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 276, - "y:3": 230, - "id:3": 388, - "sizeY:3": 24 + "y:3": 230 } - }, - "lineID:3": 14, + } + }, + "12:10": { + "lineID:3": 15, + "order:3": 23, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Tinkers\u0027 Construct", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Draconic Evolution is a late-game, super powerful mod, with (arguably) the strongest armor, weapons and bosses available to any mod.\nIt offers the biggest Energy Storage available, big and dangerous power generation, super powerful armor and weapons, mob spawning and killing and more.\nDraconic Evolution has its name of being the Power Creep of Modded Minecraft, because it does everything bigger and stronger.\n\nAuthored by Discomanco", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Welcome to Tinkers\u0027 Construct! \n\nAuthored by Bethylee" + "name:8": "Draconic Evolution", + "visibility:8": "NORMAL" } }, - "order:3": 2 - }, - "12:10": { "quests:9": { "0:10": { + "id:3": 223, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 312, - "id:3": 223, - "sizeY:3": 24 + "y:3": 312 }, "1:10": { + "id:3": 350, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 528, - "y:3": 192, - "id:3": 350, - "sizeY:3": 24 + "y:3": 192 }, "2:10": { + "id:3": 374, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 528, - "y:3": 144, - "id:3": 374, - "sizeY:3": 24 + "y:3": 144 }, "3:10": { + "id:3": 380, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 528, - "y:3": 240, - "id:3": 380, - "sizeY:3": 24 + "y:3": 240 }, "4:10": { + "id:3": 383, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 306, - "y:3": 270, - "id:3": 383, - "sizeY:3": 24 + "y:3": 270 }, "5:10": { + "id:3": 389, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 168, - "id:3": 389, - "sizeY:3": 24 + "y:3": 168 }, "6:10": { + "id:3": 390, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 120, - "id:3": 390, - "sizeY:3": 24 + "y:3": 120 }, "7:10": { + "id:3": 391, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 72, - "id:3": 391, - "sizeY:3": 24 + "y:3": 72 }, "8:10": { + "id:3": 392, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 48, - "id:3": 392, - "sizeY:3": 24 + "y:3": 48 }, "9:10": { + "id:3": 393, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 216, - "id:3": 393, - "sizeY:3": 24 + "y:3": 216 }, "10:10": { + "id:3": 394, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 96, - "id:3": 394, - "sizeY:3": 24 + "y:3": 96 }, "11:10": { + "id:3": 395, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 168, - "y:3": 48, - "id:3": 395, - "sizeY:3": 24 + "y:3": 48 }, "12:10": { + "id:3": 396, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 48, - "id:3": 396, - "sizeY:3": 24 + "y:3": 48 }, "13:10": { + "id:3": 397, "sizeX:3": 36, + "sizeY:3": 36, "x:3": 186, - "y:3": 6, - "id:3": 397, - "sizeY:3": 36 + "y:3": 6 }, "14:10": { + "id:3": 398, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 240, - "id:3": 398, - "sizeY:3": 24 + "y:3": 240 }, "15:10": { + "id:3": 399, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 264, - "id:3": 399, - "sizeY:3": 24 + "y:3": 264 }, "16:10": { + "id:3": 400, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 72, - "id:3": 400, - "sizeY:3": 24 + "y:3": 72 }, "17:10": { + "id:3": 401, "sizeX:3": 48, + "sizeY:3": 48, "x:3": 384, - "y:3": 0, - "id:3": 401, - "sizeY:3": 48 + "y:3": 0 }, "18:10": { + "id:3": 402, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 168, - "id:3": 402, - "sizeY:3": 24 + "y:3": 168 }, "19:10": { + "id:3": 403, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 24, - "id:3": 403, - "sizeY:3": 24 + "y:3": 24 }, "20:10": { + "id:3": 404, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 48, - "id:3": 404, - "sizeY:3": 24 + "y:3": 48 }, "21:10": { + "id:3": 405, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 144, - "id:3": 405, - "sizeY:3": 24 + "y:3": 144 }, "22:10": { + "id:3": 406, "sizeX:3": 48, + "sizeY:3": 48, "x:3": 36, - "y:3": 36, - "id:3": 406, - "sizeY:3": 48 + "y:3": 36 }, "23:10": { + "id:3": 407, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 240, - "id:3": 407, - "sizeY:3": 24 + "y:3": 240 }, "24:10": { + "id:3": 408, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 144, - "id:3": 408, - "sizeY:3": 24 + "y:3": 144 }, "25:10": { + "id:3": 409, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 120, - "id:3": 409, - "sizeY:3": 24 + "y:3": 120 }, "26:10": { + "id:3": 410, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 0, - "id:3": 410, - "sizeY:3": 24 + "y:3": 0 }, "27:10": { + "id:3": 411, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 144, - "id:3": 411, - "sizeY:3": 24 + "y:3": 144 }, "28:10": { + "id:3": 412, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 48, - "id:3": 412, - "sizeY:3": 24 + "y:3": 48 }, "29:10": { + "id:3": 413, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 144, - "id:3": 413, - "sizeY:3": 24 + "y:3": 144 }, "30:10": { + "id:3": 414, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 192, - "id:3": 414, - "sizeY:3": 24 + "y:3": 192 }, "31:10": { + "id:3": 415, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 432, - "y:3": 192, - "id:3": 415, - "sizeY:3": 24 + "y:3": 192 }, "32:10": { + "id:3": 416, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 192, - "id:3": 416, - "sizeY:3": 24 + "y:3": 192 }, "33:10": { + "id:3": 417, "sizeX:3": 48, + "sizeY:3": 48, "x:3": 420, - "y:3": 96, - "id:3": 417, - "sizeY:3": 48 + "y:3": 96 }, "34:10": { + "id:3": 418, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 0, - "id:3": 418, - "sizeY:3": 24 + "y:3": 0 }, "35:10": { + "id:3": 419, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 120, - "id:3": 419, - "sizeY:3": 24 + "y:3": 120 }, "36:10": { + "id:3": 420, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 312, - "y:3": 24, - "id:3": 420, - "sizeY:3": 24 + "y:3": 24 }, "37:10": { + "id:3": 421, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 192, - "id:3": 421, - "sizeY:3": 24 + "y:3": 192 }, "38:10": { + "id:3": 422, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 240, - "id:3": 422, - "sizeY:3": 24 + "y:3": 240 }, "39:10": { + "id:3": 423, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 192, - "id:3": 423, - "sizeY:3": 24 + "y:3": 192 }, "40:10": { + "id:3": 424, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 480, - "y:3": 192, - "id:3": 424, - "sizeY:3": 24 + "y:3": 192 }, "41:10": { + "id:3": 425, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 72, - "id:3": 425, - "sizeY:3": 24 + "y:3": 72 }, "42:10": { + "id:3": 426, "sizeX:3": 36, + "sizeY:3": 36, "x:3": 306, - "y:3": 66, - "id:3": 426, - "sizeY:3": 36 + "y:3": 66 }, "43:10": { + "id:3": 427, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 240, - "id:3": 427, - "sizeY:3": 24 + "y:3": 240 }, "44:10": { + "id:3": 428, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 216, - "id:3": 428, - "sizeY:3": 24 + "y:3": 216 }, "45:10": { + "id:3": 429, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 168, - "id:3": 429, - "sizeY:3": 24 + "y:3": 168 }, "46:10": { + "id:3": 430, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 264, - "id:3": 430, - "sizeY:3": 24 + "y:3": 264 }, "47:10": { + "id:3": 431, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 144, - "id:3": 431, - "sizeY:3": 24 + "y:3": 144 }, "48:10": { + "id:3": 432, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 168, - "id:3": 432, - "sizeY:3": 24 + "y:3": 168 }, "49:10": { + "id:3": 433, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 312, - "id:3": 433, - "sizeY:3": 24 + "y:3": 312 }, "50:10": { + "id:3": 434, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 312, - "id:3": 434, - "sizeY:3": 24 + "y:3": 312 }, "51:10": { + "id:3": 435, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 384, - "y:3": 312, - "id:3": 435, - "sizeY:3": 24 + "y:3": 312 }, "52:10": { + "id:3": 436, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 0, - "id:3": 436, - "sizeY:3": 24 + "y:3": 0 }, "53:10": { + "id:3": 437, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 96, - "id:3": 437, - "sizeY:3": 24 + "y:3": 96 }, "54:10": { + "id:3": 438, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 168, - "id:3": 438, - "sizeY:3": 24 + "y:3": 168 }, "55:10": { + "id:3": 439, "sizeX:3": 48, + "sizeY:3": 48, "x:3": 576, - "y:3": 180, - "id:3": 439, - "sizeY:3": 48 + "y:3": 180 } - }, - "lineID:3": 15, + } + }, + "13:10": { + "lineID:3": 16, + "order:3": 6, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Draconic Evolution", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Astral Sorcery. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Draconic Evolution is a late-game, super powerful mod, with (arguably) the strongest armor, weapons and bosses available to any mod.\nIt offers the biggest Energy Storage available, big and dangerous power generation, super powerful armor and weapons, mob spawning and killing and more.\nDraconic Evolution has its name of being the Power Creep of Modded Minecraft, because it does everything bigger and stronger.\n\nAuthored by Discomanco" + "name:8": "Astral Sorcery", + "visibility:8": "NORMAL" } }, - "order:3": 23 - }, - "13:10": { "quests:9": { "0:10": { + "id:3": 519, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -80, - "y:3": 8, - "id:3": 519, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 520, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 8, - "id:3": 520, - "sizeY:3": 24 + "y:3": 8 }, "2:10": { + "id:3": 521, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 40, - "id:3": 521, - "sizeY:3": 24 + "y:3": 40 }, "3:10": { + "id:3": 522, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 72, - "id:3": 522, - "sizeY:3": 24 + "y:3": 72 }, "4:10": { + "id:3": 523, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -40, - "y:3": 136, - "id:3": 523, - "sizeY:3": 24 + "y:3": 136 }, "5:10": { + "id:3": 524, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -80, - "y:3": 40, - "id:3": 524, - "sizeY:3": 24 + "y:3": 40 }, "6:10": { + "id:3": 525, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -80, - "y:3": 72, - "id:3": 525, - "sizeY:3": 24 + "y:3": 72 }, "7:10": { + "id:3": 526, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -40, - "y:3": 40, - "id:3": 526, - "sizeY:3": 24 + "y:3": 40 }, "8:10": { + "id:3": 527, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 56, - "y:3": 72, - "id:3": 527, - "sizeY:3": 24 + "y:3": 72 }, "9:10": { + "id:3": 528, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 56, - "y:3": 40, - "id:3": 528, - "sizeY:3": 24 + "y:3": 40 }, "10:10": { + "id:3": 529, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 40, - "id:3": 529, - "sizeY:3": 24 + "y:3": 40 }, "11:10": { + "id:3": 530, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 8, - "id:3": 530, - "sizeY:3": 24 + "y:3": 8 }, "12:10": { + "id:3": 531, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 40, - "id:3": 531, - "sizeY:3": 24 + "y:3": 40 }, "13:10": { + "id:3": 532, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 8, - "id:3": 532, - "sizeY:3": 24 + "y:3": 8 }, "14:10": { + "id:3": 533, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 40, - "id:3": 533, - "sizeY:3": 24 + "y:3": 40 }, "15:10": { + "id:3": 534, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -40, - "y:3": 72, - "id:3": 534, - "sizeY:3": 24 + "y:3": 72 }, "16:10": { + "id:3": 535, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 72, - "id:3": 535, - "sizeY:3": 24 + "y:3": 72 }, "17:10": { + "id:3": 536, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 56, - "y:3": 8, - "id:3": 536, - "sizeY:3": 24 + "y:3": 8 }, "18:10": { + "id:3": 537, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 136, - "id:3": 537, - "sizeY:3": 24 + "y:3": 136 }, "19:10": { + "id:3": 538, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 72, - "id:3": 538, - "sizeY:3": 24 + "y:3": 72 }, "20:10": { + "id:3": 539, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 104, - "id:3": 539, - "sizeY:3": 24 + "y:3": 104 }, "21:10": { + "id:3": 540, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 72, - "id:3": 540, - "sizeY:3": 24 + "y:3": 72 }, "22:10": { + "id:3": 541, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 72, - "id:3": 541, - "sizeY:3": 24 + "y:3": 72 } - }, - "lineID:3": 16, + } + }, + "14:10": { + "lineID:3": 17, + "order:3": 7, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Astral Sorcery", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Botania. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Astral Sorcery. Authored by NillerMedDild." + "name:8": "Botania", + "visibility:8": "NORMAL" } }, - "order:3": 6 - }, - "14:10": { "quests:9": { "0:10": { + "id:3": 729, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 8, - "id:3": 729, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 730, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 40, - "id:3": 730, - "sizeY:3": 24 + "y:3": 40 }, "2:10": { + "id:3": 731, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 40, - "id:3": 731, - "sizeY:3": 24 + "y:3": 40 }, "3:10": { + "id:3": 732, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 8, - "id:3": 732, - "sizeY:3": 24 + "y:3": 8 }, "4:10": { + "id:3": 733, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 72, - "id:3": 733, - "sizeY:3": 24 + "y:3": 72 }, "5:10": { + "id:3": 734, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 8, - "id:3": 734, - "sizeY:3": 24 + "y:3": 8 }, "6:10": { + "id:3": 735, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 8, - "id:3": 735, - "sizeY:3": 24 + "y:3": 8 }, "7:10": { + "id:3": 736, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 72, - "id:3": 736, - "sizeY:3": 24 + "y:3": 72 }, "8:10": { + "id:3": 737, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 8, - "id:3": 737, - "sizeY:3": 24 + "y:3": 8 }, "9:10": { + "id:3": 738, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 408, - "y:3": 32, - "id:3": 738, - "sizeY:3": 24 + "y:3": 32 }, "10:10": { + "id:3": 739, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 104, - "id:3": 739, - "sizeY:3": 24 + "y:3": 104 }, "11:10": { + "id:3": 740, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 40, - "id:3": 740, - "sizeY:3": 24 + "y:3": 40 }, "12:10": { + "id:3": 741, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 136, - "id:3": 741, - "sizeY:3": 24 + "y:3": 136 }, "13:10": { + "id:3": 742, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 136, - "id:3": 742, - "sizeY:3": 24 + "y:3": 136 }, "14:10": { + "id:3": 743, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 72, - "id:3": 743, - "sizeY:3": 24 + "y:3": 72 }, "15:10": { + "id:3": 744, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 104, - "id:3": 744, - "sizeY:3": 24 + "y:3": 104 }, "16:10": { + "id:3": 745, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 168, - "id:3": 745, - "sizeY:3": 24 + "y:3": 168 }, "17:10": { + "id:3": 746, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 104, - "id:3": 746, - "sizeY:3": 24 + "y:3": 104 }, "18:10": { + "id:3": 747, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 104, - "id:3": 747, - "sizeY:3": 24 + "y:3": 104 }, "19:10": { + "id:3": 748, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 72, - "id:3": 748, - "sizeY:3": 24 + "y:3": 72 }, "20:10": { + "id:3": 749, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 136, - "id:3": 749, - "sizeY:3": 24 + "y:3": 136 }, "21:10": { + "id:3": 750, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 104, - "id:3": 750, - "sizeY:3": 24 + "y:3": 104 }, "22:10": { + "id:3": 751, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 136, - "id:3": 751, - "sizeY:3": 24 + "y:3": 136 }, "23:10": { + "id:3": 752, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 40, - "id:3": 752, - "sizeY:3": 24 + "y:3": 40 }, "24:10": { + "id:3": 753, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 72, - "id:3": 753, - "sizeY:3": 24 + "y:3": 72 }, "25:10": { + "id:3": 754, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 72, - "id:3": 754, - "sizeY:3": 24 + "y:3": 72 }, "26:10": { + "id:3": 755, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 40, - "id:3": 755, - "sizeY:3": 24 + "y:3": 40 }, "27:10": { + "id:3": 756, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 40, - "id:3": 756, - "sizeY:3": 24 + "y:3": 40 }, "28:10": { + "id:3": 757, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 112, - "id:3": 757, - "sizeY:3": 24 + "y:3": 112 }, "29:10": { + "id:3": 758, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 272, - "y:3": 136, - "id:3": 758, - "sizeY:3": 24 + "y:3": 136 }, "30:10": { + "id:3": 759, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 392, - "y:3": 80, - "id:3": 759, - "sizeY:3": 24 + "y:3": 80 }, "31:10": { + "id:3": 760, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 88, - "id:3": 760, - "sizeY:3": 24 + "y:3": 88 }, "32:10": { + "id:3": 761, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 64, - "id:3": 761, - "sizeY:3": 24 + "y:3": 64 }, "33:10": { + "id:3": 762, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 400, - "y:3": 56, - "id:3": 762, - "sizeY:3": 24 + "y:3": 56 }, "34:10": { + "id:3": 763, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 160, - "id:3": 763, - "sizeY:3": 24 + "y:3": 160 }, "35:10": { + "id:3": 764, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 352, - "y:3": 112, - "id:3": 764, - "sizeY:3": 24 + "y:3": 112 }, "36:10": { + "id:3": 765, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 168, - "id:3": 765, - "sizeY:3": 24 + "y:3": 168 }, "37:10": { + "id:3": 766, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 416, - "y:3": 8, - "id:3": 766, - "sizeY:3": 24 + "y:3": 8 }, "38:10": { + "id:3": 767, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 8, - "id:3": 767, - "sizeY:3": 24 + "y:3": 8 }, "39:10": { + "id:3": 768, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 168, - "id:3": 768, - "sizeY:3": 24 + "y:3": 168 }, "40:10": { + "id:3": 769, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 376, - "y:3": 104, - "id:3": 769, - "sizeY:3": 24 + "y:3": 104 }, "41:10": { + "id:3": 772, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 120, - "id:3": 772, - "sizeY:3": 24 + "y:3": 120 }, "42:10": { + "id:3": 773, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 200, - "id:3": 773, - "sizeY:3": 24 + "y:3": 200 }, "43:10": { + "id:3": 774, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 104, - "id:3": 774, - "sizeY:3": 24 + "y:3": 104 }, "44:10": { + "id:3": 775, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 168, - "id:3": 775, - "sizeY:3": 24 + "y:3": 168 }, "45:10": { + "id:3": 776, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 104, - "id:3": 776, - "sizeY:3": 24 + "y:3": 104 }, "46:10": { + "id:3": 777, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 168, - "id:3": 777, - "sizeY:3": 24 + "y:3": 168 }, "47:10": { + "id:3": 778, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 168, - "id:3": 778, - "sizeY:3": 24 + "y:3": 168 }, "48:10": { + "id:3": 779, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 200, - "id:3": 779, - "sizeY:3": 24 + "y:3": 200 }, "49:10": { + "id:3": 780, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 232, - "id:3": 780, - "sizeY:3": 24 + "y:3": 232 }, "50:10": { + "id:3": 784, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 40, - "id:3": 784, - "sizeY:3": 24 + "y:3": 40 }, "51:10": { + "id:3": 785, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 136, - "id:3": 785, - "sizeY:3": 24 + "y:3": 136 }, "52:10": { + "id:3": 789, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 168, - "id:3": 789, - "sizeY:3": 24 + "y:3": 168 }, "53:10": { + "id:3": 792, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 136, - "id:3": 792, - "sizeY:3": 24 + "y:3": 136 }, "54:10": { + "id:3": 793, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 200, - "id:3": 793, - "sizeY:3": 24 + "y:3": 200 } - }, - "lineID:3": 17, + } + }, + "15:10": { + "lineID:3": 19, + "order:3": 8, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Botania", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Blood Magic. Authored by NillerMedDild and shigure1408.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Botania. Authored by NillerMedDild." + "name:8": "Blood Magic", + "visibility:8": "NORMAL" } }, - "order:3": 7 - }, - "15:10": { "quests:9": { "0:10": { + "id:3": 37, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 236, - "y:3": 16, - "id:3": 37, - "sizeY:3": 24 + "y:3": 16 }, "1:10": { + "id:3": 38, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 152, - "id:3": 38, - "sizeY:3": 24 + "y:3": 152 }, "2:10": { + "id:3": 39, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 184, - "id:3": 39, - "sizeY:3": 24 + "y:3": 184 }, "3:10": { + "id:3": 42, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 88, - "id:3": 42, - "sizeY:3": 24 + "y:3": 88 }, "4:10": { + "id:3": 43, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 120, - "id:3": 43, - "sizeY:3": 24 + "y:3": 120 }, "5:10": { + "id:3": 44, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 84, - "y:3": 128, - "id:3": 44, - "sizeY:3": 24 + "y:3": 128 }, "6:10": { + "id:3": 45, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 188, - "id:3": 45, - "sizeY:3": 24 + "y:3": 188 }, "7:10": { + "id:3": 46, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 188, - "id:3": 46, - "sizeY:3": 24 + "y:3": 188 }, "8:10": { + "id:3": 47, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 168, - "id:3": 47, - "sizeY:3": 24 + "y:3": 168 }, "9:10": { + "id:3": 48, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 172, - "y:3": 168, - "id:3": 48, - "sizeY:3": 24 + "y:3": 168 }, "10:10": { + "id:3": 49, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 168, - "id:3": 49, - "sizeY:3": 24 + "y:3": 168 }, "11:10": { + "id:3": 52, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 244, - "y:3": 168, - "id:3": 52, - "sizeY:3": 24 + "y:3": 168 }, "12:10": { + "id:3": 53, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 168, - "id:3": 53, - "sizeY:3": 24 + "y:3": 168 }, "13:10": { + "id:3": 54, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 204, - "id:3": 54, - "sizeY:3": 24 + "y:3": 204 }, "14:10": { + "id:3": 55, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 172, - "y:3": 204, - "id:3": 55, - "sizeY:3": 24 + "y:3": 204 }, "15:10": { + "id:3": 56, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 204, - "id:3": 56, - "sizeY:3": 24 + "y:3": 204 }, "16:10": { + "id:3": 57, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 244, - "y:3": 204, - "id:3": 57, - "sizeY:3": 24 + "y:3": 204 }, "17:10": { + "id:3": 967, "sizeX:3": 40, + "sizeY:3": 40, "x:3": 8, - "y:3": 8, - "id:3": 967, - "sizeY:3": 40 + "y:3": 8 }, "18:10": { + "id:3": 968, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 32, - "y:3": 56, - "id:3": 968, - "sizeY:3": 24 + "y:3": 56 }, "19:10": { + "id:3": 969, "sizeX:3": 32, + "sizeY:3": 32, "x:3": 80, - "y:3": 64, - "id:3": 969, - "sizeY:3": 32 + "y:3": 64 }, "20:10": { + "id:3": 970, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 64, - "id:3": 970, - "sizeY:3": 24 + "y:3": 64 }, "21:10": { + "id:3": 971, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 168, - "y:3": 64, - "id:3": 971, - "sizeY:3": 24 + "y:3": 64 }, "22:10": { + "id:3": 972, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 64, - "id:3": 972, - "sizeY:3": 24 + "y:3": 64 }, "23:10": { + "id:3": 973, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 248, - "y:3": 64, - "id:3": 973, - "sizeY:3": 24 + "y:3": 64 }, "24:10": { + "id:3": 975, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 88, - "id:3": 975, - "sizeY:3": 24 + "y:3": 88 }, "25:10": { + "id:3": 976, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 120, - "id:3": 976, - "sizeY:3": 24 + "y:3": 120 }, "26:10": { + "id:3": 977, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 152, - "id:3": 977, - "sizeY:3": 24 + "y:3": 152 }, "27:10": { + "id:3": 978, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 184, - "id:3": 978, - "sizeY:3": 24 + "y:3": 184 }, "28:10": { + "id:3": 979, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 216, - "id:3": 979, - "sizeY:3": 24 + "y:3": 216 }, "29:10": { + "id:3": 980, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 128, - "id:3": 980, - "sizeY:3": 24 + "y:3": 128 }, "30:10": { + "id:3": 981, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 96, - "id:3": 981, - "sizeY:3": 24 + "y:3": 96 }, "31:10": { + "id:3": 982, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 172, - "y:3": 128, - "id:3": 982, - "sizeY:3": 24 + "y:3": 128 }, "32:10": { + "id:3": 983, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 172, - "y:3": 96, - "id:3": 983, - "sizeY:3": 24 + "y:3": 96 }, "33:10": { + "id:3": 984, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 128, - "id:3": 984, - "sizeY:3": 24 + "y:3": 128 }, "34:10": { + "id:3": 985, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 96, - "id:3": 985, - "sizeY:3": 24 + "y:3": 96 }, "35:10": { + "id:3": 986, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 244, - "y:3": 128, - "id:3": 986, - "sizeY:3": 24 + "y:3": 128 }, "36:10": { + "id:3": 987, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 244, - "y:3": 96, - "id:3": 987, - "sizeY:3": 24 + "y:3": 96 }, "37:10": { + "id:3": 988, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 128, - "id:3": 988, - "sizeY:3": 24 + "y:3": 128 }, "38:10": { + "id:3": 989, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 96, - "id:3": 989, - "sizeY:3": 24 + "y:3": 96 }, "39:10": { + "id:3": 991, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 32, - "id:3": 991, - "sizeY:3": 24 + "y:3": 32 }, "40:10": { + "id:3": 992, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 64, - "y:3": 32, - "id:3": 992, - "sizeY:3": 24 + "y:3": 32 }, "41:10": { + "id:3": 993, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 120, - "id:3": 993, - "sizeY:3": 24 + "y:3": 120 }, "42:10": { + "id:3": 994, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 32, - "id:3": 994, - "sizeY:3": 24 + "y:3": 32 }, "43:10": { + "id:3": 995, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 160, - "y:3": 32, - "id:3": 995, - "sizeY:3": 24 + "y:3": 32 }, "44:10": { + "id:3": 996, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 32, - "id:3": 996, - "sizeY:3": 24 + "y:3": 32 }, "45:10": { + "id:3": 997, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 88, - "id:3": 997, - "sizeY:3": 24 + "y:3": 88 }, "46:10": { + "id:3": 998, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 16, - "id:3": 998, - "sizeY:3": 24 + "y:3": 16 }, "47:10": { + "id:3": 999, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 160, - "y:3": 0, - "id:3": 999, - "sizeY:3": 24 + "y:3": 0 }, "48:10": { + "id:3": 1000, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 0, - "id:3": 1000, - "sizeY:3": 24 + "y:3": 0 }, "49:10": { + "id:3": 1001, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 0, - "id:3": 1001, - "sizeY:3": 24 + "y:3": 0 }, "50:10": { + "id:3": 1002, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 0, - "id:3": 1002, - "sizeY:3": 24 + "y:3": 0 }, "51:10": { + "id:3": 1003, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 64, - "y:3": 0, - "id:3": 1003, - "sizeY:3": 24 + "y:3": 0 } - }, - "lineID:3": 19, + } + }, + "16:10": { + "lineID:3": 20, + "order:3": 5, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Blood Magic", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Thaumcraft. \n\nAuthored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Blood Magic. Authored by NillerMedDild and shigure1408." + "name:8": "Thaumcraft", + "visibility:8": "NORMAL" } }, - "order:3": 8 - }, - "16:10": { "quests:9": { "0:10": { + "id:3": 1004, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 8, - "id:3": 1004, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 1005, "sizeX:3": 32, + "sizeY:3": 32, "x:3": 148, - "y:3": 4, - "id:3": 1005, - "sizeY:3": 32 + "y:3": 4 }, "2:10": { + "id:3": 1006, "sizeX:3": 32, + "sizeY:3": 32, "x:3": 4, - "y:3": 148, - "id:3": 1006, - "sizeY:3": 32 + "y:3": 148 }, "3:10": { + "id:3": 1007, "sizeX:3": 32, + "sizeY:3": 32, "x:3": 152, - "y:3": 152, - "id:3": 1007, - "sizeY:3": 32 + "y:3": 152 }, "4:10": { + "id:3": 1008, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 80, - "id:3": 1008, - "sizeY:3": 24 + "y:3": 80 }, "5:10": { + "id:3": 1009, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 32, - "id:3": 1009, - "sizeY:3": 24 + "y:3": 32 }, "6:10": { + "id:3": 1010, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 104, - "id:3": 1010, - "sizeY:3": 24 + "y:3": 104 }, "7:10": { + "id:3": 1011, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 8, - "id:3": 1011, - "sizeY:3": 24 + "y:3": 8 }, "8:10": { + "id:3": 1012, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 32, - "y:3": 120, - "id:3": 1012, - "sizeY:3": 24 + "y:3": 120 }, "9:10": { + "id:3": 1013, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 56, - "id:3": 1013, - "sizeY:3": 24 + "y:3": 56 }, "10:10": { + "id:3": 1014, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 56, - "y:3": 112, - "id:3": 1014, - "sizeY:3": 24 + "y:3": 112 }, "11:10": { + "id:3": 1015, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 240, - "id:3": 1015, - "sizeY:3": 24 + "y:3": 240 }, "12:10": { + "id:3": 1016, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 216, - "id:3": 1016, - "sizeY:3": 24 + "y:3": 216 }, "13:10": { + "id:3": 1017, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 208, - "id:3": 1017, - "sizeY:3": 24 + "y:3": 208 }, "14:10": { + "id:3": 1018, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 208, - "id:3": 1018, - "sizeY:3": 24 + "y:3": 208 }, "15:10": { + "id:3": 1019, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 184, - "id:3": 1019, - "sizeY:3": 24 + "y:3": 184 }, "16:10": { + "id:3": 1020, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 156, - "y:3": 192, - "id:3": 1020, - "sizeY:3": 24 + "y:3": 192 }, "17:10": { + "id:3": 1021, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 156, - "id:3": 1021, - "sizeY:3": 24 + "y:3": 156 }, "18:10": { + "id:3": 1022, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 224, - "y:3": 156, - "id:3": 1022, - "sizeY:3": 24 + "y:3": 156 }, "19:10": { + "id:3": 1023, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 256, - "y:3": 156, - "id:3": 1023, - "sizeY:3": 24 + "y:3": 156 }, "20:10": { + "id:3": 1024, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 192, - "y:3": 192, - "id:3": 1024, - "sizeY:3": 24 + "y:3": 192 }, "21:10": { + "id:3": 1025, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 80, - "id:3": 1025, - "sizeY:3": 24 + "y:3": 80 }, "22:10": { + "id:3": 1026, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 144, - "id:3": 1026, - "sizeY:3": 24 + "y:3": 144 }, "23:10": { + "id:3": 1027, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 152, - "y:3": 80, - "id:3": 1027, - "sizeY:3": 24 + "y:3": 80 }, "24:10": { + "id:3": 1028, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 152, - "id:3": 1028, - "sizeY:3": 24 + "y:3": 152 }, "25:10": { + "id:3": 1029, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 208, - "id:3": 1029, - "sizeY:3": 24 + "y:3": 208 }, "26:10": { + "id:3": 1030, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 48, - "id:3": 1030, - "sizeY:3": 24 + "y:3": 48 }, "27:10": { + "id:3": 1031, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 96, - "y:3": 160, - "id:3": 1031, - "sizeY:3": 24 + "y:3": 160 }, "28:10": { + "id:3": 1032, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 152, - "y:3": 120, - "id:3": 1032, - "sizeY:3": 24 + "y:3": 120 }, "29:10": { + "id:3": 1033, "sizeX:3": 32, + "sizeY:3": 32, "x:3": 116, - "y:3": 116, - "id:3": 1033, - "sizeY:3": 32 + "y:3": 116 }, "30:10": { + "id:3": 1034, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 216, - "y:3": 48, - "id:3": 1034, - "sizeY:3": 24 + "y:3": 48 }, "31:10": { + "id:3": 1035, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 272, - "id:3": 1035, - "sizeY:3": 24 + "y:3": 272 }, "32:10": { + "id:3": 1036, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 240, - "id:3": 1036, - "sizeY:3": 24 + "y:3": 240 }, "33:10": { + "id:3": 1037, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 152, - "y:3": 48, - "id:3": 1037, - "sizeY:3": 24 + "y:3": 48 }, "34:10": { + "id:3": 1038, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 224, - "y:3": 8, - "id:3": 1038, - "sizeY:3": 24 + "y:3": 8 }, "35:10": { + "id:3": 1039, "sizeX:3": 32, + "sizeY:3": 32, "x:3": 220, - "y:3": 84, - "id:3": 1039, - "sizeY:3": 32 + "y:3": 84 }, "36:10": { + "id:3": 1040, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 176, - "id:3": 1040, - "sizeY:3": 24 + "y:3": 176 }, "37:10": { + "id:3": 1041, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 72, - "y:3": 176, - "id:3": 1041, - "sizeY:3": 24 + "y:3": 176 }, "38:10": { + "id:3": 1042, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 88, - "id:3": 1042, - "sizeY:3": 24 + "y:3": 88 }, "39:10": { + "id:3": 1043, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 248, - "y:3": 48, - "id:3": 1043, - "sizeY:3": 24 + "y:3": 48 }, "40:10": { + "id:3": 1044, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 48, - "id:3": 1044, - "sizeY:3": 24 + "y:3": 48 }, "41:10": { + "id:3": 1045, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 184, - "y:3": 112, - "id:3": 1045, - "sizeY:3": 24 + "y:3": 112 }, "42:10": { + "id:3": 1046, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 240, - "id:3": 1046, - "sizeY:3": 24 + "y:3": 240 }, "43:10": { + "id:3": 1047, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 256, - "y:3": 8, - "id:3": 1047, - "sizeY:3": 24 + "y:3": 8 }, "44:10": { + "id:3": 1048, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 320, - "y:3": 8, - "id:3": 1048, - "sizeY:3": 24 + "y:3": 8 }, "45:10": { + "id:3": 1049, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 288, - "y:3": 8, - "id:3": 1049, - "sizeY:3": 24 + "y:3": 8 }, "46:10": { + "id:3": 1050, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 272, - "id:3": 1050, - "sizeY:3": 24 + "y:3": 272 } - }, - "lineID:3": 20, + } + }, + "17:10": { + "lineID:3": 21, + "order:3": 13, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Thaumcraft", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for IndustrialCraft2. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Thaumcraft. \n\nAuthored by NillerMedDild." + "name:8": "IndustrialCraft", + "visibility:8": "NORMAL" } }, - "order:3": 5 - }, - "17:10": { "quests:9": { "0:10": { + "id:3": 315, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 8, - "id:3": 315, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 316, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 40, - "id:3": 316, - "sizeY:3": 24 + "y:3": 40 }, "2:10": { + "id:3": 317, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 8, - "id:3": 317, - "sizeY:3": 24 + "y:3": 8 }, "3:10": { + "id:3": 318, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 224, - "y:3": 8, - "id:3": 318, - "sizeY:3": 24 + "y:3": 8 }, "4:10": { + "id:3": 440, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 168, - "id:3": 440, - "sizeY:3": 24 + "y:3": 168 }, "5:10": { + "id:3": 441, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 40, - "id:3": 441, - "sizeY:3": 24 + "y:3": 40 }, "6:10": { + "id:3": 442, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 40, - "id:3": 442, - "sizeY:3": 24 + "y:3": 40 }, "7:10": { + "id:3": 443, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 72, - "id:3": 443, - "sizeY:3": 24 + "y:3": 72 }, "8:10": { + "id:3": 444, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 104, - "id:3": 444, - "sizeY:3": 24 + "y:3": 104 }, "9:10": { + "id:3": 445, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 136, - "id:3": 445, - "sizeY:3": 24 + "y:3": 136 }, "10:10": { + "id:3": 446, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 168, - "id:3": 446, - "sizeY:3": 24 + "y:3": 168 }, "11:10": { + "id:3": 447, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 40, - "id:3": 447, - "sizeY:3": 24 + "y:3": 40 }, "12:10": { + "id:3": 448, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 72, - "id:3": 448, - "sizeY:3": 24 + "y:3": 72 }, "13:10": { + "id:3": 449, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 104, - "id:3": 449, - "sizeY:3": 24 + "y:3": 104 }, "14:10": { + "id:3": 450, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 136, - "id:3": 450, - "sizeY:3": 24 + "y:3": 136 }, "15:10": { + "id:3": 451, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 72, - "id:3": 451, - "sizeY:3": 24 + "y:3": 72 }, "16:10": { + "id:3": 452, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 104, - "id:3": 452, - "sizeY:3": 24 + "y:3": 104 }, "17:10": { + "id:3": 453, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 136, - "id:3": 453, - "sizeY:3": 24 + "y:3": 136 }, "18:10": { + "id:3": 454, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 168, - "id:3": 454, - "sizeY:3": 24 + "y:3": 168 }, "19:10": { + "id:3": 455, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 168, - "id:3": 455, - "sizeY:3": 24 + "y:3": 168 }, "20:10": { + "id:3": 456, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 136, - "id:3": 456, - "sizeY:3": 24 + "y:3": 136 }, "21:10": { + "id:3": 457, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 168, - "id:3": 457, - "sizeY:3": 24 + "y:3": 168 }, "22:10": { + "id:3": 458, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 200, - "id:3": 458, - "sizeY:3": 24 + "y:3": 200 }, "23:10": { + "id:3": 459, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 40, - "id:3": 459, - "sizeY:3": 24 + "y:3": 40 }, "24:10": { + "id:3": 460, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 72, - "id:3": 460, - "sizeY:3": 24 + "y:3": 72 }, "25:10": { + "id:3": 462, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 40, - "id:3": 462, - "sizeY:3": 24 + "y:3": 40 }, "26:10": { + "id:3": 463, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 72, - "id:3": 463, - "sizeY:3": 24 + "y:3": 72 }, "27:10": { + "id:3": 464, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 104, - "id:3": 464, - "sizeY:3": 24 + "y:3": 104 }, "28:10": { + "id:3": 465, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 136, - "id:3": 465, - "sizeY:3": 24 + "y:3": 136 }, "29:10": { + "id:3": 781, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 40, - "id:3": 781, - "sizeY:3": 24 + "y:3": 40 }, "30:10": { + "id:3": 782, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 72, - "id:3": 782, - "sizeY:3": 24 + "y:3": 72 }, "31:10": { + "id:3": 783, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 200, - "id:3": 783, - "sizeY:3": 24 + "y:3": 200 }, "32:10": { + "id:3": 787, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 8, - "id:3": 787, - "sizeY:3": 24 + "y:3": 8 }, "33:10": { + "id:3": 788, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 104, - "id:3": 788, - "sizeY:3": 24 + "y:3": 104 }, "34:10": { + "id:3": 790, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 200, - "id:3": 790, - "sizeY:3": 24 + "y:3": 200 }, "35:10": { + "id:3": 791, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 200, - "id:3": 791, - "sizeY:3": 24 + "y:3": 200 }, "36:10": { + "id:3": 794, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 200, - "id:3": 794, - "sizeY:3": 24 + "y:3": 200 } - }, - "lineID:3": 21, + } + }, + "18:10": { + "lineID:3": 22, + "order:3": 14, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "IndustrialCraft", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Actually Additions. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for IndustrialCraft2. Authored by NillerMedDild." + "name:8": "Actually Additions", + "visibility:8": "NORMAL" } }, - "order:3": 13 - }, - "18:10": { "quests:9": { "0:10": { + "id:3": 490, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -144, - "y:3": 8, - "id:3": 490, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 491, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -144, - "y:3": 40, - "id:3": 491, - "sizeY:3": 24 + "y:3": 40 }, "2:10": { + "id:3": 492, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 136, - "id:3": 492, - "sizeY:3": 24 + "y:3": 136 }, "3:10": { + "id:3": 493, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 104, - "id:3": 493, - "sizeY:3": 24 + "y:3": 104 }, "4:10": { + "id:3": 494, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 136, - "id:3": 494, - "sizeY:3": 24 + "y:3": 136 }, "5:10": { + "id:3": 495, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -144, - "y:3": 72, - "id:3": 495, - "sizeY:3": 24 + "y:3": 72 }, "6:10": { + "id:3": 496, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 8, - "id:3": 496, - "sizeY:3": 24 + "y:3": 8 }, "7:10": { + "id:3": 497, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 72, - "id:3": 497, - "sizeY:3": 24 + "y:3": 72 }, "8:10": { + "id:3": 498, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 72, - "id:3": 498, - "sizeY:3": 24 + "y:3": 72 }, "9:10": { + "id:3": 499, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 104, - "id:3": 499, - "sizeY:3": 24 + "y:3": 104 }, "10:10": { + "id:3": 500, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 72, - "id:3": 500, - "sizeY:3": 24 + "y:3": 72 }, "11:10": { + "id:3": 501, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 104, - "id:3": 501, - "sizeY:3": 24 + "y:3": 104 }, "12:10": { + "id:3": 671, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -144, - "y:3": 104, - "id:3": 671, - "sizeY:3": 24 + "y:3": 104 }, "13:10": { + "id:3": 672, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 168, - "id:3": 672, - "sizeY:3": 24 + "y:3": 168 }, "14:10": { + "id:3": 673, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 40, - "id:3": 673, - "sizeY:3": 24 + "y:3": 40 }, "15:10": { + "id:3": 676, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 40, - "id:3": 676, - "sizeY:3": 24 + "y:3": 40 }, "16:10": { + "id:3": 677, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 168, - "id:3": 677, - "sizeY:3": 24 + "y:3": 168 }, "17:10": { + "id:3": 678, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 40, - "id:3": 678, - "sizeY:3": 24 + "y:3": 40 }, "18:10": { + "id:3": 679, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 200, - "id:3": 679, - "sizeY:3": 24 + "y:3": 200 }, "19:10": { + "id:3": 680, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -144, - "y:3": 136, - "id:3": 680, - "sizeY:3": 24 + "y:3": 136 }, "20:10": { + "id:3": 681, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 8, - "id:3": 681, - "sizeY:3": 24 + "y:3": 8 }, "21:10": { + "id:3": 682, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 136, - "id:3": 682, - "sizeY:3": 24 + "y:3": 136 }, "22:10": { + "id:3": 683, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -64, - "y:3": 200, - "id:3": 683, - "sizeY:3": 24 + "y:3": 200 }, "23:10": { + "id:3": 689, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -144, - "y:3": 168, - "id:3": 689, - "sizeY:3": 24 + "y:3": 168 }, "24:10": { + "id:3": 690, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -144, - "y:3": 200, - "id:3": 690, - "sizeY:3": 24 + "y:3": 200 }, "25:10": { + "id:3": 691, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 200, - "id:3": 691, - "sizeY:3": 24 + "y:3": 200 } - }, - "lineID:3": 22, + } + }, + "19:10": { + "lineID:3": 23, + "order:3": 15, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Actually Additions", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Industrial Foregoing. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Actually Additions. Authored by NillerMedDild." + "name:8": "Industrial Foregoing", + "visibility:8": "NORMAL" } }, - "order:3": 14 - }, - "19:10": { "quests:9": { "0:10": { + "id:3": 502, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 8, - "id:3": 502, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 503, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 56, - "id:3": 503, - "sizeY:3": 24 + "y:3": 56 }, "2:10": { + "id:3": 504, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 104, - "id:3": 504, - "sizeY:3": 24 + "y:3": 104 }, "3:10": { + "id:3": 505, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 104, - "id:3": 505, - "sizeY:3": 24 + "y:3": 104 }, "4:10": { + "id:3": 506, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 8, - "id:3": 506, - "sizeY:3": 24 + "y:3": 8 }, "5:10": { + "id:3": 507, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 8, - "id:3": 507, - "sizeY:3": 24 + "y:3": 8 }, "6:10": { + "id:3": 508, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 8, - "id:3": 508, - "sizeY:3": 24 + "y:3": 8 }, "7:10": { + "id:3": 509, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 64, - "y:3": 8, - "id:3": 509, - "sizeY:3": 24 + "y:3": 8 }, "8:10": { + "id:3": 510, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 8, - "id:3": 510, - "sizeY:3": 24 + "y:3": 8 }, "9:10": { + "id:3": 511, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 56, - "id:3": 511, - "sizeY:3": 24 + "y:3": 56 }, "10:10": { + "id:3": 512, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 104, - "id:3": 512, - "sizeY:3": 24 + "y:3": 104 }, "11:10": { + "id:3": 513, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -96, - "y:3": 56, - "id:3": 513, - "sizeY:3": 24 + "y:3": 56 }, "12:10": { + "id:3": 514, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -16, - "y:3": 104, - "id:3": 514, - "sizeY:3": 24 + "y:3": 104 }, "13:10": { + "id:3": 515, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 56, - "id:3": 515, - "sizeY:3": 24 + "y:3": 56 }, "14:10": { + "id:3": 516, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 56, - "id:3": 516, - "sizeY:3": 24 + "y:3": 56 }, "15:10": { + "id:3": 517, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 64, - "y:3": 56, - "id:3": 517, - "sizeY:3": 24 + "y:3": 56 }, "16:10": { + "id:3": 518, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 64, - "y:3": 104, - "id:3": 518, - "sizeY:3": 24 + "y:3": 104 } - }, - "lineID:3": 23, + } + }, + "20:10": { + "lineID:3": 24, + "order:3": 16, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Industrial Foregoing", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Thermal Expansion. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Industrial Foregoing. Authored by NillerMedDild." + "name:8": "Thermal Expansion", + "visibility:8": "NORMAL" } }, - "order:3": 15 - }, - "20:10": { "quests:9": { "0:10": { + "id:3": 582, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 24, - "id:3": 582, - "sizeY:3": 24 + "y:3": 24 }, "1:10": { + "id:3": 583, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 24, - "id:3": 583, - "sizeY:3": 24 + "y:3": 24 }, "2:10": { + "id:3": 584, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 24, - "id:3": 584, - "sizeY:3": 24 + "y:3": 24 }, "3:10": { + "id:3": 585, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 272, - "y:3": 24, - "id:3": 585, - "sizeY:3": 24 + "y:3": 24 }, "4:10": { + "id:3": 586, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 24, - "id:3": 586, - "sizeY:3": 24 + "y:3": 24 }, "5:10": { + "id:3": 587, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 248, - "y:3": 96, - "id:3": 587, - "sizeY:3": 24 + "y:3": 96 }, "6:10": { + "id:3": 588, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 224, - "y:3": 24, - "id:3": 588, - "sizeY:3": 24 + "y:3": 24 }, "7:10": { + "id:3": 589, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 320, - "y:3": 24, - "id:3": 589, - "sizeY:3": 24 + "y:3": 24 }, "8:10": { + "id:3": 590, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 344, - "y:3": 24, - "id:3": 590, - "sizeY:3": 24 + "y:3": 24 }, "9:10": { + "id:3": 591, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 72, - "id:3": 591, - "sizeY:3": 24 + "y:3": 72 }, "10:10": { + "id:3": 592, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 96, - "id:3": 592, - "sizeY:3": 24 + "y:3": 96 }, "11:10": { + "id:3": 593, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 120, - "id:3": 593, - "sizeY:3": 24 + "y:3": 120 }, "12:10": { + "id:3": 594, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 144, - "id:3": 594, - "sizeY:3": 24 + "y:3": 144 }, "13:10": { + "id:3": 595, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 168, - "id:3": 595, - "sizeY:3": 24 + "y:3": 168 }, "14:10": { + "id:3": 596, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 48, - "y:3": 192, - "id:3": 596, - "sizeY:3": 24 + "y:3": 192 }, "15:10": { + "id:3": 597, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 368, - "y:3": 24, - "id:3": 597, - "sizeY:3": 24 + "y:3": 24 }, "16:10": { + "id:3": 598, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 248, - "y:3": 24, - "id:3": 598, - "sizeY:3": 24 + "y:3": 24 }, "17:10": { + "id:3": 599, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 224, - "y:3": 96, - "id:3": 599, - "sizeY:3": 24 + "y:3": 96 }, "18:10": { + "id:3": 600, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 96, - "id:3": 600, - "sizeY:3": 24 + "y:3": 96 }, "19:10": { + "id:3": 601, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 96, - "id:3": 601, - "sizeY:3": 24 + "y:3": 96 }, "20:10": { + "id:3": 602, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 120, - "id:3": 602, - "sizeY:3": 24 + "y:3": 120 }, "21:10": { + "id:3": 603, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 224, - "y:3": 120, - "id:3": 603, - "sizeY:3": 24 + "y:3": 120 }, "22:10": { + "id:3": 604, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 120, - "id:3": 604, - "sizeY:3": 24 + "y:3": 120 }, "23:10": { + "id:3": 605, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 64, - "id:3": 605, - "sizeY:3": 24 + "y:3": 64 }, "24:10": { + "id:3": 606, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 64, - "id:3": 606, - "sizeY:3": 24 + "y:3": 64 }, "25:10": { + "id:3": 607, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 152, - "y:3": 120, - "id:3": 607, - "sizeY:3": 24 + "y:3": 120 }, "26:10": { + "id:3": 608, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 224, - "y:3": 64, - "id:3": 608, - "sizeY:3": 24 + "y:3": 64 }, "27:10": { + "id:3": 609, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 144, - "id:3": 609, - "sizeY:3": 24 + "y:3": 144 }, "28:10": { + "id:3": 610, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 192, - "id:3": 610, - "sizeY:3": 24 + "y:3": 192 }, "29:10": { + "id:3": 611, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 16, - "y:3": 96, - "id:3": 611, - "sizeY:3": 24 + "y:3": 96 }, "30:10": { + "id:3": 612, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 128, - "y:3": 144, - "id:3": 612, - "sizeY:3": 24 + "y:3": 144 }, "31:10": { + "id:3": 613, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 168, - "id:3": 613, - "sizeY:3": 24 + "y:3": 168 }, "32:10": { + "id:3": 614, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 120, - "id:3": 614, - "sizeY:3": 24 + "y:3": 120 }, "33:10": { + "id:3": 615, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 16, - "y:3": 72, - "id:3": 615, - "sizeY:3": 24 + "y:3": 72 }, "34:10": { + "id:3": 616, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 16, - "y:3": 48, - "id:3": 616, - "sizeY:3": 24 + "y:3": 48 }, "35:10": { + "id:3": 617, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 96, - "id:3": 617, - "sizeY:3": 24 + "y:3": 96 }, "36:10": { + "id:3": 618, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 72, - "id:3": 618, - "sizeY:3": 24 + "y:3": 72 }, "37:10": { + "id:3": 619, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 248, - "y:3": 64, - "id:3": 619, - "sizeY:3": 24 + "y:3": 64 }, "38:10": { + "id:3": 620, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 272, - "y:3": 64, - "id:3": 620, - "sizeY:3": 24 + "y:3": 64 }, "39:10": { + "id:3": 621, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 96, - "id:3": 621, - "sizeY:3": 24 + "y:3": 96 }, "40:10": { + "id:3": 622, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 64, - "id:3": 622, - "sizeY:3": 24 + "y:3": 64 }, "41:10": { + "id:3": 625, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 248, - "y:3": -8, - "id:3": 625, - "sizeY:3": 24 + "y:3": -8 }, "42:10": { + "id:3": 626, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 152, - "y:3": 144, - "id:3": 626, - "sizeY:3": 24 + "y:3": 144 }, "43:10": { + "id:3": 627, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 144, - "id:3": 627, - "sizeY:3": 24 + "y:3": 144 }, "44:10": { + "id:3": 629, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 320, - "y:3": 64, - "id:3": 629, - "sizeY:3": 24 + "y:3": 64 }, "45:10": { + "id:3": 630, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 144, - "id:3": 630, - "sizeY:3": 24 + "y:3": 144 } - }, - "lineID:3": 24, + } + }, + "21:10": { + "lineID:3": 25, + "order:3": 17, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Thermal Expansion", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Extra Utilities 2. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Thermal Expansion. Authored by NillerMedDild." + "name:8": "Extra Utilities", + "visibility:8": "NORMAL" } }, - "order:3": 16 - }, - "21:10": { "quests:9": { "0:10": { + "id:3": 479, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 8, - "id:3": 479, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 480, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 40, - "id:3": 480, - "sizeY:3": 24 + "y:3": 40 }, "2:10": { + "id:3": 481, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 72, - "id:3": 481, - "sizeY:3": 24 + "y:3": 72 }, "3:10": { + "id:3": 482, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 104, - "id:3": 482, - "sizeY:3": 24 + "y:3": 104 }, "4:10": { + "id:3": 483, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 160, - "y:3": 40, - "id:3": 483, - "sizeY:3": 24 + "y:3": 40 }, "5:10": { + "id:3": 484, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 8, - "id:3": 484, - "sizeY:3": 24 + "y:3": 8 }, "6:10": { + "id:3": 485, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 40, - "id:3": 485, - "sizeY:3": 24 + "y:3": 40 }, "7:10": { + "id:3": 486, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 160, - "y:3": 72, - "id:3": 486, - "sizeY:3": 24 + "y:3": 72 }, "8:10": { + "id:3": 487, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 160, - "y:3": 104, - "id:3": 487, - "sizeY:3": 24 + "y:3": 104 }, "9:10": { + "id:3": 488, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 160, - "y:3": 136, - "id:3": 488, - "sizeY:3": 24 + "y:3": 136 }, "10:10": { + "id:3": 489, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 160, - "y:3": 168, - "id:3": 489, - "sizeY:3": 24 + "y:3": 168 }, "11:10": { + "id:3": 687, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 136, - "id:3": 687, - "sizeY:3": 24 + "y:3": 136 }, "12:10": { + "id:3": 688, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 168, - "id:3": 688, - "sizeY:3": 24 + "y:3": 168 }, "13:10": { + "id:3": 693, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 40, - "id:3": 693, - "sizeY:3": 24 + "y:3": 40 }, "14:10": { + "id:3": 694, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 136, - "id:3": 694, - "sizeY:3": 24 + "y:3": 136 }, "15:10": { + "id:3": 695, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 104, - "id:3": 695, - "sizeY:3": 24 + "y:3": 104 }, "16:10": { + "id:3": 696, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 104, - "id:3": 696, - "sizeY:3": 24 + "y:3": 104 }, "17:10": { + "id:3": 697, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 72, - "id:3": 697, - "sizeY:3": 24 + "y:3": 72 }, "18:10": { + "id:3": 698, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 40, - "id:3": 698, - "sizeY:3": 24 + "y:3": 40 }, "19:10": { + "id:3": 699, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 8, - "id:3": 699, - "sizeY:3": 24 + "y:3": 8 }, "20:10": { + "id:3": 700, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 72, - "id:3": 700, - "sizeY:3": 24 + "y:3": 72 }, "21:10": { + "id:3": 701, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 40, - "id:3": 701, - "sizeY:3": 24 + "y:3": 40 }, "22:10": { + "id:3": 702, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 200, - "y:3": 104, - "id:3": 702, - "sizeY:3": 24 + "y:3": 104 }, "23:10": { + "id:3": 703, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 40, - "y:3": 72, - "id:3": 703, - "sizeY:3": 24 + "y:3": 72 }, "24:10": { + "id:3": 704, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 40, - "id:3": 704, - "sizeY:3": 24 + "y:3": 40 }, "25:10": { + "id:3": 705, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 104, - "id:3": 705, - "sizeY:3": 24 + "y:3": 104 }, "26:10": { + "id:3": 706, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 136, - "id:3": 706, - "sizeY:3": 24 + "y:3": 136 }, "27:10": { + "id:3": 707, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 168, - "id:3": 707, - "sizeY:3": 24 + "y:3": 168 }, "28:10": { + "id:3": 708, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 200, - "id:3": 708, - "sizeY:3": 24 + "y:3": 200 }, "29:10": { + "id:3": 709, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 40, - "id:3": 709, - "sizeY:3": 24 + "y:3": 40 }, "30:10": { + "id:3": 710, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 40, - "id:3": 710, - "sizeY:3": 24 + "y:3": 40 }, "31:10": { + "id:3": 711, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 40, - "id:3": 711, - "sizeY:3": 24 + "y:3": 40 }, "32:10": { + "id:3": 712, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 72, - "id:3": 712, - "sizeY:3": 24 + "y:3": 72 }, "33:10": { + "id:3": 713, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 72, - "id:3": 713, - "sizeY:3": 24 + "y:3": 72 }, "34:10": { + "id:3": 714, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 72, - "id:3": 714, - "sizeY:3": 24 + "y:3": 72 }, "35:10": { + "id:3": 715, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 72, - "id:3": 715, - "sizeY:3": 24 + "y:3": 72 }, "36:10": { + "id:3": 716, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 104, - "id:3": 716, - "sizeY:3": 24 + "y:3": 104 }, "37:10": { + "id:3": 717, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 104, - "id:3": 717, - "sizeY:3": 24 + "y:3": 104 }, "38:10": { + "id:3": 718, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 104, - "id:3": 718, - "sizeY:3": 24 + "y:3": 104 }, "39:10": { + "id:3": 719, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 104, - "id:3": 719, - "sizeY:3": 24 + "y:3": 104 }, "40:10": { + "id:3": 720, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 232, - "y:3": 136, - "id:3": 720, - "sizeY:3": 24 + "y:3": 136 }, "41:10": { + "id:3": 721, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 264, - "y:3": 136, - "id:3": 721, - "sizeY:3": 24 + "y:3": 136 }, "42:10": { + "id:3": 722, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 296, - "y:3": 136, - "id:3": 722, - "sizeY:3": 24 + "y:3": 136 }, "43:10": { + "id:3": 723, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 328, - "y:3": 136, - "id:3": 723, - "sizeY:3": 24 + "y:3": 136 }, "44:10": { + "id:3": 724, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 136, - "id:3": 724, - "sizeY:3": 24 + "y:3": 136 }, "45:10": { + "id:3": 725, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 168, - "id:3": 725, - "sizeY:3": 24 + "y:3": 168 }, "46:10": { + "id:3": 726, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 280, - "y:3": 168, - "id:3": 726, - "sizeY:3": 24 + "y:3": 168 }, "47:10": { + "id:3": 964, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 0, - "y:3": 72, - "id:3": 964, - "sizeY:3": 24 + "y:3": 72 } - }, - "lineID:3": 25, + } + }, + "22:10": { + "lineID:3": 26, + "order:3": 18, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Extra Utilities", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for RFTools. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Extra Utilities 2. Authored by NillerMedDild." + "name:8": "RFTools", + "visibility:8": "NORMAL" } }, - "order:3": 17 - }, - "22:10": { "quests:9": { "0:10": { + "id:3": 225, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 8, - "id:3": 225, - "sizeY:3": 24 + "y:3": 8 }, "1:10": { + "id:3": 624, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -72, - "y:3": 112, - "id:3": 624, - "sizeY:3": 24 + "y:3": 112 }, "2:10": { + "id:3": 628, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 152, - "y:3": 88, - "id:3": 628, - "sizeY:3": 24 + "y:3": 88 }, "3:10": { + "id:3": 631, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 104, - "y:3": 72, - "id:3": 631, - "sizeY:3": 24 + "y:3": 72 }, "4:10": { + "id:3": 632, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -8, - "y:3": 88, - "id:3": 632, - "sizeY:3": 24 + "y:3": 88 }, "5:10": { + "id:3": 633, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -40, - "y:3": 104, - "id:3": 633, - "sizeY:3": 24 + "y:3": 104 }, "6:10": { + "id:3": 634, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 56, - "y:3": 56, - "id:3": 634, - "sizeY:3": 24 + "y:3": 56 }, "7:10": { + "id:3": 635, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -104, - "y:3": 120, - "id:3": 635, - "sizeY:3": 24 + "y:3": 120 }, "8:10": { + "id:3": 636, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 88, - "y:3": 40, - "id:3": 636, - "sizeY:3": 24 + "y:3": 40 }, "9:10": { + "id:3": 637, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 24, - "id:3": 637, - "sizeY:3": 24 + "y:3": 24 }, "10:10": { + "id:3": 638, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 24, - "y:3": 72, - "id:3": 638, - "sizeY:3": 24 + "y:3": 72 }, "11:10": { + "id:3": 639, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 120, - "y:3": 104, - "id:3": 639, - "sizeY:3": 24 + "y:3": 104 }, "12:10": { + "id:3": 640, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -56, - "y:3": 144, - "id:3": 640, - "sizeY:3": 24 + "y:3": 144 }, "13:10": { + "id:3": 641, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -40, - "y:3": 176, - "id:3": 641, - "sizeY:3": 24 + "y:3": 176 }, "14:10": { + "id:3": 642, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -24, - "y:3": 136, - "id:3": 642, - "sizeY:3": 24 + "y:3": 136 }, "15:10": { + "id:3": 644, "sizeX:3": 24, + "sizeY:3": 24, "x:3": -8, - "y:3": 168, - "id:3": 644, - "sizeY:3": 24 + "y:3": 168 }, "16:10": { + "id:3": 645, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 136, - "id:3": 645, - "sizeY:3": 24 + "y:3": 136 }, "17:10": { + "id:3": 646, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 136, - "y:3": 56, - "id:3": 646, - "sizeY:3": 24 + "y:3": 56 } - }, - "lineID:3": 26, + } + }, + "23:10": { + "lineID:3": 27, + "order:3": 20, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "RFTools", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for NuclearCraft. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for RFTools. Authored by NillerMedDild." + "name:8": "NuclearCraft", + "visibility:8": "NORMAL" } }, - "order:3": 18 - }, - "23:10": { "quests:9": { "0:10": { + "id:3": 820, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 168, - "id:3": 820, - "sizeY:3": 24 + "y:3": 168 }, "1:10": { + "id:3": 833, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 104, - "id:3": 833, - "sizeY:3": 24 + "y:3": 104 }, "2:10": { + "id:3": 834, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 232, - "id:3": 834, - "sizeY:3": 24 + "y:3": 232 }, "3:10": { + "id:3": 868, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 168, - "id:3": 868, - "sizeY:3": 24 + "y:3": 168 }, "4:10": { + "id:3": 869, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 312, - "id:3": 869, - "sizeY:3": 24 + "y:3": 312 }, "5:10": { + "id:3": 870, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 200, - "id:3": 870, - "sizeY:3": 24 + "y:3": 200 }, "6:10": { + "id:3": 871, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 168, - "id:3": 871, - "sizeY:3": 24 + "y:3": 168 }, "7:10": { + "id:3": 872, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 16, - "y:3": 200, - "id:3": 872, - "sizeY:3": 24 + "y:3": 200 }, "8:10": { + "id:3": 873, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 56, - "y:3": 264, - "id:3": 873, - "sizeY:3": 24 + "y:3": 264 }, "9:10": { + "id:3": 874, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 72, - "id:3": 874, - "sizeY:3": 24 + "y:3": 72 }, "10:10": { + "id:3": 875, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 32, - "y:3": 232, - "id:3": 875, - "sizeY:3": 24 + "y:3": 232 }, "11:10": { + "id:3": 876, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 8, - "y:3": 168, - "id:3": 876, - "sizeY:3": 24 + "y:3": 168 }, "12:10": { + "id:3": 877, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 24, - "id:3": 877, - "sizeY:3": 24 + "y:3": 24 }, "13:10": { + "id:3": 878, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 144, - "y:3": 8, - "id:3": 878, - "sizeY:3": 24 + "y:3": 8 }, "14:10": { + "id:3": 879, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 0, - "id:3": 879, - "sizeY:3": 24 + "y:3": 0 }, "15:10": { + "id:3": 880, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 104, - "id:3": 880, - "sizeY:3": 24 + "y:3": 104 }, "16:10": { + "id:3": 881, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 16, - "y:3": 136, - "id:3": 881, - "sizeY:3": 24 + "y:3": 136 }, "17:10": { + "id:3": 882, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 56, - "y:3": 72, - "id:3": 882, - "sizeY:3": 24 + "y:3": 72 }, "18:10": { + "id:3": 883, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 48, - "id:3": 883, - "sizeY:3": 24 + "y:3": 48 }, "19:10": { + "id:3": 884, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 24, - "id:3": 884, - "sizeY:3": 24 + "y:3": 24 }, "20:10": { + "id:3": 885, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 32, - "y:3": 104, - "id:3": 885, - "sizeY:3": 24 + "y:3": 104 }, "21:10": { + "id:3": 886, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 240, - "y:3": 104, - "id:3": 886, - "sizeY:3": 24 + "y:3": 104 }, "22:10": { + "id:3": 887, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 8, - "id:3": 887, - "sizeY:3": 24 + "y:3": 8 }, "23:10": { + "id:3": 888, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 112, - "y:3": 312, - "id:3": 888, - "sizeY:3": 24 + "y:3": 312 }, "24:10": { + "id:3": 889, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 336, - "y:3": 136, - "id:3": 889, - "sizeY:3": 24 + "y:3": 136 }, "25:10": { + "id:3": 890, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 176, - "y:3": 336, - "id:3": 890, - "sizeY:3": 24 + "y:3": 336 }, "26:10": { + "id:3": 891, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 208, - "y:3": 72, - "id:3": 891, - "sizeY:3": 24 + "y:3": 72 } - }, - "lineID:3": 27, + } + }, + "24:10": { + "lineID:3": 28, + "order:3": 22, "properties:10": { "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "NuclearCraft", + "bg_image:8": "", + "bg_size:3": 256, + "desc:8": "Quests for Environmental Tech. Authored by NillerMedDild.", "icon:10": { - "id:8": "minecraft:book", "Count:3": 1, "Damage:2": 0, - "OreDict:8": "" + "OreDict:8": "", + "id:8": "minecraft:book" }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for NuclearCraft. Authored by NillerMedDild." + "name:8": "Environmental Tech", + "visibility:8": "NORMAL" } }, - "order:3": 20 - }, - "24:10": { "quests:9": { "0:10": { + "id:3": 727, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 150, - "y:3": 72, - "id:3": 727, - "sizeY:3": 24 + "y:3": 72 }, "1:10": { + "id:3": 832, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 80, - "y:3": 0, - "id:3": 832, - "sizeY:3": 24 + "y:3": 0 }, "2:10": { + "id:3": 835, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 150, - "y:3": 36, - "id:3": 835, - "sizeY:3": 24 + "y:3": 36 }, "3:10": { + "id:3": 838, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 150, - "y:3": 108, - "id:3": 838, - "sizeY:3": 24 + "y:3": 108 }, "4:10": { + "id:3": 839, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 150, - "y:3": 144, - "id:3": 839, - "sizeY:3": 24 + "y:3": 144 }, "5:10": { + "id:3": 840, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 150, - "y:3": 180, - "id:3": 840, - "sizeY:3": 24 + "y:3": 180 }, "6:10": { + "id:3": 841, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 150, - "y:3": 216, - "id:3": 841, - "sizeY:3": 24 + "y:3": 216 }, "7:10": { + "id:3": 842, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 114, - "y:3": 72, - "id:3": 842, - "sizeY:3": 24 + "y:3": 72 }, "8:10": { + "id:3": 843, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 78, - "y:3": 72, - "id:3": 843, - "sizeY:3": 24 + "y:3": 72 }, "9:10": { + "id:3": 844, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 186, - "y:3": 36, - "id:3": 844, - "sizeY:3": 24 + "y:3": 36 }, "10:10": { + "id:3": 845, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 222, - "y:3": 36, - "id:3": 845, - "sizeY:3": 24 + "y:3": 36 }, "11:10": { + "id:3": 846, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 78, - "y:3": 108, - "id:3": 846, - "sizeY:3": 24 + "y:3": 108 }, "12:10": { + "id:3": 847, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 78, - "y:3": 144, - "id:3": 847, - "sizeY:3": 24 + "y:3": 144 }, "13:10": { + "id:3": 848, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 78, - "y:3": 180, - "id:3": 848, - "sizeY:3": 24 + "y:3": 180 }, "14:10": { + "id:3": 849, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 78, - "y:3": 216, - "id:3": 849, - "sizeY:3": 24 + "y:3": 216 }, "15:10": { + "id:3": 850, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 114, - "y:3": 252, - "id:3": 850, - "sizeY:3": 24 + "y:3": 252 }, "16:10": { + "id:3": 851, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 114, - "y:3": 108, - "id:3": 851, - "sizeY:3": 24 + "y:3": 108 }, "17:10": { + "id:3": 852, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 114, - "y:3": 144, - "id:3": 852, - "sizeY:3": 24 + "y:3": 144 }, "18:10": { + "id:3": 853, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 114, - "y:3": 180, - "id:3": 853, - "sizeY:3": 24 + "y:3": 180 }, "19:10": { + "id:3": 854, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 114, - "y:3": 216, - "id:3": 854, - "sizeY:3": 24 + "y:3": 216 }, "20:10": { + "id:3": 855, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 186, - "y:3": 72, - "id:3": 855, - "sizeY:3": 24 + "y:3": 72 }, "21:10": { + "id:3": 856, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 186, - "y:3": 108, - "id:3": 856, - "sizeY:3": 24 + "y:3": 108 }, "22:10": { + "id:3": 857, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 186, - "y:3": 144, - "id:3": 857, - "sizeY:3": 24 + "y:3": 144 }, "23:10": { + "id:3": 858, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 186, - "y:3": 180, - "id:3": 858, - "sizeY:3": 24 + "y:3": 180 }, "24:10": { + "id:3": 859, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 186, - "y:3": 216, - "id:3": 859, - "sizeY:3": 24 + "y:3": 216 }, "25:10": { + "id:3": 860, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 222, - "y:3": 72, - "id:3": 860, - "sizeY:3": 24 + "y:3": 72 }, "26:10": { + "id:3": 861, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 222, - "y:3": 108, - "id:3": 861, - "sizeY:3": 24 + "y:3": 108 }, "27:10": { + "id:3": 862, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 222, - "y:3": 144, - "id:3": 862, - "sizeY:3": 24 + "y:3": 144 }, "28:10": { + "id:3": 863, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 222, - "y:3": 180, - "id:3": 863, - "sizeY:3": 24 + "y:3": 180 }, "29:10": { + "id:3": 864, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 222, - "y:3": 216, - "id:3": 864, - "sizeY:3": 24 + "y:3": 216 }, "30:10": { + "id:3": 865, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 90, - "y:3": 36, - "id:3": 865, - "sizeY:3": 24 + "y:3": 36 }, "31:10": { + "id:3": 866, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 222, - "y:3": 0, - "id:3": 866, - "sizeY:3": 24 + "y:3": 0 }, "32:10": { + "id:3": 867, "sizeX:3": 24, + "sizeY:3": 24, "x:3": 66, - "y:3": 36, - "id:3": 867, - "sizeY:3": 24 - } - }, - "lineID:3": 28, - "properties:10": { - "betterquesting:10": { - "visibility:8": "NORMAL", - "name:8": "Environmental Tech", - "icon:10": { - "id:8": "minecraft:book", - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "" - }, - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "Quests for Environmental Tech. Authored by NillerMedDild." + "y:3": 36 } - }, - "order:3": 22 + } } }, "questSettings:10": { "betterquesting:10": { - "pack_name:8": "Enigmatica 2 Tweaked", - "hardcore:1": 0, + "editMode:8": "true", "editmode:1": 0, - "livesMax:4": 10, - "livesdef:3": 3, + "hardcore:1": 0, + "home_anchor_x:5": 0.5, "home_anchor_y:5": 0.0, + "home_image:8": "betterquesting:textures/gui/default_title.png", + "home_offset_x:3": -128, + "home_offset_y:3": 0, "livesDef:4": 3, - "home_anchor_x:5": 0.5, + "livesMax:4": 10, + "livesdef:3": 3, "livesmax:3": 10, - "home_image:8": "betterquesting:textures/gui/default_title.png", - "party_enable:1": 1, - "editMode:8": "true", + "pack_name:8": "Enigmatica 2 Tweaked", "pack_version:3": 1, - "home_offset_x:3": -128, - "home_offset_y:3": 0 + "party_enable:1": 1 } } } \ No newline at end of file diff --git a/config/chiselsandbits.cfg b/config/chiselsandbits.cfg index 623e705..c7bde0e 100644 --- a/config/chiselsandbits.cfg +++ b/config/chiselsandbits.cfg @@ -249,6 +249,10 @@ crafting { B:forestry.core.blocks.BlockAshBrick=true B:forestry.core.blocks.BlockResourceOre=true B:forestry.core.blocks.BlockResourceStorage=true + B:git.jbredwards.subaquatic.mod.common.block.BlockCarvablePumpkin=true + B:git.jbredwards.subaquatic.mod.common.block.BlockFroglight=true + B:git.jbredwards.subaquatic.mod.common.block.BlockMud=true + B:git.jbredwards.subaquatic.mod.common.block.BlockRootedDirt=true B:hellfirepvp.astralsorcery.common.block.BlockBlackMarble=true B:hellfirepvp.astralsorcery.common.block.BlockCustomOre=true B:hellfirepvp.astralsorcery.common.block.BlockCustomSandOre=true @@ -367,6 +371,7 @@ crafting { B:net.minecraft.block.BlockWorkbench=true B:net.ndrei.villagermarket.VillagerMarketBlock=true B:net.shadowmage.ancientwarfare.structure.block.BlockTotemCube=true + B:noobanidus.mods.lootr.block.TrophyBlock=true B:openblocks.common.block.BlockElevator=true B:openblocks.common.block.BlockSponge=true B:"org.cyclops.integrateddynamics.block.BlockCrystalizedChorusBlockConfig$1"=true @@ -540,6 +545,8 @@ crafting { B:vazkii.quark.world.block.BlockMarble=true B:vazkii.quark.world.block.BlockSlate=true B:vswe.stevescarts.blocks.BlockMetalStorage=true + B:xyz.phanta.tconevo.block.BlockEarthMaterial=true + B:xyz.phanta.tconevo.block.BlockMetal=true B:xyz.vsngamer.elevator.blocks.BlockElevator=true B:zmaster587.advancedRocketry.block.BlockCharcoalLog=true B:zmaster587.advancedRocketry.block.BlockIntake=true diff --git a/config/chiselsandbits_clipboard.cfg b/config/chiselsandbits_clipboard.cfg index e69de29..e251081 100644 --- a/config/chiselsandbits_clipboard.cfg +++ b/config/chiselsandbits_clipboard.cfg @@ -0,0 +1,169 @@ +# Configuration file + +clipboard { + I:0 < + 10 + 0 + 0 + 10 + 0 + 14 + 66 + 108 + 111 + 99 + 107 + 69 + 110 + 116 + 105 + 116 + 121 + 84 + 97 + 103 + 8 + 0 + 1 + 98 + 0 + 31 + 97 + 112 + 112 + 108 + 105 + 101 + 100 + 101 + 110 + 101 + 114 + 103 + 105 + 115 + 116 + 105 + 99 + 115 + 50 + 37 + 51 + 65 + 116 + 105 + 110 + 121 + 95 + 116 + 110 + 116 + 63 + 3 + 0 + 1 + 115 + 0 + 0 + 0 + 63 + 1 + 0 + 2 + 110 + 99 + 0 + 7 + 0 + 1 + 88 + 0 + 0 + 0 + 71 + 120 + -38 + 99 + 98 + 18 + -56 + -51 + -52 + 75 + 77 + 46 + 74 + 76 + 43 + 81 + 53 + 118 + 76 + -52 + 44 + -78 + 103 + -112 + 79 + 44 + 40 + -56 + -55 + 76 + 77 + 73 + -51 + 75 + 45 + 74 + -49 + 44 + 46 + -55 + 76 + 46 + 54 + 2 + -54 + -107 + 100 + -26 + 85 + -58 + -105 + -28 + -107 + -40 + 51 + 48 + 52 + -80 + -4 + 31 + 5 + 112 + -16 + 111 + 4 + -6 + 25 + 0 + 53 + 58 + 16 + -92 + 3 + 0 + 2 + 108 + 118 + 0 + 0 + 0 + 0 + 0 + 0 + > +} + + diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt index b5d70df..b0a416d 100644 --- a/config/defaultoptions/keybindings.txt +++ b/config/defaultoptions/keybindings.txt @@ -45,9 +45,6 @@ key_roots.keybinds.quiver:0:NONE key_roots.keybinds.spell_library:0:NONE key_roots.keybinds.cycle:0:NONE key_roots.keybinds.delete_spell:0:NONE -key_quark.keybind.lockBuilding:37:NONE -key_quark.keybind.toggleAutojump:0:NONE -key_quark.keybind.dropoff:0:NONE key_quark.emote.no:0:NONE key_quark.emote.yes:0:NONE key_quark.emote.wave:0:NONE @@ -66,6 +63,9 @@ key_quark.emote.dab:0:NONE key_quark.emote.jet:0:NONE key_quark.emote.exorcist:0:NONE key_quark.emote.zombie:0:NONE +key_quark.keybind.toggleAutojump:0:NONE +key_quark.keybind.lockBuilding:37:NONE +key_quark.keybind.dropoff:0:NONE key_bloodmagic.keybind.open_holding:0:NONE key_bloodmagic.keybind.cycle_holding_pos:13:SHIFT key_bloodmagic.keybind.cycle_holding_neg:12:SHIFT @@ -232,6 +232,7 @@ key_keybinding.extrabitmanipulation.bitmapping:19:NONE key_keybinding.extrabitmanipulation.shift:0:NONE key_keybinding.extrabitmanipulation.control:0:NONE key_keybinding.extrabitmanipulation.alt:45:NONE +key_key.ae2fc.open_wireless_fluid_pattern_terminal.desc:0:NONE key_FpsReducer.key.guiOpen:207:NONE key_FpsReducer.key.forceIdle:197:NONE key_key.integrateddynamics.logic_programmer_focus_search:33:ALT @@ -264,6 +265,7 @@ key_key.plustic_mots.desc:13:ALT key_pi.key.open_pi:23:NONE key_pi.key.et_gui:23:NONE key_pi.key.et_world:23:CONTROL +key_keybind.universaltweaks.clear_toasts:11:CONTROL key_Toggle Jetpack:45:NONE key_Open Rocket GUI:0:NONE key_Toggle RCS:0:NONE @@ -288,7 +290,6 @@ key_key.journeymap.fullscreen.south:208:NONE key_key.journeymap.fullscreen.east:205:NONE key_key.journeymap.fullscreen.west:203:NONE key_key.control:29:NONE -key_Profile GUI:210:NONE key_enderio.keybind.inventory:23:NONE key_enderio.keybind.dsu:0:NONE key_enderio.keybind.glidertoggle:34:NONE diff --git a/config/defaultoptions/options.txt b/config/defaultoptions/options.txt index e458068..a1d3517 100644 --- a/config/defaultoptions/options.txt +++ b/config/defaultoptions/options.txt @@ -62,10 +62,3 @@ soundCategory_neutral:1.0 soundCategory_player:1.0 soundCategory_ambient:0.0 soundCategory_voice:1.0 -modelPart_cape:true -modelPart_jacket:true -modelPart_left_sleeve:true -modelPart_right_sleeve:true -modelPart_left_pants_leg:true -modelPart_right_pants_leg:true -modelPart_hat:true diff --git a/config/defaultoptions/optionsof.txt b/config/defaultoptions/optionsof.txt index 745d1ca..a8817c4 100644 --- a/config/defaultoptions/optionsof.txt +++ b/config/defaultoptions/optionsof.txt @@ -28,7 +28,7 @@ ofAnimatedTerrain:true ofAnimatedTextures:true ofRainSplash:true ofLagometer:false -ofShowFps:false +ofShowFps:true ofAutoSaveTicks:900 ofBetterGrass:2 ofConnectedTextures:2 @@ -58,7 +58,7 @@ ofEmissiveTextures:true ofLazyChunkLoading:true ofRenderRegions:false ofSmartAnimations:true -ofDynamicFov:true +ofDynamicFov:false ofAlternateBlocks:true ofDynamicLights:2 ofScreenshotSize:1 diff --git a/config/enderio/enderio.cfg b/config/enderio/enderio.cfg index 985db0a..9a52f9a 100644 --- a/config/enderio/enderio.cfg +++ b/config/enderio/enderio.cfg @@ -277,6 +277,7 @@ diagnostics { # Experimental: When enabled, this will chunkload the involved chunks of a (potential) long-range teleport for 5 seconds. This is intended to prevent the server from losing track of the player. Symptoms would be the player being invisible to other players, not being able to interact with pressure plates, or being stuck in beds. [default: true] B:experimentalChunkLoadTeleport=true + S:optifineConfirmed=1525206046 # Should TEs protected their maximum energy input against multiple inserts? [default: SOFT] S:protectAgainstEnergyOverflow=SOFT @@ -1191,7 +1192,7 @@ items { # Should making Infinity Powder be allowed in all dimensions? If not, it'll only work in the worlds configured in enableInDimensions. (synced from server) [default: false] B:enableInAllDimensions=true - # In which dimensions (numeric IDs) should Infinity Powder making be allowed? This is ignored if enableInAllDimensions is enabled. (synced from server) [range: -2147483648 ~ 2147483647, default: [I@5918fec5] + # In which dimensions (numeric IDs) should Infinity Powder making be allowed? This is ignored if enableInAllDimensions is enabled. (synced from server) [range: -2147483648 ~ 2147483647, default: [I@2e2d5625] I:enableInDimensions < 0 > diff --git a/config/entityculling.cfg b/config/entityculling.cfg index 6780d0d..8887abc 100644 --- a/config/entityculling.cfg +++ b/config/entityculling.cfg @@ -43,6 +43,7 @@ general { B:alwaysRenderEntitiesWithName=true B:alwaysRenderPlayers=true B:alwaysRenderViewEntity=true + B:ignoreEndCrystalsWithBeam=true # Skip rendering of entities that are not visible (hidden behind blocks). This might cause issues where an entity is partly behind a block and thus does not get rendered but it's usually not really noticable. B:skipHiddenEntityRendering=true diff --git a/config/ichunutil.cfg b/config/ichunutil.cfg index c775598..b562552 100644 --- a/config/ichunutil.cfg +++ b/config/ichunutil.cfg @@ -70,7 +70,7 @@ module { I:versionNotificationTypes=0 # Don't change this. - I:versionSave=22 + I:versionSave=10 } } diff --git a/config/jei/jei.cfg b/config/jei/jei.cfg index e04d632..ad99075 100644 --- a/config/jei/jei.cfg +++ b/config/jei/jei.cfg @@ -9,7 +9,7 @@ ########################################################################################################## advanced { - # When true, adds new bookmarks to the front of the bookmark list. When false, adds new bookmarks to the end of the bookmark list. [default: false] + # When true, adds new bookmarks to the front of the bookmark list. When false, adds new bookmarks to the end of the bookmark list. [default: true] B:addBookmarksToFront=false # Move the JEI search bar to the bottom center of the screen. [default: false] diff --git a/config/lootr.cfg b/config/lootr.cfg new file mode 100644 index 0000000..f879299 --- /dev/null +++ b/config/lootr.cfg @@ -0,0 +1,108 @@ +# Configuration file + +general { + # a list of additional chests that should/should not be converted [in the format of modid:name, must be a tile entity instance of TileEntityLockableLoot] + S:ADDITIONAL_CHESTS < + minecraft:dispenser + > + + # a list of additional trapped chests that should/should not be converted [in the format of modid:name, must be a tile entity instanceof TileEntityLockableLoot] + S:ADDITIONAL_TRAPPED_CHESTS < + > + + # when true, Lootr chests cannot be destroyed by any explosion + B:BLAST_IMMUNE=false + + # when true, Lootr chests cannot be destroyed by creeper or TNT explosions + B:BLAST_RESISTANT=false + + # Whether or not ADDITIONAL_CHESTS and ADDITIONAL_TRAPPED_CHESTS are blacklists instead of whitelists + B:CONVERT_ALL_LOOTABLES_EXCEPT_BELOW=true + + # whether or not mineshaft chest minecarts should be converted to standard loot chests + B:CONVERT_MINESHAFTS=true + + # when true, any worldgen chests, etc. that do not have a loot table but aren't empty will be converted. This can help with legacy mods that don't use loot tables + B:CONVERT_WORLDGEN_INVENTORIES=false + + # overriding decay_loot_tables, decay_modids and decay_dimensions: all chests will decay after being opened for the first time + B:DECAY_ALL=false + + # list of dimensions where loot chests should automatically decay [default: blank, e.g., minecraft:overworld] + I:DECAY_DIMENSIONS < + > + + # list of loot tables which will decay [default blank, meaning no chests decay, in the format of 'modid:loot_table'] + S:DECAY_LOOT_TABLES < + > + + # list of mod IDs whose loot tables will decay [default blank, meaning no chests decay, in the format of 'modid', 'modid'] + S:DECAY_MODIDS < + > + + # how long (in ticks) a decaying loot containers should take to decay [default 5 minutes = 5 * 60 * 20] + # Min: 0 + # Max: 2147483647 + I:DECAY_VALUE=6000 + + # list of dimensions that loot chests should not be replaced in [default: blank, allowing all dimensions, format e.g., 0] + I:DIMENSION_BLACKLIST < + > + + # list of dimensions (to the exclusion of all others) that loot chest should be replaced in [default: blank, allowing all dimensions, format e.g., 0 + I:DIMENSION_WHITELIST < + > + + # prevent the destruction of Lootr chests except while sneaking in creative mode + B:DISABLE_BREAK=false + + # prevent notifications of decaying or refreshed chests + B:DISABLE_NOTIFICATIONS=false + + # allows fake players to destroy Lootr chests without having to sneak, overrides the `disable_break` option for fake players + B:ENABLE_FAKE_PLAYER_BREAK=false + + # list of modids which shouldn't be converted [in the format of modid] + S:LOOT_MODID_BLACKLIST < + > + + # list of loot tables which shouldn't be converted [in the format of modid:loot_table] + S:LOOT_TABLE_BLACKLIST < + > + + # maximum time (in ticks) remaining on a chest before a notification for refreshing or decaying is sent to a player (default 30 seconds, -1 for no delay) + # Min: -1 + # Max: 2147483647 + I:NOTIFICATION_DELAY=600 + + # determine whether or not loot generated is the same for all players using the provided seed, or randomised per player + B:RANDOMISE_SEED=true + + # overriding refresh_loot_tables, refresh_modids and refresh_dimensions: all chests will refresh after being opened for the first time + B:REFRESH_ALL=false + + # list of dimensions where loot chests should automatically refresh [default: blank, e.g., 0] + I:REFRESH_DIMENSIONS < + > + + # list of loot tables which will refresh [default blank, meaning no chests refresh, in the format of 'modid:loot_table'] + S:REFRESH_LOOT_TABLES < + > + + # list of mod IDs whose loot tables will refresh [default blank, meaning no chests refresh, in the format of 'modid', 'modid'] + S:REFRESH_MODIDS < + > + + # how long (in ticks) before the contents of a loot container will be refreshed [default 20 minutes = 20 * 60 * 20] + # Min: 0 + # Max: 2147483647 + I:REFRESH_VALUE=24000 + + # set to true to use vanilla textures instead of Lootr special textures. Note: this will prevent previously opened chests from rendering differently + B:VANILLA_TEXTURES=false + + # when true, Lootr chests will output a comparator value of 0 instead of 1 + B:ZERO_COMPARATOR=false +} + + diff --git a/config/mctimmersivetechnology.cfg b/config/mctimmersivetechnology.cfg index c5f6127..25774c3 100644 --- a/config/mctimmersivetechnology.cfg +++ b/config/mctimmersivetechnology.cfg @@ -5,36 +5,27 @@ general { machines { multiblock { + # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Advanced Coke Oven Multiblock structure and Preheater be built ? [Default=true] B:enable_advancedCokeOven=true # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Boiler Multiblock structure be built ? [Default=true] B:enable_boiler=true - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Cooling Tower Multiblock structures be built ? [Default=true] + # **WARING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Cooling Tower Multiblock structures be built ? [Default=true] B:enable_coolingTower=true # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Distiller Multiblock structure be built ? [Default=true] B:enable_distiller=true - - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Electrolytic Crucible Battery Multiblock structures be built ? [Default=false] B:enable_electrolyticCrucibleBattery=true - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Gas Turbine Multiblock structures be built ? [Default=true] + # **WARING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Gas Turbine Multiblock structures be built ? [Default=true] B:enable_gasTurbine=true - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Heat Exchanger Multiblock structures be built ? [Default=true] + # **WARING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Heat Exchanger Multiblock structures be built ? [Default=true] B:enable_heatExchanger=true - - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the High Pressure Steam Turbine Multiblock structures be built ? [Default=false] B:enable_highPressureSteamTurbine=false - - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Melting Crucible Multiblock structures be built ? [Default=false] B:enable_meltingCrucible=true - - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Radiator Multiblock structures be built ? [Default=true] B:enable_radiator=true - - # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Solar Melter Multiblock structures be built ? [Default=false] B:enable_solarMelter=true # **WARNING** disable this before you load a new world or break the multiblocks before you do this!!! Can the Solar Tower / Solar Reflector Multiblock structures be built ? [Default=true] @@ -53,8 +44,6 @@ general { # Should default Distiller recipes be registered ? [Default=true] B:register_distiller_recipes=true - - # Should default Electrolytic Crucible Battery recipes be registered ? [Default=false] B:register_electrolyticCrucibleBattery_recipes=true # Should default Gas Turbine recipes be registered ? [Default=true] @@ -62,14 +51,8 @@ general { # Should default Heat Exchanger recipes be registered ? [Default=true] B:register_heat_exchanger_recipes=true - - # Should default High Pressure Steam Turbine recipes be registered ? [Default=false] B:register_highPressureSteamTurbine_recipes=false - - # Should default Melting Crucible recipes be registered ? [Default=false] B:register_meltingCrucible_recipes=true - - # Should default Radiator recipes be registered ? [Default=true] B:register_radiator_recipes=true # Should default Solar Tower recipes be registered ? [Default=true] @@ -85,14 +68,10 @@ general { # Energy production when running at maximum speed and torque [Default=12288] I:alternator_energy_perTick=12288 - - # Alternator generation exponent [Default=2.0] D:alternator_exponent=2.0 # Alternator sound based RPM or Capacity [Default=true] B:alternator_sound_RPM=true - - # Alternator generation threshold (fraction of speed below which it will not produce power, to emulate grid syncing) [Default=0.0] D:alternator_threshold=0.0 } @@ -117,13 +96,21 @@ general { } advancedcokeoven { + # This value gets added per preheater, to the speed of the Advanced Coke Oven [Default=1] D:advancedCokeOven_preheater_speed_increase=1.0 + + # The speed of the Advanced Coke Oven gets multiplied by this value per preheater [Default=1] D:advancedCokeOven_preheater_speed_multiplier=1.0 + + # How fast the Advanced Coke Oven (with no preheaters) is when compared to the basic Coke Oven. A value of 1 means same speed. [Default=1] D:advancedCokeOven_speed_base=1.0 + + # The capacity of the tank for the Advanced Coke Oven [Default=24000] I:advancedCokeOven_tankSize=24000 } cokeovenpreheater { + # The energy per tick the Coke Oven Preheater consumes while processing [Default=32] I:cokeOvenPreheater_energy_consumption=32 } @@ -145,20 +132,19 @@ general { } solarreflector { - # The maximum distance between the Solar Reflectors and the Solar Tower **WARNING** The tower's ability to produce steam will be severely hampered if this number is small!!! [Default=48] + # The maximum distance between the Solar Reflectors and the Solar Tower [Default=10] I:solarReflector_maxRange=10 - # The minimum distance between the Solar Reflectors and the Solar Tower [Default=12] + # The minimum distance between the Solar Reflectors and the Solar Tower [Default=5] I:solarReflector_minRange=5 } solartower { + # How fast the Solar Tower cools down per tick when turned off or at night [Default=1] I:solarTower_heat_lossPerTick=1 - - # How fast the Solar Tower cools down per tick when turned off or at night [Default=1.0] D:solarTower_heat_loss_multiplier=1.0 - # A Solar Tower can only start processing recipes once it reaches this heat level [Default=12000.0] + # A Solar Tower can only start processing recipes once it reaches this heat level [Default=6000.0] D:solarTower_heat_workingLevel=6000.0 # The capacity of the input tank for the Solar Tower [Default=32000] @@ -169,6 +155,8 @@ general { # How fast the the Solar Tower loses progress in ticks when the heat drops below processing heat level [Default=1] I:solarTower_progress_lossInTicks=1 + + # The heat speed of the Solar Tower gets multiplied by this value, per Solar Reflector past the first one [Default=1.5] D:solarTower_solarReflector_speed_multiplier=1.5 # The heat speed multiplier applied to all Solar Tower recipes (with a single reflector) [Default=1] @@ -190,8 +178,6 @@ general { # How fast should the Steam Turbine's axle rotate in degrees per tick (purely cosmetic) [Default=72] D:steamTurbine_speed_maxRotation=72.0 - - # How much of the maximum alternator output power should the Steam Turbine generate [Default=1.0] D:steamTurbine_torque=1.0 } @@ -204,10 +190,10 @@ general { } coolingtower { - # The capacity of the input tanks for the Cooling Tower [Default=20000] + # The capacity of the input tanks for the Cooling Tower [Default=10000] I:coolingTower_input_tankSize=10000 - # The capacity of the output tanks for the Cooling Tower [Default=20000] + # The capacity of the output tanks for the Cooling Tower [Default=10000] I:coolingTower_output_tankSize=10000 } @@ -238,8 +224,6 @@ general { # How fast should the Steam Turbine's axle rotate in degrees per tick (purely cosmetic) [Default=72] D:gasTurbine_speed_maxRotation=72.0 - - # How much of the maximum alternator output power should the Gas Turbine generate [Default=0.5] D:gasTurbine_torque=0.5 } @@ -255,60 +239,33 @@ general { } highpressuresteamturbine { - # The capacity of the input tank for the Steam Turbine [Default=10000] I:highPressureSteamTurbine_input_tankSize=10000 - - # The capacity of the output tank for the Steam Turbine [Default=10000] I:highPressureSteamTurbine_output_tankSize=10000 - - # How fast the Steam Turbine increases in speed per tick [Default=3] I:highPressureSteamTurbine_speed_gainPerTick=1 - - # How fast the Steam Turbine loses speed per tick when inactive [Default=6] I:highPressureSteamTurbine_speed_lossPerTick=6 - - # How fast should the Steam Turbine's axle rotate in degrees per tick (purely cosmetic) [Default=72] D:highPressureSteamTurbine_speed_maxRotation=72.0 - - # Should the steam turbine use tungsten, if it exists? Otherwise the turbine will use nickel [Default=true] B:highPressureSteamTurbine_turbine_material=true } electrolyticcruciblebattery { - # The maximum energy an Electrolytic Crucible Battery can store [Default=16384] I:electrolyticCrucibleBattery_energy_size=16384 - - # The capacity of the input tanks for the Electrolytic Crucible Battery [Default=10000] I:electrolyticCrucibleBattery_input_tankSize=10000 - - # The capacity of the output tanks for the Electrolytic Crucible Battery [Default=10000] I:electrolyticCrucibleBattery_output_tankSize=10000 } meltingcrucible { - # The maximum energy a Heat Exchanger can store [Default=8000] I:meltingCrucible_energy_size=8000 - - # The capacity of the output tanks for the Heat Exchanger [Default=10000] I:meltingCrucible_output_tankSize=10000 } radiator { - # The capacity of the input tank for the Radiator [Default=8000] I:radiator_input_tankSize=8000 - - # The capacity of the output tank for the Radiator [Default=8000] I:radiator_output_tankSize=8000 - - # The heat speed multiplier applied to all Radiator recipes [Default=1] D:radiator_speed_multiplier=1.0 } solarmelter { - # The capacity of the output tank for the Solar Melter [Default=10000] I:solarMelter_output_tankSize=10000 - - # Default amount of energy per tick the solar melter loses when not processing. Maximum energy input per tick by mirrors is ~30720 [Default=80] I:solarMelter_progress_lossEnergy=80 } diff --git a/config/mod-director/fluidlogged.url.json b/config/mod-director/fluidlogged.url.json new file mode 100644 index 0000000..648298c --- /dev/null +++ b/config/mod-director/fluidlogged.url.json @@ -0,0 +1,12 @@ +{ + "url": "https://cdn.modrinth.com/data/vVXPbodS/versions/y52dPt4Z/Fluidlogged-API-v2.2.7-mc1.12.2.jar", + "installationPolicy": { + "name": "Fluidlogged API" + }, + "metadata": { + "hash": { + "SHA-256": "808dc03a67099fcf8e3bc62f0965c8b8849bf55ad6ac8cac703aaf3e19cc9c61", + "MD5": "55f07a68c472d5e386bb9e23ab47f8e5" + } + } +} diff --git a/config/mod-director/friendlychests.curse.json b/config/mod-director/friendlychests.curse.json new file mode 100644 index 0000000..96f9756 --- /dev/null +++ b/config/mod-director/friendlychests.curse.json @@ -0,0 +1,13 @@ +{ + "addonId": 715086, + "fileId": 4476120, + "installationPolicy": { + "name": "Friendly Chests" + }, + "metadata": { + "hash": { + "SHA-256": "3e7488e3f56278a856950ce2878e87d5a91f26dff0b29e1a95d6d7bb955c7eeb", + "MD5": "25cf46f1b5482c943605d7cd09389425" + } + } +} diff --git a/config/mod-director/laggoggles.curse.json b/config/mod-director/laggoggles.curse.json new file mode 100644 index 0000000..0053fe0 --- /dev/null +++ b/config/mod-director/laggoggles.curse.json @@ -0,0 +1,17 @@ +{ + "addonId": 283525, + "fileId": 2901773, + "installationPolicy": { + "continueOnFailedDownload": true, + "optionalKey": "$", + "selectedByDefault": false, + "name": "LagGoggles", + "description": "Performance profiler mod" + }, + "metadata": { + "hash": { + "SHA-256": "e626ae952ffcab35bc639422ab75dad941e9bddd01ee01b04d0f823dfa818ff8", + "MD5": "0fc73dbe3efc2f033ffe5c7d74eb4714" + } + } +} diff --git a/config/mod-director/modpack.json b/config/mod-director/modpack.json new file mode 100644 index 0000000..b899d5c --- /dev/null +++ b/config/mod-director/modpack.json @@ -0,0 +1,8 @@ +{ + "packName": "Enigmatica 2 Tweaked", + "icon": { + "path": "resources/modpack/textures/e2t-logo.png", + "width": 128, + "height": 128 + } +} diff --git a/config/mod-director/optifine.url.json b/config/mod-director/optifine.url.json new file mode 100644 index 0000000..cd46f7f --- /dev/null +++ b/config/mod-director/optifine.url.json @@ -0,0 +1,21 @@ +{ + "url": "https://optifine.net/adloadx?f=OptiFine_1.12.2_HD_U_G5.jar", + "follows": ["OptiFine 1.12.2 HD U G5"], + "fileName": "OptiFine_1.12.2_HD_U_G5.jar", + "options": { + "launchwrapperTweakerForceNext": true + }, + "installationPolicy": { + "continueOnFailedDownload": true, + "optionalKey": "$", + "name": "OptiFine", + "description": "Recommended, may improve performance. Not required." + }, + "metadata": { + "side": "CLIENT", + "hash": { + "SHA-256": "3b0006797771feb97f2d0d2908ae7c9a78cefb2e730af1c2e85d08a839ba271e", + "MD5": "54e561e441192cf009803ae95873c5d0" + } + } +} diff --git a/config/mod-director/spark.curse.json b/config/mod-director/spark.curse.json new file mode 100644 index 0000000..7777300 --- /dev/null +++ b/config/mod-director/spark.curse.json @@ -0,0 +1,17 @@ +{ + "addonId": 361579, + "fileId": 3542217, + "installationPolicy": { + "continueOnFailedDownload": true, + "optionalKey": "$", + "selectedByDefault": false, + "name": "Spark", + "description": "Performance profiler mod" + }, + "metadata": { + "hash": { + "SHA-256": "c77a59d84d68dd32f8394f7e0cf21e229db36c220c8f2f82bcffd832f1ffdaea", + "MD5": "c07cf059777db6201d98e6794e60e0b4" + } + } +} diff --git a/config/mod-director/subaquatic.url.json.bak b/config/mod-director/subaquatic.url.json.bak new file mode 100644 index 0000000..8c6b89b --- /dev/null +++ b/config/mod-director/subaquatic.url.json.bak @@ -0,0 +1,12 @@ +{ + "url": "https://cdn.modrinth.com/data/GjqoNelE/versions/8I38sNEh/Subaquatic-v1.2.1-mc1.12.2.jar", + "installationPolicy": { + "name": "Subaquatic" + }, + "metadata": { + "hash": { + "SHA-256": "f541b25c968a2ad6e93d25770a1fc1b45096d9551e9843ed70e82f09f92f6d36", + "MD5": "6d6941b76d8564769022a9c164ab5206" + } + } +} diff --git a/config/nae2.cfg b/config/nae2.cfg new file mode 100644 index 0000000..c89de9d --- /dev/null +++ b/config/nae2.cfg @@ -0,0 +1,80 @@ +# Configuration file + +beam_formers { + B:enabled=true + + # Use GregTech CEu shaders if possible + B:gregtech_shaders=true +} + + +dense_cells { + # Add CPU storage counterparts + B:dense_cpu_storage_units=true + B:enabled=true +} + + +dense_cpu_coprocessors { + B:enabled=true +} + + +dense_fluid_cells { + B:enabled=true +} + + +exposer { + B:enabled=true +} + + +interface_p2p { + B:enabled=true +} + + +jei_hooks { + # Enable viewing Storage Cell contents using JEI recipes + B:cell_view=true + + # Enable holding Control to mass-order missing items + B:ctrl_craft=true + B:enabled=true +} + + +pattern_multi_tool { + B:enabled=true + + # Add Pattern Multi-Tool features to AE2 GUIs + B:mixin_into_ae_guis=true +} + + +reconstruction_chamber { + B:enabled=true +} + + +upgrades { + # Enable Auto-Complete Upgrade cards for ME Interfaces + B:auto_complete=true + B:enabled=true + + # Enable GregTech Circuit Card for ME Interfaces + B:gregtech_circuit=true + + # Enable Hyper-Acceleration Upgrade cards for ME IO Ports + B:hyper_acceleration=true +} + + +void_cells { + # Enable Matter Condenser power + B:condenser_power=true + B:enabled=true +} + + diff --git a/config/normalasm.cfg b/config/normalasm.cfg index b43f94c..754c7df 100644 --- a/config/normalasm.cfg +++ b/config/normalasm.cfg @@ -1,6 +1,12 @@ # Configuration file bakedquad { + # If disabled, will stop classesThatCallBakedQuadCtor from being automatically populated, for compatibility purposes - + B:autoPopulateCallBakedQuadCtor=true + + # If disabled, will stop classesThatExtendBakedQuad from being automatically populated, for compatibility purposes - + B:autoPopulateExtendBakedQuad=true + # Classes where BakedQuad::new calls need to be redirected. As of 3.2, this should be done automatically, while the changes will show in the next launch - S:classesThatCallBakedQuadCtor < lumien.randomthings.client.models.blocks.ModelCubeAll @@ -183,6 +189,9 @@ logging { # Rewrite logging output with deobfuscated names when applicable, inspired by VanillaFix - B:rewriteLoggingWithDeobfuscatedNames=true + + # When crashReportImprovements is true, allows changing the name of what deobfuscated the stacktrace - + S:vanityDeobfuscationName=FermiumASM } @@ -301,49 +310,20 @@ rendering { spark { - # Allow NormalASM's Spark profiling to include all threads that are present - B:includeAllThreadsWhenProfiling=true - - # When Spark is installed, profile the loading of FMLConstructionEvent stage - B:sparkProfileConstructionStage=false - - # When Spark is installed, profile the loading of coremods, but only those that load after NormalASM - B:sparkProfileCoreModLoading=false - - # When Spark is installed, profile the loading of the game in its entirety - B:sparkProfileEntireGameLoad=false - - # When Spark is installed, profile the loading of the world in its entirety - B:sparkProfileEntireWorldLoad=false - - # When Spark is installed, profile the loading of FMLModIdMappingEvent stage, this is the last event fired before the game is finalized - B:sparkProfileFinalizingStage=false - - # When Spark is installed, profile the loading of FMLInitializationEvent stage - B:sparkProfileInitializationStage=false - - # When Spark is installed, profile the loading of FMLLoadCompleteEvent stage - B:sparkProfileLoadCompleteStage=false - - # When Spark is installed, profile the loading of FMLPostInitializationEvent stage - B:sparkProfilePostInitializationStage=false - - # When Spark is installed, profile the loading of FMLPreInitializationEvent stage - B:sparkProfilePreInitializationStage=false - - # When Spark is installed, profile the loading of FMLServerAboutToStartEvent stage - B:sparkProfileWorldAboutToStartStage=false - - # When Spark is installed, profile the loading of FMLServerStartedEvent stage - B:sparkProfileWorldStartedStage=false - - # When Spark is installed, profile the loading of FMLServerStartingEvent stage - B:sparkProfileWorldStartingStage=false - - # When Spark is installed, summarize the heap space (/spark heapsummary) when the game finishes loading - B:sparkSummarizeHeapSpaceAfterGameLoads=false - - # When Spark is installed, summarize the heap space (/spark heapsummary) when the world finishes loading - B:sparkSummarizeHeapSpaceAfterWorldLoads=false } diff --git a/config/opencomputers/settings.conf b/config/opencomputers/settings.conf index 9e91828..0867a4c 100644 --- a/config/opencomputers/settings.conf +++ b/config/opencomputers/settings.conf @@ -1727,6 +1727,6 @@ opencomputers { # The version of OC this config was generated by. This is used to allow the # mod to reset parts of the config when their meaning changed across # versions, so that the user does not have to delete it. - version="1.8.3" + version="1.8.5" } \ No newline at end of file diff --git a/config/packagedauto.cfg b/config/packagedauto.cfg index e8dee7c..3c8b93f 100644 --- a/config/packagedauto.cfg +++ b/config/packagedauto.cfg @@ -3,6 +3,10 @@ blocks { encoder { + # The list of recipe types to disable in the Package Recipe Encoder. + S:disabled_recipe_types < + > + # How many pattern slots should the Package Recipe Encoder have. I:pattern_slots=20 } diff --git a/config/particleculling.cfg b/config/particleculling.cfg new file mode 100644 index 0000000..ce819a1 --- /dev/null +++ b/config/particleculling.cfg @@ -0,0 +1,32 @@ +# Configuration file + +general { + # The minimum amount of blocks behind which particles start to get culled. Only effective if "cullBehindBlocks" is turned on. + # Min: 1 + # Max: 50 + I:blockBuffer=1 + + # Set this to false if you do not want to cull particles that technically are in the player's view but are obstructed by blocks. + B:cullBehindBlocks=true + + # Set this to true if you don't want particles to be rendered behind glass and other transparent blocks. This does nothing if "cullBehindBlocks" is turned off. + B:cullBehindGlass=false + + # Set this to false to disable particle culling while being in spectator mode. This is useful to take screenshots without having particles removed. + B:cullInSpectator=true + + # Set this to false to disable all of particle culling's features. + B:cullingEnabled=true + + # Add particle classes here that should be ignored by Particle Culling. + # Example: To ignore Minecraft's breaking particles and any derivates, add "net.minecraft.client.particle.ParticleBreaking" to the list + S:ignoredParticles < + org.orecruncher.dsurround.client.fx.particle.mote.ParticleCollection + com.TominoCZ.FBP.particle.FBPParticleBlock + xzeroair.trinkets.client.particles.ParticleGreed + thaumcraft.client.fx.beams.FXBolt + net.minecraft.client.particle.ParticleItemPickup + > +} + + diff --git a/config/pregen/base.cfg b/config/pregen/base.cfg new file mode 100644 index 0000000..da985a1 --- /dev/null +++ b/config/pregen/base.cfg @@ -0,0 +1,170 @@ +[common] + + # Defines if the Profiler should run in the Background or not + B:enable-profiler=true + + [common.generator] + + # Defines how many milliseconds per tick the pregenerator should take to generate chunks + # This config exists since the worldgenerator runs on gameplay thread + # Setting this number above 50 ms will cause gameplay lag while setting it lower will slow the pregenerator down + # If you want the fastest pregen speed but don't care about playability 250 is the best value, anything higher won't help unless you have edgecases + #​ Range: 1 ~ 1000 + I:time-per-tick=40 + + # Defines what task should be the Priority. Gameplay or Pregeneration. + # This is done by accounting the game lag in time-per-tick calculation + # When this is set to false it will prioritize a smooth gameplay over a faster pregeneration + # When it is set to true, the game lag will not be accounted for in the time-per-tick calculation + #​ Must be one of [GAME, PREGENERATOR] + E:priority=GAME + + # Defines if the task queue should be automatically continued upon the startup of the game + # This is automatically set to true when you start a task so when a controlled shutdown happens you don't have manually resume tasks + # If you are in a crashloop due to the pregenerator simply set this to false and it should be solved + B:auto-resume=false + + # This is a cache that stores last recorded pregen speeds. + # This is used to generate Estimate Predictions for ETA of how long a task should take. + # This isn't a config that sets how fast the pregenerator should run, but a config that keeps track of how fast they have been in the past + # Default values are 1 chunk a tick, because it is at the center of the possible ranges. + #​ Format: [dimension(Integer);speed(Double)], Example: [0;1.0] + P:pregen-speeds= < + 0;1.0, + -1;1.0, + 1;1.0 + > + + [common.tweaks] + + # Enables that the Server Preview Text in the Multiplayer Screen gets a Warning that if a Pregenerator is running + # With a ETA Included so players who want to know how long it will take. + # Once the Pregenerator is done or this is disabled the Original Text will be restored! + B:enable-login-warning=true + + # Defines if the pregenerator automatically kills the game if it thinks the game is running out of ram to prevent world corruption + # NOTE: It will simply save the game and kill it. Since so many auto restart scripts exists it takes advantage of that to simply reset the ram usage + B:memory-protector=true + + # Defines how low the free ram has to be for 30 seconds straight before the pregenerator kills the game + # The number is defined in MB + I:memory-limit=384 + + # Defines how many players have to be online for the pregenerator before the pregenerator automatically pauses + # -1 means it ignores players + # 0 means the pregenerator is 24/7 paused + # > 0 means if the player count is reached said number the pregenerator will pause + I:player-limit=-1 + + # Defines if mineshaft references should be automatically be deleted to reduce the memory leak effect + # If this is enabled then the locate command doesn't work on Mineshafts + B:clear-mineshafts=true + + [common.commands] + + # Defines if the User Protection should be enabled + # This is done due to people frequently generating with blocks in mind when everything is in chunks + # And this ususally leads to way bigger worlds and flodding harddrives + B:user-protection=true + + # The active list of retrogenerators + A:active-retrogenerators= + + [common.customization] + + # Defines what is send in the chat Spam during the pregneration + # This entries can be removed/reordered/added as you wish + #​ Must be one of [Task, World, TaskInfo, ProcessingSpeed, LoadedFiles, workingArea, ExpectedTime, RamUsage, Controls] + e:logger-order= < + Task, + World, + TaskInfo, + ProcessingSpeed, + LoadedFiles, + workingArea, + ExpectedTime, + RamUsage, + Controls + > + + # Defines the Permissions clients can use + # Chunk Pregen comes with certain features that access server information, and sometimes you don't want to give OP rights since that will give access to everything + # The permission system is ment to give controlled access to features + #​ Format: [PlayerId(String);Commands(Boolean);Chunk Scanning(Boolean);Chunk Teleportation(Boolean);Chunk Deletion(Boolean);Dimension Scanning(Boolean);Dimesnion Deletion(Boolean);Disk Scanning(Boolean)], Example: [84d6171c-8546-4309-bf3e-fc0956f32ea0;true;false;false;false;true;true;false] + P:player-permissions= + + # Defines if translations should be done serverside. + # This can address problems if the mod isn't installed on the client side. + # While this shouldn't happen it is nice to have a backup option + # Translation support should work 100% fine in singleplayer or if the mod is installed on the client when in a multiplayer session + B:force-server-translation=false + +[client] + + # Defines the delay when the Tooltip in guis shows up, number is in milliseconds + # This doesn't apply to the config itself! + #​ Range: > 0 + I:tooltip-delay=200 + + # Disables the backport of the Command line from modern versions. + # Which makes writing commands much easier + B:disable-advanced-commandline=false + + # Defines if the preview should automatically adjust the scale to always fit the entire gui or not + B:disable-preview-auto-scale=false + + # Allows to pick for a Custom Background for Configs that use the default Background + #​ Must be one of [PLANKS, STONE, DIRT, SEA_PRISM, BUBBLE_CORAL, MISSING, NETHERRACK, RED_NETHER_BRICKS, TUFF, CALCITE, AMETHYST, GRANITE, POLISHED_ANDESITE, DEEPSLATE_BRICKS, PURPUR_PILLAR, RED_SAND, PACKED_ICE, CRYING_OBSIDIAN, CYAN_CONCRETE_POWDER, EXPOSED_COPPER, MUD, RAW_GOLD, RAW_IRON, HONEY, HONEY_COMB, HAY] + E:custom-background=PLANKS + + # Allows to set if the background is always visible or only if you are not in a active world + B:ingame-background=false + + # If the warning of Forge Essentials was shown. Config so it is only shown once + B:warning-forge-essentials=false + + [client.pregen-overlay] + + # Defines if the Overlay is enabled + B:isEnabled=true + + # Defines the Horizontal Alignment of the Overlay + #​ Must be one of [START, CENTER, END] + E:Horizontal Alignment=START + + # Defines the Vertical Alignment of the Overlay + #​ Must be one of [START, CENTER, END] + E:Vertical Alignment=START + + # Defines the scale of the Overlay + #​ Range: 0.1 ~ 100.0 + D:Scale=1.0 + + # Defines how many ticks between each poll are + #​ Range: 1 ~ 20 + I:Poll Delay=1 + + [client.tracker-overlay] + + # Defines if the Overlay is enabled + B:isEnabled=false + + # Defines the Horizontal Alignment of the Overlay + #​ Must be one of [START, CENTER, END] + E:Horizontal Alignment=END + + # Defines the Vertical Alignment of the Overlay + #​ Must be one of [START, CENTER, END] + E:Vertical Alignment=START + + # Defines the scale of the Overlay + #​ Range: 0.1 ~ 100.0 + D:Scale=1.0 + + # Defines how many ticks between each poll are + #​ Range: 1 ~ 20 + I:Poll Delay=1 + + # Defines which dimension the Detailed info should be focusing on + # The Detail just shows additional stats that it tracks in the overlay + I:detailed-dimension=0 \ No newline at end of file diff --git a/config/pregen/example.json b/config/pregen/example.json new file mode 100644 index 0000000..f598f3b --- /dev/null +++ b/config/pregen/example.json @@ -0,0 +1,13 @@ +{ + "fileheader": "Chunk Pregen Example file which executes all commands stored in it", + "filename": "This file is just the tutorial, the file that actually uses this feature is called: onDimensionCreation.json", + "filecontents": "The onDimensionCreation file is a Json File. All commands in there will be executed as a server", + "filecommands": "The commands inserted can be either an array or a value in json form, and the commands have to be written as if you would write them in a console", + "fileformat": "Everything in the example entry represents how the onDimensionCreation.json would look like. In other words it is the root of the file", + "example": { + "any": "/pregen start gen radius TESTING%1$s SQUARE 0 0 100 %1$s", + "DimensionId": "executes these commands on this specific dimension alone. The dimensionId has to be the integer id of said dimension, can be value or array", + "server": "executes these commands upon the servers first startup, can be a value or array", + "0": "/msg hello world" + } +} \ No newline at end of file diff --git a/config/roguelike_dungeons/roguelike.cfg b/config/roguelike_dungeons/roguelike.cfg new file mode 100644 index 0000000..00154c6 --- /dev/null +++ b/config/roguelike_dungeons/roguelike.cfg @@ -0,0 +1,15 @@ +dimensionBL= +dimensionWL=0 +doBuiltinSpawn=true +doNaturalSpawn=true +encase=false +furniture=true +generous=true +looting=0.085 +lowerLimit=60 +preciousBlocks=true +random=false +rogueSpawners=true +spawnChance=1.0 +spawnFrequency=10 +upperLimit=100 diff --git a/config/sledgehammer.conf b/config/sledgehammer.conf new file mode 100644 index 0000000..aaff828 --- /dev/null +++ b/config/sledgehammer.conf @@ -0,0 +1,430 @@ +general { + # For debugging purposes + debug=false + locale="en_us" + locale-override {} + # False: Mod will not be loaded. + # True: Mod will be added to the classloader. + mod {} +} +integration { + # Biomes O' Plenty + biomesoplenty { + # If 'true', automatically removes boats from the world + boat-purge=false + } + # Botania + botania { + # If 'true', prevents Botania from creating islands + island-creation=false + } + # Forge + forge { + # Removes recipes which output blacklisted items + blacklisted-recipe-items=[] + # If 'true', forces permission check for OP based commands + check-permissions=false + # If 'true', the package containing the command class will be prepended to the permission check + package-permissions=false + } + # Mist + mist { + # If 'true', fixes Misty World portal issues + portal=false + } + # Primal + primal { + # If 'true', fixes https://github.com/An-Sar/PrimalCore/issues/210 (Fixed in 0.6.56 according to Dev) + flake=false + } + # SpongeForge / SpongeVanilla + sponge { + # If 'true', prevents movement outside of the world border + border=false + # If 'true', prevents sending blank death messages + death=false + } +} +mixin { + # AbyssalCraft + abyssalcraft { + # If 'true', fixes item duplication + item-duplication=false + } + # Actually Additions + actually-additions { + # If 'true', prevents the AtomicReconstructor from using the Disruption Lens. + disruption-lens=false + } + # Armor Underwear + armor-under { + # If 'true', fixes NullPointerException in ITemperatureChangeable::clearBonusTemperature. + clear-bonus-temperature=false + } + # Astral Sorcery + astral-sorcery { + # If 'true', fixes data serializers registration. + data-serializers=false + } + # Barrels, Drums, Storage & More + bdsm { + # If 'true', process PacketBdsm on the Main Thread + player-interact=false + } + # Better Questing + betterquesting { + # If 'true', waits for enqueued tasks to complete + await-io=false + # For debugging purposes + debug=false + } + # Bewitchment + bewitchment { + # If 'true', disables Ritual of the Deluge + disable-ritual-deluge=false + # If 'true', disables Ritual of the Parched Sands + disable-ritual-drought=false + # If 'true', disables Ritual of the High Moon + disable-ritual-high-moon=false + # If 'true', disables Rite of the Rising Twigs + disable-ritual-rising-twigs=false + # If 'true', disables Ritual of the Sands of Time + disable-ritual-sands-of-time=false + # If 'true', disables Ritual of Solar Glory + disable-ritual-solar-glory=false + # If 'true', prevents Friendship Potion & Thyrsus from taming already tamed mobs + prevent-tame-stealing=false + # If 'true', prevents Friendship Potion & Thyrsus from taming mobs listed in tame-deny-list. + tame-deny=false + # Mobs that are not allowed to be tamed + tame-deny-list=[ + "minecraft:ender_dragon" + ] + } + # BiblioCraft + bibliocraft { + # If 'true', fixes AbstractMethodError caused by missing getStackInSlot method + abstract-stack-in-slot=false + } + # Biomes O' Plenty + biomesoplenty { + # If 'true', prevents Boats from crashing the client + boat-crash=false + } + # Career Bees + careerbees { + # If 'true', disables the acceleration effect + disable-effect-acceleration=false + } + # Carry On + carry-on { + # If 'true', fixes a ConcurrentModificationException caused by the onWorldTick method. + concurrent-modification-exception=false + } + # Champions + champions { + # If 'true', prevents AffixReflecting from reflecting AffixReflecting. + reflecting=false + # If 'true', ignores the LivingDamageEvent if the entity is damaging itself. + self-damage=false + } + # Chest Transporter + chesttransporter { + # If 'true', fixes YabbaBarrel dropping on pickup + yabba-barrel-drop=false + } + # Construct's Armory + conarm { + # If 'true', fixes magnetic trait voiding items + magnetic-void=false + } + # Minecraft + core { + # If 'true', advancements will not be reloaded on world load. + advancement-reload=false + # If 'true', prints a single message instead of a stacktrace for advancement errors. + advancement-stacktrace=false + # If 'true', fixes banners freezing when the world is old enough (MC-63720). + banner-freezing=false + # If 'true', fixes NullPointerException in BiomeProvider::findBiomePosition. + biome-provider=false + # If 'true', prevents Grass turning into Dirt. + block-grass=false + # If 'true', prevents Ice turning into Water. + block-ice=false + # If 'true', alert players with permission (sledgehammer.broadcast.chunksave) when a chunk fails to save. + chunk-save-alert=false + # Items to remove from chunks. + chunk-save-blacklist=[ + "minecraft:writable_book", + "minecraft:written_book" + ] + # If 'true', removes all Entities and TileEntities from chunks that fail to save. + chunk-save-purge-all=false + # If 'true', removes all blacklisted items from chunks that fail to save. + chunk-save-purge-blacklist=false + # If 'true', generates a crash report and safely stops the server if a chunk fails to save. + chunk-save-shutdown=false + # If 'true', fixes BlockRendererDispatcher.renderBlockBrightness producing extremely dark blocks in certain cirumstances (MC-6932, MC-41825). + dark-blocks=false + # If 'true', prevents ID 0 from being assigned to entities. Fixes bugs like MC-111480. + entity-id-offset=false + # If 'true', prevents ConcurrentModificationException in EntityTracker. + entity-tracker=false + # If 'true', adjusts the despawn ranges of mobs (32/128 blocks) on low render distances. Requires fix-mobs-not-despawning so that mobs are eligible for despawning. This has no effect on Sponge as it makes these settings configurable. + fix-impossible-mob-despawn-range=false + # If 'true', avoids MC-2536 by running mob despawning checks in lazy chunks. This will probably break farms which rely on vanilla 1.12 mechanics. You have been warned. + fix-mobs-not-despawning=false + # If 'true', adds TileEntity data to the crash report from calls to 'getUpdateTag' that fail. + get-update-tag-crash=false + # If 'true', fixes some minor rendering glitches in vanilla. + gl-state-bugs=false + # If 'true', prevents crash due to invalid translation keys. + invalid-translation=false + # If 'true', fixes MC-134716 - Player kick exploit. + itemstack-exploit=false + # If 'true', makes LazyLoad Thread-safe (Should fix MC-68381). + lazyload-thread-safe=false + # If 'true', allows players to exit the sleep screen. + leave-sleep=false + # If 'true', enforces limits for books to 50 pages with 255 characters for each. + limit-books=false + # If 'true', fixes potential deadlock on shutdown. + network-system=false + # If 'true', fixes depth calculation that causes unnecessary block updates. + optimize-liquid-drain=false + # If 'true', prevents ConcurrentModificationException in PlayerChunkMap. + player-chunk-map=false + # If 'true', fixes MC-88176 (entities culled too aggresively at subchunk boundaries) and MC-72166 (banners invisible at some angles). + premature-culling=false + # If 'true', prevents the top of the world from being considered completely dark. Fixes MC-68565. + roof-lighting=false + # If 'true', changes the renderer's target FPS to be 30 (matching 1.15-pre1) instead of the maximum FPS in game options. This helps with chunks not loading on the client. + speed-up-chunk-rendering=false + # If 'true', prevents unloading TileEntities from loading chunks + tile-entity-chunk-unload=false + # If 'true', removes the box around the player at low Y levels. + void-box=false + # If 'true', increases the maximum length for a WorldType name in SPacketJoinGame packet. + world-type-length=false + } + # DankNull + dank-null { + # If 'true', fixes NullPointerException caused by PacketConfigSyncHandler + packet-config-sync=false + } + # Embers + embers { + # If 'true', fixes item duplication + item-duplication=false + } + # Ender Storage + enderstorage { + # If 'true', fixes NullPointerException caused by handleVisiblityPacket + visibility-packet=false + } + # Flux Networks + flux-networks { + # If 'true', fixes item spawn packet exploit. + packet-exploit=false + } + # Forge + forge { + # If 'true', reverts Forge-chunkloaded chunk ticking to behave like vanilla (requiring a 5x5 area). + entity-chunk-churn=false + # If 'true', reduces network usage by postponing flush. + flush-network-on-tick=false + # If 'true', disables SearchTree reloading (Speeds up server connection process). + nuke-search-tree=false + # If 'true', disables SearchTree reloading on shutdown. + nuke-search-tree-shutdown=false + # If 'true', cancels packets sent by LootBags due to poorly written networking. + packet-spam=false + # If 'true', prevents mods from writing CustomTileData, This isn't allowed. + tile-entity-forge-data=false + } + # Hearth Well + hearth-well { + # If 'true', fixes inventory handling in BlockGraftingTray which is incompatible with Sponge + block-grafting-tray-sponge=false + } + # Immersive Engineering + immersiveengineering { + # If 'true', fixes offset deserialization. + offset-deserialization=false + } + # Industrial Foregoing + industrialforegoing { + # If 'true', fixes NullPointerException in FluidPumpTile::work. + fluid-pump-work=false + } + # Integrated Dynamics + integrateddynamics { + # If 'true', fixes item spawn packet exploit. + packet-exploit=false + } + # Just Enough Throwing In Fluids + jetif { + # If 'true', fixes Flux Networks integration. + flux-networks=false + } + # JourneyMap + journeymap { + # If 'true', disables certain debugging messages. + debug-spam=false + } + # KubeJS + kubejs { + # If 'true', fixes ArrayIndexOutOfBoundsException on server shutdown + server-stopping=false + } + # Logistics Pipes + logistics-pipes { + # If 'true', fixes chunk loading caused by DoubleCoordinates::blockExists + block-exists=false + } + # Matter Overdrive + matter-overdrive { + # If 'true', fixes IllegalArgumentException caused by the canConnectFromSide method. + can-connect-from-side=false + } + # Mob Grinding Utils + mob-grinding-utils { + # If 'true', reduces Mob Fan block updates to one per second + packet-spam=false + } + # Morph + morph { + # If 'true', fixes NullPointerException caused by onUpdate + entity-update=false + } + # Mowzie's Mobs + mowziesmobs { + # If 'true', fixes ConcurrentModificationException + entity-tracker=false + } + # Nature's Aura + naturesaura { + # If 'true', disables the Shifting Sundial. + disable-time-changer=false + } + # PneumaticCraft: Repressurized + pneumaticcraft { + # If 'true', disables Pneumatic Helmet hacking + disable-hacking=false + } + # Primitive Mobs + primitive-mobs { + # If 'true', fixes NullPointerException caused by MessagePrimitiveJumping + networking=false + # If 'true', fixes https://github.com/Daveyx0/PrimitiveMobs/issues/59 (Sponge only). + traveling-merchant=false + } + # Primitive Crafting + primitivecrafting { + # If 'true', fixes item spawn packet exploit. + packet-exploit=false + } + # Project Red + project-red { + # If 'true', fixes https://github.com/MrTJP/ProjectRed/issues/1485. + gates-pull-wrong-signals=false + # If 'true', fixes item spawn packet exploit. + packet-exploit=false + } + # Pyrotech + pyrotech { + # If 'true', fixes item handling in TileActivePile which is incompatible with Sponge + tile-active-pile-sponge=false + } + # Quantum Minecraft Dynamics + qmd { + # If 'true', fixes NullPointerException caused by getTileInventory + tile-inventory=false + } + # Quark + quark { + # If 'true', disables Improved Sleeping Module. + improved-sleeping=false + } + # Random Things + randomthings { + # If 'true', disables Eclipsed Clock + disable-eclipsed-clock=false + } + # Real Filing Cabinet + realfilingcabinet { + # If 'true', fixes item duplication + item-duplication=false + } + # Ruins (Structure Spawning System) + ruins { + # If 'true', disables ruins debugging messages. + message-spam=false + } + # SpongeForge / SpongeVanilla + sponge { + # If 'true', catches an IllegalStateException thrown by Sponge. + advancement-initialized=false + # If 'true', disables inventory debugging messages. + inventory-debug=false + # If 'true', prevents or deletes any items that attempt to teleport across dimensions. + item-teleport=false + # Don't prevent these items from teleporting. + item-teleport-whitelist=[ + "draconicevolution:ender_energy_manipulator" + ] + # If 'true', prevents StackOverflow on writeToNBT. + tile-entity-stack-overflow=false + } + # Storage Network + storage-network { + # If 'true', fixes item spawn packet exploit. + packet-exploit=false + } + # Tinkers' Evolution + tconevo { + # If 'true', fixes unintended upgrading of Draconic Modifiers + draconic-upgrade=false + # If 'true', fixes NoClassDefFoundError with Redstone Repository + redstone-repository=false + } + # Tinkers Construct + tconstruct { + # If 'true', prevents LevelAspects from exceeding the maximum level + clamp-level-aspect=false + # If 'true', fixes magnetic trait voiding items + magnetic-void=false + # If 'true', fixes item duplication when renaming items in the Tool Forge + text-sync=false + } + # Thaumic Wonders + thaumicwonders { + # If 'true', prevents the Meteorb Action from changing the weather. + meteorb-action=false + # If 'true', prevents the Timewinder Action from changing the time. + timewinder-action=false + } + # Tomb Many Graves + tomb-many-graves { + # If 'true', disables TombManyGraves functionality. + functionality=false + } + # Topography + topography { + # If 'true', disables onDimensionChange event. + dimension-change=false + } + # Totemic + totemic { + # If 'true', prevents the Rain Dance Ceremony from changing the weather. + rain-dance-ceremony=false + } + # Vaultopic - Early Inventory Management + vaultopic { + # If 'true', fixes NullPointerException in Projector::loadMatrixes. + load-matrixes=false + # If 'true', processes VTOpenVice and VTRecipe packets on the Main Thread + packet-handling=false + } +} diff --git a/config/splash.properties b/config/splash.properties index cfdb04b..310e313 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Fri Sep 22 23:36:57 PDT 2023 +#Mon Jun 10 16:46:06 PDT 2024 background=0xb1c7d6 memoryGood=0x78CB34 font=0x0 diff --git a/config/tconevo.cfg b/config/tconevo.cfg new file mode 100644 index 0000000..c6ff5bc --- /dev/null +++ b/config/tconevo.cfg @@ -0,0 +1,1435 @@ +# Configuration file + +general { + # A list of material IDs for tool materials that should be disabled. + S:disabledMaterials < + > + + # A list of mod IDs for integration modules whose hook classes (i.e. special behaviour) should not be loaded. + # Note that this does not disable the materials and modifiers for that mod! + # These are handled separately by `disabledMaterials` and `disabledModifiers`. + S:disabledModHooks < + > + + # A list of modifier IDs for modifiers that should be disabled. + S:disabledModifiers < + > + + # A list of material IDs to always load, regardless of other loading conditions. + S:forceLoadMaterials < + > + + # When enabled, Tinkers' Evolution will replace tool materials added by other mods in case overlaps occur. + B:overrideMaterials=true + + ########################################################################################################## + # general + #--------------------------------------------------------------------------------------------------------# + # Configuration for the mod in general. + ########################################################################################################## + + general { + # The maximum value for the "damage taken" attribute. + # Min: 1.0 + # Max: 1.7976931348623157E308 + D:attrDamageTakenMax=1.0E9 + + # The minimum value for the "damage taken" attribute. + # If set to 1, then damage reduction will not work at all. + # Min: 0.0 + # Max: 1.0 + D:attrDamageTakenMin=0.0 + + # The maximum value for the "evasion" attribute. + # If set to 0, then evasion will not work at all. + # Min: 0.0 + # Max: 1.0 + D:attrEvasionMax=1.0 + + # The maximum value for the "healing received" attribute. + # If set to 1, then heal amplification will not work at all. + # Min: 1.0 + # Max: 1.7976931348623157E308 + D:attrHealingReceivedMax=1.0E9 + + # The minimum value for the "healing received" attribute. + # If set to 1, then heal reduction will not work at all. + # Min: 0.0 + # Max: 1.0 + D:attrHealingReceivedMin=0.0 + + # The additional bonus damage percentage granted per level of the damage boost effect. + # Min: 0.0 + # Max: 1.0 + D:effectDamageBoostBonusDamage=0.05 + + # The additional percentage of damage mitigated per level of the damage reduction effect. + # Min: 0.0 + # Max: 1.0 + D:effectDamageReductionPercentage=0.04 + + # The minimum amount of health a player can drop to while under the immortality effect. + # Setting this to zero will make the immortality effect completely useless. + # Min: 1.0 + # Max: 1.7976931348623157E308 + D:effectImmortalityMinHealth=1.0 + + # The fraction of healing that is mitigated by the mortal wounds debuff. + # Min: 0.0 + # Max: 1.0 + D:effectMortalWoundsHealReduction=0.75 + + # The energy capacity divider that determines the durability threshold for the fluxed modifier. + # For a battery storing `s` RF, the tool needs at least `s/n` max durability, where `n` is this config value. + # To disable the durability requirement entirely, set this to zero. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:modFluxedDurabilityThresholdDivider=2000.0 + + # The energy cost per point of durability absorbed by armour with the fluxed modifier. + # Only useful with Construct's Armoury installed. + # Min: 0 + # Max: 2147483647 + I:modFluxedEnergyCostArmour=1024 + + # The energy cost per point of durability absorbed by tools with the fluxed modifier. + # Min: 0 + # Max: 2147483647 + I:modFluxedEnergyCostTools=320 + + # The divider used to calculate the maximum energy transfer rate for tools with the fluxed modifier. + # Transfer rate is calculated as `capacity/n`, where `n` is this config value. + # Set to zero for unlimited transfer rate. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:modFluxedEnergyTransferDivider=100.0 + + # The amount of flat bonus magical damage dealt per level of the aftershock trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitAftershockDamage=2.0 + + # The duration, in ticks, of the damage boost effect gained from the battle furor trait. + # Each additional proc of the trait refreshes the duration of the effect. + I:traitBattleFurorDuration=100 + + # The maximum level of damage boost that can be gained from the battle furor trait. + I:traitBattleFurorMaxStacks=9 + + # The probability of creating a blast on hitting entities with the blasting trait. + # Min: 0.0 + # Max: 1.0 + D:traitBlastingAttackProbability=0.33 + + # The probability of creating a blast on block break with the blasting trait. + # Min: 0.0 + # Max: 1.0 + D:traitBlastingBlockProbability=0.05 + + # Whether blasts creating by the blasting trait will destroy blocks or not. + B:traitBlastingDamagesTerrain=false + + # The magnitude of the blast created by the blasting trait. This should probably not be too large... + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitBlastingMagnitude=1.0 + + # The probability of projectile exploding on hitting a block with the blasting trait. + # Min: 0.0 + # Max: 1.0 + D:traitBlastingProjectileProbability=0.33 + + # The maximum number of additional targets that can be bounced to by a single chain lightning instance. + # Setting this to zero means the chain lightning will only hit the original target of the attack. + # Min: 0 + # Max: 32767 + I:traitChainLightningBounces=3 + + # The fraction of the original attack's damage dealt as chain lightning damage. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitChainLightningDamageMultiplier=0.25 + + # The probability of a hit generating lightning with the chain lightning trait. + # Min: 0.0 + # Max: 1.0 + D:traitChainLightningProbability=0.25 + + # The maximum distance, in blocks, that a chain lightning instance can jump between targets. + # This should probably be reasonably small, since searching large areas can be expensive. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:traitChainLightningRange=3.0 + + # The duration, in ticks, of the slow applied by the chilling touch trait. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 2147483647 + I:traitChillingTouchSlowDuration=32 + + # The maximum level of wither that can be applied by the corrupting trait. + # Min: 0 + # Max: 2147483647 + I:traitCorruptingMaxStacks=5 + + # The duration, in ticks, of wither effect applied by the corrupting trait. + # Each additional proc of the trait refreshes the duration of the effect. + # Min: 1 + # Max: 2147483647 + I:traitCorruptingWitherDuration=140 + + # The bonus damage percentage at maximum durability for the crystalline trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitCrystallineMaxBonus=0.2 + + # The upper bound for the bonus damage dealt by the culling trait. + # The bonus damage cannot exceed the attack's base damage times this multiplier. + # Set this to zero to disable the upper bound. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitCullingBoundMultiplier=2.0 + + # The max-health-difference multiplier for computing damage from the culling trait. + # Bonus damage dealt is computed as `n * (attackerHealth - targetHealth)`, where `n` is this config value. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitCullingDifferenceMultiplier=0.5 + + # The bonus damage percentage for critical strikes augmented by the deadly precision trait. + # Note that the built-in +50% bonus critical strike damage is applied after this bonus damage. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitDeadlyPrecisionBonusDamage=0.5 + + # The amount of healing amplification afforded by each armour piece with the divine grace trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitDivineGraceHealBoost=0.12 + + # The energy capacity granted per trait level on armour with the energized trait. + # Only useful with Construct's Armoury installed. + # Min: 0 + # Max: 2147483647 + I:traitEnergizedEnergyCapacityArmour=400000 + + # The energy capacity granted per trait level on tools with the energized trait. + # Min: 1 + # Max: 2147483647 + I:traitEnergizedEnergyCapacityTools=400000 + + # The energy cost per point of durability absorbed by armour with the energized trait. + # Only useful with Construct's Armoury installed. + # Min: 0 + # Max: 2147483647 + I:traitEnergizedEnergyCostArmour=1024 + + # The energy cost per point of durability absorbed by tools with the energized trait. + # Min: 0 + # Max: 2147483647 + I:traitEnergizedEnergyCostTools=320 + + # The divider used to calculate the maximum energy transfer rate for equipment with the energized trait. + # Transfer rate is calculated as `capacity/n`, where `n` is this config value. + # Set to zero for unlimited transfer rate. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:traitEnergizedEnergyTransferDivider=100.0 + + # The maximum amount of damage that can be dealt in a single executor proc. + # Set this to zero to disable the upper bound. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:traitExecutorDamageMax=0.0 + + # The percentage of missing health dealt as bonus damage by the executor trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitExecutorMissingHealthDamage=0.2 + + # The cost, in durability points, of using the fertilizing trait to fertilize a crop. + # Min: 0 + # Max: 2147483647 + I:traitFertilizingDurabilityCost=25 + + # The duration, in ticks, of the speed granted by the fleet of foot trait. + # Min: 1 + # Max: 2147483647 + I:traitFootFleetSpeedDuration=50 + + # The bonus flight speed provided per level of the gale force trait. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:traitGaleForceFlightSpeed=0.02 + + # The duration, in ticks, of the regeneration and fire resistance granted by the hearth's embrace trait. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 2147483647 + I:traitHearthEmbraceBuffDuration=200 + + # The bonus damage percentage per passed health threshold for the juggernaut trait. + # See the comment for traitJuggernautHealthBase for more details. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitJuggernautDamageMultiplier=0.3 + + # The first health threshold for the juggernaut trait. + # The damage multiplier for the trait is computed in the following way: there are a series of health + # thresholds and for each threshold surpassed by the player's current health amount, the damage multiplier + # is applied once. The distance between the thresholds increases by a multiplier. With the default settings + # of 20 base health, 2 threshold multiplier, and 30% damage multiplier, the player would gain 30% damage + # at 20 health, 60% damage at 40 health, 90% damage at 80 health, and so on. The specific formula used is: + # bonusDamage = damageMult * (log(health/baseHealth) / log(threshFactor) + 1) + # If the threshold multiplier is set to 1, then the threshold scaling is disabled and a linear formula is used instead: + # bonusDamage = damageMult * health / baseHealth + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitJuggernautHealthBase=20.0 + + # The multiplier applied to the previous threshold to compute the next threshold for the juggernaut trait. + # Set to 1 if you want the thresholds to not change (i.e. linearly scaling juggernaut damage). + # See the comment for traitJuggernautHealthBase for more details. + # Min: 1.0 + # Max: 3.4028234663852886E38 + D:traitJuggernautThresholdFactor=2.0 + + # The duration, in ticks, of the glowing effect applied by the luminiferous trait. + # Min: 1 + # Max: 2147483647 + I:traitLuminiferousGlowingDuration=160 + + # The duration, in ticks, of the healing reduction applied by the mortal wounds trait. + # Min: 1 + # Max: 2147483647 + I:traitMortalWoundsHealReductionDuration=100 + + # The bonus damage percentage for attacks that proc opportunist. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitOpportunistBonusDamage=0.3 + + # The bonus damage percentage gained for each point of enemy armour using the overwhelm trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitOverwhelmArmourDamage=0.015 + + # The probability of repairing one durability each second for armour with the photosynthetic trait. + # This is the probability in full sunlight; the probability is decreased in lower light and when occluded. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:traitPhotosyntheticArmourRepairProbability=0.15 + + # The probability of repairing one durability each second for tools with the photosynthetic trait. + # This is the probability in full sunlight; the probability is decreased in lower light and when occluded. + # Min: 0.0 + # Max: 1.0 + D:traitPhotosyntheticRepairProbability=0.2 + + # The fraction of damage converted to energy for attacks that proc the piezoelectric trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitPiezoelectricConversionRatio=36.0 + + # The duration, in ticks, of the blindness applied by the radiant trait. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 2147483647 + I:traitRadiantBlindnessDuration=32 + + # The maximum level of damage reduction that the reactive trait can stack up to. + # Only useful with Construct's Armoury installed. + # Min: 0 + # Max: 2147483647 + I:traitReactiveMaxStacks=20 + + # The duration, in ticks, of damage reduction applied by the reactive trait. + # Each additional proc of the trait refreshes the duration of the effect. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 2147483647 + I:traitReactiveResistanceDuration=200 + + # The duration, in ticks, of the regeneration applied by the rejuvenating trait. + # Min: 1 + # Max: 2147483647 + I:traitRejuvenatingRegenDuration=64 + + # The number of ticks of invincibility removed by the relentless trait. + # By default, every mob has 20 ticks of invincibility, but only half of them actually block incoming damage. + # Min: 1 + # Max: 2147483647 + I:traitRelentlessInvincibilityReduction=7 + + # The maximum amount of damage that can be dealt in a single ruination proc. + # Set this to zero to disable the upper bound. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:traitRuinationDamageMax=0.0 + + # The fraction of enemy current health dealt as bonus damage by the ruination trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitRuinationHealthMultiplier=0.04 + + # The duration, in ticks, of the regeneration granted by the second wind trait. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 2147483647 + I:traitSecondWindRegenDuration=140 + + # The (inclusive) light level threshold for the invisibility granted by the shadowstep trait. + # Only useful with Construct's Armoury installed. + I:traitShadowstepLightThreshold=3 + + # The evasion chance granted by each piece of armour with the spectarl trait. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:traitSpectralEvasionChance=0.08 + + # The duration, in ticks, of the root applied by the staggering trait. + # Min: 1 + # Max: 2147483647 + I:traitStaggeringRootDuration=12 + + # The duration, in ticks, of the weakness applied by the stifling trait. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 2147483647 + I:traitStiflingWeaknessDuration=100 + + # The maximum bonus armour effectiveness afforded by the stonebound armour trait. + # Only useful with Construct's Armoury installed. + # Min: 1.0 + # Max: 3.4028234663852886E38 + D:traitStoneboundArmourEffectivenessMax=0.05 + + # The duration, in ticks, of the weakness applied by the sundering trait. + # Min: 1 + # Max: 2147483647 + I:traitSunderingWeaknessDuration=100 + + # The fraction of damage converted to healing by the vampiric trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:traitVampiricConversionRatio=0.2 + + # The cooldown, in ticks, between procs of the strength of will trait. + # Only useful with Construct's Armoury installed. + # Min: 0 + # Max: 2147483647 + I:traitWillStrengthCooldown=0 + + # The duration, in ticks, of the immortality applied by the strength of will trait. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 2147483647 + I:traitWillStrengthImmortalityDuration=200 + } + + ########################################################################################################## + # tools + #--------------------------------------------------------------------------------------------------------# + # Configuration for tools added by Tinkers' Evolution. + ########################################################################################################## + + tools { + # Whether to enable the sceptre or not. + # If disabled, the recipe and book pages are removed. + B:sceptreEnabled=true + } + + ########################################################################################################## + # tweaks + #--------------------------------------------------------------------------------------------------------# + # Configuration for various tweaks to Tinkers' Construct and its addons. + ########################################################################################################## + + tweaks { + # Disables the damage cutoff mechanic, which normally limits the attack damage stat on tools. + # Enabling this will not automatically fix tools built before it was enabled! + B:disableDamageCutoff=false + + # A multiplier for the speed at which materials melt in heat-based machines. + # This affects the smeltery as well as the heater and high oven from Tinkers' Complement. + # Set to 1 to retain the default melt speed. Set to 0 if you want melting to be impossible for some reason. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:meltSpeedMultiplier=1.0 + } + + ########################################################################################################## + # artifacts + #--------------------------------------------------------------------------------------------------------# + # Configuration for the artifacts system. + ########################################################################################################## + + artifacts { + # Whether artifacts should be enabled or not. + B:enabled=true + + # The probabilities of an artifact being generated in various loot tables. + # Each entry should be formatted `,`. + S:lootProbabilities < + chests/abandoned_mineshaft,0.02 + chests/desert_pyramid,0.08 + chests/end_city_treasure,0.15 + chests/igloo_chest,0.05 + chests/jungle_temple,0.08 + chests/nether_bridge,0.02 + chests/simple_dungeon,0.3 + chests/stronghold_corridor,0.04 + chests/stronghold_crossing,0.04 + chests/stronghold_library,0.15 + chests/village_blacksmith,0.1 + chests/woodland_mansion,0.25 + > + } + + ########################################################################################################## + # client + #--------------------------------------------------------------------------------------------------------# + # Configuration for client-side features. + ########################################################################################################## + + client { + # Allows Tinkers' Evolution to inject its custom model render handlers. + # If your tool rendering starts acting strange, disabling this might fix it. + B:useFancyModelRenders=true + } + + ########################################################################################################## + # moduleastralsorcery + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Astral Sorcery module. + ########################################################################################################## + + moduleastralsorcery { + # The duration, in ticks, of the regeneration granted by armour attuned to aevitas. + # Only useful with Construct's Armoury installed! + # Min: 1 + # Max: 2147483647 + I:armourAevitasRegenDuration=100 + + # The bonus armour protection (defense and toughness) afforded by armour attuned to armara. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:armourArmaraBonusProtection=0.25 + + # The probability of a flare spawning for each hit on armour attuned to bootes. + # Note that each armour piece makes an independent roll, allowing up to 4 flares to spawn per hit. + # Only useful with Construct's Armoury installed! + D:armourBootesFlareProbability=0.09000000357627869 + + # The fraction of damage reflected by armour attuned to discidia. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:armourDiscidiaReflectRatio=0.3 + + # The cooldown duration, in ticks, between time freeze procs on armour attuned to horologium. + # This should probably be a number larger than the time freeze duration. + # Only useful with Construct's Armoury installed! + # Min: 1 + # Max: 2147483647 + I:armourHorologiumCooldown=200 + + # The duration, in ticks, of the time freeze incurred by armour attuned to horologium. + # Only useful with Construct's Armoury installed! + # Min: 1 + # Max: 2147483647 + I:armourHorologiumFreezeDuration=64 + + # The range of the time freeze incurred by armour attuned to horologium. + # Don't make this too large; it will probably crash servers. + # Only useful with Construct's Armoury installed! + # Min: 1.0 + # Max: 3.4028234663852886E38 + D:armourHorologiumFreezeRange=6.0 + + # The probability of repairing one durability each second on armour attuned to pelotrio. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:armourPelotrioRepairProbability=0.11 + + # The duration, in ticks, of the speed granted by armour attuned to vicio. + # Only useful with Construct's Armoury installed! + # Min: 1 + # Max: 2147483647 + I:armourVicioSpeedDuration=100 + + # The bonus attack damage percentage granted by attunement when the constellation is in the sky. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:attunementBonusDamage=0.1 + + # The bonus mining speed percentage granted by attunement when the constellation is in the sky. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:attunementBonusEfficiency=0.1 + + # The bonus armour protection afforded by attunement when the constellation is in the sky. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:attunementBonusProtection=0.1 + + # The duration, in ticks, of the regeneration granted by tools attuned to aevitas. + # Min: 1 + # Max: 2147483647 + I:toolAevitasRegenDuration=100 + + # The duration, in ticks, of the resistance granted by tools attuned to armara. + # Min: 1 + # Max: 2147483647 + I:toolArmaraResistanceDuration=100 + + # The bonus damage percentage granted by tools attuned to discidia. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:toolDiscidiaBonusDamage=0.25 + + # The bonus efficiency granted by tools attuned to evorsio. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:toolEvorsioBonusEfficiency=0.25 + + # The duration, in SECONDS, of the fire set by tools attuned to fornax. + # Min: 1 + # Max: 2147483647 + I:toolFornaxFireDuration=10 + + # The duration, in ticks, of the time freeze caused by tools attuned to horologium. + # Min: 1 + # Max: 2147483647 + I:toolHorologiumFreezeDuration=16 + + # The duration, in ticks, of the glowing effect granted by tools attuned to lucerna. + # Min: 1 + # Max: 2147483647 + I:toolLucernaGlowingDuration=200 + + # The level of fortune granted by tools attuned to mineralis. + # Min: 1 + # Max: 32767 + I:toolMineralisFortuneLevel=3 + + # The probability of repairing one durability each second on tools attuned to pelotrio. + # Min: 0.0 + # Max: 1.0 + D:toolPelotrioRepairProbability=0.17 + + # The duration, in ticks, of the speed granted by tools attuned to vicio. + # Min: 1 + # Max: 2147483647 + I:toolVicioSpeedDuration=100 + } + + ########################################################################################################## + # moduleavaritia + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Avaritia module. + ########################################################################################################## + + moduleavaritia { + # The probability of a neutron pile dropping from breaking a block or killing a mob using the condensing trait. + # Note that this stacks additively for each tool part with the condensing trait used in a tool. + # Min: 0.0 + # Max: 1.0 + D:condensingDropProbability=0.005 + + # Can tools with the omnipotence trait break unbreakable blocks (e.g. bedrock)? + # This is a setting that server owners should probably be careful with. + B:omnipotenceBreaksUnbreakable=false + + # Can weapons with the omnipotence trait hit players in creative mode? + # This is a setting that server owners should probably be careful with. + B:omnipotenceHitsCreative=false + } + + ########################################################################################################## + # modulebloodmagic + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Blood Magic module. + ########################################################################################################## + + modulebloodmagic { + # The cost, in LP, per durability point consumed by bloodbound armour. + # Only useful with Construct's Armoury installed! + # Min: 1 + # Max: 2147483647 + I:bloodboundArmourCost=25 + + # The cost, in LP, per durability point consumed by bloodbound tools. + # Min: 1 + # Max: 2147483647 + I:bloodboundToolCost=5 + + # The probability of dropping a blood shard per mob slain with the crystalys trait. + # Min: 0.0 + # Max: 1.0 + D:crystalysDropProbability=0.2 + + # The threshold values of demon will required for each tier of power for sentient armour. + # Note that changing the length of this array will change the number of tiers. + # Only useful with Construct's Armoury installed! + D:sentientArmourTierThresholds < + 30.0 + 200.0 + 600.0 + 1500.0 + 4000.0 + 6000.0 + 8000.0 + 16000.0 + > + + # The base demon will cost per damage point absorbed by sentient armour. + # Min: 0.0 + # Max: 1.0E9 + D:sentientArmourWillCostBase=0.1 + + # The additional demon will cost per tier of power per damage point absorbed by sentient armour. + # Min: 0.0 + # Max: 1.0E9 + D:sentientArmourWillCostPerLevel=0.05 + + # The base percentage damage reduction granted per tier of corrosive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientCorrosiveArmourProtectionBase=0.0 + + # The additional percentage damage reduction granted per tier of corrosive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientCorrosiveArmourProtectionPerLevel=0.028 + + # The base flat attack damage granted for corrosive will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientCorrosiveDamageBase=0.0 + + # The additional flat attack damage granted per tier of corrosive will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientCorrosiveDamagePerLevel=0.5 + + # The base poison duration, in ticks, for corrosive will on sentient tools. + # Also used for the poison effect corrosive sentient armour. + # Min: 1 + # Max: 2147483647 + I:sentientCorrosivePoisonDurationBase=16 + + # The additional poison duration, in ticks, per tier of corrosive will on sentient tools. + # Also used for the poison effect corrosive sentient armour. + # Min: 0 + # Max: 2147483647 + I:sentientCorrosivePoisonDurationPerLevel=16 + + # The base flat attack damage granted for destructive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveArmourAttackDamageBase=0.25 + + # The additional flat attack damage granted per tier of destructive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveArmourAttackDamagePerLevel=0.25 + + # The base percentage reduction in attack speed incurred by destructive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveArmourAttackSpeedBase=0.0 + + # The additional percentage reduction in attack speed incurred per tier of destructive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveArmourAttackSpeedPerLevel=0.01 + + # The base percentage damage reduction granted per tier of destructive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientDestructiveArmourProtectionBase=0.0 + + # The additional percentage damage reduction granted per tier of destructive will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientDestructiveArmourProtectionPerLevel=0.028 + + # The base percentage reduction in attack speed incurred by destructive will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveAttackSpeedBase=0.0 + + # The additional percentage reduction in attack speed incurred per tier of destructive will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveAttackSpeedPerLevel=0.09 + + # The base flat attack damage granted for destructive will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveDamageBase=0.25 + + # The additional flat attack damage granted per tier of destructive will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientDestructiveDamagePerLevel=0.75 + + # The additional dig speed granted per tier of power for sentient tools. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:sentientDigSpeedPerLevel=0.75 + + # The additional percentage damage reduction granted per tier of raw will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientRawArmourProtectionPerLevel=0.028 + + # The additional flat attack damage granted per tier of raw will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientRawDamagePerLevel=0.5 + + # The base absorption duration, in ticks, for steadfast will on sentient tools. + # Min: 1 + # Max: 2147483647 + I:sentientSteadfastAbsorptionDurationBase=100 + + # The additional absorption duration, in ticks, per tier of steadfast will on sentient tools. + # Min: 0 + # Max: 2147483647 + I:sentientSteadfastAbsorptionDurationPerLevel=100 + + # The percentage of enemy max health gained as absorption per proc of steadfast will on sentient tools. + # Note that no more than 20 points of absorption can be gained from steadfast tools at a time. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:sentientSteadfastAbsorptionHealthRatio=0.05 + + # The base percentage knockback resistance granted per tier of steadfast will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientSteadfastArmourKnockbackResistBase=0.0 + + # The additional percentage knockback resistance granted per tier of steadfast will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientSteadfastArmourKnockbackResistPerLevel=0.1 + + # The base percentage damage reduction granted per tier of steadfast will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientSteadfastArmourProtectionBase=0.06 + + # The additional percentage damage reduction granted per tier of steadfast will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientSteadfastArmourProtectionPerLevel=0.022 + + # The base flat attack damage granted for steadfast will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientSteadfastDamageBase=-0.4 + + # The additional flat attack damage granted per tier of steadfast will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientSteadfastDamagePerLevel=0.4 + + # The threshold values of demon will required for each tier of power for sentient tools. + # Note that changing the length of this array will change the number of tiers. + D:sentientTierThresholds < + 16.0 + 60.0 + 200.0 + 400.0 + 1000.0 + 2000.0 + 4000.0 + > + + # The base percentage move speed granted per tier of vengeful will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulArmourMoveSpeedBase=0.0 + + # The additional percentage move speed granted per tier of vengeful will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulArmourMoveSpeedPerLevel=0.03 + + # The base percentage damage reduction granted per tier of vengeful will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientVengefulArmourProtectionBase=0.0 + + # The additional percentage damage reduction granted per tier of vengeful will on sentient armour. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:sentientVengefulArmourProtectionPerLevel=0.028 + + # The base percentage attack speed granted per tier of vengeful will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulAttackSpeedBase=0.09 + + # The additional percentage attack speed granted per tier of vengeful will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulAttackSpeedPerLevel=0.09 + + # The base flat attack damage granted for vengeful will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulDamageBase=-0.4 + + # The additional flat attack damage granted per tier of vengeful will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulDamagePerLevel=0.4 + + # The base percentage move speed granted per tier of vengeful will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulMoveSpeedBase=0.0 + + # The additional percentage move speed granted per tier of vengeful will on sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientVengefulMoveSpeedPerLevel=0.05 + + # The base demon will cost per operation performed by sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientWillCostBase=0.05 + + # The additional demon will cost per tier of power per operation performed by sentient tools. + # Min: 0.0 + # Max: 1.0E9 + D:sentientWillCostPerLevel=0.15 + + # The cost, in LP, to mitigate one point of damage with the soul guard trait. + # Only useful with Construct's Armoury installed! + # Min: 1 + # Max: 2147483647 + I:soulGuardCost=50 + + # The total possible percentage of damage mitigated by the soul guard trait. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:soulGuardDamageReduction=0.25 + + # The percentage penalty to damage reduction by soul guard per level of the soul fray debuff. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:soulGuardFrayedPenalty=0.33 + + # The percentage penalty to damage reduction by soul guard when incoming damage is armour-piercing. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:soulGuardPiercingPenalty=0.1 + + # The duration, in ticks, of the soul snare effect applied by armour with the willful trait. + # Only useful with Construct's Armoury installed! + # Min: 1 + # Max: 2147483647 + I:willfulArmourEnsnareDuration=300 + + # The probability of a mob becoming soul-snared upon attacking armour with the willful trait. + # Only useful with Construct's Armoury installed! + # Min: 0.0 + # Max: 1.0 + D:willfulArmourEnsnareProbability=0.25 + + # The base bonus demon will drop rate for the willful trait. + # See `willfulStaticDropBase` for more details. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:willfulBonusDropBase=2.0 + + # The additional bonus demon will drop rate per level of the sentient trait. + # See `willfulStaticDropBase` for more details. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:willfulBonusDropPerLevel=2.3 + + # The base static demon will drop rate for the willful trait. + # Dropped will is computed as the static drop rate scaled by the health pool size of the killed mob's . + # Additionally, a random bonus amount of will is added, up to the bonus drop rate. + # Drop rates increase based on the level of the sentient trait (and not the willful trait!). + # For weapons that have the willful trait but not the sentient trait, only the base drop rates are used. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:willfulStaticDropBase=1.0 + + # The additional static demon will drop rate per level of the sentient trait. + # See `willfulStaticDropBase` for more details. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:willfulStaticDropPerLevel=0.43 + } + + ########################################################################################################## + # modulebotania + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Botania module. + # As a reference, a mana pool holds 1 million units of mana. + # To repair one point of durability, the manasteel pickaxe uses 60 mana and the terra shatterer uses 100. + ########################################################################################################## + + modulebotania { + # The number of ticks between each proc by the aura-infused trait. Only useful with Construct's Armoury. + # Min: 1 + # Max: 2147483647 + I:auraInfusedDelay=20 + + # The fraction of damage converted to mana gain by the aura siphon trait. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:auraSiphonMultiplier=2.5 + + # The probability of spawning a pixie when hit for boots with the voice of the fae trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:faeVoiceProbabilityBoots=0.09 + + # The probability of spawning a pixie when hit for a chestplate with the voice of the fae trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:faeVoiceProbabilityChestplate=0.17 + + # The probability of spawning a pixie when hit for a helmet with the voice of the fae trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:faeVoiceProbabilityHelmet=0.11 + + # The probability of spawning a pixie when hit for leggings with the voice of the fae trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:faeVoiceProbabilityLeggings=0.15 + + # The probability of spawning a pixie on each weapon attack by the voice of the fae trait. + # Min: 0.0 + # Max: 1.0 + D:faeVoiceProbabilityWeapon=0.05 + + # The mana discount percentage granted per level by boots with the mana affinity trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:manaAffinityDiscountBoots=0.015 + + # The mana discount percentage granted per level by a chestplate with the mana affinity trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:manaAffinityDiscountChestplate=0.04 + + # The mana discount percentage granted per level by a helmet with the mana affinity trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:manaAffinityDiscountHelmet=0.015 + + # The mana discount percentage granted per level by leggings with the mana affinity trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:manaAffinityDiscountLeggings=0.03 + + # The amount of mana used to repair one point of durability by the mana-infused trait. + # Also the amount of mana contained in a burst created by the gaia's wrath trait. + # Min: 1 + # Max: 2147483647 + I:manaInfusedCost=75 + } + + ########################################################################################################## + # moduleconstructsarmoury + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Construct's Armoury module. + ########################################################################################################## + + moduleconstructsarmoury { + # Fixes the bug where Construct's Armoury armour can take damage even with traits that prevent it. + # Only useful with Construct's Armoury installed! + B:fixConArmArmourDamage=true + } + + ########################################################################################################## + # moduledraconicevolution + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Draconic Evolution module. + ########################################################################################################## + + moduledraconicevolution { + # The base RF capacity of chaotic tools and armour. + # Min: 1 + # Max: 2147483647 + I:baseRfCapacityChaotic=64000000 + + # The base RF capacity of draconic tools and armour. + # Min: 1 + # Max: 2147483647 + I:baseRfCapacityDraconic=16000000 + + # The base RF capacity of wyvern tools and armour. + # Min: 1 + # Max: 2147483647 + I:baseRfCapacityWyvern=4000000 + + # The base shield capacity for chaotic armour. Only useful with Construct's Armoury. + # Min: 0 + # Max: 2147483647 + I:baseShieldCapacityChaotic=1024 + + # The base shield capacity for draconic armour. Only useful with Construct's Armoury. + # Min: 0 + # Max: 2147483647 + I:baseShieldCapacityDraconic=512 + + # The base shield capacity for wyvern armour. Only useful with Construct's Armoury. + # Min: 0 + # Max: 2147483647 + I:baseShieldCapacityWyvern=256 + + # The base shield recovery rate for chaotic armour. Only useful with Construct's Armoury. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:baseShieldRecoveryChaotic=7.0 + + # The base shield recovery rate for draconic armour. Only useful with Construct's Armoury. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:baseShieldRecoveryDraconic=4.0 + + # The base shield recovery rate for wyvern armour. Only useful with Construct's Armoury. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:baseShieldRecoveryWyvern=2.0 + + # Causes only the first level of the chaos resistance armour modifier to consume a modifier slot. + # Only useful with Construct's Armoury installed. + B:chaosResistOnlyUsesOneModifier=false + + # The percentage of chaos damage mitigated per level of the chaos resistance modifier. + # Note that this stacks additively across all pieces of armour. + # Min: 0.0 + # Max: 1.0 + D:chaosResistPercentagePerLevel=0.048 + + # The percentage bonus of entropy dealt to energy shields per level of the entropic trait. + # Normally, 1/20 of the raw damage dealt to an energy shield is applied as entropy. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:entropicBonusEntropyPerLevel=1.0 + + # Causes only the first level of the entropic modifier to consume a modifier slot. + B:entropicOnlyUsesOneModifier=false + + # The amount of energy required for the final guard ability. Only useful with Construct's Armoury. + # Min: 1 + # Max: 2147483647 + I:finalGuardEnergy=10000000 + + # The amount of energy burned per one point of damage for the flux burn ability. + # That is to say, if you burn exactly this much energy, you'll deal exactly one point of damage. + # Min: 1 + # Max: 2147483647 + I:fluxBurnEnergy=16000 + + # The maximum amount of energy burned per hit per level of the flux burn modifier. + # Set to zero to disable the cap. + # Min: 0 + # Max: 429496729 + I:fluxBurnMaxPerLevel=320000 + + # The minimum amount of energy burned per hit per level of the flux burn modifier. + # Min: 0 + # Max: 429496729 + I:fluxBurnMinPerLevel=256 + + # Causes only the first level of the flux burn modifier to consume a modifier slot. + B:fluxBurnOnlyUsesOneModifier=false + + # The percentage of energy burned per hit per level of the flux burn modifier. + # Min: 0.0 + # Max: 1.0 + D:fluxBurnPortionPerLevel=0.01 + + # The energy cost per operation for chaotic tools. + # Min: 0 + # Max: 2147483647 + I:operationEnergyChaotic=1024 + + # The energy cost per operation for draconic tools. + # Min: 0 + # Max: 2147483647 + I:operationEnergyDraconic=1024 + + # The energy cost per operation for wyvern tools. + # Min: 0 + # Max: 2147483647 + I:operationEnergyWyvern=1024 + + # The percentage of damage converted to chaos damage per level of the primordial trait. + # Min: 0.0 + # Max: 1.0 + D:primordialConversionPerLevel=0.04 + + # Causes only the first level of the primordial modifier to consume a modifier slot. + B:primordialOnlyUsesOneModifier=false + + # Causes only the first level of the reaping modifier to consume a modifier slot. + B:reapingOnlyUsesOneModifier=false + + # The maximum RF transfer rate for chaotic tools and armour. + # Min: 1 + # Max: 2147483647 + I:rfTransferChaotic=4000000 + + # The maximum RF transfer rate for draconic tools and armour. + # Min: 1 + # Max: 2147483647 + I:rfTransferDraconic=1000000 + + # The maximum RF transfer rate for wyvern tools and armour. + # Min: 1 + # Max: 2147483647 + I:rfTransferWyvern=512000 + + # The energy cost per shield point for chaotic armour. Only useful with Construct's Armoury. + # Min: 0 + # Max: 2147483647 + I:shieldRecoveryEnergyChaotic=1000 + + # The energy cost per shield point for draconic armour. Only useful with Construct's Armoury. + # Min: 0 + # Max: 2147483647 + I:shieldRecoveryEnergyDraconic=1000 + + # The energy cost per shield point for wyvern armour. Only useful with Construct's Armoury. + # Min: 0 + # Max: 2147483647 + I:shieldRecoveryEnergyWyvern=1000 + + # If enabled, damage blocked by energy shields will still grant tool experience. + # Only useful with both Construct's Armoury and Tinkers Tool Leveling installed. + B:shieldedDamageGrantsToolXp=false + } + + ########################################################################################################## + # moduleelenaidodge + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Elenai Dodge 2 module. + ########################################################################################################## + + moduleelenaidodge { + # The duration, in ticks, of the weight effect inflicted by the grounding modifier. + # Min: 1 + # Max: 2147483647 + I:groundingDuration=20 + + # Causes only the first level of the weightless armour modifier to consume a modifier slot. + # Only useful with Construct's Armoury installed. + B:weightlessOnlyUsesOneModifier=false + } + + ########################################################################################################## + # moduleenderio + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Ender IO module. + ########################################################################################################## + + moduleenderio { + # The burn time, in ticks, per 50 mB of fire water when used as a smeltery fuel. + # Set to zero to disable fire water as a smeltery fuel. + # Min: 0 + # Max: 2147483647 + I:fuelFireWaterBurnTime=125 + } + + ########################################################################################################## + # moduleenvironmentaltech + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Environmental Tech module. + ########################################################################################################## + + moduleenvironmentaltech { + # The divider for the solar generation rate for environmental tech solar cells. + # Since the solar gen rate is balanced around the cost of the controller, we use a divider to account for it. + # For reference, the default generation rate of a litherite cell with no divider is ~60 RF/t + # Min: 1.0 + # Max: 3.4028234663852886E38 + D:solarGenDivider=7.5 + } + + ########################################################################################################## + # moduleindustrialforegoing + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Industrial Foregoing module. + ########################################################################################################## + + moduleindustrialforegoing { + # The probability of a pink slime spawning with the pink slimey trait. + # Min: 0.0 + # Max: 1.0 + D:slimeyPinkSpawnProbability=0.0033 + } + + ########################################################################################################## + # moduleindustrialcraft + #--------------------------------------------------------------------------------------------------------# + # Configuration for the IC2 module + ########################################################################################################## + + moduleindustrialcraft { + # The total EU that can be stored in armour with the electric trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:electricArmourEnergyBuffer=30000.0 + + # The cost, in EU, per point of durability absorbed on armour with the electric trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:electricArmourEnergyCost=400.0 + + # The power tier for equipment with the electric trait. + # Min: 1 + # Max: 2147483647 + I:electricPowerTier=1 + + # The divider used to calculate the maximum energy transfer rate for electric equipment. + # Transfer rate is calculated as `capacity/n`, where `n` is this config value. + # Set to zero for unlimited transfer rate. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:electricPowerTransferDivider=100.0 + + # The total EU that can be stored in tools with the electric trait. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:electricToolEnergyBuffer=30000.0 + + # The cost, in EU, per point of durability absorbed on tools with the electric trait. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:electricToolEnergyCost=100.0 + + # The burn time, in ticks, per 50 mB of superheated steam when used as a smeltery fuel. + # Set to zero to disable superheated steam as a smeltery fuel. + # Min: 0 + # Max: 2147483647 + I:fuelSuperheatedSteamBurnTime=12 + } + + ########################################################################################################## + # modulenaturalabsorption + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Natural Absorption module. + ########################################################################################################## + + modulenaturalabsorption { + # Causes only the first level of the absorption armour modifier to consume a modifier slot. + # Only useful with Construct's Armoury installed. + B:absorptionOnlyUsesOneModifier=false + } + + ########################################################################################################## + # moduleprojecte + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Project: E module. + ########################################################################################################## + + moduleprojecte { + # The percentage of damage converted to EMC by each level of the eternal density trait. + # This is multiplied by the level of the trait to determine the final conversion ratio. + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:eternalDensityDamageConversion=16.0 + + # The additional damage reduction granted per piece of armour with the superdense trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:superdenseDamageReduction=0.15 + + # The additional damage reduction granted per piece of armour with the ultradense trait. + # Only useful with Construct's Armoury installed. + # Min: 0.0 + # Max: 1.0 + D:ultradenseDamageReduction=0.2 + } + + ########################################################################################################## + # modulethaumcraft + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Thaumcraft module. + ########################################################################################################## + + modulethaumcraft { + # The percentage vis discount provided per level of the aura affinity trait. + # Only useful with Construct's Armoury installed. + # Min: 1 + # Max: 100 + I:auraAffinityVisDiscount=2 + } + + ########################################################################################################## + # modulethermalseries + #--------------------------------------------------------------------------------------------------------# + # Configuration for the Thermal Series module. + ########################################################################################################## + + modulethermalseries { + # The burn time, in ticks, per 50 mB of blazing pyrotheum when used as a smeltery fuel. + # Set to zero to disable blazing pyrotheum as a smeltery fuel. + # Min: 0 + # Max: 2147483647 + I:fuelPyrotheumBurnTime=150 + + # The multiplier for magma crucible melting recipe costs. + # This is multiplied by the recipe's required temperature to compute the recipe cost in RF. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:magmaCrucibleMeltingCostMultiplier=9.0 + + # Allows smeltery melting recipes to be executed using a magma crucible. + B:magmaCrucibleMeltingEnabled=true + } + +} + + diff --git a/config/tconevo/.config_version b/config/tconevo/.config_version new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/config/tconevo/.config_version @@ -0,0 +1 @@ +2 diff --git a/config/tconevo/artifacts/agneyastra.json b/config/tconevo/artifacts/agneyastra.json new file mode 100644 index 0000000..a369c35 --- /dev/null +++ b/config/tconevo/artifacts/agneyastra.json @@ -0,0 +1,20 @@ +{ + "weight": 400, + "type": "tconevo:tool", + "name": "Agneyastra", + "lore": "The ultimate burning weapon of an ancient fire god.", + "tool": "scythe", + "materials": [ + "kyronite", + "aethium", + "netherrack", + "pink_metal" + ], + "free_mods": 3, + "mods": [ + { + "id": "fiery", + "level": 75 + } + ] +} diff --git a/config/tconevo/artifacts/ancient_arrow.json b/config/tconevo/artifacts/ancient_arrow.json new file mode 100644 index 0000000..e5415c2 --- /dev/null +++ b/config/tconevo/artifacts/ancient_arrow.json @@ -0,0 +1,12 @@ +{ + "weight": 75, + "type": "tconevo:tool", + "name": "Ancient Arrow", + "lore": "An arrow that has been fitted with powerful ancient technology.", + "tool": "arrow", + "materials": [ + "polyethylene", + "gelid_enderium", + "feather" + ] +} diff --git a/config/tconevo/artifacts/crystal_sceptre.json b/config/tconevo/artifacts/crystal_sceptre.json new file mode 100644 index 0000000..ede30ff --- /dev/null +++ b/config/tconevo/artifacts/crystal_sceptre.json @@ -0,0 +1,13 @@ +{ + "weight": 750, + "type": "tconevo:tool", + "name": "Crystal Sceptre", + "lore": "Infused with the chilling power of an ice magus.", + "tool": "tconevo.sceptre", + "materials": [ + "constantan", + "platinum", + "certus_quartz", + "lumium" + ] +} diff --git a/config/tconevo/artifacts/dragon_tooth.json b/config/tconevo/artifacts/dragon_tooth.json new file mode 100644 index 0000000..e82dadf --- /dev/null +++ b/config/tconevo/artifacts/dragon_tooth.json @@ -0,0 +1,12 @@ +{ + "weight": 100, + "type": "tconevo:tool", + "name": "Dragon's Tooth", + "lore": "Nano-scale whetting devices keep its blade razor-sharp.", + "tool": "longsword", + "materials": [ + "wood", + "platinum", + "fluxed_electrum" + ] +} diff --git a/config/tconevo/artifacts/guardian_angel.json b/config/tconevo/artifacts/guardian_angel.json new file mode 100644 index 0000000..8af5fc5 --- /dev/null +++ b/config/tconevo/artifacts/guardian_angel.json @@ -0,0 +1,12 @@ +{ + "weight": 150, + "type": "tconevo:armour", + "name": "Guardian Angel", + "lore": "A brilliant plate of legend with the power to bring its wearer back from the brink of death.", + "armour": "chestplate", + "materials": [ + "nickel", + "universal_metal", + "silver" + ] +} diff --git a/config/tconevo/artifacts/infinity_edge.json b/config/tconevo/artifacts/infinity_edge.json new file mode 100644 index 0000000..5e72281 --- /dev/null +++ b/config/tconevo/artifacts/infinity_edge.json @@ -0,0 +1,13 @@ +{ + "weight": 750, + "type": "tconevo:tool", + "name": "Infinity Edge", + "lore": "An impossibly sharp blade that strikes with great precision.", + "tool": "cleaver", + "materials": [ + "bronze", + "nickel", + "aluminium", + "platinum" + ] +} diff --git a/config/tconevo/artifacts/light_shoes.json b/config/tconevo/artifacts/light_shoes.json new file mode 100644 index 0000000..f85108b --- /dev/null +++ b/config/tconevo/artifacts/light_shoes.json @@ -0,0 +1,12 @@ +{ + "weight": 325, + "type": "tconevo:armour", + "name": "Shoes of Light", + "lore": "Shimmering treads adorned with pentacles.", + "armour": "boots", + "materials": [ + "lumium", + "ionite", + "aethium" + ] +} diff --git a/config/tconevo/artifacts/maelstrom.json b/config/tconevo/artifacts/maelstrom.json new file mode 100644 index 0000000..8b5a324 --- /dev/null +++ b/config/tconevo/artifacts/maelstrom.json @@ -0,0 +1,19 @@ +{ + "weight": 1000, + "type": "tconevo:tool", + "name": "Maelstrom", + "lore": "An instrument capable of harnessing the power of electricity.", + "tool": "hatchet", + "materials": [ + "carbon_fiber", + "invar", + "ionite" + ], + "free_mods": 2, + "mods": [ + { + "id": "haste", + "level": 100 + } + ] +} diff --git a/config/tconevo/artifacts/morning_star.json b/config/tconevo/artifacts/morning_star.json new file mode 100644 index 0000000..2f6e431 --- /dev/null +++ b/config/tconevo/artifacts/morning_star.json @@ -0,0 +1,18 @@ +{ + "weight": 150, + "type": "tconevo:tool", + "name": "Morning Star", + "lore": "The morning star that riseth from the darkness.", + "tool": "shuriken", + "materials": [ + "void_metal", + "signalum", + "constantan", + "thaumium" + ], + "free_mods": 2, + "mods": [ + "diamond", + "emerald" + ] +} diff --git a/config/tconevo/artifacts/ms_erudita.json b/config/tconevo/artifacts/ms_erudita.json new file mode 100644 index 0000000..d3bc03f --- /dev/null +++ b/config/tconevo/artifacts/ms_erudita.json @@ -0,0 +1,26 @@ +{ + "weight": 500, + "type": "tconevo:tool", + "name": "Ms. Erudita", + "lore": [ + "Easy. Just in case someone's jealous of my research.", + "- Special thanks to ChromaPIE -" + ], + "tool": "rapier", + "materials": [ + "refined_obsidian", + "fluix_steel", + "polyethylene" + ], + "free_mods": 2, + "mods": [ + { + "id": "sharpness", + "level": 72 + }, + "tconevo.fluxed" + ], + "data_tag": { + "FluxedEnergyMax": 20000 + } +} diff --git a/config/tconevo/artifacts/myriad_slashes.json b/config/tconevo/artifacts/myriad_slashes.json new file mode 100644 index 0000000..b25272f --- /dev/null +++ b/config/tconevo/artifacts/myriad_slashes.json @@ -0,0 +1,23 @@ +{ + "weight": 250, + "type": "tconevo:tool", + "name": "Myriad Slashes", + "lore": "Cuts down even the greatest of foes in a flurry of steel.", + "tool": "rapier", + "materials": [ + "pladium", + "aethium", + "universal_metal" + ], + "free_mods": 5, + "mods": [ + { + "id": "tconevo.primordial", + "level": 3 + }, + { + "id": "reinforced", + "level": 2 + } + ] +} diff --git a/config/tconevo/artifacts/phase_boots.json b/config/tconevo/artifacts/phase_boots.json new file mode 100644 index 0000000..9627416 --- /dev/null +++ b/config/tconevo/artifacts/phase_boots.json @@ -0,0 +1,28 @@ +{ + "weight": 420, + "type": "tconevo:armour", + "name": "Phase Boots", + "lore": "Boots that grant movement enhanced by powerful wind magic.", + "armour": "boots", + "materials": [ + "cobalt", + "rubber", + "prismarine" + ], + "free_mods": 7, + "mods": [ + { + "id": "speedy_armor", + "level": 100 + }, + { + "id": "shulkerweight_armor", + "level": 20 + }, + "high_stride_armor", + { + "id": "reinforced_armor", + "level": 5 + } + ] +} diff --git a/config/tconevo/artifacts/stormbow.json b/config/tconevo/artifacts/stormbow.json new file mode 100644 index 0000000..67aa5a2 --- /dev/null +++ b/config/tconevo/artifacts/stormbow.json @@ -0,0 +1,12 @@ +{ + "weight": 650, + "type": "tconevo:tool", + "name": "Stormbow", + "lore": "A bow that darkens the skies with floods of arrows.", + "tool": "shortbow", + "materials": [ + "cobalt", + "signalum", + "fluxed_string" + ] +} diff --git a/config/tconevo/artifacts/werebane.json b/config/tconevo/artifacts/werebane.json new file mode 100644 index 0000000..8e76608 --- /dev/null +++ b/config/tconevo/artifacts/werebane.json @@ -0,0 +1,16 @@ +{ + "weight": 1000, + "type": "tconevo:tool", + "name": "Werebane", + "lore": "Wielded by a tragic prince that cleansed the night of evil.", + "tool": "rapier", + "materials": [ + "livingwood", + "pladium", + "lumium" + ], + "free_mods": 1, + "mods": [ + "diamond" + ] +} diff --git a/config/thaumicaugmentation.cfg b/config/thaumicaugmentation.cfg new file mode 100644 index 0000000..ef9f555 --- /dev/null +++ b/config/thaumicaugmentation.cfg @@ -0,0 +1,458 @@ +# Configuration file + +client { + # Sets the maximum distance that bulk-rendered objects like Starfield Glass will render at. + # Increasing this will make these objects not disappear at long range, but may reduce performance. + I:BulkRenderDistance=192 + + # Removes the "Creative Only" text on items that are creative-only normally. + # This is for modpack authors that might want to make these items obtainable. + B:DisableCreativeOnlyText=false + + # Disables all framebuffers used by TA for rendering. + # This will make certain things look ugly, but might fix other issues. + # Currently, only the display in the Celestial Observer uses framebuffers. + # This option is always treated as being enabled when Optifine is detected. + B:DisableFramebuffers=false + + # Disables all shaders used by TA for rendering. + # This will make certain things look ugly, but should prevent issues with shader mods. + # This does not change things for vanilla TC, except for flux rifts if "OptimizedFluxRiftRenderer" is enabled. + B:DisableShaders=false + + # Removes the "Infusion Stabilizer" text on items that act as infusion stabilizers when placed. + # Note that this text only appears after completing the "Infusion" research. + B:DisableStabilizerText=false + + # Allows the Impetus Thruster boost key to be rebindable (with caveats). + # By default, the Impetus Thruster requires holding the jump key to activate it, and is not rebindable. + # This is required to not mess with other mods/content that checks for the jump key, as a normal keybind would conflict. + # However, if you'd rather not use jump for that, enabling this and restarting will make it appear as a normal keybind. + # To properly set it to jump again, you will need to disable this option and restart the game. + B:EnableImpetusThrusterKeybind=false + + # Enables a simple animation where an entity holds their arm out after casting. + # This is a client-side setting. + B:GauntletCastAnimation=true + + # Due to the way Morphic Armor works, some armor items may not play nicely with it. + # This most commonly appears as the armor being invisible in the inventory. + # If that occurs, add its model name here (including variant names, if needed). + # Regular expressions are supported. + S:MorphicArmorExclusions < + extrabitmanipulation:moving_part* + > + + # Overrides Thaumcraft's Flux Rift renderer to use one that is slightly better for performance. + # It probably won't make a major difference as of now, but can help. + # Further work may make this option more useful. + B:OptimizedFluxRiftRenderer=false + + # Disables some unneccessary particle effects. + # This includes the special effect of the casted light, as well as most of the particles on the Metaspatial Accumulator/Extruder + B:ReducedEffects=false +} + + +gameplay { + # Allows TA to apply research to players that are not online. + # This will make things like the Celestial Observer work for them. + # However, it will also cause the player data to be loaded and then written back to disk. + # Due to how this could potentially be misused, it is off by default. + # It is recommended to only enable this for private servers with trusted players. + B:AllowOfflinePlayerResearch=false + + # Allows rift seeds to create Flux Rifts, even if Thaumcraft's wuss mode is enabled. + B:AllowWussRiftSeed=false + + # The default dye colors for the thaumium and void gauntlets when crafted, in that order. + # The dyed color is multiplied with the color of the texture. + # This is a server-side setting. + I:DefaultCastingGauntletColors < + 8022208 + 2498903 + > + + # The default dye color for the Boots of the Riftstrider when crafted. + # The dyed color is multiplied with the color of the texture. + # This is a server-side setting. + I:DefaultVoidBootsColor=6961280 + + # The list of research categories that Thaumic Augmentation will never willingly give research in. + # Sadly Thaumcraft makes all addons have a research category, even if they don't intend on using it. + # This is why cards like "experiment" can give categories that never appear otherwise. + # If you are a TC addon author and you want your mod included/removed from this list, message TheCodex6824 or open an issue/PR on Github. + S:DeniedResearchCategories < + THAUMIC_AUGMENTATION + THAUMIC_TINKERER + THAUMIC_WONDERS + RUSTIC_THAUMATURGY + PERIPHERY + ENGINEERED_GOLEMS + EXPANDEDARCANUM + MECHANICS + > + + # The multipliers that will be applied to the use cooldowns of the Thaumium and Void Metal caster gauntlets. + # Min: 0.0 + # Max: 1.0 + D:GauntletCooldownModifiers < + 0.8 + 0.9 + > + + # The discounts that will be applied to the vis cost of foci used in the thaumium and void metal caster gauntlets. + # Min: 0.0 + # Max: 1.0 + D:GauntletVisDiscounts < + 0.1 + 0.3 + > + + # Makes a few changes to how certain movement, like step height bonuses, are applied. + # This is intended to allow it to work when misbehaving mods are constantly overwriting TA's changes. + B:MovementCompat=false + + # The damage done by the Primal Cutter's material, NOT including the base damage. + # In other words, its total damage will be this number + 4 (3 for being a "sword", and 1 as the minimum) + D:PrimalCutterDamage=6.0 + + # Makes the server calculate positions and velocities from the Boots of the Riftstrider in addition to the client. + # Normally the client is left to update their position, and the server just takes it from the client. + # Unless your server needs accurate position/velocity info for some reason, don't enable this. + B:ServerSideMovementCalculation=false + + # Makes TA eldritch guardians and wardens be undead mobs. + # In vanilla TC, eldritch guardians are undead while wardens are not. + B:UndeadEldritchGuardians=true + + # The boost applied when the wearer jumps. + # This is added to the base jump height of the player. + # Min: 0.0 + # Max: 10.0 + D:VoidBootsJumpBoost=0.4 + + # The boost applied to player movement while in the air. + # This itself is a speed, so it can make movement faster in the air than on the ground. + # Note that sprinting's jump modifier uses this value as well. + # Min: 0.0 + # Max: 10.0 + D:VoidBootsJumpFactor=0.03 + + # The boost applied while the wearer is on the ground, and on dry land. + # This is added to the base movement of the player per tick. + # Min: 0.0 + # Max: 10.0 + D:VoidBootsLandSpeedBoost=0.09 + + # Any speed boosts (not jump) will be divided by this value while sneaking. + # Min: 1.0 + # Max: 10.0 + D:VoidBootsSneakReduction=4.0 + + # The boost applied to the player's step height (while not sneaking). + # This is added to the vanilla default value of 0.6. + # Min: 0.0 + # Max: 10.0 + D:VoidBootsStepHeight=0.67 + + # The boost applied while the wearer is in water. + # This is added to the base movement of the player per tick. + # Min: 0.0 + # Max: 10.0 + D:VoidBootsWaterSpeedBoost=0.045 + + # The extra square area for the voidseer gauntlet, in chunks. + # An area of 3, for example, will mean vis will be taken in a 3x3 chunk area around the caster. + # Note that chunks still need to be loaded to take Vis from them, so the chunk load distance for your + # singleplayer/server is another limiting factor. + # Min: 1 + # Max: 32 + I:VoidseerExtraArea=3 + + ward { + # Allow server operators to always be able to interact with or destroy any warded block/tile. + # For singleplayer see AllowSingleplayerWardOverride. + B:AllowOPWardOverride=false + + # Allows you to always be able to interact with or destroy any warded block/tile while in singleplayer. + # For multiplayer see AllowOPWardOverride. + B:AllowSingleplayerWardOverride=false + + # Disables the ward focus. This will remove the research entry, disable existing wards, and make existing foci do nothing. + # This is a server-side setting, although the ward research may not sync properly if the value is not the same on both sides. + B:DisableWardFocus=false + + # Optionally allows tile entities to be warded in addition to normal blocks. + # While "all" and "none" should be self explanatory, "notick" will + # only allow tiles that do not tick (aka do not implement ITickable). + # Allowing all tiles may be very overpowered - if that is the case, try notick or none. + # Valid values: + # NONE + # NOTICK + # ALL + S:WardTileMode=ALL + } + + impetus { + # The amount of Impetus the Void Shield focus effect consumes to create the shield. + # Note that a proportion of this amount will be consumed to heal a damaged shield. + I:ShieldFocusCost=10 + + # The amount of Impetus the Arcane Terraformer consumes per block terraformed. + I:TerraformerCost=5 + + cannon { + # The amount of Impetus used by the Impulse Cannon's beam attack on initial activation. + # This cost is paid once at the start, and then BeamCostTick will be applied. + I:BeamCostInitial=3 + + # The amount of Impetus used by the Impulse Cannon's beam attack per tick. + # This cost is paid even if nothing is being hit by the beam. + # Supports taking away less than 1 impetus per tick. + D:BeamCostTick=0.1 + + # The amount of damage that the Impulse Cannon's beam attack does. + # The beam attack is the default attack with no augments. + D:BeamDamage=2.5 + + # The range in meters of the Impulse Cannon's beam attack. + D:BeamRange=64.0 + + # The cooldown in ticks between shots of the Impulse Cannon in burst mode. + # Note that this will lock the player out of all Impulse Cannons in their inventory for + # this duration. + I:BurstCooldown=24 + + # The amount of Impetus used by the Impulse Cannon's burst attack per burst. + # This cost is paid even if nothing is being hit by the shot. + I:BurstCost=2 + + # The amount of damage that the Impulse Cannon's burst attack does per shot. + # Note that the damage cooldown of an entity hit by the first 2 rounds of the burst is reset + # to allow the other rounds to do damage. + # Since there are three shots fired by the burst, the effective damage is three times this value. + D:BurstDamage=11.0 + + # The range in meters of the Impulse Cannon's burst attack. + D:BurstRange=48.0 + + # The cooldown in ticks between shots of the Impulse Cannon in railgun mode. + # Note that this will lock the player out of all Impulse Cannons in their inventory for + # this duration. + I:RailgunCooldown=70 + + # The amount of Impetus used by the Impulse Cannon's railgun attack per shot. + # This cost is paid even if nothing is being hit by the shot. + I:RailgunCost=3 + + # The amount of damage that the Impulse Cannon's railgun attack does. + # Note that the beam can pierce through multiple entities, but not blocks. + D:RailgunDamage=38.0 + + # The range in meters of the Impulse Cannon's railgun attack. + D:RailgunRange=128.0 + } + + impetusgenerator { + # The maximum amount of FE that can be held in the generator. + # Note that if this is lower than EnergyPerImpetus, the generator will never + # refill its buffer. + I:BufferSize=3000 + + # The amount of FE generated per point of Impetus. + # Impetus will not be consumed until the internal buffer + # can contain at least this amount more FE. + I:EnergyPerImpetus=1500 + + # The maximum amount of FE that can be extracted per operation. + # This *can* be removed multiple times per tick if energy is being pulled, + # but the generator itself will only attempt to push energy once per tick. + I:MaxExtract=50 + } + + } + + augment { + # The list of dimensions that should count as being in the Emptiness for the overworld modifier. + # If the game automatically changes the Emptiness dim ID, it will be updated here, + # otherwise, you will need to specify it manually if changed. + I:DimensionalModifierEmptinessDims < + 14676 + > + + # The strength of the dimensional modifier in the incorrect dimension. + D:DimensionalModifierEmptinessNegativeFactor=1.0 + + # The strength of the dimensional modifier in the correct dimension. + D:DimensionalModifierEmptinessPostiveFactor=1.5 + + # The list of dimensions that should count as being in the End for the overworld modifier. + I:DimensionalModifierEndDims < + 1 + > + + # The strength of the dimensional modifier in the incorrect dimension. + D:DimensionalModifierEndNegativeFactor=1.0 + + # The strength of the dimensional modifier in the correct dimension. + D:DimensionalModifierEndPostiveFactor=1.5 + + # The list of dimensions that should count as being in the Nether for the overworld modifier. + I:DimensionalModifierNetherDims < + -1 + > + + # The strength of the dimensional modifier in the incorrect dimension. + D:DimensionalModifierNetherNegativeFactor=1.0 + + # The strength of the dimensional modifier in the correct dimension. + D:DimensionalModifierNetherPostiveFactor=1.5 + + # The list of dimensions that should count as being in the Overworld for the overworld modifier. + I:DimensionalModifierOverworldDims < + 0 + > + + # The strength of the dimensional modifier in the incorrect dimension. + D:DimensionalModifierOverworldNegativeFactor=1.0 + + # The strength of the dimensional modifier in the correct dimension. + D:DimensionalModifierOverworldPostiveFactor=1.25 + + # The number to be multiplied into the total effectiveness of the Elemental Modifier for a postive aspect. + D:ElementalModifierNegativeFactor=0.75 + + # The number to be multiplied into the total effectiveness of the Elemental Modifier for a postive aspect. + D:ElementalModifierPostiveFactor=1.75 + + # The minimum benefit the Experience Modifier can provide. + # 1.0 is no benefit, and lower values will reduce effectiveness. + D:ExperienceModifierBase=1.0 + + # The maximum benefit the Experience Modifier can provide. + D:ExperienceModifierCap=2.0 + + # The number the player's level is multiplied by, before being clamped. + # In other words, this controls how many levels it takes to reach the maximum value. + D:ExperienceModifierScaleFactor=0.04 + + # The amount of ticks without hurting things until the frenzy boost wears off. + I:FrenzyModifierCooldown=100 + + # The maximum frenzy level allowed. + I:FrenzyModifierMaxLevel=15 + + # The number the player's frenzy level is multiplied by, before being clamped. + # In other words, this controls how many levels it takes to reach the maximum value, + # and what that maximum value is. + D:FrenzyModifierScaleFactor=0.05 + + # The amount the focus power is multiplied by when the gauntlet has a charged Impetus Conductor. + D:ImpetusConductorFactor=1.1 + } + + harness { + # The vis cost per tick of the unaugmented thaumostatic harness. + D:BaseHarnessCost=0.1 + + # The fly speed of the unaugmented thaumostatic harness. + D:BaseHarnessSpeed=0.05000000074505806 + + # The impetus cost per tick of the elytra harness while boosting. + D:ElytraHarnessBoostCost=0.0375 + + # The vis cost per tick of the thaumostatic harness with the girdle augment. + D:GirdleHarnessCost=0.2 + + # The fly speed of the thaumostatic harness with the girdle augment. + D:GirdleHarnessSpeed=0.06499999761581421 + + # The vis cost per tick of the thaumostatic harness with the gyroscope augment. + D:GyroscopeHarnessCost=0.05 + + # The fly speed of the thaumostatic harness with the gyroscope augment. + D:GyroscopeHarnessSpeed=0.03500000014901161 + } + +} + + +general { + # Completely disables the Thaumic Augmentation coremod. + # It will still appear in the list of loaded coremods, but won't do anything. + # The coremod is a neccessary evil to get warded blocks to behave properly with other mods, + # as well as work around other vanilla and Thaumcraft issues. + B:DisableCoremod=false + + # An optional list of coremod class transformers to disable. + # For advanced users / modpack makers that encounter issues with only a subset of the coremod. + # This takes the fully qualified class name of THE TRANSFORMER CLASS ITSELF, and only does anything if the coremod itself is enabled. + # An example would be adding "thecodex6824.thaumicaugmentation.core.transformer.TransformerBipedRotationCustomTCArmor" without quotes + # to disable the modifications to Thaumcraft's ModelCustomArmor. + # If you do have to add exclusions here, reporting the issues as well would be greatly appreciated. + S:DisabledTransformers < + > +} + + +world { + # Completely disables the Emptiness dimension, *including* all fracture generation. + # This is not the intended way to experience the mod but is included here for modpack authors. + # This is a server-side setting, but will probably cause problems if the client does not have the same value. + B:DisableEmptinessDimension=false + + # The dimension ID to use for the Emptiness dimension. + # If this ID is already taken, a new one will automatically be assigned. + I:EmptinessDimID=14676 + + # The scaling factor applied to distances in the Emptiness dimension. + # For example, the nether has a value of 8 since it multiplies coords by 8. + # Note that move factors for the Emptiness are calculated based on chunk rather than position, so final values + # may be slightly different than expected. + D:EmptinessMoveFactor=16.0 + + # Lists the whitelisted dimensions for fractures (not including the Emptiness dim), and their associated weights. + # The format for each line is dim=weight, with higher weights (compared to lower weights) being more likely to spawn. + # This WILL affect worldgen, so use with caution on existing worlds. + # Default dimensions: 0 = Overworld, -1 = Nether, 1 = End, 7 = Twilight Forest, 17 = Atum 2, + # 20 = Betweenlands, 111 = Lost Cities, 66 = Erebus, 33 = Wizardry (Underworld) + S:FractureDimList < + 0=35 + -1=15 + 1=10 + 7=5 + 17=5 + 20=5 + 111=5 + 66=5 + > + + # The chance for a fracture to generate in a chunk in the Emptiness dimension. + # The approximate chance will be 1 / chance (assuming the chunk meets all other conditions). + # Set this to 0 to stop fractures from spawning completely, but be warned that there is no + # other way in Thaumic Augmentation to access the Emptiness in survival. + I:FractureGenChance=35 + + # How often the location pointed to by the Fracture Locator should be updated, in milliseconds. + # This is a server-side setting. + I:FractureLocatorUpdateInterval=2000 + + # Allows the Eldritch Spire structure to generate in the Emptiness. + # The spire is intended to be a part of the research progression, so removing it is not recommended. + # The structure will never generate if the Emptiness itself is disabled, or if the structure generation world option is disabled. + B:GenerateEldritchSpires=true + + # The absolute minimum distance, in chunks, between generated Eldritch Spires. + I:SpireMinDist=10 + + # The approximate distance, in chunks, between generated Eldritch Spires. + I:SpireSpacing=30 + + # If this is set, fractures that previously found a valid location will always teleport the player, even if it is now invalid. + # Normally, fractures check if there is a fracture at the destination to make sure players can get back. + # This is a server-side setting. + B:ValidFracturesAlwaysTeleport=false +} + + diff --git a/config/vintagefix.properties b/config/vintagefix.properties index cc1ad99..8ee557d 100644 --- a/config/vintagefix.properties +++ b/config/vintagefix.properties @@ -1,5 +1,6 @@ # VintageFix config file +mixin.allocation_rate=true mixin.backports.new_world_name=true mixin.backports.white_button_text=true mixin.blockstates=true @@ -7,7 +8,9 @@ mixin.branding=true mixin.bugfix.exit_freeze=true mixin.bugfix.extrautils=false mixin.bugfix.missing_edge_chunks=true +mixin.bugfix.slow_tps_catchup=true mixin.bugfix.tab_complete_ddos=true +mixin.chunk_access=true mixin.dynamic_resources=true mixin.dynamic_resources.background_item_bake=true mixin.dynamic_resources.hide_model_exceptions=false diff --git a/config/wizardry.cfg b/config/wizardry.cfg index b2ea162..f6f6fd0 100644 --- a/config/wizardry.cfg +++ b/config/wizardry.cfg @@ -101,10 +101,11 @@ spells { # Max: 2.0 D:perfect_pearl_multiplier=1.2 - # Maximum number of ticks between Zone activations. Minimum of 1. - # Min: 1 - # Default: 20 - # Max: 2147483647 + # Blocks that the phase spell should not work with. Use the registryName of the block you want to blacklist. + # Default: [minecraft:bedrock] + S:phase_blocks_black_list < + minecraft:bedrock + > I:zone_timer=20 } diff --git a/curseforge-description.txt b/curseforge-description.txt index 0a3f3ef..bf27600 100644 --- a/curseforge-description.txt +++ b/curseforge-description.txt @@ -9,10 +9,11 @@ Fork of Enigmatica 2 (1.12.2)

Description


-This pack is essentially a mashup of Enigmatica 2 normal mode, Direwolf20 1.12.2, and ATM3R (plus a few other mods). -A great all-purpose pack for beginners and experienced players. +This pack is my take on a 1.12.2 modpack. It uses Enigmatica 2 as a base, +but also takes some inspiration from other 1.12.2 packs I've played such as Direwolf20 and ATM3R. +It is a great all-purpose pack for beginners and experienced players. It is kitchen-sink style, however it includes Enigmatica 2's quest book to help you along. -This pack is medium-heavy, requiring about 6 GB of ram allocated to perform well. +This pack is medium-heavy, requiring about 5 GB of ram allocated to perform well. I'd say the pack is just lighter than ATM3R. As of version 1.02, some mods from E2Eu are included.

@@ -22,60 +23,54 @@ This pack does NOT include: refined storage, gregtech, buildcraft, projectE, ava

Full mod list


-

Latest release: 1.02b - Changelog

-
-

Important!! Read this!!

-

-I highly recommend using a custom build of NormalASM plus OptiFine with this modpack. -You can play without either, but performance will suffer. -I have confirmed that OptiFine is compatible, though some may want to use only NormalASM and not OptiFine. -If you choose to do this, be sure to set `B:onDemandAnimatedTextures=false` back to `true` in `config/normalasm.cfg`. -

-
  • NormalASM custom build
  • -
  • OptiFine
  • -

    -For more information about the custom build of NormalASM, see here and here. -

    +

    Latest release: 1.03 - Changelog


    Added mods

  • actually computers
  • -
  • ae additions
  • ae2 fluid crafting rework
  • ae2 unofficial extended life
  • +
  • alfheim lighting engine
  • animus
  • aqua acrobatics
  • armory expansion
  • aroma1997s dimensional world
  • +
  • better p2p
  • better questing unofficial
  • +
  • binnie's mods patched
  • bonsai trees
  • -
  • born in a barn
  • chicken chunks
  • crossroads/essentials
  • /dank/null/no_RCE/
  • endergy
  • entity culling
  • exchangers
  • +
  • fermiumasm
  • +
  • file director
  • fluidlogged api
  • friendly chests
  • furniture mod
  • gas conduits
  • -
  • hesperus
  • integrated nbt
  • jei integration
  • jei utilities
  • lazy ae2
  • lazy ae2 patch
  • letsencryptcraft
  • +
  • lootr
  • +
  • mekanism energistics
  • mob grinding utils
  • mod name tooltip
  • morph
  • morpheus
  • +
  • nae2
  • netherportalfix
  • no tema stahp
  • +
  • optifine (via file director, optional)
  • packagedastral
  • packagedauto
  • packageddraconic
  • +
  • particle culling
  • pressure pipes
  • projectred
  • proportional destruction particles
  • @@ -84,10 +79,14 @@ For more information about the custom build of NormalASM, see Removed mods
  • ae2, wireless crafting terminal (in favor of ae2 unofficial extended life)
  • +
  • ae2 stuff (other mods have features that do the same things)
  • ai improvements, diet hoppers, ding, fastworkbench, fence jumper, no night vision flashing, quick leaf decay, swing through grass, toast control, unloader (in favor of universal tweaks)
  • better questing/standard expansion/quest book (in favor of better questing unofficial)
  • betterfps (very little fps improvement, use optifine instead)
  • +
  • binnie's mods (in favor of binnie's mods patched)
  • /dank/null (in favor of /dank/null/no_RCE/)
  • -
  • extra cells (in favor of ae additions)
  • +
  • extra cells (in favor of mekanism energistics and nae2)
  • foamfix (in favor of vintagefix)
  • hwyla (in favor of the one probe)
  • lostcities (due to jeid/reid incompatibility)
  • neid (in favor of roughly enough ids)
  • -
  • phosphor (in favor of hesperus)
  • +
  • phosphor (in favor of alfheim lighting engine)
  • recurrent complex (due to massive server lag)
  • +
  • streams (causes world gen issues)
  • wawla (in favor of the one probe)

  • Other mod changes

    -
  • all mods updated except nuclearcraft, streams
  • -
  • streams rolled back to 0.4.8 to fix spongeforge incompatibility
  • +
  • all mods updated except immersive technology
  • animania addons added

  • @@ -136,24 +137,22 @@ For more information about the custom build of NormalASM, see
    this reddit post: -
    --Xmx6656M -Xms4G -XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    +
    +-Xmx5G -Xms4G -XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
     
    You'll also need Java 8 exactly, and adoptium.net is the best place to get it IMO.

    For the server, from mcflags.emc.gs: -
    -java -Xmx6G -Xms5G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar forge-1.12.2-14.23.5.2859.jar nogui
    +
    +java -Xmx5G -Xms4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar forge-1.12.2-14.23.5.2860.jar nogui
     
    Note: you can usually get away with 4 GB, but 6 GB is better especially for pregen.

    Extra notes for servers

    -
  • Do not use chunk pregenerator due to incompatibilities with reid/jeid. Use `/forge generate` until it is fixed. See [RoughlyEnoughIDs#14](https://github.com/TerraFirmaCraft-The-Final-Frontier/RoughlyEnoughIDs/issues/14) for more information.
  • If you want recurrent complex structures in your world, add the mod before you pregenerate the world, then remove it.
  • If you want LagGoggles on your spongeforge server, you'll need the latest version that doesn't require TickCentral. Use `LagGoggles-THIN-1.12.2-4.11-92.jar`. Clients can still connect with the latest version of LagGoggles.
  • -
  • I have included a patched build of NormalASM that fixes a crash with spongeforge. See issue 194 for more information. You will also need to set `threadPriorityFix=false` in normalasm.cfg (server only).

  • Recommended resource packs

  • Faithful32 Modded
  • diff --git a/minecraftinstance.json b/minecraftinstance.json index 42d4dc2..f218199 100644 --- a/minecraftinstance.json +++ b/minecraftinstance.json @@ -1 +1 @@ -{"baseModLoader":{"forgeVersion":"14.23.5.2859","name":"forge-14.23.5.2859","type":1,"downloadUrl":"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.12.2-14.23.5.2859/forge-1.12.2-14.23.5.2859.jar","filename":"forge-1.12.2-14.23.5.2859.jar","installMethod":3,"latest":false,"recommended":true,"versionJson":"{\"id\":\"forge-14.23.5.2859\",\"time\":\"2021-12-11T14:47:07Z\",\"releaseTime\":\"2021-12-11T14:47:07Z\",\"type\":\"release\",\"minecraftArguments\":\"--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge\",\"minimumLauncherVersion\":0,\"assets\":null,\"inheritsFrom\":\"1.12.2\",\"jar\":\"forge-14.23.5.2859\",\"logging\":null,\"libraries\":[{\"name\":\"net.minecraftforge:forge:1.12.2-14.23.5.2859\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/forge/1.12.2-14.23.5.2859/forge-1.12.2-14.23.5.2859.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.12.2-14.23.5.2859/forge-1.12.2-14.23.5.2859.jar\",\"sha1\":\"bfc07a510e23e5181b6a32fdcea9c9d9a1445a46\",\"size\":4466108}}},{\"name\":\"org.ow2.asm:asm-debug-all:5.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar\",\"sha1\":\"3354e11e2b34215f06dab629ab88e06aca477c19\",\"size\":387903}}},{\"name\":\"net.minecraft:launchwrapper:1.12\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar\",\"sha1\":\"111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\",\"size\":32999}}},{\"name\":\"org.jline:jline:3.5.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline/3.5.1/jline-3.5.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/jline/jline/3.5.1/jline-3.5.1.jar\",\"sha1\":\"51800e9d7a13608894a5a28eed0f5c7fa2f300fb\",\"size\":614590}}},{\"name\":\"com.typesafe.akka:akka-actor_2.11:2.3.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar\",\"sha1\":\"ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\",\"size\":2514991}}},{\"name\":\"com.typesafe:config:1.2.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/typesafe/config/1.2.1/config-1.2.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/typesafe/config/1.2.1/config-1.2.1.jar\",\"sha1\":\"f771f71fdae3df231bcd54d5ca2d57f0bf93f467\",\"size\":219554}}},{\"name\":\"org.scala-lang:scala-actors-migration_2.11:1.1.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar\",\"sha1\":\"dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\",\"size\":58018}}},{\"name\":\"org.scala-lang:scala-compiler:2.11.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar\",\"sha1\":\"56ea2e6c025e0821f28d73ca271218b8dd04926a\",\"size\":13449765}}},{\"name\":\"org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2_mc\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar\",\"sha1\":\"0e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\",\"size\":25365}}},{\"name\":\"org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2_mc\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar\",\"sha1\":\"f361a3283452c57fa30c1ee69448995de23c60f7\",\"size\":206575}}},{\"name\":\"org.scala-lang:scala-library:2.11.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar\",\"sha1\":\"0e11da23da3eabab9f4777b9220e60d44c1aab6a\",\"size\":5538130}}},{\"name\":\"org.scala-lang:scala-parser-combinators_2.11:1.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar\",\"sha1\":\"f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\",\"size\":419701}}},{\"name\":\"org.scala-lang:scala-reflect:2.11.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar\",\"sha1\":\"6580347e61cc7f8e802941e7fde40fa83b8badeb\",\"size\":4372892}}},{\"name\":\"org.scala-lang:scala-swing_2.11:1.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar\",\"sha1\":\"b1cdd92bd47b1e1837139c1c53020e86bb9112ae\",\"size\":726500}}},{\"name\":\"org.scala-lang:scala-xml_2.11:1.0.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar\",\"sha1\":\"7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\",\"size\":648679}}},{\"name\":\"lzma:lzma:0.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"lzma/lzma/0.0.1/lzma-0.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/lzma/lzma/0.0.1/lzma-0.0.1.jar\",\"sha1\":\"521616dc7487b42bef0e803bd2fa3faf668101d7\",\"size\":5762}}},{\"name\":\"java3d:vecmath:1.5.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"java3d/vecmath/1.5.2/vecmath-1.5.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/java3d/vecmath/1.5.2/vecmath-1.5.2.jar\",\"sha1\":\"79846ba34cbd89e2422d74d53752f993dcc2ccaf\",\"size\":318956}}},{\"name\":\"net.sf.trove4j:trove4j:3.0.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar\",\"sha1\":\"42ccaf4761f0dfdfa805c9e340d99a755907e2dd\",\"size\":2523218}}},{\"name\":\"org.apache.maven:maven-artifact:3.5.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar\",\"sha1\":\"7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\",\"size\":54961}}},{\"name\":\"net.sf.jopt-simple:jopt-simple:5.0.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar\",\"sha1\":\"cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a\",\"size\":78175}}},{\"name\":\"org.apache.logging.log4j:log4j-api:2.15.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar\",\"sha1\":\"4a5aa7e55a29391c6f66e0b259d5189aa11e45d0\",\"size\":301804}}},{\"name\":\"org.apache.logging.log4j:log4j-core:2.15.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar\",\"sha1\":\"ba55c13d7ac2fd44df9cc8074455719a33f375b9\",\"size\":1789769}}},{\"name\":\"org.apache.logging.log4j:log4j-slf4j18-impl:2.15.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-slf4j18-impl/2.15.0/log4j-slf4j18-impl-2.15.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/logging/log4j/log4j-slf4j18-impl/2.15.0/log4j-slf4j18-impl-2.15.0.jar\",\"sha1\":\"88f72ad364bfc3a7cf43186fc17212f2b4bb8d97\",\"size\":21223}}}],\"mainClass\":\"net.minecraft.launchwrapper.Launch\",\"arguments\":null}","librariesInstallLocation":"{0}/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2859","minecraftVersion":"1.12.2","installProfileJson":"{\r\n \"_comment_\": [\r\n \"Please do not automate the download and installation of Forge.\",\r\n \"Our efforts are supported by ads from the download page.\",\r\n \"If you MUST automate this, please consider supporting the project through https://www.patreon.com/LexManos/\"\r\n ],\r\n \"profile\": \"forge\",\r\n \"version\": \"1.12.2-forge-14.23.5.2859\",\r\n \"json\": \"/version.json\",\r\n \"path\": \"net.minecraftforge:forge:1.12.2-14.23.5.2859\",\r\n \"logo\": \"/big_logo.png\",\r\n \"minecraft\": \"1.12.2\",\r\n \"welcome\": \"Welcome to the simple Forge installer.\",\r\n \"data\": {},\r\n \"processors\": [],\r\n \"libraries\": [\r\n {\r\n \"name\": \"de.oceanlabs.mcp:mcp_config:1.12.2-20200226.224830@zip\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"de/oceanlabs/mcp/mcp_config/1.12.2-20200226.224830/mcp_config-1.12.2-20200226.224830.zip\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/de/oceanlabs/mcp/mcp_config/1.12.2-20200226.224830/mcp_config-1.12.2-20200226.224830.zip\",\r\n \"sha1\": \"72e1b936f56e0dd394c64caf9c86af01f64dc979\",\r\n \"size\": 421086\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:forge:1.12.2-14.23.5.2859\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/forge/1.12.2-14.23.5.2859/forge-1.12.2-14.23.5.2859.jar\",\r\n \"url\": \"\",\r\n \"sha1\": \"bfc07a510e23e5181b6a32fdcea9c9d9a1445a46\",\r\n \"size\": 4466108\r\n }\r\n }\r\n }\r\n ]\r\n}"},"isUnlocked":true,"javaArgsOverride":null,"lastPlayed":"0001-01-01T00:00:00","playedCount":0,"manifest":{"minecraft":{"version":"1.12.2","additionalJavaArgs":null,"modLoaders":[{"id":"forge-14.23.5.2859","primary":true}],"libraries":null},"manifestType":"minecraftModpack","manifestVersion":1,"name":"Enigmatica 2 Tweaked","version":"1.00","author":"NillerMedDild","description":null,"projectID":null,"files":[{"projectID":256141,"fileID":3107974,"required":true},{"projectID":246183,"fileID":3324901,"required":true},{"projectID":282001,"fileID":2992872,"required":true},{"projectID":220954,"fileID":2881277,"required":true},{"projectID":266784,"fileID":3146549,"required":true},{"projectID":239197,"fileID":3223511,"required":true},{"projectID":275153,"fileID":2486198,"required":true},{"projectID":70496,"fileID":2518031,"required":true},{"projectID":223008,"fileID":2828357,"required":true},{"projectID":220318,"fileID":2842510,"required":true},{"projectID":226254,"fileID":3328174,"required":true},{"projectID":291727,"fileID":2549332,"required":true},{"projectID":254268,"fileID":3051236,"required":true},{"projectID":250577,"fileID":2648656,"required":true},{"projectID":245287,"fileID":2658176,"required":true},{"projectID":241895,"fileID":2733525,"required":true},{"projectID":241665,"fileID":3085917,"required":true},{"projectID":310812,"fileID":2783832,"required":true},{"projectID":282743,"fileID":2577684,"required":true},{"projectID":233019,"fileID":2450734,"required":true},{"projectID":238856,"fileID":2950248,"required":true},{"projectID":236541,"fileID":3261667,"required":true},{"projectID":281791,"fileID":2534481,"required":true},{"projectID":237701,"fileID":2560638,"required":true},{"projectID":224472,"fileID":2969118,"required":true},{"projectID":267193,"fileID":3214752,"required":true},{"projectID":235595,"fileID":2705633,"required":true},{"projectID":229769,"fileID":3109315,"required":true},{"projectID":359407,"fileID":3251902,"required":true},{"projectID":271835,"fileID":2920437,"required":true},{"projectID":242195,"fileID":2813586,"required":true},{"projectID":238403,"fileID":2691084,"required":true},{"projectID":224641,"fileID":2861573,"required":true},{"projectID":264353,"fileID":2508268,"required":true},{"projectID":291126,"fileID":3023901,"required":true},{"projectID":223525,"fileID":2916129,"required":true},{"projectID":278155,"fileID":3045584,"required":true},{"projectID":231095,"fileID":2720655,"required":true},{"projectID":283013,"fileID":2508393,"required":true},{"projectID":226406,"fileID":2857869,"required":true},{"projectID":223150,"fileID":2689602,"required":true},{"projectID":287683,"fileID":3174535,"required":true},{"projectID":250398,"fileID":3025548,"required":true},{"projectID":268567,"fileID":2835178,"required":true},{"projectID":267602,"fileID":2915363,"required":true},{"projectID":237903,"fileID":3330308,"required":true},{"projectID":69163,"fileID":2926431,"required":true},{"projectID":363856,"fileID":2886150,"required":true},{"projectID":224190,"fileID":2599318,"required":true},{"projectID":227083,"fileID":2518667,"required":true},{"projectID":224712,"fileID":2916368,"required":true},{"projectID":235279,"fileID":2915375,"required":true},{"projectID":256717,"fileID":2666198,"required":true},{"projectID":280294,"fileID":3362160,"required":true},{"projectID":286230,"fileID":2572528,"required":true},{"projectID":228815,"fileID":2699055,"required":true},{"projectID":274259,"fileID":3271178,"required":true},{"projectID":286953,"fileID":2529710,"required":true},{"projectID":250363,"fileID":2746011,"required":true},{"projectID":253449,"fileID":2568751,"required":true},{"projectID":242818,"fileID":2779848,"required":true},{"projectID":268560,"fileID":2835175,"required":true},{"projectID":223622,"fileID":2516219,"required":true},{"projectID":318255,"fileID":2747710,"required":true},{"projectID":278493,"fileID":3319307,"required":true},{"projectID":224218,"fileID":2707509,"required":true},{"projectID":70631,"fileID":2939416,"required":true},{"projectID":225561,"fileID":2678374,"required":true},{"projectID":74072,"fileID":2902483,"required":true},{"projectID":240959,"fileID":2630081,"required":true},{"projectID":273430,"fileID":2459131,"required":true},{"projectID":64578,"fileID":3328811,"required":true},{"projectID":223628,"fileID":2629023,"required":true},{"projectID":298187,"fileID":3005950,"required":true},{"projectID":243121,"fileID":2924091,"required":true},{"projectID":269024,"fileID":2861574,"required":true},{"projectID":226780,"fileID":2441500,"required":true},{"projectID":281849,"fileID":2978408,"required":true},{"projectID":239431,"fileID":2615930,"required":true},{"projectID":288885,"fileID":2838777,"required":true},{"projectID":223852,"fileID":2952606,"required":true},{"projectID":224791,"fileID":2822288,"required":true},{"projectID":231951,"fileID":2974106,"required":true},{"projectID":261251,"fileID":3045651,"required":true},{"projectID":263590,"fileID":2455920,"required":true},{"projectID":245506,"fileID":2917234,"required":true},{"projectID":224602,"fileID":3293318,"required":true},{"projectID":60089,"fileID":3359843,"required":true},{"projectID":252848,"fileID":2893527,"required":true},{"projectID":221857,"fileID":2904825,"required":true},{"projectID":75598,"fileID":2957213,"required":true},{"projectID":261199,"fileID":2814991,"required":true},{"projectID":228832,"fileID":2645992,"required":true},{"projectID":227049,"fileID":2564573,"required":true},{"projectID":32274,"fileID":2916002,"required":true},{"projectID":243478,"fileID":2745657,"required":true},{"projectID":301364,"fileID":2609434,"required":true},{"projectID":282940,"fileID":3324116,"required":true},{"projectID":291218,"fileID":2696995,"required":true},{"projectID":224535,"fileID":2443253,"required":true},{"projectID":291737,"fileID":2920441,"required":true},{"projectID":250277,"fileID":2648892,"required":true},{"projectID":278385,"fileID":2482543,"required":true},{"projectID":231484,"fileID":2862651,"required":true},{"projectID":313816,"fileID":2851670,"required":true},{"projectID":229708,"fileID":3093852,"required":true},{"projectID":238857,"fileID":2863771,"required":true},{"projectID":277616,"fileID":2959847,"required":true},{"projectID":268250,"fileID":2544919,"required":true},{"projectID":271740,"fileID":2707353,"required":true},{"projectID":245480,"fileID":2691542,"required":true},{"projectID":59143,"fileID":2554237,"required":true},{"projectID":238590,"fileID":2715827,"required":true},{"projectID":236542,"fileID":3347618,"required":true},{"projectID":59751,"fileID":2918418,"required":true},{"projectID":70492,"fileID":2516215,"required":true},{"projectID":228525,"fileID":2836960,"required":true},{"projectID":242638,"fileID":2728635,"required":true},{"projectID":304024,"fileID":2830114,"required":true},{"projectID":244258,"fileID":2652588,"required":true},{"projectID":268566,"fileID":2835177,"required":true},{"projectID":283644,"fileID":2694382,"required":true},{"projectID":225605,"fileID":2489549,"required":true},{"projectID":74924,"fileID":2713386,"required":true},{"projectID":245733,"fileID":2483817,"required":true},{"projectID":225928,"fileID":2445809,"required":true},{"projectID":242106,"fileID":2539562,"required":true},{"projectID":250294,"fileID":2954953,"required":true},{"projectID":240630,"fileID":2728585,"required":true},{"projectID":277064,"fileID":3243257,"required":true},{"projectID":272514,"fileID":2920596,"required":true},{"projectID":244651,"fileID":2487959,"required":true},{"projectID":237102,"fileID":3157548,"required":true},{"projectID":293496,"fileID":2867050,"required":true},{"projectID":238003,"fileID":2559089,"required":true},{"projectID":266515,"fileID":2745321,"required":true},{"projectID":264684,"fileID":2606175,"required":true},{"projectID":223565,"fileID":3051542,"required":true},{"projectID":223896,"fileID":2680892,"required":true},{"projectID":250898,"fileID":2897369,"required":true},{"projectID":260912,"fileID":2745852,"required":true},{"projectID":278825,"fileID":2691535,"required":true},{"projectID":223094,"fileID":2923460,"required":true},{"projectID":283589,"fileID":2708030,"required":true},{"projectID":247665,"fileID":2441517,"required":true},{"projectID":278882,"fileID":2716712,"required":true},{"projectID":314002,"fileID":2719400,"required":true},{"projectID":290659,"fileID":3067807,"required":true},{"projectID":239286,"fileID":3279606,"required":true},{"projectID":250763,"fileID":2705813,"required":true},{"projectID":247921,"fileID":2648891,"required":true},{"projectID":238372,"fileID":2595310,"required":true},{"projectID":285612,"fileID":3133651,"required":true},{"projectID":225603,"fileID":2554100,"required":true},{"projectID":291926,"fileID":2550651,"required":true},{"projectID":74120,"fileID":2711439,"required":true},{"projectID":232758,"fileID":3159497,"required":true},{"projectID":250957,"fileID":2630860,"required":true},{"projectID":270789,"fileID":2920436,"required":true},{"projectID":231382,"fileID":3051539,"required":true},{"projectID":248453,"fileID":2785465,"required":true},{"projectID":241721,"fileID":3044416,"required":true},{"projectID":223891,"fileID":2526674,"required":true},{"projectID":285492,"fileID":2705304,"required":true},{"projectID":245174,"fileID":2755787,"required":true},{"projectID":253043,"fileID":2651482,"required":true},{"projectID":277631,"fileID":2750633,"required":true},{"projectID":307416,"fileID":2640024,"required":true},{"projectID":356646,"fileID":3168863,"required":true},{"projectID":300777,"fileID":3225431,"required":true},{"projectID":306770,"fileID":3162874,"required":true},{"projectID":237167,"fileID":2985811,"required":true},{"projectID":271384,"fileID":2920434,"required":true},{"projectID":295736,"fileID":2683370,"required":true},{"projectID":248787,"fileID":2987247,"required":true},{"projectID":235107,"fileID":2695044,"required":true},{"projectID":225643,"fileID":3330934,"required":true},{"projectID":230497,"fileID":2450900,"required":true},{"projectID":228816,"fileID":2699056,"required":true},{"projectID":69162,"fileID":2920433,"required":true},{"projectID":306028,"fileID":2833640,"required":true},{"projectID":231275,"fileID":2801170,"required":true},{"projectID":301356,"fileID":3091010,"required":true},{"projectID":254602,"fileID":2891841,"required":true},{"projectID":233105,"fileID":2745846,"required":true},{"projectID":226447,"fileID":2477566,"required":true},{"projectID":272515,"fileID":2685984,"required":true},{"projectID":65764,"fileID":2855061,"required":true},{"projectID":277938,"fileID":3200529,"required":true},{"projectID":261924,"fileID":2733508,"required":true},{"projectID":229218,"fileID":2855967,"required":true},{"projectID":228756,"fileID":2747935,"required":true},{"projectID":282313,"fileID":2689835,"required":true},{"projectID":266936,"fileID":3294077,"required":true},{"projectID":299540,"fileID":2706111,"required":true},{"projectID":376903,"fileID":3319812,"required":true},{"projectID":225903,"fileID":2530535,"required":true},{"projectID":228404,"fileID":3117927,"required":true},{"projectID":229876,"fileID":2483393,"required":true},{"projectID":236307,"fileID":3159505,"required":true},{"projectID":245453,"fileID":2691536,"required":true},{"projectID":306549,"fileID":2906537,"required":true},{"projectID":223794,"fileID":2747063,"required":true},{"projectID":320254,"fileID":2703755,"required":true},{"projectID":273718,"fileID":2461314,"required":true},{"projectID":225839,"fileID":2469364,"required":true},{"projectID":222880,"fileID":2926428,"required":true},{"projectID":255232,"fileID":2830265,"required":true},{"projectID":292952,"fileID":2556992,"required":true},{"projectID":268704,"fileID":2661859,"required":true},{"projectID":238222,"fileID":3043174,"required":true},{"projectID":227443,"fileID":2920505,"required":true},{"projectID":262823,"fileID":2619249,"required":true},{"projectID":240950,"fileID":2707390,"required":true},{"projectID":314904,"fileID":2819669,"required":true},{"projectID":254652,"fileID":2591087,"required":true},{"projectID":244559,"fileID":2830252,"required":true},{"projectID":231868,"fileID":2972849,"required":true},{"projectID":253211,"fileID":2684561,"required":true},{"projectID":237307,"fileID":2937869,"required":true},{"projectID":252910,"fileID":3041340,"required":true},{"projectID":251389,"fileID":3159511,"required":true},{"projectID":247007,"fileID":3053017,"required":true},{"projectID":281390,"fileID":2707393,"required":true},{"projectID":228027,"fileID":2574880,"required":true},{"projectID":281657,"fileID":3196507,"required":true},{"projectID":257356,"fileID":3101719,"required":true},{"projectID":226779,"fileID":2563292,"required":true},{"projectID":280200,"fileID":2828877,"required":true},{"projectID":248370,"fileID":2490058,"required":true},{"projectID":261505,"fileID":2882805,"required":true},{"projectID":232131,"fileID":2624732,"required":true},{"projectID":316304,"fileID":2687139,"required":true},{"projectID":227639,"fileID":3051450,"required":true},{"projectID":303122,"fileID":2919936,"required":true},{"projectID":278494,"fileID":3327893,"required":true},{"projectID":225194,"fileID":2491032,"required":true},{"projectID":267939,"fileID":2997129,"required":true}],"overrides":"overrides"},"fileDate":"0001-01-01T00:00:00","installedModpack":null,"projectID":0,"fileID":0,"customAuthor":null,"modpackOverrides":["config\\actuallyadditions.cfg","config\\AE2WirelessTerminals.cfg","config\\akashictome.cfg","config\\animania.cfg","config\\appleskin.cfg","config\\astralsorcery.cfg","config\\backpack.cfg","config\\badwithernocookiereloaded.cfg","config\\baubles.cfg","config\\betterbuilderswands.cfg","config\\betterfps.json","config\\betterquesting.cfg","config\\bibliocraft.cfg","config\\blockcraftery.cfg","config\\bookshelf.cfg","config\\botania.cfg","config\\bq_standard.cfg","config\\Building Gadgets.cfg","config\\carryon.cfg","config\\chisel.cfg","config\\chiselsandbits.cfg","config\\chiselsandbits_clipboard.cfg","config\\codechickenlib.cfg","config\\colytra.cfg","config\\commoncapabilities.cfg","config\\computercraft.cfg","config\\conarm.cfg","config\\cookingforblockheads.cfg","config\\cosmeticarmorreworked.cfg","config\\ctm.cfg","config\\custombackgrounds.cfg","config\\cyclicmagic.cfg","config\\cyclic_ores.cfg","config\\cyclopscore.cfg","config\\DankNull.cfg","config\\darkutils.cfg","config\\defaultoptions.cfg","config\\demagnetize.cfg","config\\ding.cfg","config\\dirt2path.cfg","config\\DiscordSuite.cfg","config\\embers.cfg","config\\enderstorage.cfg","config\\engineersdoors.cfg","config\\Exchangers.cfg","config\\extrautils2.cfg","config\\farmingforblockheads.cfg","config\\fastbench.cfg","config\\fastfurnace.cfg","config\\flatcoloredblocks.cfg","config\\foamfix.cfg","config\\forge.cfg","config\\forgeChunkLoading.cfg","config\\ftbbackups.cfg","config\\ftblib.cfg","config\\ftbutilities.cfg","config\\funkylocomotion.cfg","config\\fw.cfg","config\\gendustryjei.cfg","config\\harvestcraft.cfg","config\\harvestcraft_fruittree.cfg","config\\horsetweaks.cfg","config\\IC2.ini","config\\immersiveengineering.cfg","config\\immersivepetroleum.cfg","config\\immersivetech.cfg","config\\industrialforegoing.cfg","config\\integrateddynamics.cfg","config\\integrateddynamicscompat.cfg","config\\integratedtunnels.cfg","config\\integratedtunnelscompat.cfg","config\\IntegrationForegoing.cfg","config\\InvTweaksRules.txt","config\\ironchest.cfg","config\\JAOPCA.cfg","config\\jeibees.cfg","config\\jeivillagers.cfg","config\\jepb.cfg","config\\journeymap_ModInfo.cfg","config\\journeymap_server.cfg","config\\kleeslabs.cfg","config\\librarianlib.cfg","config\\libvulpes.cfg","config\\lootcapacitortooltips.cfg","config\\lunatriuscore.cfg","config\\magicbees.cfg","config\\malisiscore.cfg","config\\malisisdoors.cfg","config\\mcjtylib.cfg","config\\mctimmersivetechnology.cfg","config\\meecreeps.cfg","config\\mekanism.cfg","config\\minecolonies.cfg","config\\minecolonies_names.cfg","config\\modularrouters.cfg","config\\MoreOverlays.cfg","config\\morphtool.cfg","config\\mysticalworld.cfg","config\\natura.cfg","config\\NaturaModules.cfg","config\\naturescompass.cfg","config\\neat.cfg","config\\NoMobSpawningOnTrees.cfg","config\\notenoughwands.cfg","config\\nuclearcraft.cfg","config\\oldjavawarning.cfg","config\\openblocks.cfg","config\\openmods.cfg","config\\OpenModsLibCore.json","config\\OreDictInit.cfg","config\\oreexcavation.cfg","config\\oreexcavation_groups.json","config\\oreexcavation_overrides.json","config\\oreexcavation_shapes.json","config\\overpoweredarmorbar.cfg","config\\p455w0rdsLib.cfg","config\\patchouli.cfg","config\\phosphor.json","config\\placebo.cfg","config\\playersdropheads.cfg","config\\plustic.cfg","config\\pneumaticcraft.cfg","config\\prettybeaches.cfg","config\\psi.cfg","config\\quark.cfg","config\\quickleafdecay.cfg","config\\randompatches.cfg","config\\reccomplex.cfg","config\\roots.cfg","config\\rustic.cfg","config\\scannable.cfg","config\\schematica.cfg","config\\solcarrot.cfg","config\\splash.properties","config\\stg.cfg","config\\storagedrawers.cfg","config\\structurize.cfg","config\\supersoundmuffler.cfg","config\\tconstruct.cfg","config\\teslacorelib.cfg","config\\thaumcraft_graphics.cfg","config\\thaumcraft_misc.cfg","config\\thaumcraft_world.cfg","config\\thaumicjei.cfg","config\\thaumicjei_itemstack_aspects.json","config\\thaumictinkerer.cfg","config\\TinkerModules.cfg","config\\TinkerToolLeveling.cfg","config\\tips.cfg","config\\toastcontrol.cfg","config\\tombmanygraves.cfg","config\\torchmaster.cfg","config\\torohealthmod.cfg","config\\toughnessbar.cfg","config\\twilightforest.cfg","config\\unlimitedchiselworks.cfg","config\\unloader.cfg","config\\wawla.cfg","config\\wizardry.cfg","config\\ynot.cfg","config\\acronym\\base\\General.cfg","config\\AdvGenerators\\client.config","config\\AdvGenerators\\readme.txt","config\\AdvGenerators\\recipe-removals.cfg","config\\AdvGenerators\\turbine-fuel.cfg","config\\AdvGenerators\\turbine-materials.cfg","config\\advRocketry\\advancedRocketry.cfg","config\\advRocketry\\asteroidConfig.xml","config\\advRocketry\\Centrifuge.xml","config\\advRocketry\\ChemicalReactor.xml","config\\advRocketry\\Crystallizer.xml","config\\advRocketry\\CuttingMachine.xml","config\\advRocketry\\ElectricArcFurnace.xml","config\\advRocketry\\Electrolyser.xml","config\\advRocketry\\Lathe.xml","config\\advRocketry\\oreConfig.xml","config\\advRocketry\\planetDefs.xml","config\\advRocketry\\PrecisionAssembler.xml","config\\advRocketry\\PrecisionLaserEtcher.xml","config\\advRocketry\\RollingMachine.xml","config\\advRocketry\\SmallPlatePress.xml","config\\AE2Stuff\\readme.txt","config\\ancientwarfare\\AncientWarfare.cfg","config\\ancientwarfare\\AncientWarfareAutomation.cfg","config\\ancientwarfare\\AncientWarfareNpc.cfg","config\\ancientwarfare\\AncientWarfareNpcEquipment.cfg","config\\ancientwarfare\\AncientWarfareNpcFactionStandings.cfg","config\\ancientwarfare\\AncientWarfareNpcFood.cfg","config\\ancientwarfare\\AncientWarfareNpcPath.cfg","config\\ancientwarfare\\AncientWarfareNpcTargeting.cfg","config\\ancientwarfare\\AncientWarfareNpcValues.cfg","config\\ancientwarfare\\AncientWarfareStructures.cfg","config\\ancientwarfare\\AncientWarfareVehicle.cfg","config\\AppliedEnergistics2\\AppliedEnergistics2.cfg","config\\AppliedEnergistics2\\CustomRecipes.cfg","config\\AppliedEnergistics2\\extracells.cfg","config\\AppliedEnergistics2\\Facades.cfg","config\\AppliedEnergistics2\\items.csv","config\\AppliedEnergistics2\\VersionChecker.cfg","config\\architect\\blacklist.json","config\\architect\\block_mapping.json","config\\architect\\item_mapping.json","config\\astralsorcery\\aevitas_ore_perk.cfg","config\\astralsorcery\\amulet_enchantments.cfg","config\\astralsorcery\\fluid_rarities.cfg","config\\astralsorcery\\herdable_animals_blacklist.cfg","config\\astralsorcery\\mineralis_ritual.cfg","config\\astralsorcery\\perk_void_trash_replacement.cfg","config\\astralsorcery\\treasure_shrine.cfg","config\\bbm\\AI_Improvements.cfg","config\\betteradvancements\\betteradvancements.cfg","config\\betterquesting\\DefaultLoot.json","config\\betterquesting\\DefaultQuests.json","config\\betterquesting\\questbook.cfg","config\\biomesoplenty\\biome_ids.json","config\\biomesoplenty\\gameplay.cfg","config\\biomesoplenty\\misc.cfg","config\\biomesoplenty\\biomes\\Put biome config files here","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\alps.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\alps_foothills.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\bamboo_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\bayou.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\bog.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\boreal_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\brushland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\chaparral.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\cherry_blossom_grove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\cold_desert.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\coniferous_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\coral_reef.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\corrupted_sands.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\crag.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\dead_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\dead_swamp.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\eucalyptus_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\fen.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\flower_field.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\flower_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\fungi_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\glacier.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\grassland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\gravel_beach.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\grove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\highland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\kelp_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\land_of_lakes.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\lavender_fields.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\lush_desert.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\lush_swamp.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mangrove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\maple_woods.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\marsh.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\meadow.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\moor.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mountain.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mountain_foothills.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mystic_grove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\oasis.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\ominous_woods.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\orchard.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\origin_beach.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\origin_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\outback.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\overgrown_cliffs.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\pasture.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\phantasmagoric_inferno.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\prairie.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\quagmire.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\rainforest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\redwood_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\redwood_forest_edge.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\sacred_springs.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\seasonal_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\shield.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\shrubland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\snowy_coniferous_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\snowy_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\snowy_tundra.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\steppe.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\temperate_rainforest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\tropical_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\tropical_rainforest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\tundra.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\undergarden.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\visceral_heap.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\volcanic_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\wasteland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\wetland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\white_beach.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\woodland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\xeric_shrubland.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\beaches.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\birch_forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\birch_forest_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\desert.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\desert_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\extreme_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\extreme_hills_with_trees.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\forest_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\hell.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\ice_flats.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\ice_mountains.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\jungle.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\jungle_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mesa.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mesa_clear_rock.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mushroom_island.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mutated_forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\ocean.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\plains.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\redwood_taiga.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\redwood_taiga_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\roofed_forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\savanna.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\savanna_rock.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\sky.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\swampland.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga_cold.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga_cold_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga_hills.json","config\\bloodmagic\\bloodmagic.cfg","config\\bloodmagic\\rituals.cfg","config\\bloodmagic\\meteors\\diamond.json","config\\bloodmagic\\meteors\\gold.json","config\\bloodmagic\\meteors\\iron.json","config\\brandon3055\\BrandonsCore.cfg","config\\brandon3055\\Custom Fusion Recipe Info.txt","config\\brandon3055\\DraconicEvolution.cfg","config\\brandon3055\\ProjectIntelligence\\GuiConfig.json","config\\brandon3055\\ProjectIntelligence\\options.json","config\\brandon3055\\ProjectIntelligence\\projectintelligence.xml","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\draconicevolution-downloadManifest.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\draconicevolution.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\enderio-downloadManifest.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\enderio.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\projectintelligence-downloadManifest.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\projectintelligence.json","config\\brandon3055\\ProjectIntelligence\\GuiStyle\\ActiveStyle.json","config\\brandon3055\\ProjectIntelligence\\GuiStyle\\DefaultPresets\\darcula.json","config\\brandon3055\\ProjectIntelligence\\GuiStyle\\DefaultPresets\\vanilla.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\Draconic Evolution\\draconicevolution-en_US.xml","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\awakened_draconium_5f7da.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\celestial_manipulator_55724.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\chaos_guardian_4c4fd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\contributors_14e32.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores_b46c6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\disenchanter_3606d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation_6d4cb.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor_a7ed0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_energy_shield_4ef7c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor_b98b3.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools_ce5a3.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium_8395a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium_chest_1c184.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\ender_energy_manipulator_3811c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_infuser_5b44a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network_cbb72.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core_7665b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\entity_detector_62746.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\flow_gates_92a90.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\fusion_crafting_93212.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\generator_cc462.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\mob_grinder_c25b0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\mob_soul_749d7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\potentiometer_7e259.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\rain_sensor_92dae.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\spotlights_65054.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\stabilized_spawner_4e561.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\test_page_4f9ac.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\upgrade_system_a708d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor_4e10b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools_26115.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\awakened_draconium\\dragon_heart_2caa6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\awakened_core_c847a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\chaotic_core_10e66.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\draconic_core_3cc88.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\draconic_energy_core_4f12f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\wyvern_core_c2c0a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\wyvern_energy_core_a2b4d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\advanced_dislocator_aa59f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\awakened_item_dislocator_81c55.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\bound_dislocators_d4344.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocation_blocker_20e01.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocator_81ef7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocator_pedestal_40605.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocator_receptacle_8aad6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\item_dislocator_a286b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\power_portals_2a601.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_boots_53ead.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_chestplate_e14af.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_helmet_54f52.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_leggings_dc633.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor\\basic_operation_909db.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor\\reactor_explosion_8a46b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor\\regulation_and_safety_24690.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_axe_bcd5b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_bow_a8440.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_flux_capacitor_5685f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_hoe_21b89.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_pickaxe_5380c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_shovel_26bf1.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_staff_of_power_31983.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_sword_f9c8f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium\\draconium_block_4058e.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium\\draconium_dust_a564f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium\\draconium_ore_87f4d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\energy_io_crystals_5c5b0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\relay_crystals_2bf03.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\the_basics_461cd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\wireless_crystals_29e8b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core\\energy_core_setup_7be5c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core\\energy_core_stabilizer_dfaaa.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core\\energy_pylon_e75da.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\fusion_crafting\\fusion_crafting_injectors_26e3e.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\fusion_crafting\\fusion_crafting_setup_84af7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_boots_9d888.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_chestplate_472d6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_helmet_60559.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_leggings_2b410.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_axe_11dbd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_bow_e17dc.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_flux_capacitor_f3f1c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_pickaxe_97459.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_shovel_9dbf8.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_sword_dc96b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\structure.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\en_us\\draconicevolution_dbd2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\lang\\en_us.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\lang\\ru_ru.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\lang\\zh_cn.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\ru_ru\\draconicevolution_dbd2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\zh_cn\\draconicevolution_dbd2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\alloy_smelter_52138.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\attractor_obelisk_91da7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\aversion_obelisk_8dda3.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_2d237.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_advanced_big_d5396.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_advanced_fa4ac.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_advanced_limited_f5754.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_big_7fc8d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\buffer_53ade.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\cap_bank_c785a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\combustion_generator_de745.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\crafter_504e5.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\dialing_device_bfa73.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\dialing_device_no_telepad_dc64b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\enchanter_5dd60.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\enchantment_filter_73c8f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\experience_obelisk_6cd4f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\external_connection_68afd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\farm_station_ada2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\fluid_filter_6d14d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\furnace_f81dd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\impulse_hopper_3d634.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\inhibitor_obelisk_2053d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\killer_joe_e0a1e.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\lava_generator_b8a26.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\machines_39aa7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\mod_item_filter_e206d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\painter_7982f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\powered_spawner_f2a50.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\power_item_filter_13e13.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\power_monitor_64c83.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\redstone_signal_logic_cd361.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\relocator_obelisk_486de.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\sag_mill_77dd2.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\slice_and_splice_2f908.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\soul_binder_67dc0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\soul_filter_3b8a8.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\stirling_generator_6df1f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\tank_b3cb4.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\tele_pad_bcbd4.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\transceiver_e630a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\travel_accessable_34d5b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\travel_auth_aca62.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\vacuum_chest_4b559.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\vat_4febc.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\weather_obelisk_4d38f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\wired_charger_11dd9.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\x_p_vacuum_69c92.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\zombie_generator_c3bf0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\machines\\capacitors_d04ab.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\structure.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\en_us\\enderio_6f297.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\lang\\en_us.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\lang\\zh_cn.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\zh_cn\\enderio_6f297.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\contribute_e554c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\people_8485a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\people\\brandon3055_69258.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\people\\covers1624_b8f4c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\structure.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\en_us\\projectintelligence_88e33.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\lang\\en_us.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\lang\\zh_cn.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\zh_cn\\projectintelligence_88e33.md","config\\codechicken\\supporters.json","config\\codechicken\\supporters.marker","config\\cofh\\core\\client.cfg","config\\cofh\\core\\common.cfg","config\\cofh\\core\\friends.cfg","config\\cofh\\nonvflash\\client.cfg","config\\cofh\\redstonearsenal\\client.cfg","config\\cofh\\redstonearsenal\\common.cfg","config\\cofh\\thermalcultivation\\client.cfg","config\\cofh\\thermalcultivation\\common.cfg","config\\cofh\\thermaldynamics\\client.cfg","config\\cofh\\thermaldynamics\\common.cfg","config\\cofh\\thermaldynamics\\cover_blacklist.json","config\\cofh\\thermalexpansion\\client.cfg","config\\cofh\\thermalexpansion\\common.cfg","config\\cofh\\thermalexpansion\\florbs.cfg","config\\cofh\\thermalexpansion\\morbs.cfg","config\\cofh\\thermalfoundation\\client.cfg","config\\cofh\\thermalfoundation\\common.cfg","config\\cofh\\thermalfoundation\\lexicon-whitelist.cfg","config\\cofh\\thermalinnovation\\client.cfg","config\\cofh\\thermalinnovation\\common.cfg","config\\cofh\\world\\00_minecraft.json","config\\cofh\\world\\01_thermalfoundation_ores.json","config\\cofh\\world\\02_thermalfoundation_oil.json","config\\cofh\\world\\03_thermalfoundation_clathrates.json","config\\cofh\\world\\04_actuallyadditions_ore.json","config\\cofh\\world\\05_immersiveengineering_ore.json","config\\cofh\\world\\07_chisel_stone.json","config\\cofh\\world\\08_appliedenergistics_ore.json","config\\cofh\\world\\09_draconicevolution_ore.json","config\\cofh\\world\\10_forestry_ore.json","config\\cofh\\world\\11_mekanism_ore.json","config\\cofh\\world\\12_nuclearcraft_large_veins_ore.json","config\\cofh\\world\\13_thermal_expansion_lakes.json","config\\cofh\\world\\14_thaumcraft_ore.json","config\\cofh\\world\\15_advanced_rocketry_planets_ore.json","config\\cofh\\world\\config.cfg","config\\compactmachines3\\settings.cfg","config\\CustomMainMenu\\mainmenu.json","config\\defaultoptions\\keybindings.txt","config\\defaultoptions\\options.txt","config\\ElevatorMod\\ElevatorMod.cfg","config\\endercore\\cropconfig.json","config\\endercore\\endercore.cfg","config\\enderio\\enderio.cfg","config\\enderio\\enderioconduits.cfg","config\\enderio\\enderiointegrationforestry.cfg","config\\enderio\\enderioinvpanel.cfg","config\\enderio\\enderiomachines.cfg","config\\enderio\\enderiopowertools.cfg","config\\enderio\\painter_paint_sources_core.xml","config\\enderio\\painter_paint_sources_user.xml","config\\enderio\\recipes\\user\\recipes.xsd","config\\enderio\\recipes\\user\\spawner.xml","config\\enderio\\recipes\\user\\user_recipes.xml","config\\environmentalmaterials\\main.cfg","config\\environmentaltech\\main.cfg","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_1.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_2.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_3.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_4.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_5.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_6.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_1.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_2.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_3.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_4.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_5.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_6.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_1.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_2.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_3.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_4.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_5.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_6.json","config\\ExtraBitManipulation\\armor_data.cfg","config\\ExtraBitManipulation\\client.cfg","config\\ExtraBitManipulation\\common.cfg","config\\ExtraBitManipulation\\modeling_data.cfg","config\\ExtraBitManipulation\\sculpting_data.cfg","config\\ExtraBitManipulation\\server.cfg","config\\Extreme Reactors\\Extreme Reactors.cfg","config\\FarmingForBlockheads\\Market.json","config\\forestry\\apiculture.cfg","config\\forestry\\arboriculture.cfg","config\\forestry\\backpacks.cfg","config\\forestry\\binnie-mods.conf","config\\forestry\\common.cfg","config\\forestry\\farm.cfg","config\\forestry\\fluids.cfg","config\\forestry\\lepidopterology.cfg","config\\forestry\\modules.cfg","config\\forestry\\plugins.cfg","config\\forestry\\binniecore\\main.conf","config\\forestry\\botany\\modules.cfg","config\\forestry\\extrabees\\main.conf","config\\forestry\\extrabees\\modules.cfg","config\\forestry\\extratrees\\main.cfg","config\\forestry\\extratrees\\modules.cfg","config\\forestry\\gamemodes\\EASY.cfg","config\\forestry\\gamemodes\\HARD.cfg","config\\forestry\\gamemodes\\NORMAL.cfg","config\\forestry\\gamemodes\\OP.cfg","config\\forestry\\genetics\\main.conf","config\\forestry\\genetics\\modules.cfg","config\\fpsreducer\\fpsreducer.cfg","config\\gendustry\\client.config","config\\gendustry\\readme.txt","config\\Guide-API\\Guide-API.cfg","config\\ic2\\block_cutter.ini","config\\ic2\\extractor.ini","config\\ic2\\macerator.ini","config\\ic2\\metal_former_rolling.ini","config\\ic2\\thermal_centrifuge.ini","config\\incontrol\\experience.json","config\\incontrol\\loot.json","config\\incontrol\\main.cfg","config\\incontrol\\potentialspawn.json","config\\incontrol\\spawn.json","config\\incontrol\\summonaid.json","config\\InvTweaks\\InvTweaks.cfg","config\\InvTweaks\\InvTweaksRules.txt","config\\InvTweaks\\InvTweaksTree.txt","config\\InvTweaks\\trees\\readme.txt","config\\ironbackpacks\\blacklist.json","config\\ironbackpacks\\ironbackpacks.cfg","config\\jei\\itemBlacklist.cfg","config\\jei\\jei.cfg","config\\jei\\searchColors.cfg","config\\jei\\worldSettings.cfg","config\\jeresources\\jeresources.cfg","config\\jeresources\\world-gen.json","config\\laser_drill_ores\\actuallyadditions_ores.json","config\\laser_drill_ores\\appliedenergistics2_ores.json","config\\laser_drill_ores\\astralsorcery_ores.json","config\\laser_drill_ores\\biomesoplenty_ores.json","config\\laser_drill_ores\\cyclic_ores.json","config\\laser_drill_ores\\default_ores.json","config\\laser_drill_ores\\forestry_ores.json","config\\laser_drill_ores\\nuclearcraft_ores.json","config\\laser_drill_ores\\rftools_ores.json","config\\laser_drill_ores\\thaumcraft_ores.json","config\\laser_drill_ores\\thermalfoundation_ores.json","config\\lostcities\\general.cfg","config\\lostcities\\profile_ancient.cfg","config\\lostcities\\profile_atlantis.cfg","config\\lostcities\\profile_biosphere.cfg","config\\lostcities\\profile_bio_wasteland.cfg","config\\lostcities\\profile_cavern.cfg","config\\lostcities\\profile_chisel.cfg","config\\lostcities\\profile_default.cfg","config\\lostcities\\profile_floating.cfg","config\\lostcities\\profile_nodamage.cfg","config\\lostcities\\profile_onlycities.cfg","config\\lostcities\\profile_rarecities.cfg","config\\lostcities\\profile_realistic.cfg","config\\lostcities\\profile_safe.cfg","config\\lostcities\\profile_space.cfg","config\\lostcities\\profile_tallbuildings.cfg","config\\lostcities\\profile_wasteland.cfg","config\\lostcities\\profile_waterbubbles.cfg","config\\lostcities\\profile_water_empty.cfg","config\\mekanism\\BoxBlacklist.txt","config\\MemoryTester\\Crash.txt","config\\MemoryTester\\General.txt","config\\MemoryTester\\Menu.txt","config\\MemoryTester\\resources\\backgroundImage.png","config\\MemoryTester\\resources\\buttonIcon.png","config\\MemoryTester\\resources\\windowIcon.png","config\\MovingWorld\\AssemblePriority.cfg","config\\MovingWorld\\Main.cfg","config\\nutrition\\nutrition.cfg","config\\nutrition\\effects\\example.json","config\\nutrition\\effects\\harming.json","config\\nutrition\\effects\\mining_fatigue.json","config\\nutrition\\effects\\poison.json","config\\nutrition\\effects\\resistance.json","config\\nutrition\\effects\\resistance2.json","config\\nutrition\\effects\\strength.json","config\\nutrition\\effects\\strength2.json","config\\nutrition\\effects\\toughness.json","config\\nutrition\\effects\\weakness.json","config\\nutrition\\effects\\weakness2.json","config\\nutrition\\nutrients\\dairy.json","config\\nutrition\\nutrients\\example.json","config\\nutrition\\nutrients\\fruit.json","config\\nutrition\\nutrients\\grain.json","config\\nutrition\\nutrients\\protein.json","config\\nutrition\\nutrients\\vegetable.json","config\\opencomputers\\default.recipes","config\\opencomputers\\gregtech.recipes","config\\opencomputers\\hardmode.recipes","config\\opencomputers\\peaceful.recipes","config\\opencomputers\\settings.conf","config\\opencomputers\\user.recipes","config\\pneumaticcraft\\AmadronOffersPeriodic.cfg","config\\pneumaticcraft\\AmadronOffersStatic.cfg","config\\pneumaticcraft\\AmadronTradingSettings.cfg","config\\pneumaticcraft\\BlockHeatProperties.cfg","config\\pneumaticcraft\\HelmetWidgetDefaults.cfg","config\\pneumaticcraft\\MicromissileDefaults.cfg","config\\pneumaticcraft\\PneumaticArmorHUDLayout.cfg","config\\pneumaticcraft\\ProgrammingPuzzleBlacklist.cfg","config\\pneumaticcraft\\thirdparty.cfg","config\\pregenerator\\ClientConfig.cfg","config\\pregenerator\\ExampleFile.txt","config\\pregenerator\\PregenConfig.cfg","config\\rftools\\control.cfg","config\\rftools\\dimensions.cfg","config\\rftools\\dimlets.json","config\\rftools\\rftools.cfg","config\\roots\\crops.cfg","config\\roots\\elemental_soil.cfg","config\\roots\\general.cfg","config\\roots\\moss.cfg","config\\roots\\rituals.cfg","config\\roots\\spells.cfg","config\\shadowfacts\\ExtraRails.cfg","config\\shadowfacts\\ShadowMC.cfg","config\\spiceoflife\\example-food-group.json","config\\teamreborn\\configData.nbt","config\\teamreborn\\reborncore\\client.cfg","config\\teamreborn\\reborncore\\misc.cfg","config\\teamreborn\\reborncore\\power.cfg","config\\teamreborn\\reborncore\\selected_energy.json","config\\teamreborn\\reborncore\\upgrades.cfg","config\\unidict\\IntegrationModule.cfg","config\\unidict\\UniDict.cfg","config\\valkyrielib\\main.cfg","config\\waila\\waila.cfg","config\\waila\\theme\\dark.json","config\\waila\\theme\\vanilla.json","config\\wizardry\\wizManifest.json","config\\wizardry\\fire_recipes\\devil_dust.json","config\\wizardry\\fire_recipes\\devil_dust_secondary.json","config\\wizardry\\fire_recipes\\sky_dust.json","config\\wizardry\\fluid_recipes\\codex.json","config\\wizardry\\fluid_recipes\\mana_battery.json","config\\wizardry\\fluid_recipes\\mana_orb.json","config\\wizardry\\fluid_recipes\\nacre.json","config\\wizardry\\fluid_recipes\\temp_real_halo.json","config\\wizardry\\fluid_recipes\\unicorn_dagger.json","config\\wizardry\\fluid_recipes\\wisdom_door.json","config\\wizardry\\fluid_recipes\\wisdom_fence.json","config\\wizardry\\fluid_recipes\\wisdom_fence_gate.json","config\\wizardry\\fluid_recipes\\wisdom_leaves.json","config\\wizardry\\fluid_recipes\\wisdom_log.json","config\\wizardry\\fluid_recipes\\wisdom_plank.json","config\\wizardry\\fluid_recipes\\wisdom_sapling.json","config\\wizardry\\fluid_recipes\\wisdom_slab.json","config\\wizardry\\fluid_recipes\\wisdom_stairs.json","config\\wizardry\\fluid_recipes\\wisdom_stick.json","config\\wizardry\\wizmodules\\effect_anti_gravity_well.json","config\\wizardry\\wizmodules\\effect_backup.json","config\\wizardry\\wizmodules\\effect_bouncing.json","config\\wizardry\\wizmodules\\effect_break.json","config\\wizardry\\wizmodules\\effect_burn.json","config\\wizardry\\wizmodules\\effect_crasher_fall.json","config\\wizardry\\wizmodules\\effect_decay.json","config\\wizardry\\wizmodules\\effect_extract.json","config\\wizardry\\wizmodules\\effect_frost.json","config\\wizardry\\wizmodules\\effect_grace.json","config\\wizardry\\wizmodules\\effect_gravity_well.json","config\\wizardry\\wizmodules\\effect_leap.json","config\\wizardry\\wizmodules\\effect_leech.json","config\\wizardry\\wizmodules\\effect_light.json","config\\wizardry\\wizmodules\\effect_lightning.json","config\\wizardry\\wizmodules\\effect_low_gravity.json","config\\wizardry\\wizmodules\\effect_phase.json","config\\wizardry\\wizmodules\\effect_place.json","config\\wizardry\\wizmodules\\effect_poison_cloud.json","config\\wizardry\\wizmodules\\effect_shatter.json","config\\wizardry\\wizmodules\\effect_sonic.json","config\\wizardry\\wizmodules\\effect_substitution.json","config\\wizardry\\wizmodules\\effect_suffocate.json","config\\wizardry\\wizmodules\\effect_telekinesis.json","config\\wizardry\\wizmodules\\effect_thrive.json","config\\wizardry\\wizmodules\\effect_time_lock.json","config\\wizardry\\wizmodules\\effect_time_slow.json","config\\wizardry\\wizmodules\\effect_vanish.json","config\\wizardry\\wizmodules\\effect_zoom.json","config\\wizardry\\wizmodules\\modifier_extend_range.json","config\\wizardry\\wizmodules\\modifier_extend_time.json","config\\wizardry\\wizmodules\\modifier_increase_aoe.json","config\\wizardry\\wizmodules\\modifier_increase_potency.json","config\\wizardry\\wizmodules\\modifier_increase_speed.json","config\\wizardry\\wizmodules\\shape_beam.json","config\\wizardry\\wizmodules\\shape_cone.json","config\\wizardry\\wizmodules\\shape_projectile.json","config\\wizardry\\wizmodules\\shape_self.json","config\\wizardry\\wizmodules\\shape_touch.json","config\\wizardry\\wizmodules\\shape_zone.json","config\\xnet\\xnet.cfg","mods\\Nutrition-1.12.2-4.6.1.jar"],"isMemoryOverride":false,"allocatedMemory":4096,"profileImagePath":null,"isVanilla":false,"guid":"82f6c969-b468-469d-92cb-60db17be1200","gameTypeID":432,"installPath":"C:\\Users\\Oliver\\curseforge\\minecraft\\Instances\\Enigmatica 2 Tweaked\\","name":"Enigmatica 2 Tweaked","cachedScans":[],"isValid":true,"lastPreviousMatchUpdate":"2023-08-08T17:36:04.4128186Z","lastRefreshAttempt":"2023-08-08T10:41:38.7765207-07:00","isEnabled":true,"gameVersion":"1.12.2","gameVersionFlavor":null,"gameVersionTypeId":null,"preferenceAlternateFile":false,"preferenceAutoInstallUpdates":false,"preferenceQuickDeleteLibraries":false,"preferenceDeleteSavedVariables":false,"preferenceProcessFileCommands":true,"preferenceReleaseType":1,"preferenceModdingFolderPath":null,"syncProfile":{"PreferenceEnabled":false,"PreferenceAutoSync":true,"PreferenceAutoDelete":false,"PreferenceBackupSavedVariables":false,"GameInstanceGuid":"00000000-0000-0000-0000-000000000000","SyncProfileID":0,"SavedVariablesProfile":null,"LastSyncDate":"0001-01-01T00:00:00"},"installDate":"2023-07-12T19:15:31.0973436Z","installedAddons":[{"instanceID":"82f46912-913e-4a57-a0e2-6781b475274f","modSource":0,"addonID":228027,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"BiblioCraft","modFolderPath":null,"fileNameOnDisk":"BiblioCraft[v2.4.6][MC1.12.2].jar","authors":[{"Name":"Nuchaz"}],"primaryAuthor":"Nuchaz","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bibliocraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/21/256/256/635611956600094795.png","tags":[],"installedFile":{"id":3647708,"fileName":"BiblioCraft[v2.4.6][MC1.12.2].jar","fileDate":"2022-02-14T00:26:33.053Z","fileLength":5185177,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3647/708/BiblioCraft[v2.4.6][MC1.12.2].jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1255912582,"invalidFingerprint":false},{"foldername":"jds","fingerprint":482035377,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1289855020,"invalidFingerprint":false},{"foldername":"BiblioCraft.png","fingerprint":2780544853,"invalidFingerprint":false},{"foldername":"bibliocraft_paintings_example_resource_pack.zip","fingerprint":2352229443,"invalidFingerprint":false},{"foldername":"copyright.txt","fingerprint":1107850364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1211542804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":179562225,"invalidFingerprint":false}],"packageFingerprint":154898829,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228027,"fileNameOnDisk":"BiblioCraft[v2.4.6][MC1.12.2].jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.8463725Z","dateUpdated":"2023-07-12T19:25:14.6465089Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3647708,"fileName":"BiblioCraft[v2.4.6][MC1.12.2].jar","fileDate":"2022-02-14T00:26:33.053Z","fileLength":5185177,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3647/708/BiblioCraft[v2.4.6][MC1.12.2].jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1255912582,"invalidFingerprint":false},{"foldername":"jds","fingerprint":482035377,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1289855020,"invalidFingerprint":false},{"foldername":"BiblioCraft.png","fingerprint":2780544853,"invalidFingerprint":false},{"foldername":"bibliocraft_paintings_example_resource_pack.zip","fingerprint":2352229443,"invalidFingerprint":false},{"foldername":"copyright.txt","fingerprint":1107850364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1211542804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":179562225,"invalidFingerprint":false}],"packageFingerprint":154898829,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228027,"fileNameOnDisk":"BiblioCraft[v2.4.6][MC1.12.2].jar","hashes":[]}},{"instanceID":"2c58fb72-4bc7-47bb-9196-02daf4242bbb","modSource":0,"addonID":245211,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"The One Probe","modFolderPath":null,"fileNameOnDisk":"theoneprobe-1.12-1.4.28.jar","authors":[{"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/the-one-probe","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/41/170/256/256/635991514554675962.png","tags":[],"installedFile":{"id":2667280,"fileName":"theoneprobe-1.12-1.4.28.jar","fileDate":"2019-01-31T18:42:38.827Z","fileLength":301893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2667/280/theoneprobe-1.12-1.4.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":903804330,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":51082930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1427744101,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194480308,"invalidFingerprint":false},{"foldername":"assets","fingerprint":266445579,"invalidFingerprint":false}],"packageFingerprint":2094495496,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245211,"fileNameOnDisk":"theoneprobe-1.12-1.4.28.jar","hashes":[]},"dateInstalled":"2023-07-13T19:05:36.7683352Z","dateUpdated":"2023-07-13T19:05:36.7723413Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2667280,"fileName":"theoneprobe-1.12-1.4.28.jar","fileDate":"2019-01-31T18:42:38.827Z","fileLength":301893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2667/280/theoneprobe-1.12-1.4.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":903804330,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":51082930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1427744101,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194480308,"invalidFingerprint":false},{"foldername":"assets","fingerprint":266445579,"invalidFingerprint":false}],"packageFingerprint":2094495496,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245211,"fileNameOnDisk":"theoneprobe-1.12-1.4.28.jar","hashes":[]}},{"instanceID":"7cdd1bcb-ce89-4247-bde6-b2faceceb878","modSource":0,"addonID":235279,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chisel","modFolderPath":null,"fileNameOnDisk":"Chisel-MC1.12.2-1.0.2.45.jar","authors":[{"Name":"tterrag1098"},{"Name":"minecreatr"},{"Name":"Drullkus"}],"primaryAuthor":"tterrag1098","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chisel","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/24/517/256/256/635758617021943603.png","tags":[],"installedFile":{"id":2915375,"fileName":"Chisel-MC1.12.2-1.0.2.45.jar","fileDate":"2020-03-29T00:30:18.877Z","fileLength":4755282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/375/Chisel-MC1.12.2-1.0.2.45.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":301493422,"invalidFingerprint":false},{"foldername":"team","fingerprint":814511350,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819497749,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1278008810,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4171709066,"invalidFingerprint":false}],"packageFingerprint":2429064344,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235279,"fileNameOnDisk":"Chisel-MC1.12.2-1.0.2.45.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.8562949Z","dateUpdated":"2023-07-12T19:15:49.8618998Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2915375,"fileName":"Chisel-MC1.12.2-1.0.2.45.jar","fileDate":"2020-03-29T00:30:18.877Z","fileLength":4755282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/375/Chisel-MC1.12.2-1.0.2.45.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":301493422,"invalidFingerprint":false},{"foldername":"team","fingerprint":814511350,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819497749,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1278008810,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4171709066,"invalidFingerprint":false}],"packageFingerprint":2429064344,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235279,"fileNameOnDisk":"Chisel-MC1.12.2-1.0.2.45.jar","hashes":[]}},{"instanceID":"b14ba2c9-8991-4891-8932-562082366b23","modSource":0,"addonID":248370,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Bees","modFolderPath":null,"fileNameOnDisk":"jeibees-0.9.0.5-mc1.12.2.jar","authors":[{"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-bees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/46/834/256/256/636059277950337673.png","tags":[],"installedFile":{"id":2490058,"fileName":"jeibees-0.9.0.5-mc1.12.2.jar","fileDate":"2017-10-12T18:35:55.983Z","fileLength":117480,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/58/jeibees-0.9.0.5-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1541940746,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":369393444,"invalidFingerprint":false},{"foldername":"assets","fingerprint":728962449,"invalidFingerprint":false}],"packageFingerprint":12823422,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248370,"fileNameOnDisk":"jeibees-0.9.0.5-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.1235315Z","dateUpdated":"2023-07-12T19:16:48.1254817Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2490058,"fileName":"jeibees-0.9.0.5-mc1.12.2.jar","fileDate":"2017-10-12T18:35:55.983Z","fileLength":117480,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/58/jeibees-0.9.0.5-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1541940746,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":369393444,"invalidFingerprint":false},{"foldername":"assets","fingerprint":728962449,"invalidFingerprint":false}],"packageFingerprint":12823422,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248370,"fileNameOnDisk":"jeibees-0.9.0.5-mc1.12.2.jar","hashes":[]}},{"instanceID":"593fb161-f6f6-4b3f-b8a4-4476300ba4a7","modSource":0,"addonID":248787,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AppleSkin","modFolderPath":null,"fileNameOnDisk":"AppleSkin-mc1.12-1.0.14.jar","authors":[{"Name":"squeek502"}],"primaryAuthor":"squeek502","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/appleskin","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/47/527/256/256/636066936394500688.png","tags":[],"installedFile":{"id":2987247,"fileName":"AppleSkin-mc1.12-1.0.14.jar","fileDate":"2020-06-24T05:27:04.913Z","fileLength":33683,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2987/247/AppleSkin-mc1.12-1.0.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":244667653,"invalidFingerprint":false},{"foldername":"betterwithmods","fingerprint":1637584094,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":4026390983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3447702788,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1531494517,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2520837536,"invalidFingerprint":false}],"packageFingerprint":1189087403,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"AppleSkin-mc1.12-1.0.14.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:32.2865295Z","dateUpdated":"2023-07-12T19:16:32.2885294Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2987247,"fileName":"AppleSkin-mc1.12-1.0.14.jar","fileDate":"2020-06-24T05:27:04.913Z","fileLength":33683,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2987/247/AppleSkin-mc1.12-1.0.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":244667653,"invalidFingerprint":false},{"foldername":"betterwithmods","fingerprint":1637584094,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":4026390983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3447702788,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1531494517,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2520837536,"invalidFingerprint":false}],"packageFingerprint":1189087403,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"AppleSkin-mc1.12-1.0.14.jar","hashes":[]}},{"instanceID":"0f41a8f2-0aef-4e37-a6fa-ccbcf7b7a89e","modSource":0,"addonID":238003,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic Inventory Scanning (Thaumcraft Addon)","modFolderPath":null,"fileNameOnDisk":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":430,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumcraft-inventory-scanning","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/28/714/256/256/635832636215628067.png","tags":[],"installedFile":{"id":2559089,"fileName":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","fileDate":"2018-05-06T14:56:15.563Z","fileLength":17224,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2559/89/ThaumicInventoryScanning_1.12.2-2.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1483148669,"invalidFingerprint":false},{"foldername":"net","fingerprint":878849892,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":596142724,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1593057108,"invalidFingerprint":false}],"packageFingerprint":1964344708,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238003,"fileNameOnDisk":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.8907075Z","dateUpdated":"2023-07-12T19:16:20.892711Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2559089,"fileName":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","fileDate":"2018-05-06T14:56:15.563Z","fileLength":17224,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2559/89/ThaumicInventoryScanning_1.12.2-2.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1483148669,"invalidFingerprint":false},{"foldername":"net","fingerprint":878849892,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":596142724,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1593057108,"invalidFingerprint":false}],"packageFingerprint":1964344708,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238003,"fileNameOnDisk":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","hashes":[]}},{"instanceID":"8458922e-8792-409c-aded-b136538c308e","modSource":0,"addonID":363856,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Super Sound Muffler: Revived","modFolderPath":null,"fileNameOnDisk":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","authors":[{"Name":"Firstnecron"}],"primaryAuthor":"Firstnecron","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/super-sound-muffler-revived","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/250/491/256/256/637179076176844735.png","tags":[],"installedFile":{"id":2886150,"fileName":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","fileDate":"2020-02-21T19:01:16.863Z","fileLength":80841,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2886/150/supersoundmuffler-revived_1.12.2_1.0.2.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3589266851,"invalidFingerprint":false},{"foldername":"edgarallen","fingerprint":598474995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3103099352,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1896299071,"invalidFingerprint":false}],"packageFingerprint":2928517051,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":363856,"fileNameOnDisk":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.0062687Z","dateUpdated":"2023-07-12T19:15:49.008295Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2886150,"fileName":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","fileDate":"2020-02-21T19:01:16.863Z","fileLength":80841,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2886/150/supersoundmuffler-revived_1.12.2_1.0.2.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3589266851,"invalidFingerprint":false},{"foldername":"edgarallen","fingerprint":598474995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3103099352,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1896299071,"invalidFingerprint":false}],"packageFingerprint":2928517051,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":363856,"fileNameOnDisk":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","hashes":[]}},{"instanceID":"689292c7-2eca-4e3d-9dcc-f332191cdf24","modSource":0,"addonID":256717,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Clumps","modFolderPath":null,"fileNameOnDisk":"Clumps-3.1.2.jar","authors":[{"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/clumps","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/84/193/256/256/636193647832736518_animated.gif","tags":[],"installedFile":{"id":2666198,"fileName":"Clumps-3.1.2.jar","fileDate":"2019-01-28T22:56:57.45Z","fileLength":13792,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2666/198/Clumps-3.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1241217930,"invalidFingerprint":false},{"foldername":"com","fingerprint":1263363311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2536839976,"invalidFingerprint":false}],"packageFingerprint":1290884162,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-3.1.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.9729222Z","dateUpdated":"2023-07-12T19:15:49.9749213Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2666198,"fileName":"Clumps-3.1.2.jar","fileDate":"2019-01-28T22:56:57.45Z","fileLength":13792,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2666/198/Clumps-3.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1241217930,"invalidFingerprint":false},{"foldername":"com","fingerprint":1263363311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2536839976,"invalidFingerprint":false}],"packageFingerprint":1290884162,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-3.1.2.jar","hashes":[]}},{"instanceID":"bb0051cd-2f51-4ff0-8545-a0748a3e569d","modSource":0,"addonID":314904,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FTB Backups (Forge)","modFolderPath":null,"fileNameOnDisk":"FTBBackups-1.1.0.1.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-backups-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/359/256/256/637261947838118702.png","tags":[],"installedFile":{"id":2819669,"fileName":"FTBBackups-1.1.0.1.jar","fileDate":"2019-10-31T20:25:08.137Z","fileLength":43764,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2819/669/FTBBackups-1.1.0.1.jar","isAlternate":false,"alternateFileId":2819670,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3896838891,"invalidFingerprint":false},{"foldername":"com","fingerprint":409143337,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4225148106,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152582459,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":812656482,"invalidFingerprint":false}],"packageFingerprint":752442057,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314904,"fileNameOnDisk":"FTBBackups-1.1.0.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.6346828Z","dateUpdated":"2023-07-12T19:16:41.6366871Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2819669,"fileName":"FTBBackups-1.1.0.1.jar","fileDate":"2019-10-31T20:25:08.137Z","fileLength":43764,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2819/669/FTBBackups-1.1.0.1.jar","isAlternate":false,"alternateFileId":2819670,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3896838891,"invalidFingerprint":false},{"foldername":"com","fingerprint":409143337,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4225148106,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152582459,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":812656482,"invalidFingerprint":false}],"packageFingerprint":752442057,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314904,"fileNameOnDisk":"FTBBackups-1.1.0.1.jar","hashes":[]}},{"instanceID":"159430d6-2913-4b94-bfb8-ace3072a2503","modSource":0,"addonID":629017,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Roughly Enough IDs","modFolderPath":null,"fileNameOnDisk":"RoughlyEnoughIDs-2.0.6.jar","authors":[{"Name":"Lily"},{"Name":"Exsolutus_"},{"Name":"tilera"},{"Name":"ACGaming"}],"primaryAuthor":"Lily","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reid","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/799/138/256/256/638161375254345080.png","tags":[],"installedFile":{"id":4505486,"fileName":"RoughlyEnoughIDs-2.0.6.jar","fileDate":"2023-04-24T18:04:38.223Z","fileLength":1681639,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4505/486/RoughlyEnoughIDs-2.0.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":292243,"type":2},{"addonId":241721,"type":2},{"addonId":648514,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2938226694,"invalidFingerprint":false},{"foldername":"org","fingerprint":3973003673,"invalidFingerprint":false},{"foldername":"mixins.jeid.core.json","fingerprint":1612006339,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2500220746,"invalidFingerprint":false},{"foldername":"mixins.jeid.modsupport.json","fingerprint":118933153,"invalidFingerprint":false},{"foldername":"mixins.jeid.init.json","fingerprint":715963509,"invalidFingerprint":false},{"foldername":"mixins.jeid.twilightforest.json","fingerprint":820644319,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2941814979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1861385636,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3933732671,"invalidFingerprint":false},{"foldername":"mixins.jeid.refmap.json","fingerprint":2533625099,"invalidFingerprint":false}],"packageFingerprint":396652362,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629017,"fileNameOnDisk":"RoughlyEnoughIDs-2.0.6.jar","hashes":[]},"dateInstalled":"2023-08-06T05:36:12.4825662Z","dateUpdated":"2023-08-06T05:36:12.4894879Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4505486,"fileName":"RoughlyEnoughIDs-2.0.6.jar","fileDate":"2023-04-24T18:04:38.223Z","fileLength":1681639,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4505/486/RoughlyEnoughIDs-2.0.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":292243,"type":2},{"addonId":241721,"type":2},{"addonId":648514,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2938226694,"invalidFingerprint":false},{"foldername":"org","fingerprint":3973003673,"invalidFingerprint":false},{"foldername":"mixins.jeid.core.json","fingerprint":1612006339,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2500220746,"invalidFingerprint":false},{"foldername":"mixins.jeid.modsupport.json","fingerprint":118933153,"invalidFingerprint":false},{"foldername":"mixins.jeid.init.json","fingerprint":715963509,"invalidFingerprint":false},{"foldername":"mixins.jeid.twilightforest.json","fingerprint":820644319,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2941814979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1861385636,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3933732671,"invalidFingerprint":false},{"foldername":"mixins.jeid.refmap.json","fingerprint":2533625099,"invalidFingerprint":false}],"packageFingerprint":396652362,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629017,"fileNameOnDisk":"RoughlyEnoughIDs-2.0.6.jar","hashes":[]}},{"instanceID":"964a9bbd-77c8-4612-9376-746071c1b1c3","modSource":0,"addonID":261924,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Farming for Blockheads","modFolderPath":null,"fileNameOnDisk":"FarmingForBlockheads_1.12.2-3.1.28.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/farming-for-blockheads","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/90/532/256/256/636240157002161763.png","tags":[],"installedFile":{"id":2733508,"fileName":"FarmingForBlockheads_1.12.2-3.1.28.jar","fileDate":"2019-06-30T20:35:12.307Z","fileLength":246686,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/508/FarmingForBlockheads_1.12.2-3.1.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4035949588,"invalidFingerprint":false},{"foldername":"net","fingerprint":3508726205,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":935556743,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3238356668,"invalidFingerprint":false}],"packageFingerprint":2412335274,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261924,"fileNameOnDisk":"FarmingForBlockheads_1.12.2-3.1.28.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:36.5205662Z","dateUpdated":"2023-07-12T19:16:36.5234884Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2733508,"fileName":"FarmingForBlockheads_1.12.2-3.1.28.jar","fileDate":"2019-06-30T20:35:12.307Z","fileLength":246686,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/508/FarmingForBlockheads_1.12.2-3.1.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4035949588,"invalidFingerprint":false},{"foldername":"net","fingerprint":3508726205,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":935556743,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3238356668,"invalidFingerprint":false}],"packageFingerprint":2412335274,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261924,"fileNameOnDisk":"FarmingForBlockheads_1.12.2-3.1.28.jar","hashes":[]}},{"instanceID":"c51f8b92-6f84-4e5b-a1e8-238b38d529e2","modSource":0,"addonID":268567,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mekanism Tools","modFolderPath":null,"fileNameOnDisk":"MekanismTools-1.12.2-9.8.3.390.jar","authors":[{"Name":"bradyaidanc"},{"Name":"Thiakil"},{"Name":"pupnewfster"},{"Name":"thommy101"}],"primaryAuthor":"bradyaidanc","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mekanism-tools","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/492/675/256/256/637801316758778804.png","tags":[],"installedFile":{"id":2835178,"fileName":"MekanismTools-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:22.02Z","fileLength":159785,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/178/MekanismTools-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2315388075,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":868694382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2680223257,"invalidFingerprint":false}],"packageFingerprint":644923358,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268567,"fileNameOnDisk":"MekanismTools-1.12.2-9.8.3.390.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.1252236Z","dateUpdated":"2023-07-12T19:15:48.1260931Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2835178,"fileName":"MekanismTools-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:22.02Z","fileLength":159785,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/178/MekanismTools-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2315388075,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":868694382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2680223257,"invalidFingerprint":false}],"packageFingerprint":644923358,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268567,"fileNameOnDisk":"MekanismTools-1.12.2-9.8.3.390.jar","hashes":[]}},{"instanceID":"b2fb348b-0b78-424a-b87c-150baec6043b","modSource":0,"addonID":240630,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Resources (JER)","modFolderPath":null,"fileNameOnDisk":"JustEnoughResources-1.12.2-0.9.2.60.jar","authors":[{"Name":"way2muchnoise"}],"primaryAuthor":"way2muchnoise","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/419/256/256/635880199659979425.png","tags":[],"installedFile":{"id":2728585,"fileName":"JustEnoughResources-1.12.2-0.9.2.60.jar","fileDate":"2019-06-23T11:17:34.077Z","fileLength":222270,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2728/585/JustEnoughResources-1.12.2-0.9.2.60.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1031631226,"invalidFingerprint":false},{"foldername":"jeresources","fingerprint":585663263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3633478792,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3315349236,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2604549910,"invalidFingerprint":false}],"packageFingerprint":537556958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240630,"fileNameOnDisk":"JustEnoughResources-1.12.2-0.9.2.60.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.0297613Z","dateUpdated":"2023-07-12T19:16:20.0337616Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2728585,"fileName":"JustEnoughResources-1.12.2-0.9.2.60.jar","fileDate":"2019-06-23T11:17:34.077Z","fileLength":222270,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2728/585/JustEnoughResources-1.12.2-0.9.2.60.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1031631226,"invalidFingerprint":false},{"foldername":"jeresources","fingerprint":585663263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3633478792,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3315349236,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2604549910,"invalidFingerprint":false}],"packageFingerprint":537556958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240630,"fileNameOnDisk":"JustEnoughResources-1.12.2-0.9.2.60.jar","hashes":[]}},{"instanceID":"1aebdf98-3a8b-4da6-b5ae-10a93085e9f6","modSource":0,"addonID":231951,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Immersive Engineering","modFolderPath":null,"fileNameOnDisk":"ImmersiveEngineering-0.12-98.jar","authors":[{"Name":"BluSunrize"},{"Name":"Sky_Som"},{"Name":"malte0811"}],"primaryAuthor":"BluSunrize","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/immersive-engineering","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/20/135/256/256/635707329671959611.png","tags":[],"installedFile":{"id":2974106,"fileName":"ImmersiveEngineering-0.12-98.jar","fileDate":"2020-06-06T20:20:24.903Z","fileLength":6360959,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2974/106/ImmersiveEngineering-0.12-98.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":36282968,"invalidFingerprint":false},{"foldername":"blusunrize","fingerprint":3319380826,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":783127171,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902698820,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1454248115,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2007758541,"invalidFingerprint":false}],"packageFingerprint":3177475693,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231951,"fileNameOnDisk":"ImmersiveEngineering-0.12-98.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:00.0831409Z","dateUpdated":"2023-07-12T19:16:00.09114Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2974106,"fileName":"ImmersiveEngineering-0.12-98.jar","fileDate":"2020-06-06T20:20:24.903Z","fileLength":6360959,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2974/106/ImmersiveEngineering-0.12-98.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":36282968,"invalidFingerprint":false},{"foldername":"blusunrize","fingerprint":3319380826,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":783127171,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902698820,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1454248115,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2007758541,"invalidFingerprint":false}],"packageFingerprint":3177475693,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231951,"fileNameOnDisk":"ImmersiveEngineering-0.12-98.jar","hashes":[]}},{"instanceID":"beadef56-c9fe-4ec5-8063-3911bc1eb127","modSource":0,"addonID":256141,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Rustic","modFolderPath":null,"fileNameOnDisk":"rustic-1.1.7.jar","authors":[{"Name":"cadaverous_queen"}],"primaryAuthor":"cadaverous_queen","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rustic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/107/911/256/256/636368922948395666.png","tags":[],"installedFile":{"id":3107974,"fileName":"rustic-1.1.7.jar","fileDate":"2020-11-10T20:07:56.123Z","fileLength":1400465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3107/974/rustic-1.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3129648347,"invalidFingerprint":false},{"foldername":"rustic","fingerprint":1595307303,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3937233460,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672353274,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":614646614,"invalidFingerprint":false}],"packageFingerprint":2505436273,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256141,"fileNameOnDisk":"rustic-1.1.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.1362468Z","dateUpdated":"2023-07-12T19:15:36.1382544Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3107974,"fileName":"rustic-1.1.7.jar","fileDate":"2020-11-10T20:07:56.123Z","fileLength":1400465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3107/974/rustic-1.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3129648347,"invalidFingerprint":false},{"foldername":"rustic","fingerprint":1595307303,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3937233460,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672353274,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":614646614,"invalidFingerprint":false}],"packageFingerprint":2505436273,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256141,"fileNameOnDisk":"rustic-1.1.7.jar","hashes":[]}},{"instanceID":"f50b99d2-34d5-4123-94dc-beeec2559c14","modSource":0,"addonID":322347,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Lazy AE2","modFolderPath":null,"fileNameOnDisk":"lazy-ae2-1.12.2-1.1.26.jar","authors":[{"Name":"phantamanta44"}],"primaryAuthor":"phantamanta44","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lazy-ae2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/204/657/256/256/636941758157711487.png","tags":[],"installedFile":{"id":3254160,"fileName":"lazy-ae2-1.12.2-1.1.26.jar","fileDate":"2021-03-28T22:12:50.417Z","fileLength":398411,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3254/160/lazy-ae2-1.12.2-1.1.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":322344,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929966502,"invalidFingerprint":false},{"foldername":"io","fingerprint":3902739764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473492171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2912478029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2902136438,"invalidFingerprint":false}],"packageFingerprint":726225296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322347,"fileNameOnDisk":"lazy-ae2-1.12.2-1.1.26.jar","hashes":[]},"dateInstalled":"2023-08-04T23:59:56.4048525Z","dateUpdated":"2023-08-04T23:59:56.4058508Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3254160,"fileName":"lazy-ae2-1.12.2-1.1.26.jar","fileDate":"2021-03-28T22:12:50.417Z","fileLength":398411,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3254/160/lazy-ae2-1.12.2-1.1.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":322344,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929966502,"invalidFingerprint":false},{"foldername":"io","fingerprint":3902739764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473492171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2912478029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2902136438,"invalidFingerprint":false}],"packageFingerprint":726225296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322347,"fileNameOnDisk":"lazy-ae2-1.12.2-1.1.26.jar","hashes":[]}},{"instanceID":"b231346a-f022-440b-afc2-6ee6880c1b5f","modSource":0,"addonID":705000,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Universal Tweaks","modFolderPath":null,"fileNameOnDisk":"UniversalTweaks-1.12.2-1.6.0.jar","authors":[{"Name":"ACGaming"}],"primaryAuthor":"ACGaming","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/universal-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/641/454/256/256/638043757664856777.png","tags":[],"installedFile":{"id":4526887,"fileName":"UniversalTweaks-1.12.2-1.6.0.jar","fileDate":"2023-05-07T17:05:50.913Z","fileLength":879622,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4526/887/UniversalTweaks-1.12.2-1.6.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4284505977,"invalidFingerprint":false},{"foldername":"mod","fingerprint":4012626742,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.redstone.json","fingerprint":1351261315,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.husk.json","fingerprint":2906464565,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.resourcemanager.json","fingerprint":1538852922,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.elytra.json","fingerprint":2483435556,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.extratrees.json","fingerprint":1714742574,"invalidFingerprint":false},{"foldername":"mixins.mods.crafttweaker.json","fingerprint":1868072396,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.music.json","fingerprint":946808867,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.lenientpaths.json","fingerprint":977131473,"invalidFingerprint":false},{"foldername":"mixins.mods.epicsiegemod.json","fingerprint":2148767199,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.client.json","fingerprint":3696452094,"invalidFingerprint":false},{"foldername":"mixins.mods.cqrepoured.json","fingerprint":1615689654,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.creepers.confetti.json","fingerprint":2006336863,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.smoothlighting.json","fingerprint":3529592103,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.depthmask.json","fingerprint":997748803,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.boundingbox.json","fingerprint":2980845199,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.deathtime.json","fingerprint":740127826,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.bedobstruction.json","fingerprint":1324715973,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3026144758,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.json","fingerprint":242296618,"invalidFingerprint":false},{"foldername":"mixins.mods.storagedrawers.server.json","fingerprint":4171568443,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.json","fingerprint":2535406684,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.tile.json","fingerprint":1769777242,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.server.json","fingerprint":36462259,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.attackradius.json","fingerprint":2594304297,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.client.json","fingerprint":671658466,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.disconnectdupe.json","fingerprint":3180275622,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.fps.json","fingerprint":1143979538,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.destroypacket.json","fingerprint":2354797733,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focusmediums.json","fingerprint":1885567514,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.server.json","fingerprint":362243977,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.blockfire.json","fingerprint":2716709243,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.skeletonaim.json","fingerprint":3862762825,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.server.json","fingerprint":2786760616,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.boat.json","fingerprint":2879122993,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.realms.json","fingerprint":808509522,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.player.json","fingerprint":2216122327,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boundingbox.json","fingerprint":3166294723,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.maxhealth.json","fingerprint":2309527662,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.json","fingerprint":222286835,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.mount.json","fingerprint":3117110909,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.tileentities.json","fingerprint":1912592000,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focuseffects.json","fingerprint":990556061,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.taming.horses.json","fingerprint":1552363353,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.incurablepotions.json","fingerprint":1925468697,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.rarity.json","fingerprint":2916075899,"invalidFingerprint":false},{"foldername":"mixins.mods.biomesoplenty.json","fingerprint":2428077886,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.craftingcache.json","fingerprint":4088265002,"invalidFingerprint":false},{"foldername":"mixins.mods.elementarystaffs.json","fingerprint":333136857,"invalidFingerprint":false},{"foldername":"mixins.mods.customspawner.json","fingerprint":737486824,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.chunksaving.json","fingerprint":2889986804,"invalidFingerprint":false},{"foldername":"mixins.mods.storagedrawers.client.json","fingerprint":2511864848,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.autosave.json","fingerprint":3610150994,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2746278391,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.ai.json","fingerprint":2206769083,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3396349123,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.caps.json","fingerprint":2287885754,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.dyeblending.json","fingerprint":2613242462,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.server.json","fingerprint":2874886841,"invalidFingerprint":false},{"foldername":"mixins.mods.abyssalcraft.json","fingerprint":1877329477,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.golems.json","fingerprint":3888357166,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.itemframevoid.json","fingerprint":2599794201,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.client.json","fingerprint":1691579166,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.saturation.json","fingerprint":2126658348,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4235279325,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.ladderflying.json","fingerprint":304394785,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.missingmodel.json","fingerprint":3389011948,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.json","fingerprint":1048887656,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.villagermantle.json","fingerprint":899477626,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.tracker.json","fingerprint":2566859253,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.json","fingerprint":2273736616,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.dimensionchange.json","fingerprint":566527296,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.hitdelay.json","fingerprint":1909261394,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.nightvisionflash.json","fingerprint":504144788,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.hardcorebuckets.json","fingerprint":2972325125,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.repairing.json","fingerprint":3251624154,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.growthsize.json","fingerprint":2877012644,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.client.json","fingerprint":3264082249,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.leafdecay.json","fingerprint":3822332422,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.server.json","fingerprint":403953997,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.attackcooldown.json","fingerprint":2517994289,"invalidFingerprint":false},{"foldername":"mixins.mods.elenaidodge2.json","fingerprint":3439598302,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.autojump.json","fingerprint":574846434,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.frustumculling.json","fingerprint":1166953544,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.client.json","fingerprint":1554155773,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.xpbottle.json","fingerprint":471587589,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.client.json","fingerprint":433869864,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.falling.json","fingerprint":1316360662,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.prefixcheck.json","fingerprint":765598224,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.audioreload.json","fingerprint":4205219941,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.stray.json","fingerprint":1228765327,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.smoothscrolling.json","fingerprint":3322688420,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightningflash.json","fingerprint":1495299819,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.difficulty.json","fingerprint":3170635398,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.blockoverlay.json","fingerprint":3453321720,"invalidFingerprint":false},{"foldername":"mixins.mods.mocreatures.json","fingerprint":1772414333,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.collision.json","fingerprint":2180816495,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.commands.seed.json","fingerprint":2549735108,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.oredictcache.json","fingerprint":3922336678,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.contenttweaker.json","fingerprint":1738292239,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.toastcontrol.json","fingerprint":3096366457,"invalidFingerprint":false},{"foldername":"mixins.mods.techreborn.json","fingerprint":271725745,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.suffocation.json","fingerprint":3727333284,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.chunks.gen.json","fingerprint":3751108546,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.saddledwandering.json","fingerprint":2448317375,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.modelgap.json","fingerprint":1478639604,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.comparatortiming.json","fingerprint":3654809551,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.horses.json","fingerprint":3489498407,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.linear.json","fingerprint":424018002,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.desync.json","fingerprint":2973601152,"invalidFingerprint":false},{"foldername":"mixins.mods.aoa3.json","fingerprint":697217504,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.despawning.json","fingerprint":1414840482,"invalidFingerprint":false},{"foldername":"mixins.mods.thermalexpansion.json","fingerprint":732283572,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.pistontile.json","fingerprint":3621082696,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.narrator.json","fingerprint":3385061816,"invalidFingerprint":false},{"foldername":"mixins.mods.simpledifficulty.json","fingerprint":10417138,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.server.json","fingerprint":1040561830,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entityid.json","fingerprint":3164088636,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.smelting.json","fingerprint":2238347738,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.breakablebedrock.json","fingerprint":4015076065,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.loot.json","fingerprint":489700268,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.startup.json","fingerprint":2769457491,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.credits.json","fingerprint":2650528798,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boatoffset.json","fingerprint":1201402546,"invalidFingerprint":false},{"foldername":"com","fingerprint":1554141356,"invalidFingerprint":false},{"foldername":"universaltweaks.refmap.json","fingerprint":2869215902,"invalidFingerprint":false}],"packageFingerprint":4060715436,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":705000,"fileNameOnDisk":"UniversalTweaks-1.12.2-1.6.0.jar","hashes":[]},"dateInstalled":"2023-08-06T19:12:39.871205Z","dateUpdated":"2023-08-06T19:12:39.880277Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4704976,"fileName":"UniversalTweaks-1.12.2-1.8.0.jar","fileDate":"2023-08-14T18:38:26.41Z","fileLength":1063892,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4704/976/UniversalTweaks-1.12.2-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":346007,"type":2},{"addonId":870276,"type":3},{"addonId":235279,"type":2},{"addonId":228404,"type":2},{"addonId":223628,"type":2},{"addonId":280316,"type":2},{"addonId":220698,"type":2},{"addonId":419286,"type":3},{"addonId":268888,"type":2},{"addonId":442962,"type":2},{"addonId":277711,"type":2},{"addonId":242638,"type":2},{"addonId":224791,"type":2},{"addonId":229049,"type":2},{"addonId":226140,"type":2},{"addonId":225643,"type":2},{"addonId":220811,"type":2},{"addonId":303422,"type":2},{"addonId":250850,"type":2},{"addonId":223525,"type":2},{"addonId":59751,"type":2},{"addonId":53686,"type":2},{"addonId":74072,"type":2},{"addonId":227049,"type":2},{"addonId":229449,"type":2},{"addonId":336432,"type":2},{"addonId":69163,"type":2},{"addonId":316704,"type":2},{"addonId":233564,"type":2},{"addonId":360779,"type":2},{"addonId":220318,"type":2},{"addonId":243121,"type":2},{"addonId":226254,"type":2},{"addonId":223852,"type":2},{"addonId":278359,"type":2},{"addonId":268560,"type":2},{"addonId":311357,"type":2},{"addonId":311054,"type":2},{"addonId":225561,"type":2},{"addonId":227875,"type":2},{"addonId":69162,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":194200694,"invalidFingerprint":false},{"foldername":"mod","fingerprint":1334786574,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.tracker.json","fingerprint":2566859253,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.loot.json","fingerprint":489700268,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.smelting.json","fingerprint":2238347738,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.frustumculling.json","fingerprint":1166953544,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.horse.json","fingerprint":2096317546,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.nightvisionflash.json","fingerprint":504144788,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.caps.json","fingerprint":2287885754,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.client.json","fingerprint":1691579166,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.tile.json","fingerprint":1769777242,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.blockoverlay.json","fingerprint":3453321720,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.blockfire.json","fingerprint":2716709243,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialcraft.dupes.json","fingerprint":1871855751,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.despawning.json","fingerprint":1414840482,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.modelgap.json","fingerprint":1478639604,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focuseffects.json","fingerprint":990556061,"invalidFingerprint":false},{"foldername":"mixins.mods.ironbackpacks.dupes.json","fingerprint":1175515983,"invalidFingerprint":false},{"foldername":"mixins.mods.simpledifficulty.json","fingerprint":10417138,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.arrow.json","fingerprint":2099285459,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.json","fingerprint":242296618,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.json","fingerprint":1048887656,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.attackradius.json","fingerprint":2594304297,"invalidFingerprint":false},{"foldername":"mixins.mods.aoa3.json","fingerprint":697217504,"invalidFingerprint":false},{"foldername":"mixins.mods.thefarlanders.dupes.json","fingerprint":3396690843,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.saddledwandering.json","fingerprint":2448317375,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.skeletonaim.json","fingerprint":3862762825,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.client.json","fingerprint":3264082249,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.fire.json","fingerprint":3931235952,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.difficulty.client.json","fingerprint":430650502,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.linear.json","fingerprint":424018002,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.toastcontrol.json","fingerprint":3096366457,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.depthmask.json","fingerprint":997748803,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.smoothlighting.json","fingerprint":3529592103,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.json","fingerprint":2273736616,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boatoffset.json","fingerprint":1201402546,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.saturation.json","fingerprint":2126658348,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.taming.horse.json","fingerprint":3298934473,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.json","fingerprint":2535406684,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.selecteditemtooltip.json","fingerprint":4166672149,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.golem.json","fingerprint":2712529827,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.mount.json","fingerprint":3117110909,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focusmediums.json","fingerprint":1885567514,"invalidFingerprint":false},{"foldername":"mixins.mods.quark.dupes.json","fingerprint":21372640,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.narrator.json","fingerprint":3385061816,"invalidFingerprint":false},{"foldername":"mixins.mods.thermalexpansion.dupes.json","fingerprint":1133691768,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.pistontile.json","fingerprint":3621082696,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.deathtime.json","fingerprint":740127826,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2115343712,"invalidFingerprint":false},{"foldername":"mixins.mods.mekanism.dupes.json","fingerprint":373321228,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.server.json","fingerprint":362243977,"invalidFingerprint":false},{"foldername":"mixins.mods.arcanearchives.dupes.json","fingerprint":4101882867,"invalidFingerprint":false},{"foldername":"mixins.mods.infernalmobs.json","fingerprint":930985196,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.attackcooldown.client.json","fingerprint":2511439013,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.dupes.json","fingerprint":1879059418,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.smoothscrolling.json","fingerprint":3322688420,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.boat.json","fingerprint":2879122993,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.eating.json","fingerprint":374428331,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.chunks.gen.json","fingerprint":3751108546,"invalidFingerprint":false},{"foldername":"mixins.mods.cofhcore.json","fingerprint":3822720798,"invalidFingerprint":false},{"foldername":"mixins.mods.techreborn.json","fingerprint":271725745,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.stray.json","fingerprint":3897357336,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.comparatortiming.json","fingerprint":3654809551,"invalidFingerprint":false},{"foldername":"mixins.mods.thermalexpansion.json","fingerprint":732283572,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialforegoing.dupes.json","fingerprint":2255892006,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.cocoa.json","fingerprint":4278311814,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.redstone.json","fingerprint":1351261315,"invalidFingerprint":false},{"foldername":"mixins.mods.spiceoflife.dupes.json","fingerprint":3230374523,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entityid.json","fingerprint":3164088636,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.bedobstruction.json","fingerprint":1324715973,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boundingbox.json","fingerprint":3166294723,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.repairing.json","fingerprint":3251624154,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.music.json","fingerprint":946808867,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.rarity.json","fingerprint":2916075899,"invalidFingerprint":false},{"foldername":"mixins.mods.storagedrawers.server.json","fingerprint":4171568443,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.missingmodel.json","fingerprint":3389011948,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.commands.seed.json","fingerprint":2549735108,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.villagermantle.json","fingerprint":899477626,"invalidFingerprint":false},{"foldername":"mixins.mods.nuclearcraft.json","fingerprint":3226802968,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.lenientpaths.json","fingerprint":977131473,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.dyeblending.json","fingerprint":2613242462,"invalidFingerprint":false},{"foldername":"mixins.mods.storagedrawers.client.json","fingerprint":2511864848,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.husk.json","fingerprint":120776461,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2746278391,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.damage.json","fingerprint":4225666084,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.client.json","fingerprint":3696452094,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.fallingblockdamage.json","fingerprint":3125587255,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.collision.json","fingerprint":2180816495,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.maxhealth.json","fingerprint":2309527662,"invalidFingerprint":false},{"foldername":"mixins.mods.chisel.tcomplement.dupes.json","fingerprint":1063183491,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.overlaymessage.json","fingerprint":1447301937,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.audioreload.json","fingerprint":4205219941,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.player.json","fingerprint":2216122327,"invalidFingerprint":false},{"foldername":"mixins.mods.bloodmagic.dupes.json","fingerprint":111655017,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.itemframevoid.json","fingerprint":2599794201,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.zombie.json","fingerprint":2143473675,"invalidFingerprint":false},{"foldername":"mixins.mods.tinyprogressions.dupes.json","fingerprint":1192419289,"invalidFingerprint":false},{"foldername":"mixins.mods.elenaidodge2.json","fingerprint":3439598302,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.velocity.json","fingerprint":4206269082,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.oredictcache.json","fingerprint":3922336678,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumicwonders.dupes.json","fingerprint":1287028821,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.client.json","fingerprint":671658466,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.server.json","fingerprint":2786760616,"invalidFingerprint":false},{"foldername":"mixins.mods.reskillable.json","fingerprint":4044678815,"invalidFingerprint":false},{"foldername":"mixins.mods.abyssalcraft.json","fingerprint":1877329477,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.json","fingerprint":222286835,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.creeper.confetti.json","fingerprint":2215499343,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.startup.json","fingerprint":2769457491,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.fps.json","fingerprint":1143979538,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.chunksaving.json","fingerprint":2889986804,"invalidFingerprint":false},{"foldername":"mixins.mods.netherchest.dupes.json","fingerprint":1381904993,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.horsefalling.json","fingerprint":1576798310,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.leafdecay.json","fingerprint":3822332422,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.hardcorebuckets.json","fingerprint":2972325125,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.dupes.json","fingerprint":1452899930,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.tileentities.json","fingerprint":1912592000,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.attackcooldown.server.json","fingerprint":2517994289,"invalidFingerprint":false},{"foldername":"mixins.mods.mobstages.json","fingerprint":2336226431,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.disconnectdupe.json","fingerprint":3180275622,"invalidFingerprint":false},{"foldername":"mixins.mods.biomesoplenty.json","fingerprint":2428077886,"invalidFingerprint":false},{"foldername":"mixins.mods.bloodmagic.json","fingerprint":2834594688,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.incurablepotions.json","fingerprint":1925468697,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.elytra.json","fingerprint":2483435556,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.craftingcache.json","fingerprint":4088265002,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.flash.json","fingerprint":3914545040,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.hitdelay.json","fingerprint":1909261394,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.contenttweaker.json","fingerprint":1738292239,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.sealevel.json","fingerprint":2421431688,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.resourcemanager.json","fingerprint":1538852922,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.destroypacket.json","fingerprint":2354797733,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.xpbottle.json","fingerprint":471587589,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.falling.json","fingerprint":1316360662,"invalidFingerprint":false},{"foldername":"mixins.mods.crafttweaker.json","fingerprint":1868072396,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.suffocation.json","fingerprint":3727333284,"invalidFingerprint":false},{"foldername":"mixins.mods.itemstages.json","fingerprint":1631303176,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.server.json","fingerprint":403953997,"invalidFingerprint":false},{"foldername":"mixins.mods.epicsiegemod.json","fingerprint":2148767199,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.boundingbox.json","fingerprint":2980845199,"invalidFingerprint":false},{"foldername":"mixins.mods.erebus.json","fingerprint":2022860422,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.server.json","fingerprint":36462259,"invalidFingerprint":false},{"foldername":"mixins.mods.actuallyadditions.dupes.json","fingerprint":694981594,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.dimensionchange.json","fingerprint":566527296,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.realms.json","fingerprint":808509522,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1846181878,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.wither.json","fingerprint":1483256414,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.trading.json","fingerprint":2926780379,"invalidFingerprint":false},{"foldername":"mixins.mods.elementarystaffs.json","fingerprint":333136857,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.banner.json","fingerprint":3794153638,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.prefixcheck.json","fingerprint":765598224,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.ai.json","fingerprint":2206769083,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.ladderflying.json","fingerprint":304394785,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.dupes.json","fingerprint":2745710480,"invalidFingerprint":false},{"foldername":"mixins.mods.cqrepoured.json","fingerprint":1615689654,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.server.json","fingerprint":2874886841,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.packetsize.json","fingerprint":3737315886,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.difficulty.server.json","fingerprint":807182706,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.autojump.json","fingerprint":574846434,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.extratrees.json","fingerprint":1714742574,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.server.json","fingerprint":1040561830,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.desync.json","fingerprint":2973601152,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3396349123,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.credits.json","fingerprint":2650528798,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.breakablebedrock.json","fingerprint":4015076065,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.client.json","fingerprint":1554155773,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.client.json","fingerprint":433869864,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.growthsize.json","fingerprint":2877012644,"invalidFingerprint":false},{"foldername":"mixins.mods.netherrocks.json","fingerprint":1213202222,"invalidFingerprint":false},{"foldername":"mixins.mods.botania.dupes.json","fingerprint":448359531,"invalidFingerprint":false},{"foldername":"mixins.mods.botania.json","fingerprint":442434333,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.enderio.dupes.json","fingerprint":815472233,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.autosave.json","fingerprint":3610150994,"invalidFingerprint":false},{"foldername":"com","fingerprint":1554141356,"invalidFingerprint":false},{"foldername":"universaltweaks.refmap.json","fingerprint":3224355386,"invalidFingerprint":false}],"packageFingerprint":1333950384,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":705000,"fileNameOnDisk":"UniversalTweaks-1.12.2-1.8.0.jar","hashes":[{"type":1,"value":"ad73e844b4e646f705685ce993612926f651e485"},{"type":2,"value":"99a61011b4b3a97e70953d9a3b0e57b3"}]}},{"instanceID":"75f5abe3-b93f-4c78-9823-f54890538565","modSource":0,"addonID":286518,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"WAIM - What am I missing?","modFolderPath":null,"fileNameOnDisk":"WAIM-1.0.0.jar","authors":[{"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/waim-what-am-i-missing","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/139/650/256/256/636529583614083033.png","tags":[],"installedFile":{"id":2526205,"fileName":"WAIM-1.0.0.jar","fileDate":"2018-01-31T01:23:34.593Z","fileLength":10081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/205/WAIM-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2143516977,"invalidFingerprint":false},{"foldername":"com","fingerprint":2792847792,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3628053844,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3747340527,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1142838799,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286518,"fileNameOnDisk":"WAIM-1.0.0.jar","hashes":[]},"dateInstalled":"2023-07-15T17:15:27.6816636Z","dateUpdated":"2023-07-15T17:15:27.6835639Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2526205,"fileName":"WAIM-1.0.0.jar","fileDate":"2018-01-31T01:23:34.593Z","fileLength":10081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/205/WAIM-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2143516977,"invalidFingerprint":false},{"foldername":"com","fingerprint":2792847792,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3628053844,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3747340527,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1142838799,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286518,"fileNameOnDisk":"WAIM-1.0.0.jar","hashes":[]}},{"instanceID":"5da70447-5cf3-4ee9-8eee-8d7977a1e2e9","modSource":0,"addonID":277631,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ArchitectureCraft - TridentMC Version","modFolderPath":null,"fileNameOnDisk":"architecturecraft-1.12-3.108.jar","authors":[{"Name":"darkevilmac"}],"primaryAuthor":"darkevilmac","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/architecturecraft-tridev","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/119/820/256/256/636405912206300514.png","tags":[],"installedFile":{"id":4344128,"fileName":"architecturecraft-1.12-3.108.jar","fileDate":"2023-01-16T08:01:54.63Z","fileLength":925535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4344/128/architecturecraft-1.12-3.108.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2260832177,"invalidFingerprint":false},{"foldername":"com","fingerprint":2138513905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396232848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3351180075,"invalidFingerprint":false}],"packageFingerprint":303430344,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277631,"fileNameOnDisk":"architecturecraft-1.12-3.108.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.7758101Z","dateUpdated":"2023-07-12T19:25:20.8471093Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4344128,"fileName":"architecturecraft-1.12-3.108.jar","fileDate":"2023-01-16T08:01:54.63Z","fileLength":925535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4344/128/architecturecraft-1.12-3.108.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2260832177,"invalidFingerprint":false},{"foldername":"com","fingerprint":2138513905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396232848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3351180075,"invalidFingerprint":false}],"packageFingerprint":303430344,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277631,"fileNameOnDisk":"architecturecraft-1.12-3.108.jar","hashes":[]}},{"instanceID":"c1552009-829d-4b90-bd1a-51043885790d","modSource":0,"addonID":245733,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ToroHealth Damage Indicators","modFolderPath":null,"fileNameOnDisk":"torohealth-1.12.2-11.jar","authors":[{"Name":"ToroCraft"}],"primaryAuthor":"ToroCraft","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/torohealth-damage-indicators","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/88/421/256/256/636224048898415001.png","tags":[],"installedFile":{"id":2483817,"fileName":"torohealth-1.12.2-11.jar","fileDate":"2017-09-24T22:18:46.59Z","fileLength":66307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2483/817/torohealth-1.12.2-11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2527025804,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2267370335,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":906948717,"invalidFingerprint":false}],"packageFingerprint":378881515,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245733,"fileNameOnDisk":"torohealth-1.12.2-11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.4980778Z","dateUpdated":"2023-07-12T19:16:19.4999897Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2483817,"fileName":"torohealth-1.12.2-11.jar","fileDate":"2017-09-24T22:18:46.59Z","fileLength":66307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2483/817/torohealth-1.12.2-11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2527025804,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2267370335,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":906948717,"invalidFingerprint":false}],"packageFingerprint":378881515,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245733,"fileNameOnDisk":"torohealth-1.12.2-11.jar","hashes":[]}},{"instanceID":"5949e6d3-9fd0-4191-8eca-27dce889c989","modSource":0,"addonID":616190,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Utilities","modFolderPath":null,"fileNameOnDisk":"JEI-Utilities-1.12.2-0.2.12.jar","authors":[{"Name":"vfyjxf_"}],"primaryAuthor":"vfyjxf_","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-utilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/538/146/256/256/637862893538783773.png","tags":[],"installedFile":{"id":4630499,"fileName":"JEI-Utilities-1.12.2-0.2.12.jar","fileDate":"2023-07-07T18:50:32.37Z","fileLength":97182,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4630/499/JEI-Utilities-1.12.2-0.2.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":557549,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":32032659,"invalidFingerprint":false},{"foldername":"com","fingerprint":1020644013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3246384658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1586803694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2017019534,"invalidFingerprint":false}],"packageFingerprint":3734709413,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":616190,"fileNameOnDisk":"JEI-Utilities-1.12.2-0.2.12.jar","hashes":[]},"dateInstalled":"2023-08-05T21:26:48.237253Z","dateUpdated":"2023-08-05T21:26:48.2382513Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4630499,"fileName":"JEI-Utilities-1.12.2-0.2.12.jar","fileDate":"2023-07-07T18:50:32.37Z","fileLength":97182,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4630/499/JEI-Utilities-1.12.2-0.2.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":557549,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":32032659,"invalidFingerprint":false},{"foldername":"com","fingerprint":1020644013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3246384658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1586803694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2017019534,"invalidFingerprint":false}],"packageFingerprint":3734709413,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":616190,"fileNameOnDisk":"JEI-Utilities-1.12.2-0.2.12.jar","hashes":[]}},{"instanceID":"f10e379e-aa30-4484-8ede-f3c294cf51e2","modSource":0,"addonID":282001,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CC: Tweaked","modFolderPath":null,"fileNameOnDisk":"cc-tweaked-1.12.2-1.89.2.jar","authors":[{"Name":"SquidDev"}],"primaryAuthor":"SquidDev","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cc-tweaked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/871/256/256/636463439690354770.png","tags":[],"installedFile":{"id":2992872,"fileName":"cc-tweaked-1.12.2-1.89.2.jar","fileDate":"2020-06-30T10:11:35.52Z","fileLength":1815047,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2992/872/cc-tweaked-1.12.2-1.89.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4149645072,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":3050697473,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2840261339,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":319397278,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3717842985,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false},{"foldername":"org","fingerprint":1667126457,"invalidFingerprint":false}],"packageFingerprint":3991938277,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.12.2-1.89.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.6755039Z","dateUpdated":"2023-07-12T19:15:36.6775042Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2992872,"fileName":"cc-tweaked-1.12.2-1.89.2.jar","fileDate":"2020-06-30T10:11:35.52Z","fileLength":1815047,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2992/872/cc-tweaked-1.12.2-1.89.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4149645072,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":3050697473,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2840261339,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":319397278,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3717842985,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false},{"foldername":"org","fingerprint":1667126457,"invalidFingerprint":false}],"packageFingerprint":3991938277,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.12.2-1.89.2.jar","hashes":[]}},{"instanceID":"6a634eae-bd9b-4474-b8b5-6cc55dd99d4f","modSource":0,"addonID":239197,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CraftTweaker","modFolderPath":null,"fileNameOnDisk":"CraftTweaker2-1.12-4.1.20.690.jar","authors":[{"Name":"Jaredlll08"},{"Name":"kindlich"},{"Name":"TheSilkMiner"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/crafttweaker","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/142/108/256/256/636546700830987709.png","tags":[],"installedFile":{"id":4638548,"fileName":"CraftTweaker2-1.12-4.1.20.690.jar","fileDate":"2023-07-12T01:58:31.677Z","fileLength":1588336,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4638/548/CraftTweaker2-1.12-4.1.20.690.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2838118619,"invalidFingerprint":false},{"foldername":"stanhebben","fingerprint":533092662,"invalidFingerprint":false},{"foldername":"crafttweaker","fingerprint":3223632731,"invalidFingerprint":false},{"foldername":"assets","fingerprint":741708775,"invalidFingerprint":false},{"foldername":"com","fingerprint":2458517208,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2415232789,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3450295029,"invalidFingerprint":false}],"packageFingerprint":3480415454,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239197,"fileNameOnDisk":"CraftTweaker2-1.12-4.1.20.690.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:37.1879173Z","dateUpdated":"2023-07-12T19:25:14.1369679Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4731280,"fileName":"CraftTweaker2-1.12-4.1.20.693.jar","fileDate":"2023-08-31T17:58:45.713Z","fileLength":1588578,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4731/280/CraftTweaker2-1.12-4.1.20.693.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2548688893,"invalidFingerprint":false},{"foldername":"stanhebben","fingerprint":533092662,"invalidFingerprint":false},{"foldername":"crafttweaker","fingerprint":768905447,"invalidFingerprint":false},{"foldername":"assets","fingerprint":741708775,"invalidFingerprint":false},{"foldername":"com","fingerprint":2458517208,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1633324092,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3450295029,"invalidFingerprint":false}],"packageFingerprint":3940134888,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239197,"fileNameOnDisk":"CraftTweaker2-1.12-4.1.20.693.jar","hashes":[{"type":1,"value":"f3c4dbcb4ca9d4d2e0905b644e9069b1ff5a9f68"},{"type":2,"value":"9a409623995d0cb080ab4372df8c627e"}]}},{"instanceID":"03a56325-24a7-41e0-b952-9f15f14169ca","modSource":0,"addonID":65764,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Magic Bees","modFolderPath":null,"fileNameOnDisk":"MagicBees-1.12.2-3.2.25.jar","authors":[{"Name":"MysteriousAges"},{"Name":"Elec332"}],"primaryAuthor":"MysteriousAges","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/magic-bees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/361/256/256/635623930424158524.png","tags":[],"installedFile":{"id":2855061,"fileName":"MagicBees-1.12.2-3.2.25.jar","fileDate":"2020-01-05T14:00:15.363Z","fileLength":1109460,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2855/61/MagicBees-1.12.2-3.2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203987489,"invalidFingerprint":false},{"foldername":"magicbees","fingerprint":2579682629,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1846323357,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2808798719,"invalidFingerprint":false}],"packageFingerprint":1957644973,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":65764,"fileNameOnDisk":"MagicBees-1.12.2-3.2.25.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.9153945Z","dateUpdated":"2023-07-12T19:16:35.9184Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2855061,"fileName":"MagicBees-1.12.2-3.2.25.jar","fileDate":"2020-01-05T14:00:15.363Z","fileLength":1109460,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2855/61/MagicBees-1.12.2-3.2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203987489,"invalidFingerprint":false},{"foldername":"magicbees","fingerprint":2579682629,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1846323357,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2808798719,"invalidFingerprint":false}],"packageFingerprint":1957644973,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":65764,"fileNameOnDisk":"MagicBees-1.12.2-3.2.25.jar","hashes":[]}},{"instanceID":"db0be2bc-95d8-4b45-bf95-a0047766fba2","modSource":0,"addonID":253211,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MTLib","modFolderPath":null,"fileNameOnDisk":"MTLib-3.0.7.jar","authors":[{"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mtlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/782/256/256/636138327855391656.png","tags":[],"installedFile":{"id":3308160,"fileName":"MTLib-3.0.7.jar","fileDate":"2021-05-13T14:02:27.11Z","fileLength":30009,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3308/160/MTLib-3.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2448323966,"invalidFingerprint":false},{"foldername":"com","fingerprint":3800728485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1117009166,"invalidFingerprint":false}],"packageFingerprint":3462876034,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253211,"fileNameOnDisk":"MTLib-3.0.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:42.1759938Z","dateUpdated":"2023-07-12T19:25:22.6384554Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3308160,"fileName":"MTLib-3.0.7.jar","fileDate":"2021-05-13T14:02:27.11Z","fileLength":30009,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3308/160/MTLib-3.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2448323966,"invalidFingerprint":false},{"foldername":"com","fingerprint":3800728485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1117009166,"invalidFingerprint":false}],"packageFingerprint":3462876034,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253211,"fileNameOnDisk":"MTLib-3.0.7.jar","hashes":[]}},{"instanceID":"43015b46-b6c4-463b-b55b-216176cf05b8","modSource":0,"addonID":254602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tesla Core Lib","modFolderPath":null,"fileNameOnDisk":"tesla-core-lib-1.12.2-1.0.18.jar","authors":[{"Name":"face_of_cat"}],"primaryAuthor":"face_of_cat","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tesla-core-lib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/74/932/256/256/636164473391946788.png","tags":[],"installedFile":{"id":3438487,"fileName":"tesla-core-lib-1.12.2-1.0.18.jar","fileDate":"2021-08-25T06:16:33.253Z","fileLength":1139012,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3438/487/tesla-core-lib-1.12.2-1.0.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":264283,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":978286502,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3889769499,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":31345884,"invalidFingerprint":false},{"foldername":"net","fingerprint":1147710004,"invalidFingerprint":false}],"packageFingerprint":2661815445,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254602,"fileNameOnDisk":"tesla-core-lib-1.12.2-1.0.18.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.2200423Z","dateUpdated":"2023-07-12T19:25:26.7254447Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3438487,"fileName":"tesla-core-lib-1.12.2-1.0.18.jar","fileDate":"2021-08-25T06:16:33.253Z","fileLength":1139012,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3438/487/tesla-core-lib-1.12.2-1.0.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":264283,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":978286502,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3889769499,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":31345884,"invalidFingerprint":false},{"foldername":"net","fingerprint":1147710004,"invalidFingerprint":false}],"packageFingerprint":2661815445,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254602,"fileNameOnDisk":"tesla-core-lib-1.12.2-1.0.18.jar","hashes":[]}},{"instanceID":"4bb5386d-e7fc-4626-90f2-735855d53ab3","modSource":0,"addonID":240950,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RFTools Dimensions","modFolderPath":null,"fileNameOnDisk":"rftoolsdim-1.12-5.71.jar","authors":[{"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":410,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rftools-dimensions","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/918/256/256/635887877634437341.png","tags":[],"installedFile":{"id":2707390,"fileName":"rftoolsdim-1.12-5.71.jar","fileDate":"2019-05-05T06:08:54.357Z","fileLength":1682421,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/390/rftoolsdim-1.12-5.71.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3327998143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":506221930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3932590096,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3698248341,"invalidFingerprint":false},{"foldername":"assets","fingerprint":874152864,"invalidFingerprint":false}],"packageFingerprint":3460983520,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240950,"fileNameOnDisk":"rftoolsdim-1.12-5.71.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.5186518Z","dateUpdated":"2023-07-12T19:16:41.5216709Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2707390,"fileName":"rftoolsdim-1.12-5.71.jar","fileDate":"2019-05-05T06:08:54.357Z","fileLength":1682421,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/390/rftoolsdim-1.12-5.71.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3327998143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":506221930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3932590096,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3698248341,"invalidFingerprint":false},{"foldername":"assets","fingerprint":874152864,"invalidFingerprint":false}],"packageFingerprint":3460983520,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240950,"fileNameOnDisk":"rftoolsdim-1.12-5.71.jar","hashes":[]}},{"instanceID":"8ce00d9b-1e3f-4ed7-ad80-212952877682","modSource":0,"addonID":250398,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Controlling","modFolderPath":null,"fileNameOnDisk":"Controlling-3.0.12.2.jar","authors":[{"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/controlling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/603/256/256/636079972364045115.png","tags":[],"installedFile":{"id":4428378,"fileName":"Controlling-3.0.12.2.jar","fileDate":"2023-03-08T14:25:07.897Z","fileLength":28932,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4428/378/Controlling-3.0.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3350011504,"invalidFingerprint":false},{"foldername":"us","fingerprint":730920646,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3632267593,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1855933800,"invalidFingerprint":false}],"packageFingerprint":2498068939,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-3.0.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:47.7057532Z","dateUpdated":"2023-07-12T19:25:15.8661507Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4428378,"fileName":"Controlling-3.0.12.2.jar","fileDate":"2023-03-08T14:25:07.897Z","fileLength":28932,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4428/378/Controlling-3.0.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3350011504,"invalidFingerprint":false},{"foldername":"us","fingerprint":730920646,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3632267593,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1855933800,"invalidFingerprint":false}],"packageFingerprint":2498068939,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-3.0.12.2.jar","hashes":[]}},{"instanceID":"dd88ed2a-3ce7-4b51-8a97-e527975803a3","modSource":0,"addonID":241895,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"KleeSlabs","modFolderPath":null,"fileNameOnDisk":"KleeSlabs_1.12.2-5.4.12.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/kleeslabs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/203/889/256/256/636935511172009471.png","tags":[],"installedFile":{"id":2733525,"fileName":"KleeSlabs_1.12.2-5.4.12.jar","fileDate":"2019-06-30T20:55:40.607Z","fileLength":23967,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/525/KleeSlabs_1.12.2-5.4.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3454246977,"invalidFingerprint":false},{"foldername":"net","fingerprint":660837879,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3203573462,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1527612716,"invalidFingerprint":false}],"packageFingerprint":2682940316,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241895,"fileNameOnDisk":"KleeSlabs_1.12.2-5.4.12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.0563543Z","dateUpdated":"2023-07-12T19:15:41.0603662Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2733525,"fileName":"KleeSlabs_1.12.2-5.4.12.jar","fileDate":"2019-06-30T20:55:40.607Z","fileLength":23967,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/525/KleeSlabs_1.12.2-5.4.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3454246977,"invalidFingerprint":false},{"foldername":"net","fingerprint":660837879,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3203573462,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1527612716,"invalidFingerprint":false}],"packageFingerprint":2682940316,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241895,"fileNameOnDisk":"KleeSlabs_1.12.2-5.4.12.jar","hashes":[]}},{"instanceID":"9dfaa95a-1a7f-4810-97ae-35f216296bac","modSource":0,"addonID":224190,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Funky Locomotion","modFolderPath":null,"fileNameOnDisk":"funky-locomotion-1.12.2-1.1.2.jar","authors":[{"Name":"RWTema"}],"primaryAuthor":"RWTema","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/funky-locomotion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/563/256/256/635459413970203498.png","tags":[],"installedFile":{"id":2599318,"fileName":"funky-locomotion-1.12.2-1.1.2.jar","fileDate":"2018-08-07T10:24:02.763Z","fileLength":265118,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2599/318/funky-locomotion-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1969113925,"invalidFingerprint":false},{"foldername":"com","fingerprint":4202022983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":983891441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2545121705,"invalidFingerprint":false}],"packageFingerprint":2482881626,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224190,"fileNameOnDisk":"funky-locomotion-1.12.2-1.1.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.1362386Z","dateUpdated":"2023-07-12T19:15:49.1473613Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2599318,"fileName":"funky-locomotion-1.12.2-1.1.2.jar","fileDate":"2018-08-07T10:24:02.763Z","fileLength":265118,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2599/318/funky-locomotion-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1969113925,"invalidFingerprint":false},{"foldername":"com","fingerprint":4202022983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":983891441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2545121705,"invalidFingerprint":false}],"packageFingerprint":2482881626,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224190,"fileNameOnDisk":"funky-locomotion-1.12.2-1.1.2.jar","hashes":[]}},{"instanceID":"dd215b1d-3109-4f22-8448-61564225bb10","modSource":0,"addonID":225194,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AE2 Stuff","modFolderPath":null,"fileNameOnDisk":"ae2stuff-0.7.0.4-mc1.12.2.jar","authors":[{"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ae2-stuff","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/11/717/256/256/635500833747212362.png","tags":[],"installedFile":{"id":2491032,"fileName":"ae2stuff-0.7.0.4-mc1.12.2.jar","fileDate":"2017-10-15T16:37:50.747Z","fileLength":513374,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2491/32/ae2stuff-0.7.0.4-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70496,"type":3},{"addonId":223794,"type":3},{"addonId":73488,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":611506107,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4236277550,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1623382685,"invalidFingerprint":false}],"packageFingerprint":1154015310,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225194,"fileNameOnDisk":"ae2stuff-0.7.0.4-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:52.0157755Z","dateUpdated":"2023-07-12T19:16:52.018771Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2491032,"fileName":"ae2stuff-0.7.0.4-mc1.12.2.jar","fileDate":"2017-10-15T16:37:50.747Z","fileLength":513374,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2491/32/ae2stuff-0.7.0.4-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70496,"type":3},{"addonId":223794,"type":3},{"addonId":73488,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":611506107,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4236277550,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1623382685,"invalidFingerprint":false}],"packageFingerprint":1154015310,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225194,"fileNameOnDisk":"ae2stuff-0.7.0.4-mc1.12.2.jar","hashes":[]}},{"instanceID":"9ba2d598-a383-457b-b427-358997f3a85a","modSource":0,"addonID":870503,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Lazy AE2 Patch","modFolderPath":null,"fileNameOnDisk":"lazy-ae2-patch-1.1.0.jar","authors":[{"Name":"sjcl"}],"primaryAuthor":"sjcl","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lazy-ae2-patch","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/828/107/256/256/638215658964802524.png","tags":[],"installedFile":{"id":4568625,"fileName":"lazy-ae2-patch-1.1.0.jar","fileDate":"2023-06-05T13:11:56.373Z","fileLength":14806,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4568/625/lazy-ae2-patch-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":322347,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2197829785,"invalidFingerprint":false},{"foldername":"net","fingerprint":1871755523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959606915,"invalidFingerprint":false},{"foldername":"mixins.lazyae2patch.json","fingerprint":2563631113,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mixin.lazyae2patch.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":1692952922,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":870503,"fileNameOnDisk":"lazy-ae2-patch-1.1.0.jar","hashes":[]},"dateInstalled":"2023-08-05T00:05:57.2643109Z","dateUpdated":"2023-08-05T00:05:57.2663088Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4568625,"fileName":"lazy-ae2-patch-1.1.0.jar","fileDate":"2023-06-05T13:11:56.373Z","fileLength":14806,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4568/625/lazy-ae2-patch-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":322347,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2197829785,"invalidFingerprint":false},{"foldername":"net","fingerprint":1871755523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959606915,"invalidFingerprint":false},{"foldername":"mixins.lazyae2patch.json","fingerprint":2563631113,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mixin.lazyae2patch.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":1692952922,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":870503,"fileNameOnDisk":"lazy-ae2-patch-1.1.0.jar","hashes":[]}},{"instanceID":"609a5a49-ce16-4426-8df5-cfa4a98f3f6f","modSource":0,"addonID":222880,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Foundation","modFolderPath":null,"fileNameOnDisk":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":408,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-foundation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/888/256/256/637640074076654754.png","tags":[],"installedFile":{"id":2926428,"fileName":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","fileDate":"2020-04-10T18:25:27.03Z","fileLength":2219736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/428/ThermalFoundation-1.12.2-2.6.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3},{"addonId":271384,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3146421109,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":424909284,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2503639902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1191536478,"invalidFingerprint":false}],"packageFingerprint":3785001149,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":222880,"fileNameOnDisk":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.4439317Z","dateUpdated":"2023-07-12T19:16:40.4469326Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2926428,"fileName":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","fileDate":"2020-04-10T18:25:27.03Z","fileLength":2219736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/428/ThermalFoundation-1.12.2-2.6.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3},{"addonId":271384,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3146421109,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":424909284,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2503639902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1191536478,"invalidFingerprint":false}],"packageFingerprint":3785001149,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":222880,"fileNameOnDisk":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","hashes":[]}},{"instanceID":"934a1259-f2c9-4502-98b5-94afce60e58e","modSource":0,"addonID":283589,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"YNot","modFolderPath":null,"fileNameOnDisk":"YNot-0.2.4.jar","authors":[{"Name":"asiekierka"}],"primaryAuthor":"asiekierka","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ynot","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/173/256/256/636490084531087495.png","tags":[],"installedFile":{"id":2708030,"fileName":"YNot-0.2.4.jar","fileDate":"2019-05-06T18:52:18.573Z","fileLength":63867,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2708/30/YNot-0.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":260912,"type":3},{"addonId":268560,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3622182676,"invalidFingerprint":false},{"foldername":"pl","fingerprint":4188373933,"invalidFingerprint":false},{"foldername":"assets","fingerprint":203057174,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":415994725,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":127059022,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":74322111,"invalidFingerprint":false}],"packageFingerprint":447109612,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283589,"fileNameOnDisk":"YNot-0.2.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.9699022Z","dateUpdated":"2023-07-12T19:16:22.9719064Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2708030,"fileName":"YNot-0.2.4.jar","fileDate":"2019-05-06T18:52:18.573Z","fileLength":63867,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2708/30/YNot-0.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":260912,"type":3},{"addonId":268560,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3622182676,"invalidFingerprint":false},{"foldername":"pl","fingerprint":4188373933,"invalidFingerprint":false},{"foldername":"assets","fingerprint":203057174,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":415994725,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":127059022,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":74322111,"invalidFingerprint":false}],"packageFingerprint":447109612,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283589,"fileNameOnDisk":"YNot-0.2.4.jar","hashes":[]}},{"instanceID":"1c5b43fa-b0da-4483-9dcd-fac2bcb0c907","modSource":0,"addonID":273718,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Grass Burner","modFolderPath":null,"fileNameOnDisk":"grassburner-0.1.0.jar","authors":[{"Name":"not_loki"}],"primaryAuthor":"not_loki","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/grass-burner","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/108/648/256/256/636374027365052667.jpeg","tags":[],"installedFile":{"id":2461314,"fileName":"grassburner-0.1.0.jar","fileDate":"2017-08-07T01:57:44.597Z","fileLength":12168,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2461/314/grassburner-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":776721408,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2302896765,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466556348,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1074117778,"gameVersion":["1.12"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273718,"fileNameOnDisk":"grassburner-0.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.0493047Z","dateUpdated":"2023-07-12T19:16:40.0513977Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2461314,"fileName":"grassburner-0.1.0.jar","fileDate":"2017-08-07T01:57:44.597Z","fileLength":12168,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2461/314/grassburner-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":776721408,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2302896765,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466556348,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1074117778,"gameVersion":["1.12"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273718,"fileNameOnDisk":"grassburner-0.1.0.jar","hashes":[]}},{"instanceID":"f52efe8c-3d2f-4193-8657-1bd0b4e08c33","modSource":0,"addonID":229045,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Integration","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-integration.jar","authors":[{"Name":"MrTJP"},{"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-integration","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/802/256/256/635634024298934754.png","tags":[],"installedFile":{"id":2745548,"fileName":"ProjectRed-1.12.2-4.9.4.120-integration.jar","fileDate":"2019-07-21T17:56:53.117Z","fileLength":3923751,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/548/ProjectRed-1.12.2-4.9.4.120-integration.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2915154455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2852150257,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2581945488,"invalidFingerprint":false}],"packageFingerprint":1782350993,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229045,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-integration.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:09.2798415Z","dateUpdated":"2023-07-13T07:27:09.2838733Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745548,"fileName":"ProjectRed-1.12.2-4.9.4.120-integration.jar","fileDate":"2019-07-21T17:56:53.117Z","fileLength":3923751,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/548/ProjectRed-1.12.2-4.9.4.120-integration.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2915154455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2852150257,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2581945488,"invalidFingerprint":false}],"packageFingerprint":1782350993,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229045,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-integration.jar","hashes":[]}},{"instanceID":"a0f3e56a-898e-4849-8299-52c2c34f0e3a","modSource":0,"addonID":298187,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Building Gadgets","modFolderPath":null,"fileNameOnDisk":"BuildingGadgets-2.8.4.jar","authors":[{"Name":"Direwolf20"},{"Name":"ErrorMikey"}],"primaryAuthor":"Direwolf20","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/building-gadgets","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/161/452/256/256/636672128890190531.png","tags":[],"installedFile":{"id":3005950,"fileName":"BuildingGadgets-2.8.4.jar","fileDate":"2020-07-15T21:22:37.553Z","fileLength":719492,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3005/950/BuildingGadgets-2.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243076,"type":2},{"addonId":231951,"type":2},{"addonId":228404,"type":2},{"addonId":59751,"type":2},{"addonId":267602,"type":2},{"addonId":69163,"type":2},{"addonId":268495,"type":2},{"addonId":242638,"type":2},{"addonId":223794,"type":2},{"addonId":239286,"type":2},{"addonId":268560,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3678407289,"invalidFingerprint":false},{"foldername":"com","fingerprint":1780571525,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2963309242,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4188186525,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1053424356,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298187,"fileNameOnDisk":"BuildingGadgets-2.8.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:56.7679186Z","dateUpdated":"2023-07-12T19:15:56.7709246Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3005950,"fileName":"BuildingGadgets-2.8.4.jar","fileDate":"2020-07-15T21:22:37.553Z","fileLength":719492,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3005/950/BuildingGadgets-2.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243076,"type":2},{"addonId":231951,"type":2},{"addonId":228404,"type":2},{"addonId":59751,"type":2},{"addonId":267602,"type":2},{"addonId":69163,"type":2},{"addonId":268495,"type":2},{"addonId":242638,"type":2},{"addonId":223794,"type":2},{"addonId":239286,"type":2},{"addonId":268560,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3678407289,"invalidFingerprint":false},{"foldername":"com","fingerprint":1780571525,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2963309242,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4188186525,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1053424356,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298187,"fileNameOnDisk":"BuildingGadgets-2.8.4.jar","hashes":[]}},{"instanceID":"503623d0-cfd3-4452-b422-81912c7bcb2b","modSource":0,"addonID":225605,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LunatriusCore","modFolderPath":null,"fileNameOnDisk":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","authors":[{"Name":"Lunatrius"}],"primaryAuthor":"Lunatrius","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lunatriuscore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/195/256/256/635618414430115697.png","tags":[],"installedFile":{"id":2489549,"fileName":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","fileDate":"2017-10-11T07:40:08.403Z","fileLength":76753,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2489/549/LunatriusCore-1.12.2-1.2.0.42-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2510888000,"invalidFingerprint":false},{"foldername":"com","fingerprint":19076286,"invalidFingerprint":false},{"foldername":"assets","fingerprint":337329185,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1508196263,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1714927463,"invalidFingerprint":false}],"packageFingerprint":1145034958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225605,"fileNameOnDisk":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.1760912Z","dateUpdated":"2023-07-12T19:16:19.1790908Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2489549,"fileName":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","fileDate":"2017-10-11T07:40:08.403Z","fileLength":76753,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2489/549/LunatriusCore-1.12.2-1.2.0.42-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2510888000,"invalidFingerprint":false},{"foldername":"com","fingerprint":19076286,"invalidFingerprint":false},{"foldername":"assets","fingerprint":337329185,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1508196263,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1714927463,"invalidFingerprint":false}],"packageFingerprint":1145034958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225605,"fileNameOnDisk":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","hashes":[]}},{"instanceID":"9362e238-b795-4f8c-ae3c-8e2455a456c1","modSource":0,"addonID":246183,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Roots","modFolderPath":null,"fileNameOnDisk":"Roots-1.12.2-3.1.7.jar","authors":[{"Name":"Noobanidus"},{"Name":"ABadHaiku"},{"Name":"Martacus"},{"Name":"Davoleo_K"},{"Name":"KalaxiLoL"},{"Name":"EpicSquid315"}],"primaryAuthor":"Noobanidus","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roots","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/89/558/256/256/636232154369779968.png","tags":[],"installedFile":{"id":4460453,"fileName":"Roots-1.12.2-3.1.7.jar","fileDate":"2023-03-27T01:08:54.913Z","fileLength":3576913,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4460/453/Roots-1.12.2-3.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":3},{"addonId":282940,"type":3},{"addonId":277064,"type":3},{"addonId":240630,"type":2},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1280009736,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":2710567615,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1438842102,"invalidFingerprint":false},{"foldername":"assets","fingerprint":583975507,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135632651,"invalidFingerprint":false}],"packageFingerprint":3782807917,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":246183,"fileNameOnDisk":"Roots-1.12.2-3.1.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.4227413Z","dateUpdated":"2023-07-12T19:25:19.9377906Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4460453,"fileName":"Roots-1.12.2-3.1.7.jar","fileDate":"2023-03-27T01:08:54.913Z","fileLength":3576913,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4460/453/Roots-1.12.2-3.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":3},{"addonId":282940,"type":3},{"addonId":277064,"type":3},{"addonId":240630,"type":2},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1280009736,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":2710567615,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1438842102,"invalidFingerprint":false},{"foldername":"assets","fingerprint":583975507,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135632651,"invalidFingerprint":false}],"packageFingerprint":3782807917,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":246183,"fileNameOnDisk":"Roots-1.12.2-3.1.7.jar","hashes":[]}},{"instanceID":"877ea65d-fbf7-4c35-9421-70e57e2ec950","modSource":0,"addonID":407657,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Extra Animals","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-extra-1.0.2.28.jar","authors":[{"Name":"Tschipp"},{"Name":"Purplicious_Cow_"},{"Name":"RazzleberryFox"}],"primaryAuthor":"Tschipp","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania-extra","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/299/748/256/256/637354575909585639.png","tags":[],"installedFile":{"id":3213137,"fileName":"animania-1.12.2-extra-1.0.2.28.jar","fileDate":"2021-02-22T17:14:33.423Z","fileLength":1926227,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/137/animania-1.12.2-extra-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":261199,"type":3},{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2954883041,"invalidFingerprint":false},{"foldername":"com","fingerprint":260954659,"invalidFingerprint":false}],"packageFingerprint":3497978324,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407657,"fileNameOnDisk":"animania-1.12.2-extra-1.0.2.28.jar","hashes":[]},"dateInstalled":"2023-07-18T00:49:22.4812771Z","dateUpdated":"2023-07-18T00:49:22.4862544Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213137,"fileName":"animania-1.12.2-extra-1.0.2.28.jar","fileDate":"2021-02-22T17:14:33.423Z","fileLength":1926227,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/137/animania-1.12.2-extra-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":261199,"type":3},{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2954883041,"invalidFingerprint":false},{"foldername":"com","fingerprint":260954659,"invalidFingerprint":false}],"packageFingerprint":3497978324,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407657,"fileNameOnDisk":"animania-1.12.2-extra-1.0.2.28.jar","hashes":[]}},{"instanceID":"0608970d-3bd8-4388-93b1-5e74d3457d8b","modSource":0,"addonID":250577,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Akashic Tome","modFolderPath":null,"fileNameOnDisk":"AkashicTome-1.2-12.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/akashic-tome","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/692/256/256/637959000055625810.png","tags":[],"installedFile":{"id":2648656,"fileName":"AkashicTome-1.2-12.jar","fileDate":"2018-12-15T23:37:09.713Z","fileLength":44663,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1248440037,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":30789144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":13111402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":396473483,"invalidFingerprint":false}],"packageFingerprint":3030749418,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250577,"fileNameOnDisk":"AkashicTome-1.2-12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.7955321Z","dateUpdated":"2023-07-12T19:15:40.7979655Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2648656,"fileName":"AkashicTome-1.2-12.jar","fileDate":"2018-12-15T23:37:09.713Z","fileLength":44663,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1248440037,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":30789144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":13111402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":396473483,"invalidFingerprint":false}],"packageFingerprint":3030749418,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250577,"fileNameOnDisk":"AkashicTome-1.2-12.jar","hashes":[]}},{"instanceID":"a154ed93-8dcf-4346-bb33-eadc1dc816d4","modSource":0,"addonID":271384,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CoFH World","modFolderPath":null,"fileNameOnDisk":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"skyboy026"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":408,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cofh-world","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/104/743/256/256/636348016483205863.png","tags":[],"installedFile":{"id":2920434,"fileName":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","fileDate":"2020-04-03T23:52:03.3Z","fileLength":505987,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/434/CoFHWorld-1.12.2-1.4.0.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1254875428,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2162691215,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2572334556,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1149615142,"invalidFingerprint":false}],"packageFingerprint":928719472,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271384,"fileNameOnDisk":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:32.0520613Z","dateUpdated":"2023-07-12T19:16:32.0550668Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920434,"fileName":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","fileDate":"2020-04-03T23:52:03.3Z","fileLength":505987,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/434/CoFHWorld-1.12.2-1.4.0.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1254875428,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2162691215,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2572334556,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1149615142,"invalidFingerprint":false}],"packageFingerprint":928719472,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271384,"fileNameOnDisk":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","hashes":[]}},{"instanceID":"5f23e741-b231-4803-9228-b4a8a74d77e3","modSource":0,"addonID":69163,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Expansion","modFolderPath":null,"fileNameOnDisk":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-expansion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/889/256/256/637640074258974225.png","tags":[],"installedFile":{"id":2926431,"fileName":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","fileDate":"2020-04-10T18:25:47.91Z","fileLength":2345139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/431/ThermalExpansion-1.12.2-5.5.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3537056881,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":297844578,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4262890162,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":89834791,"invalidFingerprint":false}],"packageFingerprint":2287283150,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69163,"fileNameOnDisk":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.8881556Z","dateUpdated":"2023-07-12T19:15:48.8911577Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2926431,"fileName":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","fileDate":"2020-04-10T18:25:47.91Z","fileLength":2345139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/431/ThermalExpansion-1.12.2-5.5.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3537056881,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":297844578,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4262890162,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":89834791,"invalidFingerprint":false}],"packageFingerprint":2287283150,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69163,"fileNameOnDisk":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","hashes":[]}},{"instanceID":"eb7e0fae-e160-4412-a137-5f8cec7fda28","modSource":0,"addonID":242638,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Industrial Craft","modFolderPath":null,"fileNameOnDisk":"industrialcraft-2-2.8.222-ex112.jar","authors":[{"Name":"sfPlayer1"},{"Name":"Chocohead"},{"Name":"Aroma1997"},{"Name":"Forge_User_85580626"}],"primaryAuthor":"sfPlayer1","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/industrial-craft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/35/839/256/256/635930304832975926.png","tags":[],"installedFile":{"id":3838713,"fileName":"industrialcraft-2-2.8.222-ex112.jar","fileDate":"2022-06-19T13:34:06.847Z","fileLength":8698102,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3838/713/industrialcraft-2-2.8.222-ex112.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2182158760,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2304325416,"invalidFingerprint":false},{"foldername":"ic2","fingerprint":3703315723,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1309399255,"invalidFingerprint":false},{"foldername":"overview.html","fingerprint":2384078512,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3607220516,"invalidFingerprint":false}],"packageFingerprint":3657864267,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242638,"fileNameOnDisk":"industrialcraft-2-2.8.222-ex112.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:18.231295Z","dateUpdated":"2023-07-12T19:25:17.9651881Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3838713,"fileName":"industrialcraft-2-2.8.222-ex112.jar","fileDate":"2022-06-19T13:34:06.847Z","fileLength":8698102,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3838/713/industrialcraft-2-2.8.222-ex112.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2182158760,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2304325416,"invalidFingerprint":false},{"foldername":"ic2","fingerprint":3703315723,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1309399255,"invalidFingerprint":false},{"foldername":"overview.html","fingerprint":2384078512,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3607220516,"invalidFingerprint":false}],"packageFingerprint":3657864267,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242638,"fileNameOnDisk":"industrialcraft-2-2.8.222-ex112.jar","hashes":[]}},{"instanceID":"2d9621c1-375f-4511-8a65-c5ebb3857961","modSource":0,"addonID":229769,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Streams","modFolderPath":null,"fileNameOnDisk":"Streams-1.12-0.4.8.jar","authors":[{"Name":"delvr"}],"primaryAuthor":"delvr","primaryCategoryId":407,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/streams","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/16/923/256/256/635655168794934800.png","tags":[],"installedFile":{"id":2861235,"fileName":"Streams-1.12-0.4.8.jar","fileDate":"2020-01-15T18:55:01.56Z","fileLength":270338,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2861/235/Streams-1.12-0.4.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229708,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":44925920,"invalidFingerprint":false},{"foldername":"streams","fingerprint":2577942410,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3212127772,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3309788901,"invalidFingerprint":false}],"packageFingerprint":1430546837,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229769,"fileNameOnDisk":"Streams-1.12-0.4.8.jar","hashes":[]},"dateInstalled":"2023-07-16T23:38:50.1888383Z","dateUpdated":"2023-07-16T23:38:50.191832Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3109315,"fileName":"Streams-1.12-0.4.9.jar","fileDate":"2020-11-12T04:30:11.537Z","fileLength":269695,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3109/315/Streams-1.12-0.4.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229708,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3919640884,"invalidFingerprint":false},{"foldername":"streams","fingerprint":3767598221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3212127772,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1088708180,"invalidFingerprint":false}],"packageFingerprint":1144704821,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229769,"fileNameOnDisk":"Streams-1.12-0.4.9.jar","hashes":[]}},{"instanceID":"f9e79836-a76a-4612-ac7a-7c1f63bb71b3","modSource":0,"addonID":316304,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Loot Capacitor Tooltips","modFolderPath":null,"fileNameOnDisk":"lootcapacitortooltips-1.3.jar","authors":[{"Name":"tfarecnim"}],"primaryAuthor":"tfarecnim","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/loot-capacitor-tooltips","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/194/536/256/256/636873548386961202.png","tags":[],"installedFile":{"id":2687139,"fileName":"lootcapacitortooltips-1.3.jar","fileDate":"2019-03-14T17:37:38.093Z","fileLength":9535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2687/139/lootcapacitortooltips-1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428632756,"invalidFingerprint":false},{"foldername":"com","fingerprint":696591320,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2019469353,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":22487156,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":811688840,"invalidFingerprint":false}],"packageFingerprint":60008387,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316304,"fileNameOnDisk":"lootcapacitortooltips-1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.4709233Z","dateUpdated":"2023-07-12T19:16:48.472929Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2687139,"fileName":"lootcapacitortooltips-1.3.jar","fileDate":"2019-03-14T17:37:38.093Z","fileLength":9535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2687/139/lootcapacitortooltips-1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428632756,"invalidFingerprint":false},{"foldername":"com","fingerprint":696591320,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2019469353,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":22487156,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":811688840,"invalidFingerprint":false}],"packageFingerprint":60008387,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316304,"fileNameOnDisk":"lootcapacitortooltips-1.3.jar","hashes":[]}},{"instanceID":"5b2239e7-b925-4d01-9819-24b20591cab8","modSource":0,"addonID":229050,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Compat","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-compat.jar","authors":[{"Name":"MrTJP"},{"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-compat","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/800/256/256/635634023975862132.png","tags":[],"installedFile":{"id":2745546,"fileName":"ProjectRed-1.12.2-4.9.4.120-compat.jar","fileDate":"2019-07-21T17:56:41.797Z","fileLength":67384,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/546/ProjectRed-1.12.2-4.9.4.120-compat.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2125998599,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":412981094,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2252677834,"invalidFingerprint":false}],"packageFingerprint":473856560,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229050,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-compat.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:20.167872Z","dateUpdated":"2023-07-13T07:27:20.1698726Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745546,"fileName":"ProjectRed-1.12.2-4.9.4.120-compat.jar","fileDate":"2019-07-21T17:56:41.797Z","fileLength":67384,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/546/ProjectRed-1.12.2-4.9.4.120-compat.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2125998599,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":412981094,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2252677834,"invalidFingerprint":false}],"packageFingerprint":473856560,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229050,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-compat.jar","hashes":[]}},{"instanceID":"228ab081-f666-4ce9-96d8-83081b44cb97","modSource":0,"addonID":223735,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Aroma1997Core","modFolderPath":null,"fileNameOnDisk":"Aroma1997Core-1.12.2-2.0.0.2.jar","authors":[{"Name":"Aroma1997"}],"primaryAuthor":"Aroma1997","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/aroma1997core","thumbnailUrl":null,"tags":[],"installedFile":{"id":2676866,"fileName":"Aroma1997Core-1.12.2-2.0.0.2.jar","fileDate":"2019-02-19T11:08:08.597Z","fileLength":398634,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2676/866/Aroma1997Core-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":435025990,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":2468818877,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1356395472,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":663444626,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875743704,"invalidFingerprint":false}],"packageFingerprint":2883072167,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223735,"fileNameOnDisk":"Aroma1997Core-1.12.2-2.0.0.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:24:39.9873561Z","dateUpdated":"2023-07-13T07:24:39.9893702Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2676866,"fileName":"Aroma1997Core-1.12.2-2.0.0.2.jar","fileDate":"2019-02-19T11:08:08.597Z","fileLength":398634,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2676/866/Aroma1997Core-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":435025990,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":2468818877,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1356395472,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":663444626,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875743704,"invalidFingerprint":false}],"packageFingerprint":2883072167,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223735,"fileNameOnDisk":"Aroma1997Core-1.12.2-2.0.0.2.jar","hashes":[]}},{"instanceID":"2649223e-11ea-4ba8-8747-69e782a00402","modSource":0,"addonID":220954,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ModTweaker","modFolderPath":null,"fileNameOnDisk":"modtweaker-4.0.20.11.jar","authors":[{"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":4773,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modtweaker","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/142/105/256/256/636546682899036433.png","tags":[],"installedFile":{"id":3840577,"fileName":"modtweaker-4.0.20.11.jar","fileDate":"2022-06-20T01:53:46.08Z","fileLength":493285,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3840/577/modtweaker-4.0.20.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1633160124,"invalidFingerprint":false},{"foldername":"com","fingerprint":2593296426,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1420232274,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2995844386,"invalidFingerprint":false}],"packageFingerprint":2740281942,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220954,"fileNameOnDisk":"modtweaker-4.0.20.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.8306312Z","dateUpdated":"2023-07-12T19:25:25.8378969Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3840577,"fileName":"modtweaker-4.0.20.11.jar","fileDate":"2022-06-20T01:53:46.08Z","fileLength":493285,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3840/577/modtweaker-4.0.20.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1633160124,"invalidFingerprint":false},{"foldername":"com","fingerprint":2593296426,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1420232274,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2995844386,"invalidFingerprint":false}],"packageFingerprint":2740281942,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220954,"fileNameOnDisk":"modtweaker-4.0.20.11.jar","hashes":[]}},{"instanceID":"f6257158-45f0-493a-aa6d-a66321df0e21","modSource":0,"addonID":291737,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Innovation","modFolderPath":null,"fileNameOnDisk":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-innovation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/887/256/256/637640073796649549.png","tags":[],"installedFile":{"id":2920441,"fileName":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:54:47.553Z","fileLength":182379,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/441/ThermalInnovation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155889916,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":171240571,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1436377730,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1401054811,"invalidFingerprint":false}],"packageFingerprint":4209430144,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291737,"fileNameOnDisk":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.3554839Z","dateUpdated":"2023-07-12T19:16:13.3574207Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920441,"fileName":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:54:47.553Z","fileLength":182379,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/441/ThermalInnovation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155889916,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":171240571,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1436377730,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1401054811,"invalidFingerprint":false}],"packageFingerprint":4209430144,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291737,"fileNameOnDisk":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","hashes":[]}},{"instanceID":"494409e6-053b-4a34-abc8-c811ded0293b","modSource":0,"addonID":55438,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MrCrayfish's Furniture Mod","modFolderPath":null,"fileNameOnDisk":"furniture-6.3.2-1.12.2.jar","authors":[{"Name":"MrCrayfish"}],"primaryAuthor":"MrCrayfish","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mrcrayfish-furniture-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/871/315/256/256/638288810449789216.png","tags":[],"installedFile":{"id":3865259,"fileName":"furniture-6.3.2-1.12.2.jar","fileDate":"2022-07-09T07:50:39.097Z","fileLength":2439199,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3865/259/furniture-6.3.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2853307231,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4048143455,"invalidFingerprint":false},{"foldername":"at","fingerprint":1119831806,"invalidFingerprint":false},{"foldername":"com","fingerprint":1085843362,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3546805233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":130833778,"invalidFingerprint":false}],"packageFingerprint":3120093185,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":55438,"fileNameOnDisk":"furniture-6.3.2-1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:24:52.3980615Z","dateUpdated":"2023-07-13T07:24:52.4015875Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3865259,"fileName":"furniture-6.3.2-1.12.2.jar","fileDate":"2022-07-09T07:50:39.097Z","fileLength":2439199,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3865/259/furniture-6.3.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2853307231,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4048143455,"invalidFingerprint":false},{"foldername":"at","fingerprint":1119831806,"invalidFingerprint":false},{"foldername":"com","fingerprint":1085843362,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3546805233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":130833778,"invalidFingerprint":false}],"packageFingerprint":3120093185,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":55438,"fileNameOnDisk":"furniture-6.3.2-1.12.2.jar","hashes":[]}},{"instanceID":"8c6025fb-d7b8-4bfd-8bb8-99a28ffcec5e","modSource":0,"addonID":250277,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extreme Reactors","modFolderPath":null,"fileNameOnDisk":"ExtremeReactors-1.12.2-0.4.5.68.jar","authors":[{"Name":"ZeroNoRyouki"}],"primaryAuthor":"ZeroNoRyouki","primaryCategoryId":417,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extreme-reactors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/310/376/256/256/637398551210975973.png","tags":[],"installedFile":{"id":3194746,"fileName":"ExtremeReactors-1.12.2-0.4.5.68.jar","fileDate":"2021-02-06T15:39:56.24Z","fileLength":1149733,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/746/ExtremeReactors-1.12.2-0.4.5.68.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":247921,"type":3},{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":638693309,"invalidFingerprint":false},{"foldername":"erogenousbeef","fingerprint":1003737153,"invalidFingerprint":false},{"foldername":"zero","fingerprint":945002607,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3844612378,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2925930995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":91910012,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":528536688,"invalidFingerprint":false}],"packageFingerprint":3266969881,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250277,"fileNameOnDisk":"ExtremeReactors-1.12.2-0.4.5.68.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.5746522Z","dateUpdated":"2023-07-12T19:25:13.7142462Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3194746,"fileName":"ExtremeReactors-1.12.2-0.4.5.68.jar","fileDate":"2021-02-06T15:39:56.24Z","fileLength":1149733,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/746/ExtremeReactors-1.12.2-0.4.5.68.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":247921,"type":3},{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":638693309,"invalidFingerprint":false},{"foldername":"erogenousbeef","fingerprint":1003737153,"invalidFingerprint":false},{"foldername":"zero","fingerprint":945002607,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3844612378,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2925930995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":91910012,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":528536688,"invalidFingerprint":false}],"packageFingerprint":3266969881,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250277,"fileNameOnDisk":"ExtremeReactors-1.12.2-0.4.5.68.jar","hashes":[]}},{"instanceID":"f7667354-c850-49e0-a1c2-5aa2b66d1bd1","modSource":0,"addonID":226780,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ShadowMC","modFolderPath":null,"fileNameOnDisk":"ShadowMC-1.12-3.8.0.jar","authors":[{"Name":"ShadowfactsDev"}],"primaryAuthor":"ShadowfactsDev","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/shadowmc","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/420/256/256/635880201174310771.png","tags":[],"installedFile":{"id":2441500,"fileName":"ShadowMC-1.12-3.8.0.jar","fileDate":"2017-06-25T20:01:23.087Z","fileLength":464802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/500/ShadowMC-1.12-3.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2642027807,"invalidFingerprint":false},{"foldername":"net","fingerprint":3856997196,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2439907420,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2331771573,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"com","fingerprint":25514404,"invalidFingerprint":false}],"packageFingerprint":917963088,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226780,"fileNameOnDisk":"ShadowMC-1.12-3.8.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:57.5123045Z","dateUpdated":"2023-07-12T19:15:57.5163043Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2441500,"fileName":"ShadowMC-1.12-3.8.0.jar","fileDate":"2017-06-25T20:01:23.087Z","fileLength":464802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/500/ShadowMC-1.12-3.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2642027807,"invalidFingerprint":false},{"foldername":"net","fingerprint":3856997196,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2439907420,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2331771573,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"com","fingerprint":25514404,"invalidFingerprint":false}],"packageFingerprint":917963088,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226780,"fileNameOnDisk":"ShadowMC-1.12-3.8.0.jar","hashes":[]}},{"instanceID":"ce104d1c-5cca-4bc3-9e73-ae46c3315367","modSource":0,"addonID":306028,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Intelligence","modFolderPath":null,"fileNameOnDisk":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","authors":[{"Name":"brandon3055"}],"primaryAuthor":"brandon3055","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-intelligence","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/180/828/256/256/636795769152717985_animated.gif","tags":[],"installedFile":{"id":2833640,"fileName":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","fileDate":"2019-11-28T03:24:06.487Z","fileLength":473948,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2833/640/ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":270789,"type":3},{"addonId":231382,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3892953408,"invalidFingerprint":false},{"foldername":"com","fingerprint":1706251672,"invalidFingerprint":false},{"foldername":"dst_root_ca_x3.jks","fingerprint":1567663994,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1685075399,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2872472170,"invalidFingerprint":false}],"packageFingerprint":585594536,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306028,"fileNameOnDisk":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.7755792Z","dateUpdated":"2023-07-12T19:16:34.7795784Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2833640,"fileName":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","fileDate":"2019-11-28T03:24:06.487Z","fileLength":473948,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2833/640/ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":270789,"type":3},{"addonId":231382,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3892953408,"invalidFingerprint":false},{"foldername":"com","fingerprint":1706251672,"invalidFingerprint":false},{"foldername":"dst_root_ca_x3.jks","fingerprint":1567663994,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1685075399,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2872472170,"invalidFingerprint":false}],"packageFingerprint":585594536,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306028,"fileNameOnDisk":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","hashes":[]}},{"instanceID":"f3254030-d8cc-4ed2-86d0-896b649c576a","modSource":0,"addonID":60089,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mouse Tweaks","modFolderPath":null,"fileNameOnDisk":"MouseTweaks-2.10.1-mc1.12.2.jar","authors":[{"Name":"YaLTeR"}],"primaryAuthor":"YaLTeR","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/467/691/256/256/637749969243449870.png","tags":[],"installedFile":{"id":3359843,"fileName":"MouseTweaks-2.10.1-mc1.12.2.jar","fileDate":"2021-06-21T14:53:42.733Z","fileLength":80528,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3359/843/MouseTweaks-2.10.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":3359844,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2391897615,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":3489931899,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":523611981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354461813,"invalidFingerprint":false},{"foldername":"litemod.json","fingerprint":3374986446,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":47210613,"invalidFingerprint":false}],"packageFingerprint":2265859872,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-2.10.1-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:09.4131427Z","dateUpdated":"2023-07-12T19:16:09.4156407Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3359843,"fileName":"MouseTweaks-2.10.1-mc1.12.2.jar","fileDate":"2021-06-21T14:53:42.733Z","fileLength":80528,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3359/843/MouseTweaks-2.10.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":3359844,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2391897615,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":3489931899,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":523611981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354461813,"invalidFingerprint":false},{"foldername":"litemod.json","fingerprint":3374986446,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":47210613,"invalidFingerprint":false}],"packageFingerprint":2265859872,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-2.10.1-mc1.12.2.jar","hashes":[]}},{"instanceID":"243dc600-7c2e-4370-ac1d-81de6d2e6231","modSource":0,"addonID":270789,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Redstone Flux","modFolderPath":null,"fileNameOnDisk":"RedstoneFlux-1.12-2.1.1.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/redstone-flux","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/105/500/256/256/636353215194575027.png","tags":[],"installedFile":{"id":2920436,"fileName":"RedstoneFlux-1.12-2.1.1.1-universal.jar","fileDate":"2020-04-03T23:52:41.64Z","fileLength":31802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/436/RedstoneFlux-1.12-2.1.1.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3130516527,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3183414994,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3959296951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1664817731,"invalidFingerprint":false}],"packageFingerprint":1893256567,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270789,"fileNameOnDisk":"RedstoneFlux-1.12-2.1.1.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.7017788Z","dateUpdated":"2023-07-12T19:16:25.7038431Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920436,"fileName":"RedstoneFlux-1.12-2.1.1.1-universal.jar","fileDate":"2020-04-03T23:52:41.64Z","fileLength":31802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/436/RedstoneFlux-1.12-2.1.1.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3130516527,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3183414994,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3959296951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1664817731,"invalidFingerprint":false}],"packageFingerprint":1893256567,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270789,"fileNameOnDisk":"RedstoneFlux-1.12-2.1.1.1-universal.jar","hashes":[]}},{"instanceID":"6cc104aa-2783-4139-a7de-839d2e03da51","modSource":0,"addonID":237167,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FTB Library (Forge) (Legacy)","modFolderPath":null,"fileNameOnDisk":"FTBLib-5.4.7.2.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-library-legacy-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/362/256/256/637261948298626918.png","tags":[],"installedFile":{"id":2985811,"fileName":"FTBLib-5.4.7.2.jar","fileDate":"2020-06-22T13:44:34.15Z","fileLength":934370,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2985/811/FTBLib-5.4.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2287248055,"invalidFingerprint":false},{"foldername":"com","fingerprint":296098662,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2120759837,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1468686229,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1147509493,"invalidFingerprint":false}],"packageFingerprint":957833589,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237167,"fileNameOnDisk":"FTBLib-5.4.7.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:31.8954697Z","dateUpdated":"2023-07-12T19:16:31.9024778Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2985811,"fileName":"FTBLib-5.4.7.2.jar","fileDate":"2020-06-22T13:44:34.15Z","fileLength":934370,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2985/811/FTBLib-5.4.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2287248055,"invalidFingerprint":false},{"foldername":"com","fingerprint":296098662,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2120759837,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1468686229,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1147509493,"invalidFingerprint":false}],"packageFingerprint":957833589,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237167,"fileNameOnDisk":"FTBLib-5.4.7.2.jar","hashes":[]}},{"instanceID":"8dc0aebf-3c98-4d9b-89f6-a801ca3947ec","modSource":0,"addonID":278825,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Environmental Materials","modFolderPath":null,"fileNameOnDisk":"environmentalmaterials-1.12.2-1.0.20.1.jar","authors":[{"Name":"ValkyrieofNight"}],"primaryAuthor":"ValkyrieofNight","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/environmental-materials","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/435/800/256/256/637676321059077489.png","tags":[],"installedFile":{"id":2691535,"fileName":"environmentalmaterials-1.12.2-1.0.20.1.jar","fileDate":"2019-03-25T06:53:02.96Z","fileLength":486907,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/535/environmentalmaterials-1.12.2-1.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3347661580,"invalidFingerprint":false},{"foldername":"com","fingerprint":2995127759,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3763669712,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":1399259035,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4100520805,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1826169645,"invalidFingerprint":false}],"packageFingerprint":546548473,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278825,"fileNameOnDisk":"environmentalmaterials-1.12.2-1.0.20.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.718144Z","dateUpdated":"2023-07-12T19:16:22.7210846Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691535,"fileName":"environmentalmaterials-1.12.2-1.0.20.1.jar","fileDate":"2019-03-25T06:53:02.96Z","fileLength":486907,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/535/environmentalmaterials-1.12.2-1.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3347661580,"invalidFingerprint":false},{"foldername":"com","fingerprint":2995127759,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3763669712,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":1399259035,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4100520805,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1826169645,"invalidFingerprint":false}],"packageFingerprint":546548473,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278825,"fileNameOnDisk":"environmentalmaterials-1.12.2-1.0.20.1.jar","hashes":[]}},{"instanceID":"4b5f02b8-7ebe-4927-889a-0d7bea61a815","modSource":0,"addonID":229060,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"iChunUtil","modFolderPath":null,"fileNameOnDisk":"iChunUtil-1.12.2-7.2.2.jar","authors":[{"Name":"ohaiiChun"}],"primaryAuthor":"ohaiiChun","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ichunutil","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/167/256/256/635690971311763313.png","tags":[],"installedFile":{"id":2801262,"fileName":"iChunUtil-1.12.2-7.2.2.jar","fileDate":"2019-10-04T00:38:01.827Z","fileLength":581963,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2801/262/iChunUtil-1.12.2-7.2.2.jar","isAlternate":false,"alternateFileId":2801263,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1088402199,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4103548684,"invalidFingerprint":false},{"foldername":"eula.txt","fingerprint":2210795580,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2155224910,"invalidFingerprint":false},{"foldername":"me","fingerprint":17833567,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1043948853,"invalidFingerprint":false}],"packageFingerprint":1712392953,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229060,"fileNameOnDisk":"iChunUtil-1.12.2-7.2.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:17:23.4529587Z","dateUpdated":"2023-07-13T07:17:23.4662917Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2801262,"fileName":"iChunUtil-1.12.2-7.2.2.jar","fileDate":"2019-10-04T00:38:01.827Z","fileLength":581963,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2801/262/iChunUtil-1.12.2-7.2.2.jar","isAlternate":false,"alternateFileId":2801263,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1088402199,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4103548684,"invalidFingerprint":false},{"foldername":"eula.txt","fingerprint":2210795580,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2155224910,"invalidFingerprint":false},{"foldername":"me","fingerprint":17833567,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1043948853,"invalidFingerprint":false}],"packageFingerprint":1712392953,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229060,"fileNameOnDisk":"iChunUtil-1.12.2-7.2.2.jar","hashes":[]}},{"instanceID":"382ee634-a786-4bae-8604-841c948e966c","modSource":0,"addonID":274259,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Carry On","modFolderPath":null,"fileNameOnDisk":"carryon-1.12.2-1.12.7.23.jar","authors":[{"Name":"Tschipp"},{"Name":"Purplicious_Cow_"}],"primaryAuthor":"Tschipp","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/carry-on","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/109/514/256/256/636380307126307812.png","tags":[],"installedFile":{"id":4507139,"fileName":"carryon-1.12.2-1.12.7.23.jar","fileDate":"2023-04-25T20:49:16.58Z","fileLength":309188,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4507/139/carryon-1.12.2-1.12.7.23.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":599893301,"invalidFingerprint":false},{"foldername":"tschipp","fingerprint":695081313,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4069015969,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":618852148,"invalidFingerprint":false}],"packageFingerprint":1794581938,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":274259,"fileNameOnDisk":"carryon-1.12.2-1.12.7.23.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.6478963Z","dateUpdated":"2023-07-12T19:25:20.3202841Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4507139,"fileName":"carryon-1.12.2-1.12.7.23.jar","fileDate":"2023-04-25T20:49:16.58Z","fileLength":309188,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4507/139/carryon-1.12.2-1.12.7.23.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":599893301,"invalidFingerprint":false},{"foldername":"tschipp","fingerprint":695081313,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4069015969,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":618852148,"invalidFingerprint":false}],"packageFingerprint":1794581938,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":274259,"fileNameOnDisk":"carryon-1.12.2-1.12.7.23.jar","hashes":[]}},{"instanceID":"ea9422a7-9b18-4db0-8d29-ffea795d8ec5","modSource":0,"addonID":227049,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Iron Backpacks","modFolderPath":null,"fileNameOnDisk":"IronBackpacks-1.12.2-3.0.8-12.jar","authors":[{"Name":"gr8pefish"},{"Name":"TehNut"}],"primaryAuthor":"gr8pefish","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/iron-backpacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/63/485/256/256/636143170660505829.png","tags":[],"installedFile":{"id":2564573,"fileName":"IronBackpacks-1.12.2-3.0.8-12.jar","fileDate":"2018-05-22T22:50:50.37Z","fileLength":465363,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2564/573/IronBackpacks-1.12.2-3.0.8-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":223094,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4228442456,"invalidFingerprint":false},{"foldername":"gr8pefish","fingerprint":4263220768,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":279834905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394333296,"invalidFingerprint":false}],"packageFingerprint":4196584130,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227049,"fileNameOnDisk":"IronBackpacks-1.12.2-3.0.8-12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:11.727626Z","dateUpdated":"2023-07-12T19:16:11.7296269Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2564573,"fileName":"IronBackpacks-1.12.2-3.0.8-12.jar","fileDate":"2018-05-22T22:50:50.37Z","fileLength":465363,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2564/573/IronBackpacks-1.12.2-3.0.8-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":223094,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4228442456,"invalidFingerprint":false},{"foldername":"gr8pefish","fingerprint":4263220768,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":279834905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394333296,"invalidFingerprint":false}],"packageFingerprint":4196584130,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227049,"fileNameOnDisk":"IronBackpacks-1.12.2-3.0.8-12.jar","hashes":[]}},{"instanceID":"6286e819-bf32-4e6d-b24f-92843635880f","modSource":0,"addonID":245287,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Morph-o-Tool","modFolderPath":null,"fileNameOnDisk":"Morph-o-Tool-1.2-21.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/morph-o-tool","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/691/256/256/637958999936696075.png","tags":[],"installedFile":{"id":2658176,"fileName":"Morph-o-Tool-1.2-21.jar","fileDate":"2019-01-09T20:02:23.337Z","fileLength":30619,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2658/176/Morph-o-Tool-1.2-21.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155501516,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":882304449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4118925218,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3884383203,"invalidFingerprint":false}],"packageFingerprint":983828486,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245287,"fileNameOnDisk":"Morph-o-Tool-1.2-21.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.9100685Z","dateUpdated":"2023-07-12T19:15:40.9450648Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2658176,"fileName":"Morph-o-Tool-1.2-21.jar","fileDate":"2019-01-09T20:02:23.337Z","fileLength":30619,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2658/176/Morph-o-Tool-1.2-21.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155501516,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":882304449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4118925218,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3884383203,"invalidFingerprint":false}],"packageFingerprint":983828486,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245287,"fileNameOnDisk":"Morph-o-Tool-1.2-21.jar","hashes":[]}},{"instanceID":"c81ec8ea-ff34-4b8e-aa15-c1c78e92b8c8","modSource":0,"addonID":285492,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic JEI","modFolderPath":null,"fileNameOnDisk":"ThaumicJEI-1.12.2-1.6.0-27.jar","authors":[{"Name":"Buuz135"}],"primaryAuthor":"Buuz135","primaryCategoryId":430,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumic-jei","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/138/833/256/256/636524375193820008.png","tags":[],"installedFile":{"id":2705304,"fileName":"ThaumicJEI-1.12.2-1.6.0-27.jar","fileDate":"2019-04-29T19:36:43.85Z","fileLength":59213,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/304/ThaumicJEI-1.12.2-1.6.0-27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3850096270,"invalidFingerprint":false},{"foldername":"com","fingerprint":2445323098,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1119816735,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2604662159,"invalidFingerprint":false}],"packageFingerprint":1565720065,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285492,"fileNameOnDisk":"ThaumicJEI-1.12.2-1.6.0-27.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.3054675Z","dateUpdated":"2023-07-12T19:16:29.3094662Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2705304,"fileName":"ThaumicJEI-1.12.2-1.6.0-27.jar","fileDate":"2019-04-29T19:36:43.85Z","fileLength":59213,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/304/ThaumicJEI-1.12.2-1.6.0-27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3850096270,"invalidFingerprint":false},{"foldername":"com","fingerprint":2445323098,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1119816735,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2604662159,"invalidFingerprint":false}],"packageFingerprint":1565720065,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285492,"fileNameOnDisk":"ThaumicJEI-1.12.2-1.6.0-27.jar","hashes":[]}},{"instanceID":"9b7c8fc0-2a89-4404-8697-bba30dc0eb80","modSource":0,"addonID":74120,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Natura","modFolderPath":null,"fileNameOnDisk":"natura-1.12.2-4.3.2.69.jar","authors":[{"Name":"mDiyo"},{"Name":"ProgWML6"},{"Name":"Alexbegt"}],"primaryAuthor":"mDiyo","primaryCategoryId":408,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/natura","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/4/707/256/256/635351427286417486.png","tags":[],"installedFile":{"id":2711439,"fileName":"natura-1.12.2-4.3.2.69.jar","fileDate":"2019-05-15T12:32:14.997Z","fileLength":1142687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2711/439/natura-1.12.2-4.3.2.69.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":987844602,"invalidFingerprint":false},{"foldername":"com","fingerprint":3730135316,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1553411596,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3274963332,"invalidFingerprint":false}],"packageFingerprint":2375561468,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74120,"fileNameOnDisk":"natura-1.12.2-4.3.2.69.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.2741789Z","dateUpdated":"2023-07-12T19:16:25.2760779Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2711439,"fileName":"natura-1.12.2-4.3.2.69.jar","fileDate":"2019-05-15T12:32:14.997Z","fileLength":1142687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2711/439/natura-1.12.2-4.3.2.69.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":987844602,"invalidFingerprint":false},{"foldername":"com","fingerprint":3730135316,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1553411596,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3274963332,"invalidFingerprint":false}],"packageFingerprint":2375561468,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74120,"fileNameOnDisk":"natura-1.12.2-4.3.2.69.jar","hashes":[]}},{"instanceID":"009fa983-fea2-4adf-b40f-01d9855f18f0","modSource":0,"addonID":277616,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Spice of Life: Carrot Edition","modFolderPath":null,"fileNameOnDisk":"solcarrot-1.12.2-1.8.4.jar","authors":[{"Name":"lordcazsius"}],"primaryAuthor":"lordcazsius","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/spice-of-life-carrot-edition","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/360/935/256/256/637525655151502872.png","tags":[],"installedFile":{"id":2959847,"fileName":"solcarrot-1.12.2-1.8.4.jar","fileDate":"2020-05-18T13:36:15.387Z","fileLength":641217,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2959/847/solcarrot-1.12.2-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":224472,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3636477016,"invalidFingerprint":false},{"foldername":"com","fingerprint":2387686285,"invalidFingerprint":false},{"foldername":"mcmod 2.info","fingerprint":1616111920,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3722148398,"invalidFingerprint":false},{"foldername":"pack 2.mcmeta","fingerprint":1267457263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2239137075,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1267457263,"invalidFingerprint":false}],"packageFingerprint":1209216939,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277616,"fileNameOnDisk":"solcarrot-1.12.2-1.8.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:14.4390798Z","dateUpdated":"2023-07-12T19:16:14.4420874Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2959847,"fileName":"solcarrot-1.12.2-1.8.4.jar","fileDate":"2020-05-18T13:36:15.387Z","fileLength":641217,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2959/847/solcarrot-1.12.2-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":224472,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3636477016,"invalidFingerprint":false},{"foldername":"com","fingerprint":2387686285,"invalidFingerprint":false},{"foldername":"mcmod 2.info","fingerprint":1616111920,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3722148398,"invalidFingerprint":false},{"foldername":"pack 2.mcmeta","fingerprint":1267457263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2239137075,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1267457263,"invalidFingerprint":false}],"packageFingerprint":1209216939,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277616,"fileNameOnDisk":"solcarrot-1.12.2-1.8.4.jar","hashes":[]}},{"instanceID":"f02479cb-30fd-4252-a97a-3558a5917b10","modSource":0,"addonID":254879,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Storage Drawers Extras","modFolderPath":null,"fileNameOnDisk":"StorageDrawersExtras-1.12-3.1.0.jar","authors":[{"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/storage-drawers-extras","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/75/935/256/256/636169335259193625.png","tags":[],"installedFile":{"id":2443623,"fileName":"StorageDrawersExtras-1.12-3.1.0.jar","fileDate":"2017-06-30T02:13:48.09Z","fileLength":402870,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/623/StorageDrawersExtras-1.12-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3},{"addonId":223852,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3739888723,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2982687731,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1356093158,"invalidFingerprint":false}],"packageFingerprint":4129009071,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254879,"fileNameOnDisk":"StorageDrawersExtras-1.12-3.1.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:24:27.1324576Z","dateUpdated":"2023-07-13T07:24:27.1354482Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2443623,"fileName":"StorageDrawersExtras-1.12-3.1.0.jar","fileDate":"2017-06-30T02:13:48.09Z","fileLength":402870,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/623/StorageDrawersExtras-1.12-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3},{"addonId":223852,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3739888723,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2982687731,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1356093158,"invalidFingerprint":false}],"packageFingerprint":4129009071,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254879,"fileNameOnDisk":"StorageDrawersExtras-1.12-3.1.0.jar","hashes":[]}},{"instanceID":"49451fdb-44e0-4a5e-bd50-d161bc1df8f3","modSource":0,"addonID":228815,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OpenModsLib","modFolderPath":null,"fileNameOnDisk":"OpenModsLib-1.12.2-0.12.2.jar","authors":[{"Name":"OpenMods"},{"Name":"0x00716F62"}],"primaryAuthor":"OpenMods","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/openmodslib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/499/256/256/635627200908557487.png","tags":[],"installedFile":{"id":2699055,"fileName":"OpenModsLib-1.12.2-0.12.2.jar","fileDate":"2019-04-14T10:36:25.69Z","fileLength":2639587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/55/OpenModsLib-1.12.2-0.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":982621930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1528055574,"invalidFingerprint":false},{"foldername":"info","fingerprint":4026736668,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3907450400,"invalidFingerprint":false},{"foldername":"openmods","fingerprint":2572559241,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":728614652,"invalidFingerprint":false}],"packageFingerprint":1596478407,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228815,"fileNameOnDisk":"OpenModsLib-1.12.2-0.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.5113459Z","dateUpdated":"2023-07-12T19:15:50.5153468Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2699055,"fileName":"OpenModsLib-1.12.2-0.12.2.jar","fileDate":"2019-04-14T10:36:25.69Z","fileLength":2639587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/55/OpenModsLib-1.12.2-0.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":982621930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1528055574,"invalidFingerprint":false},{"foldername":"info","fingerprint":4026736668,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3907450400,"invalidFingerprint":false},{"foldername":"openmods","fingerprint":2572559241,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":728614652,"invalidFingerprint":false}],"packageFingerprint":1596478407,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228815,"fileNameOnDisk":"OpenModsLib-1.12.2-0.12.2.jar","hashes":[]}},{"instanceID":"623fa106-c4bd-44f0-8083-865dc845d749","modSource":0,"addonID":301364,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Gendustry JEI Addon","modFolderPath":null,"fileNameOnDisk":"gendustryjei-1.0.2.jar","authors":[{"Name":"ninjabrain1"}],"primaryAuthor":"ninjabrain1","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gendustry-jei-addon","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/167/684/256/256/636704849871405250.png","tags":[],"installedFile":{"id":2609434,"fileName":"gendustryjei-1.0.2.jar","fileDate":"2018-08-27T19:14:22.997Z","fileLength":67472,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2609/434/gendustryjei-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70492,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2746534002,"invalidFingerprint":false},{"foldername":"ninjabrain","fingerprint":3702373930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3563700505,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2031672686,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":889307551,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301364,"fileNameOnDisk":"gendustryjei-1.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:12.6430613Z","dateUpdated":"2023-07-12T19:16:12.6440707Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2609434,"fileName":"gendustryjei-1.0.2.jar","fileDate":"2018-08-27T19:14:22.997Z","fileLength":67472,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2609/434/gendustryjei-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70492,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2746534002,"invalidFingerprint":false},{"foldername":"ninjabrain","fingerprint":3702373930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3563700505,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2031672686,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":889307551,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301364,"fileNameOnDisk":"gendustryjei-1.0.2.jar","hashes":[]}},{"instanceID":"e541b0cd-cd4b-4aa3-8f87-49baf55bb5c7","modSource":0,"addonID":300777,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Embers Rekindled","modFolderPath":null,"fileNameOnDisk":"EmbersRekindled-1.19.jar","authors":[{"Name":"BordListian"},{"Name":"RCXcrafter"}],"primaryAuthor":"BordListian","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/embers-rekindled","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/186/528/256/256/636834249879513271.png","tags":[],"installedFile":{"id":3695248,"fileName":"EmbersRekindled-1.19.jar","fileDate":"2022-03-16T09:57:46.75Z","fileLength":10169233,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3695/248/EmbersRekindled-1.19.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":300742,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2279381073,"invalidFingerprint":false},{"foldername":"teamroots","fingerprint":3121365648,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2403569364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2720020966,"invalidFingerprint":false}],"packageFingerprint":2801065128,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":300777,"fileNameOnDisk":"EmbersRekindled-1.19.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:31.5512905Z","dateUpdated":"2023-07-12T19:25:19.6615098Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3695248,"fileName":"EmbersRekindled-1.19.jar","fileDate":"2022-03-16T09:57:46.75Z","fileLength":10169233,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3695/248/EmbersRekindled-1.19.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":300742,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2279381073,"invalidFingerprint":false},{"foldername":"teamroots","fingerprint":3121365648,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2403569364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2720020966,"invalidFingerprint":false}],"packageFingerprint":2801065128,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":300777,"fileNameOnDisk":"EmbersRekindled-1.19.jar","hashes":[]}},{"instanceID":"ab6e7d33-343f-48c7-84d2-37d3253b2b93","modSource":0,"addonID":687827,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Seared Ladder (Backport)","modFolderPath":null,"fileNameOnDisk":"Seared-Ladder-v1.1.2-mc1.12.2.jar","authors":[{"Name":"jbredwards"}],"primaryAuthor":"jbredwards","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/seared-ladder-backport","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/621/147/256/256/638011185135449522.png","tags":[],"installedFile":{"id":4028115,"fileName":"Seared-Ladder-v1.1.2-mc1.12.2.jar","fileDate":"2022-10-14T00:26:10.793Z","fileLength":22901,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4028/115/Seared-Ladder-v1.1.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3},{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":368082294,"invalidFingerprint":false},{"foldername":"git","fingerprint":3710648115,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2065082810,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3649410456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1081881905,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":687827,"fileNameOnDisk":"Seared-Ladder-v1.1.2-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-08-04T23:50:07.0427628Z","dateUpdated":"2023-08-04T23:50:07.0446602Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4028115,"fileName":"Seared-Ladder-v1.1.2-mc1.12.2.jar","fileDate":"2022-10-14T00:26:10.793Z","fileLength":22901,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4028/115/Seared-Ladder-v1.1.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3},{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":368082294,"invalidFingerprint":false},{"foldername":"git","fingerprint":3710648115,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2065082810,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3649410456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1081881905,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":687827,"fileNameOnDisk":"Seared-Ladder-v1.1.2-mc1.12.2.jar","hashes":[]}},{"instanceID":"e5340c26-9255-42cb-baf1-a03c5858e4a3","modSource":0,"addonID":419286,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MixinBooter","modFolderPath":null,"fileNameOnDisk":"!mixinbooter-7.1.jar","authors":[{"Name":"CleanroomMC"},{"Name":"Rongmario"}],"primaryAuthor":"CleanroomMC","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mixin-booter","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/312/949/256/256/637407315722572617.png","tags":[],"installedFile":{"id":4459218,"fileName":"!mixinbooter-7.1.jar","fileDate":"2023-03-26T12:28:58.257Z","fileLength":1064048,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4459/218/!mixinbooter-7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2597372317,"invalidFingerprint":false},{"foldername":"zone","fingerprint":1059902877,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1369081229,"invalidFingerprint":false},{"foldername":"mixin.mixinbooter.init.json","fingerprint":2846692902,"invalidFingerprint":false},{"foldername":"mixins.mixinbooter.refmap.json","fingerprint":3160178295,"invalidFingerprint":false},{"foldername":"org","fingerprint":3788340475,"invalidFingerprint":false}],"packageFingerprint":1877271566,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419286,"fileNameOnDisk":"!mixinbooter-7.1.jar","hashes":[]},"dateInstalled":"2023-08-06T19:15:39.924901Z","dateUpdated":"2023-08-06T19:15:39.9279075Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4752579,"fileName":"!mixinbooter-8.6.jar","fileDate":"2023-09-14T20:00:16.943Z","fileLength":1728216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4752/579/!mixinbooter-8.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2266768124,"invalidFingerprint":false},{"foldername":"zone","fingerprint":2807929760,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1369081229,"invalidFingerprint":false},{"foldername":"mixins.mixinbooter.refmap.json","fingerprint":2110963695,"invalidFingerprint":false},{"foldername":"mixin.mixinbooter.init.json","fingerprint":2846692902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":243152755,"invalidFingerprint":false},{"foldername":"org","fingerprint":93085882,"invalidFingerprint":false},{"foldername":"com","fingerprint":2264859960,"invalidFingerprint":false}],"packageFingerprint":3066733727,"gameVersion":["1.9.1","1.9.3","1.8.7","1.9.4","1.9.2","1.8.4","1.12.1","1.12","1.8.8","1.10.2","1.8.3","1.11","1.8.6","Forge","1.10","1.10.1","1.8","1.8.2","1.11.1","1.11.2","1.9","1.8.5","1.12.2","1.8.9","1.8.1"],"sortableGameVersion":[{"gameVersion":"1.9.1","gameVersionName":"1.9.1","gameVersionTypeId":552},{"gameVersion":"1.9.3","gameVersionName":"1.9.3","gameVersionTypeId":552},{"gameVersion":"1.8.7","gameVersionName":"1.8.7","gameVersionTypeId":4},{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.9.2","gameVersionName":"1.9.2","gameVersionTypeId":552},{"gameVersion":"1.8.4","gameVersionName":"1.8.4","gameVersionTypeId":4},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.8.3","gameVersionName":"1.8.3","gameVersionTypeId":4},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.8.6","gameVersionName":"1.8.6","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.8.2","gameVersionName":"1.8.2","gameVersionTypeId":4},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.8.5","gameVersionName":"1.8.5","gameVersionTypeId":4},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4},{"gameVersion":"1.8.1","gameVersionName":"1.8.1","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419286,"fileNameOnDisk":"!mixinbooter-8.6.jar","hashes":[{"type":1,"value":"817d665f5eb817e3fd13ff6a12e3817c40140fb8"},{"type":2,"value":"a3e6042cd3193ced46a1297f31233357"}]}},{"instanceID":"25a277b1-4d12-4aab-875e-9970a96b6a61","modSource":0,"addonID":254268,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Torchmaster","modFolderPath":null,"fileNameOnDisk":"torchmaster_1.12.2-1.8.5.0.jar","authors":[{"Name":"xalcon"}],"primaryAuthor":"xalcon","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/torchmaster","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/65/19/256/256/636158304682638960.png","tags":[],"installedFile":{"id":3529742,"fileName":"torchmaster_1.12.2-1.8.5.0.jar","fileDate":"2021-11-18T17:32:54.117Z","fileLength":156406,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3529/742/torchmaster_1.12.2-1.8.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4245332542,"invalidFingerprint":false},{"foldername":"net","fingerprint":1520508873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2443096785,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3057084603,"invalidFingerprint":false},{"foldername":"assets","fingerprint":286198444,"invalidFingerprint":false}],"packageFingerprint":614090222,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254268,"fileNameOnDisk":"torchmaster_1.12.2-1.8.5.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.6522848Z","dateUpdated":"2023-07-12T19:25:21.6965644Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3529742,"fileName":"torchmaster_1.12.2-1.8.5.0.jar","fileDate":"2021-11-18T17:32:54.117Z","fileLength":156406,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3529/742/torchmaster_1.12.2-1.8.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4245332542,"invalidFingerprint":false},{"foldername":"net","fingerprint":1520508873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2443096785,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3057084603,"invalidFingerprint":false},{"foldername":"assets","fingerprint":286198444,"invalidFingerprint":false}],"packageFingerprint":614090222,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254268,"fileNameOnDisk":"torchmaster_1.12.2-1.8.5.0.jar","hashes":[]}},{"instanceID":"1c0fc98b-bf21-4b09-b5a2-b3551f71a21f","modSource":0,"addonID":251792,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Simply Jetpacks 2","modFolderPath":null,"fileNameOnDisk":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","authors":[{"Name":"Tomson124"}],"primaryAuthor":"Tomson124","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/52/148/256/256/636111755569867328.jpeg","tags":[],"installedFile":{"id":3294422,"fileName":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","fileDate":"2021-05-01T00:36:59.933Z","fileLength":728575,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3294/422/SimplyJetpacks2-1.12.2-2.2.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227443,"type":1},{"addonId":268560,"type":2},{"addonId":300750,"type":1},{"addonId":70631,"type":1},{"addonId":69163,"type":2},{"addonId":64578,"type":2},{"addonId":231951,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3967732102,"invalidFingerprint":false},{"foldername":"tonius","fingerprint":2686363679,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3043186715,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483213633,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1222471052,"invalidFingerprint":false}],"packageFingerprint":3001974525,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251792,"fileNameOnDisk":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:23:56.0545789Z","dateUpdated":"2023-07-13T07:23:56.0585811Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3294422,"fileName":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","fileDate":"2021-05-01T00:36:59.933Z","fileLength":728575,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3294/422/SimplyJetpacks2-1.12.2-2.2.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227443,"type":1},{"addonId":268560,"type":2},{"addonId":300750,"type":1},{"addonId":70631,"type":1},{"addonId":69163,"type":2},{"addonId":64578,"type":2},{"addonId":231951,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3967732102,"invalidFingerprint":false},{"foldername":"tonius","fingerprint":2686363679,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3043186715,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483213633,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1222471052,"invalidFingerprint":false}],"packageFingerprint":3001974525,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251792,"fileNameOnDisk":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","hashes":[]}},{"instanceID":"37c3ec1c-0f07-4766-854c-085e82cf1a6f","modSource":0,"addonID":310812,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Energistics (JEE)","modFolderPath":null,"fileNameOnDisk":"JustEnoughEnergistics-1.12.2-1.0.8.jar","authors":[{"Name":"TheRealp455w0rd"}],"primaryAuthor":"TheRealp455w0rd","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-energistics-jee","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/185/26/256/256/636824950470040787.png","tags":[],"installedFile":{"id":2783832,"fileName":"JustEnoughEnergistics-1.12.2-1.0.8.jar","fileDate":"2019-09-12T19:11:03.313Z","fileLength":22714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2783/832/JustEnoughEnergistics-1.12.2-1.0.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500880449,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3850808822,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2774269039,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":1532849747,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1721580280,"invalidFingerprint":false}],"packageFingerprint":4241444590,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310812,"fileNameOnDisk":"JustEnoughEnergistics-1.12.2-1.0.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.4158653Z","dateUpdated":"2023-07-12T19:15:41.4168636Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2783832,"fileName":"JustEnoughEnergistics-1.12.2-1.0.8.jar","fileDate":"2019-09-12T19:11:03.313Z","fileLength":22714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2783/832/JustEnoughEnergistics-1.12.2-1.0.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500880449,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3850808822,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2774269039,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":1532849747,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1721580280,"invalidFingerprint":false}],"packageFingerprint":4241444590,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310812,"fileNameOnDisk":"JustEnoughEnergistics-1.12.2-1.0.8.jar","hashes":[]}},{"instanceID":"1cb9daec-21ab-4982-a5c5-0f89f1c96e73","modSource":0,"addonID":313816,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Armor Toughness Bar","modFolderPath":null,"fileNameOnDisk":"toughnessbar-2.4.jar","authors":[{"Name":"tfarecnim"}],"primaryAuthor":"tfarecnim","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/armor-toughness-bar","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/190/62/256/256/636853767908599531.png","tags":[],"installedFile":{"id":2851670,"fileName":"toughnessbar-2.4.jar","fileDate":"2019-12-30T05:04:59.547Z","fileLength":11714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2851/670/toughnessbar-2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2278351526,"invalidFingerprint":false},{"foldername":"com","fingerprint":4043006214,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2440085974,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2212555368,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3418106376,"invalidFingerprint":false}],"packageFingerprint":2515437190,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":313816,"fileNameOnDisk":"toughnessbar-2.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.959229Z","dateUpdated":"2023-07-12T19:16:13.9612321Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2851670,"fileName":"toughnessbar-2.4.jar","fileDate":"2019-12-30T05:04:59.547Z","fileLength":11714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2851/670/toughnessbar-2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2278351526,"invalidFingerprint":false},{"foldername":"com","fingerprint":4043006214,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2440085974,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2212555368,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3418106376,"invalidFingerprint":false}],"packageFingerprint":2515437190,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":313816,"fileNameOnDisk":"toughnessbar-2.4.jar","hashes":[]}},{"instanceID":"aaaa865d-674f-46a5-81d8-136b4b3504b7","modSource":0,"addonID":306770,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Patchouli","modFolderPath":null,"fileNameOnDisk":"Patchouli-1.0-23.6.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/patchouli","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/685/256/256/637958998949519797.png","tags":[],"installedFile":{"id":3162874,"fileName":"Patchouli-1.0-23.6.jar","fileDate":"2021-01-09T02:35:57.593Z","fileLength":472464,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3162/874/Patchouli-1.0-23.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":411469789,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":950327522,"invalidFingerprint":false},{"foldername":"assets","fingerprint":946917033,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3925067605,"invalidFingerprint":false}],"packageFingerprint":1284405660,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.0-23.6.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:31.7072082Z","dateUpdated":"2023-07-12T19:16:31.7112126Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3162874,"fileName":"Patchouli-1.0-23.6.jar","fileDate":"2021-01-09T02:35:57.593Z","fileLength":472464,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3162/874/Patchouli-1.0-23.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":411469789,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":950327522,"invalidFingerprint":false},{"foldername":"assets","fingerprint":946917033,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3925067605,"invalidFingerprint":false}],"packageFingerprint":1284405660,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.0-23.6.jar","hashes":[]}},{"instanceID":"b3329852-f350-4f06-9427-9487c40ffbca","modSource":0,"addonID":242195,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Dark Utilities","modFolderPath":null,"fileNameOnDisk":"DarkUtils-1.12.2-1.8.230.jar","authors":[{"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dark-utilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/35/77/256/256/635919513306138024.jpeg","tags":[],"installedFile":{"id":2813586,"fileName":"DarkUtils-1.12.2-1.8.230.jar","fileDate":"2019-10-21T06:25:00.997Z","fileLength":426515,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2813/586/DarkUtils-1.12.2-1.8.230.jar","isAlternate":false,"alternateFileId":2813587,"dependencies":[{"addonId":228525,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3336199345,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4027660148,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4063542128,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1913673224,"invalidFingerprint":false},{"foldername":"net","fingerprint":2597165316,"invalidFingerprint":false}],"packageFingerprint":1524017603,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242195,"fileNameOnDisk":"DarkUtils-1.12.2-1.8.230.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.7920194Z","dateUpdated":"2023-07-12T19:15:43.7937066Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2813586,"fileName":"DarkUtils-1.12.2-1.8.230.jar","fileDate":"2019-10-21T06:25:00.997Z","fileLength":426515,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2813/586/DarkUtils-1.12.2-1.8.230.jar","isAlternate":false,"alternateFileId":2813587,"dependencies":[{"addonId":228525,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3336199345,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4027660148,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4063542128,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1913673224,"invalidFingerprint":false},{"foldername":"net","fingerprint":2597165316,"invalidFingerprint":false}],"packageFingerprint":1524017603,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242195,"fileNameOnDisk":"DarkUtils-1.12.2-1.8.230.jar","hashes":[]}},{"instanceID":"f043eb9c-18dc-48c2-8936-9630cf9e7ab9","modSource":0,"addonID":250957,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tinkers' Tool Leveling","modFolderPath":null,"fileNameOnDisk":"TinkerToolLeveling-1.12.2-1.1.0.jar","authors":[{"Name":"bonusboni"}],"primaryAuthor":"bonusboni","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tinkers-tool-leveling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/50/510/256/256/636091756433815224.png","tags":[],"installedFile":{"id":2630860,"fileName":"TinkerToolLeveling-1.12.2-1.1.0.jar","fileDate":"2018-10-23T17:43:40.243Z","fileLength":95850,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/860/TinkerToolLeveling-1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3},{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3869564845,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3257431995,"invalidFingerprint":false},{"foldername":"assets","fingerprint":881944842,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":61804168,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":15427281,"invalidFingerprint":false}],"packageFingerprint":1563429384,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250957,"fileNameOnDisk":"TinkerToolLeveling-1.12.2-1.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.5877885Z","dateUpdated":"2023-07-12T19:16:25.5896453Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2630860,"fileName":"TinkerToolLeveling-1.12.2-1.1.0.jar","fileDate":"2018-10-23T17:43:40.243Z","fileLength":95850,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/860/TinkerToolLeveling-1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3},{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3869564845,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3257431995,"invalidFingerprint":false},{"foldername":"assets","fingerprint":881944842,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":61804168,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":15427281,"invalidFingerprint":false}],"packageFingerprint":1563429384,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250957,"fileNameOnDisk":"TinkerToolLeveling-1.12.2-1.1.0.jar","hashes":[]}},{"instanceID":"0df4c9ef-fcc4-4477-998d-37a559208797","modSource":0,"addonID":226254,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"NuclearCraft","modFolderPath":null,"fileNameOnDisk":"NuclearCraft-2.18z-1.12.2.jar","authors":[{"Name":"tomdodd4598"},{"Name":"Heather_White"}],"primaryAuthor":"tomdodd4598","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/24/599/256/256/635759942381657270.jpeg","tags":[],"installedFile":{"id":3328174,"fileName":"NuclearCraft-2.18z-1.12.2.jar","fileDate":"2021-05-28T13:47:34.583Z","fileLength":6904694,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3328/174/NuclearCraft-2.18z-1.12.2.jar","isAlternate":false,"alternateFileId":3328175,"dependencies":[{"addonId":268560,"type":2},{"addonId":238222,"type":2},{"addonId":242638,"type":2},{"addonId":227083,"type":2},{"addonId":268655,"type":2},{"addonId":293327,"type":2},{"addonId":74072,"type":2},{"addonId":69162,"type":2},{"addonId":287683,"type":2},{"addonId":247007,"type":2},{"addonId":239197,"type":2},{"addonId":223008,"type":2},{"addonId":226410,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3197609897,"invalidFingerprint":false},{"foldername":"com","fingerprint":2387104967,"invalidFingerprint":false},{"foldername":"nc","fingerprint":1930737187,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1653136930,"invalidFingerprint":false},{"foldername":"logo.jpg","fingerprint":100405902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2591457287,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3130895940,"invalidFingerprint":false}],"packageFingerprint":1944300791,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226254,"fileNameOnDisk":"NuclearCraft-2.18z-1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-16T23:49:58.235533Z","dateUpdated":"2023-07-16T23:49:58.2445278Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3784145,"fileName":"NuclearCraft-2.18zzz-1.12.2.jar","fileDate":"2022-05-08T16:21:04.653Z","fileLength":6902880,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3784/145/NuclearCraft-2.18zzz-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":2},{"addonId":226410,"type":2},{"addonId":242638,"type":2},{"addonId":227083,"type":2},{"addonId":293327,"type":2},{"addonId":74072,"type":2},{"addonId":268655,"type":2},{"addonId":287683,"type":2},{"addonId":223008,"type":2},{"addonId":268560,"type":2},{"addonId":69162,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":475357220,"invalidFingerprint":false},{"foldername":"nc","fingerprint":3042607388,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1653136930,"invalidFingerprint":false},{"foldername":"logo.jpg","fingerprint":100405902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3661713741,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3130895940,"invalidFingerprint":false}],"packageFingerprint":1047160627,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226254,"fileNameOnDisk":"NuclearCraft-2.18zzz-1.12.2.jar","hashes":[]}},{"instanceID":"e52445ad-ee8c-49c1-a83e-ded49484a73a","modSource":0,"addonID":236542,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Advanced Rocketry","modFolderPath":null,"fileNameOnDisk":"AdvancedRocketry-1.12.2-2.0.0-17.jar","authors":[{"Name":"zmaster587"}],"primaryAuthor":"zmaster587","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/39/232/256/256/635978074894958293.png","tags":[],"installedFile":{"id":4671856,"fileName":"AdvancedRocketry-1.12.2-2.0.0-17.jar","fileDate":"2023-07-30T00:54:24.513Z","fileLength":6107673,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/856/AdvancedRocketry-1.12.2-2.0.0-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236541,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1296109033,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2375024606,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1807259087,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":2184182530,"invalidFingerprint":false}],"packageFingerprint":2867958822,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236542,"fileNameOnDisk":"AdvancedRocketry-1.12.2-2.0.0-17.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:16.2147174Z","dateUpdated":"2023-07-31T03:13:21.0333178Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4671856,"fileName":"AdvancedRocketry-1.12.2-2.0.0-17.jar","fileDate":"2023-07-30T00:54:24.513Z","fileLength":6107673,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/856/AdvancedRocketry-1.12.2-2.0.0-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236541,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1296109033,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2375024606,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1807259087,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":2184182530,"invalidFingerprint":false}],"packageFingerprint":2867958822,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236542,"fileNameOnDisk":"AdvancedRocketry-1.12.2-2.0.0-17.jar","hashes":[]}},{"instanceID":"c186fd3a-b7c2-4809-bb3e-4625c5d8cec7","modSource":0,"addonID":252848,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Nature's Compass","modFolderPath":null,"fileNameOnDisk":"NaturesCompass-1.12.2-1.8.5.jar","authors":[{"Name":"Chaosyr"}],"primaryAuthor":"Chaosyr","primaryCategoryId":407,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/natures-compass","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/102/256/256/636131217371752080.png","tags":[],"installedFile":{"id":2893527,"fileName":"NaturesCompass-1.12.2-1.8.5.jar","fileDate":"2020-03-03T00:14:25.99Z","fileLength":196434,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2893/527/NaturesCompass-1.12.2-1.8.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2957643025,"invalidFingerprint":false},{"foldername":"com","fingerprint":2549658441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2803105534,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1397085287,"invalidFingerprint":false}],"packageFingerprint":198255722,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252848,"fileNameOnDisk":"NaturesCompass-1.12.2-1.8.5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:09.860036Z","dateUpdated":"2023-07-12T19:16:09.8640344Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2893527,"fileName":"NaturesCompass-1.12.2-1.8.5.jar","fileDate":"2020-03-03T00:14:25.99Z","fileLength":196434,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2893/527/NaturesCompass-1.12.2-1.8.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2957643025,"invalidFingerprint":false},{"foldername":"com","fingerprint":2549658441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2803105534,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1397085287,"invalidFingerprint":false}],"packageFingerprint":198255722,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252848,"fileNameOnDisk":"NaturesCompass-1.12.2-1.8.5.jar","hashes":[]}},{"instanceID":"919f9e1c-8392-46cd-97fa-106fd82a4060","modSource":0,"addonID":224218,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Compact Machines","modFolderPath":null,"fileNameOnDisk":"compactmachines3-1.12.2-3.0.18-b278.jar","authors":[{"Name":"davenonymous"},{"Name":"RobotGryphon"}],"primaryAuthor":"davenonymous","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/compact-machines","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/602/256/256/635460270800375500.png","tags":[],"installedFile":{"id":2707509,"fileName":"compactmachines3-1.12.2-3.0.18-b278.jar","fileDate":"2019-05-05T13:17:27.99Z","fileLength":730062,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/509/compactmachines3-1.12.2-3.0.18-b278.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2616997696,"invalidFingerprint":false},{"foldername":"org","fingerprint":2301521069,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4180937795,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2594948111,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4208003851,"invalidFingerprint":false}],"packageFingerprint":2656999452,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224218,"fileNameOnDisk":"compactmachines3-1.12.2-3.0.18-b278.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.0244489Z","dateUpdated":"2023-07-12T19:15:53.0274538Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2707509,"fileName":"compactmachines3-1.12.2-3.0.18-b278.jar","fileDate":"2019-05-05T13:17:27.99Z","fileLength":730062,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/509/compactmachines3-1.12.2-3.0.18-b278.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2616997696,"invalidFingerprint":false},{"foldername":"org","fingerprint":2301521069,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4180937795,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2594948111,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4208003851,"invalidFingerprint":false}],"packageFingerprint":2656999452,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224218,"fileNameOnDisk":"compactmachines3-1.12.2-3.0.18-b278.jar","hashes":[]}},{"instanceID":"abb5111f-10db-4956-a0e1-810169cfe340","modSource":0,"addonID":407632,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Farm","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-farm-1.0.2.28.jar","authors":[{"Name":"Tschipp"},{"Name":"Purplicious_Cow_"},{"Name":"RazzleberryFox"}],"primaryAuthor":"Tschipp","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania-farm","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/299/738/256/256/637354566134268935.png","tags":[],"installedFile":{"id":3213139,"fileName":"animania-1.12.2-farm-1.0.2.28.jar","fileDate":"2021-02-22T17:15:26.5Z","fileLength":5530204,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/139/animania-1.12.2-farm-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3760739025,"invalidFingerprint":false},{"foldername":"com","fingerprint":3502807840,"invalidFingerprint":false}],"packageFingerprint":1433273761,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407632,"fileNameOnDisk":"animania-1.12.2-farm-1.0.2.28.jar","hashes":[]},"dateInstalled":"2023-07-18T00:49:20.9403224Z","dateUpdated":"2023-07-18T00:49:20.9483203Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213139,"fileName":"animania-1.12.2-farm-1.0.2.28.jar","fileDate":"2021-02-22T17:15:26.5Z","fileLength":5530204,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/139/animania-1.12.2-farm-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3760739025,"invalidFingerprint":false},{"foldername":"com","fingerprint":3502807840,"invalidFingerprint":false}],"packageFingerprint":1433273761,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407632,"fileNameOnDisk":"animania-1.12.2-farm-1.0.2.28.jar","hashes":[]}},{"instanceID":"fca702a8-422b-40b9-a013-beaa05715941","modSource":0,"addonID":225643,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Botania","modFolderPath":null,"fileNameOnDisk":"Botania r1.10-364.4.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/botania","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/690/256/256/637958999552256716.png","tags":[],"installedFile":{"id":3330934,"fileName":"Botania r1.10-364.4.jar","fileDate":"2021-05-31T15:12:49.31Z","fileLength":13817704,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/934/Botania r1.10-364.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":238222,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4074037441,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":3675882,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1152924348,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4206274848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1923406233,"invalidFingerprint":false}],"packageFingerprint":2263235725,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225643,"fileNameOnDisk":"Botania r1.10-364.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:33.9280302Z","dateUpdated":"2023-07-12T19:16:33.9366182Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3330934,"fileName":"Botania r1.10-364.4.jar","fileDate":"2021-05-31T15:12:49.31Z","fileLength":13817704,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/934/Botania r1.10-364.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":238222,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4074037441,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":3675882,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1152924348,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4206274848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1923406233,"invalidFingerprint":false}],"packageFingerprint":2263235725,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225643,"fileNameOnDisk":"Botania r1.10-364.4.jar","hashes":[]}},{"instanceID":"64f99453-d77d-4e99-a069-1e216bf8f486","modSource":0,"addonID":229049,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Exploration","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-world.jar","authors":[{"Name":"MrTJP"},{"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-exploration","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/799/256/256/635634023364533590.png","tags":[],"installedFile":{"id":2745551,"fileName":"ProjectRed-1.12.2-4.9.4.120-world.jar","fileDate":"2019-07-21T17:56:56.223Z","fileLength":501169,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/551/ProjectRed-1.12.2-4.9.4.120-world.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2317825142,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2646077001,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2313955352,"invalidFingerprint":false}],"packageFingerprint":2798396102,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229049,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-world.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:21.6036356Z","dateUpdated":"2023-07-13T07:27:21.6056452Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745551,"fileName":"ProjectRed-1.12.2-4.9.4.120-world.jar","fileDate":"2019-07-21T17:56:56.223Z","fileLength":501169,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/551/ProjectRed-1.12.2-4.9.4.120-world.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2317825142,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2646077001,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2313955352,"invalidFingerprint":false}],"packageFingerprint":2798396102,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229049,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-world.jar","hashes":[]}},{"instanceID":"cb52068b-79c2-48d7-b94a-c547a8c06ed5","modSource":0,"addonID":232131,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Default Options","modFolderPath":null,"fileNameOnDisk":"DefaultOptions_1.12.2-9.2.8.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/default-options","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/25/393/256/256/635772772655629740.png","tags":[],"installedFile":{"id":2624732,"fileName":"DefaultOptions_1.12.2-9.2.8.jar","fileDate":"2018-10-05T21:44:14.44Z","fileLength":15056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2624/732/DefaultOptions_1.12.2-9.2.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3294340221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1062572878,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":184185658,"invalidFingerprint":false}],"packageFingerprint":1590672741,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"DefaultOptions_1.12.2-9.2.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.3579919Z","dateUpdated":"2023-07-12T19:16:48.3600087Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2624732,"fileName":"DefaultOptions_1.12.2-9.2.8.jar","fileDate":"2018-10-05T21:44:14.44Z","fileLength":15056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2624/732/DefaultOptions_1.12.2-9.2.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3294340221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1062572878,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":184185658,"invalidFingerprint":false}],"packageFingerprint":1590672741,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"DefaultOptions_1.12.2-9.2.8.jar","hashes":[]}},{"instanceID":"97d7e7fe-17fd-439c-ae4b-8ee69ba1c688","modSource":0,"addonID":482566,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Yet Another Recipe Conflict Fixer (YARCF) ","modFolderPath":null,"fileNameOnDisk":"YARCF-0.14(1.12.2).jar","authors":[{"Name":"SirOMGitsYOU"}],"primaryAuthor":"SirOMGitsYOU","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/yarcf","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/382/486/256/256/637566863550791806.png","tags":[],"installedFile":{"id":3310627,"fileName":"YARCF-0.14(1.12.2).jar","fileDate":"2021-05-15T15:21:32.947Z","fileLength":50125,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3310/627/YARCF-0.14(1.12.2).jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2205831005,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2553820757,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":156611196,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1687985805,"invalidFingerprint":false}],"packageFingerprint":1623731845,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":482566,"fileNameOnDisk":"YARCF-0.14(1.12.2).jar","hashes":[]},"dateInstalled":"2023-07-13T07:19:04.4227465Z","dateUpdated":"2023-07-13T07:19:04.426754Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3310627,"fileName":"YARCF-0.14(1.12.2).jar","fileDate":"2021-05-15T15:21:32.947Z","fileLength":50125,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3310/627/YARCF-0.14(1.12.2).jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2205831005,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2553820757,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":156611196,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1687985805,"invalidFingerprint":false}],"packageFingerprint":1623731845,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":482566,"fileNameOnDisk":"YARCF-0.14(1.12.2).jar","hashes":[]}},{"instanceID":"f6cae043-5cc2-4776-9651-fd51a1458068","modSource":0,"addonID":229080,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Morph","modFolderPath":null,"fileNameOnDisk":"Morph-1.12.2-7.2.1.jar","authors":[{"Name":"ohaiiChun"}],"primaryAuthor":"ohaiiChun","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/morph","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/459/904/256/256/637736832741025642.png","tags":[],"installedFile":{"id":2995522,"fileName":"Morph-1.12.2-7.2.1.jar","fileDate":"2020-07-03T14:07:43.43Z","fileLength":1061182,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2995/522/Morph-1.12.2-7.2.1.jar","isAlternate":false,"alternateFileId":2995524,"dependencies":[{"addonId":229060,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2219801132,"invalidFingerprint":false},{"foldername":"assets","fingerprint":185852344,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3704140439,"invalidFingerprint":false},{"foldername":"me","fingerprint":271020393,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1406459513,"invalidFingerprint":false}],"packageFingerprint":2326526977,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229080,"fileNameOnDisk":"Morph-1.12.2-7.2.1.jar","hashes":[]},"dateInstalled":"2023-07-13T07:17:23.6738606Z","dateUpdated":"2023-07-13T07:17:23.676869Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2995522,"fileName":"Morph-1.12.2-7.2.1.jar","fileDate":"2020-07-03T14:07:43.43Z","fileLength":1061182,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2995/522/Morph-1.12.2-7.2.1.jar","isAlternate":false,"alternateFileId":2995524,"dependencies":[{"addonId":229060,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2219801132,"invalidFingerprint":false},{"foldername":"assets","fingerprint":185852344,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3704140439,"invalidFingerprint":false},{"foldername":"me","fingerprint":271020393,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1406459513,"invalidFingerprint":false}],"packageFingerprint":2326526977,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229080,"fileNameOnDisk":"Morph-1.12.2-7.2.1.jar","hashes":[]}},{"instanceID":"0d32ef2a-cd98-4ae0-9c8f-ffded6444d50","modSource":0,"addonID":281791,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Career Bees","modFolderPath":null,"fileNameOnDisk":"careerbees-0.4.0.jar","authors":[{"Name":"RWTema"}],"primaryAuthor":"RWTema","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/career-bees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/546/256/256/636460868416814910.png","tags":[],"installedFile":{"id":2534481,"fileName":"careerbees-0.4.0.jar","fileDate":"2018-02-24T02:01:43.19Z","fileLength":676344,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2534/481/careerbees-0.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1188950733,"invalidFingerprint":false},{"foldername":"com","fingerprint":1048233810,"invalidFingerprint":false},{"foldername":"assets","fingerprint":764579520,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4013474319,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1156837785,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281791,"fileNameOnDisk":"careerbees-0.4.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.5202322Z","dateUpdated":"2023-07-12T19:15:42.523285Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2534481,"fileName":"careerbees-0.4.0.jar","fileDate":"2018-02-24T02:01:43.19Z","fileLength":676344,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2534/481/careerbees-0.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1188950733,"invalidFingerprint":false},{"foldername":"com","fingerprint":1048233810,"invalidFingerprint":false},{"foldername":"assets","fingerprint":764579520,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4013474319,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1156837785,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281791,"fileNameOnDisk":"careerbees-0.4.0.jar","hashes":[]}},{"instanceID":"53a5aa9c-e75a-45c3-8236-91b1c460351a","modSource":0,"addonID":267602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ConnectedTexturesMod","modFolderPath":null,"fileNameOnDisk":"CTM-MC1.12.2-1.0.2.31.jar","authors":[{"Name":"tterrag1098"}],"primaryAuthor":"tterrag1098","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ctm","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/102/452/256/256/636330854499701192.png","tags":[],"installedFile":{"id":2915363,"fileName":"CTM-MC1.12.2-1.0.2.31.jar","fileDate":"2020-03-29T00:19:35.12Z","fileLength":199045,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/363/CTM-MC1.12.2-1.0.2.31.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1347900495,"invalidFingerprint":false},{"foldername":"team","fingerprint":4133481161,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2449004281,"invalidFingerprint":false}],"packageFingerprint":1477774991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267602,"fileNameOnDisk":"CTM-MC1.12.2-1.0.2.31.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.315984Z","dateUpdated":"2023-07-12T19:15:48.3169835Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2915363,"fileName":"CTM-MC1.12.2-1.0.2.31.jar","fileDate":"2020-03-29T00:19:35.12Z","fileLength":199045,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/363/CTM-MC1.12.2-1.0.2.31.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1347900495,"invalidFingerprint":false},{"foldername":"team","fingerprint":4133481161,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2449004281,"invalidFingerprint":false}],"packageFingerprint":1477774991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267602,"fileNameOnDisk":"CTM-MC1.12.2-1.0.2.31.jar","hashes":[]}},{"instanceID":"2924ae0a-305d-4ab6-9aa2-7f682a82abd6","modSource":0,"addonID":286953,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PlayersDropHeads","modFolderPath":null,"fileNameOnDisk":"playersdropheads-1.12.x-1.1.0.jar","authors":[{"Name":"josephcsible"}],"primaryAuthor":"josephcsible","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/playersdropheads","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/140/541/256/256/636535685180608137.png","tags":[],"installedFile":{"id":2529710,"fileName":"playersdropheads-1.12.x-1.1.0.jar","fileDate":"2018-02-10T02:17:59.143Z","fileLength":5680,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2529/710/playersdropheads-1.12.x-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":732596191,"invalidFingerprint":false},{"foldername":"josephcsible","fingerprint":400547501,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288176555,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4215261872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":700731441,"invalidFingerprint":false}],"packageFingerprint":3011663116,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286953,"fileNameOnDisk":"playersdropheads-1.12.x-1.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.7609721Z","dateUpdated":"2023-07-12T19:15:50.7629051Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2529710,"fileName":"playersdropheads-1.12.x-1.1.0.jar","fileDate":"2018-02-10T02:17:59.143Z","fileLength":5680,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2529/710/playersdropheads-1.12.x-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":732596191,"invalidFingerprint":false},{"foldername":"josephcsible","fingerprint":400547501,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288176555,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4215261872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":700731441,"invalidFingerprint":false}],"packageFingerprint":3011663116,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286953,"fileNameOnDisk":"playersdropheads-1.12.x-1.1.0.jar","hashes":[]}},{"instanceID":"8ca36011-77a5-4941-88d3-319aef2eeebe","modSource":0,"addonID":231382,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Brandon's Core","modFolderPath":null,"fileNameOnDisk":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","authors":[{"Name":"brandon3055"}],"primaryAuthor":"brandon3055","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/brandons-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/329/256/256/635693356033460215.png","tags":[],"installedFile":{"id":3408276,"fileName":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","fileDate":"2021-08-01T06:21:57.003Z","fileLength":827900,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3408/276/BrandonsCore-1.12.2-2.4.20.162-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":349349018,"invalidFingerprint":false},{"foldername":"com","fingerprint":51706212,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672712101,"invalidFingerprint":false},{"foldername":"assets","fingerprint":729463193,"invalidFingerprint":false}],"packageFingerprint":960878632,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231382,"fileNameOnDisk":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:26.2465522Z","dateUpdated":"2023-07-12T19:25:14.2354931Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3408276,"fileName":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","fileDate":"2021-08-01T06:21:57.003Z","fileLength":827900,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3408/276/BrandonsCore-1.12.2-2.4.20.162-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":349349018,"invalidFingerprint":false},{"foldername":"com","fingerprint":51706212,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672712101,"invalidFingerprint":false},{"foldername":"assets","fingerprint":729463193,"invalidFingerprint":false}],"packageFingerprint":960878632,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231382,"fileNameOnDisk":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","hashes":[]}},{"instanceID":"0640c000-b281-477b-8e82-c696c07801f8","modSource":0,"addonID":278155,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Wizardry Mod","modFolderPath":null,"fileNameOnDisk":"wizardry-0.11.1.jar","authors":[{"Name":"Demoniaque1"},{"Name":"Escapee_"}],"primaryAuthor":"Demoniaque1","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/wizardry-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/122/233/256/256/636411393558114396.png","tags":[],"installedFile":{"id":3045584,"fileName":"wizardry-0.11.1.jar","fileDate":"2020-08-30T06:30:18.507Z","fileLength":12346171,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3045/584/wizardry-0.11.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":2},{"addonId":248453,"type":3},{"addonId":252910,"type":3},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4169816902,"invalidFingerprint":false},{"foldername":"com","fingerprint":2601156434,"invalidFingerprint":false},{"foldername":"assets","fingerprint":152894313,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":956669944,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3583574773,"invalidFingerprint":false}],"packageFingerprint":2838330315,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278155,"fileNameOnDisk":"wizardry-0.11.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:46.3423909Z","dateUpdated":"2023-07-12T19:15:46.3534053Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3045584,"fileName":"wizardry-0.11.1.jar","fileDate":"2020-08-30T06:30:18.507Z","fileLength":12346171,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3045/584/wizardry-0.11.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":2},{"addonId":248453,"type":3},{"addonId":252910,"type":3},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4169816902,"invalidFingerprint":false},{"foldername":"com","fingerprint":2601156434,"invalidFingerprint":false},{"foldername":"assets","fingerprint":152894313,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":956669944,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3583574773,"invalidFingerprint":false}],"packageFingerprint":2838330315,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278155,"fileNameOnDisk":"wizardry-0.11.1.jar","hashes":[]}},{"instanceID":"d652e03f-5768-4486-86c4-1a2457154fc6","modSource":0,"addonID":242818,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CodeChicken Lib 1.8.+","modFolderPath":null,"fileNameOnDisk":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","authors":[{"Name":"covers1624"},{"Name":"Chicken_Bones"}],"primaryAuthor":"covers1624","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/36/121/256/256/635934545550873146.jpeg","tags":[],"installedFile":{"id":2779848,"fileName":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","fileDate":"2019-09-06T23:00:03.483Z","fileLength":704330,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar","isAlternate":false,"alternateFileId":2779849,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4021114675,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3618322680,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":3367392570,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2473310429,"invalidFingerprint":false}],"packageFingerprint":2940918666,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242818,"fileNameOnDisk":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:51.1982472Z","dateUpdated":"2023-07-12T19:15:51.2012408Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2779848,"fileName":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","fileDate":"2019-09-06T23:00:03.483Z","fileLength":704330,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar","isAlternate":false,"alternateFileId":2779849,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4021114675,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3618322680,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":3367392570,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2473310429,"invalidFingerprint":false}],"packageFingerprint":2940918666,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242818,"fileNameOnDisk":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","hashes":[]}},{"instanceID":"ffaafb14-a7b9-4848-882b-b1a5e7d2c1b7","modSource":0,"addonID":261505,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Villager Market","modFolderPath":null,"fileNameOnDisk":"villager-market-1.12.2-1.0.2.jar","authors":[{"Name":"face_of_cat"}],"primaryAuthor":"face_of_cat","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/villager-market","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/89/909/256/256/636235059904992907.png","tags":[],"installedFile":{"id":2882805,"fileName":"villager-market-1.12.2-1.0.2.jar","fileDate":"2020-02-16T08:50:50.797Z","fileLength":117583,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2882/805/villager-market-1.12.2-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2495979725,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2111076449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":114822227,"invalidFingerprint":false},{"foldername":"net","fingerprint":266649294,"invalidFingerprint":false}],"packageFingerprint":649257970,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261505,"fileNameOnDisk":"villager-market-1.12.2-1.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.2448681Z","dateUpdated":"2023-07-12T19:16:48.2468551Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2882805,"fileName":"villager-market-1.12.2-1.0.2.jar","fileDate":"2020-02-16T08:50:50.797Z","fileLength":117583,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2882/805/villager-market-1.12.2-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2495979725,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2111076449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":114822227,"invalidFingerprint":false},{"foldername":"net","fingerprint":266649294,"invalidFingerprint":false}],"packageFingerprint":649257970,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261505,"fileNameOnDisk":"villager-market-1.12.2-1.0.2.jar","hashes":[]}},{"instanceID":"575cfece-0f8d-45ea-a000-6891fb851441","modSource":0,"addonID":235595,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Not Enough Wands","modFolderPath":null,"fileNameOnDisk":"notenoughwands-1.12-1.8.1.jar","authors":[{"Name":"romelo333"},{"Name":"McJty"}],"primaryAuthor":"romelo333","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/not-enough-wands","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/24/998/256/256/635766264574784801.png","tags":[],"installedFile":{"id":2705633,"fileName":"notenoughwands-1.12-1.8.1.jar","fileDate":"2019-04-30T17:03:28.463Z","fileLength":165034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/633/notenoughwands-1.12-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2613056441,"invalidFingerprint":false},{"foldername":"romelo333","fingerprint":2571620454,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":693838925,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":267052482,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2778029805,"invalidFingerprint":false}],"packageFingerprint":180238383,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235595,"fileNameOnDisk":"notenoughwands-1.12-1.8.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.0554415Z","dateUpdated":"2023-07-12T19:15:43.057444Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2705633,"fileName":"notenoughwands-1.12-1.8.1.jar","fileDate":"2019-04-30T17:03:28.463Z","fileLength":165034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/633/notenoughwands-1.12-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2613056441,"invalidFingerprint":false},{"foldername":"romelo333","fingerprint":2571620454,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":693838925,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":267052482,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2778029805,"invalidFingerprint":false}],"packageFingerprint":180238383,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235595,"fileNameOnDisk":"notenoughwands-1.12-1.8.1.jar","hashes":[]}},{"instanceID":"15e59987-9e02-48ed-97dd-322b8cd2f6e0","modSource":0,"addonID":239431,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MCMultiPart","modFolderPath":null,"fileNameOnDisk":"MCMultiPart-2.5.3.jar","authors":[{"Name":"amadornes"}],"primaryAuthor":"amadornes","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mcmultipart","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/31/104/256/256/635874848790143110.png","tags":[],"installedFile":{"id":2615930,"fileName":"MCMultiPart-2.5.3.jar","fileDate":"2018-09-11T21:00:45.503Z","fileLength":173426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2615/930/MCMultiPart-2.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3576270927,"invalidFingerprint":false},{"foldername":"mcmultipart","fingerprint":170272001,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2438513077,"invalidFingerprint":false}],"packageFingerprint":909753984,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239431,"fileNameOnDisk":"MCMultiPart-2.5.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:58.5066329Z","dateUpdated":"2023-07-12T19:15:58.5086485Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2615930,"fileName":"MCMultiPart-2.5.3.jar","fileDate":"2018-09-11T21:00:45.503Z","fileLength":173426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2615/930/MCMultiPart-2.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3576270927,"invalidFingerprint":false},{"foldername":"mcmultipart","fingerprint":170272001,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2438513077,"invalidFingerprint":false}],"packageFingerprint":909753984,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239431,"fileNameOnDisk":"MCMultiPart-2.5.3.jar","hashes":[]}},{"instanceID":"09c00897-c1fc-47c1-b88e-77fd89841880","modSource":0,"addonID":306549,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tips","modFolderPath":null,"fileNameOnDisk":"Tips-1.12.2-1.0.9.jar","authors":[{"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tips","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/560/216/256/256/637910907729042271.png","tags":[],"installedFile":{"id":2906537,"fileName":"Tips-1.12.2-1.0.9.jar","fileDate":"2020-03-20T22:49:25.26Z","fileLength":20578,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2906/537/Tips-1.12.2-1.0.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107364681,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2896935141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1728696873,"invalidFingerprint":false},{"foldername":"net","fingerprint":3961213552,"invalidFingerprint":false}],"packageFingerprint":2103900296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306549,"fileNameOnDisk":"Tips-1.12.2-1.0.9.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:39.3974144Z","dateUpdated":"2023-07-12T19:16:39.3994112Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2906537,"fileName":"Tips-1.12.2-1.0.9.jar","fileDate":"2020-03-20T22:49:25.26Z","fileLength":20578,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2906/537/Tips-1.12.2-1.0.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107364681,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2896935141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1728696873,"invalidFingerprint":false},{"foldername":"net","fingerprint":3961213552,"invalidFingerprint":false}],"packageFingerprint":2103900296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306549,"fileNameOnDisk":"Tips-1.12.2-1.0.9.jar","hashes":[]}},{"instanceID":"13ad7140-10b6-4d80-9aab-83dc226ccfc1","modSource":0,"addonID":281657,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ME Capability Adapter","modFolderPath":null,"fileNameOnDisk":"capabilityadapter-1.1.3.jar","authors":[{"Name":"rfctksSparkle"}],"primaryAuthor":"rfctksSparkle","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/capability-adapter","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/328/256/256/636459514229580290.jpeg","tags":[],"installedFile":{"id":3474317,"fileName":"capabilityadapter-1.1.3.jar","fileDate":"2021-09-26T21:31:51.793Z","fileLength":81749,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3474/317/capabilityadapter-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2991576662,"invalidFingerprint":false},{"foldername":"me","fingerprint":2470111891,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1003127898,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1203101350,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2177560644,"invalidFingerprint":false}],"packageFingerprint":4115154708,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281657,"fileNameOnDisk":"capabilityadapter-1.1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.9643026Z","dateUpdated":"2023-07-12T19:25:15.9178495Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3474317,"fileName":"capabilityadapter-1.1.3.jar","fileDate":"2021-09-26T21:31:51.793Z","fileLength":81749,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3474/317/capabilityadapter-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2991576662,"invalidFingerprint":false},{"foldername":"me","fingerprint":2470111891,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1003127898,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1203101350,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2177560644,"invalidFingerprint":false}],"packageFingerprint":4115154708,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281657,"fileNameOnDisk":"capabilityadapter-1.1.3.jar","hashes":[]}},{"instanceID":"da7a73e5-72b8-456d-9f98-a1211a51802b","modSource":0,"addonID":245174,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ender Storage 1.8.+","modFolderPath":null,"fileNameOnDisk":"EnderStorage-1.12.2-2.4.6.137-universal.jar","authors":[{"Name":"covers1624"},{"Name":"Chicken_Bones"}],"primaryAuthor":"covers1624","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/133/874/256/256/636487132065959761.png","tags":[],"installedFile":{"id":2755787,"fileName":"EnderStorage-1.12.2-2.4.6.137-universal.jar","fileDate":"2019-08-06T08:46:44.31Z","fileLength":223250,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar","isAlternate":false,"alternateFileId":2755788,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2174987299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2967838152,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":708585167,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1635696721,"invalidFingerprint":false}],"packageFingerprint":3887579715,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245174,"fileNameOnDisk":"EnderStorage-1.12.2-2.4.6.137-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.4388052Z","dateUpdated":"2023-07-12T19:16:29.4418589Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2755787,"fileName":"EnderStorage-1.12.2-2.4.6.137-universal.jar","fileDate":"2019-08-06T08:46:44.31Z","fileLength":223250,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar","isAlternate":false,"alternateFileId":2755788,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2174987299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2967838152,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":708585167,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1635696721,"invalidFingerprint":false}],"packageFingerprint":3887579715,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245174,"fileNameOnDisk":"EnderStorage-1.12.2-2.4.6.137-universal.jar","hashes":[]}},{"instanceID":"42501189-417c-4c14-9c7b-2c7f87b2ba43","modSource":0,"addonID":244651,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TESLA","modFolderPath":null,"fileNameOnDisk":"Tesla-1.12.2-1.0.63.jar","authors":[{"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tesla","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/45/735/256/256/636046612990871932.png","tags":[],"installedFile":{"id":2487959,"fileName":"Tesla-1.12.2-1.0.63.jar","fileDate":"2017-10-06T17:23:43.737Z","fileLength":30925,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2487/959/Tesla-1.12.2-1.0.63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3894728221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1348759901,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2481044327,"invalidFingerprint":false},{"foldername":"net","fingerprint":2323382832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3098370195,"invalidFingerprint":false}],"packageFingerprint":630001425,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244651,"fileNameOnDisk":"Tesla-1.12.2-1.0.63.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.49653Z","dateUpdated":"2023-07-12T19:16:20.4995287Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2487959,"fileName":"Tesla-1.12.2-1.0.63.jar","fileDate":"2017-10-06T17:23:43.737Z","fileLength":30925,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2487/959/Tesla-1.12.2-1.0.63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3894728221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1348759901,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2481044327,"invalidFingerprint":false},{"foldername":"net","fingerprint":2323382832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3098370195,"invalidFingerprint":false}],"packageFingerprint":630001425,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244651,"fileNameOnDisk":"Tesla-1.12.2-1.0.63.jar","hashes":[]}},{"instanceID":"962be19c-93a6-4880-91ce-666b6107ee00","modSource":0,"addonID":247921,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ZeroCore 2","modFolderPath":null,"fileNameOnDisk":"zerocore-1.12.2-0.1.2.9.jar","authors":[{"Name":"ZeroNoRyouki"}],"primaryAuthor":"ZeroNoRyouki","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/zerocore","thumbnailUrl":"https://media.forgecdn.net/attachments/thumbnails/65/877/310/172/2016-07-19_20.png","tags":[],"installedFile":{"id":3194743,"fileName":"zerocore-1.12.2-0.1.2.9.jar","fileDate":"2021-02-06T15:37:10.737Z","fileLength":227426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/743/zerocore-1.12.2-0.1.2.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":637447947,"invalidFingerprint":false},{"foldername":"it","fingerprint":3376582779,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2629969224,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2361963726,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1253542887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":51695785,"invalidFingerprint":false}],"packageFingerprint":1670714634,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247921,"fileNameOnDisk":"zerocore-1.12.2-0.1.2.9.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.2177491Z","dateUpdated":"2023-07-12T19:25:27.5119115Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3194743,"fileName":"zerocore-1.12.2-0.1.2.9.jar","fileDate":"2021-02-06T15:37:10.737Z","fileLength":227426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/743/zerocore-1.12.2-0.1.2.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":637447947,"invalidFingerprint":false},{"foldername":"it","fingerprint":3376582779,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2629969224,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2361963726,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1253542887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":51695785,"invalidFingerprint":false}],"packageFingerprint":1670714634,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247921,"fileNameOnDisk":"zerocore-1.12.2-0.1.2.9.jar","hashes":[]}},{"instanceID":"d79fcf3b-adc2-41f4-986e-1f21f7698238","modSource":0,"addonID":237307,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cosmetic Armor Reworked","modFolderPath":null,"fileNameOnDisk":"CosmeticArmorReworked-1.12.2-v5a.jar","authors":[{"Name":"LainMI"}],"primaryAuthor":"LainMI","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/27/600/256/256/635812915333870435.png","tags":[],"installedFile":{"id":2937869,"fileName":"CosmeticArmorReworked-1.12.2-v5a.jar","fileDate":"2020-04-22T22:07:29.417Z","fileLength":72111,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2937/869/CosmeticArmorReworked-1.12.2-v5a.jar","isAlternate":false,"alternateFileId":2937870,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1808845874,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2989088557,"invalidFingerprint":false},{"foldername":"lain","fingerprint":521574899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":912590962,"invalidFingerprint":false}],"packageFingerprint":2918049805,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"CosmeticArmorReworked-1.12.2-v5a.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:42.2925227Z","dateUpdated":"2023-07-12T19:16:42.2945023Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2937869,"fileName":"CosmeticArmorReworked-1.12.2-v5a.jar","fileDate":"2020-04-22T22:07:29.417Z","fileLength":72111,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2937/869/CosmeticArmorReworked-1.12.2-v5a.jar","isAlternate":false,"alternateFileId":2937870,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1808845874,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2989088557,"invalidFingerprint":false},{"foldername":"lain","fingerprint":521574899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":912590962,"invalidFingerprint":false}],"packageFingerprint":2918049805,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"CosmeticArmorReworked-1.12.2-v5a.jar","hashes":[]}},{"instanceID":"3c442552-6f44-448a-91c9-bfa7d8e6c552","modSource":0,"addonID":811828,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PackagedAstral","modFolderPath":null,"fileNameOnDisk":"PackagedAstral-1.12.2-1.0.2.8.jar","authors":[{"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/packagedastral","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/759/528/256/256/638095905122883877.png","tags":[],"installedFile":{"id":4681127,"fileName":"PackagedAstral-1.12.2-1.0.2.8.jar","fileDate":"2023-08-03T21:30:05.57Z","fileLength":368245,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4681/127/PackagedAstral-1.12.2-1.0.2.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":241721,"type":3},{"addonId":308380,"type":3},{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3049820854,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3741773278,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":4080727722,"invalidFingerprint":false}],"packageFingerprint":2179412326,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":811828,"fileNameOnDisk":"PackagedAstral-1.12.2-1.0.2.8.jar","hashes":[]},"dateInstalled":"2023-08-04T23:59:35.1915677Z","dateUpdated":"2023-08-04T23:59:35.1936335Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4681127,"fileName":"PackagedAstral-1.12.2-1.0.2.8.jar","fileDate":"2023-08-03T21:30:05.57Z","fileLength":368245,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4681/127/PackagedAstral-1.12.2-1.0.2.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":241721,"type":3},{"addonId":308380,"type":3},{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3049820854,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3741773278,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":4080727722,"invalidFingerprint":false}],"packageFingerprint":2179412326,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":811828,"fileNameOnDisk":"PackagedAstral-1.12.2-1.0.2.8.jar","hashes":[]}},{"instanceID":"8b5c2ff0-4b4d-4571-abfb-72e3f852a96e","modSource":0,"addonID":271835,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Cultivation","modFolderPath":null,"fileNameOnDisk":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/890/256/256/637640074891493203.png","tags":[],"installedFile":{"id":2920437,"fileName":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:53:05.083Z","fileLength":98845,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/437/ThermalCultivation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":988544643,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":4130900276,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3576691803,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4062564401,"invalidFingerprint":false}],"packageFingerprint":737202088,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271835,"fileNameOnDisk":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.6492809Z","dateUpdated":"2023-07-12T19:15:43.6512818Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920437,"fileName":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:53:05.083Z","fileLength":98845,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/437/ThermalCultivation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":988544643,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":4130900276,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3576691803,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4062564401,"invalidFingerprint":false}],"packageFingerprint":737202088,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271835,"fileNameOnDisk":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","hashes":[]}},{"instanceID":"ed45209b-1a94-4c2b-8205-7b18c98cfb44","modSource":0,"addonID":220318,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Biomes O' Plenty","modFolderPath":null,"fileNameOnDisk":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","authors":[{"Name":"Forstride"},{"Name":"TheAdubbz"}],"primaryAuthor":"Forstride","primaryCategoryId":407,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/477/194/256/256/637771671789296797.png","tags":[],"installedFile":{"id":3558882,"fileName":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","fileDate":"2021-12-10T22:26:48.903Z","fileLength":4746208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3558/882/BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3263641587,"invalidFingerprint":false},{"foldername":"biomesoplenty","fingerprint":1583103307,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2878218662,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2922892018,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3320843694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2585792492,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":492397021,"invalidFingerprint":false}],"packageFingerprint":900488714,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220318,"fileNameOnDisk":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:39.3908188Z","dateUpdated":"2023-07-12T19:25:17.8640374Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3558882,"fileName":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","fileDate":"2021-12-10T22:26:48.903Z","fileLength":4746208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3558/882/BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3263641587,"invalidFingerprint":false},{"foldername":"biomesoplenty","fingerprint":1583103307,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2878218662,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2922892018,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3320843694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2585792492,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":492397021,"invalidFingerprint":false}],"packageFingerprint":900488714,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220318,"fileNameOnDisk":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","hashes":[]}},{"instanceID":"009a0792-fab5-46eb-a144-b5600f14023b","modSource":0,"addonID":247665,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extra Rails","modFolderPath":null,"fileNameOnDisk":"ExtraRails-1.12-1.3.0.jar","authors":[{"Name":"ShadowfactsDev"}],"primaryAuthor":"ShadowfactsDev","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extra-rails","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/45/550/256/256/636044381231651005.png","tags":[],"installedFile":{"id":2441517,"fileName":"ExtraRails-1.12-1.3.0.jar","fileDate":"2017-06-25T20:23:16.357Z","fileLength":53565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/517/ExtraRails-1.12-1.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":226780,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2582854187,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4107851979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":486936271,"invalidFingerprint":false}],"packageFingerprint":2452788752,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247665,"fileNameOnDisk":"ExtraRails-1.12-1.3.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.0870279Z","dateUpdated":"2023-07-12T19:16:23.0890249Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2441517,"fileName":"ExtraRails-1.12-1.3.0.jar","fileDate":"2017-06-25T20:23:16.357Z","fileLength":53565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/517/ExtraRails-1.12-1.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":226780,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2582854187,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4107851979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":486936271,"invalidFingerprint":false}],"packageFingerprint":2452788752,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247665,"fileNameOnDisk":"ExtraRails-1.12-1.3.0.jar","hashes":[]}},{"instanceID":"7d1f65c8-8a19-499d-bb9e-cc5550b77c63","modSource":0,"addonID":70631,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Redstone Arsenal","modFolderPath":null,"fileNameOnDisk":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/redstone-arsenal","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/5/264/256/256/635351429324826696.png","tags":[],"installedFile":{"id":2939416,"fileName":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","fileDate":"2020-04-24T16:51:36.35Z","fileLength":243859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2939/416/RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2589186744,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":741953919,"invalidFingerprint":false},{"foldername":"assets","fingerprint":66382857,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2760048822,"invalidFingerprint":false}],"packageFingerprint":1856421527,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70631,"fileNameOnDisk":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.155788Z","dateUpdated":"2023-07-12T19:15:53.1587946Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2939416,"fileName":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","fileDate":"2020-04-24T16:51:36.35Z","fileLength":243859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2939/416/RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2589186744,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":741953919,"invalidFingerprint":false},{"foldername":"assets","fingerprint":66382857,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2760048822,"invalidFingerprint":false}],"packageFingerprint":1856421527,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70631,"fileNameOnDisk":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","hashes":[]}},{"instanceID":"365102f0-68b8-49b5-86f2-434a55b60e47","modSource":0,"addonID":227639,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"The Twilight Forest","modFolderPath":null,"fileNameOnDisk":"twilightforest-1.12.2-3.11.1021-universal.jar","authors":[{"Name":"Benimatic"},{"Name":"Tamaized"},{"Name":"jodlodi"},{"Name":"Squiggly_Androsa"},{"Name":"Drullkus"},{"Name":"GizmoTheMoonPig"}],"primaryAuthor":"Benimatic","primaryCategoryId":410,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/14/212/256/256/635589178760357568.png","tags":[],"installedFile":{"id":3051450,"fileName":"twilightforest-1.12.2-3.11.1021-universal.jar","fileDate":"2020-09-07T07:22:03.907Z","fileLength":28721862,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3051/450/twilightforest-1.12.2-3.11.1021-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":2},{"addonId":267602,"type":3},{"addonId":306770,"type":3},{"addonId":231951,"type":2},{"addonId":227083,"type":2},{"addonId":223628,"type":2},{"addonId":293702,"type":2},{"addonId":235279,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4235432373,"invalidFingerprint":false},{"foldername":"twilightforest","fingerprint":150600564,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2811741445,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1371294477,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4231036876,"invalidFingerprint":false}],"packageFingerprint":3811129807,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227639,"fileNameOnDisk":"twilightforest-1.12.2-3.11.1021-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:51.0162418Z","dateUpdated":"2023-07-12T19:16:51.0352278Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3051450,"fileName":"twilightforest-1.12.2-3.11.1021-universal.jar","fileDate":"2020-09-07T07:22:03.907Z","fileLength":28721862,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3051/450/twilightforest-1.12.2-3.11.1021-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":2},{"addonId":267602,"type":3},{"addonId":306770,"type":3},{"addonId":231951,"type":2},{"addonId":227083,"type":2},{"addonId":223628,"type":2},{"addonId":293702,"type":2},{"addonId":235279,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4235432373,"invalidFingerprint":false},{"foldername":"twilightforest","fingerprint":150600564,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2811741445,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1371294477,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4231036876,"invalidFingerprint":false}],"packageFingerprint":3811129807,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227639,"fileNameOnDisk":"twilightforest-1.12.2-3.11.1021-universal.jar","hashes":[]}},{"instanceID":"e84e34a7-c889-4076-9611-5c39160bc1b0","modSource":0,"addonID":223891,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MalisisDoors","modFolderPath":null,"fileNameOnDisk":"malisisdoors-1.12.2-7.3.0.jar","authors":[{"Name":"Ordinastie"}],"primaryAuthor":"Ordinastie","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/malisisdoors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/28/469/256/256/635827874832115924.png","tags":[],"installedFile":{"id":2526674,"fileName":"malisisdoors-1.12.2-7.3.0.jar","fileDate":"2018-02-01T09:31:04.867Z","fileLength":1741669,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/674/malisisdoors-1.12.2-7.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223896,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":10076289,"invalidFingerprint":false},{"foldername":"net","fingerprint":2022220769,"invalidFingerprint":false},{"foldername":"malisisdoors.png","fingerprint":2254254345,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":249204272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4155197870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":365033478,"invalidFingerprint":false}],"packageFingerprint":2375017557,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223891,"fileNameOnDisk":"malisisdoors-1.12.2-7.3.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.1633745Z","dateUpdated":"2023-07-12T19:16:29.1678112Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2526674,"fileName":"malisisdoors-1.12.2-7.3.0.jar","fileDate":"2018-02-01T09:31:04.867Z","fileLength":1741669,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/674/malisisdoors-1.12.2-7.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223896,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":10076289,"invalidFingerprint":false},{"foldername":"net","fingerprint":2022220769,"invalidFingerprint":false},{"foldername":"malisisdoors.png","fingerprint":2254254345,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":249204272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4155197870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":365033478,"invalidFingerprint":false}],"packageFingerprint":2375017557,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223891,"fileNameOnDisk":"malisisdoors-1.12.2-7.3.0.jar","hashes":[]}},{"instanceID":"6dc414ef-717c-485f-ab57-07324a9e2598","modSource":0,"addonID":263980,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TATW","modFolderPath":null,"fileNameOnDisk":"Tatw-1.12.2-1.0.1.2.b27.jar","authors":[{"Name":"Aroma1997"}],"primaryAuthor":"Aroma1997","primaryCategoryId":429,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tatw","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/93/553/256/256/636263983088430641.png","tags":[],"installedFile":{"id":2585616,"fileName":"Tatw-1.12.2-1.0.1.2.b27.jar","fileDate":"2018-07-18T16:37:46.72Z","fileLength":41276,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2585/616/Tatw-1.12.2-1.0.1.2.b27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3},{"addonId":242638,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3017205171,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":4062077704,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2169785417,"invalidFingerprint":false}],"packageFingerprint":313842268,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263980,"fileNameOnDisk":"Tatw-1.12.2-1.0.1.2.b27.jar","hashes":[]},"dateInstalled":"2023-07-23T05:51:57.4775771Z","dateUpdated":"2023-07-23T05:51:57.4805457Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2585616,"fileName":"Tatw-1.12.2-1.0.1.2.b27.jar","fileDate":"2018-07-18T16:37:46.72Z","fileLength":41276,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2585/616/Tatw-1.12.2-1.0.1.2.b27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3},{"addonId":242638,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3017205171,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":4062077704,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2169785417,"invalidFingerprint":false}],"packageFingerprint":313842268,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263980,"fileNameOnDisk":"Tatw-1.12.2-1.0.1.2.b27.jar","hashes":[]}},{"instanceID":"6d3800bc-188f-4551-9099-dd24ce7d9d39","modSource":0,"addonID":238372,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Neat","modFolderPath":null,"fileNameOnDisk":"Neat 1.4-17.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/neat","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/684/256/256/637958998850280257.png","tags":[],"installedFile":{"id":2595310,"fileName":"Neat 1.4-17.jar","fileDate":"2018-07-30T23:34:03.487Z","fileLength":18527,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2595/310/Neat 1.4-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3517812427,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1010376498,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":453550318,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1959918163,"invalidFingerprint":false}],"packageFingerprint":851629213,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238372,"fileNameOnDisk":"Neat 1.4-17.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.3346402Z","dateUpdated":"2023-07-12T19:16:24.3376403Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2595310,"fileName":"Neat 1.4-17.jar","fileDate":"2018-07-30T23:34:03.487Z","fileLength":18527,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2595/310/Neat 1.4-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3517812427,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1010376498,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":453550318,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1959918163,"invalidFingerprint":false}],"packageFingerprint":851629213,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238372,"fileNameOnDisk":"Neat 1.4-17.jar","hashes":[]}},{"instanceID":"fc955089-2956-4a71-9730-9af9e1b1e15e","modSource":0,"addonID":308380,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PackagedAuto","modFolderPath":null,"fileNameOnDisk":"PackagedAuto-1.12.2-1.0.9.33.jar","authors":[{"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/packagedauto","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/180/855/256/256/636796143936766724.png","tags":[],"installedFile":{"id":4678906,"fileName":"PackagedAuto-1.12.2-1.0.9.33.jar","fileDate":"2023-08-02T17:36:46.607Z","fileLength":244668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4678/906/PackagedAuto-1.12.2-1.0.9.33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":648045897,"invalidFingerprint":false},{"foldername":"assets","fingerprint":851585783,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":746411488,"invalidFingerprint":false}],"packageFingerprint":358376014,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308380,"fileNameOnDisk":"PackagedAuto-1.12.2-1.0.9.33.jar","hashes":[]},"dateInstalled":"2023-08-04T23:59:30.3768062Z","dateUpdated":"2023-08-04T23:59:30.378749Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4678906,"fileName":"PackagedAuto-1.12.2-1.0.9.33.jar","fileDate":"2023-08-02T17:36:46.607Z","fileLength":244668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4678/906/PackagedAuto-1.12.2-1.0.9.33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":648045897,"invalidFingerprint":false},{"foldername":"assets","fingerprint":851585783,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":746411488,"invalidFingerprint":false}],"packageFingerprint":358376014,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308380,"fileNameOnDisk":"PackagedAuto-1.12.2-1.0.9.33.jar","hashes":[]}},{"instanceID":"cb9250ff-0ad0-4074-b51e-3979ad62b49b","modSource":0,"addonID":307416,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Sleep","modFolderPath":null,"fileNameOnDisk":"JustSleep-1.0.0.1.jar","authors":[{"Name":"modmuss50"}],"primaryAuthor":"modmuss50","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-sleep","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/179/172/256/256/636784045568071942.png","tags":[],"installedFile":{"id":2640024,"fileName":"JustSleep-1.0.0.1.jar","fileDate":"2018-11-21T14:11:53.823Z","fileLength":8275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2640/24/JustSleep-1.0.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":237903,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3401721560,"invalidFingerprint":false},{"foldername":"me","fingerprint":556312261,"invalidFingerprint":false}],"packageFingerprint":209748871,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":307416,"fileNameOnDisk":"JustSleep-1.0.0.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.8930564Z","dateUpdated":"2023-07-12T19:16:29.8970563Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2640024,"fileName":"JustSleep-1.0.0.1.jar","fileDate":"2018-11-21T14:11:53.823Z","fileLength":8275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2640/24/JustSleep-1.0.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":237903,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3401721560,"invalidFingerprint":false},{"foldername":"me","fingerprint":556312261,"invalidFingerprint":false}],"packageFingerprint":209748871,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":307416,"fileNameOnDisk":"JustSleep-1.0.0.1.jar","hashes":[]}},{"instanceID":"26f13721-ac87-408e-b324-f17fa7a377a9","modSource":0,"addonID":231484,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cooking for Blockheads","modFolderPath":null,"fileNameOnDisk":"CookingForBlockheads_1.12.2-6.5.0.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cooking-for-blockheads","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/465/256/256/635695679965732511.png","tags":[],"installedFile":{"id":2862651,"fileName":"CookingForBlockheads_1.12.2-6.5.0.jar","fileDate":"2020-01-17T19:13:26.813Z","fileLength":595301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2862/651/CookingForBlockheads_1.12.2-6.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222348,"type":2},{"addonId":235328,"type":2},{"addonId":242247,"type":2},{"addonId":221857,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1299383725,"invalidFingerprint":false},{"foldername":"net","fingerprint":2347650828,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987210703,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1234368608,"invalidFingerprint":false}],"packageFingerprint":1328269960,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231484,"fileNameOnDisk":"CookingForBlockheads_1.12.2-6.5.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.8445843Z","dateUpdated":"2023-07-12T19:16:13.8485872Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2862651,"fileName":"CookingForBlockheads_1.12.2-6.5.0.jar","fileDate":"2020-01-17T19:13:26.813Z","fileLength":595301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2862/651/CookingForBlockheads_1.12.2-6.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222348,"type":2},{"addonId":235328,"type":2},{"addonId":242247,"type":2},{"addonId":221857,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1299383725,"invalidFingerprint":false},{"foldername":"net","fingerprint":2347650828,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987210703,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1234368608,"invalidFingerprint":false}],"packageFingerprint":1328269960,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231484,"fileNameOnDisk":"CookingForBlockheads_1.12.2-6.5.0.jar","hashes":[]}},{"instanceID":"aeda07a6-1ba0-4a22-a7ed-d7dec243b6a2","modSource":0,"addonID":293752,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Essentials","modFolderPath":null,"fileNameOnDisk":"essentials-1.12.2-1.2.1.jar","authors":[{"Name":"Technomancer_isTaken"}],"primaryAuthor":"Technomancer_isTaken","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/essentials","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/153/161/256/256/636616661829899533.png","tags":[],"installedFile":{"id":2709104,"fileName":"essentials-1.12.2-1.2.1.jar","fileDate":"2019-05-10T00:34:33.477Z","fileLength":192176,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2709/104/essentials-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1468901096,"invalidFingerprint":false},{"foldername":"com","fingerprint":2534873888,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3771457233,"invalidFingerprint":false},{"foldername":"data","fingerprint":1977386734,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3887606658,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3174884460,"invalidFingerprint":false}],"packageFingerprint":3304126230,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293752,"fileNameOnDisk":"essentials-1.12.2-1.2.1.jar","hashes":[]},"dateInstalled":"2023-07-13T07:12:22.7234776Z","dateUpdated":"2023-07-13T07:12:22.7264698Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2709104,"fileName":"essentials-1.12.2-1.2.1.jar","fileDate":"2019-05-10T00:34:33.477Z","fileLength":192176,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2709/104/essentials-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1468901096,"invalidFingerprint":false},{"foldername":"com","fingerprint":2534873888,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3771457233,"invalidFingerprint":false},{"foldername":"data","fingerprint":1977386734,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3887606658,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3174884460,"invalidFingerprint":false}],"packageFingerprint":3304126230,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293752,"fileNameOnDisk":"essentials-1.12.2-1.2.1.jar","hashes":[]}},{"instanceID":"d26308e9-4599-49d5-8a1b-8671a5306e73","modSource":0,"addonID":250294,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Modular Routers","modFolderPath":null,"fileNameOnDisk":"modular-routers-1.12.2-3.3.0-33.jar","authors":[{"Name":"desht_08"}],"primaryAuthor":"desht_08","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modular-routers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/422/256/256/636077747385695421.png","tags":[],"installedFile":{"id":2954953,"fileName":"modular-routers-1.12.2-3.3.0-33.jar","fileDate":"2020-05-12T15:02:48.113Z","fileLength":754883,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2954/953/modular-routers-1.12.2-3.3.0-33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":685196412,"invalidFingerprint":false},{"foldername":"me","fingerprint":4201715250,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3770845193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3686308497,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1130018705,"invalidFingerprint":false}],"packageFingerprint":3987416114,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250294,"fileNameOnDisk":"modular-routers-1.12.2-3.3.0-33.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.8979384Z","dateUpdated":"2023-07-12T19:16:19.9009415Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2954953,"fileName":"modular-routers-1.12.2-3.3.0-33.jar","fileDate":"2020-05-12T15:02:48.113Z","fileLength":754883,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2954/953/modular-routers-1.12.2-3.3.0-33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":685196412,"invalidFingerprint":false},{"foldername":"me","fingerprint":4201715250,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3770845193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3686308497,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1130018705,"invalidFingerprint":false}],"packageFingerprint":3987416114,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250294,"fileNameOnDisk":"modular-routers-1.12.2-3.3.0-33.jar","hashes":[]}},{"instanceID":"c9de031d-6ccf-4b5d-a589-71eb77d926d5","modSource":0,"addonID":225928,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Custom Backgrounds","modFolderPath":null,"fileNameOnDisk":"CustomBackgrounds-MC1.12-1.1.1.jar","authors":[{"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/custom-backgrounds","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/494/256/256/635530260660457303.png","tags":[],"installedFile":{"id":2445809,"fileName":"CustomBackgrounds-MC1.12-1.1.1.jar","fileDate":"2017-07-04T14:51:58.31Z","fileLength":4140,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2445/809/CustomBackgrounds-MC1.12-1.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2672152043,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1152481613,"invalidFingerprint":false}],"packageFingerprint":609781450,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225928,"fileNameOnDisk":"CustomBackgrounds-MC1.12-1.1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.6106072Z","dateUpdated":"2023-07-12T19:16:19.6126483Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2445809,"fileName":"CustomBackgrounds-MC1.12-1.1.1.jar","fileDate":"2017-07-04T14:51:58.31Z","fileLength":4140,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2445/809/CustomBackgrounds-MC1.12-1.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2672152043,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1152481613,"invalidFingerprint":false}],"packageFingerprint":609781450,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225928,"fileNameOnDisk":"CustomBackgrounds-MC1.12-1.1.1.jar","hashes":[]}},{"instanceID":"7e0bd2df-21b3-429b-ab30-9d3e874d32df","modSource":0,"addonID":264684,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Dirt2Path [FORGE]","modFolderPath":null,"fileNameOnDisk":"dirt2path-1.8.0.jar","authors":[{"Name":"mallrat208"}],"primaryAuthor":"mallrat208","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dirt2path","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/94/646/256/256/636272079613042764.png","tags":[],"installedFile":{"id":2606175,"fileName":"dirt2path-1.8.0.jar","fileDate":"2018-08-20T16:13:31.133Z","fileLength":6069,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2606/175/dirt2path-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":488917075,"invalidFingerprint":false},{"foldername":"com","fingerprint":2212135311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3429932374,"invalidFingerprint":false}],"packageFingerprint":1031004075,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":264684,"fileNameOnDisk":"dirt2path-1.8.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:21.2370585Z","dateUpdated":"2023-07-12T19:16:21.2405888Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2606175,"fileName":"dirt2path-1.8.0.jar","fileDate":"2018-08-20T16:13:31.133Z","fileLength":6069,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2606/175/dirt2path-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":488917075,"invalidFingerprint":false},{"foldername":"com","fingerprint":2212135311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3429932374,"invalidFingerprint":false}],"packageFingerprint":1031004075,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":264684,"fileNameOnDisk":"dirt2path-1.8.0.jar","hashes":[]}},{"instanceID":"d3b2c7cb-fda3-42eb-b0bb-e5d283289698","modSource":0,"addonID":304346,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ender IO Endergy","modFolderPath":null,"fileNameOnDisk":"EnderIO-endergy-1.12.2-5.3.72.jar","authors":[{"Name":"tterrag1098"},{"Name":"HenryLoenwind"},{"Name":"EpicSquid315"},{"Name":"crazypants_mc_the_second"}],"primaryAuthor":"tterrag1098","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ender-io-endergy","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/173/547/256/256/636744592426092398.png","tags":[],"installedFile":{"id":4674241,"fileName":"EnderIO-endergy-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:48.76Z","fileLength":118017,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/241/EnderIO-endergy-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":297193,"type":2},{"addonId":64578,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":572019614,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3654945000,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":27815246,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4028465049,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":522175395,"invalidFingerprint":false}],"packageFingerprint":3919766608,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":304346,"fileNameOnDisk":"EnderIO-endergy-1.12.2-5.3.72.jar","hashes":[]},"dateInstalled":"2023-07-17T00:19:15.5924774Z","dateUpdated":"2023-08-04T23:39:30.5164523Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4674241,"fileName":"EnderIO-endergy-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:48.76Z","fileLength":118017,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/241/EnderIO-endergy-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":297193,"type":2},{"addonId":64578,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":572019614,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3654945000,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":27815246,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4028465049,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":522175395,"invalidFingerprint":false}],"packageFingerprint":3919766608,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":304346,"fileNameOnDisk":"EnderIO-endergy-1.12.2-5.3.72.jar","hashes":[]}},{"instanceID":"d678f73e-61d7-418d-9943-e60e10ae795e","modSource":0,"addonID":238222,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Items (JEI)","modFolderPath":null,"fileNameOnDisk":"jei_1.12.2-4.16.1.1003.jar","authors":[{"Name":"mezz"}],"primaryAuthor":"mezz","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/69/256/256/635838945588716414.jpeg","tags":[],"installedFile":{"id":4538010,"fileName":"jei_1.12.2-4.16.1.1003.jar","fileDate":"2023-05-15T03:15:51.37Z","fileLength":653678,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4538/10/jei_1.12.2-4.16.1.1003.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3133722460,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":3650387934,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488642189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2844848637,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3200559332,"invalidFingerprint":false}],"packageFingerprint":1089162688,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238222,"fileNameOnDisk":"jei_1.12.2-4.16.1.1003.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.9848727Z","dateUpdated":"2023-07-12T19:25:18.330629Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4538010,"fileName":"jei_1.12.2-4.16.1.1003.jar","fileDate":"2023-05-15T03:15:51.37Z","fileLength":653678,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4538/10/jei_1.12.2-4.16.1.1003.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3133722460,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":3650387934,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488642189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2844848637,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3200559332,"invalidFingerprint":false}],"packageFingerprint":1089162688,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238222,"fileNameOnDisk":"jei_1.12.2-4.16.1.1003.jar","hashes":[]}},{"instanceID":"b9b05593-b5c5-4e67-b387-6a17b8fae090","modSource":0,"addonID":245480,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ValkyrieLib","modFolderPath":null,"fileNameOnDisk":"valkyrielib-1.12.2-2.0.20.1.jar","authors":[{"Name":"ValkyrieofNight"}],"primaryAuthor":"ValkyrieofNight","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/valkyrielib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/246/422/256/256/637157065844400865.png","tags":[],"installedFile":{"id":2691542,"fileName":"valkyrielib-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:57:26.897Z","fileLength":733580,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/542/valkyrielib-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":603583602,"invalidFingerprint":false},{"foldername":"com","fingerprint":2746332733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":769654188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2637958936,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2703654551,"invalidFingerprint":false}],"packageFingerprint":791322360,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245480,"fileNameOnDisk":"valkyrielib-1.12.2-2.0.20.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:14.9408536Z","dateUpdated":"2023-07-12T19:16:14.9448584Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691542,"fileName":"valkyrielib-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:57:26.897Z","fileLength":733580,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/542/valkyrielib-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":603583602,"invalidFingerprint":false},{"foldername":"com","fingerprint":2746332733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":769654188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2637958936,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2703654551,"invalidFingerprint":false}],"packageFingerprint":791322360,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245480,"fileNameOnDisk":"valkyrielib-1.12.2-2.0.20.1.jar","hashes":[]}},{"instanceID":"13c6a0fa-0534-407d-b499-8be2671737e7","modSource":0,"addonID":75598,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic Tinkerer","modFolderPath":null,"fileNameOnDisk":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","authors":[{"Name":"gaeakat"}],"primaryAuthor":"gaeakat","primaryCategoryId":430,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/3/240/256/256/635351422405281249.png","tags":[],"installedFile":{"id":2957213,"fileName":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","fileDate":"2020-05-15T02:31:05.06Z","fileLength":1884011,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2957/213/thaumictinkerer-1.12.2-5.0-620a0c5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1651180506,"invalidFingerprint":false},{"foldername":"com","fingerprint":1126263786,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4137456998,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":860812063,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3105742345,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":75598,"fileNameOnDisk":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:10.6306199Z","dateUpdated":"2023-07-12T19:16:10.6346122Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2957213,"fileName":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","fileDate":"2020-05-15T02:31:05.06Z","fileLength":1884011,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2957/213/thaumictinkerer-1.12.2-5.0-620a0c5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1651180506,"invalidFingerprint":false},{"foldername":"com","fingerprint":1126263786,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4137456998,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":860812063,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3105742345,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":75598,"fileNameOnDisk":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","hashes":[]}},{"instanceID":"c52d7e32-3bce-456f-a867-2d071fd68403","modSource":0,"addonID":266515,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Industrial Foregoing","modFolderPath":null,"fileNameOnDisk":"industrialforegoing-1.12.2-1.12.13-237.jar","authors":[{"Name":"Buuz135"},{"Name":"hrznstudio"}],"primaryAuthor":"Buuz135","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/industrial-foregoing","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/156/655/256/256/636640433174784536.png","tags":[],"installedFile":{"id":2745321,"fileName":"industrialforegoing-1.12.2-1.12.13-237.jar","fileDate":"2019-07-21T09:53:04.747Z","fileLength":1603134,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/321/industrialforegoing-1.12.2-1.12.13-237.jar","isAlternate":false,"alternateFileId":2745322,"dependencies":[{"addonId":254602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3344941996,"invalidFingerprint":false},{"foldername":"com","fingerprint":3199214374,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":670752900,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2115692200,"invalidFingerprint":false}],"packageFingerprint":4071690926,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266515,"fileNameOnDisk":"industrialforegoing-1.12.2-1.12.13-237.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:21.1245474Z","dateUpdated":"2023-07-12T19:16:21.1275453Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745321,"fileName":"industrialforegoing-1.12.2-1.12.13-237.jar","fileDate":"2019-07-21T09:53:04.747Z","fileLength":1603134,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/321/industrialforegoing-1.12.2-1.12.13-237.jar","isAlternate":false,"alternateFileId":2745322,"dependencies":[{"addonId":254602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3344941996,"invalidFingerprint":false},{"foldername":"com","fingerprint":3199214374,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":670752900,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2115692200,"invalidFingerprint":false}],"packageFingerprint":4071690926,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266515,"fileNameOnDisk":"industrialforegoing-1.12.2-1.12.13-237.jar","hashes":[]}},{"instanceID":"bfbcb387-e822-489a-8abc-77a2dbaf472e","modSource":0,"addonID":229046,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Illumination","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","authors":[{"Name":"MrTJP"},{"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-illumination","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/798/256/256/635634023256554482.png","tags":[],"installedFile":{"id":2745549,"fileName":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","fileDate":"2019-07-21T17:56:53.953Z","fileLength":724477,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/549/ProjectRed-1.12.2-4.9.4.120-lighting.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3100451136,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3809281973,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2008680263,"invalidFingerprint":false}],"packageFingerprint":3280433554,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229046,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:11.2386752Z","dateUpdated":"2023-07-13T07:27:11.2406514Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745549,"fileName":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","fileDate":"2019-07-21T17:56:53.953Z","fileLength":724477,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/549/ProjectRed-1.12.2-4.9.4.120-lighting.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3100451136,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3809281973,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2008680263,"invalidFingerprint":false}],"packageFingerprint":3280433554,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229046,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","hashes":[]}},{"instanceID":"a37a9684-5226-427c-845d-f86d3f789c88","modSource":0,"addonID":69118,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Morpheus","modFolderPath":null,"fileNameOnDisk":"Morpheus-1.12.2-3.5.106.jar","authors":[{"Name":"Quetzi"}],"primaryAuthor":"Quetzi","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/morpheus","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/4/608/256/256/635351426949975481.png","tags":[],"installedFile":{"id":2664449,"fileName":"Morpheus-1.12.2-3.5.106.jar","fileDate":"2019-01-24T20:32:26.393Z","fileLength":21508,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2664/449/Morpheus-1.12.2-3.5.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1035353149,"invalidFingerprint":false},{"foldername":"net","fingerprint":2009053812,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483645925,"invalidFingerprint":false}],"packageFingerprint":783395017,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69118,"fileNameOnDisk":"Morpheus-1.12.2-3.5.106.jar","hashes":[]},"dateInstalled":"2023-07-13T07:17:17.1620324Z","dateUpdated":"2023-07-13T07:17:17.1640146Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2664449,"fileName":"Morpheus-1.12.2-3.5.106.jar","fileDate":"2019-01-24T20:32:26.393Z","fileLength":21508,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2664/449/Morpheus-1.12.2-3.5.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1035353149,"invalidFingerprint":false},{"foldername":"net","fingerprint":2009053812,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483645925,"invalidFingerprint":false}],"packageFingerprint":783395017,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69118,"fileNameOnDisk":"Morpheus-1.12.2-3.5.106.jar","hashes":[]}},{"instanceID":"77779ff8-7d9a-4568-a8e7-69d6206890ce","modSource":0,"addonID":239286,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cyclic","modFolderPath":null,"fileNameOnDisk":"Cyclic-1.12.2-1.20.14.jar","authors":[{"Name":"Lothrazar"}],"primaryAuthor":"Lothrazar","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cyclic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/91/91/256/256/636244465665632371.png","tags":[],"installedFile":{"id":4075832,"fileName":"Cyclic-1.12.2-1.20.14.jar","fileDate":"2022-11-09T20:11:34.317Z","fileLength":3990921,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4075/832/Cyclic-1.12.2-1.20.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2},{"addonId":309927,"type":2},{"addonId":239197,"type":2},{"addonId":227083,"type":2},{"addonId":228832,"type":2},{"addonId":238222,"type":2},{"addonId":250419,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3770926837,"invalidFingerprint":false},{"foldername":"assets","fingerprint":68456187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1612471705,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":557215606,"invalidFingerprint":false}],"packageFingerprint":3898284760,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239286,"fileNameOnDisk":"Cyclic-1.12.2-1.20.14.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.9249331Z","dateUpdated":"2023-07-12T19:25:17.1503439Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4075832,"fileName":"Cyclic-1.12.2-1.20.14.jar","fileDate":"2022-11-09T20:11:34.317Z","fileLength":3990921,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4075/832/Cyclic-1.12.2-1.20.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2},{"addonId":309927,"type":2},{"addonId":239197,"type":2},{"addonId":227083,"type":2},{"addonId":228832,"type":2},{"addonId":238222,"type":2},{"addonId":250419,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3770926837,"invalidFingerprint":false},{"foldername":"assets","fingerprint":68456187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1612471705,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":557215606,"invalidFingerprint":false}],"packageFingerprint":3898284760,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239286,"fileNameOnDisk":"Cyclic-1.12.2-1.20.14.jar","hashes":[]}},{"instanceID":"79ee6fa2-a994-410d-99d9-57f1d85fa69e","modSource":0,"addonID":247111,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TOP Addons","modFolderPath":null,"fileNameOnDisk":"topaddons-1.12.2-1.13.0.jar","authors":[{"Name":"DrManganese"}],"primaryAuthor":"DrManganese","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/top-addons","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/44/562/256/256/636033342690526889.jpeg","tags":[],"installedFile":{"id":2887479,"fileName":"topaddons-1.12.2-1.13.0.jar","fileDate":"2020-02-23T18:24:20.24Z","fileLength":243603,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2887/479/topaddons-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2503536271,"invalidFingerprint":false},{"foldername":"io","fingerprint":1213342546,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3753674183,"invalidFingerprint":false},{"foldername":"topaddonslogo.png","fingerprint":4209097068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3449926384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2508079726,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":697443232,"invalidFingerprint":false}],"packageFingerprint":594617711,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247111,"fileNameOnDisk":"topaddons-1.12.2-1.13.0.jar","hashes":[]},"dateInstalled":"2023-07-13T19:05:56.8076397Z","dateUpdated":"2023-07-13T19:05:56.8106371Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2887479,"fileName":"topaddons-1.12.2-1.13.0.jar","fileDate":"2020-02-23T18:24:20.24Z","fileLength":243603,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2887/479/topaddons-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2503536271,"invalidFingerprint":false},{"foldername":"io","fingerprint":1213342546,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3753674183,"invalidFingerprint":false},{"foldername":"topaddonslogo.png","fingerprint":4209097068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3449926384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2508079726,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":697443232,"invalidFingerprint":false}],"packageFingerprint":594617711,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247111,"fileNameOnDisk":"topaddons-1.12.2-1.13.0.jar","hashes":[]}},{"instanceID":"f6faf07a-8d05-4eb6-bd34-dddf87c96c81","modSource":0,"addonID":278993,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Bonsai Trees 3","modFolderPath":null,"fileNameOnDisk":"bonsaitrees-1.1.4-b170.jar","authors":[{"Name":"davenonymous"}],"primaryAuthor":"davenonymous","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bonsai-trees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/124/469/256/256/636422679904417637.png","tags":[],"installedFile":{"id":2846217,"fileName":"bonsaitrees-1.1.4-b170.jar","fileDate":"2019-12-21T10:37:47.653Z","fileLength":658780,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2846/217/bonsaitrees-1.1.4-b170.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2736595689,"invalidFingerprint":false},{"foldername":"org","fingerprint":3342727256,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":771349716,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1755376513,"invalidFingerprint":false}],"packageFingerprint":566696433,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278993,"fileNameOnDisk":"bonsaitrees-1.1.4-b170.jar","hashes":[]},"dateInstalled":"2023-07-13T07:22:38.6370262Z","dateUpdated":"2023-07-13T07:22:38.6380266Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2846217,"fileName":"bonsaitrees-1.1.4-b170.jar","fileDate":"2019-12-21T10:37:47.653Z","fileLength":658780,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2846/217/bonsaitrees-1.1.4-b170.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2736595689,"invalidFingerprint":false},{"foldername":"org","fingerprint":3342727256,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":771349716,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1755376513,"invalidFingerprint":false}],"packageFingerprint":566696433,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278993,"fileNameOnDisk":"bonsaitrees-1.1.4-b170.jar","hashes":[]}},{"instanceID":"9f78bca5-3545-41fa-96ff-1d558d551d28","modSource":0,"addonID":268560,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mekanism","modFolderPath":null,"fileNameOnDisk":"Mekanism-1.12.2-9.8.3.390.jar","authors":[{"Name":"bradyaidanc"},{"Name":"thommy101"},{"Name":"Thiakil"},{"Name":"pupnewfster"}],"primaryAuthor":"bradyaidanc","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mekanism","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/492/672/256/256/637801316302309362.png","tags":[],"installedFile":{"id":2835175,"fileName":"Mekanism-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:18.493Z","fileLength":7863657,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/175/Mekanism-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":253449,"type":2},{"addonId":239286,"type":2},{"addonId":282001,"type":2},{"addonId":300890,"type":2},{"addonId":270789,"type":2},{"addonId":239431,"type":2},{"addonId":244651,"type":2},{"addonId":239197,"type":2},{"addonId":242638,"type":2},{"addonId":238222,"type":2},{"addonId":223794,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":283632232,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1773137107,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":46806396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":141643309,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2807494747,"invalidFingerprint":false}],"packageFingerprint":1834306126,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268560,"fileNameOnDisk":"Mekanism-1.12.2-9.8.3.390.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:51.9245497Z","dateUpdated":"2023-07-12T19:15:51.9295524Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2835175,"fileName":"Mekanism-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:18.493Z","fileLength":7863657,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/175/Mekanism-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":253449,"type":2},{"addonId":239286,"type":2},{"addonId":282001,"type":2},{"addonId":300890,"type":2},{"addonId":270789,"type":2},{"addonId":239431,"type":2},{"addonId":244651,"type":2},{"addonId":239197,"type":2},{"addonId":242638,"type":2},{"addonId":238222,"type":2},{"addonId":223794,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":283632232,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1773137107,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":46806396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":141643309,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2807494747,"invalidFingerprint":false}],"packageFingerprint":1834306126,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268560,"fileNameOnDisk":"Mekanism-1.12.2-9.8.3.390.jar","hashes":[]}},{"instanceID":"fc230f23-8522-4285-8820-3f7aaaef187b","modSource":0,"addonID":248453,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Shadowfacts' Forgelin","modFolderPath":null,"fileNameOnDisk":"Forgelin-1.8.4.jar","authors":[{"Name":"ShadowfactsDev"}],"primaryAuthor":"ShadowfactsDev","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/shadowfacts-forgelin","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/46/962/256/256/636060966562741227.png","tags":[],"installedFile":{"id":2785465,"fileName":"Forgelin-1.8.4.jar","fileDate":"2019-09-13T20:25:19.377Z","fileLength":6278399,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4220404249,"invalidFingerprint":false},{"foldername":"net","fingerprint":3779917574,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3014285140,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":1784194660,"invalidFingerprint":false},{"foldername":"kotlinx","fingerprint":3091669589,"invalidFingerprint":false},{"foldername":"org","fingerprint":3526491005,"invalidFingerprint":false}],"packageFingerprint":387064965,"gameVersion":["1.9.4","1.10.2","Forge","1.11.2","1.12.2","1.13.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248453,"fileNameOnDisk":"Forgelin-1.8.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:26.8368813Z","dateUpdated":"2023-07-12T19:16:26.8438851Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2785465,"fileName":"Forgelin-1.8.4.jar","fileDate":"2019-09-13T20:25:19.377Z","fileLength":6278399,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4220404249,"invalidFingerprint":false},{"foldername":"net","fingerprint":3779917574,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3014285140,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":1784194660,"invalidFingerprint":false},{"foldername":"kotlinx","fingerprint":3091669589,"invalidFingerprint":false},{"foldername":"org","fingerprint":3526491005,"invalidFingerprint":false}],"packageFingerprint":387064965,"gameVersion":["1.9.4","1.10.2","Forge","1.11.2","1.12.2","1.13.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248453,"fileNameOnDisk":"Forgelin-1.8.4.jar","hashes":[]}},{"instanceID":"32b418c0-2fdf-49ce-9351-b5ffcab6c623","modSource":0,"addonID":60092,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Aroma1997s Dimensional World","modFolderPath":null,"fileNameOnDisk":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","authors":[{"Name":"Aroma1997"}],"primaryAuthor":"Aroma1997","primaryCategoryId":410,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/aroma1997s-dimensional-world","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/705/256/256/635572519145491106.png","tags":[],"installedFile":{"id":2672438,"fileName":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","fileDate":"2019-02-12T14:53:08Z","fileLength":80736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2672/438/Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":357629332,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":1708156642,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3009979857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3922869453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3750137512,"invalidFingerprint":false}],"packageFingerprint":2640601956,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60092,"fileNameOnDisk":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","hashes":[]},"dateInstalled":"2023-07-13T19:06:13.6175248Z","dateUpdated":"2023-07-13T19:06:13.6205227Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2672438,"fileName":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","fileDate":"2019-02-12T14:53:08Z","fileLength":80736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2672/438/Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":357629332,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":1708156642,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3009979857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3922869453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3750137512,"invalidFingerprint":false}],"packageFingerprint":2640601956,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60092,"fileNameOnDisk":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","hashes":[]}},{"instanceID":"dad348de-7c14-4768-b0d6-0da257ffcc42","modSource":0,"addonID":299080,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Proportional Destruction Particles","modFolderPath":null,"fileNameOnDisk":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","authors":[{"Name":"Phylogeny"}],"primaryAuthor":"Phylogeny","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/proportional-destruction-particles","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/163/297/256/256/636681042139242064.png","tags":[],"installedFile":{"id":2632834,"fileName":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","fileDate":"2018-10-28T20:04:03.663Z","fileLength":195013,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2632/834/ProportionalDestructionParticles-1.12.2-1.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":2},{"addonId":231095,"type":2},{"addonId":254441,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":539065190,"invalidFingerprint":false},{"foldername":"phylogeny","fingerprint":2484377252,"invalidFingerprint":false},{"foldername":"assets","fingerprint":372523817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3902815947,"invalidFingerprint":false}],"packageFingerprint":2407945840,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299080,"fileNameOnDisk":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","hashes":[]},"dateInstalled":"2023-08-04T23:50:16.5445279Z","dateUpdated":"2023-08-04T23:50:16.5465338Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2632834,"fileName":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","fileDate":"2018-10-28T20:04:03.663Z","fileLength":195013,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2632/834/ProportionalDestructionParticles-1.12.2-1.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":2},{"addonId":231095,"type":2},{"addonId":254441,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":539065190,"invalidFingerprint":false},{"foldername":"phylogeny","fingerprint":2484377252,"invalidFingerprint":false},{"foldername":"assets","fingerprint":372523817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3902815947,"invalidFingerprint":false}],"packageFingerprint":2407945840,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299080,"fileNameOnDisk":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","hashes":[]}},{"instanceID":"958de172-a122-4c0f-a7f2-6731eb3d2c83","modSource":0,"addonID":32274,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JourneyMap","modFolderPath":null,"fileNameOnDisk":"journeymap-1.12.2-5.7.1.jar","authors":[{"Name":"techbrew"},{"Name":"Mysticdrew"},{"Name":"meme_sapiens"}],"primaryAuthor":"techbrew","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/journeymap","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/144/256/256/635421614078544069.png","tags":[],"installedFile":{"id":2916002,"fileName":"journeymap-1.12.2-5.7.1.jar","fileDate":"2020-03-29T21:09:22.773Z","fileLength":6990968,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2916/2/journeymap-1.12.2-5.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":226005,"type":4}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1736787495,"invalidFingerprint":false},{"foldername":"journeymap","fingerprint":2876717480,"invalidFingerprint":false},{"foldername":"modinfo","fingerprint":3257172988,"invalidFingerprint":false},{"foldername":"net","fingerprint":1429981559,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1383692062,"invalidFingerprint":false},{"foldername":"license.txt","fingerprint":3989053437,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3632965706,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"info","fingerprint":2511953692,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"NOTICE.txt","fingerprint":3411389661,"invalidFingerprint":false},{"foldername":"about.html","fingerprint":1421502970,"invalidFingerprint":false},{"foldername":"org","fingerprint":2373182980,"invalidFingerprint":false},{"foldername":"jetty-dir.css","fingerprint":4183154058,"invalidFingerprint":false}],"packageFingerprint":1076064603,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":32274,"fileNameOnDisk":"journeymap-1.12.2-5.7.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:12.4066614Z","dateUpdated":"2023-07-12T19:16:12.4111728Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2916002,"fileName":"journeymap-1.12.2-5.7.1.jar","fileDate":"2020-03-29T21:09:22.773Z","fileLength":6990968,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2916/2/journeymap-1.12.2-5.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":226005,"type":4}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1736787495,"invalidFingerprint":false},{"foldername":"journeymap","fingerprint":2876717480,"invalidFingerprint":false},{"foldername":"modinfo","fingerprint":3257172988,"invalidFingerprint":false},{"foldername":"net","fingerprint":1429981559,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1383692062,"invalidFingerprint":false},{"foldername":"license.txt","fingerprint":3989053437,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3632965706,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"info","fingerprint":2511953692,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"NOTICE.txt","fingerprint":3411389661,"invalidFingerprint":false},{"foldername":"about.html","fingerprint":1421502970,"invalidFingerprint":false},{"foldername":"org","fingerprint":2373182980,"invalidFingerprint":false},{"foldername":"jetty-dir.css","fingerprint":4183154058,"invalidFingerprint":false}],"packageFingerprint":1076064603,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":32274,"fileNameOnDisk":"journeymap-1.12.2-5.7.1.jar","hashes":[]}},{"instanceID":"122f359a-28ef-48f1-8e44-4774e3a5b076","modSource":0,"addonID":321792,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Aqua Acrobatics [Forge]","modFolderPath":null,"fileNameOnDisk":"AquaAcrobatics-1.15.3.jar","authors":[{"Name":"embeddedt"},{"Name":"Fuzs"}],"primaryAuthor":"embeddedt","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/aqua-acrobatics","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/776/226/256/256/638118140112428573.png","tags":[],"installedFile":{"id":4496098,"fileName":"AquaAcrobatics-1.15.3.jar","fileDate":"2023-04-18T02:09:40.773Z","fileLength":190830,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4496/98/AquaAcrobatics-1.15.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":419286,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3602563184,"invalidFingerprint":false},{"foldername":"com","fingerprint":3818944459,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1808962354,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":292306802,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3939429116,"invalidFingerprint":false},{"foldername":"water_pack.mcmeta","fingerprint":1189855436,"invalidFingerprint":false},{"foldername":"mixins.aquaacrobatics.refmap.json","fingerprint":1884183026,"invalidFingerprint":false}],"packageFingerprint":1155176098,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":321792,"fileNameOnDisk":"AquaAcrobatics-1.15.3.jar","hashes":[]},"dateInstalled":"2023-08-04T23:49:46.5798661Z","dateUpdated":"2023-08-04T23:49:46.5827624Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4496098,"fileName":"AquaAcrobatics-1.15.3.jar","fileDate":"2023-04-18T02:09:40.773Z","fileLength":190830,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4496/98/AquaAcrobatics-1.15.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":419286,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3602563184,"invalidFingerprint":false},{"foldername":"com","fingerprint":3818944459,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1808962354,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":292306802,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3939429116,"invalidFingerprint":false},{"foldername":"water_pack.mcmeta","fingerprint":1189855436,"invalidFingerprint":false},{"foldername":"mixins.aquaacrobatics.refmap.json","fingerprint":1884183026,"invalidFingerprint":false}],"packageFingerprint":1155176098,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":321792,"fileNameOnDisk":"AquaAcrobatics-1.15.3.jar","hashes":[]}},{"instanceID":"48aae86d-e240-4efd-b4f9-5f5a5aad8300","modSource":0,"addonID":241160,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"NetherPortalFix","modFolderPath":null,"fileNameOnDisk":"NetherPortalFix_1.12.1-5.3.17.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/netherportalfix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/33/283/256/256/635893403164870085.png","tags":[],"installedFile":{"id":2612052,"fileName":"NetherPortalFix_1.12.1-5.3.17.jar","fileDate":"2018-09-02T11:40:27.253Z","fileLength":109445,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2612/52/NetherPortalFix_1.12.1-5.3.17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1028378451,"invalidFingerprint":false},{"foldername":"net","fingerprint":2265292073,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3462628396,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3565740540,"invalidFingerprint":false}],"packageFingerprint":2800467167,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241160,"fileNameOnDisk":"NetherPortalFix_1.12.1-5.3.17.jar","hashes":[]},"dateInstalled":"2023-07-13T07:20:41.1816546Z","dateUpdated":"2023-07-13T07:20:41.1836071Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2612052,"fileName":"NetherPortalFix_1.12.1-5.3.17.jar","fileDate":"2018-09-02T11:40:27.253Z","fileLength":109445,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2612/52/NetherPortalFix_1.12.1-5.3.17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1028378451,"invalidFingerprint":false},{"foldername":"net","fingerprint":2265292073,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3462628396,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3565740540,"invalidFingerprint":false}],"packageFingerprint":2800467167,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241160,"fileNameOnDisk":"NetherPortalFix_1.12.1-5.3.17.jar","hashes":[]}},{"instanceID":"0b443c10-0915-4da0-9201-544dd3e76f34","modSource":0,"addonID":299540,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FastFurnace","modFolderPath":null,"fileNameOnDisk":"FastFurnace-1.12.2-1.3.1.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":413,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastfurnace","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/243/256/256/636686097562167838.png","tags":[],"installedFile":{"id":2706111,"fileName":"FastFurnace-1.12.2-1.3.1.jar","fileDate":"2019-05-01T21:29:47.233Z","fileLength":10035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2706/111/FastFurnace-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2860440290,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":3143447717,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3287728280,"invalidFingerprint":false}],"packageFingerprint":1142134081,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.12.2-1.3.1.jar","hashes":[]},"dateInstalled":"2023-08-06T19:12:57.2350525Z","dateUpdated":"2023-08-06T19:12:57.2359556Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2706111,"fileName":"FastFurnace-1.12.2-1.3.1.jar","fileDate":"2019-05-01T21:29:47.233Z","fileLength":10035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2706/111/FastFurnace-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2860440290,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":3143447717,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3287728280,"invalidFingerprint":false}],"packageFingerprint":1142134081,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.12.2-1.3.1.jar","hashes":[]}},{"instanceID":"bc1f2fb4-7f99-41de-8e11-470bed0609ea","modSource":0,"addonID":356646,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"GunpowderLib","modFolderPath":null,"fileNameOnDisk":"GunpowderLib-1.12.2-1.1.jar","authors":[{"Name":"Jacky"}],"primaryAuthor":"Jacky","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gunpowderlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/242/383/256/256/637134073897503205.png","tags":[],"installedFile":{"id":3168863,"fileName":"GunpowderLib-1.12.2-1.1.jar","fileDate":"2021-01-14T23:07:04.323Z","fileLength":23153,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3168/863/GunpowderLib-1.12.2-1.1.jar","isAlternate":false,"alternateFileId":3168864,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2664397269,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2794050781,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":3113489951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2137831200,"invalidFingerprint":false}],"packageFingerprint":752151041,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":356646,"fileNameOnDisk":"GunpowderLib-1.12.2-1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:30.3152303Z","dateUpdated":"2023-07-12T19:16:30.3171638Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3168863,"fileName":"GunpowderLib-1.12.2-1.1.jar","fileDate":"2021-01-14T23:07:04.323Z","fileLength":23153,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3168/863/GunpowderLib-1.12.2-1.1.jar","isAlternate":false,"alternateFileId":3168864,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2664397269,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2794050781,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":3113489951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2137831200,"invalidFingerprint":false}],"packageFingerprint":752151041,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":356646,"fileNameOnDisk":"GunpowderLib-1.12.2-1.1.jar","hashes":[]}},{"instanceID":"77850ee9-8f58-486b-bf1f-0e18888ac656","modSource":0,"addonID":226447,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Resource Loader","modFolderPath":null,"fileNameOnDisk":"ResourceLoader-MC1.12.1-1.5.3.jar","authors":[{"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/resource-loader","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/53/256/256/635550355486266410.png","tags":[],"installedFile":{"id":2477566,"fileName":"ResourceLoader-MC1.12.1-1.5.3.jar","fileDate":"2017-09-08T21:46:12.243Z","fileLength":16612,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2477/566/ResourceLoader-MC1.12.1-1.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3736164344,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2008168392,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1893016861,"invalidFingerprint":false}],"packageFingerprint":699442863,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226447,"fileNameOnDisk":"ResourceLoader-MC1.12.1-1.5.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.4885696Z","dateUpdated":"2023-07-12T19:16:35.489351Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2477566,"fileName":"ResourceLoader-MC1.12.1-1.5.3.jar","fileDate":"2017-09-08T21:46:12.243Z","fileLength":16612,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2477/566/ResourceLoader-MC1.12.1-1.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3736164344,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2008168392,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1893016861,"invalidFingerprint":false}],"packageFingerprint":699442863,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226447,"fileNameOnDisk":"ResourceLoader-MC1.12.1-1.5.3.jar","hashes":[]}},{"instanceID":"d185189b-534d-4dec-b608-4eccba08cbea","modSource":0,"addonID":243121,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Quark","modFolderPath":null,"fileNameOnDisk":"Quark-r1.6-179.jar","authors":[{"Name":"Vazkii"},{"Name":"wiresegal"}],"primaryAuthor":"Vazkii","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/quark","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/295/256/256/637958240318838626.png","tags":[],"installedFile":{"id":2924091,"fileName":"Quark-r1.6-179.jar","fileDate":"2020-04-08T04:49:50.967Z","fileLength":3877577,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2924/91/Quark-r1.6-179.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3236539367,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1445870801,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3613315758,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3433932295,"invalidFingerprint":false},{"foldername":"proxypack.mcmeta","fingerprint":3313685099,"invalidFingerprint":false}],"packageFingerprint":2910837341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243121,"fileNameOnDisk":"Quark-r1.6-179.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:57.1859154Z","dateUpdated":"2023-07-12T19:15:57.1919212Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2924091,"fileName":"Quark-r1.6-179.jar","fileDate":"2020-04-08T04:49:50.967Z","fileLength":3877577,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2924/91/Quark-r1.6-179.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3236539367,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1445870801,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3613315758,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3433932295,"invalidFingerprint":false},{"foldername":"proxypack.mcmeta","fingerprint":3313685099,"invalidFingerprint":false}],"packageFingerprint":2910837341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243121,"fileNameOnDisk":"Quark-r1.6-179.jar","hashes":[]}},{"instanceID":"faa66a8c-8afe-4f1c-afa6-317730c26494","modSource":0,"addonID":245506,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MineColonies","modFolderPath":null,"fileNameOnDisk":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","authors":[{"Name":"Raycoms"},{"Name":"someaddon"}],"primaryAuthor":"Raycoms","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/minecolonies","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/41/680/256/256/635999200063962019.png","tags":[],"installedFile":{"id":3951291,"fileName":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","fileDate":"2022-08-25T14:25:24.367Z","fileLength":34907058,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3951/291/minecolonies-1.12.2-0.11.841-BETA-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":298744,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1967438195,"invalidFingerprint":false},{"foldername":"com","fingerprint":191943144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":44079398,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3442995764,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1355987511,"invalidFingerprint":false}],"packageFingerprint":3638966633,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245506,"fileNameOnDisk":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:03.1217504Z","dateUpdated":"2023-07-12T19:25:28.8059609Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3951291,"fileName":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","fileDate":"2022-08-25T14:25:24.367Z","fileLength":34907058,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3951/291/minecolonies-1.12.2-0.11.841-BETA-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":298744,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1967438195,"invalidFingerprint":false},{"foldername":"com","fingerprint":191943144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":44079398,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3442995764,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1355987511,"invalidFingerprint":false}],"packageFingerprint":3638966633,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245506,"fileNameOnDisk":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","hashes":[]}},{"instanceID":"f53ad5dd-076c-4a9e-a39d-57e77bd3e4e4","modSource":0,"addonID":233105,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"McJtyLib","modFolderPath":null,"fileNameOnDisk":"mcjtylib-1.12-3.5.4.jar","authors":[{"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mcjtylib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/21/825/256/256/635733177880067480.png","tags":[],"installedFile":{"id":2745846,"fileName":"mcjtylib-1.12-3.5.4.jar","fileDate":"2019-07-22T03:27:04.243Z","fileLength":544856,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/846/mcjtylib-1.12-3.5.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3642991143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1987490093,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959765002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":847320386,"invalidFingerprint":false}],"packageFingerprint":285741512,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233105,"fileNameOnDisk":"mcjtylib-1.12-3.5.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.3746704Z","dateUpdated":"2023-07-12T19:16:35.3766734Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745846,"fileName":"mcjtylib-1.12-3.5.4.jar","fileDate":"2019-07-22T03:27:04.243Z","fileLength":544856,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/846/mcjtylib-1.12-3.5.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3642991143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1987490093,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959765002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":847320386,"invalidFingerprint":false}],"packageFingerprint":285741512,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233105,"fileNameOnDisk":"mcjtylib-1.12-3.5.4.jar","hashes":[]}},{"instanceID":"88533c97-ba9c-486e-ba13-c7fa06a5f22c","modSource":0,"addonID":227443,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Dynamics","modFolderPath":null,"fileNameOnDisk":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"},{"Name":"RWTema"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/772/503/256/256/638112524049003897.png","tags":[],"installedFile":{"id":2920505,"fileName":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","fileDate":"2020-04-04T01:41:38.093Z","fileLength":728082,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/505/ThermalDynamics-1.12.2-2.5.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2870405223,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2214572023,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2748581361,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":248257736,"invalidFingerprint":false}],"packageFingerprint":2554678431,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227443,"fileNameOnDisk":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.1541973Z","dateUpdated":"2023-07-12T19:16:41.1582001Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920505,"fileName":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","fileDate":"2020-04-04T01:41:38.093Z","fileLength":728082,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/505/ThermalDynamics-1.12.2-2.5.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2870405223,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2214572023,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2748581361,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":248257736,"invalidFingerprint":false}],"packageFingerprint":2554678431,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227443,"fileNameOnDisk":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","hashes":[]}},{"instanceID":"c7692c13-f18e-40af-979e-347213fb728b","modSource":0,"addonID":224472,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AppleCore","modFolderPath":null,"fileNameOnDisk":"AppleCore-mc1.12.2-3.4.0.jar","authors":[{"Name":"squeek502"}],"primaryAuthor":"squeek502","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/applecore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/890/256/256/635470227462201468.png","tags":[],"installedFile":{"id":2969118,"fileName":"AppleCore-mc1.12.2-3.4.0.jar","fileDate":"2020-05-30T21:18:21.007Z","fileLength":89615,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2969/118/AppleCore-mc1.12.2-3.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2649462474,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":2454306481,"invalidFingerprint":false},{"foldername":"applecore.info","fingerprint":629805158,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3674202975,"invalidFingerprint":false}],"packageFingerprint":3756462991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224472,"fileNameOnDisk":"AppleCore-mc1.12.2-3.4.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.7582331Z","dateUpdated":"2023-07-12T19:15:42.7602365Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2969118,"fileName":"AppleCore-mc1.12.2-3.4.0.jar","fileDate":"2020-05-30T21:18:21.007Z","fileLength":89615,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2969/118/AppleCore-mc1.12.2-3.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2649462474,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":2454306481,"invalidFingerprint":false},{"foldername":"applecore.info","fingerprint":629805158,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3674202975,"invalidFingerprint":false}],"packageFingerprint":3756462991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224472,"fileNameOnDisk":"AppleCore-mc1.12.2-3.4.0.jar","hashes":[]}},{"instanceID":"b8254906-e6c5-4261-bf34-aa0f59d64985","modSource":0,"addonID":237903,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Reborn Core","modFolderPath":null,"fileNameOnDisk":"RebornCore-1.12.2-3.19.5-universal.jar","authors":[{"Name":"modmuss50"},{"Name":"drcrazy777"}],"primaryAuthor":"modmuss50","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reborncore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/169/441/256/256/636715177393727924.png","tags":[],"installedFile":{"id":3330308,"fileName":"RebornCore-1.12.2-3.19.5-universal.jar","fileDate":"2021-05-30T09:39:09.667Z","fileLength":2285146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/308/RebornCore-1.12.2-3.19.5-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1803767186,"invalidFingerprint":false},{"foldername":"reborncore","fingerprint":729843061,"invalidFingerprint":false},{"foldername":"prospector","fingerprint":3813233142,"invalidFingerprint":false},{"foldername":"powercrystals","fingerprint":2030593330,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1488018631,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3672686149,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2424102867,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":546169133,"invalidFingerprint":false},{"foldername":"LICENSE-ClassGraph.txt","fingerprint":476797131,"invalidFingerprint":false},{"foldername":"io","fingerprint":303602206,"invalidFingerprint":false},{"foldername":"nonapi","fingerprint":501176284,"invalidFingerprint":false},{"foldername":"com","fingerprint":3601319520,"invalidFingerprint":false},{"foldername":"org","fingerprint":1208898672,"invalidFingerprint":false}],"packageFingerprint":595501837,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237903,"fileNameOnDisk":"RebornCore-1.12.2-3.19.5-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.598503Z","dateUpdated":"2023-07-12T19:15:48.6005045Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3330308,"fileName":"RebornCore-1.12.2-3.19.5-universal.jar","fileDate":"2021-05-30T09:39:09.667Z","fileLength":2285146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/308/RebornCore-1.12.2-3.19.5-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1803767186,"invalidFingerprint":false},{"foldername":"reborncore","fingerprint":729843061,"invalidFingerprint":false},{"foldername":"prospector","fingerprint":3813233142,"invalidFingerprint":false},{"foldername":"powercrystals","fingerprint":2030593330,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1488018631,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3672686149,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2424102867,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":546169133,"invalidFingerprint":false},{"foldername":"LICENSE-ClassGraph.txt","fingerprint":476797131,"invalidFingerprint":false},{"foldername":"io","fingerprint":303602206,"invalidFingerprint":false},{"foldername":"nonapi","fingerprint":501176284,"invalidFingerprint":false},{"foldername":"com","fingerprint":3601319520,"invalidFingerprint":false},{"foldername":"org","fingerprint":1208898672,"invalidFingerprint":false}],"packageFingerprint":595501837,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237903,"fileNameOnDisk":"RebornCore-1.12.2-3.19.5-universal.jar","hashes":[]}},{"instanceID":"3b7a18ea-7bdc-46ea-a612-8b2327954b4c","modSource":0,"addonID":74924,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mantle","modFolderPath":null,"fileNameOnDisk":"Mantle-1.12-1.3.3.55.jar","authors":[{"Name":"mDiyo"},{"Name":"fuj1n"},{"Name":"Alexbegt"},{"Name":"bonusboni"},{"Name":"KnightMiner"},{"Name":"ProgWML6"}],"primaryAuthor":"mDiyo","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mantle","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/488/103/256/256/637791963715589901.png","tags":[],"installedFile":{"id":2713386,"fileName":"Mantle-1.12-1.3.3.55.jar","fileDate":"2019-05-19T20:21:43.573Z","fileLength":843486,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2519310866,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3140161402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":770502493,"invalidFingerprint":false},{"foldername":"Mantle.png","fingerprint":3296224890,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1859416522,"invalidFingerprint":false}],"packageFingerprint":2810798110,"gameVersion":["1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74924,"fileNameOnDisk":"Mantle-1.12-1.3.3.55.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.378762Z","dateUpdated":"2023-07-12T19:16:19.381749Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2713386,"fileName":"Mantle-1.12-1.3.3.55.jar","fileDate":"2019-05-19T20:21:43.573Z","fileLength":843486,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2519310866,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3140161402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":770502493,"invalidFingerprint":false},{"foldername":"Mantle.png","fingerprint":3296224890,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1859416522,"invalidFingerprint":false}],"packageFingerprint":2810798110,"gameVersion":["1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74924,"fileNameOnDisk":"Mantle-1.12-1.3.3.55.jar","hashes":[]}},{"instanceID":"165be2a0-98bf-4b1e-876c-c506c86eea5a","modSource":0,"addonID":292952,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Reactors","modFolderPath":null,"fileNameOnDisk":"JustEnoughReactors-1.12.2-1.1.3.61.jar","authors":[{"Name":"BrainStone"}],"primaryAuthor":"BrainStone","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-reactors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/151/646/256/256/636605503893623438.png","tags":[],"installedFile":{"id":2671784,"fileName":"JustEnoughReactors-1.12.2-1.1.3.61.jar","fileDate":"2019-02-10T23:34:19.657Z","fileLength":53675,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2671/784/JustEnoughReactors-1.12.2-1.1.3.61.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250277,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2408417193,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2400949234,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1217143236,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1727089176,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":949489070,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":3791137700,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":3800879718,"invalidFingerprint":false}],"packageFingerprint":2223690729,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292952,"fileNameOnDisk":"JustEnoughReactors-1.12.2-1.1.3.61.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.7038551Z","dateUpdated":"2023-07-12T19:25:17.8640374Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2671784,"fileName":"JustEnoughReactors-1.12.2-1.1.3.61.jar","fileDate":"2019-02-10T23:34:19.657Z","fileLength":53675,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2671/784/JustEnoughReactors-1.12.2-1.1.3.61.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250277,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2408417193,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2400949234,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1217143236,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1727089176,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":949489070,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":3791137700,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":3800879718,"invalidFingerprint":false}],"packageFingerprint":2223690729,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292952,"fileNameOnDisk":"JustEnoughReactors-1.12.2-1.1.3.61.jar","hashes":[]}},{"instanceID":"e3cde7c8-aaa3-42e7-811e-0c868cb39eab","modSource":0,"addonID":322344,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LibNine","modFolderPath":null,"fileNameOnDisk":"libnine-1.12.2-1.2.1.jar","authors":[{"Name":"phantamanta44"}],"primaryAuthor":"phantamanta44","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/libnine","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/204/573/256/256/636941032067206129.png","tags":[],"installedFile":{"id":3509087,"fileName":"libnine-1.12.2-1.2.1.jar","fileDate":"2021-10-30T04:22:39.223Z","fileLength":413920,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3509/87/libnine-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1809792826,"invalidFingerprint":false},{"foldername":"io","fingerprint":2091411117,"invalidFingerprint":false},{"foldername":"assets","fingerprint":447918869,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":534630941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1078433618,"invalidFingerprint":false}],"packageFingerprint":4056919296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322344,"fileNameOnDisk":"libnine-1.12.2-1.2.1.jar","hashes":[]},"dateInstalled":"2023-08-06T05:52:19.8503953Z","dateUpdated":"2023-08-06T05:52:19.8523877Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3509087,"fileName":"libnine-1.12.2-1.2.1.jar","fileDate":"2021-10-30T04:22:39.223Z","fileLength":413920,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3509/87/libnine-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1809792826,"invalidFingerprint":false},{"foldername":"io","fingerprint":2091411117,"invalidFingerprint":false},{"foldername":"assets","fingerprint":447918869,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":534630941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1078433618,"invalidFingerprint":false}],"packageFingerprint":4056919296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322344,"fileNameOnDisk":"libnine-1.12.2-1.2.1.jar","hashes":[]}},{"instanceID":"49d1635a-0cf2-4bf9-a14d-baa89e5e4f38","modSource":0,"addonID":245755,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Waystones","modFolderPath":null,"fileNameOnDisk":"Waystones_1.12.2-4.1.0.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":414,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/waystones","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/42/418/256/256/636008504954894502.png","tags":[],"installedFile":{"id":2859589,"fileName":"Waystones_1.12.2-4.1.0.jar","fileDate":"2020-01-13T16:08:12.16Z","fileLength":178994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2859/589/Waystones_1.12.2-4.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4243566609,"invalidFingerprint":false},{"foldername":"net","fingerprint":393241158,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1748606927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3073931083,"invalidFingerprint":false}],"packageFingerprint":1833513447,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245755,"fileNameOnDisk":"Waystones_1.12.2-4.1.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:20:20.164451Z","dateUpdated":"2023-07-13T07:20:20.1772395Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2859589,"fileName":"Waystones_1.12.2-4.1.0.jar","fileDate":"2020-01-13T16:08:12.16Z","fileLength":178994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2859/589/Waystones_1.12.2-4.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4243566609,"invalidFingerprint":false},{"foldername":"net","fingerprint":393241158,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1748606927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3073931083,"invalidFingerprint":false}],"packageFingerprint":1833513447,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245755,"fileNameOnDisk":"Waystones_1.12.2-4.1.0.jar","hashes":[]}},{"instanceID":"0588ab36-c016-4a10-b108-fa5aacab72b8","modSource":0,"addonID":303122,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Throwing In Fluids (JETIF)","modFolderPath":null,"fileNameOnDisk":"jetif-1.12.2-1.5.2.jar","authors":[{"Name":"Lykrast"}],"primaryAuthor":"Lykrast","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jetif","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/171/138/256/256/636727052880893900.png","tags":[],"installedFile":{"id":2919936,"fileName":"jetif-1.12.2-1.5.2.jar","fileDate":"2020-04-03T09:32:49.77Z","fileLength":29003,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2919/936/jetif-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":74610,"type":2},{"addonId":228404,"type":2},{"addonId":241721,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":248020,"type":2},{"addonId":284229,"type":2},{"addonId":279693,"type":2},{"addonId":59621,"type":2},{"addonId":293030,"type":2},{"addonId":223628,"type":2},{"addonId":303694,"type":2},{"addonId":246183,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1498482220,"invalidFingerprint":false},{"foldername":"lykrast","fingerprint":209100416,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3872143111,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3237720555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1033756645,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":303122,"fileNameOnDisk":"jetif-1.12.2-1.5.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:51.1524344Z","dateUpdated":"2023-07-12T19:16:51.1544323Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2919936,"fileName":"jetif-1.12.2-1.5.2.jar","fileDate":"2020-04-03T09:32:49.77Z","fileLength":29003,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2919/936/jetif-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":74610,"type":2},{"addonId":228404,"type":2},{"addonId":241721,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":248020,"type":2},{"addonId":284229,"type":2},{"addonId":279693,"type":2},{"addonId":59621,"type":2},{"addonId":293030,"type":2},{"addonId":223628,"type":2},{"addonId":303694,"type":2},{"addonId":246183,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1498482220,"invalidFingerprint":false},{"foldername":"lykrast","fingerprint":209100416,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3872143111,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3237720555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1033756645,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":303122,"fileNameOnDisk":"jetif-1.12.2-1.5.2.jar","hashes":[]}},{"instanceID":"723a3364-c2ba-4e0d-ae7c-de8cf7888816","modSource":0,"addonID":223525,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Binnie's Mods","modFolderPath":null,"fileNameOnDisk":"binnie-mods-1.12.2-2.5.1.203.jar","authors":[{"Name":"_ForgeUser9116757"},{"Name":"mezz"}],"primaryAuthor":"_ForgeUser9116757","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/binnies-mods","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/866/256/256/635440405791687666.png","tags":[],"installedFile":{"id":2916129,"fileName":"binnie-mods-1.12.2-2.5.1.203.jar","fileDate":"2020-03-30T00:15:40.653Z","fileLength":5857998,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2916/129/binnie-mods-1.12.2-2.5.1.203.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4046740337,"invalidFingerprint":false},{"foldername":"binnie","fingerprint":3576060495,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2701442436,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1854648747,"invalidFingerprint":false}],"packageFingerprint":3058542917,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223525,"fileNameOnDisk":"binnie-mods-1.12.2-2.5.1.203.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:45.0506233Z","dateUpdated":"2023-07-12T19:15:45.0546308Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2916129,"fileName":"binnie-mods-1.12.2-2.5.1.203.jar","fileDate":"2020-03-30T00:15:40.653Z","fileLength":5857998,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2916/129/binnie-mods-1.12.2-2.5.1.203.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4046740337,"invalidFingerprint":false},{"foldername":"binnie","fingerprint":3576060495,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2701442436,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1854648747,"invalidFingerprint":false}],"packageFingerprint":3058542917,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223525,"fileNameOnDisk":"binnie-mods-1.12.2-2.5.1.203.jar","hashes":[]}},{"instanceID":"75f2d84a-e303-46c9-8112-f46426299327","modSource":0,"addonID":493962,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AE Additions - ExtraCells2 Fork","modFolderPath":null,"fileNameOnDisk":"AEAdditions-1.12.2-1.3.8.jar","authors":[{"Name":"MasterYodAT9G"}],"primaryAuthor":"MasterYodAT9G","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ae-additions-extra-cells-2-fork","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/396/53/256/256/637595201838124646.png","tags":[],"installedFile":{"id":3814371,"fileName":"AEAdditions-1.12.2-1.3.8.jar","fileDate":"2022-06-02T06:36:38.657Z","fileLength":2473304,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3814/371/AEAdditions-1.12.2-1.3.8.jar","isAlternate":false,"alternateFileId":3814372,"dependencies":[{"addonId":248453,"type":3},{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1071346577,"invalidFingerprint":false},{"foldername":"com","fingerprint":2443155053,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":2255328528,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1085619205,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1428100359,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2604403199,"invalidFingerprint":false}],"packageFingerprint":2210904995,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":493962,"fileNameOnDisk":"AEAdditions-1.12.2-1.3.8.jar","hashes":[]},"dateInstalled":"2023-08-04T23:56:35.0374986Z","dateUpdated":"2023-08-04T23:56:35.0403982Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3814371,"fileName":"AEAdditions-1.12.2-1.3.8.jar","fileDate":"2022-06-02T06:36:38.657Z","fileLength":2473304,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3814/371/AEAdditions-1.12.2-1.3.8.jar","isAlternate":false,"alternateFileId":3814372,"dependencies":[{"addonId":248453,"type":3},{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1071346577,"invalidFingerprint":false},{"foldername":"com","fingerprint":2443155053,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":2255328528,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1085619205,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1428100359,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2604403199,"invalidFingerprint":false}],"packageFingerprint":2210904995,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":493962,"fileNameOnDisk":"AEAdditions-1.12.2-1.3.8.jar","hashes":[]}},{"instanceID":"5f709a0e-4a26-4fc3-9bfa-cf12d97dab14","modSource":0,"addonID":226406,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Custom Main Menu","modFolderPath":null,"fileNameOnDisk":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","authors":[{"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/custom-main-menu","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/18/256/256/635549180463548679.png","tags":[],"installedFile":{"id":2857869,"fileName":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","fileDate":"2020-01-10T17:57:03.183Z","fileLength":91121,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2857/869/CustomMainMenu-MC1.12.2-2.0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":611081551,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":3904034323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1659821724,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2769122793,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":622526263,"invalidFingerprint":false}],"packageFingerprint":3526146934,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226406,"fileNameOnDisk":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:46.7482532Z","dateUpdated":"2023-07-12T19:15:46.7492145Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2857869,"fileName":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","fileDate":"2020-01-10T17:57:03.183Z","fileLength":91121,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2857/869/CustomMainMenu-MC1.12.2-2.0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":611081551,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":3904034323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1659821724,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2769122793,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":622526263,"invalidFingerprint":false}],"packageFingerprint":3526146934,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226406,"fileNameOnDisk":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","hashes":[]}},{"instanceID":"58773918-0174-4c6d-bca6-f676f633a0da","modSource":0,"addonID":225903,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Garden Stuff","modFolderPath":null,"fileNameOnDisk":"GardenStuff-1.12-2.1.1.jar","authors":[{"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/garden-stuff","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/460/256/256/635529071561337239.png","tags":[],"installedFile":{"id":2530535,"fileName":"GardenStuff-1.12-2.1.1.jar","fileDate":"2018-02-12T06:21:47.21Z","fileLength":158782,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2530/535/GardenStuff-1.12-2.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133670814,"invalidFingerprint":false},{"foldername":"com","fingerprint":2146057848,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3974659261,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2964821293,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3791333001,"invalidFingerprint":false}],"packageFingerprint":3717611999,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225903,"fileNameOnDisk":"GardenStuff-1.12-2.1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.674067Z","dateUpdated":"2023-07-12T19:16:37.6770676Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2530535,"fileName":"GardenStuff-1.12-2.1.1.jar","fileDate":"2018-02-12T06:21:47.21Z","fileLength":158782,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2530/535/GardenStuff-1.12-2.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133670814,"invalidFingerprint":false},{"foldername":"com","fingerprint":2146057848,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3974659261,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2964821293,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3791333001,"invalidFingerprint":false}],"packageFingerprint":3717611999,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225903,"fileNameOnDisk":"GardenStuff-1.12-2.1.1.jar","hashes":[]}},{"instanceID":"7dcd209b-e119-4e08-8aa7-87f1fd8419f2","modSource":0,"addonID":285612,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RandomPatches (Forge)","modFolderPath":null,"fileNameOnDisk":"randompatches-1.12.2-1.22.1.10.jar","authors":[{"Name":"TheRandomLabs"}],"primaryAuthor":"TheRandomLabs","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/randompatches-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/137/948/256/256/636518346385385655.png","tags":[],"installedFile":{"id":3133651,"fileName":"randompatches-1.12.2-1.22.1.10.jar","fileDate":"2020-12-08T08:14:46.773Z","fileLength":293231,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3133/651/randompatches-1.12.2-1.22.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":596196373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1169606322,"invalidFingerprint":false},{"foldername":"com","fingerprint":2081264778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":728151831,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3582020982,"invalidFingerprint":false}],"packageFingerprint":2867402962,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","Forge","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285612,"fileNameOnDisk":"randompatches-1.12.2-1.22.1.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.492092Z","dateUpdated":"2023-07-12T19:16:24.495091Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3133651,"fileName":"randompatches-1.12.2-1.22.1.10.jar","fileDate":"2020-12-08T08:14:46.773Z","fileLength":293231,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3133/651/randompatches-1.12.2-1.22.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":596196373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1169606322,"invalidFingerprint":false},{"foldername":"com","fingerprint":2081264778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":728151831,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3582020982,"invalidFingerprint":false}],"packageFingerprint":2867402962,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","Forge","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285612,"fileNameOnDisk":"randompatches-1.12.2-1.22.1.10.jar","hashes":[]}},{"instanceID":"6fa27326-e7d8-4f54-bd63-64de08ef6d1b","modSource":0,"addonID":266784,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Scannable","modFolderPath":null,"fileNameOnDisk":"Scannable-MC1.12.2-1.6.3.26.jar","authors":[{"Name":"Sangar_"}],"primaryAuthor":"Sangar_","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/scannable","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/97/777/256/256/636294300831790651.png","tags":[],"installedFile":{"id":3146549,"fileName":"Scannable-MC1.12.2-1.6.3.26.jar","fileDate":"2020-12-22T21:51:18.103Z","fileLength":252718,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3146/549/Scannable-MC1.12.2-1.6.3.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1764268382,"invalidFingerprint":false},{"foldername":"li","fingerprint":3337242106,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2934787899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":775322917,"invalidFingerprint":false}],"packageFingerprint":4107079025,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266784,"fileNameOnDisk":"Scannable-MC1.12.2-1.6.3.26.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.9604105Z","dateUpdated":"2023-07-12T19:15:36.9624108Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3146549,"fileName":"Scannable-MC1.12.2-1.6.3.26.jar","fileDate":"2020-12-22T21:51:18.103Z","fileLength":252718,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3146/549/Scannable-MC1.12.2-1.6.3.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1764268382,"invalidFingerprint":false},{"foldername":"li","fingerprint":3337242106,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2934787899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":775322917,"invalidFingerprint":false}],"packageFingerprint":4107079025,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266784,"fileNameOnDisk":"Scannable-MC1.12.2-1.6.3.26.jar","hashes":[]}},{"instanceID":"b1ae8fea-5fe9-447f-9684-8b45fc27cbb2","modSource":0,"addonID":270183,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Exchangers","modFolderPath":null,"fileNameOnDisk":"Exchangers-1.12.2-2.10.2.jar","authors":[{"Name":"Jacky"},{"Name":"TurkeyDev"}],"primaryAuthor":"Jacky","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/exchangers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/102/902/256/256/636334002639281052.png","tags":[],"installedFile":{"id":4546618,"fileName":"Exchangers-1.12.2-2.10.2.jar","fileDate":"2023-05-21T16:34:19.263Z","fileLength":334791,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4546/618/Exchangers-1.12.2-2.10.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":64578,"type":2},{"addonId":268560,"type":2},{"addonId":69162,"type":2},{"addonId":246760,"type":2},{"addonId":231951,"type":2},{"addonId":291737,"type":2},{"addonId":356646,"type":3},{"addonId":222880,"type":2},{"addonId":304346,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2184331168,"invalidFingerprint":false},{"foldername":"assets","fingerprint":435832706,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":2506442877,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1671333519,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":159573400,"invalidFingerprint":false}],"packageFingerprint":1328163363,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270183,"fileNameOnDisk":"Exchangers-1.12.2-2.10.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:12:48.7362226Z","dateUpdated":"2023-07-13T07:12:48.7471545Z","status":3,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4732479,"fileName":"Exchangers-1.12.2-2.10.3.jar","fileDate":"2023-09-01T15:38:29.97Z","fileLength":334852,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4732/479/Exchangers-1.12.2-2.10.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":2},{"addonId":69162,"type":2},{"addonId":222880,"type":2},{"addonId":304346,"type":2},{"addonId":246760,"type":2},{"addonId":356646,"type":3},{"addonId":268560,"type":2},{"addonId":64578,"type":2},{"addonId":69163,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3135249453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":435832706,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":2107897792,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1594010070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2596083499,"invalidFingerprint":false}],"packageFingerprint":350120927,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270183,"fileNameOnDisk":"Exchangers-1.12.2-2.10.3.jar","hashes":[{"type":1,"value":"1b09fcd6af83161ec9c6647735bebac1834b849f"},{"type":2,"value":"ac833d4471ab143617febc126bc60892"}]}},{"instanceID":"7607aa54-4439-48b6-adfa-34996a617d03","modSource":0,"addonID":278493,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Unlimited Chisel Works","modFolderPath":null,"fileNameOnDisk":"UnlimitedChiselWorks-0.3.5.jar","authors":[{"Name":"asiekierka"}],"primaryAuthor":"asiekierka","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/unlimited-chisel-works","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/123/621/256/256/636415909007705252.jpeg","tags":[],"installedFile":{"id":3319307,"fileName":"UnlimitedChiselWorks-0.3.5.jar","fileDate":"2021-05-22T14:15:15.403Z","fileLength":124777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3319/307/UnlimitedChiselWorks-0.3.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":235279,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":772628820,"invalidFingerprint":false},{"foldername":"pl","fingerprint":2033058969,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3869853837,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":73288721,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1967101042,"invalidFingerprint":false},{"foldername":"changelog","fingerprint":126908479,"invalidFingerprint":false},{"foldername":"compiletime_at.cfg","fingerprint":3289536313,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4080006483,"invalidFingerprint":false}],"packageFingerprint":1965653979,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278493,"fileNameOnDisk":"UnlimitedChiselWorks-0.3.5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:52.855345Z","dateUpdated":"2023-07-12T19:15:52.8583453Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3319307,"fileName":"UnlimitedChiselWorks-0.3.5.jar","fileDate":"2021-05-22T14:15:15.403Z","fileLength":124777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3319/307/UnlimitedChiselWorks-0.3.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":235279,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":772628820,"invalidFingerprint":false},{"foldername":"pl","fingerprint":2033058969,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3869853837,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":73288721,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1967101042,"invalidFingerprint":false},{"foldername":"changelog","fingerprint":126908479,"invalidFingerprint":false},{"foldername":"compiletime_at.cfg","fingerprint":3289536313,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4080006483,"invalidFingerprint":false}],"packageFingerprint":1965653979,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278493,"fileNameOnDisk":"UnlimitedChiselWorks-0.3.5.jar","hashes":[]}},{"instanceID":"ae24a371-600e-4938-a5d1-dd3ccb79209d","modSource":0,"addonID":268704,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CraftStudio API","modFolderPath":null,"fileNameOnDisk":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","authors":[{"Name":"jibiay"},{"Name":"Timmypote"},{"Name":"Phenix246"}],"primaryAuthor":"jibiay","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/craftstudio-api","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/100/634/256/256/636316560987351547.png","tags":[],"installedFile":{"id":2661859,"fileName":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","fileDate":"2019-01-18T22:14:22.807Z","fileLength":90465,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2661/859/CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2314640535,"invalidFingerprint":false},{"foldername":"com","fingerprint":1777442019,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4196766581,"invalidFingerprint":false}],"packageFingerprint":1339366238,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268704,"fileNameOnDisk":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.8222174Z","dateUpdated":"2023-07-12T19:16:40.8232197Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2661859,"fileName":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","fileDate":"2019-01-18T22:14:22.807Z","fileLength":90465,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2661/859/CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2314640535,"invalidFingerprint":false},{"foldername":"com","fingerprint":1777442019,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4196766581,"invalidFingerprint":false}],"packageFingerprint":1339366238,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268704,"fileNameOnDisk":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","hashes":[]}},{"instanceID":"123030e2-9082-424b-a704-3f76b2228178","modSource":0,"addonID":376903,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk)","modFolderPath":null,"fileNameOnDisk":"plustic-8.0.5.jar","authors":[{"Name":"TeamDman"}],"primaryAuthor":"TeamDman","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/plusticminusbad","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/265/6/256/256/637228246468007633.png","tags":[],"installedFile":{"id":3648592,"fileName":"plustic-8.0.5.jar","fileDate":"2022-02-15T00:54:32.647Z","fileLength":546442,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3648/592/plustic-8.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4218467200,"invalidFingerprint":false},{"foldername":"landmaster","fingerprint":215137934,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2324389882,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":604742237,"invalidFingerprint":false}],"packageFingerprint":3220896190,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":376903,"fileNameOnDisk":"plustic-8.0.5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.5489366Z","dateUpdated":"2023-07-12T19:25:20.0533017Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4703532,"fileName":"plustic-8.0.6.jar","fileDate":"2023-08-13T22:29:55.903Z","fileLength":546442,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4703/532/plustic-8.0.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2369104714,"invalidFingerprint":false},{"foldername":"landmaster","fingerprint":16243497,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2324389882,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2522229953,"invalidFingerprint":false}],"packageFingerprint":3370672618,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":376903,"fileNameOnDisk":"plustic-8.0.6.jar","hashes":[{"type":1,"value":"4b9d6094b0ad5792f3e8c80a811d71f8f80dc327"},{"type":2,"value":"f1db4bd7c0437b452b831c5bd4807a09"}]}},{"instanceID":"ea6faa6d-b6c0-4436-acc5-3e261fc3090e","modSource":0,"addonID":224641,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RFTools","modFolderPath":null,"fileNameOnDisk":"rftools-1.12-7.73.jar","authors":[{"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":417,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rftools","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/22/510/256/256/635743559787349935.png","tags":[],"installedFile":{"id":2861573,"fileName":"rftools-1.12-7.73.jar","fileDate":"2020-01-16T04:23:11.573Z","fileLength":2895803,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2861/573/rftools-1.12-7.73.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":256287,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802329841,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":3215212379,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2114006565,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4232950739,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148423064,"invalidFingerprint":false}],"packageFingerprint":2954177313,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224641,"fileNameOnDisk":"rftools-1.12-7.73.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:44.2391094Z","dateUpdated":"2023-07-12T19:15:44.2431142Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2861573,"fileName":"rftools-1.12-7.73.jar","fileDate":"2020-01-16T04:23:11.573Z","fileLength":2895803,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2861/573/rftools-1.12-7.73.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":256287,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802329841,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":3215212379,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2114006565,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4232950739,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148423064,"invalidFingerprint":false}],"packageFingerprint":2954177313,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224641,"fileNameOnDisk":"rftools-1.12-7.73.jar","hashes":[]}},{"instanceID":"b2ece21b-fa59-4ded-a1d4-ad4aa374d705","modSource":0,"addonID":291126,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Engineer's Doors","modFolderPath":null,"fileNameOnDisk":"engineers_doors-1.12.2-0.9.1.jar","authors":[{"Name":"nihiltres"}],"primaryAuthor":"nihiltres","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/engineers-doors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/147/874/256/256/636579507673109925.png","tags":[],"installedFile":{"id":3023901,"fileName":"engineers_doors-1.12.2-0.9.1.jar","fileDate":"2020-08-05T04:03:23.687Z","fileLength":135429,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3023/901/engineers_doors-1.12.2-0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1976548664,"invalidFingerprint":false},{"foldername":"nihiltres","fingerprint":183484728,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4238610201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1799942259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1054746689,"invalidFingerprint":false}],"packageFingerprint":3484625461,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291126,"fileNameOnDisk":"engineers_doors-1.12.2-0.9.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:44.474137Z","dateUpdated":"2023-07-12T19:15:44.4761375Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3023901,"fileName":"engineers_doors-1.12.2-0.9.1.jar","fileDate":"2020-08-05T04:03:23.687Z","fileLength":135429,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3023/901/engineers_doors-1.12.2-0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1976548664,"invalidFingerprint":false},{"foldername":"nihiltres","fingerprint":183484728,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4238610201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1799942259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1054746689,"invalidFingerprint":false}],"packageFingerprint":3484625461,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291126,"fileNameOnDisk":"engineers_doors-1.12.2-0.9.1.jar","hashes":[]}},{"instanceID":"21bd5705-b9a6-4317-a02b-639be63a9e26","modSource":0,"addonID":258426,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CB Multipart","modFolderPath":null,"fileNameOnDisk":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","authors":[{"Name":"covers1624"},{"Name":"MrTJP"}],"primaryAuthor":"covers1624","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cb-multipart","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/87/292/256/256/636214401677517276.png","tags":[],"installedFile":{"id":2755790,"fileName":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","fileDate":"2019-08-06T08:47:59.433Z","fileLength":1304958,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/790/ForgeMultipart-1.12.2-2.6.2.83-universal.jar","isAlternate":false,"alternateFileId":2755791,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3891823189,"invalidFingerprint":false},{"foldername":"ChickenASM-1.12-1.0.2.7.jar","fingerprint":1918344602,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1520330629,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1494326866,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":3184481455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":232249196,"invalidFingerprint":false}],"packageFingerprint":3090990458,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":258426,"fileNameOnDisk":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:08.5128679Z","dateUpdated":"2023-07-13T07:27:08.5147843Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2755790,"fileName":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","fileDate":"2019-08-06T08:47:59.433Z","fileLength":1304958,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/790/ForgeMultipart-1.12.2-2.6.2.83-universal.jar","isAlternate":false,"alternateFileId":2755791,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3891823189,"invalidFingerprint":false},{"foldername":"ChickenASM-1.12-1.0.2.7.jar","fingerprint":1918344602,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1520330629,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1494326866,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":3184481455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":232249196,"invalidFingerprint":false}],"packageFingerprint":3090990458,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":258426,"fileNameOnDisk":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","hashes":[]}},{"instanceID":"03d78970-d361-4ae7-8330-9b3f078240a7","modSource":0,"addonID":244258,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"UniDict","modFolderPath":null,"fileNameOnDisk":"UniDict-1.12.2-3.0.10.jar","authors":[{"Name":"WanionCane"}],"primaryAuthor":"WanionCane","primaryCategoryId":413,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/unidict","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/41/268/256/256/635993263668614082.png","tags":[],"installedFile":{"id":3553627,"fileName":"UniDict-1.12.2-3.0.10.jar","fileDate":"2021-12-07T12:34:33.01Z","fileLength":225385,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3553/627/UniDict-1.12.2-3.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":253043,"type":3},{"addonId":239197,"type":2},{"addonId":415020,"type":2},{"addonId":277047,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1499437721,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":3087416129,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1681510376,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2081512886,"invalidFingerprint":false},{"foldername":"unidictlogo.png","fingerprint":3434512620,"invalidFingerprint":false}],"packageFingerprint":1113472475,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244258,"fileNameOnDisk":"UniDict-1.12.2-3.0.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:18.7895307Z","dateUpdated":"2023-07-12T19:25:22.4654417Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3553627,"fileName":"UniDict-1.12.2-3.0.10.jar","fileDate":"2021-12-07T12:34:33.01Z","fileLength":225385,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3553/627/UniDict-1.12.2-3.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":253043,"type":3},{"addonId":239197,"type":2},{"addonId":415020,"type":2},{"addonId":277047,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1499437721,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":3087416129,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1681510376,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2081512886,"invalidFingerprint":false},{"foldername":"unidictlogo.png","fingerprint":3434512620,"invalidFingerprint":false}],"packageFingerprint":1113472475,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244258,"fileNameOnDisk":"UniDict-1.12.2-3.0.10.jar","hashes":[]}},{"instanceID":"4de97954-267f-4898-a499-4686f1a7a8cc","modSource":0,"addonID":230497,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chameleon","modFolderPath":null,"fileNameOnDisk":"Chameleon-1.12-4.1.3.jar","authors":[{"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chameleon","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/17/951/256/256/635671587579566644.png","tags":[],"installedFile":{"id":2450900,"fileName":"Chameleon-1.12-4.1.3.jar","fileDate":"2017-07-15T05:39:36.437Z","fileLength":96859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1389849777,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2090695927,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2873333262,"invalidFingerprint":false}],"packageFingerprint":2760206313,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230497,"fileNameOnDisk":"Chameleon-1.12-4.1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.0533199Z","dateUpdated":"2023-07-12T19:16:34.056319Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2450900,"fileName":"Chameleon-1.12-4.1.3.jar","fileDate":"2017-07-15T05:39:36.437Z","fileLength":96859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1389849777,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2090695927,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2873333262,"invalidFingerprint":false}],"packageFingerprint":2760206313,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230497,"fileNameOnDisk":"Chameleon-1.12-4.1.3.jar","hashes":[]}},{"instanceID":"855ccae5-5c07-44b4-8dd4-418a96732242","modSource":0,"addonID":221585,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Roguelike Dungeons","modFolderPath":null,"fileNameOnDisk":"RoguelikeDungeons-1.12.2-1.8.0.jar","authors":[{"Name":"Greymerk"}],"primaryAuthor":"Greymerk","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roguelike-dungeons","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/8/220/256/256/635399586447386068.png","tags":[],"installedFile":{"id":2492586,"fileName":"RoguelikeDungeons-1.12.2-1.8.0.jar","fileDate":"2017-10-20T19:07:15.16Z","fileLength":701215,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2492/586/RoguelikeDungeons-1.12.2-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"greymerk","fingerprint":4210190164,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":42257697,"invalidFingerprint":false}],"packageFingerprint":4054234996,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221585,"fileNameOnDisk":"RoguelikeDungeons-1.12.2-1.8.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:22:25.7512933Z","dateUpdated":"2023-07-13T07:22:25.7553059Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2492586,"fileName":"RoguelikeDungeons-1.12.2-1.8.0.jar","fileDate":"2017-10-20T19:07:15.16Z","fileLength":701215,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2492/586/RoguelikeDungeons-1.12.2-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"greymerk","fingerprint":4210190164,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":42257697,"invalidFingerprint":false}],"packageFingerprint":4054234996,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221585,"fileNameOnDisk":"RoguelikeDungeons-1.12.2-1.8.0.jar","hashes":[]}},{"instanceID":"e61d63bf-6588-4b7b-8716-590bd1e4a36b","modSource":0,"addonID":225561,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extra Utilities","modFolderPath":null,"fileNameOnDisk":"extrautils2-1.12-1.9.9.jar","authors":[{"Name":"RWTema"}],"primaryAuthor":"RWTema","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extra-utilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/80/256/256/635515125983340028.png","tags":[],"installedFile":{"id":2678374,"fileName":"extrautils2-1.12-1.9.9.jar","fileDate":"2019-02-21T22:11:37.027Z","fileLength":3226408,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2393535860,"invalidFingerprint":false},{"foldername":"com","fingerprint":4273496676,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1171149069,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":302704259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":314185225,"invalidFingerprint":false}],"packageFingerprint":2050253455,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225561,"fileNameOnDisk":"extrautils2-1.12-1.9.9.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.5351222Z","dateUpdated":"2023-07-12T19:15:53.5401207Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2678374,"fileName":"extrautils2-1.12-1.9.9.jar","fileDate":"2019-02-21T22:11:37.027Z","fileLength":3226408,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2393535860,"invalidFingerprint":false},{"foldername":"com","fingerprint":4273496676,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1171149069,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":302704259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":314185225,"invalidFingerprint":false}],"packageFingerprint":2050253455,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225561,"fileNameOnDisk":"extrautils2-1.12-1.9.9.jar","hashes":[]}},{"instanceID":"3f07029d-30f3-44c1-acff-a2742ee55d06","modSource":0,"addonID":250763,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RFTools Control","modFolderPath":null,"fileNameOnDisk":"rftoolsctrl-1.12-2.0.2.jar","authors":[{"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rftools-control","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/50/211/256/256/636087648718872179.png","tags":[],"installedFile":{"id":2705813,"fileName":"rftoolsctrl-1.12-2.0.2.jar","fileDate":"2019-05-01T04:37:55.937Z","fileLength":600728,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/813/rftoolsctrl-1.12-2.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1357189213,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":4154545413,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2695639641,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1984565353,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1484899670,"invalidFingerprint":false}],"packageFingerprint":1940565279,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250763,"fileNameOnDisk":"rftoolsctrl-1.12-2.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.0867002Z","dateUpdated":"2023-07-12T19:16:24.0897021Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2705813,"fileName":"rftoolsctrl-1.12-2.0.2.jar","fileDate":"2019-05-01T04:37:55.937Z","fileLength":600728,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/813/rftoolsctrl-1.12-2.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1357189213,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":4154545413,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2695639641,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1984565353,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1484899670,"invalidFingerprint":false}],"packageFingerprint":1940565279,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250763,"fileNameOnDisk":"rftoolsctrl-1.12-2.0.2.jar","hashes":[]}},{"instanceID":"1823fe17-020b-4f5d-9941-5ae10f924d9d","modSource":0,"addonID":409087,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Entity Culling","modFolderPath":null,"fileNameOnDisk":"EntityCulling-1.12.2-6.4.1.jar","authors":[{"Name":"meldexun"}],"primaryAuthor":"meldexun","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entity-culling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/301/368/256/256/637362118745351863.png","tags":[],"installedFile":{"id":4620881,"fileName":"EntityCulling-1.12.2-6.4.1.jar","fileDate":"2023-07-02T11:40:03.657Z","fileLength":61287,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4620/881/EntityCulling-1.12.2-6.4.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":624967,"type":3},{"addonId":405327,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3378412057,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":627606960,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1710375549,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1609459108,"invalidFingerprint":false},{"foldername":"mixins.entityculling.json","fingerprint":3214959922,"invalidFingerprint":false},{"foldername":"mixins.entityculling.refmap.json","fingerprint":4211508766,"invalidFingerprint":false}],"packageFingerprint":1847301210,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":409087,"fileNameOnDisk":"EntityCulling-1.12.2-6.4.1.jar","hashes":[]},"dateInstalled":"2023-08-06T05:39:41.5834053Z","dateUpdated":"2023-08-06T05:39:41.5864058Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4620881,"fileName":"EntityCulling-1.12.2-6.4.1.jar","fileDate":"2023-07-02T11:40:03.657Z","fileLength":61287,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4620/881/EntityCulling-1.12.2-6.4.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":624967,"type":3},{"addonId":405327,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3378412057,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":627606960,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1710375549,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1609459108,"invalidFingerprint":false},{"foldername":"mixins.entityculling.json","fingerprint":3214959922,"invalidFingerprint":false},{"foldername":"mixins.entityculling.refmap.json","fingerprint":4211508766,"invalidFingerprint":false}],"packageFingerprint":1847301210,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":409087,"fileNameOnDisk":"EntityCulling-1.12.2-6.4.1.jar","hashes":[]}},{"instanceID":"9fc02216-e1d5-45df-bbe4-7707dd212884","modSource":0,"addonID":224535,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"IvToolkit","modFolderPath":null,"fileNameOnDisk":"IvToolkit-1.3.3-1.12.jar","authors":[{"Name":"Ivorius"}],"primaryAuthor":"Ivorius","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ivtoolkit","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/949/256/256/635474108213063984.png","tags":[],"installedFile":{"id":2443253,"fileName":"IvToolkit-1.3.3-1.12.jar","fileDate":"2017-06-29T13:05:50.337Z","fileLength":455763,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/253/IvToolkit-1.3.3-1.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4147735086,"invalidFingerprint":false},{"foldername":"ivorius","fingerprint":3977243659,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3055408733,"invalidFingerprint":false}],"packageFingerprint":2463394895,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224535,"fileNameOnDisk":"IvToolkit-1.3.3-1.12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.225791Z","dateUpdated":"2023-07-12T19:16:13.2298162Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2443253,"fileName":"IvToolkit-1.3.3-1.12.jar","fileDate":"2017-06-29T13:05:50.337Z","fileLength":455763,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/253/IvToolkit-1.3.3-1.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4147735086,"invalidFingerprint":false},{"foldername":"ivorius","fingerprint":3977243659,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3055408733,"invalidFingerprint":false}],"packageFingerprint":2463394895,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224535,"fileNameOnDisk":"IvToolkit-1.3.3-1.12.jar","hashes":[]}},{"instanceID":"e74010c3-8f2a-4aec-a99f-f1a762de6a45","modSource":0,"addonID":265917,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Integration","modFolderPath":null,"fileNameOnDisk":"jeiintegration_1.12.2-1.6.0.jar","authors":[{"Name":"SnowShock35"}],"primaryAuthor":"SnowShock35","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-integration","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/106/916/256/256/636362572840734804.png","tags":[],"installedFile":{"id":2951731,"fileName":"jeiintegration_1.12.2-1.6.0.jar","fileDate":"2020-05-08T19:34:37.91Z","fileLength":25196,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2951/731/jeiintegration_1.12.2-1.6.0.jar","isAlternate":false,"alternateFileId":2951733,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2172882656,"invalidFingerprint":false},{"foldername":"com","fingerprint":3212149294,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2922011523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1665464600,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2101423926,"invalidFingerprint":false}],"packageFingerprint":1053708721,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":265917,"fileNameOnDisk":"jeiintegration_1.12.2-1.6.0.jar","hashes":[]},"dateInstalled":"2023-08-05T21:25:46.6044417Z","dateUpdated":"2023-08-05T21:25:46.6064415Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2951731,"fileName":"jeiintegration_1.12.2-1.6.0.jar","fileDate":"2020-05-08T19:34:37.91Z","fileLength":25196,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2951/731/jeiintegration_1.12.2-1.6.0.jar","isAlternate":false,"alternateFileId":2951733,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2172882656,"invalidFingerprint":false},{"foldername":"com","fingerprint":3212149294,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2922011523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1665464600,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2101423926,"invalidFingerprint":false}],"packageFingerprint":1053708721,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":265917,"fileNameOnDisk":"jeiintegration_1.12.2-1.6.0.jar","hashes":[]}},{"instanceID":"82f4193e-66e7-4cda-9871-0100505494c9","modSource":0,"addonID":282940,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mystical World","modFolderPath":null,"fileNameOnDisk":"mysticalworld-1.12.2-1.11.0.jar","authors":[{"Name":"Noobanidus"},{"Name":"EpicSquid315"},{"Name":"Martacus"},{"Name":"Davoleo_K"}],"primaryAuthor":"Noobanidus","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mystical-world","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/132/849/256/256/636478631776363687.png","tags":[],"installedFile":{"id":3460961,"fileName":"mysticalworld-1.12.2-1.11.0.jar","fileDate":"2021-09-16T05:57:28.613Z","fileLength":2367049,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3460/961/mysticalworld-1.12.2-1.11.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3},{"addonId":306770,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971339337,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1793223890,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321037143,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":41030274,"invalidFingerprint":false},{"foldername":"mysticalworld_at.cfg","fingerprint":1856998760,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1746316299,"invalidFingerprint":false}],"packageFingerprint":195298617,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282940,"fileNameOnDisk":"mysticalworld-1.12.2-1.11.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:12.9393473Z","dateUpdated":"2023-07-12T19:25:18.9800848Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3460961,"fileName":"mysticalworld-1.12.2-1.11.0.jar","fileDate":"2021-09-16T05:57:28.613Z","fileLength":2367049,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3460/961/mysticalworld-1.12.2-1.11.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3},{"addonId":306770,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971339337,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1793223890,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321037143,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":41030274,"invalidFingerprint":false},{"foldername":"mysticalworld_at.cfg","fingerprint":1856998760,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1746316299,"invalidFingerprint":false}],"packageFingerprint":195298617,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282940,"fileNameOnDisk":"mysticalworld-1.12.2-1.11.0.jar","hashes":[]}},{"instanceID":"58f25d4b-fa98-429d-9137-3b44642a2b43","modSource":0,"addonID":236307,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integrated Dynamics","modFolderPath":null,"fileNameOnDisk":"IntegratedDynamics-1.12.2-1.1.11.jar","authors":[{"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/396/256/256/636077266568975656.png","tags":[],"installedFile":{"id":3159505,"fileName":"IntegratedDynamics-1.12.2-1.1.11.jar","fileDate":"2021-01-05T19:06:41.947Z","fileLength":3049509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/505/IntegratedDynamics-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":3159506,"dependencies":[{"addonId":232758,"type":3},{"addonId":247007,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":537974253,"invalidFingerprint":false},{"foldername":"LICENSE-re2j.txt","fingerprint":66756537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4250703921,"invalidFingerprint":false},{"foldername":"com","fingerprint":607415179,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3003671945,"invalidFingerprint":false},{"foldername":"org","fingerprint":4258081029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2385333503,"invalidFingerprint":false}],"packageFingerprint":1029740924,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236307,"fileNameOnDisk":"IntegratedDynamics-1.12.2-1.1.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:38.7639772Z","dateUpdated":"2023-07-12T19:16:38.7689457Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3159505,"fileName":"IntegratedDynamics-1.12.2-1.1.11.jar","fileDate":"2021-01-05T19:06:41.947Z","fileLength":3049509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/505/IntegratedDynamics-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":3159506,"dependencies":[{"addonId":232758,"type":3},{"addonId":247007,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":537974253,"invalidFingerprint":false},{"foldername":"LICENSE-re2j.txt","fingerprint":66756537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4250703921,"invalidFingerprint":false},{"foldername":"com","fingerprint":607415179,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3003671945,"invalidFingerprint":false},{"foldername":"org","fingerprint":4258081029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2385333503,"invalidFingerprint":false}],"packageFingerprint":1029740924,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236307,"fileNameOnDisk":"IntegratedDynamics-1.12.2-1.1.11.jar","hashes":[]}},{"instanceID":"c4f83e4e-16a9-4c38-9aa5-310c410ac71a","modSource":0,"addonID":782070,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Startup Timer","modFolderPath":null,"fileNameOnDisk":"startuptimer-1.0.1.jar","authors":[{"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/startup-timer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/725/677/256/256/638077651238731181.png","tags":[],"installedFile":{"id":4275356,"fileName":"startuptimer-1.0.1.jar","fileDate":"2022-12-27T19:32:52.76Z","fileLength":11114,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4275/356/startuptimer-1.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":94113357,"invalidFingerprint":false},{"foldername":"org","fingerprint":1190138522,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3640237812,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.json","fingerprint":2094572207,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":1690117803,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":782070,"fileNameOnDisk":"startuptimer-1.0.1.jar","hashes":[{"type":1,"value":"4b41bf1b3902b6fb8b9bb8e7c19f394adc82f8b5"},{"type":2,"value":"58ae85fb4ad2ea374e32d9c5aff50c6b"}]},"dateInstalled":"2023-09-17T02:38:22.3771533Z","dateUpdated":"2023-09-17T02:38:22.3801488Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4275356,"fileName":"startuptimer-1.0.1.jar","fileDate":"2022-12-27T19:32:52.76Z","fileLength":11114,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4275/356/startuptimer-1.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":94113357,"invalidFingerprint":false},{"foldername":"org","fingerprint":1190138522,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3640237812,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.json","fingerprint":2094572207,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":1690117803,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":782070,"fileNameOnDisk":"startuptimer-1.0.1.jar","hashes":[{"type":1,"value":"4b41bf1b3902b6fb8b9bb8e7c19f394adc82f8b5"},{"type":2,"value":"58ae85fb4ad2ea374e32d9c5aff50c6b"}]}},{"instanceID":"d8e6c582-81db-4cfa-9642-b9fbb1e48d13","modSource":0,"addonID":236541,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LibVulpes","modFolderPath":null,"fileNameOnDisk":"LibVulpes-1.12.2-0.4.2-25-universal.jar","authors":[{"Name":"zmaster587"}],"primaryAuthor":"zmaster587","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/libvulpes","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/26/403/256/256/635790882935348135.png","tags":[],"installedFile":{"id":3801015,"fileName":"LibVulpes-1.12.2-0.4.2-25-universal.jar","fileDate":"2022-05-22T08:48:22.107Z","fileLength":539301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3801/15/LibVulpes-1.12.2-0.4.2-25-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2184030009,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":1817528630,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3364753046,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":989005462,"invalidFingerprint":false}],"packageFingerprint":429175792,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236541,"fileNameOnDisk":"LibVulpes-1.12.2-0.4.2-25-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.3479037Z","dateUpdated":"2023-07-12T19:25:24.06711Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3801015,"fileName":"LibVulpes-1.12.2-0.4.2-25-universal.jar","fileDate":"2022-05-22T08:48:22.107Z","fileLength":539301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3801/15/LibVulpes-1.12.2-0.4.2-25-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2184030009,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":1817528630,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3364753046,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":989005462,"invalidFingerprint":false}],"packageFingerprint":429175792,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236541,"fileNameOnDisk":"LibVulpes-1.12.2-0.4.2-25-universal.jar","hashes":[]}},{"instanceID":"ca296e86-c79f-4fd5-b6ea-88ab61ef1ef8","modSource":0,"addonID":223094,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Inventory Tweaks [1.12 only] ","modFolderPath":null,"fileNameOnDisk":"InventoryTweaks-1.64+dev.151.jar","authors":[{"Name":"JimeoWan"},{"Name":"Forge_User_09631947"}],"primaryAuthor":"JimeoWan","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/423/256/256/635428742381702656.png","tags":[],"installedFile":{"id":2923460,"fileName":"InventoryTweaks-1.64+dev.151.jar","fileDate":"2020-04-07T13:50:18.55Z","fileLength":286144,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2923/460/InventoryTweaks-1.64+dev.151.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1066045293,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":4170564840,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2054580395,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1495522677,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":934435428,"invalidFingerprint":false},{"foldername":"invtweaks.png","fingerprint":1558494413,"invalidFingerprint":false},{"foldername":"invtweaks_at.cfg","fingerprint":180667226,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3247284929,"invalidFingerprint":false}],"packageFingerprint":42535972,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223094,"fileNameOnDisk":"InventoryTweaks-1.64+dev.151.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.852076Z","dateUpdated":"2023-07-12T19:16:22.8550811Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2923460,"fileName":"InventoryTweaks-1.64+dev.151.jar","fileDate":"2020-04-07T13:50:18.55Z","fileLength":286144,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2923/460/InventoryTweaks-1.64+dev.151.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1066045293,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":4170564840,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2054580395,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1495522677,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":934435428,"invalidFingerprint":false},{"foldername":"invtweaks.png","fingerprint":1558494413,"invalidFingerprint":false},{"foldername":"invtweaks_at.cfg","fingerprint":180667226,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3247284929,"invalidFingerprint":false}],"packageFingerprint":42535972,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223094,"fileNameOnDisk":"InventoryTweaks-1.64+dev.151.jar","hashes":[]}},{"instanceID":"815d9451-29d0-409b-98ab-9faad7ff1e90","modSource":0,"addonID":449616,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Cats & Dogs","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-catsdogs-1.0.0.28.jar","authors":[{"Name":"Tschipp"},{"Name":"Purplicious_Cow_"},{"Name":"javaraptor"},{"Name":"RazzleberryFox"}],"primaryAuthor":"Tschipp","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania-cats-dogs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/346/844/256/256/637496100920279441.png","tags":[],"installedFile":{"id":3213171,"fileName":"animania-1.12.2-catsdogs-1.0.0.28.jar","fileDate":"2021-02-22T17:36:34.87Z","fileLength":554151,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/171/animania-1.12.2-catsdogs-1.0.0.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":24865613,"invalidFingerprint":false},{"foldername":"com","fingerprint":198995800,"invalidFingerprint":false}],"packageFingerprint":3146178433,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":449616,"fileNameOnDisk":"animania-1.12.2-catsdogs-1.0.0.28.jar","hashes":[]},"dateInstalled":"2023-07-18T00:49:23.9555739Z","dateUpdated":"2023-07-18T00:49:23.9585892Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213171,"fileName":"animania-1.12.2-catsdogs-1.0.0.28.jar","fileDate":"2021-02-22T17:36:34.87Z","fileLength":554151,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/171/animania-1.12.2-catsdogs-1.0.0.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":24865613,"invalidFingerprint":false},{"foldername":"com","fingerprint":198995800,"invalidFingerprint":false}],"packageFingerprint":3146178433,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":449616,"fileNameOnDisk":"animania-1.12.2-catsdogs-1.0.0.28.jar","hashes":[]}},{"instanceID":"40e25235-d9a3-4a6c-8333-3c7f5553f53a","modSource":0,"addonID":293602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Armory Expansion","modFolderPath":null,"fileNameOnDisk":"armoryexpansion-1.4.2.jar","authors":[{"Name":"AshuraNoYami"}],"primaryAuthor":"AshuraNoYami","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/armory-expansion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/891/256/256/636614810648892587.png","tags":[],"installedFile":{"id":2925154,"fileName":"armoryexpansion-1.4.2.jar","fileDate":"2020-04-09T12:30:13.803Z","fileLength":79038,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2925/154/armoryexpansion-1.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":64578,"type":2},{"addonId":244357,"type":2},{"addonId":227639,"type":2},{"addonId":228823,"type":2},{"addonId":293938,"type":2},{"addonId":287683,"type":3},{"addonId":256247,"type":2},{"addonId":74072,"type":3},{"addonId":247661,"type":2},{"addonId":277938,"type":2},{"addonId":264231,"type":2},{"addonId":240967,"type":2},{"addonId":246640,"type":2},{"addonId":234851,"type":2},{"addonId":263624,"type":2},{"addonId":260327,"type":2},{"addonId":74924,"type":3},{"addonId":220311,"type":2},{"addonId":225561,"type":2},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2774308474,"invalidFingerprint":false},{"foldername":"org","fingerprint":1714998643,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2990419079,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1625917808,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":311475821,"invalidFingerprint":false}],"packageFingerprint":2976170333,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293602,"fileNameOnDisk":"armoryexpansion-1.4.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:15:06.808317Z","dateUpdated":"2023-07-13T07:15:06.8123062Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2925154,"fileName":"armoryexpansion-1.4.2.jar","fileDate":"2020-04-09T12:30:13.803Z","fileLength":79038,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2925/154/armoryexpansion-1.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":64578,"type":2},{"addonId":244357,"type":2},{"addonId":227639,"type":2},{"addonId":228823,"type":2},{"addonId":293938,"type":2},{"addonId":287683,"type":3},{"addonId":256247,"type":2},{"addonId":74072,"type":3},{"addonId":247661,"type":2},{"addonId":277938,"type":2},{"addonId":264231,"type":2},{"addonId":240967,"type":2},{"addonId":246640,"type":2},{"addonId":234851,"type":2},{"addonId":263624,"type":2},{"addonId":260327,"type":2},{"addonId":74924,"type":3},{"addonId":220311,"type":2},{"addonId":225561,"type":2},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2774308474,"invalidFingerprint":false},{"foldername":"org","fingerprint":1714998643,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2990419079,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1625917808,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":311475821,"invalidFingerprint":false}],"packageFingerprint":2976170333,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293602,"fileNameOnDisk":"armoryexpansion-1.4.2.jar","hashes":[]}},{"instanceID":"031a2c82-edd6-4fd2-aded-b62c46e42a04","modSource":0,"addonID":290659,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Pretty Beaches","modFolderPath":null,"fileNameOnDisk":"PrettyBeaches_1.12.2-1.1.0.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pretty-beaches","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/146/955/256/256/636573526858217141.png","tags":[],"installedFile":{"id":3067807,"fileName":"PrettyBeaches_1.12.2-1.1.0.jar","fileDate":"2020-09-28T18:36:22.97Z","fileLength":10006,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3067/807/PrettyBeaches_1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2964568523,"invalidFingerprint":false},{"foldername":"net","fingerprint":29043860,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987047130,"invalidFingerprint":false}],"packageFingerprint":919757452,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":290659,"fileNameOnDisk":"PrettyBeaches_1.12.2-1.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.4319208Z","dateUpdated":"2023-07-12T19:16:23.4329209Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3067807,"fileName":"PrettyBeaches_1.12.2-1.1.0.jar","fileDate":"2020-09-28T18:36:22.97Z","fileLength":10006,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3067/807/PrettyBeaches_1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2964568523,"invalidFingerprint":false},{"foldername":"net","fingerprint":29043860,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987047130,"invalidFingerprint":false}],"packageFingerprint":919757452,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":290659,"fileNameOnDisk":"PrettyBeaches_1.12.2-1.1.0.jar","hashes":[]}},{"instanceID":"18f5d55c-e2e3-41ad-9bea-b98a69663c4f","modSource":0,"addonID":277938,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integration Foregoing","modFolderPath":null,"fileNameOnDisk":"IntegrationForegoing-1.12.2-1.11.jar","authors":[{"Name":"Jacky"},{"Name":"Buuz135"}],"primaryAuthor":"Jacky","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integration-foregoing","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/272/256/256/636610312198110630.png","tags":[],"installedFile":{"id":3200529,"fileName":"IntegrationForegoing-1.12.2-1.11.jar","fileDate":"2021-02-11T16:39:21.447Z","fileLength":220777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3200/529/IntegrationForegoing-1.12.2-1.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":2},{"addonId":64578,"type":2},{"addonId":226254,"type":2},{"addonId":256247,"type":2},{"addonId":275408,"type":2},{"addonId":231951,"type":2},{"addonId":274456,"type":2},{"addonId":285439,"type":2},{"addonId":308192,"type":2},{"addonId":59816,"type":2},{"addonId":297361,"type":2},{"addonId":241721,"type":2},{"addonId":223794,"type":2},{"addonId":74072,"type":2},{"addonId":59751,"type":2},{"addonId":225561,"type":2},{"addonId":239197,"type":2},{"addonId":74120,"type":2},{"addonId":311054,"type":2},{"addonId":220318,"type":2},{"addonId":266515,"type":3},{"addonId":74610,"type":2},{"addonId":246761,"type":2},{"addonId":246640,"type":2},{"addonId":225635,"type":2},{"addonId":268250,"type":2},{"addonId":239286,"type":2},{"addonId":220311,"type":2},{"addonId":224641,"type":2},{"addonId":222880,"type":2},{"addonId":263884,"type":2},{"addonId":225643,"type":2},{"addonId":356646,"type":3},{"addonId":256141,"type":2},{"addonId":221857,"type":2},{"addonId":228404,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3482556941,"invalidFingerprint":false},{"foldername":"assets","fingerprint":530775662,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":4053624188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1954477967,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354203209,"invalidFingerprint":false}],"packageFingerprint":4008083745,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277938,"fileNameOnDisk":"IntegrationForegoing-1.12.2-1.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:36.3890321Z","dateUpdated":"2023-07-12T19:16:36.3910128Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3200529,"fileName":"IntegrationForegoing-1.12.2-1.11.jar","fileDate":"2021-02-11T16:39:21.447Z","fileLength":220777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3200/529/IntegrationForegoing-1.12.2-1.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":2},{"addonId":64578,"type":2},{"addonId":226254,"type":2},{"addonId":256247,"type":2},{"addonId":275408,"type":2},{"addonId":231951,"type":2},{"addonId":274456,"type":2},{"addonId":285439,"type":2},{"addonId":308192,"type":2},{"addonId":59816,"type":2},{"addonId":297361,"type":2},{"addonId":241721,"type":2},{"addonId":223794,"type":2},{"addonId":74072,"type":2},{"addonId":59751,"type":2},{"addonId":225561,"type":2},{"addonId":239197,"type":2},{"addonId":74120,"type":2},{"addonId":311054,"type":2},{"addonId":220318,"type":2},{"addonId":266515,"type":3},{"addonId":74610,"type":2},{"addonId":246761,"type":2},{"addonId":246640,"type":2},{"addonId":225635,"type":2},{"addonId":268250,"type":2},{"addonId":239286,"type":2},{"addonId":220311,"type":2},{"addonId":224641,"type":2},{"addonId":222880,"type":2},{"addonId":263884,"type":2},{"addonId":225643,"type":2},{"addonId":356646,"type":3},{"addonId":256141,"type":2},{"addonId":221857,"type":2},{"addonId":228404,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3482556941,"invalidFingerprint":false},{"foldername":"assets","fingerprint":530775662,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":4053624188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1954477967,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354203209,"invalidFingerprint":false}],"packageFingerprint":4008083745,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277938,"fileNameOnDisk":"IntegrationForegoing-1.12.2-1.11.jar","hashes":[]}},{"instanceID":"7710f237-4897-4d80-bc9f-bf93fd29a5b1","modSource":0,"addonID":257356,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"In Control!","modFolderPath":null,"fileNameOnDisk":"incontrol-1.12-3.9.18.jar","authors":[{"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/in-control","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/85/377/256/256/636201452105591653.png","tags":[],"installedFile":{"id":3101719,"fileName":"incontrol-1.12-3.9.18.jar","fileDate":"2020-11-04T05:29:29.51Z","fileLength":152687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3101/719/incontrol-1.12-3.9.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107273488,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":78312095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3314782593,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1002355645,"invalidFingerprint":false}],"packageFingerprint":622213382,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257356,"fileNameOnDisk":"incontrol-1.12-3.9.18.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:47.4148374Z","dateUpdated":"2023-07-12T19:16:47.4188379Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3101719,"fileName":"incontrol-1.12-3.9.18.jar","fileDate":"2020-11-04T05:29:29.51Z","fileLength":152687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3101/719/incontrol-1.12-3.9.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107273488,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":78312095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3314782593,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1002355645,"invalidFingerprint":false}],"packageFingerprint":622213382,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257356,"fileNameOnDisk":"incontrol-1.12-3.9.18.jar","hashes":[]}},{"instanceID":"ef003655-c3b9-487c-88cb-01a232e81644","modSource":0,"addonID":223565,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Draconic Evolution","modFolderPath":null,"fileNameOnDisk":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","authors":[{"Name":"brandon3055"}],"primaryAuthor":"brandon3055","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/draconic-evolution","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/890/256/256/635440874545018659.png","tags":[],"installedFile":{"id":3431261,"fileName":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","fileDate":"2021-08-19T10:59:21.61Z","fileLength":5708839,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3431/261/Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3},{"addonId":231382,"type":3},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2628115046,"invalidFingerprint":false},{"foldername":"com","fingerprint":1917918043,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":272142272,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":485916345,"invalidFingerprint":false},{"foldername":"banner.png","fingerprint":2969974361,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903433086,"invalidFingerprint":false}],"packageFingerprint":3391923374,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223565,"fileNameOnDisk":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.0278349Z","dateUpdated":"2023-07-12T19:25:15.0615443Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3431261,"fileName":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","fileDate":"2021-08-19T10:59:21.61Z","fileLength":5708839,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3431/261/Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3},{"addonId":231382,"type":3},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2628115046,"invalidFingerprint":false},{"foldername":"com","fingerprint":1917918043,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":272142272,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":485916345,"invalidFingerprint":false},{"foldername":"banner.png","fingerprint":2969974361,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903433086,"invalidFingerprint":false}],"packageFingerprint":3391923374,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223565,"fileNameOnDisk":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","hashes":[]}},{"instanceID":"3ed60681-961e-45f2-94f0-71e74d107fba","modSource":0,"addonID":308646,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"No Tema Stahp","modFolderPath":null,"fileNameOnDisk":"NoTemaStahp-1.12.2-1.0.3.jar","authors":[{"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-tema-stahp","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/181/290/256/256/636799358505130067.png","tags":[],"installedFile":{"id":2690069,"fileName":"NoTemaStahp-1.12.2-1.0.3.jar","fileDate":"2019-03-21T19:28:28.963Z","fileLength":7238,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2690/69/NoTemaStahp-1.12.2-1.0.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2161450442,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1577928828,"invalidFingerprint":false},{"foldername":"net","fingerprint":142364948,"invalidFingerprint":false}],"packageFingerprint":3540574862,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308646,"fileNameOnDisk":"NoTemaStahp-1.12.2-1.0.3.jar","hashes":[]},"dateInstalled":"2023-07-13T07:16:40.7153903Z","dateUpdated":"2023-07-13T07:16:40.7173845Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2690069,"fileName":"NoTemaStahp-1.12.2-1.0.3.jar","fileDate":"2019-03-21T19:28:28.963Z","fileLength":7238,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2690/69/NoTemaStahp-1.12.2-1.0.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2161450442,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1577928828,"invalidFingerprint":false},{"foldername":"net","fingerprint":142364948,"invalidFingerprint":false}],"packageFingerprint":3540574862,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308646,"fileNameOnDisk":"NoTemaStahp-1.12.2-1.0.3.jar","hashes":[]}},{"instanceID":"bac2c817-c358-4d17-bf17-63b7ce652f5c","modSource":0,"addonID":272515,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Better Advancements","modFolderPath":null,"fileNameOnDisk":"BetterAdvancements-1.12.2-0.1.0.77.jar","authors":[{"Name":"way2muchnoise"}],"primaryAuthor":"way2muchnoise","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-advancements","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/106/654/256/256/636360849723336023.png","tags":[],"installedFile":{"id":2685984,"fileName":"BetterAdvancements-1.12.2-0.1.0.77.jar","fileDate":"2019-03-11T20:53:31.367Z","fileLength":62668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2685/984/BetterAdvancements-1.12.2-0.1.0.77.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1270984732,"invalidFingerprint":false},{"foldername":"betteradvancements","fingerprint":3341295667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077765080,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3841018458,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3728515777,"invalidFingerprint":false}],"packageFingerprint":1663259258,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272515,"fileNameOnDisk":"BetterAdvancements-1.12.2-0.1.0.77.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.6071207Z","dateUpdated":"2023-07-12T19:16:35.6081424Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2685984,"fileName":"BetterAdvancements-1.12.2-0.1.0.77.jar","fileDate":"2019-03-11T20:53:31.367Z","fileLength":62668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2685/984/BetterAdvancements-1.12.2-0.1.0.77.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1270984732,"invalidFingerprint":false},{"foldername":"betteradvancements","fingerprint":3341295667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077765080,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3841018458,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3728515777,"invalidFingerprint":false}],"packageFingerprint":1663259258,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272515,"fileNameOnDisk":"BetterAdvancements-1.12.2-0.1.0.77.jar","hashes":[]}},{"instanceID":"308cc675-e886-4129-87e8-d443f49e9c5f","modSource":0,"addonID":281390,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MeeCreeps","modFolderPath":null,"fileNameOnDisk":"meecreeps-1.12-1.3.1.jar","authors":[{"Name":"McJty"},{"Name":"Forge_User_24091647"}],"primaryAuthor":"McJty","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/meecreeps","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/129/492/256/256/636457802554209123.png","tags":[],"installedFile":{"id":2707393,"fileName":"meecreeps-1.12-1.3.1.jar","fileDate":"2019-05-05T06:23:44.89Z","fileLength":575223,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/393/meecreeps-1.12-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1044179094,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":2301426859,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2295001293,"invalidFingerprint":false}],"packageFingerprint":180887399,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281390,"fileNameOnDisk":"meecreeps-1.12-1.3.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.3235098Z","dateUpdated":"2023-07-12T19:16:46.3255227Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2707393,"fileName":"meecreeps-1.12-1.3.1.jar","fileDate":"2019-05-05T06:23:44.89Z","fileLength":575223,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/393/meecreeps-1.12-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1044179094,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":2301426859,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2295001293,"invalidFingerprint":false}],"packageFingerprint":180887399,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281390,"fileNameOnDisk":"meecreeps-1.12-1.3.1.jar","hashes":[]}},{"instanceID":"fd1027eb-ba8a-4d9d-870f-d97924ccd068","modSource":0,"addonID":287683,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Construct's Armory","modFolderPath":null,"fileNameOnDisk":"conarm-1.12.2-1.2.5.10.jar","authors":[{"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/constructs-armory","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/153/560/256/256/636619290357325647.png","tags":[],"installedFile":{"id":3174535,"fileName":"conarm-1.12.2-1.2.5.10.jar","fileDate":"2021-01-20T02:39:44.96Z","fileLength":894824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3174/535/conarm-1.12.2-1.2.5.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":2},{"addonId":238222,"type":2},{"addonId":74072,"type":3},{"addonId":74924,"type":3},{"addonId":237065,"type":2},{"addonId":250957,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3420074694,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1649140428,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1402552751,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1250182774,"invalidFingerprint":false},{"foldername":"c4","fingerprint":3038821030,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3602596313,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":543636038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1445967504,"invalidFingerprint":false}],"packageFingerprint":193087825,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":287683,"fileNameOnDisk":"conarm-1.12.2-1.2.5.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:47.5906878Z","dateUpdated":"2023-07-12T19:15:47.59369Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3174535,"fileName":"conarm-1.12.2-1.2.5.10.jar","fileDate":"2021-01-20T02:39:44.96Z","fileLength":894824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3174/535/conarm-1.12.2-1.2.5.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":2},{"addonId":238222,"type":2},{"addonId":74072,"type":3},{"addonId":74924,"type":3},{"addonId":237065,"type":2},{"addonId":250957,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3420074694,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1649140428,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1402552751,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1250182774,"invalidFingerprint":false},{"foldername":"c4","fingerprint":3038821030,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3602596313,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":543636038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1445967504,"invalidFingerprint":false}],"packageFingerprint":193087825,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":287683,"fileNameOnDisk":"conarm-1.12.2-1.2.5.10.jar","hashes":[]}},{"instanceID":"0c40e997-8882-4a97-bbb8-1866b90c2d75","modSource":0,"addonID":227083,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Baubles","modFolderPath":null,"fileNameOnDisk":"Baubles-1.12-1.5.2.jar","authors":[{"Name":"Azanor13"}],"primaryAuthor":"Azanor13","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/baubles","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/646/256/256/635570985817200602.png","tags":[],"installedFile":{"id":2518667,"fileName":"Baubles-1.12-1.5.2.jar","fileDate":"2018-01-10T08:23:04.2Z","fileLength":108450,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"baubles","fingerprint":2902570102,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1531625824,"invalidFingerprint":false},{"foldername":"BLogo.png","fingerprint":1045816268,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":1972460944,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3685775933,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2185320186,"invalidFingerprint":false}],"packageFingerprint":4247051032,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227083,"fileNameOnDisk":"Baubles-1.12-1.5.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.263104Z","dateUpdated":"2023-07-12T19:15:49.2651019Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2518667,"fileName":"Baubles-1.12-1.5.2.jar","fileDate":"2018-01-10T08:23:04.2Z","fileLength":108450,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"baubles","fingerprint":2902570102,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1531625824,"invalidFingerprint":false},{"foldername":"BLogo.png","fingerprint":1045816268,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":1972460944,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3685775933,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2185320186,"invalidFingerprint":false}],"packageFingerprint":4247051032,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227083,"fileNameOnDisk":"Baubles-1.12-1.5.2.jar","hashes":[]}},{"instanceID":"7529dc6f-d2ec-496c-9461-91a4b20be5e4","modSource":0,"addonID":277064,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MysticalLib","modFolderPath":null,"fileNameOnDisk":"mysticallib-1.12.2-1.13.0.jar","authors":[{"Name":"Noobanidus"},{"Name":"Martacus"},{"Name":"EpicSquid315"},{"Name":"Davoleo_K"}],"primaryAuthor":"Noobanidus","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mysticallib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/218/467/256/256/637011607758026932.png","tags":[],"installedFile":{"id":3483816,"fileName":"mysticallib-1.12.2-1.13.0.jar","fileDate":"2021-10-07T08:59:37.26Z","fileLength":426226,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3483/816/mysticallib-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3076346936,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1351047667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1140883170,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1542240999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2354429755,"invalidFingerprint":false}],"packageFingerprint":293225086,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277064,"fileNameOnDisk":"mysticallib-1.12.2-1.13.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.2428718Z","dateUpdated":"2023-07-12T19:25:13.6151556Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3483816,"fileName":"mysticallib-1.12.2-1.13.0.jar","fileDate":"2021-10-07T08:59:37.26Z","fileLength":426226,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3483/816/mysticallib-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3076346936,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1351047667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1140883170,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1542240999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2354429755,"invalidFingerprint":false}],"packageFingerprint":293225086,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277064,"fileNameOnDisk":"mysticallib-1.12.2-1.13.0.jar","hashes":[]}},{"instanceID":"2d5d4485-98ac-4ddc-96d9-2528750eb0ed","modSource":0,"addonID":250363,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AutoRegLib","modFolderPath":null,"fileNameOnDisk":"AutoRegLib-1.3-32.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/autoreglib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/688/256/256/637958999303347142.png","tags":[],"installedFile":{"id":2746011,"fileName":"AutoRegLib-1.3-32.jar","fileDate":"2019-07-22T11:42:20Z","fileLength":108306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2909822131,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":2108119070,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1346084177,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2714767204,"invalidFingerprint":false}],"packageFingerprint":69589181,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250363,"fileNameOnDisk":"AutoRegLib-1.3-32.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.8807957Z","dateUpdated":"2023-07-12T19:15:50.8837923Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2746011,"fileName":"AutoRegLib-1.3-32.jar","fileDate":"2019-07-22T11:42:20Z","fileLength":108306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2909822131,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":2108119070,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1346084177,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2714767204,"invalidFingerprint":false}],"packageFingerprint":69589181,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250363,"fileNameOnDisk":"AutoRegLib-1.3-32.jar","hashes":[]}},{"instanceID":"2d503414-b65e-4fdd-be63-c016fab3e070","modSource":0,"addonID":70496,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"BdLib","modFolderPath":null,"fileNameOnDisk":"bdlib-1.14.4.1-mc1.12.2.jar","authors":[{"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bdlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/572/312/256/256/637933317111167967.png","tags":[],"installedFile":{"id":4675629,"fileName":"bdlib-1.14.4.1-mc1.12.2.jar","fileDate":"2023-08-01T05:32:02.71Z","fileLength":2313893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4675/629/bdlib-1.14.4.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1863017435,"invalidFingerprint":false},{"foldername":"net","fingerprint":291975768,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1763594443,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":231904001,"invalidFingerprint":false}],"packageFingerprint":3999087316,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70496,"fileNameOnDisk":"bdlib-1.14.4.1-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:37.5854582Z","dateUpdated":"2023-08-04T23:39:26.4265974Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4675629,"fileName":"bdlib-1.14.4.1-mc1.12.2.jar","fileDate":"2023-08-01T05:32:02.71Z","fileLength":2313893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4675/629/bdlib-1.14.4.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1863017435,"invalidFingerprint":false},{"foldername":"net","fingerprint":291975768,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1763594443,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":231904001,"invalidFingerprint":false}],"packageFingerprint":3999087316,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70496,"fileNameOnDisk":"bdlib-1.14.4.1-mc1.12.2.jar","hashes":[]}},{"instanceID":"301b10dd-47a5-437f-b31a-915fad0928bb","modSource":0,"addonID":275153,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"WrapUp","modFolderPath":null,"fileNameOnDisk":"WrapUp-1.12-1.1.3.jar","authors":[{"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/wrapup","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/111/661/256/256/636389765242922730.png","tags":[],"installedFile":{"id":2486198,"fileName":"WrapUp-1.12-1.1.3.jar","fileDate":"2017-10-01T14:39:43.357Z","fileLength":25417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2486/198/WrapUp-1.12-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":3675864152,"invalidFingerprint":false}],"packageFingerprint":1072171054,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":275153,"fileNameOnDisk":"WrapUp-1.12-1.1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:37.3238192Z","dateUpdated":"2023-07-12T19:15:37.3258079Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2486198,"fileName":"WrapUp-1.12-1.1.3.jar","fileDate":"2017-10-01T14:39:43.357Z","fileLength":25417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2486/198/WrapUp-1.12-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":3675864152,"invalidFingerprint":false}],"packageFingerprint":1072171054,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":275153,"fileNameOnDisk":"WrapUp-1.12-1.1.3.jar","hashes":[]}},{"instanceID":"cc0339e0-da43-4a92-8d2e-8518280ff327","modSource":0,"addonID":74072,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tinkers Construct","modFolderPath":null,"fileNameOnDisk":"TConstruct-1.12.2-2.13.0.183.jar","authors":[{"Name":"mDiyo"},{"Name":"bonusboni"},{"Name":"Alexbegt"},{"Name":"KnightMiner"}],"primaryAuthor":"mDiyo","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tinkers-construct","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/488/295/256/256/637792495945179503.png","tags":[],"installedFile":{"id":2902483,"fileName":"TConstruct-1.12.2-2.13.0.183.jar","fileDate":"2020-03-15T17:02:37.37Z","fileLength":4023372,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4217453615,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":65780644,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":219889385,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4039906649,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3056415901,"invalidFingerprint":false},{"foldername":"assets","fingerprint":341838363,"invalidFingerprint":false}],"packageFingerprint":3094578446,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74072,"fileNameOnDisk":"TConstruct-1.12.2-2.13.0.183.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.9863429Z","dateUpdated":"2023-07-12T19:15:53.9915403Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2902483,"fileName":"TConstruct-1.12.2-2.13.0.183.jar","fileDate":"2020-03-15T17:02:37.37Z","fileLength":4023372,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4217453615,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":65780644,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":219889385,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4039906649,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3056415901,"invalidFingerprint":false},{"foldername":"assets","fingerprint":341838363,"invalidFingerprint":false}],"packageFingerprint":3094578446,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74072,"fileNameOnDisk":"TConstruct-1.12.2-2.13.0.183.jar","hashes":[]}},{"instanceID":"3bda3413-af66-4dfe-b735-a77ea36bd3f8","modSource":0,"addonID":70492,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Gendustry","modFolderPath":null,"fileNameOnDisk":"gendustry-1.6.5.8-mc1.12.2.jar","authors":[{"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gendustry","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/5/21/256/256/635351428360156617.jpg","tags":[],"installedFile":{"id":2516215,"fileName":"gendustry-1.6.5.8-mc1.12.2.jar","fileDate":"2018-01-02T21:38:46.04Z","fileLength":1856305,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/215/gendustry-1.6.5.8-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":61811,"type":2},{"addonId":73488,"type":2},{"addonId":70496,"type":3},{"addonId":69162,"type":2},{"addonId":59751,"type":3},{"addonId":238222,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2545261623,"invalidFingerprint":false},{"foldername":"gendustry_at.cfg","fingerprint":1640932915,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1563968993,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3324733961,"invalidFingerprint":false}],"packageFingerprint":1769408380,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70492,"fileNameOnDisk":"gendustry-1.6.5.8-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:17.3138788Z","dateUpdated":"2023-07-12T19:16:17.319901Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2516215,"fileName":"gendustry-1.6.5.8-mc1.12.2.jar","fileDate":"2018-01-02T21:38:46.04Z","fileLength":1856305,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/215/gendustry-1.6.5.8-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":61811,"type":2},{"addonId":73488,"type":2},{"addonId":70496,"type":3},{"addonId":69162,"type":2},{"addonId":59751,"type":3},{"addonId":238222,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2545261623,"invalidFingerprint":false},{"foldername":"gendustry_at.cfg","fingerprint":1640932915,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1563968993,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3324733961,"invalidFingerprint":false}],"packageFingerprint":1769408380,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70492,"fileNameOnDisk":"gendustry-1.6.5.8-mc1.12.2.jar","hashes":[]}},{"instanceID":"fe21a77d-4e33-4003-b114-9266cae741d8","modSource":0,"addonID":263590,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Pattern Banners","modFolderPath":null,"fileNameOnDisk":"jepb-1.12-1.2.1.jar","authors":[{"Name":"Lorexe"}],"primaryAuthor":"Lorexe","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-pattern-banners","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/93/7/256/256/636259763478827721.png","tags":[],"installedFile":{"id":2455920,"fileName":"jepb-1.12-1.2.1.jar","fileDate":"2017-07-25T18:00:43.923Z","fileLength":27195,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2455/920/jepb-1.12-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":1403322004,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2845623601,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":290389286,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":207940866,"invalidFingerprint":false}],"packageFingerprint":2180534721,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263590,"fileNameOnDisk":"jepb-1.12-1.2.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:00.3377824Z","dateUpdated":"2023-07-12T19:16:00.3417813Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2455920,"fileName":"jepb-1.12-1.2.1.jar","fileDate":"2017-07-25T18:00:43.923Z","fileLength":27195,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2455/920/jepb-1.12-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":1403322004,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2845623601,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":290389286,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":207940866,"invalidFingerprint":false}],"packageFingerprint":2180534721,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263590,"fileNameOnDisk":"jepb-1.12-1.2.1.jar","hashes":[]}},{"instanceID":"0017885c-82ee-4e66-926d-ccb1e05d938f","modSource":0,"addonID":224602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ancient Warfare 2","modFolderPath":null,"fileNameOnDisk":"ancientwarfare-1.12.2-2.7.0.1038.jar","authors":[{"Name":"Shadowmage4513"}],"primaryAuthor":"Shadowmage4513","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ancient-warfare-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/11/207/256/256/635483106065037800.png","tags":[],"installedFile":{"id":3293318,"fileName":"ancientwarfare-1.12.2-2.7.0.1038.jar","fileDate":"2021-04-29T21:06:42.607Z","fileLength":74790524,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3293/318/ancientwarfare-1.12.2-2.7.0.1038.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3905918921,"invalidFingerprint":false},{"foldername":"net","fingerprint":1686603674,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3730724552,"invalidFingerprint":false},{"foldername":"AW-logo.png","fingerprint":3205652979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":268545338,"invalidFingerprint":false}],"packageFingerprint":65374617,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224602,"fileNameOnDisk":"ancientwarfare-1.12.2-2.7.0.1038.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:09.2139708Z","dateUpdated":"2023-07-12T19:16:09.265198Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3293318,"fileName":"ancientwarfare-1.12.2-2.7.0.1038.jar","fileDate":"2021-04-29T21:06:42.607Z","fileLength":74790524,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3293/318/ancientwarfare-1.12.2-2.7.0.1038.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3905918921,"invalidFingerprint":false},{"foldername":"net","fingerprint":1686603674,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3730724552,"invalidFingerprint":false},{"foldername":"AW-logo.png","fingerprint":3205652979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":268545338,"invalidFingerprint":false}],"packageFingerprint":65374617,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224602,"fileNameOnDisk":"ancientwarfare-1.12.2-2.7.0.1038.jar","hashes":[]}},{"instanceID":"bd0cad19-54bd-4086-8266-5ef3efd6eb5c","modSource":0,"addonID":871198,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"VintageFix","modFolderPath":null,"fileNameOnDisk":"vintagefix-0.3.2.jar","authors":[{"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/vintagefix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/828/846/256/256/638216794274587308.png","tags":[],"installedFile":{"id":4753319,"fileName":"vintagefix-0.3.2.jar","fileDate":"2023-09-15T13:50:35.643Z","fileLength":778627,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4753/319/vintagefix-0.3.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2356611509,"invalidFingerprint":false},{"foldername":"org","fingerprint":3602832642,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":833074002,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.json","fingerprint":1162309766,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.late.json","fingerprint":1162309766,"invalidFingerprint":false},{"foldername":"vintagefix.png","fingerprint":2109914917,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.refmap.json","fingerprint":3419255606,"invalidFingerprint":false},{"foldername":"com","fingerprint":261249812,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2951082429,"invalidFingerprint":false}],"packageFingerprint":2384765357,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":871198,"fileNameOnDisk":"vintagefix-0.3.2.jar","hashes":[{"type":1,"value":"9cc63d85d40381c37e706df86690560d7287e815"},{"type":2,"value":"b52f3c0bed4f8dbd0ce0b4941044ee49"}]},"dateInstalled":"2023-08-07T20:25:43.2673603Z","dateUpdated":"2023-09-17T02:36:10.9752374Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4753319,"fileName":"vintagefix-0.3.2.jar","fileDate":"2023-09-15T13:50:35.643Z","fileLength":778627,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4753/319/vintagefix-0.3.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2356611509,"invalidFingerprint":false},{"foldername":"org","fingerprint":3602832642,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":833074002,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.json","fingerprint":1162309766,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.late.json","fingerprint":1162309766,"invalidFingerprint":false},{"foldername":"vintagefix.png","fingerprint":2109914917,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.refmap.json","fingerprint":3419255606,"invalidFingerprint":false},{"foldername":"com","fingerprint":261249812,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2951082429,"invalidFingerprint":false}],"packageFingerprint":2384765357,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":871198,"fileNameOnDisk":"vintagefix-0.3.2.jar","hashes":[{"type":1,"value":"9cc63d85d40381c37e706df86690560d7287e815"},{"type":2,"value":"b52f3c0bed4f8dbd0ce0b4941044ee49"}]}},{"instanceID":"7558831f-0c8e-461d-a7e4-dfd082dc76e2","modSource":0,"addonID":230111,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Fabrication","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","authors":[{"Name":"MrTJP"},{"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-fabrication","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/17/378/256/256/635662489243306687.png","tags":[],"installedFile":{"id":2745547,"fileName":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","fileDate":"2019-07-21T17:56:43.807Z","fileLength":1894139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/547/ProjectRed-1.12.2-4.9.4.120-fabrication.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229045,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1253256834,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3222359936,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1407937988,"invalidFingerprint":false}],"packageFingerprint":3501978731,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230111,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:24.3772857Z","dateUpdated":"2023-07-13T07:27:24.3792865Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745547,"fileName":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","fileDate":"2019-07-21T17:56:43.807Z","fileLength":1894139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/547/ProjectRed-1.12.2-4.9.4.120-fabrication.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229045,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1253256834,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3222359936,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1407937988,"invalidFingerprint":false}],"packageFingerprint":3501978731,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230111,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","hashes":[]}},{"instanceID":"750e3881-18ce-4386-90bb-0ddbc4df88d3","modSource":0,"addonID":298744,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Structurize","modFolderPath":null,"fileNameOnDisk":"structurize-1.12.2-0.10.277-RELEASE.jar","authors":[{"Name":"Raycoms"},{"Name":"someaddon"},{"Name":"OrionOnline"},{"Name":"Asherslab"}],"primaryAuthor":"Raycoms","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/structurize","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/162/647/256/256/636677942988125938.png","tags":[],"installedFile":{"id":2901463,"fileName":"structurize-1.12.2-0.10.277-RELEASE.jar","fileDate":"2020-03-14T09:50:56.74Z","fileLength":1133312,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2901/463/structurize-1.12.2-0.10.277-RELEASE.jar","isAlternate":false,"alternateFileId":2901464,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1983581233,"invalidFingerprint":false},{"foldername":"com","fingerprint":2737535790,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2375771266,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2974897698,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1736269666,"invalidFingerprint":false}],"packageFingerprint":3487239861,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298744,"fileNameOnDisk":"structurize-1.12.2-0.10.277-RELEASE.jar","hashes":[]},"dateInstalled":"2023-07-12T19:25:25.4667834Z","dateUpdated":"2023-07-12T19:25:25.4817976Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2901463,"fileName":"structurize-1.12.2-0.10.277-RELEASE.jar","fileDate":"2020-03-14T09:50:56.74Z","fileLength":1133312,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2901/463/structurize-1.12.2-0.10.277-RELEASE.jar","isAlternate":false,"alternateFileId":2901464,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1983581233,"invalidFingerprint":false},{"foldername":"com","fingerprint":2737535790,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2375771266,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2974897698,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1736269666,"invalidFingerprint":false}],"packageFingerprint":3487239861,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298744,"fileNameOnDisk":"structurize-1.12.2-0.10.277-RELEASE.jar","hashes":[]}},{"instanceID":"ffa6e5d2-6cc4-411b-9862-ab634878fe7d","modSource":0,"addonID":228816,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OpenBlocks","modFolderPath":null,"fileNameOnDisk":"OpenBlocks-1.12.2-1.8.1.jar","authors":[{"Name":"OpenMods"},{"Name":"0x00716F62"}],"primaryAuthor":"OpenMods","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/openblocks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/500/256/256/635627202701062350.png","tags":[],"installedFile":{"id":2699056,"fileName":"OpenBlocks-1.12.2-1.8.1.jar","fileDate":"2019-04-14T10:37:38.517Z","fileLength":3217616,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/56/OpenBlocks-1.12.2-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228815,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2244335198,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2675314772,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1979027516,"invalidFingerprint":false},{"foldername":"openblocks","fingerprint":2123032946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2694548026,"invalidFingerprint":false}],"packageFingerprint":778518540,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228816,"fileNameOnDisk":"OpenBlocks-1.12.2-1.8.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.416669Z","dateUpdated":"2023-07-12T19:16:34.424681Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2699056,"fileName":"OpenBlocks-1.12.2-1.8.1.jar","fileDate":"2019-04-14T10:37:38.517Z","fileLength":3217616,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/56/OpenBlocks-1.12.2-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228815,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2244335198,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2675314772,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1979027516,"invalidFingerprint":false},{"foldername":"openblocks","fingerprint":2123032946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2694548026,"invalidFingerprint":false}],"packageFingerprint":778518540,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228816,"fileNameOnDisk":"OpenBlocks-1.12.2-1.8.1.jar","hashes":[]}},{"instanceID":"9039a2da-0227-4ac7-a211-ed1ab25dd6ae","modSource":0,"addonID":228525,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Bookshelf","modFolderPath":null,"fileNameOnDisk":"Bookshelf-1.12.2-2.3.590.jar","authors":[{"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bookshelf","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/197/186/256/256/636890440894617244.png","tags":[],"installedFile":{"id":2836960,"fileName":"Bookshelf-1.12.2-2.3.590.jar","fileDate":"2019-12-05T08:56:35.05Z","fileLength":266636,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/960/Bookshelf-1.12.2-2.3.590.jar","isAlternate":false,"alternateFileId":2836961,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511737712,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3835232449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3538229140,"invalidFingerprint":false},{"foldername":"net","fingerprint":3561652192,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087128376,"invalidFingerprint":false}],"packageFingerprint":2546524333,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228525,"fileNameOnDisk":"Bookshelf-1.12.2-2.3.590.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:17.4523906Z","dateUpdated":"2023-07-12T19:16:17.4657207Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2836960,"fileName":"Bookshelf-1.12.2-2.3.590.jar","fileDate":"2019-12-05T08:56:35.05Z","fileLength":266636,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/960/Bookshelf-1.12.2-2.3.590.jar","isAlternate":false,"alternateFileId":2836961,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511737712,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3835232449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3538229140,"invalidFingerprint":false},{"foldername":"net","fingerprint":3561652192,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087128376,"invalidFingerprint":false}],"packageFingerprint":2546524333,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228525,"fileNameOnDisk":"Bookshelf-1.12.2-2.3.590.jar","hashes":[]}},{"instanceID":"5b748c1f-c0c1-496f-904e-84c44100a347","modSource":0,"addonID":238403,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Better Builder's Wands","modFolderPath":null,"fileNameOnDisk":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","authors":[{"Name":"Portablejim"}],"primaryAuthor":"Portablejim","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-builders-wands","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/385/256/256/635844319593521420.png","tags":[],"installedFile":{"id":2691084,"fileName":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","fileDate":"2019-03-24T07:04:51.46Z","fileLength":77866,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/84/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2042798339,"invalidFingerprint":false},{"foldername":"portablejim","fingerprint":1894966484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":605821261,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":2955380783,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":568503746,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":59981550,"invalidFingerprint":false}],"packageFingerprint":2031588189,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238403,"fileNameOnDisk":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.9091348Z","dateUpdated":"2023-07-12T19:15:43.911177Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691084,"fileName":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","fileDate":"2019-03-24T07:04:51.46Z","fileLength":77866,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/84/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2042798339,"invalidFingerprint":false},{"foldername":"portablejim","fingerprint":1894966484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":605821261,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":2955380783,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":568503746,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":59981550,"invalidFingerprint":false}],"packageFingerprint":2031588189,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238403,"fileNameOnDisk":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","hashes":[]}},{"instanceID":"8ed5de56-4f9c-4c69-bd2d-05bc00c91552","modSource":0,"addonID":620262,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"燐/Hesperus","modFolderPath":null,"fileNameOnDisk":"phosphor-1.12.2-0.2.9.2-SNAPSHOT-universal.jar","authors":[{"Name":"kappa_maintainer"}],"primaryAuthor":"kappa_maintainer","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/hesperus","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/548/971/256/256/637885445429300474.png","tags":[],"installedFile":{"id":3909215,"fileName":"phosphor-1.12.2-0.2.9.2-SNAPSHOT-universal.jar","fileDate":"2022-07-31T09:30:04.6Z","fileLength":62418,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3909/215/phosphor-1.12.2-0.2.9.2-SNAPSHOT-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1566285456,"invalidFingerprint":false},{"foldername":"me","fingerprint":2130293045,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1805796846,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2125068313,"invalidFingerprint":false},{"foldername":"mixins.phosphor.json","fingerprint":1050260152,"invalidFingerprint":false},{"foldername":"mixins.phosphor.refmap.json","fingerprint":715398101,"invalidFingerprint":false}],"packageFingerprint":3648705688,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":620262,"fileNameOnDisk":"phosphor-1.12.2-0.2.9.2-SNAPSHOT-universal.jar","hashes":[{"type":1,"value":"9239a62c1d72a72e01196e6ec655a36f9d2e3e28"},{"type":2,"value":"f7c79d466d88ebc8051dee63eca9574f"}]},"dateInstalled":"2023-09-17T21:37:14.4788266Z","dateUpdated":"2023-09-17T21:37:14.4828206Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4724647,"fileName":"phosphor-1.12.2-0.2.9.3-SNAPSHOT.jar","fileDate":"2023-08-27T15:00:27.54Z","fileLength":62371,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4724/647/phosphor-1.12.2-0.2.9.3-SNAPSHOT.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2467021014,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2125068313,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1707856329,"invalidFingerprint":false},{"foldername":"me","fingerprint":3443329872,"invalidFingerprint":false},{"foldername":"mixins.phosphor.json","fingerprint":1050260152,"invalidFingerprint":false},{"foldername":"mixins.phosphor.refmap.json","fingerprint":3797038726,"invalidFingerprint":false}],"packageFingerprint":94752938,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":620262,"fileNameOnDisk":"phosphor-1.12.2-0.2.9.3-SNAPSHOT.jar","hashes":[{"type":1,"value":"ddeddd44e33fd636a6a36fbac001bbc91c518f19"},{"type":2,"value":"a694f15c9b318def5a02978d361a1fd6"}]}},{"instanceID":"2dd79ef3-2dd1-4489-bb0f-b9f93156fefc","modSource":0,"addonID":243478,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"More Overlays","modFolderPath":null,"fileNameOnDisk":"moreoverlays-1.15.1-mc1.12.2.jar","authors":[{"Name":"feldim245"}],"primaryAuthor":"feldim245","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/more-overlays","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/37/247/256/256/635949309418908820.png","tags":[],"installedFile":{"id":2745657,"fileName":"moreoverlays-1.15.1-mc1.12.2.jar","fileDate":"2019-07-21T20:16:59.573Z","fileLength":51284,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/657/moreoverlays-1.15.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1896054281,"invalidFingerprint":false},{"foldername":"at","fingerprint":310582507,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4231270285,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4011782999,"invalidFingerprint":false}],"packageFingerprint":3847633420,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243478,"fileNameOnDisk":"moreoverlays-1.15.1-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:12.5244768Z","dateUpdated":"2023-07-12T19:16:12.5269944Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745657,"fileName":"moreoverlays-1.15.1-mc1.12.2.jar","fileDate":"2019-07-21T20:16:59.573Z","fileLength":51284,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/657/moreoverlays-1.15.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1896054281,"invalidFingerprint":false},{"foldername":"at","fingerprint":310582507,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4231270285,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4011782999,"invalidFingerprint":false}],"packageFingerprint":3847633420,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243478,"fileNameOnDisk":"moreoverlays-1.15.1-mc1.12.2.jar","hashes":[]}},{"instanceID":"9e0bbacd-2007-4700-99b4-56364cc0519c","modSource":0,"addonID":253005,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ActuallyComputers","modFolderPath":null,"fileNameOnDisk":"actuallycomputers-2.2.0.jar","authors":[{"Name":"canitzp"}],"primaryAuthor":"canitzp","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/actuallycomputers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/366/256/256/636134280808300300.png","tags":[],"installedFile":{"id":3083325,"fileName":"actuallycomputers-2.2.0.jar","fileDate":"2020-10-16T19:25:42.98Z","fileLength":19323,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3083/325/actuallycomputers-2.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":223008,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1334870673,"invalidFingerprint":false},{"foldername":"de","fingerprint":1716977552,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3580044177,"invalidFingerprint":false}],"packageFingerprint":3691297459,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253005,"fileNameOnDisk":"actuallycomputers-2.2.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:13:16.0335071Z","dateUpdated":"2023-07-13T07:13:16.0355142Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3083325,"fileName":"actuallycomputers-2.2.0.jar","fileDate":"2020-10-16T19:25:42.98Z","fileLength":19323,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3083/325/actuallycomputers-2.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":223008,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1334870673,"invalidFingerprint":false},{"foldername":"de","fingerprint":1716977552,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3580044177,"invalidFingerprint":false}],"packageFingerprint":3691297459,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253005,"fileNameOnDisk":"actuallycomputers-2.2.0.jar","hashes":[]}},{"instanceID":"5829452a-2414-41d1-8774-d03cc167bfc7","modSource":0,"addonID":224791,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Blood Magic ","modFolderPath":null,"fileNameOnDisk":"BloodMagic-1.12.2-2.4.3-105.jar","authors":[{"Name":"WayofTime"},{"Name":"TehNut"}],"primaryAuthor":"WayofTime","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/blood-magic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/145/26/256/256/636559774600919459.jpeg","tags":[],"installedFile":{"id":2822288,"fileName":"BloodMagic-1.12.2-2.4.3-105.jar","fileDate":"2019-11-05T02:57:25.84Z","fileLength":7208594,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2822/288/BloodMagic-1.12.2-2.4.3-105.jar","isAlternate":false,"alternateFileId":2822289,"dependencies":[{"addonId":253449,"type":2},{"addonId":228832,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2686934902,"invalidFingerprint":false},{"foldername":"WayofTime","fingerprint":3883997283,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1366236139,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1785622791,"invalidFingerprint":false}],"packageFingerprint":4036556600,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224791,"fileNameOnDisk":"BloodMagic-1.12.2-2.4.3-105.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:59.4541209Z","dateUpdated":"2023-07-12T19:15:59.4691053Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2822288,"fileName":"BloodMagic-1.12.2-2.4.3-105.jar","fileDate":"2019-11-05T02:57:25.84Z","fileLength":7208594,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2822/288/BloodMagic-1.12.2-2.4.3-105.jar","isAlternate":false,"alternateFileId":2822289,"dependencies":[{"addonId":253449,"type":2},{"addonId":228832,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2686934902,"invalidFingerprint":false},{"foldername":"WayofTime","fingerprint":3883997283,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1366236139,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1785622791,"invalidFingerprint":false}],"packageFingerprint":4036556600,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224791,"fileNameOnDisk":"BloodMagic-1.12.2-2.4.3-105.jar","hashes":[]}},{"instanceID":"bfd08c4a-a13f-4fd4-ab52-f2fcf914809a","modSource":0,"addonID":280294,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FPS Reducer","modFolderPath":null,"fileNameOnDisk":"FpsReducer-mc1.12.2-1.20.jar","authors":[{"Name":"bre2el"}],"primaryAuthor":"bre2el","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fps-reducer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/127/648/256/256/636440915960912895.png","tags":[],"installedFile":{"id":3362160,"fileName":"FpsReducer-mc1.12.2-1.20.jar","fileDate":"2021-06-23T14:23:25.787Z","fileLength":79700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3362/160/FpsReducer-mc1.12.2-1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3254707629,"invalidFingerprint":false},{"foldername":"bre","fingerprint":1438759351,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3842239531,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4255315456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2639982412,"invalidFingerprint":false}],"packageFingerprint":2685696341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280294,"fileNameOnDisk":"FpsReducer-mc1.12.2-1.20.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.0881877Z","dateUpdated":"2023-07-12T19:15:50.0901832Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3362160,"fileName":"FpsReducer-mc1.12.2-1.20.jar","fileDate":"2021-06-23T14:23:25.787Z","fileLength":79700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3362/160/FpsReducer-mc1.12.2-1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3254707629,"invalidFingerprint":false},{"foldername":"bre","fingerprint":1438759351,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3842239531,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4255315456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2639982412,"invalidFingerprint":false}],"packageFingerprint":2685696341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280294,"fileNameOnDisk":"FpsReducer-mc1.12.2-1.20.jar","hashes":[]}},{"instanceID":"df925d99-7bb7-4d31-8590-1ee6370f7534","modSource":0,"addonID":228702,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Core","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-Base.jar","authors":[{"Name":"MrTJP"},{"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/804/256/256/635634024622309024.png","tags":[],"installedFile":{"id":2745545,"fileName":"ProjectRed-1.12.2-4.9.4.120-Base.jar","fileDate":"2019-07-21T17:56:41.103Z","fileLength":2036136,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/545/ProjectRed-1.12.2-4.9.4.120-Base.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":242818,"type":3},{"addonId":258426,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1718450795,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":4224024262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3050910480,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4219091070,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2344955152,"invalidFingerprint":false}],"packageFingerprint":2117407503,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228702,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-Base.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:08.7801891Z","dateUpdated":"2023-07-13T07:27:08.7841896Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745545,"fileName":"ProjectRed-1.12.2-4.9.4.120-Base.jar","fileDate":"2019-07-21T17:56:41.103Z","fileLength":2036136,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/545/ProjectRed-1.12.2-4.9.4.120-Base.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":242818,"type":3},{"addonId":258426,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1718450795,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":4224024262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3050910480,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4219091070,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2344955152,"invalidFingerprint":false}],"packageFingerprint":2117407503,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228702,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-Base.jar","hashes":[]}},{"instanceID":"d56c43a3-2b7a-4146-ac62-4adf7e2ce557","modSource":0,"addonID":299815,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Worley's Caves","modFolderPath":null,"fileNameOnDisk":"worleycaves-1.12.2-1.5.2.jar","authors":[{"Name":"super_fluke"},{"Name":"booleanbyte"}],"primaryAuthor":"super_fluke","primaryCategoryId":406,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/worleys-caves","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/714/256/256/636688277230829721.png","tags":[],"installedFile":{"id":3038801,"fileName":"worleycaves-1.12.2-1.5.2.jar","fileDate":"2020-08-21T19:50:06.443Z","fileLength":61417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3038/801/worleycaves-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":995948608,"invalidFingerprint":false},{"foldername":"fluke","fingerprint":3255057543,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3343270463,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":4235109984,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299815,"fileNameOnDisk":"worleycaves-1.12.2-1.5.2.jar","hashes":[]},"dateInstalled":"2023-07-13T19:07:34.6673432Z","dateUpdated":"2023-07-13T19:07:34.6703237Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3038801,"fileName":"worleycaves-1.12.2-1.5.2.jar","fileDate":"2020-08-21T19:50:06.443Z","fileLength":61417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3038/801/worleycaves-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":995948608,"invalidFingerprint":false},{"foldername":"fluke","fingerprint":3255057543,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3343270463,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":4235109984,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299815,"fileNameOnDisk":"worleycaves-1.12.2-1.5.2.jar","hashes":[]}},{"instanceID":"fbc4ac9f-9781-402b-9273-8a71c0ccb3c4","modSource":0,"addonID":241721,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Astral Sorcery","modFolderPath":null,"fileNameOnDisk":"astralsorcery-1.12.2-1.10.27.jar","authors":[{"Name":"HellFirePvP"}],"primaryAuthor":"HellFirePvP","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/astral-sorcery","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/88/266/256/256/636222656989756330.png","tags":[],"installedFile":{"id":3044416,"fileName":"astralsorcery-1.12.2-1.10.27.jar","fileDate":"2020-08-28T19:02:41.57Z","fileLength":25028160,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3044/416/astralsorcery-1.12.2-1.10.27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":2},{"addonId":223628,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2084332973,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2212067873,"invalidFingerprint":false},{"foldername":"hellfirepvp","fingerprint":2504692171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":294129660,"invalidFingerprint":false}],"packageFingerprint":2344180314,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241721,"fileNameOnDisk":"astralsorcery-1.12.2-1.10.27.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:28.8745565Z","dateUpdated":"2023-07-12T19:16:28.9035587Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3044416,"fileName":"astralsorcery-1.12.2-1.10.27.jar","fileDate":"2020-08-28T19:02:41.57Z","fileLength":25028160,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3044/416/astralsorcery-1.12.2-1.10.27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":2},{"addonId":223628,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2084332973,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2212067873,"invalidFingerprint":false},{"foldername":"hellfirepvp","fingerprint":2504692171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":294129660,"invalidFingerprint":false}],"packageFingerprint":2344180314,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241721,"fileNameOnDisk":"astralsorcery-1.12.2-1.10.27.jar","hashes":[]}},{"instanceID":"e5659064-6e8d-4dde-a6ec-7bc8316cf159","modSource":0,"addonID":223008,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OpenComputers","modFolderPath":null,"fileNameOnDisk":"OpenComputers-MC1.12.2-1.8.3+274990f.jar","authors":[{"Name":"Sangar_"}],"primaryAuthor":"Sangar_","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/opencomputers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/395/256/256/635455427535754713.png","tags":[],"installedFile":{"id":4630537,"fileName":"OpenComputers-MC1.12.2-1.8.3+274990f.jar","fileDate":"2023-07-07T19:04:59.02Z","fileLength":16487971,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4630/537/OpenComputers-MC1.12.2-1.8.3+274990f.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2925726481,"invalidFingerprint":false},{"foldername":"com","fingerprint":2649947838,"invalidFingerprint":false},{"foldername":"li","fingerprint":552853748,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":877842491,"invalidFingerprint":false},{"foldername":"LICENSE-luaj","fingerprint":3773002520,"invalidFingerprint":false},{"foldername":"LICENSE-wcwidth","fingerprint":2152140404,"invalidFingerprint":false},{"foldername":"LICENSE-mods","fingerprint":835582608,"invalidFingerprint":false},{"foldername":"LICENSE-typesafe","fingerprint":2404830683,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1204189457,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3079824727,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3374049568,"invalidFingerprint":false},{"foldername":"LICENSE-unifont","fingerprint":3802857711,"invalidFingerprint":false},{"foldername":"application.conf","fingerprint":2299727029,"invalidFingerprint":false},{"foldername":"LICENSE-jnlua","fingerprint":2575647845,"invalidFingerprint":false},{"foldername":".keep","fingerprint":4136195960,"invalidFingerprint":false}],"packageFingerprint":516016616,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223008,"fileNameOnDisk":"OpenComputers-MC1.12.2-1.8.3+274990f.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:38.8997441Z","dateUpdated":"2023-07-12T19:25:24.0245029Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4630537,"fileName":"OpenComputers-MC1.12.2-1.8.3+274990f.jar","fileDate":"2023-07-07T19:04:59.02Z","fileLength":16487971,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4630/537/OpenComputers-MC1.12.2-1.8.3+274990f.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2925726481,"invalidFingerprint":false},{"foldername":"com","fingerprint":2649947838,"invalidFingerprint":false},{"foldername":"li","fingerprint":552853748,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":877842491,"invalidFingerprint":false},{"foldername":"LICENSE-luaj","fingerprint":3773002520,"invalidFingerprint":false},{"foldername":"LICENSE-wcwidth","fingerprint":2152140404,"invalidFingerprint":false},{"foldername":"LICENSE-mods","fingerprint":835582608,"invalidFingerprint":false},{"foldername":"LICENSE-typesafe","fingerprint":2404830683,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1204189457,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3079824727,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3374049568,"invalidFingerprint":false},{"foldername":"LICENSE-unifont","fingerprint":3802857711,"invalidFingerprint":false},{"foldername":"application.conf","fingerprint":2299727029,"invalidFingerprint":false},{"foldername":"LICENSE-jnlua","fingerprint":2575647845,"invalidFingerprint":false},{"foldername":".keep","fingerprint":4136195960,"invalidFingerprint":false}],"packageFingerprint":516016616,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223008,"fileNameOnDisk":"OpenComputers-MC1.12.2-1.8.3+274990f.jar","hashes":[]}},{"instanceID":"0c2c02e4-c4bf-42ea-90bb-cd9c0c934966","modSource":0,"addonID":283013,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Villagers","modFolderPath":null,"fileNameOnDisk":"jeivillagers-1.12-1.0.2.jar","authors":[{"Name":"Buuz135"}],"primaryAuthor":"Buuz135","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-villagers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/132/988/256/256/636479745271847923.png","tags":[],"installedFile":{"id":2508393,"fileName":"jeivillagers-1.12-1.0.2.jar","fileDate":"2017-12-10T18:17:44.11Z","fileLength":26491,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2508/393/jeivillagers-1.12-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3340564110,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1770209017,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":684962606,"invalidFingerprint":false}],"packageFingerprint":2772795985,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283013,"fileNameOnDisk":"jeivillagers-1.12-1.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:46.6314396Z","dateUpdated":"2023-07-12T19:15:46.632436Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2508393,"fileName":"jeivillagers-1.12-1.0.2.jar","fileDate":"2017-12-10T18:17:44.11Z","fileLength":26491,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2508/393/jeivillagers-1.12-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3340564110,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1770209017,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":684962606,"invalidFingerprint":false}],"packageFingerprint":2772795985,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283013,"fileNameOnDisk":"jeivillagers-1.12-1.0.2.jar","hashes":[]}},{"instanceID":"b376931c-9550-4f3c-90ab-7a6847d349d8","modSource":0,"addonID":266936,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JAOPCA","modFolderPath":null,"fileNameOnDisk":"JAOPCA-1.12.2-2.2.8.106.jar","authors":[{"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":413,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jaopca","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/580/944/256/256/637945436867389654.png","tags":[],"installedFile":{"id":3487112,"fileName":"JAOPCA-1.12.2-2.2.8.106.jar","fileDate":"2021-10-10T18:29:09.663Z","fileLength":455081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3487/112/JAOPCA-1.12.2-2.2.8.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":275153,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1078218285,"invalidFingerprint":false},{"foldername":"de","fingerprint":4170845716,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":616331680,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1455654317,"invalidFingerprint":false}],"packageFingerprint":3274276256,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266936,"fileNameOnDisk":"JAOPCA-1.12.2-2.2.8.106.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.27739Z","dateUpdated":"2023-07-12T19:25:27.8728322Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3487112,"fileName":"JAOPCA-1.12.2-2.2.8.106.jar","fileDate":"2021-10-10T18:29:09.663Z","fileLength":455081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3487/112/JAOPCA-1.12.2-2.2.8.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":275153,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1078218285,"invalidFingerprint":false},{"foldername":"de","fingerprint":4170845716,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":616331680,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1455654317,"invalidFingerprint":false}],"packageFingerprint":3274276256,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266936,"fileNameOnDisk":"JAOPCA-1.12.2-2.2.8.106.jar","hashes":[]}},{"instanceID":"1fc6a5c4-2adc-4e99-be1d-bda08464846a","modSource":0,"addonID":623955,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AE2 Fluid Crafting Rework","modFolderPath":null,"fileNameOnDisk":"Fluid Craft for AE2-2.4.27-r.jar","authors":[{"Name":"GlodBlock"}],"primaryAuthor":"GlodBlock","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/548/30/256/256/637882959576383371.png","tags":[],"installedFile":{"id":4674104,"fileName":"Fluid Craft for AE2-2.4.27-r.jar","fileDate":"2023-07-31T10:35:32.537Z","fileLength":514603,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/104/Fluid Craft for AE2-2.4.27-r.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":798284861,"invalidFingerprint":false},{"foldername":"com","fingerprint":4020743962,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1736936339,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2004356266,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194828054,"invalidFingerprint":false}],"packageFingerprint":3583658159,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":623955,"fileNameOnDisk":"Fluid Craft for AE2-2.4.27-r.jar","hashes":[]},"dateInstalled":"2023-08-04T23:56:49.3707913Z","dateUpdated":"2023-08-04T23:56:49.3738062Z","status":3,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4733637,"fileName":"Fluid Craft for AE2-2.4.31-r.jar","fileDate":"2023-09-02T12:23:08.47Z","fileLength":548749,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4733/637/Fluid Craft for AE2-2.4.31-r.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":720469674,"invalidFingerprint":false},{"foldername":"com","fingerprint":3944467582,"invalidFingerprint":false},{"foldername":"assets","fingerprint":235193478,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":917123431,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194828054,"invalidFingerprint":false}],"packageFingerprint":3247622897,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":623955,"fileNameOnDisk":"Fluid Craft for AE2-2.4.31-r.jar","hashes":[{"type":1,"value":"cf43a4130d4b57221e084c22f174d9ab752d25d9"},{"type":2,"value":"217e1928a692299cade26876f5b6d217"}]}},{"instanceID":"ba0e9cda-f4d4-430e-a02b-cf2848244d85","modSource":0,"addonID":241665,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Psi","modFolderPath":null,"fileNameOnDisk":"Psi-r1.1-78.2.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/psi","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/694/256/256/637959000279085313.png","tags":[],"installedFile":{"id":3085917,"fileName":"Psi-r1.1-78.2.jar","fileDate":"2020-10-18T21:57:37.063Z","fileLength":1760320,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3085/917/Psi-r1.1-78.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428172408,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":4146982609,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1911962095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2352255815,"invalidFingerprint":false}],"packageFingerprint":3594410772,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241665,"fileNameOnDisk":"Psi-r1.1-78.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.3015864Z","dateUpdated":"2023-07-12T19:15:41.3035884Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3085917,"fileName":"Psi-r1.1-78.2.jar","fileDate":"2020-10-18T21:57:37.063Z","fileLength":1760320,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3085/917/Psi-r1.1-78.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428172408,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":4146982609,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1911962095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2352255815,"invalidFingerprint":false}],"packageFingerprint":3594410772,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241665,"fileNameOnDisk":"Psi-r1.1-78.2.jar","hashes":[]}},{"instanceID":"c0773f64-ceb6-4800-99d1-cd9243ba275e","modSource":0,"addonID":624967,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RenderLib","modFolderPath":null,"fileNameOnDisk":"RenderLib-1.12.2-1.3.3.jar","authors":[{"Name":"meldexun"}],"primaryAuthor":"meldexun","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/renderlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/549/461/256/256/637886733123040054.png","tags":[],"installedFile":{"id":4710694,"fileName":"RenderLib-1.12.2-1.3.3.jar","fileDate":"2023-08-18T14:24:18.753Z","fileLength":203235,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4710/694/RenderLib-1.12.2-1.3.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":405327,"type":2},{"addonId":357178,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2326903305,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":1233909313,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4100802307,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3009187569,"invalidFingerprint":false},{"foldername":"mixins.renderlib.json","fingerprint":764520629,"invalidFingerprint":false},{"foldername":"mixins.renderlib.refmap.json","fingerprint":1704485602,"invalidFingerprint":false}],"packageFingerprint":997046598,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":624967,"fileNameOnDisk":"RenderLib-1.12.2-1.3.3.jar","hashes":[{"type":1,"value":"5445aa8c253a08078c03d821694142ad5ec8d056"},{"type":2,"value":"8f0f106a8e8d4080bb72f6034583e76d"}]},"dateInstalled":"2023-08-06T05:39:41.164628Z","dateUpdated":"2023-09-17T02:36:06.2122603Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4710694,"fileName":"RenderLib-1.12.2-1.3.3.jar","fileDate":"2023-08-18T14:24:18.753Z","fileLength":203235,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4710/694/RenderLib-1.12.2-1.3.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":405327,"type":2},{"addonId":357178,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2326903305,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":1233909313,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4100802307,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3009187569,"invalidFingerprint":false},{"foldername":"mixins.renderlib.json","fingerprint":764520629,"invalidFingerprint":false},{"foldername":"mixins.renderlib.refmap.json","fingerprint":1704485602,"invalidFingerprint":false}],"packageFingerprint":997046598,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":624967,"fileNameOnDisk":"RenderLib-1.12.2-1.3.3.jar","hashes":[{"type":1,"value":"5445aa8c253a08078c03d821694142ad5ec8d056"},{"type":2,"value":"8f0f106a8e8d4080bb72f6034583e76d"}]}},{"instanceID":"b33a8964-b228-4777-ae07-57db0f995f6a","modSource":0,"addonID":282743,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"DiscordSuite","modFolderPath":null,"fileNameOnDisk":"DiscordSuite-2.2.4.jar","authors":[{"Name":"hrznstudio"}],"primaryAuthor":"hrznstudio","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/discordsuite","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/173/965/256/256/636747325401407773.png","tags":[],"installedFile":{"id":2577684,"fileName":"DiscordSuite-2.2.4.jar","fileDate":"2018-06-29T16:22:23.12Z","fileLength":32571,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2577/684/DiscordSuite-2.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1732838517,"invalidFingerprint":false},{"foldername":"com","fingerprint":2829751895,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3871603052,"invalidFingerprint":false}],"packageFingerprint":693304414,"gameVersion":["1.9.4","1.12.1","1.12","1.10.2","1.11","1.10","1.10.1","1.11.1","1.11.2","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282743,"fileNameOnDisk":"DiscordSuite-2.2.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.5283381Z","dateUpdated":"2023-07-12T19:15:41.5623376Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2577684,"fileName":"DiscordSuite-2.2.4.jar","fileDate":"2018-06-29T16:22:23.12Z","fileLength":32571,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2577/684/DiscordSuite-2.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1732838517,"invalidFingerprint":false},{"foldername":"com","fingerprint":2829751895,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3871603052,"invalidFingerprint":false}],"packageFingerprint":693304414,"gameVersion":["1.9.4","1.12.1","1.12","1.10.2","1.11","1.10","1.10.1","1.11.1","1.11.2","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282743,"fileNameOnDisk":"DiscordSuite-2.2.4.jar","hashes":[]}},{"instanceID":"2cace09a-ff6a-4785-926a-40745312882b","modSource":0,"addonID":896355,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"/dank/null/no_RCE/","modFolderPath":null,"fileNameOnDisk":"DankNull-1.12.2-1.8.101.jar","authors":[{"Name":"jbredwards"}],"primaryAuthor":"jbredwards","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dank-null-no_rce","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/857/807/256/256/638262629331885934.png","tags":[],"installedFile":{"id":4671633,"fileName":"DankNull-1.12.2-1.8.101.jar","fileDate":"2023-07-29T21:37:27.867Z","fileLength":310511,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/633/DankNull-1.12.2-1.8.101.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":255232,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1025292414,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":848873261,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":1252905797,"invalidFingerprint":false},{"foldername":"assets","fingerprint":987020694,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1616156485,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2404800588,"invalidFingerprint":false}],"packageFingerprint":1717763333,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":896355,"fileNameOnDisk":"DankNull-1.12.2-1.8.101.jar","hashes":[]},"dateInstalled":"2023-08-05T21:19:27.7079097Z","dateUpdated":"2023-08-05T21:19:27.7108088Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4671633,"fileName":"DankNull-1.12.2-1.8.101.jar","fileDate":"2023-07-29T21:37:27.867Z","fileLength":310511,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/633/DankNull-1.12.2-1.8.101.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":255232,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1025292414,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":848873261,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":1252905797,"invalidFingerprint":false},{"foldername":"assets","fingerprint":987020694,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1616156485,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2404800588,"invalidFingerprint":false}],"packageFingerprint":1717763333,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":896355,"fileNameOnDisk":"DankNull-1.12.2-1.8.101.jar","hashes":[]}},{"instanceID":"a0507b15-a5c0-4aa6-80a7-1478b93ef415","modSource":0,"addonID":223622,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Advanced Generators","modFolderPath":null,"fileNameOnDisk":"generators-0.9.20.12-mc1.12.2.jar","authors":[{"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":417,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/advanced-generators","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/12/256/256/635444604522466375.png","tags":[],"installedFile":{"id":2516219,"fileName":"generators-0.9.20.12-mc1.12.2.jar","fileDate":"2018-01-02T21:39:35.2Z","fileLength":1674251,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/219/generators-0.9.20.12-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":244651,"type":2},{"addonId":70496,"type":3},{"addonId":73488,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1439539141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1518828910,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2487827847,"invalidFingerprint":false}],"packageFingerprint":2832119908,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223622,"fileNameOnDisk":"generators-0.9.20.12-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:52.1652787Z","dateUpdated":"2023-07-12T19:15:52.1675298Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2516219,"fileName":"generators-0.9.20.12-mc1.12.2.jar","fileDate":"2018-01-02T21:39:35.2Z","fileLength":1674251,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/219/generators-0.9.20.12-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":244651,"type":2},{"addonId":70496,"type":3},{"addonId":73488,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1439539141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1518828910,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2487827847,"invalidFingerprint":false}],"packageFingerprint":2832119908,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223622,"fileNameOnDisk":"generators-0.9.20.12-mc1.12.2.jar","hashes":[]}},{"instanceID":"8bfd845e-54b8-4760-9343-12866951fba8","modSource":0,"addonID":225603,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Schematica","modFolderPath":null,"fileNameOnDisk":"Schematica-1.12.2-1.8.0.169-universal.jar","authors":[{"Name":"Lunatrius"}],"primaryAuthor":"Lunatrius","primaryCategoryId":409,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/schematica","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/131/256/256/635515937130946937.png","tags":[],"installedFile":{"id":2554100,"fileName":"Schematica-1.12.2-1.8.0.169-universal.jar","fileDate":"2018-04-22T11:25:44.013Z","fileLength":336150,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/100/Schematica-1.12.2-1.8.0.169-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":225605,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2259009432,"invalidFingerprint":false},{"foldername":"com","fingerprint":3232049188,"invalidFingerprint":false},{"foldername":"assets","fingerprint":36905434,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2532504184,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1188179102,"invalidFingerprint":false}],"packageFingerprint":3242696918,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225603,"fileNameOnDisk":"Schematica-1.12.2-1.8.0.169-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.6484944Z","dateUpdated":"2023-07-12T19:16:24.6514978Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2554100,"fileName":"Schematica-1.12.2-1.8.0.169-universal.jar","fileDate":"2018-04-22T11:25:44.013Z","fileLength":336150,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/100/Schematica-1.12.2-1.8.0.169-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":225605,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2259009432,"invalidFingerprint":false},{"foldername":"com","fingerprint":3232049188,"invalidFingerprint":false},{"foldername":"assets","fingerprint":36905434,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2532504184,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1188179102,"invalidFingerprint":false}],"packageFingerprint":3242696918,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225603,"fileNameOnDisk":"Schematica-1.12.2-1.8.0.169-universal.jar","hashes":[]}},{"instanceID":"76c96dfb-b5d0-4ee0-837a-4d33f8afc415","modSource":0,"addonID":237102,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FTB Utilities (Forge)","modFolderPath":null,"fileNameOnDisk":"FTBUtilities-5.4.1.131.jar","authors":[{"Name":"FTB"}],"primaryAuthor":"FTB","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-utilities-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/361/256/256/637261948181600297.png","tags":[],"installedFile":{"id":3157548,"fileName":"FTBUtilities-5.4.1.131.jar","fileDate":"2021-01-03T21:17:49.057Z","fileLength":425832,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3157/548/FTBUtilities-5.4.1.131.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":32274,"type":2},{"addonId":237167,"type":3},{"addonId":314904,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4207128408,"invalidFingerprint":false},{"foldername":"com","fingerprint":2745711402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":328449044,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2315989403,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":990109375,"invalidFingerprint":false}],"packageFingerprint":679359278,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237102,"fileNameOnDisk":"FTBUtilities-5.4.1.131.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.6419009Z","dateUpdated":"2023-07-12T19:16:20.6439007Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3157548,"fileName":"FTBUtilities-5.4.1.131.jar","fileDate":"2021-01-03T21:17:49.057Z","fileLength":425832,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3157/548/FTBUtilities-5.4.1.131.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":32274,"type":2},{"addonId":237167,"type":3},{"addonId":314904,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4207128408,"invalidFingerprint":false},{"foldername":"com","fingerprint":2745711402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":328449044,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2315989403,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":990109375,"invalidFingerprint":false}],"packageFingerprint":679359278,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237102,"fileNameOnDisk":"FTBUtilities-5.4.1.131.jar","hashes":[]}},{"instanceID":"edfd81fc-252f-4609-811b-abd0046e3a75","modSource":0,"addonID":320254,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PlaneFix","modFolderPath":null,"fileNameOnDisk":"PlaneFix-1.12.2-1.0.0.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/planefix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/201/184/256/256/636918410562952951.png","tags":[],"installedFile":{"id":2703755,"fileName":"PlaneFix-1.12.2-1.0.0.jar","fileDate":"2019-04-26T02:06:46.293Z","fileLength":7357,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2703/755/PlaneFix-1.12.2-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4019828583,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":2269107588,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3838979015,"invalidFingerprint":false}],"packageFingerprint":2006829091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":320254,"fileNameOnDisk":"PlaneFix-1.12.2-1.0.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:39.9354662Z","dateUpdated":"2023-07-12T19:16:39.9374429Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2703755,"fileName":"PlaneFix-1.12.2-1.0.0.jar","fileDate":"2019-04-26T02:06:46.293Z","fileLength":7357,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2703/755/PlaneFix-1.12.2-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4019828583,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":2269107588,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3838979015,"invalidFingerprint":false}],"packageFingerprint":2006829091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":320254,"fileNameOnDisk":"PlaneFix-1.12.2-1.0.0.jar","hashes":[]}},{"instanceID":"dcfb7f41-94e5-49aa-830e-82d80373cab8","modSource":0,"addonID":295736,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MemoryTester","modFolderPath":null,"fileNameOnDisk":"MemoryTester-0.4.2.jar","authors":[{"Name":"KaptainWutax"},{"Name":"Kreezxil"}],"primaryAuthor":"KaptainWutax","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/memorytester","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/157/14/256/256/636642618100628057.png","tags":[],"installedFile":{"id":2683370,"fileName":"MemoryTester-0.4.2.jar","fileDate":"2019-03-04T23:57:14.243Z","fileLength":37072,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2683/370/MemoryTester-0.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":358828383,"invalidFingerprint":false},{"foldername":"kaptainwutax","fingerprint":2911019653,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2663421187,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3256763635,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":295736,"fileNameOnDisk":"MemoryTester-0.4.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:32.1678164Z","dateUpdated":"2023-07-12T19:16:32.1728204Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2683370,"fileName":"MemoryTester-0.4.2.jar","fileDate":"2019-03-04T23:57:14.243Z","fileLength":37072,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2683/370/MemoryTester-0.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":358828383,"invalidFingerprint":false},{"foldername":"kaptainwutax","fingerprint":2911019653,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2663421187,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3256763635,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":295736,"fileNameOnDisk":"MemoryTester-0.4.2.jar","hashes":[]}},{"instanceID":"9ffbac42-afe2-47b7-8718-c96843b021f8","modSource":0,"addonID":223852,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Storage Drawers","modFolderPath":null,"fileNameOnDisk":"StorageDrawers-1.12.2-5.5.0.jar","authors":[{"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/storage-drawers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/842/256/256/635468327818431130.png","tags":[],"installedFile":{"id":4655859,"fileName":"StorageDrawers-1.12.2-5.5.0.jar","fileDate":"2023-07-21T00:11:16.5Z","fileLength":609908,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/859/StorageDrawers-1.12.2-5.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1936078088,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3665777535,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1032165233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3867754273,"invalidFingerprint":false}],"packageFingerprint":3057474652,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223852,"fileNameOnDisk":"StorageDrawers-1.12.2-5.5.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:58.7742182Z","dateUpdated":"2023-07-23T05:50:22.1595093Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4655859,"fileName":"StorageDrawers-1.12.2-5.5.0.jar","fileDate":"2023-07-21T00:11:16.5Z","fileLength":609908,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/859/StorageDrawers-1.12.2-5.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1936078088,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3665777535,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1032165233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3867754273,"invalidFingerprint":false}],"packageFingerprint":3057474652,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223852,"fileNameOnDisk":"StorageDrawers-1.12.2-5.5.0.jar","hashes":[]}},{"instanceID":"7c8e81aa-7102-4d27-8a21-26b9f9f3294e","modSource":0,"addonID":293496,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OldJavaWarning","modFolderPath":null,"fileNameOnDisk":"OldJavaWarning-1.12.2-1.1.11.jar","authors":[{"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/oldjavawarning","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/717/256/256/636613369101082029.png","tags":[],"installedFile":{"id":2867050,"fileName":"OldJavaWarning-1.12.2-1.1.11.jar","fileDate":"2020-01-24T06:53:45.65Z","fileLength":10102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2867/50/OldJavaWarning-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":2867051,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1476924229,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4125690485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2667042642,"invalidFingerprint":false},{"foldername":"net","fingerprint":1538811468,"invalidFingerprint":false}],"packageFingerprint":3018958917,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293496,"fileNameOnDisk":"OldJavaWarning-1.12.2-1.1.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.754362Z","dateUpdated":"2023-07-12T19:16:20.7564898Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2867050,"fileName":"OldJavaWarning-1.12.2-1.1.11.jar","fileDate":"2020-01-24T06:53:45.65Z","fileLength":10102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2867/50/OldJavaWarning-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":2867051,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1476924229,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4125690485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2667042642,"invalidFingerprint":false},{"foldername":"net","fingerprint":1538811468,"invalidFingerprint":false}],"packageFingerprint":3018958917,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293496,"fileNameOnDisk":"OldJavaWarning-1.12.2-1.1.11.jar","hashes":[]}},{"instanceID":"91d39bc1-79cf-45ef-a8a9-4d55f0592d77","modSource":0,"addonID":252910,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LibrarianLib","modFolderPath":null,"fileNameOnDisk":"librarianlib-1.12.2-4.22.jar","authors":[{"Name":"wiresegal"},{"Name":"Demoniaque1"},{"Name":"Bluexino"},{"Name":"thecodewarrior1"}],"primaryAuthor":"wiresegal","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/librarianlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/293/39/256/256/637327777527263486.png","tags":[],"installedFile":{"id":3041340,"fileName":"librarianlib-1.12.2-4.22.jar","fileDate":"2020-08-25T00:21:17.63Z","fileLength":40713059,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3041/340/librarianlib-1.12.2-4.22.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1906524845,"invalidFingerprint":false},{"foldername":"com","fingerprint":2495951421,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":20179871,"invalidFingerprint":false},{"foldername":"logo_LibrarianLib.png","fingerprint":2732274956,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934805142,"invalidFingerprint":false},{"foldername":"org","fingerprint":1016702979,"invalidFingerprint":false},{"foldername":"editorShortcuts.txt","fingerprint":1996539088,"invalidFingerprint":false},{"foldername":"games","fingerprint":2609266994,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":735288344,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":3590114235,"invalidFingerprint":false},{"foldername":"it","fingerprint":443755085,"invalidFingerprint":false}],"packageFingerprint":3593065027,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252910,"fileNameOnDisk":"librarianlib-1.12.2-4.22.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:45.5255107Z","dateUpdated":"2023-07-12T19:16:45.5575066Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3041340,"fileName":"librarianlib-1.12.2-4.22.jar","fileDate":"2020-08-25T00:21:17.63Z","fileLength":40713059,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3041/340/librarianlib-1.12.2-4.22.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1906524845,"invalidFingerprint":false},{"foldername":"com","fingerprint":2495951421,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":20179871,"invalidFingerprint":false},{"foldername":"logo_LibrarianLib.png","fingerprint":2732274956,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934805142,"invalidFingerprint":false},{"foldername":"org","fingerprint":1016702979,"invalidFingerprint":false},{"foldername":"editorShortcuts.txt","fingerprint":1996539088,"invalidFingerprint":false},{"foldername":"games","fingerprint":2609266994,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":735288344,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":3590114235,"invalidFingerprint":false},{"foldername":"it","fingerprint":443755085,"invalidFingerprint":false}],"packageFingerprint":3593065027,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252910,"fileNameOnDisk":"librarianlib-1.12.2-4.22.jar","hashes":[]}},{"instanceID":"fc92cdeb-1621-4384-a2ba-b37841ce412a","modSource":0,"addonID":251389,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integrated Tunnels","modFolderPath":null,"fileNameOnDisk":"IntegratedTunnels-1.12.2-1.6.14.jar","authors":[{"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integrated-tunnels","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/52/401/256/256/636114555761053412.png","tags":[],"installedFile":{"id":3159511,"fileName":"IntegratedTunnels-1.12.2-1.6.14.jar","fileDate":"2021-01-05T19:07:02.5Z","fileLength":493503,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/511/IntegratedTunnels-1.12.2-1.6.14.jar","isAlternate":false,"alternateFileId":3159512,"dependencies":[{"addonId":236307,"type":3},{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971060513,"invalidFingerprint":false},{"foldername":"assets","fingerprint":347281685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1132512156,"invalidFingerprint":false},{"foldername":"org","fingerprint":2851525835,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3588201784,"invalidFingerprint":false}],"packageFingerprint":2844918678,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251389,"fileNameOnDisk":"IntegratedTunnels-1.12.2-1.6.14.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:45.7112906Z","dateUpdated":"2023-07-12T19:16:45.7143098Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3159511,"fileName":"IntegratedTunnels-1.12.2-1.6.14.jar","fileDate":"2021-01-05T19:07:02.5Z","fileLength":493503,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/511/IntegratedTunnels-1.12.2-1.6.14.jar","isAlternate":false,"alternateFileId":3159512,"dependencies":[{"addonId":236307,"type":3},{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971060513,"invalidFingerprint":false},{"foldername":"assets","fingerprint":347281685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1132512156,"invalidFingerprint":false},{"foldername":"org","fingerprint":2851525835,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3588201784,"invalidFingerprint":false}],"packageFingerprint":2844918678,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251389,"fileNameOnDisk":"IntegratedTunnels-1.12.2-1.6.14.jar","hashes":[]}},{"instanceID":"039b4736-c2fe-4b61-a334-3a82e2205e41","modSource":0,"addonID":226779,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"No Mob Spawning on Trees","modFolderPath":null,"fileNameOnDisk":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","authors":[{"Name":"oldjunyi"}],"primaryAuthor":"oldjunyi","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-mob-spawning-on-trees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/376/256/256/635561244744605246.png","tags":[],"installedFile":{"id":2563292,"fileName":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","fileDate":"2018-05-19T16:50:14.247Z","fileLength":40598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2563/292/NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2588283766,"invalidFingerprint":false},{"foldername":"com","fingerprint":4198614685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3394485073,"invalidFingerprint":false}],"packageFingerprint":4281345704,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226779,"fileNameOnDisk":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:47.5322553Z","dateUpdated":"2023-07-12T19:16:47.5352561Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2563292,"fileName":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","fileDate":"2018-05-19T16:50:14.247Z","fileLength":40598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2563/292/NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2588283766,"invalidFingerprint":false},{"foldername":"com","fingerprint":4198614685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3394485073,"invalidFingerprint":false}],"packageFingerprint":4281345704,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226779,"fileNameOnDisk":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","hashes":[]}},{"instanceID":"3e49d60d-e86e-4496-b530-00aa54b8fdb0","modSource":0,"addonID":260912,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"XNet","modFolderPath":null,"fileNameOnDisk":"xnet-1.12-1.8.2.jar","authors":[{"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xnet","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/89/38/256/256/636229039734109684.png","tags":[],"installedFile":{"id":2745852,"fileName":"xnet-1.12-1.8.2.jar","fileDate":"2019-07-22T03:34:28.447Z","fileLength":496307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/852/xnet-1.12-1.8.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250763,"type":2},{"addonId":224641,"type":2},{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3135235704,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1234753267,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1213559260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":312745953,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3060653222,"invalidFingerprint":false}],"packageFingerprint":1881973158,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260912,"fileNameOnDisk":"xnet-1.12-1.8.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.5690703Z","dateUpdated":"2023-07-12T19:16:22.5720192Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745852,"fileName":"xnet-1.12-1.8.2.jar","fileDate":"2019-07-22T03:34:28.447Z","fileLength":496307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/852/xnet-1.12-1.8.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250763,"type":2},{"addonId":224641,"type":2},{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3135235704,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1234753267,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1213559260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":312745953,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3060653222,"invalidFingerprint":false}],"packageFingerprint":1881973158,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260912,"fileNameOnDisk":"xnet-1.12-1.8.2.jar","hashes":[]}},{"instanceID":"299ef08a-58b8-45f4-b2bf-e95b214a6ffb","modSource":0,"addonID":268250,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Immersive Petroleum","modFolderPath":null,"fileNameOnDisk":"immersivepetroleum-1.12.2-1.1.10.jar","authors":[{"Name":"Flaxbeard"}],"primaryAuthor":"Flaxbeard","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/immersive-petroleum","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/99/974/256/256/636311739375036277.png","tags":[],"installedFile":{"id":3382321,"fileName":"immersivepetroleum-1.12.2-1.1.10.jar","fileDate":"2021-07-09T10:33:35.05Z","fileLength":797724,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3382/321/immersivepetroleum-1.12.2-1.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":862450308,"invalidFingerprint":false},{"foldername":"flaxbeard","fingerprint":458995455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":410440249,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2194156202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3500363263,"invalidFingerprint":false}],"packageFingerprint":4029569122,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268250,"fileNameOnDisk":"immersivepetroleum-1.12.2-1.1.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:14.6488851Z","dateUpdated":"2023-07-12T19:25:15.1858734Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3382321,"fileName":"immersivepetroleum-1.12.2-1.1.10.jar","fileDate":"2021-07-09T10:33:35.05Z","fileLength":797724,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3382/321/immersivepetroleum-1.12.2-1.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":862450308,"invalidFingerprint":false},{"foldername":"flaxbeard","fingerprint":458995455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":410440249,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2194156202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3500363263,"invalidFingerprint":false}],"packageFingerprint":4029569122,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268250,"fileNameOnDisk":"immersivepetroleum-1.12.2-1.1.10.jar","hashes":[]}},{"instanceID":"3efeb9ef-2d36-42e0-9165-d46d89c32f36","modSource":0,"addonID":833931,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PackagedDraconic","modFolderPath":null,"fileNameOnDisk":"PackagedDraconic-1.12.2-1.0.0.6.jar","authors":[{"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/packageddraconic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/785/360/256/256/638135438959255507.png","tags":[],"installedFile":{"id":4684094,"fileName":"PackagedDraconic-1.12.2-1.0.0.6.jar","fileDate":"2023-08-05T20:27:25.653Z","fileLength":97035,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4684/94/PackagedDraconic-1.12.2-1.0.0.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223565,"type":3},{"addonId":223794,"type":2},{"addonId":308380,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2060842715,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3875258663,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":1872669271,"invalidFingerprint":false}],"packageFingerprint":376134625,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":833931,"fileNameOnDisk":"PackagedDraconic-1.12.2-1.0.0.6.jar","hashes":[]},"dateInstalled":"2023-08-04T23:59:37.203424Z","dateUpdated":"2023-08-06T05:33:03.6142722Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4684094,"fileName":"PackagedDraconic-1.12.2-1.0.0.6.jar","fileDate":"2023-08-05T20:27:25.653Z","fileLength":97035,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4684/94/PackagedDraconic-1.12.2-1.0.0.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223565,"type":3},{"addonId":223794,"type":2},{"addonId":308380,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2060842715,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3875258663,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":1872669271,"invalidFingerprint":false}],"packageFingerprint":376134625,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":833931,"fileNameOnDisk":"PackagedDraconic-1.12.2-1.0.0.6.jar","hashes":[]}},{"instanceID":"c8bb68ff-f60e-411d-8674-dad728743740","modSource":0,"addonID":59143,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Backpacks","modFolderPath":null,"fileNameOnDisk":"backpack-3.0.2-1.12.2.jar","authors":[{"Name":"Eydamos"}],"primaryAuthor":"Eydamos","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/forge-backpacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/6/528/256/256/635361505421668198.png","tags":[],"installedFile":{"id":2554237,"fileName":"backpack-3.0.2-1.12.2.jar","fileDate":"2018-04-22T18:33:51.353Z","fileLength":236435,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/237/backpack-3.0.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3300105826,"invalidFingerprint":false},{"foldername":"de","fingerprint":3267133889,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":951783510,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1882891461,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2377130007,"invalidFingerprint":false}],"packageFingerprint":3066523573,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59143,"fileNameOnDisk":"backpack-3.0.2-1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:15.0732652Z","dateUpdated":"2023-07-12T19:16:15.0762659Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2554237,"fileName":"backpack-3.0.2-1.12.2.jar","fileDate":"2018-04-22T18:33:51.353Z","fileLength":236435,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/237/backpack-3.0.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3300105826,"invalidFingerprint":false},{"foldername":"de","fingerprint":3267133889,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":951783510,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1882891461,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2377130007,"invalidFingerprint":false}],"packageFingerprint":3066523573,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59143,"fileNameOnDisk":"backpack-3.0.2-1.12.2.jar","hashes":[]}},{"instanceID":"b8f7f655-921f-4017-84bd-8bc03365f156","modSource":0,"addonID":237701,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ReAuth","modFolderPath":null,"fileNameOnDisk":"ReAuth-1.12-Forge-4.0.7.jar","authors":[{"Name":"TechnicianLP"}],"primaryAuthor":"TechnicianLP","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reauth","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/295/569/256/256/637337350733304395.png","tags":[],"installedFile":{"id":4408001,"fileName":"ReAuth-1.12-Forge-4.0.7.jar","fileDate":"2023-02-22T23:52:23.543Z","fileLength":168847,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4408/1/ReAuth-1.12-Forge-4.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":304436296,"invalidFingerprint":false},{"foldername":"technicianlp","fingerprint":457452132,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2547999512,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1101612223,"invalidFingerprint":false},{"foldername":"resources","fingerprint":4291905827,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1826540870,"invalidFingerprint":false}],"packageFingerprint":2194555961,"gameVersion":["1.12","Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237701,"fileNameOnDisk":"ReAuth-1.12-Forge-4.0.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.6350646Z","dateUpdated":"2023-07-12T19:25:25.3332376Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4408001,"fileName":"ReAuth-1.12-Forge-4.0.7.jar","fileDate":"2023-02-22T23:52:23.543Z","fileLength":168847,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4408/1/ReAuth-1.12-Forge-4.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":304436296,"invalidFingerprint":false},{"foldername":"technicianlp","fingerprint":457452132,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2547999512,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1101612223,"invalidFingerprint":false},{"foldername":"resources","fingerprint":4291905827,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1826540870,"invalidFingerprint":false}],"packageFingerprint":2194555961,"gameVersion":["1.12","Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237701,"fileNameOnDisk":"ReAuth-1.12-Forge-4.0.7.jar","hashes":[]}},{"instanceID":"ac4a6012-5463-4a78-9bca-fd44f23f7c9e","modSource":0,"addonID":485654,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Fluidlogged API","modFolderPath":null,"fileNameOnDisk":"Fluidlogged-API-v2.2.4-mc1.12.2.jar","authors":[{"Name":"jbredwards"}],"primaryAuthor":"jbredwards","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fluidlogged-api","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/385/984/256/256/637574191414697010.png","tags":[],"installedFile":{"id":4564413,"fileName":"Fluidlogged-API-v2.2.4-mc1.12.2.jar","fileDate":"2023-06-02T23:14:58.693Z","fileLength":359012,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4564/413/Fluidlogged-API-v2.2.4-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4017733405,"invalidFingerprint":false},{"foldername":"git","fingerprint":844577998,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2835944550,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1980293960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1080941290,"invalidFingerprint":false}],"packageFingerprint":1808247612,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":485654,"fileNameOnDisk":"Fluidlogged-API-v2.2.4-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-08-05T21:17:34.98518Z","dateUpdated":"2023-08-05T21:17:34.9901789Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4564413,"fileName":"Fluidlogged-API-v2.2.4-mc1.12.2.jar","fileDate":"2023-06-02T23:14:58.693Z","fileLength":359012,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4564/413/Fluidlogged-API-v2.2.4-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4017733405,"invalidFingerprint":false},{"foldername":"git","fingerprint":844577998,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2835944550,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1980293960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1080941290,"invalidFingerprint":false}],"packageFingerprint":1808247612,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":485654,"fileNameOnDisk":"Fluidlogged-API-v2.2.4-mc1.12.2.jar","hashes":[]}},{"instanceID":"37c88a26-1832-47f5-a444-8441d6d94c70","modSource":0,"addonID":221857,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Pam's HarvestCraft","modFolderPath":null,"fileNameOnDisk":"Pam's HarvestCraft 1.12.2zg.jar","authors":[{"Name":"pamharvestcraft"}],"primaryAuthor":"pamharvestcraft","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pams-harvestcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/8/22/256/256/635395662875748995.png","tags":[],"installedFile":{"id":2904825,"fileName":"Pam's HarvestCraft 1.12.2zg.jar","fileDate":"2020-03-18T20:32:21.123Z","fileLength":4912890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2904/825/Pam's HarvestCraft 1.12.2zg.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3977051875,"invalidFingerprint":false},{"foldername":"com","fingerprint":775495382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1853251317,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2793332575,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"Pam's HarvestCraft 1.12 Changelog.txt","fingerprint":2119039367,"invalidFingerprint":false}],"packageFingerprint":1735713960,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221857,"fileNameOnDisk":"Pam's HarvestCraft 1.12.2zg.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:10.3710963Z","dateUpdated":"2023-07-12T19:16:10.3781725Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2904825,"fileName":"Pam's HarvestCraft 1.12.2zg.jar","fileDate":"2020-03-18T20:32:21.123Z","fileLength":4912890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2904/825/Pam's HarvestCraft 1.12.2zg.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3977051875,"invalidFingerprint":false},{"foldername":"com","fingerprint":775495382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1853251317,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2793332575,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"Pam's HarvestCraft 1.12 Changelog.txt","fingerprint":2119039367,"invalidFingerprint":false}],"packageFingerprint":1735713960,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221857,"fileNameOnDisk":"Pam's HarvestCraft 1.12.2zg.jar","hashes":[]}},{"instanceID":"a1f0b4b8-405f-4d89-a02b-75638e3edb39","modSource":0,"addonID":278882,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Blockcraftery","modFolderPath":null,"fileNameOnDisk":"blockcraftery-1.12.2-1.3.1.jar","authors":[{"Name":"EpicSquid315"}],"primaryAuthor":"EpicSquid315","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/blockcraftery","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/124/276/256/256/636420595226292681.png","tags":[],"installedFile":{"id":2716712,"fileName":"blockcraftery-1.12.2-1.3.1.jar","fileDate":"2019-05-28T00:06:43.73Z","fileLength":105052,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2716/712/blockcraftery-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3216283503,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":2019444201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1554332026,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3048754118,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1630431775,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278882,"fileNameOnDisk":"blockcraftery-1.12.2-1.3.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.2073122Z","dateUpdated":"2023-07-12T19:16:23.2093738Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2716712,"fileName":"blockcraftery-1.12.2-1.3.1.jar","fileDate":"2019-05-28T00:06:43.73Z","fileLength":105052,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2716/712/blockcraftery-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3216283503,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":2019444201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1554332026,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3048754118,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1630431775,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278882,"fileNameOnDisk":"blockcraftery-1.12.2-1.3.1.jar","hashes":[]}},{"instanceID":"8ad7e688-f592-4610-8b96-191f1bae59c8","modSource":0,"addonID":229664,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animus","modFolderPath":null,"fileNameOnDisk":"Animus-1.12-2.1.7.jar","authors":[{"Name":"TeamDman"},{"Name":"Saereth"}],"primaryAuthor":"TeamDman","primaryCategoryId":4485,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animus","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/964/256/256/636615207940434955.png","tags":[],"installedFile":{"id":2888473,"fileName":"Animus-1.12-2.1.7.jar","fileDate":"2020-02-25T07:42:43.89Z","fileLength":349684,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2888/473/Animus-1.12-2.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":3},{"addonId":224791,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018629793,"invalidFingerprint":false},{"foldername":"com","fingerprint":2409127869,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3144452075,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":400138729,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2777185958,"invalidFingerprint":false}],"packageFingerprint":4208511036,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229664,"fileNameOnDisk":"Animus-1.12-2.1.7.jar","hashes":[]},"dateInstalled":"2023-07-23T23:01:48.3698626Z","dateUpdated":"2023-07-23T23:01:48.3728714Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2888473,"fileName":"Animus-1.12-2.1.7.jar","fileDate":"2020-02-25T07:42:43.89Z","fileLength":349684,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2888/473/Animus-1.12-2.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":3},{"addonId":224791,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018629793,"invalidFingerprint":false},{"foldername":"com","fingerprint":2409127869,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3144452075,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":400138729,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2777185958,"invalidFingerprint":false}],"packageFingerprint":4208511036,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229664,"fileNameOnDisk":"Animus-1.12-2.1.7.jar","hashes":[]}},{"instanceID":"8cb874eb-37c2-4967-bce5-29fd53495736","modSource":0,"addonID":254241,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mob Grinding Utils","modFolderPath":null,"fileNameOnDisk":"MobGrindingUtils-0.3.13.jar","authors":[{"Name":"vadis365"},{"Name":"Flanks255"}],"primaryAuthor":"vadis365","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mob-grinding-utils","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/64/957/256/256/636157841250691900.png","tags":[],"installedFile":{"id":2656683,"fileName":"MobGrindingUtils-0.3.13.jar","fileDate":"2019-01-05T20:29:13.953Z","fileLength":951922,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2656/683/MobGrindingUtils-0.3.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1652593705,"invalidFingerprint":false},{"foldername":"mob_grinding_utils","fingerprint":149602972,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3716721463,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1243592576,"invalidFingerprint":false}],"packageFingerprint":2293965135,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254241,"fileNameOnDisk":"MobGrindingUtils-0.3.13.jar","hashes":[]},"dateInstalled":"2023-07-13T07:11:55.915118Z","dateUpdated":"2023-07-13T07:11:55.9171239Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2656683,"fileName":"MobGrindingUtils-0.3.13.jar","fileDate":"2019-01-05T20:29:13.953Z","fileLength":951922,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2656/683/MobGrindingUtils-0.3.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1652593705,"invalidFingerprint":false},{"foldername":"mob_grinding_utils","fingerprint":149602972,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3716721463,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1243592576,"invalidFingerprint":false}],"packageFingerprint":2293965135,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254241,"fileNameOnDisk":"MobGrindingUtils-0.3.13.jar","hashes":[]}},{"instanceID":"21fca8cb-666b-4692-9704-87321f6255e8","modSource":0,"addonID":629629,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Better Questing Unofficial","modFolderPath":null,"fileNameOnDisk":"BetterQuestingUnofficial-4.1.0.jar","authors":[{"Name":"CleanroomMC"},{"Name":"Tech22"},{"Name":"ALongStringOfNumbers"},{"Name":"serenibyss"}],"primaryAuthor":"CleanroomMC","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-questing-unofficial","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/554/454/256/256/637896549401386934.png","tags":[],"installedFile":{"id":4010084,"fileName":"BetterQuestingUnofficial-4.1.0.jar","fileDate":"2022-09-27T23:27:44.88Z","fileLength":1923263,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4010/84/BetterQuestingUnofficial-4.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1780790906,"invalidFingerprint":false},{"foldername":"betterquesting","fingerprint":1522395631,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":787404280,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":474286452,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4209025695,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1978608834,"invalidFingerprint":false}],"packageFingerprint":2268775805,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629629,"fileNameOnDisk":"BetterQuestingUnofficial-4.1.0.jar","hashes":[]},"dateInstalled":"2023-08-04T23:54:31.2769434Z","dateUpdated":"2023-08-04T23:54:31.278839Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4010084,"fileName":"BetterQuestingUnofficial-4.1.0.jar","fileDate":"2022-09-27T23:27:44.88Z","fileLength":1923263,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4010/84/BetterQuestingUnofficial-4.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1780790906,"invalidFingerprint":false},{"foldername":"betterquesting","fingerprint":1522395631,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":787404280,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":474286452,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4209025695,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1978608834,"invalidFingerprint":false}],"packageFingerprint":2268775805,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629629,"fileNameOnDisk":"BetterQuestingUnofficial-4.1.0.jar","hashes":[]}},{"instanceID":"bd1a63ed-79b7-410d-8027-77dce972871a","modSource":0,"addonID":261199,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Base","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-base-2.0.3.28.jar","authors":[{"Name":"Purplicious_Cow_"},{"Name":"RazzleberryFox"},{"Name":"javaraptor"},{"Name":"Tschipp"}],"primaryAuthor":"Purplicious_Cow_","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/98/338/256/256/636298531363040374.png","tags":[],"installedFile":{"id":3213136,"fileName":"animania-1.12.2-base-2.0.3.28.jar","fileDate":"2021-02-22T17:13:19.587Z","fileLength":1626689,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/136/animania-1.12.2-base-2.0.3.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3242973093,"invalidFingerprint":false},{"foldername":"addons.mcmeta","fingerprint":2673473374,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2554208112,"invalidFingerprint":false},{"foldername":"com","fingerprint":4206017572,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":928183622,"invalidFingerprint":false}],"packageFingerprint":1778381478,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261199,"fileNameOnDisk":"animania-1.12.2-base-2.0.3.28.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:11.4488043Z","dateUpdated":"2023-07-12T19:25:26.3850937Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213136,"fileName":"animania-1.12.2-base-2.0.3.28.jar","fileDate":"2021-02-22T17:13:19.587Z","fileLength":1626689,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/136/animania-1.12.2-base-2.0.3.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3242973093,"invalidFingerprint":false},{"foldername":"addons.mcmeta","fingerprint":2673473374,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2554208112,"invalidFingerprint":false},{"foldername":"com","fingerprint":4206017572,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":928183622,"invalidFingerprint":false}],"packageFingerprint":1778381478,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261199,"fileNameOnDisk":"animania-1.12.2-base-2.0.3.28.jar","hashes":[]}},{"instanceID":"8c2452a9-35cf-40cd-9928-b81810c1f9b9","modSource":0,"addonID":250898,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ore Excavation","modFolderPath":null,"fileNameOnDisk":"OreExcavation-1.4.150.jar","authors":[{"Name":"Funwayguy"},{"Name":"darkosto"}],"primaryAuthor":"Funwayguy","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ore-excavation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/50/412/256/256/636090834615920242.png","tags":[],"installedFile":{"id":2897369,"fileName":"OreExcavation-1.4.150.jar","fileDate":"2020-03-09T07:28:53.517Z","fileLength":184743,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2897/369/OreExcavation-1.4.150.jar","isAlternate":false,"alternateFileId":2897370,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666491994,"invalidFingerprint":false},{"foldername":"oreexcavation","fingerprint":1006360500,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3988517817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":766829297,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":1280081937,"invalidFingerprint":false}],"packageFingerprint":424401967,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250898,"fileNameOnDisk":"OreExcavation-1.4.150.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.4184842Z","dateUpdated":"2023-07-12T19:16:22.421476Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2897369,"fileName":"OreExcavation-1.4.150.jar","fileDate":"2020-03-09T07:28:53.517Z","fileLength":184743,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2897/369/OreExcavation-1.4.150.jar","isAlternate":false,"alternateFileId":2897370,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666491994,"invalidFingerprint":false},{"foldername":"oreexcavation","fingerprint":1006360500,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3988517817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":766829297,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":1280081937,"invalidFingerprint":false}],"packageFingerprint":424401967,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250898,"fileNameOnDisk":"OreExcavation-1.4.150.jar","hashes":[]}},{"instanceID":"8738dc4f-fce2-49d9-8229-8db5621eb24e","modSource":0,"addonID":359407,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Immersive Technology","modFolderPath":null,"fileNameOnDisk":"MCTImmersiveTechnology-1.12.2-1.9.101.jar","authors":[{"Name":"tgstyle0"}],"primaryAuthor":"tgstyle0","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mct-immersive-technology","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/250/251/256/256/637177697702015228.png","tags":[],"installedFile":{"id":4643073,"fileName":"MCTImmersiveTechnology-1.12.2-1.9.101.jar","fileDate":"2023-07-14T03:07:07.897Z","fileLength":3431797,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4643/73/MCTImmersiveTechnology-1.12.2-1.9.101.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":119743405,"invalidFingerprint":false},{"foldername":"mctmods","fingerprint":1483708937,"invalidFingerprint":false},{"foldername":"assets","fingerprint":380382498,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3196969466,"invalidFingerprint":false}],"packageFingerprint":64285663,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":359407,"fileNameOnDisk":"MCTImmersiveTechnology-1.12.2-1.9.101.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.530929Z","dateUpdated":"2023-07-16T23:43:27.9548692Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4643073,"fileName":"MCTImmersiveTechnology-1.12.2-1.9.101.jar","fileDate":"2023-07-14T03:07:07.897Z","fileLength":3431797,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4643/73/MCTImmersiveTechnology-1.12.2-1.9.101.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":119743405,"invalidFingerprint":false},{"foldername":"mctmods","fingerprint":1483708937,"invalidFingerprint":false},{"foldername":"assets","fingerprint":380382498,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3196969466,"invalidFingerprint":false}],"packageFingerprint":64285663,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":359407,"fileNameOnDisk":"MCTImmersiveTechnology-1.12.2-1.9.101.jar","hashes":[]}},{"instanceID":"4a76e17d-1ceb-47af-b793-b9fdd5e438ce","modSource":0,"addonID":221214,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Pressure Pipes","modFolderPath":null,"fileNameOnDisk":"pressure-1.3.1.9-mc1.12.2.jar","authors":[{"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pressure-pipes","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/7/253/256/256/635379025351258324.png","tags":[],"installedFile":{"id":2490064,"fileName":"pressure-1.3.1.9-mc1.12.2.jar","fileDate":"2017-10-12T18:36:55.253Z","fileLength":1341032,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/64/pressure-1.3.1.9-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70496,"type":3},{"addonId":73488,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":4278461398,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2944782278,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3173734940,"invalidFingerprint":false}],"packageFingerprint":2852275883,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221214,"fileNameOnDisk":"pressure-1.3.1.9-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:12:39.5282961Z","dateUpdated":"2023-07-13T07:12:39.5313083Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2490064,"fileName":"pressure-1.3.1.9-mc1.12.2.jar","fileDate":"2017-10-12T18:36:55.253Z","fileLength":1341032,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/64/pressure-1.3.1.9-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70496,"type":3},{"addonId":73488,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":4278461398,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2944782278,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3173734940,"invalidFingerprint":false}],"packageFingerprint":2852275883,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221214,"fileNameOnDisk":"pressure-1.3.1.9-mc1.12.2.jar","hashes":[]}},{"instanceID":"10a79a8f-0e11-4648-8ef2-788fbdc8b81b","modSource":0,"addonID":245453,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Environmental Tech","modFolderPath":null,"fileNameOnDisk":"environmentaltech-1.12.2-2.0.20.1.jar","authors":[{"Name":"ValkyrieofNight"}],"primaryAuthor":"ValkyrieofNight","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/environmental-tech","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/435/793/256/256/637676306043621312.png","tags":[],"installedFile":{"id":2691536,"fileName":"environmentaltech-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:54:18.24Z","fileLength":1001848,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/536/environmentaltech-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3},{"addonId":289532,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3475619766,"invalidFingerprint":false},{"foldername":"com","fingerprint":1127179845,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1680517355,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":498910096,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1703971663,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3473727868,"invalidFingerprint":false}],"packageFingerprint":1520876991,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245453,"fileNameOnDisk":"environmentaltech-1.12.2-2.0.20.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:38.9782381Z","dateUpdated":"2023-07-12T19:16:38.9812364Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691536,"fileName":"environmentaltech-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:54:18.24Z","fileLength":1001848,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/536/environmentaltech-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3},{"addonId":289532,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3475619766,"invalidFingerprint":false},{"foldername":"com","fingerprint":1127179845,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1680517355,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":498910096,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1703971663,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3473727868,"invalidFingerprint":false}],"packageFingerprint":1520876991,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245453,"fileNameOnDisk":"environmentaltech-1.12.2-2.0.20.1.jar","hashes":[]}},{"instanceID":"93d2f46a-b409-4461-8f52-9be8a19a3ad2","modSource":0,"addonID":558773,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Foods Nutrition","modFolderPath":null,"fileNameOnDisk":"Nutrition-1.12.2-4.9.0.jar","authors":[{"Name":"cross_ower"}],"primaryAuthor":"cross_ower","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/foods-nutrition","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/469/944/256/256/637756175445535668.jpeg","tags":[],"installedFile":{"id":3574440,"fileName":"nutrition-1.12.2-4.9.0.jar","fileDate":"2021-12-20T17:21:56.247Z","fileLength":117788,"releaseType":1,"fileStatus":3,"downloadUrl":"https://edge.forgecdn.net/files/3574/440/nutrition-1.12.2-4.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":false,"modules":[{"foldername":"META-INF","fingerprint":1203029408,"invalidFingerprint":false},{"foldername":"ca","fingerprint":1626893736,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2606283169,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3336279454,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3598592368,"invalidFingerprint":false}],"packageFingerprint":682013470,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":10,"projectId":558773,"fileNameOnDisk":"nutrition-1.12.2-4.9.0.jar","hashes":[]},"dateInstalled":"2023-07-15T05:39:32.0834432Z","dateUpdated":"2023-07-15T05:39:32.0834432Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3574440,"fileName":"nutrition-1.12.2-4.9.0.jar","fileDate":"2021-12-20T17:21:56.247Z","fileLength":117788,"releaseType":1,"fileStatus":3,"downloadUrl":"https://edge.forgecdn.net/files/3574/440/nutrition-1.12.2-4.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":false,"modules":[{"foldername":"META-INF","fingerprint":1203029408,"invalidFingerprint":false},{"foldername":"ca","fingerprint":1626893736,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2606283169,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3336279454,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3598592368,"invalidFingerprint":false}],"packageFingerprint":682013470,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":10,"projectId":558773,"fileNameOnDisk":"nutrition-1.12.2-4.9.0.jar","hashes":[]}},{"instanceID":"a19e716d-3814-45b1-ac3e-8ce7d43916a6","modSource":0,"addonID":231868,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"EnderCore","modFolderPath":null,"fileNameOnDisk":"EnderCore-1.12.2-0.5.78.jar","authors":[{"Name":"tterrag1098"},{"Name":"crazypants_mc_the_second"},{"Name":"HenryLoenwind"}],"primaryAuthor":"tterrag1098","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/endercore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/20/10/256/256/635705133000275418.jpeg","tags":[],"installedFile":{"id":4671384,"fileName":"EnderCore-1.12.2-0.5.78.jar","fileDate":"2023-07-29T18:34:42.74Z","fileLength":660062,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/384/EnderCore-1.12.2-0.5.78.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":277113691,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3616653619,"invalidFingerprint":false},{"foldername":"com","fingerprint":2951151888,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":136234190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1160059302,"invalidFingerprint":false}],"packageFingerprint":537906953,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231868,"fileNameOnDisk":"EnderCore-1.12.2-0.5.78.jar","hashes":[]},"dateInstalled":"2023-08-06T05:52:08.6410925Z","dateUpdated":"2023-08-06T05:52:08.6587743Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4671384,"fileName":"EnderCore-1.12.2-0.5.78.jar","fileDate":"2023-07-29T18:34:42.74Z","fileLength":660062,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/384/EnderCore-1.12.2-0.5.78.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":277113691,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3616653619,"invalidFingerprint":false},{"foldername":"com","fingerprint":2951151888,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":136234190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1160059302,"invalidFingerprint":false}],"packageFingerprint":537906953,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231868,"fileNameOnDisk":"EnderCore-1.12.2-0.5.78.jar","hashes":[]}},{"instanceID":"571a01da-0c32-4eb5-9061-0ae26e2d2fd6","modSource":0,"addonID":281849,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PneumaticCraft: Repressurized","modFolderPath":null,"fileNameOnDisk":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","authors":[{"Name":"desht_08"},{"Name":"Minemaarten"}],"primaryAuthor":"desht_08","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pneumaticcraft-repressurized","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/478/360/256/256/637774086636641462.png","tags":[],"installedFile":{"id":2978408,"fileName":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","fileDate":"2020-06-12T09:50:33.2Z","fileLength":9534851,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2978/408/pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1374666527,"invalidFingerprint":false},{"foldername":"me","fingerprint":3497060873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3327675005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3440336536,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031280520,"invalidFingerprint":false}],"packageFingerprint":40853236,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281849,"fileNameOnDisk":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:58.373556Z","dateUpdated":"2023-07-12T19:15:58.3835575Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2978408,"fileName":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","fileDate":"2020-06-12T09:50:33.2Z","fileLength":9534851,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2978/408/pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1374666527,"invalidFingerprint":false},{"foldername":"me","fingerprint":3497060873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3327675005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3440336536,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031280520,"invalidFingerprint":false}],"packageFingerprint":40853236,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281849,"fileNameOnDisk":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","hashes":[]}},{"instanceID":"36dbbc42-64a2-4711-ace0-aa387b921542","modSource":0,"addonID":229708,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Farseek","modFolderPath":null,"fileNameOnDisk":"Farseek-1.12-2.5.1.jar","authors":[{"Name":"delvr"}],"primaryAuthor":"delvr","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/farseek","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/16/921/256/256/635655168368628438.png","tags":[],"installedFile":{"id":3093852,"fileName":"Farseek-1.12-2.5.1.jar","fileDate":"2020-10-26T23:01:35.743Z","fileLength":476561,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3093/852/Farseek-1.12-2.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":39987786,"invalidFingerprint":false},{"foldername":"farseek","fingerprint":412510300,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2941225517,"invalidFingerprint":false}],"packageFingerprint":197063857,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229708,"fileNameOnDisk":"Farseek-1.12-2.5.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:14.1059141Z","dateUpdated":"2023-07-12T19:16:14.1079623Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3093852,"fileName":"Farseek-1.12-2.5.1.jar","fileDate":"2020-10-26T23:01:35.743Z","fileLength":476561,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3093/852/Farseek-1.12-2.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":39987786,"invalidFingerprint":false},{"foldername":"farseek","fingerprint":412510300,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2941225517,"invalidFingerprint":false}],"packageFingerprint":197063857,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229708,"fileNameOnDisk":"Farseek-1.12-2.5.1.jar","hashes":[]}},{"instanceID":"477fe196-eb82-4e34-8ed9-7bdb60685dcf","modSource":0,"addonID":280200,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Colytra (Fabric/Forge/Quilt)","modFolderPath":null,"fileNameOnDisk":"colytra-1.12.2-1.2.0.4.jar","authors":[{"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/colytra","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/127/504/256/256/636439463392471790.png","tags":[],"installedFile":{"id":2828877,"fileName":"colytra-1.12.2-1.2.0.4.jar","fileDate":"2019-11-17T22:57:39.623Z","fileLength":86568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2828/877/colytra-1.12.2-1.2.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1049185419,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4099183529,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4157634808,"invalidFingerprint":false},{"foldername":"c4","fingerprint":256917861,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3581015769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1641535252,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":241822845,"invalidFingerprint":false}],"packageFingerprint":4116341275,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280200,"fileNameOnDisk":"colytra-1.12.2-1.2.0.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.0033243Z","dateUpdated":"2023-07-12T19:16:48.0052058Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2828877,"fileName":"colytra-1.12.2-1.2.0.4.jar","fileDate":"2019-11-17T22:57:39.623Z","fileLength":86568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2828/877/colytra-1.12.2-1.2.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1049185419,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4099183529,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4157634808,"invalidFingerprint":false},{"foldername":"c4","fingerprint":256917861,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3581015769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1641535252,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":241822845,"invalidFingerprint":false}],"packageFingerprint":4116341275,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280200,"fileNameOnDisk":"colytra-1.12.2-1.2.0.4.jar","hashes":[]}},{"instanceID":"3892886b-c11c-45bf-b5a9-0a2fc3445adc","modSource":0,"addonID":247007,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Common Capabilities","modFolderPath":null,"fileNameOnDisk":"CommonCapabilities-1.12.2-2.4.8.jar","authors":[{"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/common-capabilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/44/386/256/256/636031220874205150.png","tags":[],"installedFile":{"id":3053017,"fileName":"CommonCapabilities-1.12.2-2.4.8.jar","fileDate":"2020-09-09T15:13:24.79Z","fileLength":361018,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3053/17/CommonCapabilities-1.12.2-2.4.8.jar","isAlternate":false,"alternateFileId":3053018,"dependencies":[{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":428644543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1127577813,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873098372,"invalidFingerprint":false},{"foldername":"net","fingerprint":2992028976,"invalidFingerprint":false},{"foldername":"org","fingerprint":3375990369,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":709504041,"invalidFingerprint":false}],"packageFingerprint":3646669765,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247007,"fileNameOnDisk":"CommonCapabilities-1.12.2-2.4.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.1674825Z","dateUpdated":"2023-07-12T19:16:46.1704813Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3053017,"fileName":"CommonCapabilities-1.12.2-2.4.8.jar","fileDate":"2020-09-09T15:13:24.79Z","fileLength":361018,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3053/17/CommonCapabilities-1.12.2-2.4.8.jar","isAlternate":false,"alternateFileId":3053018,"dependencies":[{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":428644543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1127577813,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873098372,"invalidFingerprint":false},{"foldername":"net","fingerprint":2992028976,"invalidFingerprint":false},{"foldername":"org","fingerprint":3375990369,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":709504041,"invalidFingerprint":false}],"packageFingerprint":3646669765,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247007,"fileNameOnDisk":"CommonCapabilities-1.12.2-2.4.8.jar","hashes":[]}},{"instanceID":"a4afab84-53fb-4a26-b0b3-1ab07b4705ff","modSource":0,"addonID":238590,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Flat Colored Blocks - For Forge","modFolderPath":null,"fileNameOnDisk":"flatcoloredblocks-mc1.12-6.8.jar","authors":[{"Name":"AlgorithmX2"},{"Name":"OrionOnline"}],"primaryAuthor":"AlgorithmX2","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/flat-colored-blocks-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/700/256/256/635849598091380013.png","tags":[],"installedFile":{"id":2715827,"fileName":"flatcoloredblocks-mc1.12-6.8.jar","fileDate":"2019-05-25T23:52:38.243Z","fileLength":139609,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2715/827/flatcoloredblocks-mc1.12-6.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":163704675,"invalidFingerprint":false},{"foldername":"mod","fingerprint":765554658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2265993452,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":215510763,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3297451825,"invalidFingerprint":false}],"packageFingerprint":2044644304,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238590,"fileNameOnDisk":"flatcoloredblocks-mc1.12-6.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:15.1980088Z","dateUpdated":"2023-07-12T19:16:15.2010192Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2715827,"fileName":"flatcoloredblocks-mc1.12-6.8.jar","fileDate":"2019-05-25T23:52:38.243Z","fileLength":139609,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2715/827/flatcoloredblocks-mc1.12-6.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":163704675,"invalidFingerprint":false},{"foldername":"mod","fingerprint":765554658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2265993452,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":215510763,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3297451825,"invalidFingerprint":false}],"packageFingerprint":2044644304,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238590,"fileNameOnDisk":"flatcoloredblocks-mc1.12-6.8.jar","hashes":[]}},{"instanceID":"7ce5aba4-8346-41ea-b0c8-b203332b1744","modSource":0,"addonID":228756,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Iron Chests","modFolderPath":null,"fileNameOnDisk":"ironchest-1.12.2-7.0.72.847.jar","authors":[{"Name":"ProgWML6"},{"Name":"Alexbegt"}],"primaryAuthor":"ProgWML6","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/iron-chests","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/434/256/256/635625656444075090.png","tags":[],"installedFile":{"id":2747935,"fileName":"ironchest-1.12.2-7.0.72.847.jar","fileDate":"2019-07-25T01:20:59.067Z","fileLength":956692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2747/935/ironchest-1.12.2-7.0.72.847.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":312784702,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":71079651,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4099547818,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3889772354,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1407243087,"invalidFingerprint":false}],"packageFingerprint":3272096001,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228756,"fileNameOnDisk":"ironchest-1.12.2-7.0.72.847.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.0181622Z","dateUpdated":"2023-07-12T19:16:37.0221656Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2747935,"fileName":"ironchest-1.12.2-7.0.72.847.jar","fileDate":"2019-07-25T01:20:59.067Z","fileLength":956692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2747/935/ironchest-1.12.2-7.0.72.847.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":312784702,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":71079651,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4099547818,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3889772354,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1407243087,"invalidFingerprint":false}],"packageFingerprint":3272096001,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228756,"fileNameOnDisk":"ironchest-1.12.2-7.0.72.847.jar","hashes":[]}},{"instanceID":"e118d10b-9810-4f59-af84-94a187997fba","modSource":0,"addonID":283644,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Placebo","modFolderPath":null,"fileNameOnDisk":"Placebo-1.12.2-1.6.1.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/placebo","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/260/256/256/636490526725752670.png","tags":[],"installedFile":{"id":4629597,"fileName":"Placebo-1.12.2-1.6.1.jar","fileDate":"2023-07-07T07:54:34.25Z","fileLength":77207,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4629/597/Placebo-1.12.2-1.6.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3586471488,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":4156231661,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1104051961,"invalidFingerprint":false}],"packageFingerprint":2278424663,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.12.2-1.6.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.0581836Z","dateUpdated":"2023-07-12T19:25:26.995192Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4629597,"fileName":"Placebo-1.12.2-1.6.1.jar","fileDate":"2023-07-07T07:54:34.25Z","fileLength":77207,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4629/597/Placebo-1.12.2-1.6.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3586471488,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":4156231661,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1104051961,"invalidFingerprint":false}],"packageFingerprint":2278424663,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.12.2-1.6.1.jar","hashes":[]}},{"instanceID":"d5ddf926-016a-417e-b700-e5789d5587cc","modSource":0,"addonID":69162,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CoFH Core","modFolderPath":null,"fileNameOnDisk":"CoFHCore-1.12.2-4.6.6.1-universal.jar","authors":[{"Name":"TeamCoFH"},{"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cofh-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/14/190/256/256/635588122347757413.png","tags":[],"installedFile":{"id":2920433,"fileName":"CoFHCore-1.12.2-4.6.6.1-universal.jar","fileDate":"2020-04-03T23:51:47.75Z","fileLength":848187,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/433/CoFHCore-1.12.2-4.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":220333,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3081622856,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3176896124,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3423698620,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3177233248,"invalidFingerprint":false}],"packageFingerprint":3315557568,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69162,"fileNameOnDisk":"CoFHCore-1.12.2-4.6.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.6253412Z","dateUpdated":"2023-07-12T19:16:34.6292983Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920433,"fileName":"CoFHCore-1.12.2-4.6.6.1-universal.jar","fileDate":"2020-04-03T23:51:47.75Z","fileLength":848187,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/433/CoFHCore-1.12.2-4.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":220333,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3081622856,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3176896124,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3423698620,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3177233248,"invalidFingerprint":false}],"packageFingerprint":3315557568,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69162,"fileNameOnDisk":"CoFHCore-1.12.2-4.6.6.1-universal.jar","hashes":[]}},{"instanceID":"7f6be59e-cfa6-4f43-a68f-9281dd0f718b","modSource":0,"addonID":273430,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Actually Baubles","modFolderPath":null,"fileNameOnDisk":"ActuallyBaubles-1.12-1.1.jar","authors":[{"Name":"Jacky"}],"primaryAuthor":"Jacky","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/actually-baubles","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/147/192/256/256/636575169522401760.png","tags":[],"installedFile":{"id":2459131,"fileName":"ActuallyBaubles-1.12-1.1.jar","fileDate":"2017-08-02T09:41:54.36Z","fileLength":11604,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2459/131/ActuallyBaubles-1.12-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":3480852200,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3636934305,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1270101153,"invalidFingerprint":false}],"packageFingerprint":4219803846,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273430,"fileNameOnDisk":"ActuallyBaubles-1.12-1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:54.5117685Z","dateUpdated":"2023-07-12T19:15:54.513769Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2459131,"fileName":"ActuallyBaubles-1.12-1.1.jar","fileDate":"2017-08-02T09:41:54.36Z","fileLength":11604,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2459/131/ActuallyBaubles-1.12-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":3480852200,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3636934305,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1270101153,"invalidFingerprint":false}],"packageFingerprint":4219803846,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273430,"fileNameOnDisk":"ActuallyBaubles-1.12-1.1.jar","hashes":[]}},{"instanceID":"4a83e2a5-5742-4422-8b2c-63d965abf4b3","modSource":0,"addonID":267939,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough HarvestCraft (JEHC)","modFolderPath":null,"fileNameOnDisk":"just-enough-harvestcraft-1.12.2-1.7.2.jar","authors":[{"Name":"mrapplexz"}],"primaryAuthor":"mrapplexz","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-harvestcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/242/45/256/256/637132098454862192.png","tags":[],"installedFile":{"id":2997129,"fileName":"just-enough-harvestcraft-1.12.2-1.7.2.jar","fileDate":"2020-07-05T20:20:12.28Z","fileLength":45829,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2997/129/just-enough-harvestcraft-1.12.2-1.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":221857,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563275372,"invalidFingerprint":false},{"foldername":"net","fingerprint":400304023,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2759557438,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2277574815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2376325434,"invalidFingerprint":false}],"packageFingerprint":457164950,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267939,"fileNameOnDisk":"just-enough-harvestcraft-1.12.2-1.7.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:52.4280045Z","dateUpdated":"2023-07-12T19:16:52.4300055Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2997129,"fileName":"just-enough-harvestcraft-1.12.2-1.7.2.jar","fileDate":"2020-07-05T20:20:12.28Z","fileLength":45829,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2997/129/just-enough-harvestcraft-1.12.2-1.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":221857,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563275372,"invalidFingerprint":false},{"foldername":"net","fingerprint":400304023,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2759557438,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2277574815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2376325434,"invalidFingerprint":false}],"packageFingerprint":457164950,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267939,"fileNameOnDisk":"just-enough-harvestcraft-1.12.2-1.7.2.jar","hashes":[]}},{"instanceID":"00e9784c-e0ec-4f3c-8e68-0a63f205f6e0","modSource":0,"addonID":232758,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cyclops Core","modFolderPath":null,"fileNameOnDisk":"CyclopsCore-1.12.2-1.6.7.jar","authors":[{"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cyclops-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/21/299/256/256/635725451812161186.png","tags":[],"installedFile":{"id":3159497,"fileName":"CyclopsCore-1.12.2-1.6.7.jar","fileDate":"2021-01-05T19:02:14.62Z","fileLength":1060985,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/497/CyclopsCore-1.12.2-1.6.7.jar","isAlternate":false,"alternateFileId":3159498,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3328553495,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031855971,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":980103994,"invalidFingerprint":false},{"foldername":"org","fingerprint":1204546813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2761376034,"invalidFingerprint":false}],"packageFingerprint":1278380072,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232758,"fileNameOnDisk":"CyclopsCore-1.12.2-1.6.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.4688561Z","dateUpdated":"2023-07-12T19:16:25.4708665Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3159497,"fileName":"CyclopsCore-1.12.2-1.6.7.jar","fileDate":"2021-01-05T19:02:14.62Z","fileLength":1060985,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/497/CyclopsCore-1.12.2-1.6.7.jar","isAlternate":false,"alternateFileId":3159498,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3328553495,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031855971,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":980103994,"invalidFingerprint":false},{"foldername":"org","fingerprint":1204546813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2761376034,"invalidFingerprint":false}],"packageFingerprint":1278380072,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232758,"fileNameOnDisk":"CyclopsCore-1.12.2-1.6.7.jar","hashes":[]}},{"instanceID":"b4cd22c0-606d-4456-b40f-72fc725cc5d5","modSource":0,"addonID":228404,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Actually Additions","modFolderPath":null,"fileNameOnDisk":"ActuallyAdditions-1.12.2-r152.jar","authors":[{"Name":"Ellpeck"}],"primaryAuthor":"Ellpeck","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/actually-additions","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/43/130/256/256/636017838645578016.png","tags":[],"installedFile":{"id":3117927,"fileName":"ActuallyAdditions-1.12.2-r152.jar","fileDate":"2020-11-20T18:01:16.073Z","fileLength":2958699,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3117/927/ActuallyAdditions-1.12.2-r152.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":266674553,"invalidFingerprint":false},{"foldername":"de","fingerprint":4122797818,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":1711912058,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148916916,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2292106983,"invalidFingerprint":false}],"packageFingerprint":1923394747,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228404,"fileNameOnDisk":"ActuallyAdditions-1.12.2-r152.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:38.0105061Z","dateUpdated":"2023-07-12T19:16:38.0105061Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3117927,"fileName":"ActuallyAdditions-1.12.2-r152.jar","fileDate":"2020-11-20T18:01:16.073Z","fileLength":2958699,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3117/927/ActuallyAdditions-1.12.2-r152.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":266674553,"invalidFingerprint":false},{"foldername":"de","fingerprint":4122797818,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":1711912058,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148916916,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2292106983,"invalidFingerprint":false}],"packageFingerprint":1923394747,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228404,"fileNameOnDisk":"ActuallyAdditions-1.12.2-r152.jar","hashes":[]}},{"instanceID":"73ddd232-d31a-4296-a298-f828516a3bb9","modSource":0,"addonID":228832,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Guide-API","modFolderPath":null,"fileNameOnDisk":"Guide-API-1.12-2.1.8-63.jar","authors":[{"Name":"TehNut"},{"Name":"tombenpotter"}],"primaryAuthor":"TehNut","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/guide-api","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/20/468/256/256/635712257569813390.png","tags":[],"installedFile":{"id":2645992,"fileName":"Guide-API-1.12-2.1.8-63.jar","fileDate":"2018-12-10T03:50:02.413Z","fileLength":169528,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2645/992/Guide-API-1.12-2.1.8-63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3989512622,"invalidFingerprint":false},{"foldername":"amerifrance","fingerprint":2263884702,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3218343144,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1999785916,"invalidFingerprint":false}],"packageFingerprint":1899009469,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228832,"fileNameOnDisk":"Guide-API-1.12-2.1.8-63.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:11.5794446Z","dateUpdated":"2023-07-12T19:16:11.5814466Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2645992,"fileName":"Guide-API-1.12-2.1.8-63.jar","fileDate":"2018-12-10T03:50:02.413Z","fileLength":169528,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2645/992/Guide-API-1.12-2.1.8-63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3989512622,"invalidFingerprint":false},{"foldername":"amerifrance","fingerprint":2263884702,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3218343144,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1999785916,"invalidFingerprint":false}],"packageFingerprint":1899009469,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228832,"fileNameOnDisk":"Guide-API-1.12-2.1.8-63.jar","hashes":[]}},{"instanceID":"1f8607d6-df42-445e-a463-a93d46690ef0","modSource":0,"addonID":297057,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LetsEncryptCraft","modFolderPath":null,"fileNameOnDisk":"letsencryptcraft-1.10.2-1.2.0.jar","authors":[{"Name":"CloudyPSP"}],"primaryAuthor":"CloudyPSP","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/letsencryptcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/159/414/256/256/636658744013893305.png","tags":[],"installedFile":{"id":2668704,"fileName":"letsencryptcraft-1.10.2-1.2.0.jar","fileDate":"2019-02-03T18:02:03.307Z","fileLength":7091,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2668/704/letsencryptcraft-1.10.2-1.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"uk","fingerprint":1847549153,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2523627996,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3889861130,"invalidFingerprint":false}],"packageFingerprint":758535815,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297057,"fileNameOnDisk":"letsencryptcraft-1.10.2-1.2.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:20:32.9599113Z","dateUpdated":"2023-07-13T07:20:32.9619257Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2668704,"fileName":"letsencryptcraft-1.10.2-1.2.0.jar","fileDate":"2019-02-03T18:02:03.307Z","fileLength":7091,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2668/704/letsencryptcraft-1.10.2-1.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"uk","fingerprint":1847549153,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2523627996,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3889861130,"invalidFingerprint":false}],"packageFingerprint":758535815,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297057,"fileNameOnDisk":"letsencryptcraft-1.10.2-1.2.0.jar","hashes":[]}},{"instanceID":"ac72895f-60ad-497c-b46a-b4c1619c7e7b","modSource":0,"addonID":262823,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tomb Many Graves 2","modFolderPath":null,"fileNameOnDisk":"TombManyGraves-1.12-4.2.0.jar","authors":[{"Name":"M4thG33k"},{"Name":"tiffit_"}],"primaryAuthor":"M4thG33k","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tomb-many-graves-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/91/881/256/256/636250873008737909.png","tags":[],"installedFile":{"id":2619249,"fileName":"TombManyGraves-1.12-4.2.0.jar","fileDate":"2018-09-21T00:37:13.533Z","fileLength":150657,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2619/249/TombManyGraves-1.12-4.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2977590635,"invalidFingerprint":false},{"foldername":"com","fingerprint":3845190189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":783008279,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3064791493,"invalidFingerprint":false}],"packageFingerprint":3719101601,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":262823,"fileNameOnDisk":"TombManyGraves-1.12-4.2.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.2804829Z","dateUpdated":"2023-07-12T19:16:41.2825301Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2619249,"fileName":"TombManyGraves-1.12-4.2.0.jar","fileDate":"2018-09-21T00:37:13.533Z","fileLength":150657,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2619/249/TombManyGraves-1.12-4.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2977590635,"invalidFingerprint":false},{"foldername":"com","fingerprint":3845190189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":783008279,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3064791493,"invalidFingerprint":false}],"packageFingerprint":3719101601,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":262823,"fileNameOnDisk":"TombManyGraves-1.12-4.2.0.jar","hashes":[]}},{"instanceID":"b77994ed-70fe-4fa5-90d4-b30886439075","modSource":0,"addonID":253043,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"WanionLib","modFolderPath":null,"fileNameOnDisk":"WanionLib-1.12.2-2.91.jar","authors":[{"Name":"WanionCane"}],"primaryAuthor":"WanionCane","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/wanionlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/891/256/256/636139361607090816.png","tags":[],"installedFile":{"id":4623135,"fileName":"WanionLib-1.12.2-2.91.jar","fileDate":"2023-07-03T15:59:53.017Z","fileLength":223035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/135/WanionLib-1.12.2-2.91.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2788136691,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":4263506826,"invalidFingerprint":false},{"foldername":"assets","fingerprint":749522786,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1062000704,"invalidFingerprint":false},{"foldername":"wanionlib.png","fingerprint":3974495883,"invalidFingerprint":false}],"packageFingerprint":3427414774,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253043,"fileNameOnDisk":"WanionLib-1.12.2-2.91.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.5644901Z","dateUpdated":"2023-07-12T19:25:20.5468296Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4623135,"fileName":"WanionLib-1.12.2-2.91.jar","fileDate":"2023-07-03T15:59:53.017Z","fileLength":223035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/135/WanionLib-1.12.2-2.91.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2788136691,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":4263506826,"invalidFingerprint":false},{"foldername":"assets","fingerprint":749522786,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1062000704,"invalidFingerprint":false},{"foldername":"wanionlib.png","fingerprint":3974495883,"invalidFingerprint":false}],"packageFingerprint":3427414774,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253043,"fileNameOnDisk":"WanionLib-1.12.2-2.91.jar","hashes":[]}},{"instanceID":"da5734df-1237-4d51-b8e0-af5e12d46b9b","modSource":0,"addonID":267193,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chunk-Pregenerator","modFolderPath":null,"fileNameOnDisk":"Chunk Pregenerator-V1.12-2.5.7.jar","authors":[{"Name":"Speiger"}],"primaryAuthor":"Speiger","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chunkpregenerator","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/98/386/256/256/636298749638868156.png","tags":[],"installedFile":{"id":3946413,"fileName":"Chunk Pregenerator-V1.12-2.5.7.jar","fileDate":"2022-08-22T04:28:39.303Z","fileLength":557136,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3946/413/Chunk Pregenerator-V1.12-2.5.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1376645499,"invalidFingerprint":false},{"foldername":"pregenerator","fingerprint":1598711522,"invalidFingerprint":false},{"foldername":"net","fingerprint":3519618156,"invalidFingerprint":false}],"packageFingerprint":1385005837,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267193,"fileNameOnDisk":"Chunk Pregenerator-V1.12-2.5.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.9301651Z","dateUpdated":"2023-07-12T19:25:16.1719553Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3946413,"fileName":"Chunk Pregenerator-V1.12-2.5.7.jar","fileDate":"2022-08-22T04:28:39.303Z","fileLength":557136,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3946/413/Chunk Pregenerator-V1.12-2.5.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1376645499,"invalidFingerprint":false},{"foldername":"pregenerator","fingerprint":1598711522,"invalidFingerprint":false},{"foldername":"net","fingerprint":3519618156,"invalidFingerprint":false}],"packageFingerprint":1385005837,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267193,"fileNameOnDisk":"Chunk Pregenerator-V1.12-2.5.7.jar","hashes":[]}},{"instanceID":"98e8eeb1-3dc4-451d-84e0-c71f9ba4fb54","modSource":0,"addonID":309756,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Gas Conduits","modFolderPath":null,"fileNameOnDisk":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","authors":[{"Name":"pupnewfster"}],"primaryAuthor":"pupnewfster","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gas-conduits","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/183/191/256/256/636813467342327346.png","tags":[],"installedFile":{"id":4674242,"fileName":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:49.933Z","fileLength":155610,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/242/EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3},{"addonId":64578,"type":2},{"addonId":297197,"type":2},{"addonId":297193,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3084673452,"invalidFingerprint":false},{"foldername":"assets","fingerprint":568349941,"invalidFingerprint":false},{"foldername":"gg","fingerprint":498954501,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2156398778,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":221046385,"invalidFingerprint":false}],"packageFingerprint":3424029325,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309756,"fileNameOnDisk":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","hashes":[]},"dateInstalled":"2023-08-04T23:50:25.3074932Z","dateUpdated":"2023-08-04T23:50:25.3094916Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4674242,"fileName":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:49.933Z","fileLength":155610,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/242/EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3},{"addonId":64578,"type":2},{"addonId":297197,"type":2},{"addonId":297193,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3084673452,"invalidFingerprint":false},{"foldername":"assets","fingerprint":568349941,"invalidFingerprint":false},{"foldername":"gg","fingerprint":498954501,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2156398778,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":221046385,"invalidFingerprint":false}],"packageFingerprint":3424029325,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309756,"fileNameOnDisk":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","hashes":[]}},{"instanceID":"b83eef00-efaf-43d3-acfa-ace6cad2807f","modSource":0,"addonID":314002,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Overloaded Armor Bar","modFolderPath":null,"fileNameOnDisk":"overloadedarmorbar-1.0.4g.jar","authors":[{"Name":"tfarecnim"}],"primaryAuthor":"tfarecnim","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/overloaded-armor-bar","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/190/386/256/256/636855470698559314.png","tags":[],"installedFile":{"id":2719400,"fileName":"overloadedarmorbar-1.0.4g.jar","fileDate":"2019-06-03T02:27:01.907Z","fileLength":18649,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2719/400/overloadedarmorbar-1.0.4g.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":673981282,"invalidFingerprint":false},{"foldername":"locusway","fingerprint":2230091284,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2904523222,"invalidFingerprint":false}],"packageFingerprint":4067900842,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314002,"fileNameOnDisk":"overloadedarmorbar-1.0.4g.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.32023Z","dateUpdated":"2023-07-12T19:16:23.3212273Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2719400,"fileName":"overloadedarmorbar-1.0.4g.jar","fileDate":"2019-06-03T02:27:01.907Z","fileLength":18649,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2719/400/overloadedarmorbar-1.0.4g.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":673981282,"invalidFingerprint":false},{"foldername":"locusway","fingerprint":2230091284,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2904523222,"invalidFingerprint":false}],"packageFingerprint":4067900842,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314002,"fileNameOnDisk":"overloadedarmorbar-1.0.4g.jar","hashes":[]}},{"instanceID":"1906b8c3-e669-4bcd-a87a-58ebb4a9d1f9","modSource":0,"addonID":255232,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"p455w0rd's Library","modFolderPath":null,"fileNameOnDisk":"p455w0rdslib-1.12.2-2.3.161.jar","authors":[{"Name":"TheRealp455w0rd"}],"primaryAuthor":"TheRealp455w0rd","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/77/605/256/256/636174826217128993.png","tags":[],"installedFile":{"id":2830265,"fileName":"p455w0rdslib-1.12.2-2.3.161.jar","fileDate":"2019-11-21T03:52:55.193Z","fileLength":328793,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2830/265/p455w0rdslib-1.12.2-2.3.161.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2056699777,"invalidFingerprint":false},{"foldername":"assets","fingerprint":675317848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1992792617,"invalidFingerprint":false},{"foldername":"p455w0rdslib","fingerprint":976873340,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1598791879,"invalidFingerprint":false}],"packageFingerprint":4127400724,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":255232,"fileNameOnDisk":"p455w0rdslib-1.12.2-2.3.161.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.5844298Z","dateUpdated":"2023-07-12T19:16:40.5870205Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2830265,"fileName":"p455w0rdslib-1.12.2-2.3.161.jar","fileDate":"2019-11-21T03:52:55.193Z","fileLength":328793,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2830/265/p455w0rdslib-1.12.2-2.3.161.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2056699777,"invalidFingerprint":false},{"foldername":"assets","fingerprint":675317848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1992792617,"invalidFingerprint":false},{"foldername":"p455w0rdslib","fingerprint":976873340,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1598791879,"invalidFingerprint":false}],"packageFingerprint":4127400724,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":255232,"fileNameOnDisk":"p455w0rdslib-1.12.2-2.3.161.jar","hashes":[]}},{"instanceID":"4a7ef0f3-882b-4456-bfb2-1f7e17949c6a","modSource":0,"addonID":250231,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Crossroads MC","modFolderPath":null,"fileNameOnDisk":"crossroads-1.12.2-1.12.2.jar","authors":[{"Name":"Technomancer_isTaken"}],"primaryAuthor":"Technomancer_isTaken","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/crossroads-mc","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/314/256/256/636076221302128477.png","tags":[],"installedFile":{"id":2836509,"fileName":"crossroads-1.12.2-1.12.2.jar","fileDate":"2019-12-04T05:16:02.363Z","fileLength":4290997,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/509/crossroads-1.12.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":2},{"addonId":293752,"type":3},{"addonId":239197,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1505417121,"invalidFingerprint":false},{"foldername":"com","fingerprint":1798189456,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1088491735,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1915750587,"invalidFingerprint":false}],"packageFingerprint":3643648473,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250231,"fileNameOnDisk":"crossroads-1.12.2-1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:12:23.4645637Z","dateUpdated":"2023-07-13T07:12:23.4772364Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2836509,"fileName":"crossroads-1.12.2-1.12.2.jar","fileDate":"2019-12-04T05:16:02.363Z","fileLength":4290997,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/509/crossroads-1.12.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":2},{"addonId":293752,"type":3},{"addonId":239197,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1505417121,"invalidFingerprint":false},{"foldername":"com","fingerprint":1798189456,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1088491735,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1915750587,"invalidFingerprint":false}],"packageFingerprint":3643648473,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250231,"fileNameOnDisk":"crossroads-1.12.2-1.12.2.jar","hashes":[]}},{"instanceID":"4e99d313-6bf1-4dc7-8180-3d943c6f05eb","modSource":0,"addonID":715086,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Friendly Chests","modFolderPath":null,"fileNameOnDisk":"Friendly-Chests-v1.0.3-mc1.12.2.jar","authors":[{"Name":"jbredwards"}],"primaryAuthor":"jbredwards","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/friendly-chests","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/652/656/256/256/638054602751995073.png","tags":[],"installedFile":{"id":4476120,"fileName":"Friendly-Chests-v1.0.3-mc1.12.2.jar","fileDate":"2023-04-05T15:13:17.19Z","fileLength":44201,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4476/120/Friendly-Chests-v1.0.3-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":485654,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2296219468,"invalidFingerprint":false},{"foldername":"git","fingerprint":845263501,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1012258730,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":2283086573,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":715086,"fileNameOnDisk":"Friendly-Chests-v1.0.3-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-08-05T21:19:01.7746549Z","dateUpdated":"2023-08-05T21:19:01.77561Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4476120,"fileName":"Friendly-Chests-v1.0.3-mc1.12.2.jar","fileDate":"2023-04-05T15:13:17.19Z","fileLength":44201,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4476/120/Friendly-Chests-v1.0.3-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":485654,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2296219468,"invalidFingerprint":false},{"foldername":"git","fingerprint":845263501,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1012258730,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":2283086573,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":715086,"fileNameOnDisk":"Friendly-Chests-v1.0.3-mc1.12.2.jar","hashes":[]}},{"instanceID":"851c3a01-dc7a-4eec-bfcd-56e00294a8ae","modSource":0,"addonID":282313,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TipTheScales","modFolderPath":null,"fileNameOnDisk":"TipTheScales-1.12.2-1.0.4.jar","authors":[{"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tipthescales","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/483/910/256/256/637784634472116278.png","tags":[],"installedFile":{"id":2689835,"fileName":"TipTheScales-1.12.2-1.0.4.jar","fileDate":"2019-03-20T23:57:18.403Z","fileLength":11641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2689/835/TipTheScales-1.12.2-1.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":94308169,"invalidFingerprint":false},{"foldername":"com","fingerprint":3238527338,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2066870056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3931414915,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282313,"fileNameOnDisk":"TipTheScales-1.12.2-1.0.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.1331981Z","dateUpdated":"2023-07-12T19:16:37.1352017Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2689835,"fileName":"TipTheScales-1.12.2-1.0.4.jar","fileDate":"2019-03-20T23:57:18.403Z","fileLength":11641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2689/835/TipTheScales-1.12.2-1.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":94308169,"invalidFingerprint":false},{"foldername":"com","fingerprint":3238527338,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2066870056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3931414915,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282313,"fileNameOnDisk":"TipTheScales-1.12.2-1.0.4.jar","hashes":[]}},{"instanceID":"d5663166-6fec-47c5-9469-47ade7ec0163","modSource":0,"addonID":261251,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Bad Wither No Cookie - Reloaded","modFolderPath":null,"fileNameOnDisk":"badwithernocookiereloaded-1.12.2-3.4.18.jar","authors":[{"Name":"Kreezxil"}],"primaryAuthor":"Kreezxil","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bad-wither-no-cookie-reloaded","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/468/874/256/256/637753300913400544.png","tags":[],"installedFile":{"id":3045651,"fileName":"badwithernocookiereloaded-1.12.2-3.4.18.jar","fileDate":"2020-08-30T09:34:49.58Z","fileLength":10402,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3045/651/badwithernocookiereloaded-1.12.2-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":38398552,"invalidFingerprint":false},{"foldername":"com","fingerprint":1844855644,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3384588886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2806065501,"invalidFingerprint":false}],"packageFingerprint":4093488300,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261251,"fileNameOnDisk":"badwithernocookiereloaded-1.12.2-3.4.18.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:00.2222331Z","dateUpdated":"2023-07-12T19:16:00.2262377Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3045651,"fileName":"badwithernocookiereloaded-1.12.2-3.4.18.jar","fileDate":"2020-08-30T09:34:49.58Z","fileLength":10402,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3045/651/badwithernocookiereloaded-1.12.2-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":38398552,"invalidFingerprint":false},{"foldername":"com","fingerprint":1844855644,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3384588886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2806065501,"invalidFingerprint":false}],"packageFingerprint":4093488300,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261251,"fileNameOnDisk":"badwithernocookiereloaded-1.12.2-3.4.18.jar","hashes":[]}},{"instanceID":"f617d09d-596a-441c-81b0-7434f031a129","modSource":0,"addonID":240959,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extra Bit Manipulation","modFolderPath":null,"fileNameOnDisk":"ExtraBitManipulation-1.12.2-3.4.1.jar","authors":[{"Name":"Phylogeny"}],"primaryAuthor":"Phylogeny","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extra-bit-manipulation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/34/302/256/256/635908294819829457.png","tags":[],"installedFile":{"id":2630081,"fileName":"ExtraBitManipulation-1.12.2-3.4.1.jar","fileDate":"2018-10-21T06:47:29.62Z","fileLength":3834020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/81/ExtraBitManipulation-1.12.2-3.4.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231095,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1987835089,"invalidFingerprint":false},{"foldername":"com","fingerprint":139834621,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2968999312,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":472189242,"invalidFingerprint":false}],"packageFingerprint":4089917712,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240959,"fileNameOnDisk":"ExtraBitManipulation-1.12.2-3.4.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:54.3909303Z","dateUpdated":"2023-07-12T19:15:54.394947Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2630081,"fileName":"ExtraBitManipulation-1.12.2-3.4.1.jar","fileDate":"2018-10-21T06:47:29.62Z","fileLength":3834020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/81/ExtraBitManipulation-1.12.2-3.4.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231095,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1987835089,"invalidFingerprint":false},{"foldername":"com","fingerprint":139834621,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2968999312,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":472189242,"invalidFingerprint":false}],"packageFingerprint":4089917712,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240959,"fileNameOnDisk":"ExtraBitManipulation-1.12.2-3.4.1.jar","hashes":[]}},{"instanceID":"755c3be7-f9b2-4ebe-90f9-bc9482b87c2a","modSource":0,"addonID":229002,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MrTJPCore","modFolderPath":null,"fileNameOnDisk":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","authors":[{"Name":"MrTJP"}],"primaryAuthor":"MrTJP","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mrtjpcore","thumbnailUrl":null,"tags":[],"installedFile":{"id":2735197,"fileName":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","fileDate":"2019-07-04T00:12:13.943Z","fileLength":803400,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2735/197/MrTJPCore-1.12.2-2.1.4.43-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2768922478,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2347380327,"invalidFingerprint":false},{"foldername":"assets","fingerprint":963349118,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1849455686,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":513525721,"invalidFingerprint":false}],"packageFingerprint":4068050300,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229002,"fileNameOnDisk":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:08.221861Z","dateUpdated":"2023-07-13T07:27:08.2365418Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2735197,"fileName":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","fileDate":"2019-07-04T00:12:13.943Z","fileLength":803400,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2735/197/MrTJPCore-1.12.2-2.1.4.43-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2768922478,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2347380327,"invalidFingerprint":false},{"foldername":"assets","fingerprint":963349118,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1849455686,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":513525721,"invalidFingerprint":false}],"packageFingerprint":4068050300,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229002,"fileNameOnDisk":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","hashes":[]}},{"instanceID":"ec5c91c5-f25d-44b4-89f3-2ce15238c8fa","modSource":0,"addonID":570458,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AE2 Unofficial Extended Life","modFolderPath":null,"fileNameOnDisk":"appliedenergistics2-rv6-stable-7-extended_life-v0.55.21.jar","authors":[{"Name":"PrototypeTrousers"}],"primaryAuthor":"PrototypeTrousers","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/483/123/256/256/637782695232246251.png","tags":[],"installedFile":{"id":4688138,"fileName":"appliedenergistics2-rv6-stable-7-extended_life-v0.55.21.jar","fileDate":"2023-08-08T03:43:35.073Z","fileLength":4227557,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4688/138/appliedenergistics2-rv6-stable-7-extended_life-v0.55.21.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2170879095,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":3482323664,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2457443707,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2679328301,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2921298107,"invalidFingerprint":false}],"packageFingerprint":1467536827,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570458,"fileNameOnDisk":"appliedenergistics2-rv6-stable-7-extended_life-v0.55.21.jar","hashes":[]},"dateInstalled":"2023-08-04T23:55:11.9312669Z","dateUpdated":"2023-08-08T17:37:17.1118528Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4724395,"fileName":"appliedenergistics2-rv6-stable-7-extended_life-v0.55.22.jar","fileDate":"2023-08-27T11:40:03.393Z","fileLength":4227651,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4724/395/appliedenergistics2-rv6-stable-7-extended_life-v0.55.22.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2170879095,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":1662113757,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2457443707,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2679328301,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2302650674,"invalidFingerprint":false}],"packageFingerprint":1981380982,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570458,"fileNameOnDisk":"appliedenergistics2-rv6-stable-7-extended_life-v0.55.22.jar","hashes":[{"type":1,"value":"603f6c56ba13187a250bc7e42d67a6fce8e047bb"},{"type":2,"value":"ad84790fcd1d92d7134cc11edaa6e79e"}]}},{"instanceID":"6ef11dab-4725-427a-9eb8-309612cace8f","modSource":0,"addonID":231095,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chisels & Bits - For Forge","modFolderPath":null,"fileNameOnDisk":"chiselsandbits-14.33.jar","authors":[{"Name":"AlgorithmX2"},{"Name":"OrionOnline"}],"primaryAuthor":"AlgorithmX2","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chisels-bits","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/472/510/256/256/637762861825749025.png","tags":[],"installedFile":{"id":2720655,"fileName":"chiselsandbits-14.33.jar","fileDate":"2019-06-06T01:32:08.75Z","fileLength":737407,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239431,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2066040898,"invalidFingerprint":false},{"foldername":"mod","fingerprint":3608985086,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321139769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3876564513,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2325622583,"invalidFingerprint":false}],"packageFingerprint":3211462819,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231095,"fileNameOnDisk":"chiselsandbits-14.33.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:46.5189895Z","dateUpdated":"2023-07-12T19:15:46.5209954Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2720655,"fileName":"chiselsandbits-14.33.jar","fileDate":"2019-06-06T01:32:08.75Z","fileLength":737407,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239431,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2066040898,"invalidFingerprint":false},{"foldername":"mod","fingerprint":3608985086,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321139769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3876564513,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2325622583,"invalidFingerprint":false}],"packageFingerprint":3211462819,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231095,"fileNameOnDisk":"chiselsandbits-14.33.jar","hashes":[]}},{"instanceID":"431c5bc3-5c98-4f37-9f6d-ea000dea8c97","modSource":0,"addonID":229048,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Expansion","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","authors":[{"Name":"MrTJP"},{"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-expansion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/803/256/256/635634024535560943.png","tags":[],"installedFile":{"id":2745550,"fileName":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","fileDate":"2019-07-21T17:56:55.49Z","fileLength":2596509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/550/ProjectRed-1.12.2-4.9.4.120-mechanical.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3865041386,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2852077512,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873667145,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1918030166,"invalidFingerprint":false}],"packageFingerprint":947793980,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229048,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:19.1989948Z","dateUpdated":"2023-07-13T07:27:19.2020045Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745550,"fileName":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","fileDate":"2019-07-21T17:56:55.49Z","fileLength":2596509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/550/ProjectRed-1.12.2-4.9.4.120-mechanical.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3865041386,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2852077512,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873667145,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1918030166,"invalidFingerprint":false}],"packageFingerprint":947793980,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229048,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","hashes":[]}},{"instanceID":"686c0f41-1dbd-4bf1-907f-1432d4a92d41","modSource":0,"addonID":223628,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumcraft","modFolderPath":null,"fileNameOnDisk":"Thaumcraft-1.12.2-6.1.BETA26.jar","authors":[{"Name":"Azanor13"}],"primaryAuthor":"Azanor13","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/951/256/256/635442866020755480.jpeg","tags":[],"installedFile":{"id":2629023,"fileName":"Thaumcraft-1.12.2-6.1.BETA26.jar","fileDate":"2018-10-18T07:31:06.42Z","fileLength":11360786,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1195733720,"invalidFingerprint":false},{"foldername":"com","fingerprint":1974361352,"invalidFingerprint":false},{"foldername":"thaumcraft","fingerprint":361245256,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1255754105,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3178558669,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":532086147,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":2670501761,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":157111872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1892918965,"invalidFingerprint":false},{"foldername":"TCLogo.png","fingerprint":3998480883,"invalidFingerprint":false}],"packageFingerprint":1607642850,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223628,"fileNameOnDisk":"Thaumcraft-1.12.2-6.1.BETA26.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:56.5921326Z","dateUpdated":"2023-07-12T19:15:56.602191Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2629023,"fileName":"Thaumcraft-1.12.2-6.1.BETA26.jar","fileDate":"2018-10-18T07:31:06.42Z","fileLength":11360786,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1195733720,"invalidFingerprint":false},{"foldername":"com","fingerprint":1974361352,"invalidFingerprint":false},{"foldername":"thaumcraft","fingerprint":361245256,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1255754105,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3178558669,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":532086147,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":2670501761,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":157111872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1892918965,"invalidFingerprint":false},{"foldername":"TCLogo.png","fingerprint":3998480883,"invalidFingerprint":false}],"packageFingerprint":1607642850,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223628,"fileNameOnDisk":"Thaumcraft-1.12.2-6.1.BETA26.jar","hashes":[]}},{"instanceID":"24aabfe3-5121-4b08-8c60-500e8c6e2e3a","modSource":0,"addonID":64578,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ender IO","modFolderPath":null,"fileNameOnDisk":"EnderIO-1.12.2-5.3.72.jar","authors":[{"Name":"crazypants_mc_the_second"},{"Name":"HenryLoenwind"},{"Name":"EpicSquid315"},{"Name":"Rover656"},{"Name":"Ferri_Arnus"},{"Name":"agnor99"},{"Name":"tterrag1098"}],"primaryAuthor":"crazypants_mc_the_second","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ender-io","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/6/770/256/256/635368290959736289.png","tags":[],"installedFile":{"id":4674244,"fileName":"EnderIO-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:54.793Z","fileLength":8946588,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/244/EnderIO-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":74120,"type":2},{"addonId":267602,"type":2},{"addonId":231868,"type":3},{"addonId":235279,"type":2},{"addonId":238222,"type":2},{"addonId":228404,"type":2},{"addonId":74072,"type":2},{"addonId":243076,"type":2},{"addonId":59751,"type":2},{"addonId":222880,"type":2},{"addonId":250277,"type":2},{"addonId":231951,"type":2},{"addonId":223008,"type":2},{"addonId":245211,"type":2},{"addonId":242638,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":220318,"type":2},{"addonId":61811,"type":2},{"addonId":225643,"type":2},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3219270071,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1814739135,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":3624861767,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":461224720,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":649772633,"invalidFingerprint":false}],"packageFingerprint":2407132774,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":64578,"fileNameOnDisk":"EnderIO-1.12.2-5.3.72.jar","hashes":[]},"dateInstalled":"2023-07-17T00:18:57.2425247Z","dateUpdated":"2023-08-04T23:39:28.717575Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4674244,"fileName":"EnderIO-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:54.793Z","fileLength":8946588,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/244/EnderIO-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":74120,"type":2},{"addonId":267602,"type":2},{"addonId":231868,"type":3},{"addonId":235279,"type":2},{"addonId":238222,"type":2},{"addonId":228404,"type":2},{"addonId":74072,"type":2},{"addonId":243076,"type":2},{"addonId":59751,"type":2},{"addonId":222880,"type":2},{"addonId":250277,"type":2},{"addonId":231951,"type":2},{"addonId":223008,"type":2},{"addonId":245211,"type":2},{"addonId":242638,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":220318,"type":2},{"addonId":61811,"type":2},{"addonId":225643,"type":2},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3219270071,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1814739135,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":3624861767,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":461224720,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":649772633,"invalidFingerprint":false}],"packageFingerprint":2407132774,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":64578,"fileNameOnDisk":"EnderIO-1.12.2-5.3.72.jar","hashes":[]}},{"instanceID":"60e21b21-0ff6-45d7-ac60-eed130ab2d12","modSource":0,"addonID":291727,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Petroleum","modFolderPath":null,"fileNameOnDisk":"JustEnoughPetroleum-0.1.jar","authors":[{"Name":"BordListian"}],"primaryAuthor":"BordListian","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-petroleum","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/149/36/256/256/636586618367079433.png","tags":[],"installedFile":{"id":2549332,"fileName":"JustEnoughPetroleum-0.1.jar","fileDate":"2018-04-07T01:38:06.367Z","fileLength":18945,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2549/332/JustEnoughPetroleum-0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268250,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2694893671,"invalidFingerprint":false},{"foldername":"justenoughpetroleum","fingerprint":844216176,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2927094671,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3282921947,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1562473258,"invalidFingerprint":false}],"packageFingerprint":4082129566,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291727,"fileNameOnDisk":"JustEnoughPetroleum-0.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.5305523Z","dateUpdated":"2023-07-12T19:15:40.5329649Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2549332,"fileName":"JustEnoughPetroleum-0.1.jar","fileDate":"2018-04-07T01:38:06.367Z","fileLength":18945,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2549/332/JustEnoughPetroleum-0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268250,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2694893671,"invalidFingerprint":false},{"foldername":"justenoughpetroleum","fingerprint":844216176,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2927094671,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3282921947,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1562473258,"invalidFingerprint":false}],"packageFingerprint":4082129566,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291727,"fileNameOnDisk":"JustEnoughPetroleum-0.1.jar","hashes":[]}},{"instanceID":"42917ed0-9396-48c0-829c-40471cb1096e","modSource":0,"addonID":59816,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Random Things","modFolderPath":null,"fileNameOnDisk":"RandomThings-MC1.12.2-4.2.7.4.jar","authors":[{"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/random-things","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/3/151/256/256/635351422076375704.png","tags":[],"installedFile":{"id":2905241,"fileName":"RandomThings-MC1.12.2-4.2.7.4.jar","fileDate":"2020-03-19T09:59:02.387Z","fileLength":3292861,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2905/241/RandomThings-MC1.12.2-4.2.7.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2446870168,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1803087542,"invalidFingerprint":false},{"foldername":"info","fingerprint":1136138571,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":757386000,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2115948452,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3634089514,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1689688708,"invalidFingerprint":false}],"packageFingerprint":3215073064,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59816,"fileNameOnDisk":"RandomThings-MC1.12.2-4.2.7.4.jar","hashes":[]},"dateInstalled":"2023-07-13T07:23:35.4863156Z","dateUpdated":"2023-07-13T07:23:35.4913162Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2905241,"fileName":"RandomThings-MC1.12.2-4.2.7.4.jar","fileDate":"2020-03-19T09:59:02.387Z","fileLength":3292861,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2905/241/RandomThings-MC1.12.2-4.2.7.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2446870168,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1803087542,"invalidFingerprint":false},{"foldername":"info","fingerprint":1136138571,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":757386000,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2115948452,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3634089514,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1689688708,"invalidFingerprint":false}],"packageFingerprint":3215073064,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59816,"fileNameOnDisk":"RandomThings-MC1.12.2-4.2.7.4.jar","hashes":[]}},{"instanceID":"57f94f28-60e7-481d-bddf-46672b296a0a","modSource":0,"addonID":380998,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integrated NBT","modFolderPath":null,"fileNameOnDisk":"integratednbt-1.2.2.jar","authors":[{"Name":"scleox"}],"primaryAuthor":"scleox","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integrated-nbt","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/269/514/256/256/637242105070993417.png","tags":[],"installedFile":{"id":3132891,"fileName":"integratednbt-1.2.2.jar","fileDate":"2020-12-07T09:51:33.713Z","fileLength":114838,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3132/891/integratednbt-1.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236307,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2142268831,"invalidFingerprint":false},{"foldername":"me","fingerprint":382032744,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3849813513,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":116100700,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":2134134003,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":380998,"fileNameOnDisk":"integratednbt-1.2.2.jar","hashes":[]},"dateInstalled":"2023-08-04T23:54:48.2190406Z","dateUpdated":"2023-08-04T23:54:48.221097Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3132891,"fileName":"integratednbt-1.2.2.jar","fileDate":"2020-12-07T09:51:33.713Z","fileLength":114838,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3132/891/integratednbt-1.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236307,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2142268831,"invalidFingerprint":false},{"foldername":"me","fingerprint":382032744,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3849813513,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":116100700,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":2134134003,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":380998,"fileNameOnDisk":"integratednbt-1.2.2.jar","hashes":[]}},{"instanceID":"8b6dd2d6-be98-41e9-829c-5fec80141943","modSource":0,"addonID":243883,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chicken Chunks 1.8.+","modFolderPath":null,"fileNameOnDisk":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","authors":[{"Name":"covers1624"},{"Name":"Chicken_Bones"}],"primaryAuthor":"covers1624","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/133/873/256/256/636487131122518169.png","tags":[],"installedFile":{"id":2755785,"fileName":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","fileDate":"2019-08-06T08:45:17.153Z","fileLength":134367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/785/ChickenChunks-1.12.2-2.4.2.74-universal.jar","isAlternate":false,"alternateFileId":2755786,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2547367227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3426034386,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1569768052,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2665498573,"invalidFingerprint":false}],"packageFingerprint":3338398801,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243883,"fileNameOnDisk":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","hashes":[]},"dateInstalled":"2023-07-13T07:16:26.9848384Z","dateUpdated":"2023-07-13T07:16:26.997355Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2755785,"fileName":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","fileDate":"2019-08-06T08:45:17.153Z","fileLength":134367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/785/ChickenChunks-1.12.2-2.4.2.74-universal.jar","isAlternate":false,"alternateFileId":2755786,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2547367227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3426034386,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1569768052,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2665498573,"invalidFingerprint":false}],"packageFingerprint":3338398801,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243883,"fileNameOnDisk":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","hashes":[]}},{"instanceID":"131db0b7-600e-44ea-8138-c9ed871d443b","modSource":0,"addonID":223896,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MalisisCore","modFolderPath":null,"fileNameOnDisk":"malisiscore-1.12.2-6.5.1.jar","authors":[{"Name":"Ordinastie"}],"primaryAuthor":"Ordinastie","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/malisiscore","thumbnailUrl":null,"tags":[],"installedFile":{"id":2680892,"fileName":"malisiscore-1.12.2-6.5.1.jar","fileDate":"2019-02-27T02:33:39.453Z","fileLength":1939783,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2680/892/malisiscore-1.12.2-6.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1344286964,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":272069732,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3059823214,"invalidFingerprint":false},{"foldername":"malisiscore.png","fingerprint":3745243041,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3884207819,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.core.json","fingerprint":1363995015,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.refmap.json","fingerprint":3563191651,"invalidFingerprint":false},{"foldername":"net","fingerprint":2083600134,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2932619408,"invalidFingerprint":false},{"foldername":"org","fingerprint":3926838308,"invalidFingerprint":false}],"packageFingerprint":578924288,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223896,"fileNameOnDisk":"malisiscore-1.12.2-6.5.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.2912911Z","dateUpdated":"2023-07-12T19:16:22.2942933Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2680892,"fileName":"malisiscore-1.12.2-6.5.1.jar","fileDate":"2019-02-27T02:33:39.453Z","fileLength":1939783,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2680/892/malisiscore-1.12.2-6.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1344286964,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":272069732,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3059823214,"invalidFingerprint":false},{"foldername":"malisiscore.png","fingerprint":3745243041,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3884207819,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.core.json","fingerprint":1363995015,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.refmap.json","fingerprint":3563191651,"invalidFingerprint":false},{"foldername":"net","fingerprint":2083600134,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2932619408,"invalidFingerprint":false},{"foldername":"org","fingerprint":3926838308,"invalidFingerprint":false}],"packageFingerprint":578924288,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223896,"fileNameOnDisk":"malisiscore-1.12.2-6.5.1.jar","hashes":[]}},{"instanceID":"10ee6238-14dd-4d49-8968-1bf2c137022d","modSource":0,"addonID":59751,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Forestry","modFolderPath":null,"fileNameOnDisk":"forestry_1.12.2-5.8.2.422.jar","authors":[{"Name":"mezz"}],"primaryAuthor":"mezz","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/forestry","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/5/961/256/256/635351438467975270.png","tags":[],"installedFile":{"id":2918418,"fileName":"forestry_1.12.2-5.8.2.422.jar","fileDate":"2020-04-01T15:18:22.593Z","fileLength":5298295,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2918/418/forestry_1.12.2-5.8.2.422.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2363999846,"invalidFingerprint":false},{"foldername":"forestry","fingerprint":3446903222,"invalidFingerprint":false},{"foldername":"assets","fingerprint":355629259,"invalidFingerprint":false},{"foldername":"config","fingerprint":3420941043,"invalidFingerprint":false},{"foldername":"CREDITS.txt","fingerprint":2738042887,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1790393583,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3213175927,"invalidFingerprint":false}],"packageFingerprint":1755255769,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59751,"fileNameOnDisk":"forestry_1.12.2-5.8.2.422.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:17.0552557Z","dateUpdated":"2023-07-12T19:16:17.0602563Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2918418,"fileName":"forestry_1.12.2-5.8.2.422.jar","fileDate":"2020-04-01T15:18:22.593Z","fileLength":5298295,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2918/418/forestry_1.12.2-5.8.2.422.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2363999846,"invalidFingerprint":false},{"foldername":"forestry","fingerprint":3446903222,"invalidFingerprint":false},{"foldername":"assets","fingerprint":355629259,"invalidFingerprint":false},{"foldername":"config","fingerprint":3420941043,"invalidFingerprint":false},{"foldername":"CREDITS.txt","fingerprint":2738042887,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1790393583,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3213175927,"invalidFingerprint":false}],"packageFingerprint":1755255769,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59751,"fileNameOnDisk":"forestry_1.12.2-5.8.2.422.jar","hashes":[]}},{"instanceID":"a0ac927e-0f1e-434c-b687-ec8ecc363bab","modSource":0,"addonID":285789,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Born in a Barn","modFolderPath":null,"fileNameOnDisk":"Born In A Barn 1.8-1.12-1.2.jar","authors":[{"Name":"Speiger"},{"Name":"Chocohead"}],"primaryAuthor":"Speiger","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/born-in-a-barn","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/138/255/256/256/636520464179775826.png","tags":[],"installedFile":{"id":4581880,"fileName":"Born In A Barn 1.8-1.12-1.2.jar","fileDate":"2023-06-12T07:43:15.76Z","fileLength":4847,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/880/Born In A Barn 1.8-1.12-1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4013287695,"invalidFingerprint":false},{"foldername":"com","fingerprint":2503693022,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":414402740,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3710792034,"gameVersion":["1.9.1","1.9.3","1.8.7","1.9.4","1.9.2","1.8.4","1.12.1","1.12","1.8.8","Client","1.10.2","1.8.3","1.11","1.8.6","Forge","1.10","1.10.1","1.8","1.8.2","Server","1.11.1","1.11.2","1.9","1.8.5","1.12.2","1.8.9","1.8.1"],"sortableGameVersion":[{"gameVersion":"1.9.1","gameVersionName":"1.9.1","gameVersionTypeId":552},{"gameVersion":"1.9.3","gameVersionName":"1.9.3","gameVersionTypeId":552},{"gameVersion":"1.8.7","gameVersionName":"1.8.7","gameVersionTypeId":4},{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.9.2","gameVersionName":"1.9.2","gameVersionTypeId":552},{"gameVersion":"1.8.4","gameVersionName":"1.8.4","gameVersionTypeId":4},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.8.3","gameVersionName":"1.8.3","gameVersionTypeId":4},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.8.6","gameVersionName":"1.8.6","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.8.2","gameVersionName":"1.8.2","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.8.5","gameVersionName":"1.8.5","gameVersionTypeId":4},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4},{"gameVersion":"1.8.1","gameVersionName":"1.8.1","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285789,"fileNameOnDisk":"Born In A Barn 1.8-1.12-1.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:16:15.2044373Z","dateUpdated":"2023-07-13T07:16:15.2165215Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4581880,"fileName":"Born In A Barn 1.8-1.12-1.2.jar","fileDate":"2023-06-12T07:43:15.76Z","fileLength":4847,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/880/Born In A Barn 1.8-1.12-1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4013287695,"invalidFingerprint":false},{"foldername":"com","fingerprint":2503693022,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":414402740,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3710792034,"gameVersion":["1.9.1","1.9.3","1.8.7","1.9.4","1.9.2","1.8.4","1.12.1","1.12","1.8.8","Client","1.10.2","1.8.3","1.11","1.8.6","Forge","1.10","1.10.1","1.8","1.8.2","Server","1.11.1","1.11.2","1.9","1.8.5","1.12.2","1.8.9","1.8.1"],"sortableGameVersion":[{"gameVersion":"1.9.1","gameVersionName":"1.9.1","gameVersionTypeId":552},{"gameVersion":"1.9.3","gameVersionName":"1.9.3","gameVersionTypeId":552},{"gameVersion":"1.8.7","gameVersionName":"1.8.7","gameVersionTypeId":4},{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.9.2","gameVersionName":"1.9.2","gameVersionTypeId":552},{"gameVersion":"1.8.4","gameVersionName":"1.8.4","gameVersionTypeId":4},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.8.3","gameVersionName":"1.8.3","gameVersionTypeId":4},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.8.6","gameVersionName":"1.8.6","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.8.2","gameVersionName":"1.8.2","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.8.5","gameVersionName":"1.8.5","gameVersionTypeId":4},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4},{"gameVersion":"1.8.1","gameVersionName":"1.8.1","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285789,"fileNameOnDisk":"Born In A Barn 1.8-1.12-1.2.jar","hashes":[]}},{"instanceID":"e06cfa76-c64b-441a-b049-4fa8fcdf9c04","modSource":0,"addonID":238747,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mod Name Tooltip","modFolderPath":null,"fileNameOnDisk":"modnametooltip_1.12.2-1.10.1.jar","authors":[{"Name":"mezz"}],"primaryAuthor":"mezz","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mod-name-tooltip","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/943/256/256/635853960312359636.png","tags":[],"installedFile":{"id":2739582,"fileName":"modnametooltip_1.12.2-1.10.1.jar","fileDate":"2019-07-11T20:34:48.003Z","fileLength":12732,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2739/582/modnametooltip_1.12.2-1.10.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1128646582,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":2616252323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2337013883,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1481215197,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":959469784,"invalidFingerprint":false}],"packageFingerprint":563839039,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238747,"fileNameOnDisk":"modnametooltip_1.12.2-1.10.1.jar","hashes":[]},"dateInstalled":"2023-07-13T07:19:52.2415688Z","dateUpdated":"2023-07-13T07:19:52.2445082Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2739582,"fileName":"modnametooltip_1.12.2-1.10.1.jar","fileDate":"2019-07-11T20:34:48.003Z","fileLength":12732,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2739/582/modnametooltip_1.12.2-1.10.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1128646582,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":2616252323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2337013883,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1481215197,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":959469784,"invalidFingerprint":false}],"packageFingerprint":563839039,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238747,"fileNameOnDisk":"modnametooltip_1.12.2-1.10.1.jar","hashes":[]}},{"instanceID":"e0d15a04-2ea5-4b35-be4c-94605c1d7274","modSource":0,"addonID":301356,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Demagnetize","modFolderPath":null,"fileNameOnDisk":"demagnetize-1.12.2-1.1.2.jar","authors":[{"Name":"comp500"}],"primaryAuthor":"comp500","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/demagnetize","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/167/665/256/256/636704740924115015.png","tags":[],"installedFile":{"id":3091010,"fileName":"demagnetize-1.12.2-1.1.2.jar","fileDate":"2020-10-23T23:40:13.047Z","fileLength":62280,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3091/10/demagnetize-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1024535547,"invalidFingerprint":false},{"foldername":"link","fingerprint":3866214166,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3549857778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1162614126,"invalidFingerprint":false}],"packageFingerprint":3213292380,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301356,"fileNameOnDisk":"demagnetize-1.12.2-1.1.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.0072564Z","dateUpdated":"2023-07-12T19:16:35.0102645Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3091010,"fileName":"demagnetize-1.12.2-1.1.2.jar","fileDate":"2020-10-23T23:40:13.047Z","fileLength":62280,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3091/10/demagnetize-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1024535547,"invalidFingerprint":false},{"foldername":"link","fingerprint":3866214166,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3549857778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1162614126,"invalidFingerprint":false}],"packageFingerprint":3213292380,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301356,"fileNameOnDisk":"demagnetize-1.12.2-1.1.2.jar","hashes":[]}},{"instanceID":"272b313a-e4f3-4e5d-8f83-1c5becc58621","modSource":0,"addonID":291218,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Horse Tweaks","modFolderPath":null,"fileNameOnDisk":"HorseTweaks_1.12.2-1.0.5.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/horse-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/148/121/256/256/636581204001842294.png","tags":[],"installedFile":{"id":2696995,"fileName":"HorseTweaks_1.12.2-1.0.5.jar","fileDate":"2019-04-08T17:01:37.037Z","fileLength":74990,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2696/995/HorseTweaks_1.12.2-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1346877987,"invalidFingerprint":false},{"foldername":"net","fingerprint":475576292,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2598787801,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2947654698,"invalidFingerprint":false},{"foldername":"assets","fingerprint":601831541,"invalidFingerprint":false}],"packageFingerprint":2125370091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291218,"fileNameOnDisk":"HorseTweaks_1.12.2-1.0.5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.0573713Z","dateUpdated":"2023-07-12T19:16:13.0593726Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2696995,"fileName":"HorseTweaks_1.12.2-1.0.5.jar","fileDate":"2019-04-08T17:01:37.037Z","fileLength":74990,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2696/995/HorseTweaks_1.12.2-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1346877987,"invalidFingerprint":false},{"foldername":"net","fingerprint":475576292,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2598787801,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2947654698,"invalidFingerprint":false},{"foldername":"assets","fingerprint":601831541,"invalidFingerprint":false}],"packageFingerprint":2125370091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291218,"fileNameOnDisk":"HorseTweaks_1.12.2-1.0.5.jar","hashes":[]}},{"instanceID":"81599be2-6453-4911-95c2-23645e69f216","modSource":0,"addonID":268566,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mekanism Generators","modFolderPath":null,"fileNameOnDisk":"MekanismGenerators-1.12.2-9.8.3.390.jar","authors":[{"Name":"bradyaidanc"},{"Name":"pupnewfster"},{"Name":"Thiakil"},{"Name":"thommy101"}],"primaryAuthor":"bradyaidanc","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mekanism-generators","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/492/674/256/256/637801316650295179.png","tags":[],"installedFile":{"id":2835177,"fileName":"MekanismGenerators-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:20.86Z","fileLength":336364,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/177/MekanismGenerators-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1151899355,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":3103240932,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466038820,"invalidFingerprint":false}],"packageFingerprint":1028072734,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268566,"fileNameOnDisk":"MekanismGenerators-1.12.2-9.8.3.390.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:18.9275777Z","dateUpdated":"2023-07-12T19:16:18.9394253Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2835177,"fileName":"MekanismGenerators-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:20.86Z","fileLength":336364,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/177/MekanismGenerators-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1151899355,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":3103240932,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466038820,"invalidFingerprint":false}],"packageFingerprint":1028072734,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268566,"fileNameOnDisk":"MekanismGenerators-1.12.2-9.8.3.390.jar","hashes":[]}}],"wasNameManuallyChanged":false,"wasGameVersionTypeIdManuallyChanged":false} \ No newline at end of file +{"baseModLoader":{"forgeVersion":"14.23.5.2860","name":"forge-14.23.5.2860","type":1,"downloadUrl":"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar","filename":"forge-1.12.2-14.23.5.2860.jar","installMethod":3,"latest":true,"recommended":false,"versionJson":"{\"id\":\"forge-14.23.5.2860\",\"time\":\"2021-12-13T04:40:03Z\",\"releaseTime\":\"2021-12-13T04:40:03Z\",\"type\":\"release\",\"minecraftArguments\":\"--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge\",\"minimumLauncherVersion\":0,\"assets\":null,\"inheritsFrom\":\"1.12.2\",\"jar\":\"forge-14.23.5.2860\",\"logging\":null,\"libraries\":[{\"name\":\"net.minecraftforge:forge:1.12.2-14.23.5.2860\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar\",\"sha1\":\"029250575d3aa2cf80b56dffb66238a1eeaea2ac\",\"size\":4466148}}},{\"name\":\"org.ow2.asm:asm-debug-all:5.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar\",\"sha1\":\"3354e11e2b34215f06dab629ab88e06aca477c19\",\"size\":387903}}},{\"name\":\"net.minecraft:launchwrapper:1.12\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar\",\"sha1\":\"111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\",\"size\":32999}}},{\"name\":\"org.jline:jline:3.5.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline/3.5.1/jline-3.5.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/jline/jline/3.5.1/jline-3.5.1.jar\",\"sha1\":\"51800e9d7a13608894a5a28eed0f5c7fa2f300fb\",\"size\":614590}}},{\"name\":\"com.typesafe.akka:akka-actor_2.11:2.3.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar\",\"sha1\":\"ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\",\"size\":2514991}}},{\"name\":\"com.typesafe:config:1.2.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/typesafe/config/1.2.1/config-1.2.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/typesafe/config/1.2.1/config-1.2.1.jar\",\"sha1\":\"f771f71fdae3df231bcd54d5ca2d57f0bf93f467\",\"size\":219554}}},{\"name\":\"org.scala-lang:scala-actors-migration_2.11:1.1.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar\",\"sha1\":\"dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\",\"size\":58018}}},{\"name\":\"org.scala-lang:scala-compiler:2.11.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar\",\"sha1\":\"56ea2e6c025e0821f28d73ca271218b8dd04926a\",\"size\":13449765}}},{\"name\":\"org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2_mc\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar\",\"sha1\":\"0e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\",\"size\":25365}}},{\"name\":\"org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2_mc\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar\",\"sha1\":\"f361a3283452c57fa30c1ee69448995de23c60f7\",\"size\":206575}}},{\"name\":\"org.scala-lang:scala-library:2.11.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar\",\"sha1\":\"0e11da23da3eabab9f4777b9220e60d44c1aab6a\",\"size\":5538130}}},{\"name\":\"org.scala-lang:scala-parser-combinators_2.11:1.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar\",\"sha1\":\"f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\",\"size\":419701}}},{\"name\":\"org.scala-lang:scala-reflect:2.11.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar\",\"sha1\":\"6580347e61cc7f8e802941e7fde40fa83b8badeb\",\"size\":4372892}}},{\"name\":\"org.scala-lang:scala-swing_2.11:1.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar\",\"sha1\":\"b1cdd92bd47b1e1837139c1c53020e86bb9112ae\",\"size\":726500}}},{\"name\":\"org.scala-lang:scala-xml_2.11:1.0.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar\",\"sha1\":\"7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\",\"size\":648679}}},{\"name\":\"lzma:lzma:0.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"lzma/lzma/0.0.1/lzma-0.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/lzma/lzma/0.0.1/lzma-0.0.1.jar\",\"sha1\":\"521616dc7487b42bef0e803bd2fa3faf668101d7\",\"size\":5762}}},{\"name\":\"java3d:vecmath:1.5.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"java3d/vecmath/1.5.2/vecmath-1.5.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/java3d/vecmath/1.5.2/vecmath-1.5.2.jar\",\"sha1\":\"79846ba34cbd89e2422d74d53752f993dcc2ccaf\",\"size\":318956}}},{\"name\":\"net.sf.trove4j:trove4j:3.0.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar\",\"sha1\":\"42ccaf4761f0dfdfa805c9e340d99a755907e2dd\",\"size\":2523218}}},{\"name\":\"org.apache.maven:maven-artifact:3.5.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar\",\"sha1\":\"7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\",\"size\":54961}}},{\"name\":\"net.sf.jopt-simple:jopt-simple:5.0.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar\",\"sha1\":\"cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a\",\"size\":78175}}},{\"name\":\"org.apache.logging.log4j:log4j-api:2.15.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar\",\"sha1\":\"4a5aa7e55a29391c6f66e0b259d5189aa11e45d0\",\"size\":301804}}},{\"name\":\"org.apache.logging.log4j:log4j-core:2.15.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar\",\"sha1\":\"ba55c13d7ac2fd44df9cc8074455719a33f375b9\",\"size\":1789769}}}],\"mainClass\":\"net.minecraft.launchwrapper.Launch\",\"arguments\":null}","librariesInstallLocation":"{0}/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2860","minecraftVersion":"1.12.2","installProfileJson":"{\r\n \"_comment_\": [\r\n \"Please do not automate the download and installation of Forge.\",\r\n \"Our efforts are supported by ads from the download page.\",\r\n \"If you MUST automate this, please consider supporting the project through https://www.patreon.com/LexManos/\"\r\n ],\r\n \"profile\": \"forge\",\r\n \"version\": \"1.12.2-forge-14.23.5.2860\",\r\n \"json\": \"/version.json\",\r\n \"path\": \"net.minecraftforge:forge:1.12.2-14.23.5.2860\",\r\n \"logo\": \"/big_logo.png\",\r\n \"minecraft\": \"1.12.2\",\r\n \"welcome\": \"Welcome to the simple Forge installer.\",\r\n \"data\": {},\r\n \"processors\": [],\r\n \"libraries\": [\r\n {\r\n \"name\": \"de.oceanlabs.mcp:mcp_config:1.12.2-20200226.224830@zip\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"de/oceanlabs/mcp/mcp_config/1.12.2-20200226.224830/mcp_config-1.12.2-20200226.224830.zip\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/de/oceanlabs/mcp/mcp_config/1.12.2-20200226.224830/mcp_config-1.12.2-20200226.224830.zip\",\r\n \"sha1\": \"72e1b936f56e0dd394c64caf9c86af01f64dc979\",\r\n \"size\": 421086\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:forge:1.12.2-14.23.5.2860\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar\",\r\n \"url\": \"\",\r\n \"sha1\": \"029250575d3aa2cf80b56dffb66238a1eeaea2ac\",\r\n \"size\": 4466148\r\n }\r\n }\r\n }\r\n ]\r\n}"},"isUnlocked":true,"javaArgsOverride":null,"lastPlayed":"0001-01-01T00:00:00","playedCount":0,"manifest":{"minecraft":{"version":"1.12.2","additionalJavaArgs":null,"modLoaders":[{"id":"forge-14.23.5.2859","primary":true}],"libraries":null},"manifestType":"minecraftModpack","manifestVersion":1,"name":"Enigmatica 2 Tweaked","version":"1.00","author":"OlyB","description":null,"projectID":null,"files":[{"projectID":256141,"fileID":3107974,"required":true},{"projectID":246183,"fileID":3324901,"required":true},{"projectID":282001,"fileID":2992872,"required":true},{"projectID":220954,"fileID":2881277,"required":true},{"projectID":266784,"fileID":3146549,"required":true},{"projectID":239197,"fileID":3223511,"required":true},{"projectID":275153,"fileID":2486198,"required":true},{"projectID":70496,"fileID":2518031,"required":true},{"projectID":223008,"fileID":2828357,"required":true},{"projectID":220318,"fileID":2842510,"required":true},{"projectID":226254,"fileID":3328174,"required":true},{"projectID":291727,"fileID":2549332,"required":true},{"projectID":254268,"fileID":3051236,"required":true},{"projectID":250577,"fileID":2648656,"required":true},{"projectID":245287,"fileID":2658176,"required":true},{"projectID":241895,"fileID":2733525,"required":true},{"projectID":241665,"fileID":3085917,"required":true},{"projectID":310812,"fileID":2783832,"required":true},{"projectID":282743,"fileID":2577684,"required":true},{"projectID":233019,"fileID":2450734,"required":true},{"projectID":238856,"fileID":2950248,"required":true},{"projectID":236541,"fileID":3261667,"required":true},{"projectID":281791,"fileID":2534481,"required":true},{"projectID":237701,"fileID":2560638,"required":true},{"projectID":224472,"fileID":2969118,"required":true},{"projectID":267193,"fileID":3214752,"required":true},{"projectID":235595,"fileID":2705633,"required":true},{"projectID":229769,"fileID":3109315,"required":true},{"projectID":359407,"fileID":3251902,"required":true},{"projectID":271835,"fileID":2920437,"required":true},{"projectID":242195,"fileID":2813586,"required":true},{"projectID":238403,"fileID":2691084,"required":true},{"projectID":224641,"fileID":2861573,"required":true},{"projectID":264353,"fileID":2508268,"required":true},{"projectID":291126,"fileID":3023901,"required":true},{"projectID":223525,"fileID":2916129,"required":true},{"projectID":278155,"fileID":3045584,"required":true},{"projectID":231095,"fileID":2720655,"required":true},{"projectID":283013,"fileID":2508393,"required":true},{"projectID":226406,"fileID":2857869,"required":true},{"projectID":223150,"fileID":2689602,"required":true},{"projectID":287683,"fileID":3174535,"required":true},{"projectID":250398,"fileID":3025548,"required":true},{"projectID":268567,"fileID":2835178,"required":true},{"projectID":267602,"fileID":2915363,"required":true},{"projectID":237903,"fileID":3330308,"required":true},{"projectID":69163,"fileID":2926431,"required":true},{"projectID":363856,"fileID":2886150,"required":true},{"projectID":224190,"fileID":2599318,"required":true},{"projectID":227083,"fileID":2518667,"required":true},{"projectID":224712,"fileID":2916368,"required":true},{"projectID":235279,"fileID":2915375,"required":true},{"projectID":256717,"fileID":2666198,"required":true},{"projectID":280294,"fileID":3362160,"required":true},{"projectID":286230,"fileID":2572528,"required":true},{"projectID":228815,"fileID":2699055,"required":true},{"projectID":274259,"fileID":3271178,"required":true},{"projectID":286953,"fileID":2529710,"required":true},{"projectID":250363,"fileID":2746011,"required":true},{"projectID":253449,"fileID":2568751,"required":true},{"projectID":242818,"fileID":2779848,"required":true},{"projectID":268560,"fileID":2835175,"required":true},{"projectID":223622,"fileID":2516219,"required":true},{"projectID":318255,"fileID":2747710,"required":true},{"projectID":278493,"fileID":3319307,"required":true},{"projectID":224218,"fileID":2707509,"required":true},{"projectID":70631,"fileID":2939416,"required":true},{"projectID":225561,"fileID":2678374,"required":true},{"projectID":74072,"fileID":2902483,"required":true},{"projectID":240959,"fileID":2630081,"required":true},{"projectID":273430,"fileID":2459131,"required":true},{"projectID":64578,"fileID":3328811,"required":true},{"projectID":223628,"fileID":2629023,"required":true},{"projectID":298187,"fileID":3005950,"required":true},{"projectID":243121,"fileID":2924091,"required":true},{"projectID":269024,"fileID":2861574,"required":true},{"projectID":226780,"fileID":2441500,"required":true},{"projectID":281849,"fileID":2978408,"required":true},{"projectID":239431,"fileID":2615930,"required":true},{"projectID":288885,"fileID":2838777,"required":true},{"projectID":223852,"fileID":2952606,"required":true},{"projectID":224791,"fileID":2822288,"required":true},{"projectID":231951,"fileID":2974106,"required":true},{"projectID":261251,"fileID":3045651,"required":true},{"projectID":263590,"fileID":2455920,"required":true},{"projectID":245506,"fileID":2917234,"required":true},{"projectID":224602,"fileID":3293318,"required":true},{"projectID":60089,"fileID":3359843,"required":true},{"projectID":252848,"fileID":2893527,"required":true},{"projectID":221857,"fileID":2904825,"required":true},{"projectID":75598,"fileID":2957213,"required":true},{"projectID":261199,"fileID":2814991,"required":true},{"projectID":228832,"fileID":2645992,"required":true},{"projectID":227049,"fileID":2564573,"required":true},{"projectID":32274,"fileID":2916002,"required":true},{"projectID":243478,"fileID":2745657,"required":true},{"projectID":301364,"fileID":2609434,"required":true},{"projectID":282940,"fileID":3324116,"required":true},{"projectID":291218,"fileID":2696995,"required":true},{"projectID":224535,"fileID":2443253,"required":true},{"projectID":291737,"fileID":2920441,"required":true},{"projectID":250277,"fileID":2648892,"required":true},{"projectID":278385,"fileID":2482543,"required":true},{"projectID":231484,"fileID":2862651,"required":true},{"projectID":313816,"fileID":2851670,"required":true},{"projectID":229708,"fileID":3093852,"required":true},{"projectID":238857,"fileID":2863771,"required":true},{"projectID":277616,"fileID":2959847,"required":true},{"projectID":268250,"fileID":2544919,"required":true},{"projectID":271740,"fileID":2707353,"required":true},{"projectID":245480,"fileID":2691542,"required":true},{"projectID":59143,"fileID":2554237,"required":true},{"projectID":238590,"fileID":2715827,"required":true},{"projectID":236542,"fileID":3347618,"required":true},{"projectID":59751,"fileID":2918418,"required":true},{"projectID":70492,"fileID":2516215,"required":true},{"projectID":228525,"fileID":2836960,"required":true},{"projectID":242638,"fileID":2728635,"required":true},{"projectID":304024,"fileID":2830114,"required":true},{"projectID":244258,"fileID":2652588,"required":true},{"projectID":268566,"fileID":2835177,"required":true},{"projectID":283644,"fileID":2694382,"required":true},{"projectID":225605,"fileID":2489549,"required":true},{"projectID":74924,"fileID":2713386,"required":true},{"projectID":245733,"fileID":2483817,"required":true},{"projectID":225928,"fileID":2445809,"required":true},{"projectID":242106,"fileID":2539562,"required":true},{"projectID":250294,"fileID":2954953,"required":true},{"projectID":240630,"fileID":2728585,"required":true},{"projectID":277064,"fileID":3243257,"required":true},{"projectID":272514,"fileID":2920596,"required":true},{"projectID":244651,"fileID":2487959,"required":true},{"projectID":237102,"fileID":3157548,"required":true},{"projectID":293496,"fileID":2867050,"required":true},{"projectID":238003,"fileID":2559089,"required":true},{"projectID":266515,"fileID":2745321,"required":true},{"projectID":264684,"fileID":2606175,"required":true},{"projectID":223565,"fileID":3051542,"required":true},{"projectID":223896,"fileID":2680892,"required":true},{"projectID":250898,"fileID":2897369,"required":true},{"projectID":260912,"fileID":2745852,"required":true},{"projectID":278825,"fileID":2691535,"required":true},{"projectID":223094,"fileID":2923460,"required":true},{"projectID":283589,"fileID":2708030,"required":true},{"projectID":247665,"fileID":2441517,"required":true},{"projectID":278882,"fileID":2716712,"required":true},{"projectID":314002,"fileID":2719400,"required":true},{"projectID":290659,"fileID":3067807,"required":true},{"projectID":239286,"fileID":3279606,"required":true},{"projectID":250763,"fileID":2705813,"required":true},{"projectID":247921,"fileID":2648891,"required":true},{"projectID":238372,"fileID":2595310,"required":true},{"projectID":285612,"fileID":3133651,"required":true},{"projectID":225603,"fileID":2554100,"required":true},{"projectID":291926,"fileID":2550651,"required":true},{"projectID":74120,"fileID":2711439,"required":true},{"projectID":232758,"fileID":3159497,"required":true},{"projectID":250957,"fileID":2630860,"required":true},{"projectID":270789,"fileID":2920436,"required":true},{"projectID":231382,"fileID":3051539,"required":true},{"projectID":248453,"fileID":2785465,"required":true},{"projectID":241721,"fileID":3044416,"required":true},{"projectID":223891,"fileID":2526674,"required":true},{"projectID":285492,"fileID":2705304,"required":true},{"projectID":245174,"fileID":2755787,"required":true},{"projectID":253043,"fileID":2651482,"required":true},{"projectID":277631,"fileID":2750633,"required":true},{"projectID":307416,"fileID":2640024,"required":true},{"projectID":356646,"fileID":3168863,"required":true},{"projectID":300777,"fileID":3225431,"required":true},{"projectID":306770,"fileID":3162874,"required":true},{"projectID":237167,"fileID":2985811,"required":true},{"projectID":271384,"fileID":2920434,"required":true},{"projectID":295736,"fileID":2683370,"required":true},{"projectID":248787,"fileID":2987247,"required":true},{"projectID":235107,"fileID":2695044,"required":true},{"projectID":225643,"fileID":3330934,"required":true},{"projectID":230497,"fileID":2450900,"required":true},{"projectID":228816,"fileID":2699056,"required":true},{"projectID":69162,"fileID":2920433,"required":true},{"projectID":306028,"fileID":2833640,"required":true},{"projectID":231275,"fileID":2801170,"required":true},{"projectID":301356,"fileID":3091010,"required":true},{"projectID":254602,"fileID":2891841,"required":true},{"projectID":233105,"fileID":2745846,"required":true},{"projectID":226447,"fileID":2477566,"required":true},{"projectID":272515,"fileID":2685984,"required":true},{"projectID":65764,"fileID":2855061,"required":true},{"projectID":277938,"fileID":3200529,"required":true},{"projectID":261924,"fileID":2733508,"required":true},{"projectID":229218,"fileID":2855967,"required":true},{"projectID":228756,"fileID":2747935,"required":true},{"projectID":282313,"fileID":2689835,"required":true},{"projectID":266936,"fileID":3294077,"required":true},{"projectID":299540,"fileID":2706111,"required":true},{"projectID":376903,"fileID":3319812,"required":true},{"projectID":225903,"fileID":2530535,"required":true},{"projectID":228404,"fileID":3117927,"required":true},{"projectID":229876,"fileID":2483393,"required":true},{"projectID":236307,"fileID":3159505,"required":true},{"projectID":245453,"fileID":2691536,"required":true},{"projectID":306549,"fileID":2906537,"required":true},{"projectID":223794,"fileID":2747063,"required":true},{"projectID":320254,"fileID":2703755,"required":true},{"projectID":273718,"fileID":2461314,"required":true},{"projectID":225839,"fileID":2469364,"required":true},{"projectID":222880,"fileID":2926428,"required":true},{"projectID":255232,"fileID":2830265,"required":true},{"projectID":292952,"fileID":2556992,"required":true},{"projectID":268704,"fileID":2661859,"required":true},{"projectID":238222,"fileID":3043174,"required":true},{"projectID":227443,"fileID":2920505,"required":true},{"projectID":262823,"fileID":2619249,"required":true},{"projectID":240950,"fileID":2707390,"required":true},{"projectID":314904,"fileID":2819669,"required":true},{"projectID":254652,"fileID":2591087,"required":true},{"projectID":244559,"fileID":2830252,"required":true},{"projectID":231868,"fileID":2972849,"required":true},{"projectID":253211,"fileID":2684561,"required":true},{"projectID":237307,"fileID":2937869,"required":true},{"projectID":252910,"fileID":3041340,"required":true},{"projectID":251389,"fileID":3159511,"required":true},{"projectID":247007,"fileID":3053017,"required":true},{"projectID":281390,"fileID":2707393,"required":true},{"projectID":228027,"fileID":2574880,"required":true},{"projectID":281657,"fileID":3196507,"required":true},{"projectID":257356,"fileID":3101719,"required":true},{"projectID":226779,"fileID":2563292,"required":true},{"projectID":280200,"fileID":2828877,"required":true},{"projectID":248370,"fileID":2490058,"required":true},{"projectID":261505,"fileID":2882805,"required":true},{"projectID":232131,"fileID":2624732,"required":true},{"projectID":316304,"fileID":2687139,"required":true},{"projectID":227639,"fileID":3051450,"required":true},{"projectID":303122,"fileID":2919936,"required":true},{"projectID":278494,"fileID":3327893,"required":true},{"projectID":225194,"fileID":2491032,"required":true},{"projectID":267939,"fileID":2997129,"required":true}],"overrides":"overrides"},"fileDate":"0001-01-01T00:00:00","installedModpack":null,"projectID":0,"fileID":0,"customAuthor":null,"modpackOverrides":["config\\actuallyadditions.cfg","config\\AE2WirelessTerminals.cfg","config\\akashictome.cfg","config\\animania.cfg","config\\appleskin.cfg","config\\astralsorcery.cfg","config\\backpack.cfg","config\\badwithernocookiereloaded.cfg","config\\baubles.cfg","config\\betterbuilderswands.cfg","config\\betterfps.json","config\\betterquesting.cfg","config\\bibliocraft.cfg","config\\blockcraftery.cfg","config\\bookshelf.cfg","config\\botania.cfg","config\\bq_standard.cfg","config\\Building Gadgets.cfg","config\\carryon.cfg","config\\chisel.cfg","config\\chiselsandbits.cfg","config\\chiselsandbits_clipboard.cfg","config\\codechickenlib.cfg","config\\colytra.cfg","config\\commoncapabilities.cfg","config\\computercraft.cfg","config\\conarm.cfg","config\\cookingforblockheads.cfg","config\\cosmeticarmorreworked.cfg","config\\ctm.cfg","config\\custombackgrounds.cfg","config\\cyclicmagic.cfg","config\\cyclic_ores.cfg","config\\cyclopscore.cfg","config\\DankNull.cfg","config\\darkutils.cfg","config\\defaultoptions.cfg","config\\demagnetize.cfg","config\\ding.cfg","config\\dirt2path.cfg","config\\DiscordSuite.cfg","config\\embers.cfg","config\\enderstorage.cfg","config\\engineersdoors.cfg","config\\Exchangers.cfg","config\\extrautils2.cfg","config\\farmingforblockheads.cfg","config\\fastbench.cfg","config\\fastfurnace.cfg","config\\flatcoloredblocks.cfg","config\\foamfix.cfg","config\\forge.cfg","config\\forgeChunkLoading.cfg","config\\ftbbackups.cfg","config\\ftblib.cfg","config\\ftbutilities.cfg","config\\funkylocomotion.cfg","config\\fw.cfg","config\\gendustryjei.cfg","config\\harvestcraft.cfg","config\\harvestcraft_fruittree.cfg","config\\horsetweaks.cfg","config\\IC2.ini","config\\immersiveengineering.cfg","config\\immersivepetroleum.cfg","config\\immersivetech.cfg","config\\industrialforegoing.cfg","config\\integrateddynamics.cfg","config\\integrateddynamicscompat.cfg","config\\integratedtunnels.cfg","config\\integratedtunnelscompat.cfg","config\\IntegrationForegoing.cfg","config\\InvTweaksRules.txt","config\\ironchest.cfg","config\\JAOPCA.cfg","config\\jeibees.cfg","config\\jeivillagers.cfg","config\\jepb.cfg","config\\journeymap_ModInfo.cfg","config\\journeymap_server.cfg","config\\kleeslabs.cfg","config\\librarianlib.cfg","config\\libvulpes.cfg","config\\lootcapacitortooltips.cfg","config\\lunatriuscore.cfg","config\\magicbees.cfg","config\\malisiscore.cfg","config\\malisisdoors.cfg","config\\mcjtylib.cfg","config\\mctimmersivetechnology.cfg","config\\meecreeps.cfg","config\\mekanism.cfg","config\\minecolonies.cfg","config\\minecolonies_names.cfg","config\\modularrouters.cfg","config\\MoreOverlays.cfg","config\\morphtool.cfg","config\\mysticalworld.cfg","config\\natura.cfg","config\\NaturaModules.cfg","config\\naturescompass.cfg","config\\neat.cfg","config\\NoMobSpawningOnTrees.cfg","config\\notenoughwands.cfg","config\\nuclearcraft.cfg","config\\oldjavawarning.cfg","config\\openblocks.cfg","config\\openmods.cfg","config\\OpenModsLibCore.json","config\\OreDictInit.cfg","config\\oreexcavation.cfg","config\\oreexcavation_groups.json","config\\oreexcavation_overrides.json","config\\oreexcavation_shapes.json","config\\overpoweredarmorbar.cfg","config\\p455w0rdsLib.cfg","config\\patchouli.cfg","config\\phosphor.json","config\\placebo.cfg","config\\playersdropheads.cfg","config\\plustic.cfg","config\\pneumaticcraft.cfg","config\\prettybeaches.cfg","config\\psi.cfg","config\\quark.cfg","config\\quickleafdecay.cfg","config\\randompatches.cfg","config\\reccomplex.cfg","config\\roots.cfg","config\\rustic.cfg","config\\scannable.cfg","config\\schematica.cfg","config\\solcarrot.cfg","config\\splash.properties","config\\stg.cfg","config\\storagedrawers.cfg","config\\structurize.cfg","config\\supersoundmuffler.cfg","config\\tconstruct.cfg","config\\teslacorelib.cfg","config\\thaumcraft_graphics.cfg","config\\thaumcraft_misc.cfg","config\\thaumcraft_world.cfg","config\\thaumicjei.cfg","config\\thaumicjei_itemstack_aspects.json","config\\thaumictinkerer.cfg","config\\TinkerModules.cfg","config\\TinkerToolLeveling.cfg","config\\tips.cfg","config\\toastcontrol.cfg","config\\tombmanygraves.cfg","config\\torchmaster.cfg","config\\torohealthmod.cfg","config\\toughnessbar.cfg","config\\twilightforest.cfg","config\\unlimitedchiselworks.cfg","config\\unloader.cfg","config\\wawla.cfg","config\\wizardry.cfg","config\\ynot.cfg","config\\acronym\\base\\General.cfg","config\\AdvGenerators\\client.config","config\\AdvGenerators\\readme.txt","config\\AdvGenerators\\recipe-removals.cfg","config\\AdvGenerators\\turbine-fuel.cfg","config\\AdvGenerators\\turbine-materials.cfg","config\\advRocketry\\advancedRocketry.cfg","config\\advRocketry\\asteroidConfig.xml","config\\advRocketry\\Centrifuge.xml","config\\advRocketry\\ChemicalReactor.xml","config\\advRocketry\\Crystallizer.xml","config\\advRocketry\\CuttingMachine.xml","config\\advRocketry\\ElectricArcFurnace.xml","config\\advRocketry\\Electrolyser.xml","config\\advRocketry\\Lathe.xml","config\\advRocketry\\oreConfig.xml","config\\advRocketry\\planetDefs.xml","config\\advRocketry\\PrecisionAssembler.xml","config\\advRocketry\\PrecisionLaserEtcher.xml","config\\advRocketry\\RollingMachine.xml","config\\advRocketry\\SmallPlatePress.xml","config\\AE2Stuff\\readme.txt","config\\ancientwarfare\\AncientWarfare.cfg","config\\ancientwarfare\\AncientWarfareAutomation.cfg","config\\ancientwarfare\\AncientWarfareNpc.cfg","config\\ancientwarfare\\AncientWarfareNpcEquipment.cfg","config\\ancientwarfare\\AncientWarfareNpcFactionStandings.cfg","config\\ancientwarfare\\AncientWarfareNpcFood.cfg","config\\ancientwarfare\\AncientWarfareNpcPath.cfg","config\\ancientwarfare\\AncientWarfareNpcTargeting.cfg","config\\ancientwarfare\\AncientWarfareNpcValues.cfg","config\\ancientwarfare\\AncientWarfareStructures.cfg","config\\ancientwarfare\\AncientWarfareVehicle.cfg","config\\AppliedEnergistics2\\AppliedEnergistics2.cfg","config\\AppliedEnergistics2\\CustomRecipes.cfg","config\\AppliedEnergistics2\\extracells.cfg","config\\AppliedEnergistics2\\Facades.cfg","config\\AppliedEnergistics2\\items.csv","config\\AppliedEnergistics2\\VersionChecker.cfg","config\\architect\\blacklist.json","config\\architect\\block_mapping.json","config\\architect\\item_mapping.json","config\\astralsorcery\\aevitas_ore_perk.cfg","config\\astralsorcery\\amulet_enchantments.cfg","config\\astralsorcery\\fluid_rarities.cfg","config\\astralsorcery\\herdable_animals_blacklist.cfg","config\\astralsorcery\\mineralis_ritual.cfg","config\\astralsorcery\\perk_void_trash_replacement.cfg","config\\astralsorcery\\treasure_shrine.cfg","config\\bbm\\AI_Improvements.cfg","config\\betteradvancements\\betteradvancements.cfg","config\\betterquesting\\DefaultLoot.json","config\\betterquesting\\DefaultQuests.json","config\\betterquesting\\questbook.cfg","config\\biomesoplenty\\biome_ids.json","config\\biomesoplenty\\gameplay.cfg","config\\biomesoplenty\\misc.cfg","config\\biomesoplenty\\biomes\\Put biome config files here","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\alps.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\alps_foothills.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\bamboo_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\bayou.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\bog.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\boreal_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\brushland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\chaparral.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\cherry_blossom_grove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\cold_desert.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\coniferous_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\coral_reef.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\corrupted_sands.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\crag.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\dead_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\dead_swamp.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\eucalyptus_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\fen.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\flower_field.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\flower_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\fungi_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\glacier.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\grassland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\gravel_beach.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\grove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\highland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\kelp_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\land_of_lakes.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\lavender_fields.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\lush_desert.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\lush_swamp.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mangrove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\maple_woods.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\marsh.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\meadow.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\moor.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mountain.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mountain_foothills.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\mystic_grove.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\oasis.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\ominous_woods.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\orchard.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\origin_beach.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\origin_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\outback.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\overgrown_cliffs.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\pasture.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\phantasmagoric_inferno.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\prairie.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\quagmire.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\rainforest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\redwood_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\redwood_forest_edge.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\sacred_springs.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\seasonal_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\shield.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\shrubland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\snowy_coniferous_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\snowy_forest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\snowy_tundra.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\steppe.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\temperate_rainforest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\tropical_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\tropical_rainforest.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\tundra.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\undergarden.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\visceral_heap.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\volcanic_island.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\wasteland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\wetland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\white_beach.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\woodland.json","config\\biomesoplenty\\biomes\\defaults\\biomesoplenty\\xeric_shrubland.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\beaches.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\birch_forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\birch_forest_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\desert.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\desert_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\extreme_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\extreme_hills_with_trees.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\forest_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\hell.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\ice_flats.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\ice_mountains.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\jungle.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\jungle_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mesa.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mesa_clear_rock.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mushroom_island.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\mutated_forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\ocean.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\plains.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\redwood_taiga.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\redwood_taiga_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\roofed_forest.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\savanna.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\savanna_rock.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\sky.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\swampland.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga_cold.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga_cold_hills.json","config\\biomesoplenty\\biomes\\defaults\\vanilla\\taiga_hills.json","config\\bloodmagic\\bloodmagic.cfg","config\\bloodmagic\\rituals.cfg","config\\bloodmagic\\meteors\\diamond.json","config\\bloodmagic\\meteors\\gold.json","config\\bloodmagic\\meteors\\iron.json","config\\brandon3055\\BrandonsCore.cfg","config\\brandon3055\\Custom Fusion Recipe Info.txt","config\\brandon3055\\DraconicEvolution.cfg","config\\brandon3055\\ProjectIntelligence\\GuiConfig.json","config\\brandon3055\\ProjectIntelligence\\options.json","config\\brandon3055\\ProjectIntelligence\\projectintelligence.xml","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\draconicevolution-downloadManifest.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\draconicevolution.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\enderio-downloadManifest.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\enderio.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\projectintelligence-downloadManifest.json","config\\brandon3055\\ProjectIntelligence\\DocUpdater\\Mods\\projectintelligence.json","config\\brandon3055\\ProjectIntelligence\\GuiStyle\\ActiveStyle.json","config\\brandon3055\\ProjectIntelligence\\GuiStyle\\DefaultPresets\\darcula.json","config\\brandon3055\\ProjectIntelligence\\GuiStyle\\DefaultPresets\\vanilla.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\Draconic Evolution\\draconicevolution-en_US.xml","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\awakened_draconium_5f7da.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\celestial_manipulator_55724.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\chaos_guardian_4c4fd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\contributors_14e32.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores_b46c6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\disenchanter_3606d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation_6d4cb.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor_a7ed0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_energy_shield_4ef7c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor_b98b3.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools_ce5a3.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium_8395a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium_chest_1c184.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\ender_energy_manipulator_3811c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_infuser_5b44a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network_cbb72.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core_7665b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\entity_detector_62746.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\flow_gates_92a90.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\fusion_crafting_93212.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\generator_cc462.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\mob_grinder_c25b0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\mob_soul_749d7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\potentiometer_7e259.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\rain_sensor_92dae.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\spotlights_65054.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\stabilized_spawner_4e561.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\test_page_4f9ac.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\upgrade_system_a708d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor_4e10b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools_26115.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\awakened_draconium\\dragon_heart_2caa6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\awakened_core_c847a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\chaotic_core_10e66.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\draconic_core_3cc88.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\draconic_energy_core_4f12f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\wyvern_core_c2c0a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\cores\\wyvern_energy_core_a2b4d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\advanced_dislocator_aa59f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\awakened_item_dislocator_81c55.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\bound_dislocators_d4344.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocation_blocker_20e01.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocator_81ef7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocator_pedestal_40605.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\dislocator_receptacle_8aad6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\item_dislocator_a286b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\dislocation\\power_portals_2a601.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_boots_53ead.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_chestplate_e14af.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_helmet_54f52.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_armor\\draconic_leggings_dc633.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor\\basic_operation_909db.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor\\reactor_explosion_8a46b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_reactor\\regulation_and_safety_24690.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_axe_bcd5b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_bow_a8440.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_flux_capacitor_5685f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_hoe_21b89.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_pickaxe_5380c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_shovel_26bf1.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_staff_of_power_31983.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconic_tools\\draconic_sword_f9c8f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium\\draconium_block_4058e.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium\\draconium_dust_a564f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\draconium\\draconium_ore_87f4d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\energy_io_crystals_5c5b0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\relay_crystals_2bf03.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\the_basics_461cd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_network\\wireless_crystals_29e8b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core\\energy_core_setup_7be5c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core\\energy_core_stabilizer_dfaaa.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\energy_storage_core\\energy_pylon_e75da.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\fusion_crafting\\fusion_crafting_injectors_26e3e.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\fusion_crafting\\fusion_crafting_setup_84af7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_boots_9d888.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_chestplate_472d6.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_helmet_60559.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_armor\\wyvern_leggings_2b410.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_axe_11dbd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_bow_e17dc.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_flux_capacitor_f3f1c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_pickaxe_97459.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_shovel_9dbf8.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\en_us\\wyvern_tools\\wyvern_sword_dc96b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\structure.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\en_us\\draconicevolution_dbd2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\lang\\en_us.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\lang\\ru_ru.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\lang\\zh_cn.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\ru_ru\\draconicevolution_dbd2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\draconicevolution\\2.3.20\\structure\\zh_cn\\draconicevolution_dbd2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\alloy_smelter_52138.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\attractor_obelisk_91da7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\aversion_obelisk_8dda3.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_2d237.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_advanced_big_d5396.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_advanced_fa4ac.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_advanced_limited_f5754.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\basic_item_filter_big_7fc8d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\buffer_53ade.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\cap_bank_c785a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\combustion_generator_de745.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\crafter_504e5.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\dialing_device_bfa73.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\dialing_device_no_telepad_dc64b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\enchanter_5dd60.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\enchantment_filter_73c8f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\experience_obelisk_6cd4f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\external_connection_68afd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\farm_station_ada2b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\fluid_filter_6d14d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\furnace_f81dd.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\impulse_hopper_3d634.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\inhibitor_obelisk_2053d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\killer_joe_e0a1e.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\lava_generator_b8a26.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\machines_39aa7.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\mod_item_filter_e206d.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\painter_7982f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\powered_spawner_f2a50.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\power_item_filter_13e13.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\power_monitor_64c83.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\redstone_signal_logic_cd361.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\relocator_obelisk_486de.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\sag_mill_77dd2.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\slice_and_splice_2f908.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\soul_binder_67dc0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\soul_filter_3b8a8.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\stirling_generator_6df1f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\tank_b3cb4.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\tele_pad_bcbd4.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\transceiver_e630a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\travel_accessable_34d5b.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\travel_auth_aca62.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\vacuum_chest_4b559.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\vat_4febc.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\weather_obelisk_4d38f.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\wired_charger_11dd9.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\x_p_vacuum_69c92.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\zombie_generator_c3bf0.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\en_us\\machines\\capacitors_d04ab.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\structure.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\en_us\\enderio_6f297.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\lang\\en_us.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\lang\\zh_cn.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\enderio\\0.0.0\\structure\\zh_cn\\enderio_6f297.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\contribute_e554c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\people_8485a.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\people\\brandon3055_69258.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\en_us\\people\\covers1624_b8f4c.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\structure.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\en_us\\projectintelligence_88e33.md","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\lang\\en_us.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\lang\\zh_cn.json","config\\brandon3055\\ProjectIntelligence\\ModDocs\\projectintelligence\\1.0.0\\structure\\zh_cn\\projectintelligence_88e33.md","config\\codechicken\\supporters.json","config\\codechicken\\supporters.marker","config\\cofh\\core\\client.cfg","config\\cofh\\core\\common.cfg","config\\cofh\\core\\friends.cfg","config\\cofh\\nonvflash\\client.cfg","config\\cofh\\redstonearsenal\\client.cfg","config\\cofh\\redstonearsenal\\common.cfg","config\\cofh\\thermalcultivation\\client.cfg","config\\cofh\\thermalcultivation\\common.cfg","config\\cofh\\thermaldynamics\\client.cfg","config\\cofh\\thermaldynamics\\common.cfg","config\\cofh\\thermaldynamics\\cover_blacklist.json","config\\cofh\\thermalexpansion\\client.cfg","config\\cofh\\thermalexpansion\\common.cfg","config\\cofh\\thermalexpansion\\florbs.cfg","config\\cofh\\thermalexpansion\\morbs.cfg","config\\cofh\\thermalfoundation\\client.cfg","config\\cofh\\thermalfoundation\\common.cfg","config\\cofh\\thermalfoundation\\lexicon-whitelist.cfg","config\\cofh\\thermalinnovation\\client.cfg","config\\cofh\\thermalinnovation\\common.cfg","config\\cofh\\world\\00_minecraft.json","config\\cofh\\world\\01_thermalfoundation_ores.json","config\\cofh\\world\\02_thermalfoundation_oil.json","config\\cofh\\world\\03_thermalfoundation_clathrates.json","config\\cofh\\world\\04_actuallyadditions_ore.json","config\\cofh\\world\\05_immersiveengineering_ore.json","config\\cofh\\world\\07_chisel_stone.json","config\\cofh\\world\\08_appliedenergistics_ore.json","config\\cofh\\world\\09_draconicevolution_ore.json","config\\cofh\\world\\10_forestry_ore.json","config\\cofh\\world\\11_mekanism_ore.json","config\\cofh\\world\\12_nuclearcraft_large_veins_ore.json","config\\cofh\\world\\13_thermal_expansion_lakes.json","config\\cofh\\world\\14_thaumcraft_ore.json","config\\cofh\\world\\15_advanced_rocketry_planets_ore.json","config\\cofh\\world\\config.cfg","config\\compactmachines3\\settings.cfg","config\\CustomMainMenu\\mainmenu.json","config\\defaultoptions\\keybindings.txt","config\\defaultoptions\\options.txt","config\\ElevatorMod\\ElevatorMod.cfg","config\\endercore\\cropconfig.json","config\\endercore\\endercore.cfg","config\\enderio\\enderio.cfg","config\\enderio\\enderioconduits.cfg","config\\enderio\\enderiointegrationforestry.cfg","config\\enderio\\enderioinvpanel.cfg","config\\enderio\\enderiomachines.cfg","config\\enderio\\enderiopowertools.cfg","config\\enderio\\painter_paint_sources_core.xml","config\\enderio\\painter_paint_sources_user.xml","config\\enderio\\recipes\\user\\recipes.xsd","config\\enderio\\recipes\\user\\spawner.xml","config\\enderio\\recipes\\user\\user_recipes.xml","config\\environmentalmaterials\\main.cfg","config\\environmentaltech\\main.cfg","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_1.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_2.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_3.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_4.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_5.json","config\\environmentaltech\\multiblocks\\void_miner\\botanic\\tier_6.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_1.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_2.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_3.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_4.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_5.json","config\\environmentaltech\\multiblocks\\void_miner\\ore\\tier_6.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_1.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_2.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_3.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_4.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_5.json","config\\environmentaltech\\multiblocks\\void_miner\\resource\\tier_6.json","config\\ExtraBitManipulation\\armor_data.cfg","config\\ExtraBitManipulation\\client.cfg","config\\ExtraBitManipulation\\common.cfg","config\\ExtraBitManipulation\\modeling_data.cfg","config\\ExtraBitManipulation\\sculpting_data.cfg","config\\ExtraBitManipulation\\server.cfg","config\\Extreme Reactors\\Extreme Reactors.cfg","config\\FarmingForBlockheads\\Market.json","config\\forestry\\apiculture.cfg","config\\forestry\\arboriculture.cfg","config\\forestry\\backpacks.cfg","config\\forestry\\binnie-mods.conf","config\\forestry\\common.cfg","config\\forestry\\farm.cfg","config\\forestry\\fluids.cfg","config\\forestry\\lepidopterology.cfg","config\\forestry\\modules.cfg","config\\forestry\\plugins.cfg","config\\forestry\\binniecore\\main.conf","config\\forestry\\botany\\modules.cfg","config\\forestry\\extrabees\\main.conf","config\\forestry\\extrabees\\modules.cfg","config\\forestry\\extratrees\\main.cfg","config\\forestry\\extratrees\\modules.cfg","config\\forestry\\gamemodes\\EASY.cfg","config\\forestry\\gamemodes\\HARD.cfg","config\\forestry\\gamemodes\\NORMAL.cfg","config\\forestry\\gamemodes\\OP.cfg","config\\forestry\\genetics\\main.conf","config\\forestry\\genetics\\modules.cfg","config\\fpsreducer\\fpsreducer.cfg","config\\gendustry\\client.config","config\\gendustry\\readme.txt","config\\Guide-API\\Guide-API.cfg","config\\ic2\\block_cutter.ini","config\\ic2\\extractor.ini","config\\ic2\\macerator.ini","config\\ic2\\metal_former_rolling.ini","config\\ic2\\thermal_centrifuge.ini","config\\incontrol\\experience.json","config\\incontrol\\loot.json","config\\incontrol\\main.cfg","config\\incontrol\\potentialspawn.json","config\\incontrol\\spawn.json","config\\incontrol\\summonaid.json","config\\InvTweaks\\InvTweaks.cfg","config\\InvTweaks\\InvTweaksRules.txt","config\\InvTweaks\\InvTweaksTree.txt","config\\InvTweaks\\trees\\readme.txt","config\\ironbackpacks\\blacklist.json","config\\ironbackpacks\\ironbackpacks.cfg","config\\jei\\itemBlacklist.cfg","config\\jei\\jei.cfg","config\\jei\\searchColors.cfg","config\\jei\\worldSettings.cfg","config\\jeresources\\jeresources.cfg","config\\jeresources\\world-gen.json","config\\laser_drill_ores\\actuallyadditions_ores.json","config\\laser_drill_ores\\appliedenergistics2_ores.json","config\\laser_drill_ores\\astralsorcery_ores.json","config\\laser_drill_ores\\biomesoplenty_ores.json","config\\laser_drill_ores\\cyclic_ores.json","config\\laser_drill_ores\\default_ores.json","config\\laser_drill_ores\\forestry_ores.json","config\\laser_drill_ores\\nuclearcraft_ores.json","config\\laser_drill_ores\\rftools_ores.json","config\\laser_drill_ores\\thaumcraft_ores.json","config\\laser_drill_ores\\thermalfoundation_ores.json","config\\lostcities\\general.cfg","config\\lostcities\\profile_ancient.cfg","config\\lostcities\\profile_atlantis.cfg","config\\lostcities\\profile_biosphere.cfg","config\\lostcities\\profile_bio_wasteland.cfg","config\\lostcities\\profile_cavern.cfg","config\\lostcities\\profile_chisel.cfg","config\\lostcities\\profile_default.cfg","config\\lostcities\\profile_floating.cfg","config\\lostcities\\profile_nodamage.cfg","config\\lostcities\\profile_onlycities.cfg","config\\lostcities\\profile_rarecities.cfg","config\\lostcities\\profile_realistic.cfg","config\\lostcities\\profile_safe.cfg","config\\lostcities\\profile_space.cfg","config\\lostcities\\profile_tallbuildings.cfg","config\\lostcities\\profile_wasteland.cfg","config\\lostcities\\profile_waterbubbles.cfg","config\\lostcities\\profile_water_empty.cfg","config\\mekanism\\BoxBlacklist.txt","config\\MemoryTester\\Crash.txt","config\\MemoryTester\\General.txt","config\\MemoryTester\\Menu.txt","config\\MemoryTester\\resources\\backgroundImage.png","config\\MemoryTester\\resources\\buttonIcon.png","config\\MemoryTester\\resources\\windowIcon.png","config\\MovingWorld\\AssemblePriority.cfg","config\\MovingWorld\\Main.cfg","config\\nutrition\\nutrition.cfg","config\\nutrition\\effects\\example.json","config\\nutrition\\effects\\harming.json","config\\nutrition\\effects\\mining_fatigue.json","config\\nutrition\\effects\\poison.json","config\\nutrition\\effects\\resistance.json","config\\nutrition\\effects\\resistance2.json","config\\nutrition\\effects\\strength.json","config\\nutrition\\effects\\strength2.json","config\\nutrition\\effects\\toughness.json","config\\nutrition\\effects\\weakness.json","config\\nutrition\\effects\\weakness2.json","config\\nutrition\\nutrients\\dairy.json","config\\nutrition\\nutrients\\example.json","config\\nutrition\\nutrients\\fruit.json","config\\nutrition\\nutrients\\grain.json","config\\nutrition\\nutrients\\protein.json","config\\nutrition\\nutrients\\vegetable.json","config\\opencomputers\\default.recipes","config\\opencomputers\\gregtech.recipes","config\\opencomputers\\hardmode.recipes","config\\opencomputers\\peaceful.recipes","config\\opencomputers\\settings.conf","config\\opencomputers\\user.recipes","config\\pneumaticcraft\\AmadronOffersPeriodic.cfg","config\\pneumaticcraft\\AmadronOffersStatic.cfg","config\\pneumaticcraft\\AmadronTradingSettings.cfg","config\\pneumaticcraft\\BlockHeatProperties.cfg","config\\pneumaticcraft\\HelmetWidgetDefaults.cfg","config\\pneumaticcraft\\MicromissileDefaults.cfg","config\\pneumaticcraft\\PneumaticArmorHUDLayout.cfg","config\\pneumaticcraft\\ProgrammingPuzzleBlacklist.cfg","config\\pneumaticcraft\\thirdparty.cfg","config\\pregenerator\\ClientConfig.cfg","config\\pregenerator\\ExampleFile.txt","config\\pregenerator\\PregenConfig.cfg","config\\rftools\\control.cfg","config\\rftools\\dimensions.cfg","config\\rftools\\dimlets.json","config\\rftools\\rftools.cfg","config\\roots\\crops.cfg","config\\roots\\elemental_soil.cfg","config\\roots\\general.cfg","config\\roots\\moss.cfg","config\\roots\\rituals.cfg","config\\roots\\spells.cfg","config\\shadowfacts\\ExtraRails.cfg","config\\shadowfacts\\ShadowMC.cfg","config\\spiceoflife\\example-food-group.json","config\\teamreborn\\configData.nbt","config\\teamreborn\\reborncore\\client.cfg","config\\teamreborn\\reborncore\\misc.cfg","config\\teamreborn\\reborncore\\power.cfg","config\\teamreborn\\reborncore\\selected_energy.json","config\\teamreborn\\reborncore\\upgrades.cfg","config\\unidict\\IntegrationModule.cfg","config\\unidict\\UniDict.cfg","config\\valkyrielib\\main.cfg","config\\waila\\waila.cfg","config\\waila\\theme\\dark.json","config\\waila\\theme\\vanilla.json","config\\wizardry\\wizManifest.json","config\\wizardry\\fire_recipes\\devil_dust.json","config\\wizardry\\fire_recipes\\devil_dust_secondary.json","config\\wizardry\\fire_recipes\\sky_dust.json","config\\wizardry\\fluid_recipes\\codex.json","config\\wizardry\\fluid_recipes\\mana_battery.json","config\\wizardry\\fluid_recipes\\mana_orb.json","config\\wizardry\\fluid_recipes\\nacre.json","config\\wizardry\\fluid_recipes\\temp_real_halo.json","config\\wizardry\\fluid_recipes\\unicorn_dagger.json","config\\wizardry\\fluid_recipes\\wisdom_door.json","config\\wizardry\\fluid_recipes\\wisdom_fence.json","config\\wizardry\\fluid_recipes\\wisdom_fence_gate.json","config\\wizardry\\fluid_recipes\\wisdom_leaves.json","config\\wizardry\\fluid_recipes\\wisdom_log.json","config\\wizardry\\fluid_recipes\\wisdom_plank.json","config\\wizardry\\fluid_recipes\\wisdom_sapling.json","config\\wizardry\\fluid_recipes\\wisdom_slab.json","config\\wizardry\\fluid_recipes\\wisdom_stairs.json","config\\wizardry\\fluid_recipes\\wisdom_stick.json","config\\wizardry\\wizmodules\\effect_anti_gravity_well.json","config\\wizardry\\wizmodules\\effect_backup.json","config\\wizardry\\wizmodules\\effect_bouncing.json","config\\wizardry\\wizmodules\\effect_break.json","config\\wizardry\\wizmodules\\effect_burn.json","config\\wizardry\\wizmodules\\effect_crasher_fall.json","config\\wizardry\\wizmodules\\effect_decay.json","config\\wizardry\\wizmodules\\effect_extract.json","config\\wizardry\\wizmodules\\effect_frost.json","config\\wizardry\\wizmodules\\effect_grace.json","config\\wizardry\\wizmodules\\effect_gravity_well.json","config\\wizardry\\wizmodules\\effect_leap.json","config\\wizardry\\wizmodules\\effect_leech.json","config\\wizardry\\wizmodules\\effect_light.json","config\\wizardry\\wizmodules\\effect_lightning.json","config\\wizardry\\wizmodules\\effect_low_gravity.json","config\\wizardry\\wizmodules\\effect_phase.json","config\\wizardry\\wizmodules\\effect_place.json","config\\wizardry\\wizmodules\\effect_poison_cloud.json","config\\wizardry\\wizmodules\\effect_shatter.json","config\\wizardry\\wizmodules\\effect_sonic.json","config\\wizardry\\wizmodules\\effect_substitution.json","config\\wizardry\\wizmodules\\effect_suffocate.json","config\\wizardry\\wizmodules\\effect_telekinesis.json","config\\wizardry\\wizmodules\\effect_thrive.json","config\\wizardry\\wizmodules\\effect_time_lock.json","config\\wizardry\\wizmodules\\effect_time_slow.json","config\\wizardry\\wizmodules\\effect_vanish.json","config\\wizardry\\wizmodules\\effect_zoom.json","config\\wizardry\\wizmodules\\modifier_extend_range.json","config\\wizardry\\wizmodules\\modifier_extend_time.json","config\\wizardry\\wizmodules\\modifier_increase_aoe.json","config\\wizardry\\wizmodules\\modifier_increase_potency.json","config\\wizardry\\wizmodules\\modifier_increase_speed.json","config\\wizardry\\wizmodules\\shape_beam.json","config\\wizardry\\wizmodules\\shape_cone.json","config\\wizardry\\wizmodules\\shape_projectile.json","config\\wizardry\\wizmodules\\shape_self.json","config\\wizardry\\wizmodules\\shape_touch.json","config\\wizardry\\wizmodules\\shape_zone.json","config\\xnet\\xnet.cfg","mods\\Nutrition-1.12.2-4.6.1.jar"],"isMemoryOverride":false,"allocatedMemory":4096,"profileImagePath":"C:\\Users\\Oliver\\curseforge\\minecraft\\Instances\\Enigmatica 2 Tweaked\\profileImage\\638263672747047339.png","isVanilla":false,"guid":"82f6c969-b468-469d-92cb-60db17be1200","gameTypeID":432,"installPath":"C:\\Users\\Oliver\\curseforge\\minecraft\\Instances\\Enigmatica 2 Tweaked\\","name":"Enigmatica 2 Tweaked","cachedScans":[],"isValid":true,"lastPreviousMatchUpdate":"2024-06-10T02:39:42.7756179Z","lastRefreshAttempt":"2024-06-09T15:43:23.5321903-07:00","isEnabled":true,"gameVersion":"1.12.2","gameVersionFlavor":null,"gameVersionTypeId":null,"preferenceAlternateFile":false,"preferenceAutoInstallUpdates":false,"preferenceQuickDeleteLibraries":false,"preferenceDeleteSavedVariables":false,"preferenceReleaseType":1,"preferenceModdingFolderPath":null,"syncProfile":{"PreferenceEnabled":false,"PreferenceAutoSync":true,"PreferenceAutoDelete":false,"PreferenceBackupSavedVariables":false,"GameInstanceGuid":"00000000-0000-0000-0000-000000000000","SyncProfileID":0,"SavedVariablesProfile":null,"LastSyncDate":"0001-01-01T00:00:00"},"installDate":"2023-07-12T19:15:31.0973436Z","installedAddons":[{"instanceID":"03a56325-24a7-41e0-b952-9f15f14169ca","modSource":0,"addonID":65764,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Magic Bees","modFolderPath":null,"fileNameOnDisk":"MagicBees-1.12.2-3.2.25.jar","authors":[{"Id":9725718,"Name":"MysteriousAges"},{"Id":12122592,"Name":"Elec332"}],"primaryAuthor":"MysteriousAges","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/magic-bees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/361/256/256/635623930424158524.png","tags":[],"installedFile":{"id":2855061,"fileName":"MagicBees-1.12.2-3.2.25.jar","fileDate":"2020-01-05T14:00:15.363Z","fileLength":1109460,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2855/61/MagicBees-1.12.2-3.2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203987489,"invalidFingerprint":false},{"foldername":"magicbees","fingerprint":2579682629,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1846323357,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2808798719,"invalidFingerprint":false}],"packageFingerprint":1957644973,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":65764,"fileNameOnDisk":"MagicBees-1.12.2-3.2.25.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.9153945Z","dateUpdated":"2023-07-12T19:16:35.9184Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2855061,"fileName":"MagicBees-1.12.2-3.2.25.jar","fileDate":"2020-01-05T14:00:15.363Z","fileLength":1109460,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2855/61/MagicBees-1.12.2-3.2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203987489,"invalidFingerprint":false},{"foldername":"magicbees","fingerprint":2579682629,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1846323357,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2808798719,"invalidFingerprint":false}],"packageFingerprint":1957644973,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":65764,"fileNameOnDisk":"MagicBees-1.12.2-3.2.25.jar","hashes":[]}},{"instanceID":"0df4c9ef-fcc4-4477-998d-37a559208797","modSource":0,"addonID":226254,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"NuclearCraft","modFolderPath":null,"fileNameOnDisk":"nuclearcraft-1.12.2-2.19.jar","authors":[{"Id":14002802,"Name":"tomdodd4598"},{"Id":101970581,"Name":"HeatherWhite"}],"primaryAuthor":"tomdodd4598","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/24/599/256/256/635759942381657270.jpeg","tags":[],"installedFile":{"id":5340979,"fileName":"nuclearcraft-1.12.2-2.19.jar","fileDate":"2024-05-13T17:00:34.663Z","fileLength":6903064,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5340/979/nuclearcraft-1.12.2-2.19.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":293327,"type":2},{"addonId":557242,"type":2},{"addonId":223008,"type":2},{"addonId":239197,"type":2},{"addonId":69162,"type":2},{"addonId":268655,"type":2},{"addonId":227083,"type":2},{"addonId":242638,"type":2},{"addonId":287683,"type":2},{"addonId":238222,"type":2},{"addonId":74072,"type":2},{"addonId":268560,"type":2},{"addonId":226410,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3793508455,"invalidFingerprint":false},{"foldername":"nc","fingerprint":3784222095,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2127281407,"invalidFingerprint":false},{"foldername":"logo.jpg","fingerprint":100405902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3035655570,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3130895940,"invalidFingerprint":false}],"packageFingerprint":2000471737,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226254,"fileNameOnDisk":"nuclearcraft-1.12.2-2.19.jar","hashes":[{"type":1,"value":"49f7951be1ede869c5dc7c14f88be4261885340b"},{"type":2,"value":"23a33db61b462e234096d8407501290e"}]},"dateInstalled":"2023-07-16T23:49:58.235533Z","dateUpdated":"2024-05-23T17:59:26.8350957Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5340979,"fileName":"nuclearcraft-1.12.2-2.19.jar","fileDate":"2024-05-13T17:00:34.663Z","fileLength":6903064,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5340/979/nuclearcraft-1.12.2-2.19.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":293327,"type":2},{"addonId":557242,"type":2},{"addonId":223008,"type":2},{"addonId":239197,"type":2},{"addonId":69162,"type":2},{"addonId":268655,"type":2},{"addonId":227083,"type":2},{"addonId":242638,"type":2},{"addonId":287683,"type":2},{"addonId":238222,"type":2},{"addonId":74072,"type":2},{"addonId":268560,"type":2},{"addonId":226410,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3793508455,"invalidFingerprint":false},{"foldername":"nc","fingerprint":3784222095,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2127281407,"invalidFingerprint":false},{"foldername":"logo.jpg","fingerprint":100405902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3035655570,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3130895940,"invalidFingerprint":false}],"packageFingerprint":2000471737,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226254,"fileNameOnDisk":"nuclearcraft-1.12.2-2.19.jar","hashes":[{"type":1,"value":"49f7951be1ede869c5dc7c14f88be4261885340b"},{"type":2,"value":"23a33db61b462e234096d8407501290e"}]}},{"instanceID":"7558831f-0c8e-461d-a7e4-dfd082dc76e2","modSource":0,"addonID":230111,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Fabrication","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","authors":[{"Id":9141442,"Name":"MrTJP"},{"Id":12771183,"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-fabrication","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/17/378/256/256/635662489243306687.png","tags":[],"installedFile":{"id":2745547,"fileName":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","fileDate":"2019-07-21T17:56:43.807Z","fileLength":1894139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/547/ProjectRed-1.12.2-4.9.4.120-fabrication.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229045,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1253256834,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3222359936,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1407937988,"invalidFingerprint":false}],"packageFingerprint":3501978731,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230111,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:24.3772857Z","dateUpdated":"2023-07-13T07:27:24.3792865Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745547,"fileName":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","fileDate":"2019-07-21T17:56:43.807Z","fileLength":1894139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/547/ProjectRed-1.12.2-4.9.4.120-fabrication.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229045,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1253256834,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3222359936,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1407937988,"invalidFingerprint":false}],"packageFingerprint":3501978731,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230111,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-fabrication.jar","hashes":[]}},{"instanceID":"eb7e0fae-e160-4412-a137-5f8cec7fda28","modSource":0,"addonID":242638,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Industrial Craft","modFolderPath":null,"fileNameOnDisk":"industrialcraft-2-2.8.222-ex112.jar","authors":[{"Id":7025176,"Name":"sfPlayer1"},{"Id":10036554,"Name":"Chocohead"},{"Id":10023052,"Name":"Aroma1997"},{"Id":100140528,"Name":"Forge_User_85580626"}],"primaryAuthor":"sfPlayer1","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/industrial-craft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/35/839/256/256/635930304832975926.png","tags":[],"installedFile":{"id":3838713,"fileName":"industrialcraft-2-2.8.222-ex112.jar","fileDate":"2022-06-19T13:34:06.847Z","fileLength":8698102,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3838/713/industrialcraft-2-2.8.222-ex112.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2182158760,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2304325416,"invalidFingerprint":false},{"foldername":"ic2","fingerprint":3703315723,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1309399255,"invalidFingerprint":false},{"foldername":"overview.html","fingerprint":2384078512,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3607220516,"invalidFingerprint":false}],"packageFingerprint":3657864267,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242638,"fileNameOnDisk":"industrialcraft-2-2.8.222-ex112.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:18.231295Z","dateUpdated":"2023-07-12T19:25:17.9651881Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3838713,"fileName":"industrialcraft-2-2.8.222-ex112.jar","fileDate":"2022-06-19T13:34:06.847Z","fileLength":8698102,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3838/713/industrialcraft-2-2.8.222-ex112.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2182158760,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2304325416,"invalidFingerprint":false},{"foldername":"ic2","fingerprint":3703315723,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1309399255,"invalidFingerprint":false},{"foldername":"overview.html","fingerprint":2384078512,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3607220516,"invalidFingerprint":false}],"packageFingerprint":3657864267,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242638,"fileNameOnDisk":"industrialcraft-2-2.8.222-ex112.jar","hashes":[]}},{"instanceID":"e5340c26-9255-42cb-baf1-a03c5858e4a3","modSource":0,"addonID":419286,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MixinBooter","modFolderPath":null,"fileNameOnDisk":"!mixinbooter-8.8.jar","authors":[{"Id":102975538,"Name":"CleanroomMC"},{"Id":10278775,"Name":"Rongmario"}],"primaryAuthor":"CleanroomMC","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mixin-booter","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/312/949/256/256/637407315722572617.png","tags":[],"installedFile":{"id":4828995,"fileName":"!mixinbooter-8.8.jar","fileDate":"2023-10-31T12:26:34.693Z","fileLength":1729097,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4828/995/!mixinbooter-8.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2266768124,"invalidFingerprint":false},{"foldername":"zone","fingerprint":3057954585,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2614818657,"invalidFingerprint":false},{"foldername":"mixins.mixinbooter.refmap.json","fingerprint":2110963695,"invalidFingerprint":false},{"foldername":"mixin.mixinbooter.init.json","fingerprint":2846692902,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1369081229,"invalidFingerprint":false},{"foldername":"org","fingerprint":93085882,"invalidFingerprint":false},{"foldername":"com","fingerprint":2264859960,"invalidFingerprint":false}],"packageFingerprint":61448476,"gameVersion":["1.9.1","1.9.3","1.8.7","1.9.4","1.9.2","1.8.4","1.12.1","1.12","1.8.8","1.10.2","1.8.3","1.11","1.8.6","Forge","1.10","1.10.1","1.8","1.8.2","1.11.1","1.11.2","1.9","1.8.5","1.12.2","1.8.9","1.8.1"],"sortableGameVersion":[{"gameVersion":"1.9.1","gameVersionName":"1.9.1","gameVersionTypeId":552},{"gameVersion":"1.9.3","gameVersionName":"1.9.3","gameVersionTypeId":552},{"gameVersion":"1.8.7","gameVersionName":"1.8.7","gameVersionTypeId":4},{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.9.2","gameVersionName":"1.9.2","gameVersionTypeId":552},{"gameVersion":"1.8.4","gameVersionName":"1.8.4","gameVersionTypeId":4},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.8.3","gameVersionName":"1.8.3","gameVersionTypeId":4},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.8.6","gameVersionName":"1.8.6","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.8.2","gameVersionName":"1.8.2","gameVersionTypeId":4},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.8.5","gameVersionName":"1.8.5","gameVersionTypeId":4},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4},{"gameVersion":"1.8.1","gameVersionName":"1.8.1","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419286,"fileNameOnDisk":"!mixinbooter-8.8.jar","hashes":[{"type":1,"value":"35b7983a3372e924f4df65e09cada918957a1245"},{"type":2,"value":"e3bd3678920d8c74c899b12c02532c64"}]},"dateInstalled":"2023-08-06T19:15:39.924901Z","dateUpdated":"2024-05-23T17:59:24.6003616Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4828995,"fileName":"!mixinbooter-8.8.jar","fileDate":"2023-10-31T12:26:34.693Z","fileLength":1729097,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4828/995/!mixinbooter-8.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2266768124,"invalidFingerprint":false},{"foldername":"zone","fingerprint":3057954585,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2614818657,"invalidFingerprint":false},{"foldername":"mixins.mixinbooter.refmap.json","fingerprint":2110963695,"invalidFingerprint":false},{"foldername":"mixin.mixinbooter.init.json","fingerprint":2846692902,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1369081229,"invalidFingerprint":false},{"foldername":"org","fingerprint":93085882,"invalidFingerprint":false},{"foldername":"com","fingerprint":2264859960,"invalidFingerprint":false}],"packageFingerprint":61448476,"gameVersion":["1.9.1","1.9.3","1.8.7","1.9.4","1.9.2","1.8.4","1.12.1","1.12","1.8.8","1.10.2","1.8.3","1.11","1.8.6","Forge","1.10","1.10.1","1.8","1.8.2","1.11.1","1.11.2","1.9","1.8.5","1.12.2","1.8.9","1.8.1"],"sortableGameVersion":[{"gameVersion":"1.9.1","gameVersionName":"1.9.1","gameVersionTypeId":552},{"gameVersion":"1.9.3","gameVersionName":"1.9.3","gameVersionTypeId":552},{"gameVersion":"1.8.7","gameVersionName":"1.8.7","gameVersionTypeId":4},{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.9.2","gameVersionName":"1.9.2","gameVersionTypeId":552},{"gameVersion":"1.8.4","gameVersionName":"1.8.4","gameVersionTypeId":4},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.8.3","gameVersionName":"1.8.3","gameVersionTypeId":4},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.8.6","gameVersionName":"1.8.6","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.8.2","gameVersionName":"1.8.2","gameVersionTypeId":4},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.8.5","gameVersionName":"1.8.5","gameVersionTypeId":4},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4},{"gameVersion":"1.8.1","gameVersionName":"1.8.1","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419286,"fileNameOnDisk":"!mixinbooter-8.8.jar","hashes":[{"type":1,"value":"35b7983a3372e924f4df65e09cada918957a1245"},{"type":2,"value":"e3bd3678920d8c74c899b12c02532c64"}]}},{"instanceID":"c7692c13-f18e-40af-979e-347213fb728b","modSource":0,"addonID":224472,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AppleCore","modFolderPath":null,"fileNameOnDisk":"AppleCore-mc1.12.2-3.4.0.jar","authors":[{"Id":13914149,"Name":"squeek502"}],"primaryAuthor":"squeek502","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/applecore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/890/256/256/635470227462201468.png","tags":[],"installedFile":{"id":2969118,"fileName":"AppleCore-mc1.12.2-3.4.0.jar","fileDate":"2020-05-30T21:18:21.007Z","fileLength":89615,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2969/118/AppleCore-mc1.12.2-3.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2649462474,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":2454306481,"invalidFingerprint":false},{"foldername":"applecore.info","fingerprint":629805158,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3674202975,"invalidFingerprint":false}],"packageFingerprint":3756462991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224472,"fileNameOnDisk":"AppleCore-mc1.12.2-3.4.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.7582331Z","dateUpdated":"2023-07-12T19:15:42.7602365Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2969118,"fileName":"AppleCore-mc1.12.2-3.4.0.jar","fileDate":"2020-05-30T21:18:21.007Z","fileLength":89615,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2969/118/AppleCore-mc1.12.2-3.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2649462474,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":2454306481,"invalidFingerprint":false},{"foldername":"applecore.info","fingerprint":629805158,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3674202975,"invalidFingerprint":false}],"packageFingerprint":3756462991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224472,"fileNameOnDisk":"AppleCore-mc1.12.2-3.4.0.jar","hashes":[]}},{"instanceID":"5829452a-2414-41d1-8774-d03cc167bfc7","modSource":0,"addonID":224791,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Blood Magic ","modFolderPath":null,"fileNameOnDisk":"BloodMagic-1.12.2-2.4.3-105.jar","authors":[{"Id":6831960,"Name":"WayofTime"},{"Id":8596063,"Name":"TehNut"}],"primaryAuthor":"WayofTime","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/blood-magic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/145/26/256/256/636559774600919459.jpeg","tags":[],"installedFile":{"id":2822288,"fileName":"BloodMagic-1.12.2-2.4.3-105.jar","fileDate":"2019-11-05T02:57:25.84Z","fileLength":7208594,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2822/288/BloodMagic-1.12.2-2.4.3-105.jar","isAlternate":false,"alternateFileId":2822289,"dependencies":[{"addonId":253449,"type":2},{"addonId":228832,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2686934902,"invalidFingerprint":false},{"foldername":"WayofTime","fingerprint":3883997283,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1366236139,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1785622791,"invalidFingerprint":false}],"packageFingerprint":4036556600,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224791,"fileNameOnDisk":"BloodMagic-1.12.2-2.4.3-105.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:59.4541209Z","dateUpdated":"2023-07-12T19:15:59.4691053Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2822288,"fileName":"BloodMagic-1.12.2-2.4.3-105.jar","fileDate":"2019-11-05T02:57:25.84Z","fileLength":7208594,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2822/288/BloodMagic-1.12.2-2.4.3-105.jar","isAlternate":false,"alternateFileId":2822289,"dependencies":[{"addonId":253449,"type":2},{"addonId":228832,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2686934902,"invalidFingerprint":false},{"foldername":"WayofTime","fingerprint":3883997283,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1366236139,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1785622791,"invalidFingerprint":false}],"packageFingerprint":4036556600,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224791,"fileNameOnDisk":"BloodMagic-1.12.2-2.4.3-105.jar","hashes":[]}},{"instanceID":"a37a9684-5226-427c-845d-f86d3f789c88","modSource":0,"addonID":69118,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Morpheus","modFolderPath":null,"fileNameOnDisk":"Morpheus-1.12.2-3.5.106.jar","authors":[{"Id":1984597,"Name":"Quetzi"}],"primaryAuthor":"Quetzi","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/morpheus","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/4/608/256/256/635351426949975481.png","tags":[],"installedFile":{"id":2664449,"fileName":"Morpheus-1.12.2-3.5.106.jar","fileDate":"2019-01-24T20:32:26.393Z","fileLength":21508,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2664/449/Morpheus-1.12.2-3.5.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1035353149,"invalidFingerprint":false},{"foldername":"net","fingerprint":2009053812,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483645925,"invalidFingerprint":false}],"packageFingerprint":783395017,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69118,"fileNameOnDisk":"Morpheus-1.12.2-3.5.106.jar","hashes":[]},"dateInstalled":"2023-07-13T07:17:17.1620324Z","dateUpdated":"2023-07-13T07:17:17.1640146Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2664449,"fileName":"Morpheus-1.12.2-3.5.106.jar","fileDate":"2019-01-24T20:32:26.393Z","fileLength":21508,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2664/449/Morpheus-1.12.2-3.5.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1035353149,"invalidFingerprint":false},{"foldername":"net","fingerprint":2009053812,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483645925,"invalidFingerprint":false}],"packageFingerprint":783395017,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69118,"fileNameOnDisk":"Morpheus-1.12.2-3.5.106.jar","hashes":[]}},{"instanceID":"e541b0cd-cd4b-4aa3-8f87-49baf55bb5c7","modSource":0,"addonID":300777,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Embers Rekindled","modFolderPath":null,"fileNameOnDisk":"EmbersRekindled-1.19.jar","authors":[{"Id":19132530,"Name":"BordListian"},{"Id":11544538,"Name":"RCXcrafter"}],"primaryAuthor":"BordListian","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/embers-rekindled","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/891/42/256/256/638332284715875927.png","tags":[],"installedFile":{"id":3695248,"fileName":"EmbersRekindled-1.19.jar","fileDate":"2022-03-16T09:57:46.75Z","fileLength":10169233,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3695/248/EmbersRekindled-1.19.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":300742,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2279381073,"invalidFingerprint":false},{"foldername":"teamroots","fingerprint":3121365648,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2403569364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2720020966,"invalidFingerprint":false}],"packageFingerprint":2801065128,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":300777,"fileNameOnDisk":"EmbersRekindled-1.19.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:31.5512905Z","dateUpdated":"2023-07-12T19:25:19.6615098Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3695248,"fileName":"EmbersRekindled-1.19.jar","fileDate":"2022-03-16T09:57:46.75Z","fileLength":10169233,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3695/248/EmbersRekindled-1.19.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":300742,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2279381073,"invalidFingerprint":false},{"foldername":"teamroots","fingerprint":3121365648,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2403569364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2720020966,"invalidFingerprint":false}],"packageFingerprint":2801065128,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":300777,"fileNameOnDisk":"EmbersRekindled-1.19.jar","hashes":[]}},{"instanceID":"4bb5386d-e7fc-4626-90f2-735855d53ab3","modSource":0,"addonID":240950,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RFTools Dimensions","modFolderPath":null,"fileNameOnDisk":"rftoolsdim-1.12-5.71.jar","authors":[{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":410,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rftools-dimensions","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/918/256/256/635887877634437341.png","tags":[],"installedFile":{"id":2707390,"fileName":"rftoolsdim-1.12-5.71.jar","fileDate":"2019-05-05T06:08:54.357Z","fileLength":1682421,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/390/rftoolsdim-1.12-5.71.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3327998143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":506221930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3932590096,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3698248341,"invalidFingerprint":false},{"foldername":"assets","fingerprint":874152864,"invalidFingerprint":false}],"packageFingerprint":3460983520,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240950,"fileNameOnDisk":"rftoolsdim-1.12-5.71.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.5186518Z","dateUpdated":"2023-07-12T19:16:41.5216709Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2707390,"fileName":"rftoolsdim-1.12-5.71.jar","fileDate":"2019-05-05T06:08:54.357Z","fileLength":1682421,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/390/rftoolsdim-1.12-5.71.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3327998143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":506221930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3932590096,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3698248341,"invalidFingerprint":false},{"foldername":"assets","fingerprint":874152864,"invalidFingerprint":false}],"packageFingerprint":3460983520,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240950,"fileNameOnDisk":"rftoolsdim-1.12-5.71.jar","hashes":[]}},{"instanceID":"fc230f23-8522-4285-8820-3f7aaaef187b","modSource":0,"addonID":248453,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Shadowfacts' Forgelin","modFolderPath":null,"fileNameOnDisk":"Forgelin-1.8.4.jar","authors":[{"Id":17705114,"Name":"ShadowfactsDev"}],"primaryAuthor":"ShadowfactsDev","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/shadowfacts-forgelin","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/46/962/256/256/636060966562741227.png","tags":[],"installedFile":{"id":2785465,"fileName":"Forgelin-1.8.4.jar","fileDate":"2019-09-13T20:25:19.377Z","fileLength":6278399,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4220404249,"invalidFingerprint":false},{"foldername":"net","fingerprint":3779917574,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3014285140,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":1784194660,"invalidFingerprint":false},{"foldername":"kotlinx","fingerprint":3091669589,"invalidFingerprint":false},{"foldername":"org","fingerprint":3526491005,"invalidFingerprint":false}],"packageFingerprint":387064965,"gameVersion":["1.9.4","1.10.2","Forge","1.11.2","1.12.2","1.13.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248453,"fileNameOnDisk":"Forgelin-1.8.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:26.8368813Z","dateUpdated":"2023-07-12T19:16:26.8438851Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2785465,"fileName":"Forgelin-1.8.4.jar","fileDate":"2019-09-13T20:25:19.377Z","fileLength":6278399,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4220404249,"invalidFingerprint":false},{"foldername":"net","fingerprint":3779917574,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3014285140,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":1784194660,"invalidFingerprint":false},{"foldername":"kotlinx","fingerprint":3091669589,"invalidFingerprint":false},{"foldername":"org","fingerprint":3526491005,"invalidFingerprint":false}],"packageFingerprint":387064965,"gameVersion":["1.9.4","1.10.2","Forge","1.11.2","1.12.2","1.13.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248453,"fileNameOnDisk":"Forgelin-1.8.4.jar","hashes":[]}},{"instanceID":"c52d7e32-3bce-456f-a867-2d071fd68403","modSource":0,"addonID":266515,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Industrial Foregoing","modFolderPath":null,"fileNameOnDisk":"industrialforegoing-1.12.2-1.12.13-237.jar","authors":[{"Id":9564587,"Name":"Buuz135"}],"primaryAuthor":"Buuz135","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/industrial-foregoing","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/156/655/256/256/636640433174784536.png","tags":[],"installedFile":{"id":2745321,"fileName":"industrialforegoing-1.12.2-1.12.13-237.jar","fileDate":"2019-07-21T09:53:04.747Z","fileLength":1603134,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/321/industrialforegoing-1.12.2-1.12.13-237.jar","isAlternate":false,"alternateFileId":2745322,"dependencies":[{"addonId":254602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3344941996,"invalidFingerprint":false},{"foldername":"com","fingerprint":3199214374,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":670752900,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2115692200,"invalidFingerprint":false}],"packageFingerprint":4071690926,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266515,"fileNameOnDisk":"industrialforegoing-1.12.2-1.12.13-237.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:21.1245474Z","dateUpdated":"2023-07-12T19:16:21.1275453Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745321,"fileName":"industrialforegoing-1.12.2-1.12.13-237.jar","fileDate":"2019-07-21T09:53:04.747Z","fileLength":1603134,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/321/industrialforegoing-1.12.2-1.12.13-237.jar","isAlternate":false,"alternateFileId":2745322,"dependencies":[{"addonId":254602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3344941996,"invalidFingerprint":false},{"foldername":"com","fingerprint":3199214374,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":670752900,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2115692200,"invalidFingerprint":false}],"packageFingerprint":4071690926,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266515,"fileNameOnDisk":"industrialforegoing-1.12.2-1.12.13-237.jar","hashes":[]}},{"instanceID":"82f46912-913e-4a57-a0e2-6781b475274f","modSource":0,"addonID":228027,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"BiblioCraft","modFolderPath":null,"fileNameOnDisk":"BiblioCraft[v2.4.6][MC1.12.2].jar","authors":[{"Id":8755669,"Name":"Nuchaz"}],"primaryAuthor":"Nuchaz","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bibliocraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/21/256/256/635611956600094795.png","tags":[],"installedFile":{"id":3647708,"fileName":"BiblioCraft[v2.4.6][MC1.12.2].jar","fileDate":"2022-02-14T00:26:33.053Z","fileLength":5185177,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3647/708/BiblioCraft[v2.4.6][MC1.12.2].jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1255912582,"invalidFingerprint":false},{"foldername":"jds","fingerprint":482035377,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1289855020,"invalidFingerprint":false},{"foldername":"BiblioCraft.png","fingerprint":2780544853,"invalidFingerprint":false},{"foldername":"bibliocraft_paintings_example_resource_pack.zip","fingerprint":2352229443,"invalidFingerprint":false},{"foldername":"copyright.txt","fingerprint":1107850364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1211542804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":179562225,"invalidFingerprint":false}],"packageFingerprint":154898829,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228027,"fileNameOnDisk":"BiblioCraft[v2.4.6][MC1.12.2].jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.8463725Z","dateUpdated":"2023-07-12T19:25:14.6465089Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3647708,"fileName":"BiblioCraft[v2.4.6][MC1.12.2].jar","fileDate":"2022-02-14T00:26:33.053Z","fileLength":5185177,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3647/708/BiblioCraft[v2.4.6][MC1.12.2].jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1255912582,"invalidFingerprint":false},{"foldername":"jds","fingerprint":482035377,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1289855020,"invalidFingerprint":false},{"foldername":"BiblioCraft.png","fingerprint":2780544853,"invalidFingerprint":false},{"foldername":"bibliocraft_paintings_example_resource_pack.zip","fingerprint":2352229443,"invalidFingerprint":false},{"foldername":"copyright.txt","fingerprint":1107850364,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1211542804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":179562225,"invalidFingerprint":false}],"packageFingerprint":154898829,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228027,"fileNameOnDisk":"BiblioCraft[v2.4.6][MC1.12.2].jar","hashes":[]}},{"instanceID":"4de97954-267f-4898-a499-4686f1a7a8cc","modSource":0,"addonID":230497,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chameleon","modFolderPath":null,"fileNameOnDisk":"Chameleon-1.12-4.1.3.jar","authors":[{"Id":6833007,"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chameleon","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/17/951/256/256/635671587579566644.png","tags":[],"installedFile":{"id":2450900,"fileName":"Chameleon-1.12-4.1.3.jar","fileDate":"2017-07-15T05:39:36.437Z","fileLength":96859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1389849777,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2090695927,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2873333262,"invalidFingerprint":false}],"packageFingerprint":2760206313,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230497,"fileNameOnDisk":"Chameleon-1.12-4.1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.0533199Z","dateUpdated":"2023-07-12T19:16:34.056319Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2450900,"fileName":"Chameleon-1.12-4.1.3.jar","fileDate":"2017-07-15T05:39:36.437Z","fileLength":96859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1389849777,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2090695927,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2873333262,"invalidFingerprint":false}],"packageFingerprint":2760206313,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":230497,"fileNameOnDisk":"Chameleon-1.12-4.1.3.jar","hashes":[]}},{"instanceID":"8b6dd2d6-be98-41e9-829c-5fec80141943","modSource":0,"addonID":243883,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chicken Chunks 1.8.+","modFolderPath":null,"fileNameOnDisk":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","authors":[{"Id":12771183,"Name":"covers1624"},{"Id":6981014,"Name":"Chicken_Bones"}],"primaryAuthor":"covers1624","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/133/873/256/256/636487131122518169.png","tags":[],"installedFile":{"id":2755785,"fileName":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","fileDate":"2019-08-06T08:45:17.153Z","fileLength":134367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/785/ChickenChunks-1.12.2-2.4.2.74-universal.jar","isAlternate":false,"alternateFileId":2755786,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2547367227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3426034386,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1569768052,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2665498573,"invalidFingerprint":false}],"packageFingerprint":3338398801,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243883,"fileNameOnDisk":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","hashes":[]},"dateInstalled":"2023-07-13T07:16:26.9848384Z","dateUpdated":"2023-07-13T07:16:26.997355Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2755785,"fileName":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","fileDate":"2019-08-06T08:45:17.153Z","fileLength":134367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/785/ChickenChunks-1.12.2-2.4.2.74-universal.jar","isAlternate":false,"alternateFileId":2755786,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2547367227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3426034386,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1569768052,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2665498573,"invalidFingerprint":false}],"packageFingerprint":3338398801,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243883,"fileNameOnDisk":"ChickenChunks-1.12.2-2.4.2.74-universal.jar","hashes":[]}},{"instanceID":"9b7c8fc0-2a89-4404-8697-bba30dc0eb80","modSource":0,"addonID":74120,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Natura","modFolderPath":null,"fileNameOnDisk":"natura-1.12.2-4.3.2.69.jar","authors":[{"Id":6831063,"Name":"mDiyo"},{"Id":4972463,"Name":"ProgWML6"},{"Id":7691553,"Name":"Alexbegt"}],"primaryAuthor":"mDiyo","primaryCategoryId":408,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/natura","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/4/707/256/256/635351427286417486.png","tags":[],"installedFile":{"id":2711439,"fileName":"natura-1.12.2-4.3.2.69.jar","fileDate":"2019-05-15T12:32:14.997Z","fileLength":1142687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2711/439/natura-1.12.2-4.3.2.69.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":987844602,"invalidFingerprint":false},{"foldername":"com","fingerprint":3730135316,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1553411596,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3274963332,"invalidFingerprint":false}],"packageFingerprint":2375561468,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74120,"fileNameOnDisk":"natura-1.12.2-4.3.2.69.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.2741789Z","dateUpdated":"2023-07-12T19:16:25.2760779Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2711439,"fileName":"natura-1.12.2-4.3.2.69.jar","fileDate":"2019-05-15T12:32:14.997Z","fileLength":1142687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2711/439/natura-1.12.2-4.3.2.69.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":987844602,"invalidFingerprint":false},{"foldername":"com","fingerprint":3730135316,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1553411596,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3274963332,"invalidFingerprint":false}],"packageFingerprint":2375561468,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74120,"fileNameOnDisk":"natura-1.12.2-4.3.2.69.jar","hashes":[]}},{"instanceID":"c9de031d-6ccf-4b5d-a589-71eb77d926d5","modSource":0,"addonID":225928,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Custom Backgrounds","modFolderPath":null,"fileNameOnDisk":"CustomBackgrounds-MC1.12-1.1.1.jar","authors":[{"Id":8129972,"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/custom-backgrounds","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/494/256/256/635530260660457303.png","tags":[],"installedFile":{"id":2445809,"fileName":"CustomBackgrounds-MC1.12-1.1.1.jar","fileDate":"2017-07-04T14:51:58.31Z","fileLength":4140,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2445/809/CustomBackgrounds-MC1.12-1.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2672152043,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1152481613,"invalidFingerprint":false}],"packageFingerprint":609781450,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225928,"fileNameOnDisk":"CustomBackgrounds-MC1.12-1.1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.6106072Z","dateUpdated":"2023-07-12T19:16:19.6126483Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2445809,"fileName":"CustomBackgrounds-MC1.12-1.1.1.jar","fileDate":"2017-07-04T14:51:58.31Z","fileLength":4140,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2445/809/CustomBackgrounds-MC1.12-1.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2672152043,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1152481613,"invalidFingerprint":false}],"packageFingerprint":609781450,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225928,"fileNameOnDisk":"CustomBackgrounds-MC1.12-1.1.1.jar","hashes":[]}},{"instanceID":"2924ae0a-305d-4ab6-9aa2-7f682a82abd6","modSource":0,"addonID":286953,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PlayersDropHeads","modFolderPath":null,"fileNameOnDisk":"playersdropheads-1.12.x-1.1.0.jar","authors":[{"Id":26200290,"Name":"josephcsible"}],"primaryAuthor":"josephcsible","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/playersdropheads","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/140/541/256/256/636535685180608137.png","tags":[],"installedFile":{"id":2529710,"fileName":"playersdropheads-1.12.x-1.1.0.jar","fileDate":"2018-02-10T02:17:59.143Z","fileLength":5680,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2529/710/playersdropheads-1.12.x-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":732596191,"invalidFingerprint":false},{"foldername":"josephcsible","fingerprint":400547501,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288176555,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4215261872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":700731441,"invalidFingerprint":false}],"packageFingerprint":3011663116,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286953,"fileNameOnDisk":"playersdropheads-1.12.x-1.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.7609721Z","dateUpdated":"2023-07-12T19:15:50.7629051Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2529710,"fileName":"playersdropheads-1.12.x-1.1.0.jar","fileDate":"2018-02-10T02:17:59.143Z","fileLength":5680,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2529/710/playersdropheads-1.12.x-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":732596191,"invalidFingerprint":false},{"foldername":"josephcsible","fingerprint":400547501,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288176555,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4215261872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":700731441,"invalidFingerprint":false}],"packageFingerprint":3011663116,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286953,"fileNameOnDisk":"playersdropheads-1.12.x-1.1.0.jar","hashes":[]}},{"instanceID":"f71c67f8-dbcf-438c-aa83-2939e06a22d8","modSource":0,"addonID":884359,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Neeve's AE2: Extended Life Additions","modFolderPath":null,"fileNameOnDisk":"nae2-1.6.4.jar","authors":[{"Id":42179879,"Name":"notmywing"}],"primaryAuthor":"notmywing","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/nae2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/843/993/256/256/638240773247477634.png","tags":[],"installedFile":{"id":5380800,"fileName":"nae2-1.6.4.jar","fileDate":"2024-05-29T08:53:00.58Z","fileLength":546938,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5380/800/nae2-1.6.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2586955313,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":3128910548,"invalidFingerprint":false},{"foldername":"co","fingerprint":709305186,"invalidFingerprint":false},{"foldername":"mixins.nae2.jei.craft.json","fingerprint":2619510538,"invalidFingerprint":false},{"foldername":"mixins.nae2.refmap.json","fingerprint":4145302816,"invalidFingerprint":false},{"foldername":"mixins.nae2.ifacep2p.json","fingerprint":1461338959,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.autocomplete.json","fingerprint":3284755260,"invalidFingerprint":false},{"foldername":"mixins.nae2.beam_former.json","fingerprint":3933626508,"invalidFingerprint":false},{"foldername":"mixins.nae2.json","fingerprint":4207022613,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.json","fingerprint":3816048996,"invalidFingerprint":false},{"foldername":"mixins.nae2.void.condenser.json","fingerprint":1550936532,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2982206317,"invalidFingerprint":false},{"foldername":"mixins.nae2.ifacep2p.ae2fc.json","fingerprint":3924828441,"invalidFingerprint":false},{"foldername":"mixins.nae2.jei.cellview.json","fingerprint":3963044541,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.gregcircuit.json","fingerprint":616366048,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3936455440,"invalidFingerprint":false},{"foldername":"mixins.nae2.pmt.json","fingerprint":1602466763,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2880320719,"invalidFingerprint":false},{"foldername":"mixins.nae2.dense.coprocessor.json","fingerprint":2686668410,"invalidFingerprint":false},{"foldername":"mixins.nae2.reconchamber.json","fingerprint":4135420113,"invalidFingerprint":false},{"foldername":"mixins.nae2.void.json","fingerprint":436658056,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.hac.json","fingerprint":175122198,"invalidFingerprint":false}],"packageFingerprint":2324987361,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":884359,"fileNameOnDisk":"nae2-1.6.4.jar","hashes":[{"type":1,"value":"02018e1e520d478b2b82a63ddb679452957bd415"},{"type":2,"value":"bd80725530265c2f228a92976c243cba"}]},"dateInstalled":"2024-06-10T00:41:09.1021206Z","dateUpdated":"2024-06-10T00:41:09.105199Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5380800,"fileName":"nae2-1.6.4.jar","fileDate":"2024-05-29T08:53:00.58Z","fileLength":546938,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5380/800/nae2-1.6.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2586955313,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":3128910548,"invalidFingerprint":false},{"foldername":"co","fingerprint":709305186,"invalidFingerprint":false},{"foldername":"mixins.nae2.jei.craft.json","fingerprint":2619510538,"invalidFingerprint":false},{"foldername":"mixins.nae2.refmap.json","fingerprint":4145302816,"invalidFingerprint":false},{"foldername":"mixins.nae2.ifacep2p.json","fingerprint":1461338959,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.autocomplete.json","fingerprint":3284755260,"invalidFingerprint":false},{"foldername":"mixins.nae2.beam_former.json","fingerprint":3933626508,"invalidFingerprint":false},{"foldername":"mixins.nae2.json","fingerprint":4207022613,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.json","fingerprint":3816048996,"invalidFingerprint":false},{"foldername":"mixins.nae2.void.condenser.json","fingerprint":1550936532,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2982206317,"invalidFingerprint":false},{"foldername":"mixins.nae2.ifacep2p.ae2fc.json","fingerprint":3924828441,"invalidFingerprint":false},{"foldername":"mixins.nae2.jei.cellview.json","fingerprint":3963044541,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.gregcircuit.json","fingerprint":616366048,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3936455440,"invalidFingerprint":false},{"foldername":"mixins.nae2.pmt.json","fingerprint":1602466763,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2880320719,"invalidFingerprint":false},{"foldername":"mixins.nae2.dense.coprocessor.json","fingerprint":2686668410,"invalidFingerprint":false},{"foldername":"mixins.nae2.reconchamber.json","fingerprint":4135420113,"invalidFingerprint":false},{"foldername":"mixins.nae2.void.json","fingerprint":436658056,"invalidFingerprint":false},{"foldername":"mixins.nae2.upgrades.hac.json","fingerprint":175122198,"invalidFingerprint":false}],"packageFingerprint":2324987361,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":884359,"fileNameOnDisk":"nae2-1.6.4.jar","hashes":[{"type":1,"value":"02018e1e520d478b2b82a63ddb679452957bd415"},{"type":2,"value":"bd80725530265c2f228a92976c243cba"}]}},{"instanceID":"b8f7f655-921f-4017-84bd-8bc03365f156","modSource":0,"addonID":237701,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ReAuth","modFolderPath":null,"fileNameOnDisk":"ReAuth-1.12-Forge-4.0.7.jar","authors":[{"Id":17123661,"Name":"TechnicianLP"}],"primaryAuthor":"TechnicianLP","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reauth","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/295/569/256/256/637337350733304395.png","tags":[],"installedFile":{"id":4408001,"fileName":"ReAuth-1.12-Forge-4.0.7.jar","fileDate":"2023-02-22T23:52:23.543Z","fileLength":168847,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4408/1/ReAuth-1.12-Forge-4.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":304436296,"invalidFingerprint":false},{"foldername":"technicianlp","fingerprint":457452132,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2547999512,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1101612223,"invalidFingerprint":false},{"foldername":"resources","fingerprint":4291905827,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1826540870,"invalidFingerprint":false}],"packageFingerprint":2194555961,"gameVersion":["1.12","Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237701,"fileNameOnDisk":"ReAuth-1.12-Forge-4.0.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.6350646Z","dateUpdated":"2023-07-12T19:25:25.3332376Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4408001,"fileName":"ReAuth-1.12-Forge-4.0.7.jar","fileDate":"2023-02-22T23:52:23.543Z","fileLength":168847,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4408/1/ReAuth-1.12-Forge-4.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":304436296,"invalidFingerprint":false},{"foldername":"technicianlp","fingerprint":457452132,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2547999512,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1101612223,"invalidFingerprint":false},{"foldername":"resources","fingerprint":4291905827,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1826540870,"invalidFingerprint":false}],"packageFingerprint":2194555961,"gameVersion":["1.12","Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237701,"fileNameOnDisk":"ReAuth-1.12-Forge-4.0.7.jar","hashes":[]}},{"instanceID":"a154ed93-8dcf-4346-bb33-eadc1dc816d4","modSource":0,"addonID":271384,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CoFH World","modFolderPath":null,"fileNameOnDisk":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":9781708,"Name":"skyboy026"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":408,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cofh-world","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/104/743/256/256/636348016483205863.png","tags":[],"installedFile":{"id":2920434,"fileName":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","fileDate":"2020-04-03T23:52:03.3Z","fileLength":505987,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/434/CoFHWorld-1.12.2-1.4.0.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1254875428,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2162691215,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2572334556,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1149615142,"invalidFingerprint":false}],"packageFingerprint":928719472,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271384,"fileNameOnDisk":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:32.0520613Z","dateUpdated":"2023-07-12T19:16:32.0550668Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920434,"fileName":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","fileDate":"2020-04-03T23:52:03.3Z","fileLength":505987,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/434/CoFHWorld-1.12.2-1.4.0.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1254875428,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2162691215,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2572334556,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1149615142,"invalidFingerprint":false}],"packageFingerprint":928719472,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271384,"fileNameOnDisk":"CoFHWorld-1.12.2-1.4.0.1-universal.jar","hashes":[]}},{"instanceID":"1c5b43fa-b0da-4483-9dcd-fac2bcb0c907","modSource":0,"addonID":273718,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Grass Burner","modFolderPath":null,"fileNameOnDisk":"grassburner-0.1.0.jar","authors":[{"Id":20246859,"Name":"not_loki"}],"primaryAuthor":"not_loki","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/grass-burner","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/108/648/256/256/636374027365052667.jpeg","tags":[],"installedFile":{"id":2461314,"fileName":"grassburner-0.1.0.jar","fileDate":"2017-08-07T01:57:44.597Z","fileLength":12168,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2461/314/grassburner-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":776721408,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2302896765,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466556348,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1074117778,"gameVersion":["1.12"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273718,"fileNameOnDisk":"grassburner-0.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.0493047Z","dateUpdated":"2023-07-12T19:16:40.0513977Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2461314,"fileName":"grassburner-0.1.0.jar","fileDate":"2017-08-07T01:57:44.597Z","fileLength":12168,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2461/314/grassburner-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":776721408,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2302896765,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466556348,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1074117778,"gameVersion":["1.12"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273718,"fileNameOnDisk":"grassburner-0.1.0.jar","hashes":[]}},{"instanceID":"75f5abe3-b93f-4c78-9823-f54890538565","modSource":0,"addonID":286518,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"WAIM - What am I missing?","modFolderPath":null,"fileNameOnDisk":"WAIM-1.0.0.jar","authors":[{"Id":10618648,"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/waim-what-am-i-missing","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/139/650/256/256/636529583614083033.png","tags":[],"installedFile":{"id":2526205,"fileName":"WAIM-1.0.0.jar","fileDate":"2018-01-31T01:23:34.593Z","fileLength":10081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/205/WAIM-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2143516977,"invalidFingerprint":false},{"foldername":"com","fingerprint":2792847792,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3628053844,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3747340527,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1142838799,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286518,"fileNameOnDisk":"WAIM-1.0.0.jar","hashes":[]},"dateInstalled":"2023-07-15T17:15:27.6816636Z","dateUpdated":"2023-07-15T17:15:27.6835639Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2526205,"fileName":"WAIM-1.0.0.jar","fileDate":"2018-01-31T01:23:34.593Z","fileLength":10081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/205/WAIM-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2143516977,"invalidFingerprint":false},{"foldername":"com","fingerprint":2792847792,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3628053844,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3747340527,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1142838799,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286518,"fileNameOnDisk":"WAIM-1.0.0.jar","hashes":[]}},{"instanceID":"299ef08a-58b8-45f4-b2bf-e95b214a6ffb","modSource":0,"addonID":268250,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Immersive Petroleum","modFolderPath":null,"fileNameOnDisk":"immersivepetroleum-1.12.2-1.1.10.jar","authors":[{"Id":9115124,"Name":"Flaxbeard"}],"primaryAuthor":"Flaxbeard","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/immersive-petroleum","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/99/974/256/256/636311739375036277.png","tags":[],"installedFile":{"id":3382321,"fileName":"immersivepetroleum-1.12.2-1.1.10.jar","fileDate":"2021-07-09T10:33:35.05Z","fileLength":797724,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3382/321/immersivepetroleum-1.12.2-1.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":862450308,"invalidFingerprint":false},{"foldername":"flaxbeard","fingerprint":458995455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":410440249,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2194156202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3500363263,"invalidFingerprint":false}],"packageFingerprint":4029569122,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268250,"fileNameOnDisk":"immersivepetroleum-1.12.2-1.1.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:14.6488851Z","dateUpdated":"2023-07-12T19:25:15.1858734Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3382321,"fileName":"immersivepetroleum-1.12.2-1.1.10.jar","fileDate":"2021-07-09T10:33:35.05Z","fileLength":797724,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3382/321/immersivepetroleum-1.12.2-1.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":862450308,"invalidFingerprint":false},{"foldername":"flaxbeard","fingerprint":458995455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":410440249,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2194156202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3500363263,"invalidFingerprint":false}],"packageFingerprint":4029569122,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268250,"fileNameOnDisk":"immersivepetroleum-1.12.2-1.1.10.jar","hashes":[]}},{"instanceID":"228ab081-f666-4ce9-96d8-83081b44cb97","modSource":0,"addonID":223735,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Aroma1997Core","modFolderPath":null,"fileNameOnDisk":"Aroma1997Core-1.12.2-2.0.0.2.jar","authors":[{"Id":10023052,"Name":"Aroma1997"}],"primaryAuthor":"Aroma1997","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/aroma1997core","thumbnailUrl":null,"tags":[],"installedFile":{"id":2676866,"fileName":"Aroma1997Core-1.12.2-2.0.0.2.jar","fileDate":"2019-02-19T11:08:08.597Z","fileLength":398634,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2676/866/Aroma1997Core-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":435025990,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":2468818877,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1356395472,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":663444626,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875743704,"invalidFingerprint":false}],"packageFingerprint":2883072167,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223735,"fileNameOnDisk":"Aroma1997Core-1.12.2-2.0.0.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:24:39.9873561Z","dateUpdated":"2023-07-13T07:24:39.9893702Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2676866,"fileName":"Aroma1997Core-1.12.2-2.0.0.2.jar","fileDate":"2019-02-19T11:08:08.597Z","fileLength":398634,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2676/866/Aroma1997Core-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":435025990,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":2468818877,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1356395472,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":663444626,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875743704,"invalidFingerprint":false}],"packageFingerprint":2883072167,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223735,"fileNameOnDisk":"Aroma1997Core-1.12.2-2.0.0.2.jar","hashes":[]}},{"instanceID":"63ee9a64-1333-409d-9522-d9eec72da052","modSource":0,"addonID":650242,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"File Director","modFolderPath":null,"fileNameOnDisk":"!mod-director-launchwrapper-1.8.3.jar","authors":[{"Id":102431974,"Name":"Lily"},{"Id":24188482,"Name":"ACGaming"}],"primaryAuthor":"Lily","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/filedirector","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/799/137/256/256/638161375230095246.png","tags":[],"installedFile":{"id":5272359,"fileName":"!mod-director-launchwrapper-1.8.3.jar","fileDate":"2024-04-18T15:41:00.84Z","fileLength":2917748,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5272/359/!mod-director-launchwrapper-1.8.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1855527309,"invalidFingerprint":false},{"foldername":"net","fingerprint":975950822,"invalidFingerprint":false},{"foldername":"cacerts","fingerprint":3927777696,"invalidFingerprint":false},{"foldername":"com","fingerprint":513146307,"invalidFingerprint":false},{"foldername":"module-info.class","fingerprint":3599061938,"invalidFingerprint":false},{"foldername":"org","fingerprint":1676764032,"invalidFingerprint":false}],"packageFingerprint":553181450,"gameVersion":["1.7.6","1.9.1","1.9.3","1.8.7","1.7.4","1.7.7","1.7.5","1.9.4","1.9.2","1.8.4","1.7.9","1.12.1","1.12","1.8.8","Client","1.7.3","1.7.2","1.10.2","1.8.3","1.11","1.8.6","Forge","1.10","1.10.1","1.7.8","1.7.10","1.8","1.8.2","Server","1.11.1","1.11.2","1.9","1.8.5","1.12.2","1.8.9","1.8.1"],"sortableGameVersion":[{"gameVersion":"1.7.6","gameVersionName":"1.7.6","gameVersionTypeId":5},{"gameVersion":"1.9.1","gameVersionName":"1.9.1","gameVersionTypeId":552},{"gameVersion":"1.9.3","gameVersionName":"1.9.3","gameVersionTypeId":552},{"gameVersion":"1.8.7","gameVersionName":"1.8.7","gameVersionTypeId":4},{"gameVersion":"1.7.4","gameVersionName":"1.7.4","gameVersionTypeId":5},{"gameVersion":"1.7.7","gameVersionName":"1.7.7","gameVersionTypeId":5},{"gameVersion":"1.7.5","gameVersionName":"1.7.5","gameVersionTypeId":5},{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.9.2","gameVersionName":"1.9.2","gameVersionTypeId":552},{"gameVersion":"1.8.4","gameVersionName":"1.8.4","gameVersionTypeId":4},{"gameVersion":"1.7.9","gameVersionName":"1.7.9","gameVersionTypeId":5},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.7.3","gameVersionName":"1.7.3","gameVersionTypeId":5},{"gameVersion":"1.7.2","gameVersionName":"1.7.2","gameVersionTypeId":5},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.8.3","gameVersionName":"1.8.3","gameVersionTypeId":4},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.8.6","gameVersionName":"1.8.6","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.7.8","gameVersionName":"1.7.8","gameVersionTypeId":5},{"gameVersion":"1.7.10","gameVersionName":"1.7.10","gameVersionTypeId":5},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.8.2","gameVersionName":"1.8.2","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.8.5","gameVersionName":"1.8.5","gameVersionTypeId":4},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4},{"gameVersion":"1.8.1","gameVersionName":"1.8.1","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":650242,"fileNameOnDisk":"!mod-director-launchwrapper-1.8.3.jar","hashes":[{"type":1,"value":"e00b900dc224c816289fb66716429f57a86c88dd"},{"type":2,"value":"3e28568ace82f864a1594366e1ac0ba1"}]},"dateInstalled":"2024-05-23T18:26:35.298117Z","dateUpdated":"2024-05-23T18:26:35.3067871Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5272359,"fileName":"!mod-director-launchwrapper-1.8.3.jar","fileDate":"2024-04-18T15:41:00.84Z","fileLength":2917748,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5272/359/!mod-director-launchwrapper-1.8.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1855527309,"invalidFingerprint":false},{"foldername":"net","fingerprint":975950822,"invalidFingerprint":false},{"foldername":"cacerts","fingerprint":3927777696,"invalidFingerprint":false},{"foldername":"com","fingerprint":513146307,"invalidFingerprint":false},{"foldername":"module-info.class","fingerprint":3599061938,"invalidFingerprint":false},{"foldername":"org","fingerprint":1676764032,"invalidFingerprint":false}],"packageFingerprint":553181450,"gameVersion":["1.7.6","1.9.1","1.9.3","1.8.7","1.7.4","1.7.7","1.7.5","1.9.4","1.9.2","1.8.4","1.7.9","1.12.1","1.12","1.8.8","Client","1.7.3","1.7.2","1.10.2","1.8.3","1.11","1.8.6","Forge","1.10","1.10.1","1.7.8","1.7.10","1.8","1.8.2","Server","1.11.1","1.11.2","1.9","1.8.5","1.12.2","1.8.9","1.8.1"],"sortableGameVersion":[{"gameVersion":"1.7.6","gameVersionName":"1.7.6","gameVersionTypeId":5},{"gameVersion":"1.9.1","gameVersionName":"1.9.1","gameVersionTypeId":552},{"gameVersion":"1.9.3","gameVersionName":"1.9.3","gameVersionTypeId":552},{"gameVersion":"1.8.7","gameVersionName":"1.8.7","gameVersionTypeId":4},{"gameVersion":"1.7.4","gameVersionName":"1.7.4","gameVersionTypeId":5},{"gameVersion":"1.7.7","gameVersionName":"1.7.7","gameVersionTypeId":5},{"gameVersion":"1.7.5","gameVersionName":"1.7.5","gameVersionTypeId":5},{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.9.2","gameVersionName":"1.9.2","gameVersionTypeId":552},{"gameVersion":"1.8.4","gameVersionName":"1.8.4","gameVersionTypeId":4},{"gameVersion":"1.7.9","gameVersionName":"1.7.9","gameVersionTypeId":5},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.7.3","gameVersionName":"1.7.3","gameVersionTypeId":5},{"gameVersion":"1.7.2","gameVersionName":"1.7.2","gameVersionTypeId":5},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.8.3","gameVersionName":"1.8.3","gameVersionTypeId":4},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.8.6","gameVersionName":"1.8.6","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.7.8","gameVersionName":"1.7.8","gameVersionTypeId":5},{"gameVersion":"1.7.10","gameVersionName":"1.7.10","gameVersionTypeId":5},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.8.2","gameVersionName":"1.8.2","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.8.5","gameVersionName":"1.8.5","gameVersionTypeId":4},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4},{"gameVersion":"1.8.1","gameVersionName":"1.8.1","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":650242,"fileNameOnDisk":"!mod-director-launchwrapper-1.8.3.jar","hashes":[{"type":1,"value":"e00b900dc224c816289fb66716429f57a86c88dd"},{"type":2,"value":"3e28568ace82f864a1594366e1ac0ba1"}]}},{"instanceID":"59a48c3e-9211-4bbc-93e3-a5408dc8a351","modSource":0,"addonID":899182,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Binnie's Mods Patched","modFolderPath":null,"fileNameOnDisk":"binnie-mods-1.12.2-2.5.1.211.jar","authors":[{"Id":24188482,"Name":"ACGaming"}],"primaryAuthor":"ACGaming","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/binnies-mods-patched","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/861/165/256/256/638268564033286723.png","tags":[],"installedFile":{"id":4741099,"fileName":"binnie-mods-1.12.2-2.5.1.211.jar","fileDate":"2023-09-06T15:25:55.047Z","fileLength":5860425,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4741/99/binnie-mods-1.12.2-2.5.1.211.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3},{"addonId":242942,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4207787167,"invalidFingerprint":false},{"foldername":"binnie","fingerprint":113561918,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2701442436,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3056669467,"invalidFingerprint":false}],"packageFingerprint":36017355,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":899182,"fileNameOnDisk":"binnie-mods-1.12.2-2.5.1.211.jar","hashes":[{"type":1,"value":"d8c9d6b043dd9333c78e8f541fb88b60c212e415"},{"type":2,"value":"6227a13bcf518734a60744a5eaa5d4c3"}]},"dateInstalled":"2024-05-23T18:11:09.3737524Z","dateUpdated":"2024-05-23T18:11:09.3835538Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4741099,"fileName":"binnie-mods-1.12.2-2.5.1.211.jar","fileDate":"2023-09-06T15:25:55.047Z","fileLength":5860425,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4741/99/binnie-mods-1.12.2-2.5.1.211.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3},{"addonId":242942,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4207787167,"invalidFingerprint":false},{"foldername":"binnie","fingerprint":113561918,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2701442436,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3056669467,"invalidFingerprint":false}],"packageFingerprint":36017355,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":899182,"fileNameOnDisk":"binnie-mods-1.12.2-2.5.1.211.jar","hashes":[{"type":1,"value":"d8c9d6b043dd9333c78e8f541fb88b60c212e415"},{"type":2,"value":"6227a13bcf518734a60744a5eaa5d4c3"}]}},{"instanceID":"e06cfa76-c64b-441a-b049-4fa8fcdf9c04","modSource":0,"addonID":238747,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mod Name Tooltip","modFolderPath":null,"fileNameOnDisk":"modnametooltip_1.12.2-1.10.1.jar","authors":[{"Id":17072262,"Name":"mezz"}],"primaryAuthor":"mezz","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mod-name-tooltip","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/943/256/256/635853960312359636.png","tags":[],"installedFile":{"id":2739582,"fileName":"modnametooltip_1.12.2-1.10.1.jar","fileDate":"2019-07-11T20:34:48.003Z","fileLength":12732,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2739/582/modnametooltip_1.12.2-1.10.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1128646582,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":2616252323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2337013883,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1481215197,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":959469784,"invalidFingerprint":false}],"packageFingerprint":563839039,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238747,"fileNameOnDisk":"modnametooltip_1.12.2-1.10.1.jar","hashes":[]},"dateInstalled":"2023-07-13T07:19:52.2415688Z","dateUpdated":"2023-07-13T07:19:52.2445082Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2739582,"fileName":"modnametooltip_1.12.2-1.10.1.jar","fileDate":"2019-07-11T20:34:48.003Z","fileLength":12732,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2739/582/modnametooltip_1.12.2-1.10.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1128646582,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":2616252323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2337013883,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1481215197,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":959469784,"invalidFingerprint":false}],"packageFingerprint":563839039,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238747,"fileNameOnDisk":"modnametooltip_1.12.2-1.10.1.jar","hashes":[]}},{"instanceID":"21bd5705-b9a6-4317-a02b-639be63a9e26","modSource":0,"addonID":258426,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CB Multipart","modFolderPath":null,"fileNameOnDisk":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","authors":[{"Id":12771183,"Name":"covers1624"},{"Id":9141442,"Name":"MrTJP"}],"primaryAuthor":"covers1624","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cb-multipart","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/87/292/256/256/636214401677517276.png","tags":[],"installedFile":{"id":2755790,"fileName":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","fileDate":"2019-08-06T08:47:59.433Z","fileLength":1304958,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/790/ForgeMultipart-1.12.2-2.6.2.83-universal.jar","isAlternate":false,"alternateFileId":2755791,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3891823189,"invalidFingerprint":false},{"foldername":"ChickenASM-1.12-1.0.2.7.jar","fingerprint":1918344602,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1520330629,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1494326866,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":3184481455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":232249196,"invalidFingerprint":false}],"packageFingerprint":3090990458,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":258426,"fileNameOnDisk":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:08.5128679Z","dateUpdated":"2023-07-13T07:27:08.5147843Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2755790,"fileName":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","fileDate":"2019-08-06T08:47:59.433Z","fileLength":1304958,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/790/ForgeMultipart-1.12.2-2.6.2.83-universal.jar","isAlternate":false,"alternateFileId":2755791,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3891823189,"invalidFingerprint":false},{"foldername":"ChickenASM-1.12-1.0.2.7.jar","fingerprint":1918344602,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1520330629,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":1494326866,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":3184481455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":232249196,"invalidFingerprint":false}],"packageFingerprint":3090990458,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":258426,"fileNameOnDisk":"ForgeMultipart-1.12.2-2.6.2.83-universal.jar","hashes":[]}},{"instanceID":"03d78970-d361-4ae7-8330-9b3f078240a7","modSource":0,"addonID":244258,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"UniDict","modFolderPath":null,"fileNameOnDisk":"UniDict-1.12.2-3.0.10.jar","authors":[{"Id":19445829,"Name":"WanionCane"}],"primaryAuthor":"WanionCane","primaryCategoryId":413,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/unidict","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/41/268/256/256/635993263668614082.png","tags":[],"installedFile":{"id":3553627,"fileName":"UniDict-1.12.2-3.0.10.jar","fileDate":"2021-12-07T12:34:33.01Z","fileLength":225385,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3553/627/UniDict-1.12.2-3.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":253043,"type":3},{"addonId":239197,"type":2},{"addonId":415020,"type":2},{"addonId":277047,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1499437721,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":3087416129,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1681510376,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2081512886,"invalidFingerprint":false},{"foldername":"unidictlogo.png","fingerprint":3434512620,"invalidFingerprint":false}],"packageFingerprint":1113472475,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244258,"fileNameOnDisk":"UniDict-1.12.2-3.0.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:18.7895307Z","dateUpdated":"2023-07-12T19:25:22.4654417Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3553627,"fileName":"UniDict-1.12.2-3.0.10.jar","fileDate":"2021-12-07T12:34:33.01Z","fileLength":225385,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3553/627/UniDict-1.12.2-3.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":253043,"type":3},{"addonId":239197,"type":2},{"addonId":415020,"type":2},{"addonId":277047,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1499437721,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":3087416129,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1681510376,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2081512886,"invalidFingerprint":false},{"foldername":"unidictlogo.png","fingerprint":3434512620,"invalidFingerprint":false}],"packageFingerprint":1113472475,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244258,"fileNameOnDisk":"UniDict-1.12.2-3.0.10.jar","hashes":[]}},{"instanceID":"571a01da-0c32-4eb5-9061-0ae26e2d2fd6","modSource":0,"addonID":281849,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PneumaticCraft: Repressurized","modFolderPath":null,"fileNameOnDisk":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","authors":[{"Id":7446860,"Name":"desht_08"},{"Id":101919030,"Name":"Minemaarten"}],"primaryAuthor":"desht_08","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pneumaticcraft-repressurized","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/478/360/256/256/637774086636641462.png","tags":[],"installedFile":{"id":2978408,"fileName":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","fileDate":"2020-06-12T09:50:33.2Z","fileLength":9534851,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2978/408/pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1374666527,"invalidFingerprint":false},{"foldername":"me","fingerprint":3497060873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3327675005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3440336536,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031280520,"invalidFingerprint":false}],"packageFingerprint":40853236,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281849,"fileNameOnDisk":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:58.373556Z","dateUpdated":"2023-07-12T19:15:58.3835575Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2978408,"fileName":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","fileDate":"2020-06-12T09:50:33.2Z","fileLength":9534851,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2978/408/pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1374666527,"invalidFingerprint":false},{"foldername":"me","fingerprint":3497060873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3327675005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3440336536,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031280520,"invalidFingerprint":false}],"packageFingerprint":40853236,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281849,"fileNameOnDisk":"pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar","hashes":[]}},{"instanceID":"7e0bd2df-21b3-429b-ab30-9d3e874d32df","modSource":0,"addonID":264684,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Dirt2Path [FORGE]","modFolderPath":null,"fileNameOnDisk":"dirt2path-1.8.0.jar","authors":[{"Id":7008835,"Name":"mallrat208"}],"primaryAuthor":"mallrat208","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dirt2path","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/94/646/256/256/636272079613042764.png","tags":[],"installedFile":{"id":2606175,"fileName":"dirt2path-1.8.0.jar","fileDate":"2018-08-20T16:13:31.133Z","fileLength":6069,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2606/175/dirt2path-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":488917075,"invalidFingerprint":false},{"foldername":"com","fingerprint":2212135311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3429932374,"invalidFingerprint":false}],"packageFingerprint":1031004075,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":264684,"fileNameOnDisk":"dirt2path-1.8.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:21.2370585Z","dateUpdated":"2023-07-12T19:16:21.2405888Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2606175,"fileName":"dirt2path-1.8.0.jar","fileDate":"2018-08-20T16:13:31.133Z","fileLength":6069,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2606/175/dirt2path-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":488917075,"invalidFingerprint":false},{"foldername":"com","fingerprint":2212135311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3429932374,"invalidFingerprint":false}],"packageFingerprint":1031004075,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":264684,"fileNameOnDisk":"dirt2path-1.8.0.jar","hashes":[]}},{"instanceID":"cc0339e0-da43-4a92-8d2e-8518280ff327","modSource":0,"addonID":74072,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tinkers Construct","modFolderPath":null,"fileNameOnDisk":"TConstruct-1.12.2-2.13.0.183.jar","authors":[{"Id":6831063,"Name":"mDiyo"},{"Id":7691553,"Name":"Alexbegt"},{"Id":16703917,"Name":"bonusboni"},{"Id":12645296,"Name":"KnightMiner"}],"primaryAuthor":"mDiyo","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tinkers-construct","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/488/295/256/256/637792495945179503.png","tags":[],"installedFile":{"id":2902483,"fileName":"TConstruct-1.12.2-2.13.0.183.jar","fileDate":"2020-03-15T17:02:37.37Z","fileLength":4023372,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4217453615,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":65780644,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":219889385,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4039906649,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3056415901,"invalidFingerprint":false},{"foldername":"assets","fingerprint":341838363,"invalidFingerprint":false}],"packageFingerprint":3094578446,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74072,"fileNameOnDisk":"TConstruct-1.12.2-2.13.0.183.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.9863429Z","dateUpdated":"2023-07-12T19:15:53.9915403Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2902483,"fileName":"TConstruct-1.12.2-2.13.0.183.jar","fileDate":"2020-03-15T17:02:37.37Z","fileLength":4023372,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4217453615,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":65780644,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":219889385,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4039906649,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3056415901,"invalidFingerprint":false},{"foldername":"assets","fingerprint":341838363,"invalidFingerprint":false}],"packageFingerprint":3094578446,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74072,"fileNameOnDisk":"TConstruct-1.12.2-2.13.0.183.jar","hashes":[]}},{"instanceID":"f6faf07a-8d05-4eb6-bd34-dddf87c96c81","modSource":0,"addonID":278993,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Bonsai Trees 3","modFolderPath":null,"fileNameOnDisk":"bonsaitrees-1.1.4-b170.jar","authors":[{"Id":17043272,"Name":"davenonymous"}],"primaryAuthor":"davenonymous","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bonsai-trees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/124/469/256/256/636422679904417637.png","tags":[],"installedFile":{"id":2846217,"fileName":"bonsaitrees-1.1.4-b170.jar","fileDate":"2019-12-21T10:37:47.653Z","fileLength":658780,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2846/217/bonsaitrees-1.1.4-b170.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2736595689,"invalidFingerprint":false},{"foldername":"org","fingerprint":3342727256,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":771349716,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1755376513,"invalidFingerprint":false}],"packageFingerprint":566696433,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278993,"fileNameOnDisk":"bonsaitrees-1.1.4-b170.jar","hashes":[]},"dateInstalled":"2023-07-13T07:22:38.6370262Z","dateUpdated":"2023-07-13T07:22:38.6380266Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2846217,"fileName":"bonsaitrees-1.1.4-b170.jar","fileDate":"2019-12-21T10:37:47.653Z","fileLength":658780,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2846/217/bonsaitrees-1.1.4-b170.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2736595689,"invalidFingerprint":false},{"foldername":"org","fingerprint":3342727256,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":771349716,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1755376513,"invalidFingerprint":false}],"packageFingerprint":566696433,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278993,"fileNameOnDisk":"bonsaitrees-1.1.4-b170.jar","hashes":[]}},{"instanceID":"ce104d1c-5cca-4bc3-9e73-ae46c3315367","modSource":0,"addonID":306028,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Intelligence","modFolderPath":null,"fileNameOnDisk":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","authors":[{"Id":9559798,"Name":"brandon3055"}],"primaryAuthor":"brandon3055","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-intelligence","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/180/828/256/256/636795769152717985_animated.gif","tags":[],"installedFile":{"id":2833640,"fileName":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","fileDate":"2019-11-28T03:24:06.487Z","fileLength":473948,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2833/640/ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":270789,"type":3},{"addonId":231382,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3892953408,"invalidFingerprint":false},{"foldername":"com","fingerprint":1706251672,"invalidFingerprint":false},{"foldername":"dst_root_ca_x3.jks","fingerprint":1567663994,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1685075399,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2872472170,"invalidFingerprint":false}],"packageFingerprint":585594536,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306028,"fileNameOnDisk":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.7755792Z","dateUpdated":"2023-07-12T19:16:34.7795784Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2833640,"fileName":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","fileDate":"2019-11-28T03:24:06.487Z","fileLength":473948,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2833/640/ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":270789,"type":3},{"addonId":231382,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3892953408,"invalidFingerprint":false},{"foldername":"com","fingerprint":1706251672,"invalidFingerprint":false},{"foldername":"dst_root_ca_x3.jks","fingerprint":1567663994,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1685075399,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2872472170,"invalidFingerprint":false}],"packageFingerprint":585594536,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306028,"fileNameOnDisk":"ProjectIntelligence-1.12.2-1.0.9.28-universal.jar","hashes":[]}},{"instanceID":"9039a2da-0227-4ac7-a211-ed1ab25dd6ae","modSource":0,"addonID":228525,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Bookshelf","modFolderPath":null,"fileNameOnDisk":"Bookshelf-1.12.2-2.3.590.jar","authors":[{"Id":6968547,"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bookshelf","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/981/432/256/256/638488256947873195.png","tags":[],"installedFile":{"id":2836960,"fileName":"Bookshelf-1.12.2-2.3.590.jar","fileDate":"2019-12-05T08:56:35.05Z","fileLength":266636,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/960/Bookshelf-1.12.2-2.3.590.jar","isAlternate":false,"alternateFileId":2836961,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511737712,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3835232449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3538229140,"invalidFingerprint":false},{"foldername":"net","fingerprint":3561652192,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087128376,"invalidFingerprint":false}],"packageFingerprint":2546524333,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228525,"fileNameOnDisk":"Bookshelf-1.12.2-2.3.590.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:17.4523906Z","dateUpdated":"2023-07-12T19:16:17.4657207Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2836960,"fileName":"Bookshelf-1.12.2-2.3.590.jar","fileDate":"2019-12-05T08:56:35.05Z","fileLength":266636,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/960/Bookshelf-1.12.2-2.3.590.jar","isAlternate":false,"alternateFileId":2836961,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511737712,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3835232449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3538229140,"invalidFingerprint":false},{"foldername":"net","fingerprint":3561652192,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087128376,"invalidFingerprint":false}],"packageFingerprint":2546524333,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228525,"fileNameOnDisk":"Bookshelf-1.12.2-2.3.590.jar","hashes":[]}},{"instanceID":"ffaafb14-a7b9-4848-882b-b1a5e7d2c1b7","modSource":0,"addonID":261505,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Villager Market","modFolderPath":null,"fileNameOnDisk":"villager-market-1.12.2-1.0.2.jar","authors":[{"Id":1644497,"Name":"face_of_cat"}],"primaryAuthor":"face_of_cat","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/villager-market","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/89/909/256/256/636235059904992907.png","tags":[],"installedFile":{"id":2882805,"fileName":"villager-market-1.12.2-1.0.2.jar","fileDate":"2020-02-16T08:50:50.797Z","fileLength":117583,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2882/805/villager-market-1.12.2-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2495979725,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2111076449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":114822227,"invalidFingerprint":false},{"foldername":"net","fingerprint":266649294,"invalidFingerprint":false}],"packageFingerprint":649257970,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261505,"fileNameOnDisk":"villager-market-1.12.2-1.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.2448681Z","dateUpdated":"2023-07-12T19:16:48.2468551Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2882805,"fileName":"villager-market-1.12.2-1.0.2.jar","fileDate":"2020-02-16T08:50:50.797Z","fileLength":117583,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2882/805/villager-market-1.12.2-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2495979725,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2111076449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":114822227,"invalidFingerprint":false},{"foldername":"net","fingerprint":266649294,"invalidFingerprint":false}],"packageFingerprint":649257970,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261505,"fileNameOnDisk":"villager-market-1.12.2-1.0.2.jar","hashes":[]}},{"instanceID":"039b4736-c2fe-4b61-a334-3a82e2205e41","modSource":0,"addonID":226779,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"No Mob Spawning on Trees","modFolderPath":null,"fileNameOnDisk":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","authors":[{"Id":18458673,"Name":"oldjunyi"}],"primaryAuthor":"oldjunyi","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-mob-spawning-on-trees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/376/256/256/635561244744605246.png","tags":[],"installedFile":{"id":2563292,"fileName":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","fileDate":"2018-05-19T16:50:14.247Z","fileLength":40598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2563/292/NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2588283766,"invalidFingerprint":false},{"foldername":"com","fingerprint":4198614685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3394485073,"invalidFingerprint":false}],"packageFingerprint":4281345704,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226779,"fileNameOnDisk":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:47.5322553Z","dateUpdated":"2023-07-12T19:16:47.5352561Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2563292,"fileName":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","fileDate":"2018-05-19T16:50:14.247Z","fileLength":40598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2563/292/NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2588283766,"invalidFingerprint":false},{"foldername":"com","fingerprint":4198614685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3394485073,"invalidFingerprint":false}],"packageFingerprint":4281345704,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226779,"fileNameOnDisk":"NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar","hashes":[]}},{"instanceID":"4a7ef0f3-882b-4456-bfb2-1f7e17949c6a","modSource":0,"addonID":250231,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Crossroads MC","modFolderPath":null,"fileNameOnDisk":"crossroads-1.12.2-1.12.2.jar","authors":[{"Id":13572568,"Name":"Technomancer_isTaken"}],"primaryAuthor":"Technomancer_isTaken","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/crossroads-mc","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/314/256/256/636076221302128477.png","tags":[],"installedFile":{"id":2836509,"fileName":"crossroads-1.12.2-1.12.2.jar","fileDate":"2019-12-04T05:16:02.363Z","fileLength":4290997,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/509/crossroads-1.12.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":2},{"addonId":293752,"type":3},{"addonId":239197,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1505417121,"invalidFingerprint":false},{"foldername":"com","fingerprint":1798189456,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1088491735,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1915750587,"invalidFingerprint":false}],"packageFingerprint":3643648473,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250231,"fileNameOnDisk":"crossroads-1.12.2-1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:12:23.4645637Z","dateUpdated":"2023-07-13T07:12:23.4772364Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2836509,"fileName":"crossroads-1.12.2-1.12.2.jar","fileDate":"2019-12-04T05:16:02.363Z","fileLength":4290997,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2836/509/crossroads-1.12.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":2},{"addonId":293752,"type":3},{"addonId":239197,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1505417121,"invalidFingerprint":false},{"foldername":"com","fingerprint":1798189456,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1088491735,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1915750587,"invalidFingerprint":false}],"packageFingerprint":3643648473,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250231,"fileNameOnDisk":"crossroads-1.12.2-1.12.2.jar","hashes":[]}},{"instanceID":"e52445ad-ee8c-49c1-a83e-ded49484a73a","modSource":0,"addonID":236542,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Advanced Rocketry","modFolderPath":null,"fileNameOnDisk":"AdvancedRocketry-1.12.2-2.0.0-17.jar","authors":[{"Id":9136874,"Name":"zmaster587"}],"primaryAuthor":"zmaster587","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/39/232/256/256/635978074894958293.png","tags":[],"installedFile":{"id":4671856,"fileName":"AdvancedRocketry-1.12.2-2.0.0-17.jar","fileDate":"2023-07-30T00:54:24.513Z","fileLength":6107673,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/856/AdvancedRocketry-1.12.2-2.0.0-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236541,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1296109033,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2375024606,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1807259087,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":2184182530,"invalidFingerprint":false}],"packageFingerprint":2867958822,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236542,"fileNameOnDisk":"AdvancedRocketry-1.12.2-2.0.0-17.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:16.2147174Z","dateUpdated":"2023-07-31T03:13:21.0333178Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4671856,"fileName":"AdvancedRocketry-1.12.2-2.0.0-17.jar","fileDate":"2023-07-30T00:54:24.513Z","fileLength":6107673,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/856/AdvancedRocketry-1.12.2-2.0.0-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236541,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1296109033,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2375024606,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1807259087,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":2184182530,"invalidFingerprint":false}],"packageFingerprint":2867958822,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236542,"fileNameOnDisk":"AdvancedRocketry-1.12.2-2.0.0-17.jar","hashes":[]}},{"instanceID":"81599be2-6453-4911-95c2-23645e69f216","modSource":0,"addonID":268566,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mekanism Generators","modFolderPath":null,"fileNameOnDisk":"MekanismGenerators-1.12.2-9.8.3.390.jar","authors":[{"Id":7470757,"Name":"bradyaidanc"},{"Id":6868754,"Name":"thommy101"},{"Id":28798139,"Name":"Thiakil"},{"Id":8445729,"Name":"pupnewfster"}],"primaryAuthor":"bradyaidanc","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mekanism-generators","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/492/674/256/256/637801316650295179.png","tags":[],"installedFile":{"id":2835177,"fileName":"MekanismGenerators-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:20.86Z","fileLength":336364,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/177/MekanismGenerators-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1151899355,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":3103240932,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466038820,"invalidFingerprint":false}],"packageFingerprint":1028072734,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268566,"fileNameOnDisk":"MekanismGenerators-1.12.2-9.8.3.390.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:18.9275777Z","dateUpdated":"2023-07-12T19:16:18.9394253Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2835177,"fileName":"MekanismGenerators-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:20.86Z","fileLength":336364,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/177/MekanismGenerators-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1151899355,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":3103240932,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3466038820,"invalidFingerprint":false}],"packageFingerprint":1028072734,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268566,"fileNameOnDisk":"MekanismGenerators-1.12.2-9.8.3.390.jar","hashes":[]}},{"instanceID":"623fa106-c4bd-44f0-8083-865dc845d749","modSource":0,"addonID":301364,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Gendustry JEI Addon","modFolderPath":null,"fileNameOnDisk":"gendustryjei-1.0.2.jar","authors":[{"Id":32497994,"Name":"ninjabrain1"}],"primaryAuthor":"ninjabrain1","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gendustry-jei-addon","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/167/684/256/256/636704849871405250.png","tags":[],"installedFile":{"id":2609434,"fileName":"gendustryjei-1.0.2.jar","fileDate":"2018-08-27T19:14:22.997Z","fileLength":67472,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2609/434/gendustryjei-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70492,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2746534002,"invalidFingerprint":false},{"foldername":"ninjabrain","fingerprint":3702373930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3563700505,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2031672686,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":889307551,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301364,"fileNameOnDisk":"gendustryjei-1.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:12.6430613Z","dateUpdated":"2023-07-12T19:16:12.6440707Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2609434,"fileName":"gendustryjei-1.0.2.jar","fileDate":"2018-08-27T19:14:22.997Z","fileLength":67472,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2609/434/gendustryjei-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70492,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2746534002,"invalidFingerprint":false},{"foldername":"ninjabrain","fingerprint":3702373930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3563700505,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2031672686,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":889307551,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301364,"fileNameOnDisk":"gendustryjei-1.0.2.jar","hashes":[]}},{"instanceID":"26f13721-ac87-408e-b324-f17fa7a377a9","modSource":0,"addonID":231484,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cooking for Blockheads","modFolderPath":null,"fileNameOnDisk":"CookingForBlockheads_1.12.2-6.5.0.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cooking-for-blockheads","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/465/256/256/635695679965732511.png","tags":[],"installedFile":{"id":2862651,"fileName":"CookingForBlockheads_1.12.2-6.5.0.jar","fileDate":"2020-01-17T19:13:26.813Z","fileLength":595301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2862/651/CookingForBlockheads_1.12.2-6.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222348,"type":2},{"addonId":235328,"type":2},{"addonId":242247,"type":2},{"addonId":221857,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1299383725,"invalidFingerprint":false},{"foldername":"net","fingerprint":2347650828,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987210703,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1234368608,"invalidFingerprint":false}],"packageFingerprint":1328269960,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231484,"fileNameOnDisk":"CookingForBlockheads_1.12.2-6.5.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.8445843Z","dateUpdated":"2023-07-12T19:16:13.8485872Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2862651,"fileName":"CookingForBlockheads_1.12.2-6.5.0.jar","fileDate":"2020-01-17T19:13:26.813Z","fileLength":595301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2862/651/CookingForBlockheads_1.12.2-6.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222348,"type":2},{"addonId":235328,"type":2},{"addonId":242247,"type":2},{"addonId":221857,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1299383725,"invalidFingerprint":false},{"foldername":"net","fingerprint":2347650828,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987210703,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1234368608,"invalidFingerprint":false}],"packageFingerprint":1328269960,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231484,"fileNameOnDisk":"CookingForBlockheads_1.12.2-6.5.0.jar","hashes":[]}},{"instanceID":"70549413-9569-41f3-b109-de4710700f8f","modSource":0,"addonID":361276,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Lootr (Forge & NeoForge)","modFolderPath":null,"fileNameOnDisk":"lootr-1.12.2-0.6.2.jar","authors":[{"Id":10343357,"Name":"Noobanidus"},{"Id":101090122,"Name":"ZestyBlaze"},{"Id":101435003,"Name":"embeddedt"}],"primaryAuthor":"Noobanidus","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lootr","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/337/5/256/256/637473842688195004.png","tags":[],"installedFile":{"id":4756301,"fileName":"lootr-1.12.2-0.6.2.jar","fileDate":"2023-09-17T16:04:12.297Z","fileLength":183508,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4756/301/lootr-1.12.2-0.6.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1046363452,"invalidFingerprint":false},{"foldername":"noobanidus","fingerprint":4133292088,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2126413894,"invalidFingerprint":false},{"foldername":"lootr.mixins.dimdoors.json","fingerprint":208036742,"invalidFingerprint":false},{"foldername":"lootr.mixins.json","fingerprint":1831919715,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":867744868,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":792060934,"invalidFingerprint":false},{"foldername":"mixins.lootr.refmap.json","fingerprint":4060308066,"invalidFingerprint":false}],"packageFingerprint":124616430,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361276,"fileNameOnDisk":"lootr-1.12.2-0.6.2.jar","hashes":[{"type":1,"value":"3d21562963b4cdffeb7b5361c54b5ac560e1708f"},{"type":2,"value":"558c6e4a8600c62244c6c6264b4b70c8"}]},"dateInstalled":"2024-05-24T04:33:16.7496804Z","dateUpdated":"2024-05-24T04:33:16.751302Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4756301,"fileName":"lootr-1.12.2-0.6.2.jar","fileDate":"2023-09-17T16:04:12.297Z","fileLength":183508,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4756/301/lootr-1.12.2-0.6.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1046363452,"invalidFingerprint":false},{"foldername":"noobanidus","fingerprint":4133292088,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2126413894,"invalidFingerprint":false},{"foldername":"lootr.mixins.dimdoors.json","fingerprint":208036742,"invalidFingerprint":false},{"foldername":"lootr.mixins.json","fingerprint":1831919715,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":867744868,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":792060934,"invalidFingerprint":false},{"foldername":"mixins.lootr.refmap.json","fingerprint":4060308066,"invalidFingerprint":false}],"packageFingerprint":124616430,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361276,"fileNameOnDisk":"lootr-1.12.2-0.6.2.jar","hashes":[{"type":1,"value":"3d21562963b4cdffeb7b5361c54b5ac560e1708f"},{"type":2,"value":"558c6e4a8600c62244c6c6264b4b70c8"}]}},{"instanceID":"1f8607d6-df42-445e-a463-a93d46690ef0","modSource":0,"addonID":297057,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LetsEncryptCraft","modFolderPath":null,"fileNameOnDisk":"letsencryptcraft-1.10.2-1.2.0.jar","authors":[{"Id":3693935,"Name":"CloudyPSP"}],"primaryAuthor":"CloudyPSP","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/letsencryptcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/159/414/256/256/636658744013893305.png","tags":[],"installedFile":{"id":2668704,"fileName":"letsencryptcraft-1.10.2-1.2.0.jar","fileDate":"2019-02-03T18:02:03.307Z","fileLength":7091,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2668/704/letsencryptcraft-1.10.2-1.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"uk","fingerprint":1847549153,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2523627996,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3889861130,"invalidFingerprint":false}],"packageFingerprint":758535815,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297057,"fileNameOnDisk":"letsencryptcraft-1.10.2-1.2.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:20:32.9599113Z","dateUpdated":"2023-07-13T07:20:32.9619257Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2668704,"fileName":"letsencryptcraft-1.10.2-1.2.0.jar","fileDate":"2019-02-03T18:02:03.307Z","fileLength":7091,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2668/704/letsencryptcraft-1.10.2-1.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"uk","fingerprint":1847549153,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2523627996,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3889861130,"invalidFingerprint":false}],"packageFingerprint":758535815,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297057,"fileNameOnDisk":"letsencryptcraft-1.10.2-1.2.0.jar","hashes":[]}},{"instanceID":"fbc4ac9f-9781-402b-9273-8a71c0ccb3c4","modSource":0,"addonID":241721,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Astral Sorcery","modFolderPath":null,"fileNameOnDisk":"astralsorcery-1.12.2-1.10.27.jar","authors":[{"Id":12052240,"Name":"HellFirePvP"}],"primaryAuthor":"HellFirePvP","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/astral-sorcery","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/88/266/256/256/636222656989756330.png","tags":[],"installedFile":{"id":3044416,"fileName":"astralsorcery-1.12.2-1.10.27.jar","fileDate":"2020-08-28T19:02:41.57Z","fileLength":25028160,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3044/416/astralsorcery-1.12.2-1.10.27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":2},{"addonId":223628,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2084332973,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2212067873,"invalidFingerprint":false},{"foldername":"hellfirepvp","fingerprint":2504692171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":294129660,"invalidFingerprint":false}],"packageFingerprint":2344180314,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241721,"fileNameOnDisk":"astralsorcery-1.12.2-1.10.27.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:28.8745565Z","dateUpdated":"2023-07-12T19:16:28.9035587Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3044416,"fileName":"astralsorcery-1.12.2-1.10.27.jar","fileDate":"2020-08-28T19:02:41.57Z","fileLength":25028160,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3044/416/astralsorcery-1.12.2-1.10.27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":2},{"addonId":223628,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2084332973,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2212067873,"invalidFingerprint":false},{"foldername":"hellfirepvp","fingerprint":2504692171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":294129660,"invalidFingerprint":false}],"packageFingerprint":2344180314,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241721,"fileNameOnDisk":"astralsorcery-1.12.2-1.10.27.jar","hashes":[]}},{"instanceID":"21fca8cb-666b-4692-9704-87321f6255e8","modSource":0,"addonID":629629,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Better Questing Unofficial","modFolderPath":null,"fileNameOnDisk":"BetterQuestingUnofficial-4.2.2.jar","authors":[{"Id":102975538,"Name":"CleanroomMC"},{"Id":101279756,"Name":"ALongStringOfNumbers"},{"Id":101299811,"Name":"serenibyss"},{"Id":100753119,"Name":"Tech22"}],"primaryAuthor":"CleanroomMC","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-questing-unofficial","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/554/454/256/256/637896549401386934.png","tags":[],"installedFile":{"id":5183601,"fileName":"BetterQuestingUnofficial-4.2.2.jar","fileDate":"2024-03-15T02:32:43.49Z","fileLength":1956916,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5183/601/BetterQuestingUnofficial-4.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"betterquesting","fingerprint":2438827478,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4209025695,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3755437915,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4229035082,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":474286452,"invalidFingerprint":false}],"packageFingerprint":3004824020,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629629,"fileNameOnDisk":"BetterQuestingUnofficial-4.2.2.jar","hashes":[{"type":1,"value":"bc397af3bc7e3698df2de051cad5f44cabbceeb0"},{"type":2,"value":"11e65d342408ab9c579c7674a5b7bf05"}]},"dateInstalled":"2023-08-04T23:54:31.2769434Z","dateUpdated":"2024-05-23T17:58:45.9009095Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5183601,"fileName":"BetterQuestingUnofficial-4.2.2.jar","fileDate":"2024-03-15T02:32:43.49Z","fileLength":1956916,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5183/601/BetterQuestingUnofficial-4.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"betterquesting","fingerprint":2438827478,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4209025695,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3755437915,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4229035082,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":474286452,"invalidFingerprint":false}],"packageFingerprint":3004824020,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629629,"fileNameOnDisk":"BetterQuestingUnofficial-4.2.2.jar","hashes":[{"type":1,"value":"bc397af3bc7e3698df2de051cad5f44cabbceeb0"},{"type":2,"value":"11e65d342408ab9c579c7674a5b7bf05"}]}},{"instanceID":"1823fe17-020b-4f5d-9941-5ae10f924d9d","modSource":0,"addonID":409087,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Entity Culling","modFolderPath":null,"fileNameOnDisk":"EntityCulling-1.12.2-6.4.3.jar","authors":[{"Id":22993881,"Name":"meldexun"}],"primaryAuthor":"meldexun","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entity-culling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/301/368/256/256/637362118745351863.png","tags":[],"installedFile":{"id":5096144,"fileName":"EntityCulling-1.12.2-6.4.3.jar","fileDate":"2024-02-10T14:37:12.32Z","fileLength":64471,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5096/144/EntityCulling-1.12.2-6.4.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":405327,"type":2},{"addonId":624967,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3378412057,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":2038558675,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1710375549,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3634545451,"invalidFingerprint":false},{"foldername":"mixins.entityculling.json","fingerprint":3214959922,"invalidFingerprint":false},{"foldername":"mixins.entityculling.refmap.json","fingerprint":4211508766,"invalidFingerprint":false}],"packageFingerprint":2286777798,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":409087,"fileNameOnDisk":"EntityCulling-1.12.2-6.4.3.jar","hashes":[{"type":1,"value":"6cecf04d943834fd2b09953b98d46d9340735e49"},{"type":2,"value":"0352844aca5151b45a6f5217dfb6d6ef"}]},"dateInstalled":"2023-08-06T05:39:41.5834053Z","dateUpdated":"2024-05-23T17:59:13.5410709Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5096144,"fileName":"EntityCulling-1.12.2-6.4.3.jar","fileDate":"2024-02-10T14:37:12.32Z","fileLength":64471,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5096/144/EntityCulling-1.12.2-6.4.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":405327,"type":2},{"addonId":624967,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3378412057,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":2038558675,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1710375549,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3634545451,"invalidFingerprint":false},{"foldername":"mixins.entityculling.json","fingerprint":3214959922,"invalidFingerprint":false},{"foldername":"mixins.entityculling.refmap.json","fingerprint":4211508766,"invalidFingerprint":false}],"packageFingerprint":2286777798,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":409087,"fileNameOnDisk":"EntityCulling-1.12.2-6.4.3.jar","hashes":[{"type":1,"value":"6cecf04d943834fd2b09953b98d46d9340735e49"},{"type":2,"value":"0352844aca5151b45a6f5217dfb6d6ef"}]}},{"instanceID":"9e0bbacd-2007-4700-99b4-56364cc0519c","modSource":0,"addonID":253005,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ActuallyComputers","modFolderPath":null,"fileNameOnDisk":"actuallycomputers-2.2.0.jar","authors":[{"Id":15566121,"Name":"canitzp"}],"primaryAuthor":"canitzp","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/actuallycomputers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/366/256/256/636134280808300300.png","tags":[],"installedFile":{"id":3083325,"fileName":"actuallycomputers-2.2.0.jar","fileDate":"2020-10-16T19:25:42.98Z","fileLength":19323,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3083/325/actuallycomputers-2.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":223008,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1334870673,"invalidFingerprint":false},{"foldername":"de","fingerprint":1716977552,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3580044177,"invalidFingerprint":false}],"packageFingerprint":3691297459,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253005,"fileNameOnDisk":"actuallycomputers-2.2.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:13:16.0335071Z","dateUpdated":"2023-07-13T07:13:16.0355142Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3083325,"fileName":"actuallycomputers-2.2.0.jar","fileDate":"2020-10-16T19:25:42.98Z","fileLength":19323,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3083/325/actuallycomputers-2.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":223008,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1334870673,"invalidFingerprint":false},{"foldername":"de","fingerprint":1716977552,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3580044177,"invalidFingerprint":false}],"packageFingerprint":3691297459,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253005,"fileNameOnDisk":"actuallycomputers-2.2.0.jar","hashes":[]}},{"instanceID":"58773918-0174-4c6d-bca6-f676f633a0da","modSource":0,"addonID":225903,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Garden Stuff","modFolderPath":null,"fileNameOnDisk":"GardenStuff-1.12-2.1.1.jar","authors":[{"Id":6833007,"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/garden-stuff","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/460/256/256/635529071561337239.png","tags":[],"installedFile":{"id":2530535,"fileName":"GardenStuff-1.12-2.1.1.jar","fileDate":"2018-02-12T06:21:47.21Z","fileLength":158782,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2530/535/GardenStuff-1.12-2.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133670814,"invalidFingerprint":false},{"foldername":"com","fingerprint":2146057848,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3974659261,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2964821293,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3791333001,"invalidFingerprint":false}],"packageFingerprint":3717611999,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225903,"fileNameOnDisk":"GardenStuff-1.12-2.1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.674067Z","dateUpdated":"2023-07-12T19:16:37.6770676Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2530535,"fileName":"GardenStuff-1.12-2.1.1.jar","fileDate":"2018-02-12T06:21:47.21Z","fileLength":158782,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2530/535/GardenStuff-1.12-2.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133670814,"invalidFingerprint":false},{"foldername":"com","fingerprint":2146057848,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3974659261,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2964821293,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3791333001,"invalidFingerprint":false}],"packageFingerprint":3717611999,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225903,"fileNameOnDisk":"GardenStuff-1.12-2.1.1.jar","hashes":[]}},{"instanceID":"8b5c2ff0-4b4d-4571-abfb-72e3f852a96e","modSource":0,"addonID":271835,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Cultivation","modFolderPath":null,"fileNameOnDisk":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/890/256/256/637640074891493203.png","tags":[],"installedFile":{"id":2920437,"fileName":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:53:05.083Z","fileLength":98845,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/437/ThermalCultivation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":988544643,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":4130900276,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3576691803,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4062564401,"invalidFingerprint":false}],"packageFingerprint":737202088,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271835,"fileNameOnDisk":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.6492809Z","dateUpdated":"2023-07-12T19:15:43.6512818Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920437,"fileName":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:53:05.083Z","fileLength":98845,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/437/ThermalCultivation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":988544643,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":4130900276,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3576691803,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4062564401,"invalidFingerprint":false}],"packageFingerprint":737202088,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271835,"fileNameOnDisk":"ThermalCultivation-1.12.2-0.3.6.1-universal.jar","hashes":[]}},{"instanceID":"ea9422a7-9b18-4db0-8d29-ffea795d8ec5","modSource":0,"addonID":227049,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Iron Backpacks","modFolderPath":null,"fileNameOnDisk":"IronBackpacks-1.12.2-3.0.8-12.jar","authors":[{"Id":17530282,"Name":"gr8pefish"},{"Id":8596063,"Name":"TehNut"}],"primaryAuthor":"gr8pefish","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/iron-backpacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/63/485/256/256/636143170660505829.png","tags":[],"installedFile":{"id":2564573,"fileName":"IronBackpacks-1.12.2-3.0.8-12.jar","fileDate":"2018-05-22T22:50:50.37Z","fileLength":465363,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2564/573/IronBackpacks-1.12.2-3.0.8-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":223094,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4228442456,"invalidFingerprint":false},{"foldername":"gr8pefish","fingerprint":4263220768,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":279834905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394333296,"invalidFingerprint":false}],"packageFingerprint":4196584130,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227049,"fileNameOnDisk":"IronBackpacks-1.12.2-3.0.8-12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:11.727626Z","dateUpdated":"2023-07-12T19:16:11.7296269Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2564573,"fileName":"IronBackpacks-1.12.2-3.0.8-12.jar","fileDate":"2018-05-22T22:50:50.37Z","fileLength":465363,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2564/573/IronBackpacks-1.12.2-3.0.8-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":223094,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4228442456,"invalidFingerprint":false},{"foldername":"gr8pefish","fingerprint":4263220768,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":279834905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394333296,"invalidFingerprint":false}],"packageFingerprint":4196584130,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227049,"fileNameOnDisk":"IronBackpacks-1.12.2-3.0.8-12.jar","hashes":[]}},{"instanceID":"851c3a01-dc7a-4eec-bfcd-56e00294a8ae","modSource":0,"addonID":282313,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TipTheScales","modFolderPath":null,"fileNameOnDisk":"TipTheScales-1.12.2-1.0.4.jar","authors":[{"Id":10618648,"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tipthescales","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/483/910/256/256/637784634472116278.png","tags":[],"installedFile":{"id":2689835,"fileName":"TipTheScales-1.12.2-1.0.4.jar","fileDate":"2019-03-20T23:57:18.403Z","fileLength":11641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2689/835/TipTheScales-1.12.2-1.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":94308169,"invalidFingerprint":false},{"foldername":"com","fingerprint":3238527338,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2066870056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3931414915,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282313,"fileNameOnDisk":"TipTheScales-1.12.2-1.0.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.1331981Z","dateUpdated":"2023-07-12T19:16:37.1352017Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2689835,"fileName":"TipTheScales-1.12.2-1.0.4.jar","fileDate":"2019-03-20T23:57:18.403Z","fileLength":11641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2689/835/TipTheScales-1.12.2-1.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":94308169,"invalidFingerprint":false},{"foldername":"com","fingerprint":3238527338,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2066870056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3931414915,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282313,"fileNameOnDisk":"TipTheScales-1.12.2-1.0.4.jar","hashes":[]}},{"instanceID":"5b2239e7-b925-4d01-9819-24b20591cab8","modSource":0,"addonID":229050,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Compat","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-compat.jar","authors":[{"Id":9141442,"Name":"MrTJP"},{"Id":12771183,"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-compat","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/800/256/256/635634023975862132.png","tags":[],"installedFile":{"id":2745546,"fileName":"ProjectRed-1.12.2-4.9.4.120-compat.jar","fileDate":"2019-07-21T17:56:41.797Z","fileLength":67384,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/546/ProjectRed-1.12.2-4.9.4.120-compat.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2125998599,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":412981094,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2252677834,"invalidFingerprint":false}],"packageFingerprint":473856560,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229050,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-compat.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:20.167872Z","dateUpdated":"2023-07-13T07:27:20.1698726Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745546,"fileName":"ProjectRed-1.12.2-4.9.4.120-compat.jar","fileDate":"2019-07-21T17:56:41.797Z","fileLength":67384,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/546/ProjectRed-1.12.2-4.9.4.120-compat.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2125998599,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":412981094,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2252677834,"invalidFingerprint":false}],"packageFingerprint":473856560,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229050,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-compat.jar","hashes":[]}},{"instanceID":"6d3800bc-188f-4551-9099-dd24ce7d9d39","modSource":0,"addonID":238372,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Neat","modFolderPath":null,"fileNameOnDisk":"Neat 1.4-17.jar","authors":[{"Id":3852549,"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/neat","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/684/256/256/637958998850280257.png","tags":[],"installedFile":{"id":2595310,"fileName":"Neat 1.4-17.jar","fileDate":"2018-07-30T23:34:03.487Z","fileLength":18527,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2595/310/Neat 1.4-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3517812427,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1010376498,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":453550318,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1959918163,"invalidFingerprint":false}],"packageFingerprint":851629213,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238372,"fileNameOnDisk":"Neat 1.4-17.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.3346402Z","dateUpdated":"2023-07-12T19:16:24.3376403Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2595310,"fileName":"Neat 1.4-17.jar","fileDate":"2018-07-30T23:34:03.487Z","fileLength":18527,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2595/310/Neat 1.4-17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3517812427,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1010376498,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":453550318,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1959918163,"invalidFingerprint":false}],"packageFingerprint":851629213,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238372,"fileNameOnDisk":"Neat 1.4-17.jar","hashes":[]}},{"instanceID":"c8bb68ff-f60e-411d-8674-dad728743740","modSource":0,"addonID":59143,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Backpacks","modFolderPath":null,"fileNameOnDisk":"backpack-3.0.2-1.12.2.jar","authors":[{"Id":565710,"Name":"Eydamos"}],"primaryAuthor":"Eydamos","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/forge-backpacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/6/528/256/256/635361505421668198.png","tags":[],"installedFile":{"id":2554237,"fileName":"backpack-3.0.2-1.12.2.jar","fileDate":"2018-04-22T18:33:51.353Z","fileLength":236435,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/237/backpack-3.0.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3300105826,"invalidFingerprint":false},{"foldername":"de","fingerprint":3267133889,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":951783510,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1882891461,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2377130007,"invalidFingerprint":false}],"packageFingerprint":3066523573,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59143,"fileNameOnDisk":"backpack-3.0.2-1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:15.0732652Z","dateUpdated":"2023-07-12T19:16:15.0762659Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2554237,"fileName":"backpack-3.0.2-1.12.2.jar","fileDate":"2018-04-22T18:33:51.353Z","fileLength":236435,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/237/backpack-3.0.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3300105826,"invalidFingerprint":false},{"foldername":"de","fingerprint":3267133889,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":951783510,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1882891461,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2377130007,"invalidFingerprint":false}],"packageFingerprint":3066523573,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59143,"fileNameOnDisk":"backpack-3.0.2-1.12.2.jar","hashes":[]}},{"instanceID":"9dfaa95a-1a7f-4810-97ae-35f216296bac","modSource":0,"addonID":224190,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Funky Locomotion","modFolderPath":null,"fileNameOnDisk":"funky-locomotion-1.12.2-1.1.2.jar","authors":[{"Id":10976379,"Name":"RWTema"}],"primaryAuthor":"RWTema","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/funky-locomotion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/563/256/256/635459413970203498.png","tags":[],"installedFile":{"id":2599318,"fileName":"funky-locomotion-1.12.2-1.1.2.jar","fileDate":"2018-08-07T10:24:02.763Z","fileLength":265118,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2599/318/funky-locomotion-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1969113925,"invalidFingerprint":false},{"foldername":"com","fingerprint":4202022983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":983891441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2545121705,"invalidFingerprint":false}],"packageFingerprint":2482881626,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224190,"fileNameOnDisk":"funky-locomotion-1.12.2-1.1.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.1362386Z","dateUpdated":"2023-07-12T19:15:49.1473613Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2599318,"fileName":"funky-locomotion-1.12.2-1.1.2.jar","fileDate":"2018-08-07T10:24:02.763Z","fileLength":265118,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2599/318/funky-locomotion-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1969113925,"invalidFingerprint":false},{"foldername":"com","fingerprint":4202022983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":983891441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2545121705,"invalidFingerprint":false}],"packageFingerprint":2482881626,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224190,"fileNameOnDisk":"funky-locomotion-1.12.2-1.1.2.jar","hashes":[]}},{"instanceID":"9fc02216-e1d5-45df-bbe4-7707dd212884","modSource":0,"addonID":224535,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"IvToolkit","modFolderPath":null,"fileNameOnDisk":"IvToolkit-1.3.3-1.12.jar","authors":[{"Id":7374241,"Name":"Ivorius"}],"primaryAuthor":"Ivorius","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ivtoolkit","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/949/256/256/635474108213063984.png","tags":[],"installedFile":{"id":2443253,"fileName":"IvToolkit-1.3.3-1.12.jar","fileDate":"2017-06-29T13:05:50.337Z","fileLength":455763,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/253/IvToolkit-1.3.3-1.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4147735086,"invalidFingerprint":false},{"foldername":"ivorius","fingerprint":3977243659,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3055408733,"invalidFingerprint":false}],"packageFingerprint":2463394895,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224535,"fileNameOnDisk":"IvToolkit-1.3.3-1.12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.225791Z","dateUpdated":"2023-07-12T19:16:13.2298162Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2443253,"fileName":"IvToolkit-1.3.3-1.12.jar","fileDate":"2017-06-29T13:05:50.337Z","fileLength":455763,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/253/IvToolkit-1.3.3-1.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4147735086,"invalidFingerprint":false},{"foldername":"ivorius","fingerprint":3977243659,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3055408733,"invalidFingerprint":false}],"packageFingerprint":2463394895,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224535,"fileNameOnDisk":"IvToolkit-1.3.3-1.12.jar","hashes":[]}},{"instanceID":"b9b05593-b5c5-4e67-b387-6a17b8fae090","modSource":0,"addonID":245480,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ValkyrieLib","modFolderPath":null,"fileNameOnDisk":"valkyrielib-1.12.2-2.0.20.1.jar","authors":[{"Id":25227389,"Name":"ValkyrieofNight"}],"primaryAuthor":"ValkyrieofNight","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/valkyrielib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/246/422/256/256/637157065844400865.png","tags":[],"installedFile":{"id":2691542,"fileName":"valkyrielib-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:57:26.897Z","fileLength":733580,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/542/valkyrielib-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":603583602,"invalidFingerprint":false},{"foldername":"com","fingerprint":2746332733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":769654188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2637958936,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2703654551,"invalidFingerprint":false}],"packageFingerprint":791322360,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245480,"fileNameOnDisk":"valkyrielib-1.12.2-2.0.20.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:14.9408536Z","dateUpdated":"2023-07-12T19:16:14.9448584Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691542,"fileName":"valkyrielib-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:57:26.897Z","fileLength":733580,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/542/valkyrielib-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":603583602,"invalidFingerprint":false},{"foldername":"com","fingerprint":2746332733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":769654188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2637958936,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2703654551,"invalidFingerprint":false}],"packageFingerprint":791322360,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245480,"fileNameOnDisk":"valkyrielib-1.12.2-2.0.20.1.jar","hashes":[]}},{"instanceID":"97d7e7fe-17fd-439c-ae4b-8ee69ba1c688","modSource":0,"addonID":482566,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Yet Another Recipe Conflict Fixer (YARCF) ","modFolderPath":null,"fileNameOnDisk":"YARCF-0.14(1.12.2).jar","authors":[{"Id":21629850,"Name":"SirOMGitsYOU"}],"primaryAuthor":"SirOMGitsYOU","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/yarcf","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/382/486/256/256/637566863550791806.png","tags":[],"installedFile":{"id":3310627,"fileName":"YARCF-0.14(1.12.2).jar","fileDate":"2021-05-15T15:21:32.947Z","fileLength":50125,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3310/627/YARCF-0.14(1.12.2).jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2205831005,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2553820757,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":156611196,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1687985805,"invalidFingerprint":false}],"packageFingerprint":1623731845,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":482566,"fileNameOnDisk":"YARCF-0.14(1.12.2).jar","hashes":[]},"dateInstalled":"2023-07-13T07:19:04.4227465Z","dateUpdated":"2023-07-13T07:19:04.426754Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3310627,"fileName":"YARCF-0.14(1.12.2).jar","fileDate":"2021-05-15T15:21:32.947Z","fileLength":50125,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3310/627/YARCF-0.14(1.12.2).jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2205831005,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2553820757,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":156611196,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1687985805,"invalidFingerprint":false}],"packageFingerprint":1623731845,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":482566,"fileNameOnDisk":"YARCF-0.14(1.12.2).jar","hashes":[]}},{"instanceID":"9362e238-b795-4f8c-ae3c-8e2455a456c1","modSource":0,"addonID":246183,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Roots","modFolderPath":null,"fileNameOnDisk":"Roots-1.12.2-3.1.9.2.jar","authors":[{"Id":10343357,"Name":"Noobanidus"},{"Id":26528353,"Name":"ABadHaiku"},{"Id":60651217,"Name":"KalaxiLoL"},{"Id":14463043,"Name":"Martacus"},{"Id":24165699,"Name":"Davoleo_K"},{"Id":48410945,"Name":"EpicSquid315"}],"primaryAuthor":"Noobanidus","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roots","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/89/558/256/256/636232154369779968.png","tags":[],"installedFile":{"id":5193525,"fileName":"Roots-1.12.2-3.1.9.2.jar","fileDate":"2024-03-18T23:41:59.04Z","fileLength":3574262,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5193/525/Roots-1.12.2-3.1.9.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1280009736,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":274315344,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1478020310,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2521377960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135632651,"invalidFingerprint":false}],"packageFingerprint":798879904,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":246183,"fileNameOnDisk":"Roots-1.12.2-3.1.9.2.jar","hashes":[{"type":1,"value":"0784ad867c0f9b4074c356c0985f68922f84b351"},{"type":2,"value":"c4f65472640437b719468230257e68f5"}]},"dateInstalled":"2023-07-12T19:15:36.4227413Z","dateUpdated":"2024-05-23T17:59:40.0526357Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5193525,"fileName":"Roots-1.12.2-3.1.9.2.jar","fileDate":"2024-03-18T23:41:59.04Z","fileLength":3574262,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5193/525/Roots-1.12.2-3.1.9.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1280009736,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":274315344,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1478020310,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2521377960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135632651,"invalidFingerprint":false}],"packageFingerprint":798879904,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":246183,"fileNameOnDisk":"Roots-1.12.2-3.1.9.2.jar","hashes":[{"type":1,"value":"0784ad867c0f9b4074c356c0985f68922f84b351"},{"type":2,"value":"c4f65472640437b719468230257e68f5"}]}},{"instanceID":"fd1027eb-ba8a-4d9d-870f-d97924ccd068","modSource":0,"addonID":287683,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Construct's Armory","modFolderPath":null,"fileNameOnDisk":"conarm-1.12.2-1.2.5.10.jar","authors":[{"Id":34683772,"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/constructs-armory","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/153/560/256/256/636619290357325647.png","tags":[],"installedFile":{"id":3174535,"fileName":"conarm-1.12.2-1.2.5.10.jar","fileDate":"2021-01-20T02:39:44.96Z","fileLength":894824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3174/535/conarm-1.12.2-1.2.5.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":2},{"addonId":238222,"type":2},{"addonId":74072,"type":3},{"addonId":74924,"type":3},{"addonId":237065,"type":2},{"addonId":250957,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3420074694,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1649140428,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1402552751,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1250182774,"invalidFingerprint":false},{"foldername":"c4","fingerprint":3038821030,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3602596313,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":543636038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1445967504,"invalidFingerprint":false}],"packageFingerprint":193087825,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":287683,"fileNameOnDisk":"conarm-1.12.2-1.2.5.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:47.5906878Z","dateUpdated":"2023-07-12T19:15:47.59369Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3174535,"fileName":"conarm-1.12.2-1.2.5.10.jar","fileDate":"2021-01-20T02:39:44.96Z","fileLength":894824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3174/535/conarm-1.12.2-1.2.5.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":2},{"addonId":238222,"type":2},{"addonId":74072,"type":3},{"addonId":74924,"type":3},{"addonId":237065,"type":2},{"addonId":250957,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3420074694,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1649140428,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1402552751,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1250182774,"invalidFingerprint":false},{"foldername":"c4","fingerprint":3038821030,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3602596313,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":543636038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1445967504,"invalidFingerprint":false}],"packageFingerprint":193087825,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":287683,"fileNameOnDisk":"conarm-1.12.2-1.2.5.10.jar","hashes":[]}},{"instanceID":"bc1f2fb4-7f99-41de-8e11-470bed0609ea","modSource":0,"addonID":356646,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"GunpowderLib","modFolderPath":null,"fileNameOnDisk":"GunpowderLib-1.12.2-1.1.jar","authors":[{"Id":20483557,"Name":"Jacky"}],"primaryAuthor":"Jacky","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gunpowderlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/242/383/256/256/637134073897503205.png","tags":[],"installedFile":{"id":3168863,"fileName":"GunpowderLib-1.12.2-1.1.jar","fileDate":"2021-01-14T23:07:04.323Z","fileLength":23153,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3168/863/GunpowderLib-1.12.2-1.1.jar","isAlternate":false,"alternateFileId":3168864,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2664397269,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2794050781,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":3113489951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2137831200,"invalidFingerprint":false}],"packageFingerprint":752151041,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":356646,"fileNameOnDisk":"GunpowderLib-1.12.2-1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:30.3152303Z","dateUpdated":"2023-07-12T19:16:30.3171638Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3168863,"fileName":"GunpowderLib-1.12.2-1.1.jar","fileDate":"2021-01-14T23:07:04.323Z","fileLength":23153,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3168/863/GunpowderLib-1.12.2-1.1.jar","isAlternate":false,"alternateFileId":3168864,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2664397269,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2794050781,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":3113489951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2137831200,"invalidFingerprint":false}],"packageFingerprint":752151041,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":356646,"fileNameOnDisk":"GunpowderLib-1.12.2-1.1.jar","hashes":[]}},{"instanceID":"64f99453-d77d-4e99-a069-1e216bf8f486","modSource":0,"addonID":229049,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Exploration","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-world.jar","authors":[{"Id":9141442,"Name":"MrTJP"},{"Id":12771183,"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-exploration","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/799/256/256/635634023364533590.png","tags":[],"installedFile":{"id":2745551,"fileName":"ProjectRed-1.12.2-4.9.4.120-world.jar","fileDate":"2019-07-21T17:56:56.223Z","fileLength":501169,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/551/ProjectRed-1.12.2-4.9.4.120-world.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2317825142,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2646077001,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2313955352,"invalidFingerprint":false}],"packageFingerprint":2798396102,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229049,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-world.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:21.6036356Z","dateUpdated":"2023-07-13T07:27:21.6056452Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745551,"fileName":"ProjectRed-1.12.2-4.9.4.120-world.jar","fileDate":"2019-07-21T17:56:56.223Z","fileLength":501169,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/551/ProjectRed-1.12.2-4.9.4.120-world.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2317825142,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2646077001,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2313955352,"invalidFingerprint":false}],"packageFingerprint":2798396102,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229049,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-world.jar","hashes":[]}},{"instanceID":"6ef11dab-4725-427a-9eb8-309612cace8f","modSource":0,"addonID":231095,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chisels & Bits - For Forge","modFolderPath":null,"fileNameOnDisk":"chiselsandbits-14.33.jar","authors":[{"Id":10302014,"Name":"AlgorithmX2"},{"Id":20516580,"Name":"OrionOnline"}],"primaryAuthor":"AlgorithmX2","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chisels-bits","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/472/510/256/256/637762861825749025.png","tags":[],"installedFile":{"id":2720655,"fileName":"chiselsandbits-14.33.jar","fileDate":"2019-06-06T01:32:08.75Z","fileLength":737407,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239431,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2066040898,"invalidFingerprint":false},{"foldername":"mod","fingerprint":3608985086,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321139769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3876564513,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2325622583,"invalidFingerprint":false}],"packageFingerprint":3211462819,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231095,"fileNameOnDisk":"chiselsandbits-14.33.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:46.5189895Z","dateUpdated":"2023-07-12T19:15:46.5209954Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2720655,"fileName":"chiselsandbits-14.33.jar","fileDate":"2019-06-06T01:32:08.75Z","fileLength":737407,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239431,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2066040898,"invalidFingerprint":false},{"foldername":"mod","fingerprint":3608985086,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321139769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3876564513,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2325622583,"invalidFingerprint":false}],"packageFingerprint":3211462819,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231095,"fileNameOnDisk":"chiselsandbits-14.33.jar","hashes":[]}},{"instanceID":"57f94f28-60e7-481d-bddf-46672b296a0a","modSource":0,"addonID":380998,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integrated NBT","modFolderPath":null,"fileNameOnDisk":"integratednbt-1.2.2.jar","authors":[{"Id":26676462,"Name":"scleox"}],"primaryAuthor":"scleox","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integrated-nbt","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/269/514/256/256/637242105070993417.png","tags":[],"installedFile":{"id":3132891,"fileName":"integratednbt-1.2.2.jar","fileDate":"2020-12-07T09:51:33.713Z","fileLength":114838,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3132/891/integratednbt-1.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236307,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2142268831,"invalidFingerprint":false},{"foldername":"me","fingerprint":382032744,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3849813513,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":116100700,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":2134134003,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":380998,"fileNameOnDisk":"integratednbt-1.2.2.jar","hashes":[]},"dateInstalled":"2023-08-04T23:54:48.2190406Z","dateUpdated":"2023-08-04T23:54:48.221097Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3132891,"fileName":"integratednbt-1.2.2.jar","fileDate":"2020-12-07T09:51:33.713Z","fileLength":114838,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3132/891/integratednbt-1.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":236307,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2142268831,"invalidFingerprint":false},{"foldername":"me","fingerprint":382032744,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3849813513,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":116100700,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":2134134003,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":380998,"fileNameOnDisk":"integratednbt-1.2.2.jar","hashes":[]}},{"instanceID":"d5663166-6fec-47c5-9469-47ade7ec0163","modSource":0,"addonID":261251,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Bad Wither No Cookie - Reloaded","modFolderPath":null,"fileNameOnDisk":"badwithernocookiereloaded-1.12.2-3.4.18.jar","authors":[{"Id":10528774,"Name":"Kreezxil"}],"primaryAuthor":"Kreezxil","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bad-wither-no-cookie-reloaded","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/468/874/256/256/637753300913400544.png","tags":[],"installedFile":{"id":3045651,"fileName":"badwithernocookiereloaded-1.12.2-3.4.18.jar","fileDate":"2020-08-30T09:34:49.58Z","fileLength":10402,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3045/651/badwithernocookiereloaded-1.12.2-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":38398552,"invalidFingerprint":false},{"foldername":"com","fingerprint":1844855644,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3384588886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2806065501,"invalidFingerprint":false}],"packageFingerprint":4093488300,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261251,"fileNameOnDisk":"badwithernocookiereloaded-1.12.2-3.4.18.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:00.2222331Z","dateUpdated":"2023-07-12T19:16:00.2262377Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3045651,"fileName":"badwithernocookiereloaded-1.12.2-3.4.18.jar","fileDate":"2020-08-30T09:34:49.58Z","fileLength":10402,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3045/651/badwithernocookiereloaded-1.12.2-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":38398552,"invalidFingerprint":false},{"foldername":"com","fingerprint":1844855644,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3384588886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2806065501,"invalidFingerprint":false}],"packageFingerprint":4093488300,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261251,"fileNameOnDisk":"badwithernocookiereloaded-1.12.2-3.4.18.jar","hashes":[]}},{"instanceID":"43015b46-b6c4-463b-b55b-216176cf05b8","modSource":0,"addonID":254602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tesla Core Lib","modFolderPath":null,"fileNameOnDisk":"tesla-core-lib-1.12.2-1.0.18.jar","authors":[{"Id":1644497,"Name":"face_of_cat"}],"primaryAuthor":"face_of_cat","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tesla-core-lib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/74/932/256/256/636164473391946788.png","tags":[],"installedFile":{"id":3438487,"fileName":"tesla-core-lib-1.12.2-1.0.18.jar","fileDate":"2021-08-25T06:16:33.253Z","fileLength":1139012,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3438/487/tesla-core-lib-1.12.2-1.0.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":264283,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":978286502,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3889769499,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":31345884,"invalidFingerprint":false},{"foldername":"net","fingerprint":1147710004,"invalidFingerprint":false}],"packageFingerprint":2661815445,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254602,"fileNameOnDisk":"tesla-core-lib-1.12.2-1.0.18.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.2200423Z","dateUpdated":"2023-07-12T19:25:26.7254447Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3438487,"fileName":"tesla-core-lib-1.12.2-1.0.18.jar","fileDate":"2021-08-25T06:16:33.253Z","fileLength":1139012,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3438/487/tesla-core-lib-1.12.2-1.0.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":264283,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":978286502,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3889769499,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":31345884,"invalidFingerprint":false},{"foldername":"net","fingerprint":1147710004,"invalidFingerprint":false}],"packageFingerprint":2661815445,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254602,"fileNameOnDisk":"tesla-core-lib-1.12.2-1.0.18.jar","hashes":[]}},{"instanceID":"0f41a8f2-0aef-4e37-a6fa-ccbcf7b7a89e","modSource":0,"addonID":238003,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic Inventory Scanning (Thaumcraft Addon)","modFolderPath":null,"fileNameOnDisk":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":430,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumcraft-inventory-scanning","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/28/714/256/256/635832636215628067.png","tags":[],"installedFile":{"id":2559089,"fileName":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","fileDate":"2018-05-06T14:56:15.563Z","fileLength":17224,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2559/89/ThaumicInventoryScanning_1.12.2-2.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1483148669,"invalidFingerprint":false},{"foldername":"net","fingerprint":878849892,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":596142724,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1593057108,"invalidFingerprint":false}],"packageFingerprint":1964344708,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238003,"fileNameOnDisk":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.8907075Z","dateUpdated":"2023-07-12T19:16:20.892711Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2559089,"fileName":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","fileDate":"2018-05-06T14:56:15.563Z","fileLength":17224,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2559/89/ThaumicInventoryScanning_1.12.2-2.0.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1483148669,"invalidFingerprint":false},{"foldername":"net","fingerprint":878849892,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":596142724,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1593057108,"invalidFingerprint":false}],"packageFingerprint":1964344708,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238003,"fileNameOnDisk":"ThaumicInventoryScanning_1.12.2-2.0.10.jar","hashes":[]}},{"instanceID":"7710f237-4897-4d80-bc9f-bf93fd29a5b1","modSource":0,"addonID":257356,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"In Control!","modFolderPath":null,"fileNameOnDisk":"incontrol-1.12-3.9.18.jar","authors":[{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/in-control","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/85/377/256/256/636201452105591653.png","tags":[],"installedFile":{"id":3101719,"fileName":"incontrol-1.12-3.9.18.jar","fileDate":"2020-11-04T05:29:29.51Z","fileLength":152687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3101/719/incontrol-1.12-3.9.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107273488,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":78312095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3314782593,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1002355645,"invalidFingerprint":false}],"packageFingerprint":622213382,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257356,"fileNameOnDisk":"incontrol-1.12-3.9.18.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:47.4148374Z","dateUpdated":"2023-07-12T19:16:47.4188379Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3101719,"fileName":"incontrol-1.12-3.9.18.jar","fileDate":"2020-11-04T05:29:29.51Z","fileLength":152687,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3101/719/incontrol-1.12-3.9.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107273488,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":78312095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3314782593,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1002355645,"invalidFingerprint":false}],"packageFingerprint":622213382,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257356,"fileNameOnDisk":"incontrol-1.12-3.9.18.jar","hashes":[]}},{"instanceID":"fc955089-2956-4a71-9730-9af9e1b1e15e","modSource":0,"addonID":308380,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PackagedAuto","modFolderPath":null,"fileNameOnDisk":"PackagedAuto-1.12.2-1.0.13.49.jar","authors":[{"Id":20908135,"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/packagedauto","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/180/855/256/256/636796143936766724.png","tags":[],"installedFile":{"id":5398860,"fileName":"PackagedAuto-1.12.2-1.0.13.49.jar","fileDate":"2024-06-04T20:20:56.683Z","fileLength":316797,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5398/860/PackagedAuto-1.12.2-1.0.13.49.jar","isAlternate":false,"alternateFileId":5398861,"dependencies":[{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1067124114,"invalidFingerprint":false},{"foldername":"assets","fingerprint":451876653,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1601029050,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2109331105,"invalidFingerprint":false},{"foldername":"packagedauto.logo.png","fingerprint":477201740,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":2272328398,"invalidFingerprint":false}],"packageFingerprint":459103521,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308380,"fileNameOnDisk":"PackagedAuto-1.12.2-1.0.13.49.jar","hashes":[{"type":1,"value":"2a202c760ff4439ea9c9d79ef3ce7890e7a1d120"},{"type":2,"value":"a7fcd69a798468efbdd6d9bc9de79f91"}]},"dateInstalled":"2023-08-04T23:59:30.3768062Z","dateUpdated":"2024-06-06T00:01:32.8730559Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5398860,"fileName":"PackagedAuto-1.12.2-1.0.13.49.jar","fileDate":"2024-06-04T20:20:56.683Z","fileLength":316797,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5398/860/PackagedAuto-1.12.2-1.0.13.49.jar","isAlternate":false,"alternateFileId":5398861,"dependencies":[{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1067124114,"invalidFingerprint":false},{"foldername":"assets","fingerprint":451876653,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1601029050,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2109331105,"invalidFingerprint":false},{"foldername":"packagedauto.logo.png","fingerprint":477201740,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":2272328398,"invalidFingerprint":false}],"packageFingerprint":459103521,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308380,"fileNameOnDisk":"PackagedAuto-1.12.2-1.0.13.49.jar","hashes":[{"type":1,"value":"2a202c760ff4439ea9c9d79ef3ce7890e7a1d120"},{"type":2,"value":"a7fcd69a798468efbdd6d9bc9de79f91"}]}},{"instanceID":"d79fcf3b-adc2-41f4-986e-1f21f7698238","modSource":0,"addonID":237307,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cosmetic Armor Reworked","modFolderPath":null,"fileNameOnDisk":"CosmeticArmorReworked-1.12.2-v5a.jar","authors":[{"Id":10050884,"Name":"LainMI"}],"primaryAuthor":"LainMI","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/27/600/256/256/635812915333870435.png","tags":[],"installedFile":{"id":2937869,"fileName":"CosmeticArmorReworked-1.12.2-v5a.jar","fileDate":"2020-04-22T22:07:29.417Z","fileLength":72111,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2937/869/CosmeticArmorReworked-1.12.2-v5a.jar","isAlternate":false,"alternateFileId":2937870,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1808845874,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2989088557,"invalidFingerprint":false},{"foldername":"lain","fingerprint":521574899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":912590962,"invalidFingerprint":false}],"packageFingerprint":2918049805,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"CosmeticArmorReworked-1.12.2-v5a.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:42.2925227Z","dateUpdated":"2023-07-12T19:16:42.2945023Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2937869,"fileName":"CosmeticArmorReworked-1.12.2-v5a.jar","fileDate":"2020-04-22T22:07:29.417Z","fileLength":72111,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2937/869/CosmeticArmorReworked-1.12.2-v5a.jar","isAlternate":false,"alternateFileId":2937870,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1808845874,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2989088557,"invalidFingerprint":false},{"foldername":"lain","fingerprint":521574899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":912590962,"invalidFingerprint":false}],"packageFingerprint":2918049805,"gameVersion":["1.12.1","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"CosmeticArmorReworked-1.12.2-v5a.jar","hashes":[]}},{"instanceID":"dd88ed2a-3ce7-4b51-8a97-e527975803a3","modSource":0,"addonID":241895,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"KleeSlabs","modFolderPath":null,"fileNameOnDisk":"KleeSlabs_1.12.2-5.4.12.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/kleeslabs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/203/889/256/256/636935511172009471.png","tags":[],"installedFile":{"id":2733525,"fileName":"KleeSlabs_1.12.2-5.4.12.jar","fileDate":"2019-06-30T20:55:40.607Z","fileLength":23967,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/525/KleeSlabs_1.12.2-5.4.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3454246977,"invalidFingerprint":false},{"foldername":"net","fingerprint":660837879,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3203573462,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1527612716,"invalidFingerprint":false}],"packageFingerprint":2682940316,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241895,"fileNameOnDisk":"KleeSlabs_1.12.2-5.4.12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.0563543Z","dateUpdated":"2023-07-12T19:15:41.0603662Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2733525,"fileName":"KleeSlabs_1.12.2-5.4.12.jar","fileDate":"2019-06-30T20:55:40.607Z","fileLength":23967,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/525/KleeSlabs_1.12.2-5.4.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3454246977,"invalidFingerprint":false},{"foldername":"net","fingerprint":660837879,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3203573462,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1527612716,"invalidFingerprint":false}],"packageFingerprint":2682940316,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241895,"fileNameOnDisk":"KleeSlabs_1.12.2-5.4.12.jar","hashes":[]}},{"instanceID":"da7a73e5-72b8-456d-9f98-a1211a51802b","modSource":0,"addonID":245174,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ender Storage 1.8.+","modFolderPath":null,"fileNameOnDisk":"EnderStorage-1.12.2-2.4.6.137-universal.jar","authors":[{"Id":12771183,"Name":"covers1624"},{"Id":6981014,"Name":"Chicken_Bones"}],"primaryAuthor":"covers1624","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/133/874/256/256/636487132065959761.png","tags":[],"installedFile":{"id":2755787,"fileName":"EnderStorage-1.12.2-2.4.6.137-universal.jar","fileDate":"2019-08-06T08:46:44.31Z","fileLength":223250,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar","isAlternate":false,"alternateFileId":2755788,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2174987299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2967838152,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":708585167,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1635696721,"invalidFingerprint":false}],"packageFingerprint":3887579715,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245174,"fileNameOnDisk":"EnderStorage-1.12.2-2.4.6.137-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.4388052Z","dateUpdated":"2023-07-12T19:16:29.4418589Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2755787,"fileName":"EnderStorage-1.12.2-2.4.6.137-universal.jar","fileDate":"2019-08-06T08:46:44.31Z","fileLength":223250,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar","isAlternate":false,"alternateFileId":2755788,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2174987299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2967838152,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":708585167,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1635696721,"invalidFingerprint":false}],"packageFingerprint":3887579715,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245174,"fileNameOnDisk":"EnderStorage-1.12.2-2.4.6.137-universal.jar","hashes":[]}},{"instanceID":"122f359a-28ef-48f1-8e44-4774e3a5b076","modSource":0,"addonID":321792,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Aqua Acrobatics [Forge]","modFolderPath":null,"fileNameOnDisk":"AquaAcrobatics-1.15.4.jar","authors":[{"Id":101435003,"Name":"embeddedt"},{"Id":10384423,"Name":"Fuzs"}],"primaryAuthor":"embeddedt","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/aqua-acrobatics","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/776/226/256/256/638118140112428573.png","tags":[],"installedFile":{"id":5225456,"fileName":"AquaAcrobatics-1.15.4.jar","fileDate":"2024-03-31T19:17:50.087Z","fileLength":182194,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5225/456/AquaAcrobatics-1.15.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":419286,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2036711517,"invalidFingerprint":false},{"foldername":"com","fingerprint":2807499326,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1437868671,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":292306802,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3939429116,"invalidFingerprint":false},{"foldername":"water_pack.mcmeta","fingerprint":1189855436,"invalidFingerprint":false},{"foldername":"mixins.aquaacrobatics.refmap.json","fingerprint":3004171504,"invalidFingerprint":false}],"packageFingerprint":2860985311,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":321792,"fileNameOnDisk":"AquaAcrobatics-1.15.4.jar","hashes":[{"type":1,"value":"098882484be6966b47af3615d43efb9a0f0adef5"},{"type":2,"value":"75fd7a3e86e22a2c546796cdc6621eb4"}]},"dateInstalled":"2023-08-04T23:49:46.5798661Z","dateUpdated":"2024-05-23T17:58:43.5764239Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5225456,"fileName":"AquaAcrobatics-1.15.4.jar","fileDate":"2024-03-31T19:17:50.087Z","fileLength":182194,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5225/456/AquaAcrobatics-1.15.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":419286,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2036711517,"invalidFingerprint":false},{"foldername":"com","fingerprint":2807499326,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1437868671,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":292306802,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3939429116,"invalidFingerprint":false},{"foldername":"water_pack.mcmeta","fingerprint":1189855436,"invalidFingerprint":false},{"foldername":"mixins.aquaacrobatics.refmap.json","fingerprint":3004171504,"invalidFingerprint":false}],"packageFingerprint":2860985311,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":321792,"fileNameOnDisk":"AquaAcrobatics-1.15.4.jar","hashes":[{"type":1,"value":"098882484be6966b47af3615d43efb9a0f0adef5"},{"type":2,"value":"75fd7a3e86e22a2c546796cdc6621eb4"}]}},{"instanceID":"ec5c91c5-f25d-44b4-89f3-2ce15238c8fa","modSource":0,"addonID":570458,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AE2 Unofficial Extended Life","modFolderPath":null,"fileNameOnDisk":"ae2-uel-v0.56.6.jar","authors":[{"Id":42179879,"Name":"notmywing"},{"Id":101299811,"Name":"serenibyss"}],"primaryAuthor":"notmywing","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/483/123/256/256/637782695232246251.png","tags":[],"installedFile":{"id":5411078,"fileName":"ae2-uel-v0.56.6.jar","fileDate":"2024-06-09T04:58:56.133Z","fileLength":4425522,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5411/78/ae2-uel-v0.56.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2170879095,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":1365712070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1217294243,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2115122135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1221843704,"invalidFingerprint":false}],"packageFingerprint":1004384984,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570458,"fileNameOnDisk":"ae2-uel-v0.56.6.jar","hashes":[{"type":1,"value":"5cdc64def700aa1554bca3584dc3d278ba608d22"},{"type":2,"value":"a41ea01263db95526e93016a50274958"}]},"dateInstalled":"2023-08-04T23:55:11.9312669Z","dateUpdated":"2024-06-09T22:48:51.2565526Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5411078,"fileName":"ae2-uel-v0.56.6.jar","fileDate":"2024-06-09T04:58:56.133Z","fileLength":4425522,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5411/78/ae2-uel-v0.56.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2170879095,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":1365712070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1217294243,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2115122135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1221843704,"invalidFingerprint":false}],"packageFingerprint":1004384984,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570458,"fileNameOnDisk":"ae2-uel-v0.56.6.jar","hashes":[{"type":1,"value":"5cdc64def700aa1554bca3584dc3d278ba608d22"},{"type":2,"value":"a41ea01263db95526e93016a50274958"}]}},{"instanceID":"750e3881-18ce-4386-90bb-0ddbc4df88d3","modSource":0,"addonID":298744,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Structurize","modFolderPath":null,"fileNameOnDisk":"structurize-1.12.2-0.10.277-RELEASE.jar","authors":[{"Id":27059243,"Name":"Raycoms"},{"Id":100114338,"Name":"someaddon"},{"Id":20516580,"Name":"OrionOnline"},{"Id":46853635,"Name":"Nightenom"},{"Id":35060270,"Name":"Asherslab"}],"primaryAuthor":"Raycoms","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/structurize","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/162/647/256/256/636677942988125938.png","tags":[],"installedFile":{"id":2901463,"fileName":"structurize-1.12.2-0.10.277-RELEASE.jar","fileDate":"2020-03-14T09:50:56.74Z","fileLength":1133312,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2901/463/structurize-1.12.2-0.10.277-RELEASE.jar","isAlternate":false,"alternateFileId":2901464,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1983581233,"invalidFingerprint":false},{"foldername":"com","fingerprint":2737535790,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2375771266,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2974897698,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1736269666,"invalidFingerprint":false}],"packageFingerprint":3487239861,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298744,"fileNameOnDisk":"structurize-1.12.2-0.10.277-RELEASE.jar","hashes":[]},"dateInstalled":"2023-07-12T19:25:25.4667834Z","dateUpdated":"2023-07-12T19:25:25.4817976Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2901463,"fileName":"structurize-1.12.2-0.10.277-RELEASE.jar","fileDate":"2020-03-14T09:50:56.74Z","fileLength":1133312,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2901/463/structurize-1.12.2-0.10.277-RELEASE.jar","isAlternate":false,"alternateFileId":2901464,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1983581233,"invalidFingerprint":false},{"foldername":"com","fingerprint":2737535790,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2375771266,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2974897698,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1736269666,"invalidFingerprint":false}],"packageFingerprint":3487239861,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298744,"fileNameOnDisk":"structurize-1.12.2-0.10.277-RELEASE.jar","hashes":[]}},{"instanceID":"f6257158-45f0-493a-aa6d-a66321df0e21","modSource":0,"addonID":291737,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Innovation","modFolderPath":null,"fileNameOnDisk":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-innovation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/887/256/256/637640073796649549.png","tags":[],"installedFile":{"id":2920441,"fileName":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:54:47.553Z","fileLength":182379,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/441/ThermalInnovation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155889916,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":171240571,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1436377730,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1401054811,"invalidFingerprint":false}],"packageFingerprint":4209430144,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291737,"fileNameOnDisk":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.3554839Z","dateUpdated":"2023-07-12T19:16:13.3574207Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920441,"fileName":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","fileDate":"2020-04-03T23:54:47.553Z","fileLength":182379,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/441/ThermalInnovation-1.12.2-0.3.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155889916,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":171240571,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1436377730,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1401054811,"invalidFingerprint":false}],"packageFingerprint":4209430144,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291737,"fileNameOnDisk":"ThermalInnovation-1.12.2-0.3.6.1-universal.jar","hashes":[]}},{"instanceID":"ed45209b-1a94-4c2b-8205-7b18c98cfb44","modSource":0,"addonID":220318,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Biomes O' Plenty","modFolderPath":null,"fileNameOnDisk":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","authors":[{"Id":6883388,"Name":"Forstride"},{"Id":9704465,"Name":"TheAdubbz"}],"primaryAuthor":"Forstride","primaryCategoryId":407,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/477/194/256/256/637771671789296797.png","tags":[],"installedFile":{"id":3558882,"fileName":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","fileDate":"2021-12-10T22:26:48.903Z","fileLength":4746208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3558/882/BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3263641587,"invalidFingerprint":false},{"foldername":"biomesoplenty","fingerprint":1583103307,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2878218662,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2922892018,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3320843694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2585792492,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":492397021,"invalidFingerprint":false}],"packageFingerprint":900488714,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220318,"fileNameOnDisk":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:39.3908188Z","dateUpdated":"2023-07-12T19:25:17.8640374Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3558882,"fileName":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","fileDate":"2021-12-10T22:26:48.903Z","fileLength":4746208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3558/882/BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3263641587,"invalidFingerprint":false},{"foldername":"biomesoplenty","fingerprint":1583103307,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2878218662,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2922892018,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3320843694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2585792492,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":492397021,"invalidFingerprint":false}],"packageFingerprint":900488714,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220318,"fileNameOnDisk":"BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar","hashes":[]}},{"instanceID":"f53ad5dd-076c-4a9e-a39d-57e77bd3e4e4","modSource":0,"addonID":233105,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"McJtyLib","modFolderPath":null,"fileNameOnDisk":"mcjtylib-1.12-3.5.4.jar","authors":[{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mcjtylib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/21/825/256/256/635733177880067480.png","tags":[],"installedFile":{"id":2745846,"fileName":"mcjtylib-1.12-3.5.4.jar","fileDate":"2019-07-22T03:27:04.243Z","fileLength":544856,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/846/mcjtylib-1.12-3.5.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3642991143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1987490093,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959765002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":847320386,"invalidFingerprint":false}],"packageFingerprint":285741512,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233105,"fileNameOnDisk":"mcjtylib-1.12-3.5.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.3746704Z","dateUpdated":"2023-07-12T19:16:35.3766734Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745846,"fileName":"mcjtylib-1.12-3.5.4.jar","fileDate":"2019-07-22T03:27:04.243Z","fileLength":544856,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/846/mcjtylib-1.12-3.5.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3642991143,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1987490093,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959765002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":847320386,"invalidFingerprint":false}],"packageFingerprint":285741512,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233105,"fileNameOnDisk":"mcjtylib-1.12-3.5.4.jar","hashes":[]}},{"instanceID":"8458922e-8792-409c-aded-b136538c308e","modSource":0,"addonID":363856,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Super Sound Muffler: Revived","modFolderPath":null,"fileNameOnDisk":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","authors":[{"Id":809144,"Name":"Firstnecron"}],"primaryAuthor":"Firstnecron","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/super-sound-muffler-revived","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/250/491/256/256/637179076176844735.png","tags":[],"installedFile":{"id":2886150,"fileName":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","fileDate":"2020-02-21T19:01:16.863Z","fileLength":80841,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2886/150/supersoundmuffler-revived_1.12.2_1.0.2.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3589266851,"invalidFingerprint":false},{"foldername":"edgarallen","fingerprint":598474995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3103099352,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1896299071,"invalidFingerprint":false}],"packageFingerprint":2928517051,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":363856,"fileNameOnDisk":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.0062687Z","dateUpdated":"2023-07-12T19:15:49.008295Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2886150,"fileName":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","fileDate":"2020-02-21T19:01:16.863Z","fileLength":80841,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2886/150/supersoundmuffler-revived_1.12.2_1.0.2.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3589266851,"invalidFingerprint":false},{"foldername":"edgarallen","fingerprint":598474995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3103099352,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1896299071,"invalidFingerprint":false}],"packageFingerprint":2928517051,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":363856,"fileNameOnDisk":"supersoundmuffler-revived_1.12.2_1.0.2.10.jar","hashes":[]}},{"instanceID":"1c0fc98b-bf21-4b09-b5a2-b3551f71a21f","modSource":0,"addonID":251792,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Simply Jetpacks 2","modFolderPath":null,"fileNameOnDisk":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","authors":[{"Id":13792018,"Name":"Tomson124"}],"primaryAuthor":"Tomson124","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/52/148/256/256/636111755569867328.jpeg","tags":[],"installedFile":{"id":3294422,"fileName":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","fileDate":"2021-05-01T00:36:59.933Z","fileLength":728575,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3294/422/SimplyJetpacks2-1.12.2-2.2.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227443,"type":1},{"addonId":268560,"type":2},{"addonId":300750,"type":1},{"addonId":70631,"type":1},{"addonId":69163,"type":2},{"addonId":64578,"type":2},{"addonId":231951,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3967732102,"invalidFingerprint":false},{"foldername":"tonius","fingerprint":2686363679,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3043186715,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483213633,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1222471052,"invalidFingerprint":false}],"packageFingerprint":3001974525,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251792,"fileNameOnDisk":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:23:56.0545789Z","dateUpdated":"2023-07-13T07:23:56.0585811Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3294422,"fileName":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","fileDate":"2021-05-01T00:36:59.933Z","fileLength":728575,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3294/422/SimplyJetpacks2-1.12.2-2.2.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227443,"type":1},{"addonId":268560,"type":2},{"addonId":300750,"type":1},{"addonId":70631,"type":1},{"addonId":69163,"type":2},{"addonId":64578,"type":2},{"addonId":231951,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3967732102,"invalidFingerprint":false},{"foldername":"tonius","fingerprint":2686363679,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3043186715,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2483213633,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1222471052,"invalidFingerprint":false}],"packageFingerprint":3001974525,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251792,"fileNameOnDisk":"SimplyJetpacks2-1.12.2-2.2.20.0.jar","hashes":[]}},{"instanceID":"cb52068b-79c2-48d7-b94a-c547a8c06ed5","modSource":0,"addonID":232131,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Default Options","modFolderPath":null,"fileNameOnDisk":"DefaultOptions_1.12.2-9.2.8.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/default-options","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/25/393/256/256/635772772655629740.png","tags":[],"installedFile":{"id":2624732,"fileName":"DefaultOptions_1.12.2-9.2.8.jar","fileDate":"2018-10-05T21:44:14.44Z","fileLength":15056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2624/732/DefaultOptions_1.12.2-9.2.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3294340221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1062572878,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":184185658,"invalidFingerprint":false}],"packageFingerprint":1590672741,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"DefaultOptions_1.12.2-9.2.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.3579919Z","dateUpdated":"2023-07-12T19:16:48.3600087Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2624732,"fileName":"DefaultOptions_1.12.2-9.2.8.jar","fileDate":"2018-10-05T21:44:14.44Z","fileLength":15056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2624/732/DefaultOptions_1.12.2-9.2.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3294340221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1062572878,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":184185658,"invalidFingerprint":false}],"packageFingerprint":1590672741,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"DefaultOptions_1.12.2-9.2.8.jar","hashes":[]}},{"instanceID":"b83eef00-efaf-43d3-acfa-ace6cad2807f","modSource":0,"addonID":314002,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Overloaded Armor Bar","modFolderPath":null,"fileNameOnDisk":"overloadedarmorbar-1.0.4g.jar","authors":[{"Id":58117726,"Name":"tfarecnim"}],"primaryAuthor":"tfarecnim","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/overloaded-armor-bar","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/190/386/256/256/636855470698559314.png","tags":[],"installedFile":{"id":2719400,"fileName":"overloadedarmorbar-1.0.4g.jar","fileDate":"2019-06-03T02:27:01.907Z","fileLength":18649,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2719/400/overloadedarmorbar-1.0.4g.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":673981282,"invalidFingerprint":false},{"foldername":"locusway","fingerprint":2230091284,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2904523222,"invalidFingerprint":false}],"packageFingerprint":4067900842,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314002,"fileNameOnDisk":"overloadedarmorbar-1.0.4g.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.32023Z","dateUpdated":"2023-07-12T19:16:23.3212273Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2719400,"fileName":"overloadedarmorbar-1.0.4g.jar","fileDate":"2019-06-03T02:27:01.907Z","fileLength":18649,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2719/400/overloadedarmorbar-1.0.4g.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":673981282,"invalidFingerprint":false},{"foldername":"locusway","fingerprint":2230091284,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2904523222,"invalidFingerprint":false}],"packageFingerprint":4067900842,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314002,"fileNameOnDisk":"overloadedarmorbar-1.0.4g.jar","hashes":[]}},{"instanceID":"3c442552-6f44-448a-91c9-bfa7d8e6c552","modSource":0,"addonID":811828,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PackagedAstral","modFolderPath":null,"fileNameOnDisk":"PackagedAstral-1.12.2-1.0.2.13.jar","authors":[{"Id":20908135,"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/packagedastral","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/759/528/256/256/638095905122883877.png","tags":[],"installedFile":{"id":5153622,"fileName":"PackagedAstral-1.12.2-1.0.2.13.jar","fileDate":"2024-03-03T09:49:30.19Z","fileLength":391561,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5153/622/PackagedAstral-1.12.2-1.0.2.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223666,"type":2},{"addonId":241721,"type":3},{"addonId":308380,"type":3},{"addonId":223794,"type":2},{"addonId":241721,"type":3},{"addonId":223794,"type":2},{"addonId":308380,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3694416838,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3741773278,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2228791251,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2913544228,"invalidFingerprint":false},{"foldername":"packagedastral.logo.png","fingerprint":2366969914,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":3498461498,"invalidFingerprint":false}],"packageFingerprint":4282821915,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":811828,"fileNameOnDisk":"PackagedAstral-1.12.2-1.0.2.13.jar","hashes":[{"type":1,"value":"33c41ad7c29e5717e93e2199f9eb8784d6ac206d"},{"type":2,"value":"f91117c60f3242c5a11419d01805e2e3"}]},"dateInstalled":"2023-08-04T23:59:35.1915677Z","dateUpdated":"2024-05-23T17:59:32.0376358Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5153622,"fileName":"PackagedAstral-1.12.2-1.0.2.13.jar","fileDate":"2024-03-03T09:49:30.19Z","fileLength":391561,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5153/622/PackagedAstral-1.12.2-1.0.2.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223666,"type":2},{"addonId":241721,"type":3},{"addonId":223794,"type":2},{"addonId":308380,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3694416838,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3741773278,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2228791251,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2913544228,"invalidFingerprint":false},{"foldername":"packagedastral.logo.png","fingerprint":2366969914,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":3498461498,"invalidFingerprint":false}],"packageFingerprint":4282821915,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":811828,"fileNameOnDisk":"PackagedAstral-1.12.2-1.0.2.13.jar","hashes":[{"type":1,"value":"33c41ad7c29e5717e93e2199f9eb8784d6ac206d"},{"type":2,"value":"f91117c60f3242c5a11419d01805e2e3"}]}},{"instanceID":"b3329852-f350-4f06-9427-9487c40ffbca","modSource":0,"addonID":242195,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Dark Utilities","modFolderPath":null,"fileNameOnDisk":"DarkUtils-1.12.2-1.8.230.jar","authors":[{"Id":6968547,"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dark-utilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/981/434/256/256/638488257462245625.jpeg","tags":[],"installedFile":{"id":2813586,"fileName":"DarkUtils-1.12.2-1.8.230.jar","fileDate":"2019-10-21T06:25:00.997Z","fileLength":426515,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2813/586/DarkUtils-1.12.2-1.8.230.jar","isAlternate":false,"alternateFileId":2813587,"dependencies":[{"addonId":228525,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3336199345,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4027660148,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4063542128,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1913673224,"invalidFingerprint":false},{"foldername":"net","fingerprint":2597165316,"invalidFingerprint":false}],"packageFingerprint":1524017603,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242195,"fileNameOnDisk":"DarkUtils-1.12.2-1.8.230.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.7920194Z","dateUpdated":"2023-07-12T19:15:43.7937066Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2813586,"fileName":"DarkUtils-1.12.2-1.8.230.jar","fileDate":"2019-10-21T06:25:00.997Z","fileLength":426515,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2813/586/DarkUtils-1.12.2-1.8.230.jar","isAlternate":false,"alternateFileId":2813587,"dependencies":[{"addonId":228525,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3336199345,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4027660148,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4063542128,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1913673224,"invalidFingerprint":false},{"foldername":"net","fingerprint":2597165316,"invalidFingerprint":false}],"packageFingerprint":1524017603,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242195,"fileNameOnDisk":"DarkUtils-1.12.2-1.8.230.jar","hashes":[]}},{"instanceID":"2dd79ef3-2dd1-4489-bb0f-b9f93156fefc","modSource":0,"addonID":243478,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"More Overlays","modFolderPath":null,"fileNameOnDisk":"moreoverlays-1.15.1-mc1.12.2.jar","authors":[{"Id":103996034,"Name":"feldim245"}],"primaryAuthor":"feldim245","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/more-overlays","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/37/247/256/256/635949309418908820.png","tags":[],"installedFile":{"id":2745657,"fileName":"moreoverlays-1.15.1-mc1.12.2.jar","fileDate":"2019-07-21T20:16:59.573Z","fileLength":51284,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/657/moreoverlays-1.15.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1896054281,"invalidFingerprint":false},{"foldername":"at","fingerprint":310582507,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4231270285,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4011782999,"invalidFingerprint":false}],"packageFingerprint":3847633420,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243478,"fileNameOnDisk":"moreoverlays-1.15.1-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:12.5244768Z","dateUpdated":"2023-07-12T19:16:12.5269944Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745657,"fileName":"moreoverlays-1.15.1-mc1.12.2.jar","fileDate":"2019-07-21T20:16:59.573Z","fileLength":51284,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/657/moreoverlays-1.15.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1896054281,"invalidFingerprint":false},{"foldername":"at","fingerprint":310582507,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4231270285,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4011782999,"invalidFingerprint":false}],"packageFingerprint":3847633420,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243478,"fileNameOnDisk":"moreoverlays-1.15.1-mc1.12.2.jar","hashes":[]}},{"instanceID":"e74010c3-8f2a-4aec-a99f-f1a762de6a45","modSource":0,"addonID":265917,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Integration","modFolderPath":null,"fileNameOnDisk":"jeiintegration_1.12.2-1.6.0.jar","authors":[{"Id":13588507,"Name":"SnowShock35"}],"primaryAuthor":"SnowShock35","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-integration","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/106/916/256/256/636362572840734804.png","tags":[],"installedFile":{"id":2951731,"fileName":"jeiintegration_1.12.2-1.6.0.jar","fileDate":"2020-05-08T19:34:37.91Z","fileLength":25196,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2951/731/jeiintegration_1.12.2-1.6.0.jar","isAlternate":false,"alternateFileId":2951733,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2172882656,"invalidFingerprint":false},{"foldername":"com","fingerprint":3212149294,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2922011523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1665464600,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2101423926,"invalidFingerprint":false}],"packageFingerprint":1053708721,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":265917,"fileNameOnDisk":"jeiintegration_1.12.2-1.6.0.jar","hashes":[]},"dateInstalled":"2023-08-05T21:25:46.6044417Z","dateUpdated":"2023-08-05T21:25:46.6064415Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2951731,"fileName":"jeiintegration_1.12.2-1.6.0.jar","fileDate":"2020-05-08T19:34:37.91Z","fileLength":25196,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2951/731/jeiintegration_1.12.2-1.6.0.jar","isAlternate":false,"alternateFileId":2951733,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2172882656,"invalidFingerprint":false},{"foldername":"com","fingerprint":3212149294,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2922011523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1665464600,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2101423926,"invalidFingerprint":false}],"packageFingerprint":1053708721,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":265917,"fileNameOnDisk":"jeiintegration_1.12.2-1.6.0.jar","hashes":[]}},{"instanceID":"49d1635a-0cf2-4bf9-a14d-baa89e5e4f38","modSource":0,"addonID":245755,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Waystones","modFolderPath":null,"fileNameOnDisk":"Waystones_1.12.2-4.1.0.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":414,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/waystones","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/42/418/256/256/636008504954894502.png","tags":[],"installedFile":{"id":2859589,"fileName":"Waystones_1.12.2-4.1.0.jar","fileDate":"2020-01-13T16:08:12.16Z","fileLength":178994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2859/589/Waystones_1.12.2-4.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4243566609,"invalidFingerprint":false},{"foldername":"net","fingerprint":393241158,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1748606927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3073931083,"invalidFingerprint":false}],"packageFingerprint":1833513447,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245755,"fileNameOnDisk":"Waystones_1.12.2-4.1.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:20:20.164451Z","dateUpdated":"2023-07-13T07:20:20.1772395Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2859589,"fileName":"Waystones_1.12.2-4.1.0.jar","fileDate":"2020-01-13T16:08:12.16Z","fileLength":178994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2859/589/Waystones_1.12.2-4.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4243566609,"invalidFingerprint":false},{"foldername":"net","fingerprint":393241158,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1748606927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3073931083,"invalidFingerprint":false}],"packageFingerprint":1833513447,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245755,"fileNameOnDisk":"Waystones_1.12.2-4.1.0.jar","hashes":[]}},{"instanceID":"6dc414ef-717c-485f-ab57-07324a9e2598","modSource":0,"addonID":263980,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TATW","modFolderPath":null,"fileNameOnDisk":"Tatw-1.12.2-1.0.1.2.b27.jar","authors":[{"Id":10023052,"Name":"Aroma1997"}],"primaryAuthor":"Aroma1997","primaryCategoryId":429,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tatw","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/93/553/256/256/636263983088430641.png","tags":[],"installedFile":{"id":2585616,"fileName":"Tatw-1.12.2-1.0.1.2.b27.jar","fileDate":"2018-07-18T16:37:46.72Z","fileLength":41276,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2585/616/Tatw-1.12.2-1.0.1.2.b27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3},{"addonId":242638,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3017205171,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":4062077704,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2169785417,"invalidFingerprint":false}],"packageFingerprint":313842268,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263980,"fileNameOnDisk":"Tatw-1.12.2-1.0.1.2.b27.jar","hashes":[]},"dateInstalled":"2023-07-23T05:51:57.4775771Z","dateUpdated":"2023-07-23T05:51:57.4805457Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2585616,"fileName":"Tatw-1.12.2-1.0.1.2.b27.jar","fileDate":"2018-07-18T16:37:46.72Z","fileLength":41276,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2585/616/Tatw-1.12.2-1.0.1.2.b27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3},{"addonId":242638,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3017205171,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":4062077704,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2169785417,"invalidFingerprint":false}],"packageFingerprint":313842268,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263980,"fileNameOnDisk":"Tatw-1.12.2-1.0.1.2.b27.jar","hashes":[]}},{"instanceID":"b14ba2c9-8991-4891-8932-562082366b23","modSource":0,"addonID":248370,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Bees","modFolderPath":null,"fileNameOnDisk":"jeibees-0.9.0.5-mc1.12.2.jar","authors":[{"Id":1274872,"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-bees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/46/834/256/256/636059277950337673.png","tags":[],"installedFile":{"id":2490058,"fileName":"jeibees-0.9.0.5-mc1.12.2.jar","fileDate":"2017-10-12T18:35:55.983Z","fileLength":117480,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/58/jeibees-0.9.0.5-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1541940746,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":369393444,"invalidFingerprint":false},{"foldername":"assets","fingerprint":728962449,"invalidFingerprint":false}],"packageFingerprint":12823422,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248370,"fileNameOnDisk":"jeibees-0.9.0.5-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.1235315Z","dateUpdated":"2023-07-12T19:16:48.1254817Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2490058,"fileName":"jeibees-0.9.0.5-mc1.12.2.jar","fileDate":"2017-10-12T18:35:55.983Z","fileLength":117480,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/58/jeibees-0.9.0.5-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":59751,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1541940746,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":369393444,"invalidFingerprint":false},{"foldername":"assets","fingerprint":728962449,"invalidFingerprint":false}],"packageFingerprint":12823422,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248370,"fileNameOnDisk":"jeibees-0.9.0.5-mc1.12.2.jar","hashes":[]}},{"instanceID":"bb0051cd-2f51-4ff0-8545-a0748a3e569d","modSource":0,"addonID":314904,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FTB Backups (Forge)","modFolderPath":null,"fileNameOnDisk":"FTBBackups-1.1.0.1.jar","authors":[{"Id":17809311,"Name":"FTB"},{"Id":8021848,"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-backups-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/359/256/256/637261947838118702.png","tags":[],"installedFile":{"id":2819669,"fileName":"FTBBackups-1.1.0.1.jar","fileDate":"2019-10-31T20:25:08.137Z","fileLength":43764,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2819/669/FTBBackups-1.1.0.1.jar","isAlternate":false,"alternateFileId":2819670,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3896838891,"invalidFingerprint":false},{"foldername":"com","fingerprint":409143337,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4225148106,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152582459,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":812656482,"invalidFingerprint":false}],"packageFingerprint":752442057,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314904,"fileNameOnDisk":"FTBBackups-1.1.0.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.6346828Z","dateUpdated":"2023-07-12T19:16:41.6366871Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2819669,"fileName":"FTBBackups-1.1.0.1.jar","fileDate":"2019-10-31T20:25:08.137Z","fileLength":43764,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2819/669/FTBBackups-1.1.0.1.jar","isAlternate":false,"alternateFileId":2819670,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3896838891,"invalidFingerprint":false},{"foldername":"com","fingerprint":409143337,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4225148106,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152582459,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":812656482,"invalidFingerprint":false}],"packageFingerprint":752442057,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314904,"fileNameOnDisk":"FTBBackups-1.1.0.1.jar","hashes":[]}},{"instanceID":"4a83e2a5-5742-4422-8b2c-63d965abf4b3","modSource":0,"addonID":267939,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough HarvestCraft (JEHC)","modFolderPath":null,"fileNameOnDisk":"just-enough-harvestcraft-1.12.2-1.7.2.jar","authors":[{"Id":17406731,"Name":"mrapplexz"}],"primaryAuthor":"mrapplexz","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-harvestcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/242/45/256/256/637132098454862192.png","tags":[],"installedFile":{"id":2997129,"fileName":"just-enough-harvestcraft-1.12.2-1.7.2.jar","fileDate":"2020-07-05T20:20:12.28Z","fileLength":45829,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2997/129/just-enough-harvestcraft-1.12.2-1.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":221857,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563275372,"invalidFingerprint":false},{"foldername":"net","fingerprint":400304023,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2759557438,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2277574815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2376325434,"invalidFingerprint":false}],"packageFingerprint":457164950,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267939,"fileNameOnDisk":"just-enough-harvestcraft-1.12.2-1.7.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:52.4280045Z","dateUpdated":"2023-07-12T19:16:52.4300055Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2997129,"fileName":"just-enough-harvestcraft-1.12.2-1.7.2.jar","fileDate":"2020-07-05T20:20:12.28Z","fileLength":45829,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2997/129/just-enough-harvestcraft-1.12.2-1.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":221857,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563275372,"invalidFingerprint":false},{"foldername":"net","fingerprint":400304023,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2759557438,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2277574815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2376325434,"invalidFingerprint":false}],"packageFingerprint":457164950,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267939,"fileNameOnDisk":"just-enough-harvestcraft-1.12.2-1.7.2.jar","hashes":[]}},{"instanceID":"cb9250ff-0ad0-4074-b51e-3979ad62b49b","modSource":0,"addonID":307416,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Sleep","modFolderPath":null,"fileNameOnDisk":"JustSleep-1.0.0.1.jar","authors":[{"Id":9548223,"Name":"modmuss50"}],"primaryAuthor":"modmuss50","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-sleep","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/179/172/256/256/636784045568071942.png","tags":[],"installedFile":{"id":2640024,"fileName":"JustSleep-1.0.0.1.jar","fileDate":"2018-11-21T14:11:53.823Z","fileLength":8275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2640/24/JustSleep-1.0.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":237903,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3401721560,"invalidFingerprint":false},{"foldername":"me","fingerprint":556312261,"invalidFingerprint":false}],"packageFingerprint":209748871,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":307416,"fileNameOnDisk":"JustSleep-1.0.0.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.8930564Z","dateUpdated":"2023-07-12T19:16:29.8970563Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2640024,"fileName":"JustSleep-1.0.0.1.jar","fileDate":"2018-11-21T14:11:53.823Z","fileLength":8275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2640/24/JustSleep-1.0.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":237903,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3401721560,"invalidFingerprint":false},{"foldername":"me","fingerprint":556312261,"invalidFingerprint":false}],"packageFingerprint":209748871,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":307416,"fileNameOnDisk":"JustSleep-1.0.0.1.jar","hashes":[]}},{"instanceID":"123030e2-9082-424b-a704-3f76b2228178","modSource":0,"addonID":376903,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk)","modFolderPath":null,"fileNameOnDisk":"plustic-8.0.6.jar","authors":[{"Id":6838641,"Name":"TeamDman"}],"primaryAuthor":"TeamDman","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/plusticminusbad","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/265/6/256/256/637228246468007633.png","tags":[],"installedFile":{"id":4703532,"fileName":"plustic-8.0.6.jar","fileDate":"2023-08-13T22:29:55.903Z","fileLength":546442,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4703/532/plustic-8.0.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2369104714,"invalidFingerprint":false},{"foldername":"landmaster","fingerprint":16243497,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2324389882,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2522229953,"invalidFingerprint":false}],"packageFingerprint":3370672618,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":376903,"fileNameOnDisk":"plustic-8.0.6.jar","hashes":[{"type":1,"value":"4b9d6094b0ad5792f3e8c80a811d71f8f80dc327"},{"type":2,"value":"f1db4bd7c0437b452b831c5bd4807a09"}]},"dateInstalled":"2023-07-12T19:16:37.5489366Z","dateUpdated":"2024-05-23T17:59:58.1417928Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4703532,"fileName":"plustic-8.0.6.jar","fileDate":"2023-08-13T22:29:55.903Z","fileLength":546442,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4703/532/plustic-8.0.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2369104714,"invalidFingerprint":false},{"foldername":"landmaster","fingerprint":16243497,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2324389882,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2522229953,"invalidFingerprint":false}],"packageFingerprint":3370672618,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":376903,"fileNameOnDisk":"plustic-8.0.6.jar","hashes":[{"type":1,"value":"4b9d6094b0ad5792f3e8c80a811d71f8f80dc327"},{"type":2,"value":"f1db4bd7c0437b452b831c5bd4807a09"}]}},{"instanceID":"934a1259-f2c9-4502-98b5-94afce60e58e","modSource":0,"addonID":283589,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"YNot","modFolderPath":null,"fileNameOnDisk":"YNot-0.2.4.jar","authors":[{"Id":8658828,"Name":"asiekierka"}],"primaryAuthor":"asiekierka","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ynot","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/173/256/256/636490084531087495.png","tags":[],"installedFile":{"id":2708030,"fileName":"YNot-0.2.4.jar","fileDate":"2019-05-06T18:52:18.573Z","fileLength":63867,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2708/30/YNot-0.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":260912,"type":3},{"addonId":268560,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3622182676,"invalidFingerprint":false},{"foldername":"pl","fingerprint":4188373933,"invalidFingerprint":false},{"foldername":"assets","fingerprint":203057174,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":415994725,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":127059022,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":74322111,"invalidFingerprint":false}],"packageFingerprint":447109612,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283589,"fileNameOnDisk":"YNot-0.2.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.9699022Z","dateUpdated":"2023-07-12T19:16:22.9719064Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2708030,"fileName":"YNot-0.2.4.jar","fileDate":"2019-05-06T18:52:18.573Z","fileLength":63867,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2708/30/YNot-0.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":260912,"type":3},{"addonId":268560,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3622182676,"invalidFingerprint":false},{"foldername":"pl","fingerprint":4188373933,"invalidFingerprint":false},{"foldername":"assets","fingerprint":203057174,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":415994725,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":127059022,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":74322111,"invalidFingerprint":false}],"packageFingerprint":447109612,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283589,"fileNameOnDisk":"YNot-0.2.4.jar","hashes":[]}},{"instanceID":"edfd81fc-252f-4609-811b-abd0046e3a75","modSource":0,"addonID":320254,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PlaneFix","modFolderPath":null,"fileNameOnDisk":"PlaneFix-1.12.2-1.0.0.jar","authors":[{"Id":10368195,"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/planefix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/201/184/256/256/636918410562952951.png","tags":[],"installedFile":{"id":2703755,"fileName":"PlaneFix-1.12.2-1.0.0.jar","fileDate":"2019-04-26T02:06:46.293Z","fileLength":7357,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2703/755/PlaneFix-1.12.2-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4019828583,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":2269107588,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3838979015,"invalidFingerprint":false}],"packageFingerprint":2006829091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":320254,"fileNameOnDisk":"PlaneFix-1.12.2-1.0.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:39.9354662Z","dateUpdated":"2023-07-12T19:16:39.9374429Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2703755,"fileName":"PlaneFix-1.12.2-1.0.0.jar","fileDate":"2019-04-26T02:06:46.293Z","fileLength":7357,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2703/755/PlaneFix-1.12.2-1.0.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4019828583,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":2269107588,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3838979015,"invalidFingerprint":false}],"packageFingerprint":2006829091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":320254,"fileNameOnDisk":"PlaneFix-1.12.2-1.0.0.jar","hashes":[]}},{"instanceID":"b376931c-9550-4f3c-90ab-7a6847d349d8","modSource":0,"addonID":266936,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JAOPCA","modFolderPath":null,"fileNameOnDisk":"JAOPCA-1.12.2-2.2.8.106.jar","authors":[{"Id":20908135,"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":413,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jaopca","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/580/944/256/256/637945436867389654.png","tags":[],"installedFile":{"id":3487112,"fileName":"JAOPCA-1.12.2-2.2.8.106.jar","fileDate":"2021-10-10T18:29:09.663Z","fileLength":455081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3487/112/JAOPCA-1.12.2-2.2.8.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":275153,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1078218285,"invalidFingerprint":false},{"foldername":"de","fingerprint":4170845716,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":616331680,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1455654317,"invalidFingerprint":false}],"packageFingerprint":3274276256,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266936,"fileNameOnDisk":"JAOPCA-1.12.2-2.2.8.106.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.27739Z","dateUpdated":"2023-07-12T19:25:27.8728322Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3487112,"fileName":"JAOPCA-1.12.2-2.2.8.106.jar","fileDate":"2021-10-10T18:29:09.663Z","fileLength":455081,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3487/112/JAOPCA-1.12.2-2.2.8.106.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":275153,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1078218285,"invalidFingerprint":false},{"foldername":"de","fingerprint":4170845716,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":616331680,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1455654317,"invalidFingerprint":false}],"packageFingerprint":3274276256,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266936,"fileNameOnDisk":"JAOPCA-1.12.2-2.2.8.106.jar","hashes":[]}},{"instanceID":"2fefd591-8b27-4e86-9da0-b9a3ea0c8291","modSource":0,"addonID":910715,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Alfheim Lighting Engine","modFolderPath":null,"fileNameOnDisk":"Alfheim-1.3.jar","authors":[{"Id":102115093,"Name":"Desoroxxx"}],"primaryAuthor":"Desoroxxx","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/alfheim-lighting-engine","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/874/755/256/256/638296262646953159.png","tags":[],"installedFile":{"id":5218222,"fileName":"Alfheim-1.3.jar","fileDate":"2024-03-28T15:12:19.76Z","fileLength":69784,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5218/222/Alfheim-1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":873867,"type":3},{"addonId":419286,"type":3},{"addonId":227874,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1145593358,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3051979359,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3992922594,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2769884118,"invalidFingerprint":false},{"foldername":"mixins.alfheim.json","fingerprint":3108838240,"invalidFingerprint":false},{"foldername":"mixins.alfheim.refmap.json","fingerprint":2918440256,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":749670831,"invalidFingerprint":false}],"packageFingerprint":2128456540,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":910715,"fileNameOnDisk":"Alfheim-1.3.jar","hashes":[{"type":1,"value":"02266604255a9b0936b02a772f104bd15462876b"},{"type":2,"value":"46f284d2fc4ebc77589adff46a752e11"}]},"dateInstalled":"2024-05-23T18:10:44.4256399Z","dateUpdated":"2024-05-23T18:10:44.4281982Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5218222,"fileName":"Alfheim-1.3.jar","fileDate":"2024-03-28T15:12:19.76Z","fileLength":69784,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5218/222/Alfheim-1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":873867,"type":3},{"addonId":419286,"type":3},{"addonId":227874,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1145593358,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3051979359,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3992922594,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2769884118,"invalidFingerprint":false},{"foldername":"mixins.alfheim.json","fingerprint":3108838240,"invalidFingerprint":false},{"foldername":"mixins.alfheim.refmap.json","fingerprint":2918440256,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":749670831,"invalidFingerprint":false}],"packageFingerprint":2128456540,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":910715,"fileNameOnDisk":"Alfheim-1.3.jar","hashes":[{"type":1,"value":"02266604255a9b0936b02a772f104bd15462876b"},{"type":2,"value":"46f284d2fc4ebc77589adff46a752e11"}]}},{"instanceID":"a0f3e56a-898e-4849-8299-52c2c34f0e3a","modSource":0,"addonID":298187,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Building Gadgets","modFolderPath":null,"fileNameOnDisk":"BuildingGadgets-2.8.4.jar","authors":[{"Id":22300,"Name":"Direwolf20"},{"Id":8021848,"Name":"ErrorMikey"}],"primaryAuthor":"Direwolf20","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/building-gadgets","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/161/452/256/256/636672128890190531.png","tags":[],"installedFile":{"id":3005950,"fileName":"BuildingGadgets-2.8.4.jar","fileDate":"2020-07-15T21:22:37.553Z","fileLength":719492,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3005/950/BuildingGadgets-2.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243076,"type":2},{"addonId":231951,"type":2},{"addonId":228404,"type":2},{"addonId":59751,"type":2},{"addonId":267602,"type":2},{"addonId":69163,"type":2},{"addonId":268495,"type":2},{"addonId":242638,"type":2},{"addonId":223794,"type":2},{"addonId":239286,"type":2},{"addonId":268560,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3678407289,"invalidFingerprint":false},{"foldername":"com","fingerprint":1780571525,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2963309242,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4188186525,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1053424356,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298187,"fileNameOnDisk":"BuildingGadgets-2.8.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:56.7679186Z","dateUpdated":"2023-07-12T19:15:56.7709246Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3005950,"fileName":"BuildingGadgets-2.8.4.jar","fileDate":"2020-07-15T21:22:37.553Z","fileLength":719492,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3005/950/BuildingGadgets-2.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243076,"type":2},{"addonId":231951,"type":2},{"addonId":228404,"type":2},{"addonId":59751,"type":2},{"addonId":267602,"type":2},{"addonId":69163,"type":2},{"addonId":268495,"type":2},{"addonId":242638,"type":2},{"addonId":223794,"type":2},{"addonId":239286,"type":2},{"addonId":268560,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3678407289,"invalidFingerprint":false},{"foldername":"com","fingerprint":1780571525,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2963309242,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4188186525,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1053424356,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":298187,"fileNameOnDisk":"BuildingGadgets-2.8.4.jar","hashes":[]}},{"instanceID":"faa66a8c-8afe-4f1c-afa6-317730c26494","modSource":0,"addonID":245506,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MineColonies","modFolderPath":null,"fileNameOnDisk":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","authors":[{"Id":27059243,"Name":"Raycoms"},{"Id":100114338,"Name":"someaddon"}],"primaryAuthor":"Raycoms","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/minecolonies","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/41/680/256/256/635999200063962019.png","tags":[],"installedFile":{"id":3951291,"fileName":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","fileDate":"2022-08-25T14:25:24.367Z","fileLength":34907058,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3951/291/minecolonies-1.12.2-0.11.841-BETA-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":298744,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1967438195,"invalidFingerprint":false},{"foldername":"com","fingerprint":191943144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":44079398,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3442995764,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1355987511,"invalidFingerprint":false}],"packageFingerprint":3638966633,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245506,"fileNameOnDisk":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:03.1217504Z","dateUpdated":"2023-07-12T19:25:28.8059609Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3951291,"fileName":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","fileDate":"2022-08-25T14:25:24.367Z","fileLength":34907058,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3951/291/minecolonies-1.12.2-0.11.841-BETA-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":298744,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1967438195,"invalidFingerprint":false},{"foldername":"com","fingerprint":191943144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":44079398,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3442995764,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1355987511,"invalidFingerprint":false}],"packageFingerprint":3638966633,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245506,"fileNameOnDisk":"minecolonies-1.12.2-0.11.841-BETA-universal.jar","hashes":[]}},{"instanceID":"8c6025fb-d7b8-4bfd-8bb8-99a28ffcec5e","modSource":0,"addonID":250277,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extreme Reactors","modFolderPath":null,"fileNameOnDisk":"ExtremeReactors-1.12.2-0.4.5.68.jar","authors":[{"Id":9586529,"Name":"ZeroNoRyouki"}],"primaryAuthor":"ZeroNoRyouki","primaryCategoryId":417,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extreme-reactors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/310/376/256/256/637398551210975973.png","tags":[],"installedFile":{"id":3194746,"fileName":"ExtremeReactors-1.12.2-0.4.5.68.jar","fileDate":"2021-02-06T15:39:56.24Z","fileLength":1149733,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/746/ExtremeReactors-1.12.2-0.4.5.68.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":247921,"type":3},{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":638693309,"invalidFingerprint":false},{"foldername":"erogenousbeef","fingerprint":1003737153,"invalidFingerprint":false},{"foldername":"zero","fingerprint":945002607,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3844612378,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2925930995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":91910012,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":528536688,"invalidFingerprint":false}],"packageFingerprint":3266969881,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250277,"fileNameOnDisk":"ExtremeReactors-1.12.2-0.4.5.68.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.5746522Z","dateUpdated":"2023-07-12T19:25:13.7142462Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3194746,"fileName":"ExtremeReactors-1.12.2-0.4.5.68.jar","fileDate":"2021-02-06T15:39:56.24Z","fileLength":1149733,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/746/ExtremeReactors-1.12.2-0.4.5.68.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":247921,"type":3},{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":638693309,"invalidFingerprint":false},{"foldername":"erogenousbeef","fingerprint":1003737153,"invalidFingerprint":false},{"foldername":"zero","fingerprint":945002607,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3844612378,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2925930995,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":91910012,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":528536688,"invalidFingerprint":false}],"packageFingerprint":3266969881,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250277,"fileNameOnDisk":"ExtremeReactors-1.12.2-0.4.5.68.jar","hashes":[]}},{"instanceID":"8ad7e688-f592-4610-8b96-191f1bae59c8","modSource":0,"addonID":229664,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animus","modFolderPath":null,"fileNameOnDisk":"Animus-1.12-2.1.7.jar","authors":[{"Id":6838641,"Name":"TeamDman"},{"Id":8111057,"Name":"Saereth"}],"primaryAuthor":"TeamDman","primaryCategoryId":4485,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animus","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/964/256/256/636615207940434955.png","tags":[],"installedFile":{"id":2888473,"fileName":"Animus-1.12-2.1.7.jar","fileDate":"2020-02-25T07:42:43.89Z","fileLength":349684,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2888/473/Animus-1.12-2.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":3},{"addonId":224791,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018629793,"invalidFingerprint":false},{"foldername":"com","fingerprint":2409127869,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3144452075,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":400138729,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2777185958,"invalidFingerprint":false}],"packageFingerprint":4208511036,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229664,"fileNameOnDisk":"Animus-1.12-2.1.7.jar","hashes":[]},"dateInstalled":"2023-07-23T23:01:48.3698626Z","dateUpdated":"2023-07-23T23:01:48.3728714Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2888473,"fileName":"Animus-1.12-2.1.7.jar","fileDate":"2020-02-25T07:42:43.89Z","fileLength":349684,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2888/473/Animus-1.12-2.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228832,"type":3},{"addonId":224791,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018629793,"invalidFingerprint":false},{"foldername":"com","fingerprint":2409127869,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3144452075,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":400138729,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2777185958,"invalidFingerprint":false}],"packageFingerprint":4208511036,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229664,"fileNameOnDisk":"Animus-1.12-2.1.7.jar","hashes":[]}},{"instanceID":"1906b8c3-e669-4bcd-a87a-58ebb4a9d1f9","modSource":0,"addonID":255232,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"p455w0rd's Library","modFolderPath":null,"fileNameOnDisk":"p455w0rdslib-1.12.2-2.3.161.jar","authors":[{"Id":20164015,"Name":"TheRealp455w0rd"}],"primaryAuthor":"TheRealp455w0rd","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/77/605/256/256/636174826217128993.png","tags":[],"installedFile":{"id":2830265,"fileName":"p455w0rdslib-1.12.2-2.3.161.jar","fileDate":"2019-11-21T03:52:55.193Z","fileLength":328793,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2830/265/p455w0rdslib-1.12.2-2.3.161.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2056699777,"invalidFingerprint":false},{"foldername":"assets","fingerprint":675317848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1992792617,"invalidFingerprint":false},{"foldername":"p455w0rdslib","fingerprint":976873340,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1598791879,"invalidFingerprint":false}],"packageFingerprint":4127400724,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":255232,"fileNameOnDisk":"p455w0rdslib-1.12.2-2.3.161.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.5844298Z","dateUpdated":"2023-07-12T19:16:40.5870205Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2830265,"fileName":"p455w0rdslib-1.12.2-2.3.161.jar","fileDate":"2019-11-21T03:52:55.193Z","fileLength":328793,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2830/265/p455w0rdslib-1.12.2-2.3.161.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2056699777,"invalidFingerprint":false},{"foldername":"assets","fingerprint":675317848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1992792617,"invalidFingerprint":false},{"foldername":"p455w0rdslib","fingerprint":976873340,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1598791879,"invalidFingerprint":false}],"packageFingerprint":4127400724,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":255232,"fileNameOnDisk":"p455w0rdslib-1.12.2-2.3.161.jar","hashes":[]}},{"instanceID":"98e8eeb1-3dc4-451d-84e0-c71f9ba4fb54","modSource":0,"addonID":309756,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Gas Conduits","modFolderPath":null,"fileNameOnDisk":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","authors":[{"Id":8445729,"Name":"pupnewfster"}],"primaryAuthor":"pupnewfster","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gas-conduits","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/183/191/256/256/636813467342327346.png","tags":[],"installedFile":{"id":4674242,"fileName":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:49.933Z","fileLength":155610,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/242/EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3},{"addonId":64578,"type":2},{"addonId":297197,"type":2},{"addonId":297193,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3084673452,"invalidFingerprint":false},{"foldername":"assets","fingerprint":568349941,"invalidFingerprint":false},{"foldername":"gg","fingerprint":498954501,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2156398778,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":221046385,"invalidFingerprint":false}],"packageFingerprint":3424029325,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309756,"fileNameOnDisk":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","hashes":[]},"dateInstalled":"2023-08-04T23:50:25.3074932Z","dateUpdated":"2023-08-04T23:50:25.3094916Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4674242,"fileName":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:49.933Z","fileLength":155610,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/242/EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3},{"addonId":64578,"type":2},{"addonId":297197,"type":2},{"addonId":297193,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3084673452,"invalidFingerprint":false},{"foldername":"assets","fingerprint":568349941,"invalidFingerprint":false},{"foldername":"gg","fingerprint":498954501,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2156398778,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":221046385,"invalidFingerprint":false}],"packageFingerprint":3424029325,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309756,"fileNameOnDisk":"EnderIO-conduits-mekanism-1.12.2-5.3.72.jar","hashes":[]}},{"instanceID":"f10e379e-aa30-4484-8ede-f3c294cf51e2","modSource":0,"addonID":282001,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CC: Tweaked","modFolderPath":null,"fileNameOnDisk":"cc-tweaked-1.12.2-1.89.2.jar","authors":[{"Id":19749640,"Name":"SquidDev"}],"primaryAuthor":"SquidDev","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cc-tweaked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/871/256/256/636463439690354770.png","tags":[],"installedFile":{"id":2992872,"fileName":"cc-tweaked-1.12.2-1.89.2.jar","fileDate":"2020-06-30T10:11:35.52Z","fileLength":1815047,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2992/872/cc-tweaked-1.12.2-1.89.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4149645072,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":3050697473,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2840261339,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":319397278,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3717842985,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false},{"foldername":"org","fingerprint":1667126457,"invalidFingerprint":false}],"packageFingerprint":3991938277,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.12.2-1.89.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.6755039Z","dateUpdated":"2023-07-12T19:15:36.6775042Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2992872,"fileName":"cc-tweaked-1.12.2-1.89.2.jar","fileDate":"2020-06-30T10:11:35.52Z","fileLength":1815047,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2992/872/cc-tweaked-1.12.2-1.89.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4149645072,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":3050697473,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2840261339,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":319397278,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3717842985,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false},{"foldername":"org","fingerprint":1667126457,"invalidFingerprint":false}],"packageFingerprint":3991938277,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.12.2-1.89.2.jar","hashes":[]}},{"instanceID":"aaaa865d-674f-46a5-81d8-136b4b3504b7","modSource":0,"addonID":306770,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Patchouli","modFolderPath":null,"fileNameOnDisk":"Patchouli-1.0-23.6.jar","authors":[{"Id":3852549,"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/patchouli","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/685/256/256/637958998949519797.png","tags":[],"installedFile":{"id":3162874,"fileName":"Patchouli-1.0-23.6.jar","fileDate":"2021-01-09T02:35:57.593Z","fileLength":472464,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3162/874/Patchouli-1.0-23.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":411469789,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":950327522,"invalidFingerprint":false},{"foldername":"assets","fingerprint":946917033,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3925067605,"invalidFingerprint":false}],"packageFingerprint":1284405660,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.0-23.6.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:31.7072082Z","dateUpdated":"2023-07-12T19:16:31.7112126Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3162874,"fileName":"Patchouli-1.0-23.6.jar","fileDate":"2021-01-09T02:35:57.593Z","fileLength":472464,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3162/874/Patchouli-1.0-23.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":411469789,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":950327522,"invalidFingerprint":false},{"foldername":"assets","fingerprint":946917033,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3925067605,"invalidFingerprint":false}],"packageFingerprint":1284405660,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.0-23.6.jar","hashes":[]}},{"instanceID":"dcfb7f41-94e5-49aa-830e-82d80373cab8","modSource":0,"addonID":295736,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MemoryTester","modFolderPath":null,"fileNameOnDisk":"MemoryTester-0.4.2.jar","authors":[{"Id":34149455,"Name":"KaptainWutax"},{"Id":10528774,"Name":"Kreezxil"}],"primaryAuthor":"KaptainWutax","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/memorytester","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/157/14/256/256/636642618100628057.png","tags":[],"installedFile":{"id":2683370,"fileName":"MemoryTester-0.4.2.jar","fileDate":"2019-03-04T23:57:14.243Z","fileLength":37072,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2683/370/MemoryTester-0.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":358828383,"invalidFingerprint":false},{"foldername":"kaptainwutax","fingerprint":2911019653,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2663421187,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3256763635,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":295736,"fileNameOnDisk":"MemoryTester-0.4.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:32.1678164Z","dateUpdated":"2023-07-12T19:16:32.1728204Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2683370,"fileName":"MemoryTester-0.4.2.jar","fileDate":"2019-03-04T23:57:14.243Z","fileLength":37072,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2683/370/MemoryTester-0.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":358828383,"invalidFingerprint":false},{"foldername":"kaptainwutax","fingerprint":2911019653,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2663421187,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3256763635,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":295736,"fileNameOnDisk":"MemoryTester-0.4.2.jar","hashes":[]}},{"instanceID":"24aabfe3-5121-4b08-8c60-500e8c6e2e3a","modSource":0,"addonID":64578,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ender IO","modFolderPath":null,"fileNameOnDisk":"EnderIO-1.12.2-5.3.72.jar","authors":[{"Id":12018773,"Name":"crazypants_mc_the_second"},{"Id":8204711,"Name":"HenryLoenwind"},{"Id":48410945,"Name":"EpicSquid315"},{"Id":101443159,"Name":"Rover656"},{"Id":102331092,"Name":"Ferri_Arnus"},{"Id":101429846,"Name":"agnor99"},{"Id":10932610,"Name":"tterrag1098"}],"primaryAuthor":"crazypants_mc_the_second","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ender-io","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/6/770/256/256/635368290959736289.png","tags":[],"installedFile":{"id":4674244,"fileName":"EnderIO-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:54.793Z","fileLength":8946588,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/244/EnderIO-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":74120,"type":2},{"addonId":267602,"type":2},{"addonId":231868,"type":3},{"addonId":235279,"type":2},{"addonId":238222,"type":2},{"addonId":228404,"type":2},{"addonId":74072,"type":2},{"addonId":243076,"type":2},{"addonId":59751,"type":2},{"addonId":222880,"type":2},{"addonId":250277,"type":2},{"addonId":231951,"type":2},{"addonId":223008,"type":2},{"addonId":245211,"type":2},{"addonId":242638,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":220318,"type":2},{"addonId":61811,"type":2},{"addonId":225643,"type":2},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3219270071,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1814739135,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":3624861767,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":461224720,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":649772633,"invalidFingerprint":false}],"packageFingerprint":2407132774,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":64578,"fileNameOnDisk":"EnderIO-1.12.2-5.3.72.jar","hashes":[]},"dateInstalled":"2023-07-17T00:18:57.2425247Z","dateUpdated":"2023-08-04T23:39:28.717575Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4674244,"fileName":"EnderIO-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:54.793Z","fileLength":8946588,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/244/EnderIO-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":2},{"addonId":74120,"type":2},{"addonId":267602,"type":2},{"addonId":231868,"type":3},{"addonId":235279,"type":2},{"addonId":238222,"type":2},{"addonId":228404,"type":2},{"addonId":74072,"type":2},{"addonId":243076,"type":2},{"addonId":59751,"type":2},{"addonId":222880,"type":2},{"addonId":250277,"type":2},{"addonId":231951,"type":2},{"addonId":223008,"type":2},{"addonId":245211,"type":2},{"addonId":242638,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":220318,"type":2},{"addonId":61811,"type":2},{"addonId":225643,"type":2},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3219270071,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1814739135,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":3624861767,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":461224720,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":649772633,"invalidFingerprint":false}],"packageFingerprint":2407132774,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":64578,"fileNameOnDisk":"EnderIO-1.12.2-5.3.72.jar","hashes":[]}},{"instanceID":"37c88a26-1832-47f5-a444-8441d6d94c70","modSource":0,"addonID":221857,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Pam's HarvestCraft","modFolderPath":null,"fileNameOnDisk":"Pam's HarvestCraft 1.12.2zg.jar","authors":[{"Id":14569,"Name":"pamharvestcraft"}],"primaryAuthor":"pamharvestcraft","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pams-harvestcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/8/22/256/256/635395662875748995.png","tags":[],"installedFile":{"id":2904825,"fileName":"Pam's HarvestCraft 1.12.2zg.jar","fileDate":"2020-03-18T20:32:21.123Z","fileLength":4912890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2904/825/Pam's HarvestCraft 1.12.2zg.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3977051875,"invalidFingerprint":false},{"foldername":"com","fingerprint":775495382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1853251317,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2793332575,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"Pam's HarvestCraft 1.12 Changelog.txt","fingerprint":2119039367,"invalidFingerprint":false}],"packageFingerprint":1735713960,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221857,"fileNameOnDisk":"Pam's HarvestCraft 1.12.2zg.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:10.3710963Z","dateUpdated":"2023-07-12T19:16:10.3781725Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2904825,"fileName":"Pam's HarvestCraft 1.12.2zg.jar","fileDate":"2020-03-18T20:32:21.123Z","fileLength":4912890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2904/825/Pam's HarvestCraft 1.12.2zg.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3977051875,"invalidFingerprint":false},{"foldername":"com","fingerprint":775495382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1853251317,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2793332575,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"Pam's HarvestCraft 1.12 Changelog.txt","fingerprint":2119039367,"invalidFingerprint":false}],"packageFingerprint":1735713960,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221857,"fileNameOnDisk":"Pam's HarvestCraft 1.12.2zg.jar","hashes":[]}},{"instanceID":"dad348de-7c14-4768-b0d6-0da257ffcc42","modSource":0,"addonID":299080,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Proportional Destruction Particles","modFolderPath":null,"fileNameOnDisk":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","authors":[{"Id":23184150,"Name":"Phylogeny"}],"primaryAuthor":"Phylogeny","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/proportional-destruction-particles","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/163/297/256/256/636681042139242064.png","tags":[],"installedFile":{"id":2632834,"fileName":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","fileDate":"2018-10-28T20:04:03.663Z","fileLength":195013,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2632/834/ProportionalDestructionParticles-1.12.2-1.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":2},{"addonId":231095,"type":2},{"addonId":254441,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":539065190,"invalidFingerprint":false},{"foldername":"phylogeny","fingerprint":2484377252,"invalidFingerprint":false},{"foldername":"assets","fingerprint":372523817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3902815947,"invalidFingerprint":false}],"packageFingerprint":2407945840,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299080,"fileNameOnDisk":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","hashes":[]},"dateInstalled":"2023-08-04T23:50:16.5445279Z","dateUpdated":"2023-08-04T23:50:16.5465338Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2632834,"fileName":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","fileDate":"2018-10-28T20:04:03.663Z","fileLength":195013,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2632/834/ProportionalDestructionParticles-1.12.2-1.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":2},{"addonId":231095,"type":2},{"addonId":254441,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":539065190,"invalidFingerprint":false},{"foldername":"phylogeny","fingerprint":2484377252,"invalidFingerprint":false},{"foldername":"assets","fingerprint":372523817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3902815947,"invalidFingerprint":false}],"packageFingerprint":2407945840,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299080,"fileNameOnDisk":"ProportionalDestructionParticles-1.12.2-1.2.4.jar","hashes":[]}},{"instanceID":"93d2f46a-b409-4461-8f52-9be8a19a3ad2","modSource":0,"addonID":558773,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Foods Nutrition","modFolderPath":null,"fileNameOnDisk":"Nutrition-1.12.2-4.9.0.jar","authors":[{"Id":102923995,"Name":"cross_ower"}],"primaryAuthor":"cross_ower","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/foods-nutrition","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/469/944/256/256/637756175445535668.jpeg","tags":[],"installedFile":{"id":3574440,"fileName":"nutrition-1.12.2-4.9.0.jar","fileDate":"2021-12-20T17:21:56.247Z","fileLength":117788,"releaseType":1,"fileStatus":3,"downloadUrl":"https://edge.forgecdn.net/files/3574/440/nutrition-1.12.2-4.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":false,"modules":[{"foldername":"META-INF","fingerprint":1203029408,"invalidFingerprint":false},{"foldername":"ca","fingerprint":1626893736,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2606283169,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3336279454,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3598592368,"invalidFingerprint":false}],"packageFingerprint":682013470,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":10,"projectId":558773,"fileNameOnDisk":"nutrition-1.12.2-4.9.0.jar","hashes":[]},"dateInstalled":"2023-07-15T05:39:32.0834432Z","dateUpdated":"2023-07-15T05:39:32.0834432Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3574440,"fileName":"nutrition-1.12.2-4.9.0.jar","fileDate":"2021-12-20T17:21:56.247Z","fileLength":117788,"releaseType":1,"fileStatus":3,"downloadUrl":"https://edge.forgecdn.net/files/3574/440/nutrition-1.12.2-4.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":false,"modules":[{"foldername":"META-INF","fingerprint":1203029408,"invalidFingerprint":false},{"foldername":"ca","fingerprint":1626893736,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2606283169,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3336279454,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3598592368,"invalidFingerprint":false}],"packageFingerprint":682013470,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":10,"projectId":558773,"fileNameOnDisk":"nutrition-1.12.2-4.9.0.jar","hashes":[]}},{"instanceID":"3f07029d-30f3-44c1-acff-a2742ee55d06","modSource":0,"addonID":250763,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RFTools Control","modFolderPath":null,"fileNameOnDisk":"rftoolsctrl-1.12-2.0.2.jar","authors":[{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rftools-control","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/50/211/256/256/636087648718872179.png","tags":[],"installedFile":{"id":2705813,"fileName":"rftoolsctrl-1.12-2.0.2.jar","fileDate":"2019-05-01T04:37:55.937Z","fileLength":600728,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/813/rftoolsctrl-1.12-2.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1357189213,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":4154545413,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2695639641,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1984565353,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1484899670,"invalidFingerprint":false}],"packageFingerprint":1940565279,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250763,"fileNameOnDisk":"rftoolsctrl-1.12-2.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.0867002Z","dateUpdated":"2023-07-12T19:16:24.0897021Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2705813,"fileName":"rftoolsctrl-1.12-2.0.2.jar","fileDate":"2019-05-01T04:37:55.937Z","fileLength":600728,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/813/rftoolsctrl-1.12-2.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":224641,"type":3},{"addonId":245211,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1357189213,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":4154545413,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2695639641,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1984565353,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1484899670,"invalidFingerprint":false}],"packageFingerprint":1940565279,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250763,"fileNameOnDisk":"rftoolsctrl-1.12-2.0.2.jar","hashes":[]}},{"instanceID":"40e25235-d9a3-4a6c-8333-3c7f5553f53a","modSource":0,"addonID":293602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Armory Expansion","modFolderPath":null,"fileNameOnDisk":"armoryexpansion-1.4.2.jar","authors":[{"Id":12709013,"Name":"AshuraNoYami"}],"primaryAuthor":"AshuraNoYami","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/armory-expansion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/891/256/256/636614810648892587.png","tags":[],"installedFile":{"id":2925154,"fileName":"armoryexpansion-1.4.2.jar","fileDate":"2020-04-09T12:30:13.803Z","fileLength":79038,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2925/154/armoryexpansion-1.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":64578,"type":2},{"addonId":244357,"type":2},{"addonId":227639,"type":2},{"addonId":228823,"type":2},{"addonId":293938,"type":2},{"addonId":287683,"type":3},{"addonId":256247,"type":2},{"addonId":74072,"type":3},{"addonId":247661,"type":2},{"addonId":277938,"type":2},{"addonId":264231,"type":2},{"addonId":240967,"type":2},{"addonId":246640,"type":2},{"addonId":234851,"type":2},{"addonId":263624,"type":2},{"addonId":260327,"type":2},{"addonId":74924,"type":3},{"addonId":220311,"type":2},{"addonId":225561,"type":2},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2774308474,"invalidFingerprint":false},{"foldername":"org","fingerprint":1714998643,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2990419079,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1625917808,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":311475821,"invalidFingerprint":false}],"packageFingerprint":2976170333,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293602,"fileNameOnDisk":"armoryexpansion-1.4.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:15:06.808317Z","dateUpdated":"2023-07-13T07:15:06.8123062Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2925154,"fileName":"armoryexpansion-1.4.2.jar","fileDate":"2020-04-09T12:30:13.803Z","fileLength":79038,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2925/154/armoryexpansion-1.4.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":64578,"type":2},{"addonId":244357,"type":2},{"addonId":227639,"type":2},{"addonId":228823,"type":2},{"addonId":293938,"type":2},{"addonId":287683,"type":3},{"addonId":256247,"type":2},{"addonId":74072,"type":3},{"addonId":247661,"type":2},{"addonId":277938,"type":2},{"addonId":264231,"type":2},{"addonId":240967,"type":2},{"addonId":246640,"type":2},{"addonId":234851,"type":2},{"addonId":263624,"type":2},{"addonId":260327,"type":2},{"addonId":74924,"type":3},{"addonId":220311,"type":2},{"addonId":225561,"type":2},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2774308474,"invalidFingerprint":false},{"foldername":"org","fingerprint":1714998643,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2990419079,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1625917808,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":311475821,"invalidFingerprint":false}],"packageFingerprint":2976170333,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293602,"fileNameOnDisk":"armoryexpansion-1.4.2.jar","hashes":[]}},{"instanceID":"7d1f65c8-8a19-499d-bb9e-cc5550b77c63","modSource":0,"addonID":70631,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Redstone Arsenal","modFolderPath":null,"fileNameOnDisk":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/redstone-arsenal","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/5/264/256/256/635351429324826696.png","tags":[],"installedFile":{"id":2939416,"fileName":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","fileDate":"2020-04-24T16:51:36.35Z","fileLength":243859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2939/416/RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2589186744,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":741953919,"invalidFingerprint":false},{"foldername":"assets","fingerprint":66382857,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2760048822,"invalidFingerprint":false}],"packageFingerprint":1856421527,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70631,"fileNameOnDisk":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.155788Z","dateUpdated":"2023-07-12T19:15:53.1587946Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2939416,"fileName":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","fileDate":"2020-04-24T16:51:36.35Z","fileLength":243859,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2939/416/RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2589186744,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":741953919,"invalidFingerprint":false},{"foldername":"assets","fingerprint":66382857,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2760048822,"invalidFingerprint":false}],"packageFingerprint":1856421527,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70631,"fileNameOnDisk":"RedstoneArsenal-1.12.2-2.6.6.1-universal.jar","hashes":[]}},{"instanceID":"f6cae043-5cc2-4776-9651-fd51a1458068","modSource":0,"addonID":229080,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Morph","modFolderPath":null,"fileNameOnDisk":"Morph-1.12.2-7.2.1.jar","authors":[{"Id":6835676,"Name":"iChun"}],"primaryAuthor":"iChun","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/morph","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/459/904/256/256/637736832741025642.png","tags":[],"installedFile":{"id":2995522,"fileName":"Morph-1.12.2-7.2.1.jar","fileDate":"2020-07-03T14:07:43.43Z","fileLength":1061182,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2995/522/Morph-1.12.2-7.2.1.jar","isAlternate":false,"alternateFileId":2995524,"dependencies":[{"addonId":229060,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2219801132,"invalidFingerprint":false},{"foldername":"assets","fingerprint":185852344,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3704140439,"invalidFingerprint":false},{"foldername":"me","fingerprint":271020393,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1406459513,"invalidFingerprint":false}],"packageFingerprint":2326526977,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229080,"fileNameOnDisk":"Morph-1.12.2-7.2.1.jar","hashes":[]},"dateInstalled":"2023-07-13T07:17:23.6738606Z","dateUpdated":"2023-07-13T07:17:23.676869Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2995522,"fileName":"Morph-1.12.2-7.2.1.jar","fileDate":"2020-07-03T14:07:43.43Z","fileLength":1061182,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2995/522/Morph-1.12.2-7.2.1.jar","isAlternate":false,"alternateFileId":2995524,"dependencies":[{"addonId":229060,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2219801132,"invalidFingerprint":false},{"foldername":"assets","fingerprint":185852344,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3704140439,"invalidFingerprint":false},{"foldername":"me","fingerprint":271020393,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1406459513,"invalidFingerprint":false}],"packageFingerprint":2326526977,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229080,"fileNameOnDisk":"Morph-1.12.2-7.2.1.jar","hashes":[]}},{"instanceID":"bd0cad19-54bd-4086-8266-5ef3efd6eb5c","modSource":0,"addonID":871198,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"VintageFix","modFolderPath":null,"fileNameOnDisk":"vintagefix-0.5.0.jar","authors":[{"Id":101435003,"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/vintagefix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/828/846/256/256/638216794274587308.png","tags":[],"installedFile":{"id":5348800,"fileName":"vintagefix-0.5.0.jar","fileDate":"2024-05-16T17:05:27.147Z","fileLength":828051,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5348/800/vintagefix-0.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2577735215,"invalidFingerprint":false},{"foldername":"org","fingerprint":1906826061,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1413637272,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.json","fingerprint":3638687514,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.late.json","fingerprint":3638687514,"invalidFingerprint":false},{"foldername":"vintagefix.png","fingerprint":2109914917,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.refmap.json","fingerprint":3556949705,"invalidFingerprint":false},{"foldername":"com","fingerprint":261249812,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2951082429,"invalidFingerprint":false}],"packageFingerprint":3734601217,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":871198,"fileNameOnDisk":"vintagefix-0.5.0.jar","hashes":[{"type":1,"value":"58de48f499916536581f5f2a9b29d70fd37c24c1"},{"type":2,"value":"06986df719f62fedfc6842c4fe1b3ed3"}]},"dateInstalled":"2023-08-07T20:25:43.2673603Z","dateUpdated":"2024-05-23T17:59:52.4303304Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5348800,"fileName":"vintagefix-0.5.0.jar","fileDate":"2024-05-16T17:05:27.147Z","fileLength":828051,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5348/800/vintagefix-0.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2577735215,"invalidFingerprint":false},{"foldername":"org","fingerprint":1906826061,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1413637272,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.json","fingerprint":3638687514,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.late.json","fingerprint":3638687514,"invalidFingerprint":false},{"foldername":"vintagefix.png","fingerprint":2109914917,"invalidFingerprint":false},{"foldername":"mixins.vintagefix.refmap.json","fingerprint":3556949705,"invalidFingerprint":false},{"foldername":"com","fingerprint":261249812,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2951082429,"invalidFingerprint":false}],"packageFingerprint":3734601217,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":871198,"fileNameOnDisk":"vintagefix-0.5.0.jar","hashes":[{"type":1,"value":"58de48f499916536581f5f2a9b29d70fd37c24c1"},{"type":2,"value":"06986df719f62fedfc6842c4fe1b3ed3"}]}},{"instanceID":"717420dd-7003-4a94-8dc2-9ac3feb8b0e0","modSource":0,"addonID":1027681,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mekanism Energistics","modFolderPath":null,"fileNameOnDisk":"MekanismEnergistics-0.1.4.jar","authors":[{"Id":100082850,"Name":"GlodBlock"}],"primaryAuthor":"GlodBlock","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mekanism-energistics","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1005/189/256/256/638526633621039850.png","tags":[],"installedFile":{"id":5408319,"fileName":"MekanismEnergistics-0.1.4.jar","fileDate":"2024-06-08T07:58:21.4Z","fileLength":352911,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5408/319/MekanismEnergistics-0.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":399904,"type":2},{"addonId":840735,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":526161981,"invalidFingerprint":false},{"foldername":"com","fingerprint":266736748,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2862043318,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":515177108,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2138940322,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":832205421,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1027681,"fileNameOnDisk":"MekanismEnergistics-0.1.4.jar","hashes":[{"type":1,"value":"fbdf52a10e8735b3b039c073f9e8bf46a258e550"},{"type":2,"value":"5c6df2ce7947a2a97cf9d435c6fd322c"}]},"dateInstalled":"2024-06-10T00:40:52.2859608Z","dateUpdated":"2024-06-10T00:40:52.2896807Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5408319,"fileName":"MekanismEnergistics-0.1.4.jar","fileDate":"2024-06-08T07:58:21.4Z","fileLength":352911,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5408/319/MekanismEnergistics-0.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":399904,"type":2},{"addonId":840735,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":526161981,"invalidFingerprint":false},{"foldername":"com","fingerprint":266736748,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2862043318,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":515177108,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2138940322,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":832205421,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1027681,"fileNameOnDisk":"MekanismEnergistics-0.1.4.jar","hashes":[{"type":1,"value":"fbdf52a10e8735b3b039c073f9e8bf46a258e550"},{"type":2,"value":"5c6df2ce7947a2a97cf9d435c6fd322c"}]}},{"instanceID":"42917ed0-9396-48c0-829c-40471cb1096e","modSource":0,"addonID":59816,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Random Things","modFolderPath":null,"fileNameOnDisk":"RandomThings-MC1.12.2-4.2.7.4.jar","authors":[{"Id":8129972,"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/random-things","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/3/151/256/256/635351422076375704.png","tags":[],"installedFile":{"id":2905241,"fileName":"RandomThings-MC1.12.2-4.2.7.4.jar","fileDate":"2020-03-19T09:59:02.387Z","fileLength":3292861,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2905/241/RandomThings-MC1.12.2-4.2.7.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2446870168,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1803087542,"invalidFingerprint":false},{"foldername":"info","fingerprint":1136138571,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":757386000,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2115948452,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3634089514,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1689688708,"invalidFingerprint":false}],"packageFingerprint":3215073064,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59816,"fileNameOnDisk":"RandomThings-MC1.12.2-4.2.7.4.jar","hashes":[]},"dateInstalled":"2023-07-13T07:23:35.4863156Z","dateUpdated":"2023-07-13T07:23:35.4913162Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2905241,"fileName":"RandomThings-MC1.12.2-4.2.7.4.jar","fileDate":"2020-03-19T09:59:02.387Z","fileLength":3292861,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2905/241/RandomThings-MC1.12.2-4.2.7.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2446870168,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1803087542,"invalidFingerprint":false},{"foldername":"info","fingerprint":1136138571,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":757386000,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2115948452,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3634089514,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1689688708,"invalidFingerprint":false}],"packageFingerprint":3215073064,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59816,"fileNameOnDisk":"RandomThings-MC1.12.2-4.2.7.4.jar","hashes":[]}},{"instanceID":"9ba2d598-a383-457b-b427-358997f3a85a","modSource":0,"addonID":870503,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Lazy AE2 Patch","modFolderPath":null,"fileNameOnDisk":"lazy-ae2-patch-1.1.0.jar","authors":[{"Id":20179559,"Name":"sjcl"}],"primaryAuthor":"sjcl","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lazy-ae2-patch","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/828/107/256/256/638215658964802524.png","tags":[],"installedFile":{"id":4568625,"fileName":"lazy-ae2-patch-1.1.0.jar","fileDate":"2023-06-05T13:11:56.373Z","fileLength":14806,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4568/625/lazy-ae2-patch-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":322347,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2197829785,"invalidFingerprint":false},{"foldername":"net","fingerprint":1871755523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959606915,"invalidFingerprint":false},{"foldername":"mixins.lazyae2patch.json","fingerprint":2563631113,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mixin.lazyae2patch.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":1692952922,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":870503,"fileNameOnDisk":"lazy-ae2-patch-1.1.0.jar","hashes":[]},"dateInstalled":"2023-08-05T00:05:57.2643109Z","dateUpdated":"2023-08-05T00:05:57.2663088Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4568625,"fileName":"lazy-ae2-patch-1.1.0.jar","fileDate":"2023-06-05T13:11:56.373Z","fileLength":14806,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4568/625/lazy-ae2-patch-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":322347,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2197829785,"invalidFingerprint":false},{"foldername":"net","fingerprint":1871755523,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2959606915,"invalidFingerprint":false},{"foldername":"mixins.lazyae2patch.json","fingerprint":2563631113,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false},{"foldername":"mixin.lazyae2patch.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":1692952922,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":870503,"fileNameOnDisk":"lazy-ae2-patch-1.1.0.jar","hashes":[]}},{"instanceID":"f3254030-d8cc-4ed2-86d0-896b649c576a","modSource":0,"addonID":60089,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mouse Tweaks","modFolderPath":null,"fileNameOnDisk":"MouseTweaks-2.10.1-mc1.12.2.jar","authors":[{"Id":7495712,"Name":"YaLTeR"}],"primaryAuthor":"YaLTeR","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/467/691/256/256/637749969243449870.png","tags":[],"installedFile":{"id":3359843,"fileName":"MouseTweaks-2.10.1-mc1.12.2.jar","fileDate":"2021-06-21T14:53:42.733Z","fileLength":80528,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3359/843/MouseTweaks-2.10.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":3359844,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2391897615,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":3489931899,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":523611981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354461813,"invalidFingerprint":false},{"foldername":"litemod.json","fingerprint":3374986446,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":47210613,"invalidFingerprint":false}],"packageFingerprint":2265859872,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-2.10.1-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:09.4131427Z","dateUpdated":"2023-07-12T19:16:09.4156407Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3359843,"fileName":"MouseTweaks-2.10.1-mc1.12.2.jar","fileDate":"2021-06-21T14:53:42.733Z","fileLength":80528,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3359/843/MouseTweaks-2.10.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":3359844,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2391897615,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":3489931899,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":523611981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354461813,"invalidFingerprint":false},{"foldername":"litemod.json","fingerprint":3374986446,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":47210613,"invalidFingerprint":false}],"packageFingerprint":2265859872,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-2.10.1-mc1.12.2.jar","hashes":[]}},{"instanceID":"fbf837b1-df44-4d45-8fea-49becf0a6fec","modSource":0,"addonID":319175,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Sledgehammer","modFolderPath":null,"fileNameOnDisk":"Sledgehammer-1.12.2-2.0.26-thin.jar","authors":[{"Id":19008952,"Name":"LX_Gaming"}],"primaryAuthor":"LX_Gaming","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sledgehammer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/199/165/256/256/636904875003878157.png","tags":[],"installedFile":{"id":5264331,"fileName":"Sledgehammer-1.12.2-2.0.26-thin.jar","fileDate":"2024-04-15T05:08:17.097Z","fileLength":1354215,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5264/331/Sledgehammer-1.12.2-2.0.26-thin.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":465111851,"invalidFingerprint":false},{"foldername":"LICENSE-Sledgehammer","fingerprint":1065284868,"invalidFingerprint":false},{"foldername":"LICENSE_configurate-core","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"LICENSE_configurate-hocon","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2919918939,"invalidFingerprint":false},{"foldername":"io","fingerprint":3722161716,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2161866518,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.abyssalcraft.json","fingerprint":1437805817,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.actuallyadditions.json","fingerprint":495431776,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.armorunder.json","fingerprint":2484506918,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.astralsorcery.json","fingerprint":2795864921,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.bdsandm.json","fingerprint":871174992,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.betterquesting.json","fingerprint":790064134,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.bewitchment.json","fingerprint":2506851928,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.bibliocraft.json","fingerprint":1216484992,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.biomesoplenty.json","fingerprint":2121922484,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.careerbees.json","fingerprint":3684022787,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.carryon.json","fingerprint":638158111,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.champions.json","fingerprint":2726164587,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.chesttransporter.json","fingerprint":3740454342,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.conarm.json","fingerprint":2511231844,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.core.json","fingerprint":3934407056,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.danknull.json","fingerprint":3079977362,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.embers.json","fingerprint":1890547931,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.enderstorage.json","fingerprint":1674272479,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.fluxnetworks.json","fingerprint":1688462031,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.forge.json","fingerprint":3548398022,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.forge.preinit.json","fingerprint":293334444,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.hwell.json","fingerprint":298735653,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.immersiveengineering.json","fingerprint":618340506,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.industrialforegoing.json","fingerprint":1438153576,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.integrateddynamicscompat.json","fingerprint":2221462452,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.jetif.json","fingerprint":22334316,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.journeymap.json","fingerprint":2101373690,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.kubejs.json","fingerprint":382386117,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.logisticspipes.json","fingerprint":3453980722,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.matteroverdrive.json","fingerprint":1467577275,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.mob_grinding_utils.json","fingerprint":1389623377,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.morph.json","fingerprint":3663918090,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.mowziesmobs.json","fingerprint":1424661072,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.naturesaura.json","fingerprint":3022868720,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.platform.json","fingerprint":759024642,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.pneumaticcraft.json","fingerprint":931442507,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.primitivecrafting.json","fingerprint":1954226931,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.primitivemobs.json","fingerprint":2585557285,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.projectred-integration.json","fingerprint":3656318173,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.projectred-transportation.json","fingerprint":2390014619,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.pyrotech.json","fingerprint":1745258866,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.qmd.json","fingerprint":3396992319,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.quark.json","fingerprint":613954958,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.randomthings.json","fingerprint":2609616018,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.realfilingcabinet.json","fingerprint":1863932409,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.refmap.json","fingerprint":906026914,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.ruins.json","fingerprint":4230062641,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.sponge.json","fingerprint":4151467098,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.storagenetwork.json","fingerprint":2411022424,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.tconevo.json","fingerprint":4169851632,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.tconstruct.json","fingerprint":3657520450,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.thaumicwonders.json","fingerprint":2483409611,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.tombmanygraves.json","fingerprint":655315295,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.topography.json","fingerprint":3073638456,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.vaultopic.json","fingerprint":112649759,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3518871871,"invalidFingerprint":false},{"foldername":"sledgehammer.png","fingerprint":539134778,"invalidFingerprint":false}],"packageFingerprint":3734086640,"gameVersion":[],"sortableGameVersion":[],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":319175,"fileNameOnDisk":"Sledgehammer-1.12.2-2.0.26-thin.jar","hashes":[{"type":1,"value":"69ba5b6efd6590ae837749976d1142c74e74bc94"},{"type":2,"value":"498cd0182e237aac16721516cf0c42b3"}]},"dateInstalled":"2024-05-24T03:56:48.6459577Z","dateUpdated":"2024-05-24T03:56:48.6459577Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5264329,"fileName":"Sledgehammer-1.12.2-2.0.26.jar","fileDate":"2024-04-15T05:07:46.143Z","fileLength":2368416,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5264/329/Sledgehammer-1.12.2-2.0.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2845271550,"invalidFingerprint":false},{"foldername":"LICENSE-Sledgehammer","fingerprint":1065284868,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3933732671,"invalidFingerprint":false},{"foldername":"LICENSE_configurate-core","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"LICENSE_configurate-hocon","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2919918939,"invalidFingerprint":false},{"foldername":"io","fingerprint":3722161716,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2161866518,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.abyssalcraft.json","fingerprint":1437805817,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.actuallyadditions.json","fingerprint":495431776,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.armorunder.json","fingerprint":2484506918,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.astralsorcery.json","fingerprint":2795864921,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.bdsandm.json","fingerprint":871174992,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.betterquesting.json","fingerprint":790064134,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.bewitchment.json","fingerprint":2506851928,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.bibliocraft.json","fingerprint":1216484992,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.biomesoplenty.json","fingerprint":2121922484,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.careerbees.json","fingerprint":3684022787,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.carryon.json","fingerprint":638158111,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.champions.json","fingerprint":2726164587,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.chesttransporter.json","fingerprint":3740454342,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.conarm.json","fingerprint":2511231844,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.core.json","fingerprint":3934407056,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.danknull.json","fingerprint":3079977362,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.embers.json","fingerprint":1890547931,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.enderstorage.json","fingerprint":1674272479,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.fluxnetworks.json","fingerprint":1688462031,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.forge.json","fingerprint":3548398022,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.forge.preinit.json","fingerprint":293334444,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.hwell.json","fingerprint":298735653,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.immersiveengineering.json","fingerprint":618340506,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.industrialforegoing.json","fingerprint":1438153576,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.integrateddynamicscompat.json","fingerprint":2221462452,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.jetif.json","fingerprint":22334316,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.journeymap.json","fingerprint":2101373690,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.kubejs.json","fingerprint":382386117,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.logisticspipes.json","fingerprint":3453980722,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.matteroverdrive.json","fingerprint":1467577275,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.mob_grinding_utils.json","fingerprint":1389623377,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.morph.json","fingerprint":3663918090,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.mowziesmobs.json","fingerprint":1424661072,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.naturesaura.json","fingerprint":3022868720,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.platform.json","fingerprint":759024642,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.pneumaticcraft.json","fingerprint":931442507,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.primitivecrafting.json","fingerprint":1954226931,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.primitivemobs.json","fingerprint":2585557285,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.projectred-integration.json","fingerprint":3656318173,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.projectred-transportation.json","fingerprint":2390014619,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.pyrotech.json","fingerprint":1745258866,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.qmd.json","fingerprint":3396992319,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.quark.json","fingerprint":613954958,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.randomthings.json","fingerprint":2609616018,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.realfilingcabinet.json","fingerprint":1863932409,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.refmap.json","fingerprint":906026914,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.ruins.json","fingerprint":4230062641,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.sponge.json","fingerprint":4151467098,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.storagenetwork.json","fingerprint":2411022424,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.tconevo.json","fingerprint":4169851632,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.tconstruct.json","fingerprint":3657520450,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.thaumicwonders.json","fingerprint":2483409611,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.tombmanygraves.json","fingerprint":655315295,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.topography.json","fingerprint":3073638456,"invalidFingerprint":false},{"foldername":"mixins.sledgehammer.vaultopic.json","fingerprint":112649759,"invalidFingerprint":false},{"foldername":"org","fingerprint":1672983908,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3518871871,"invalidFingerprint":false},{"foldername":"sledgehammer.png","fingerprint":539134778,"invalidFingerprint":false}],"packageFingerprint":4227479363,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":319175,"fileNameOnDisk":"Sledgehammer-1.12.2-2.0.26.jar","hashes":[{"type":1,"value":"bdd413df8203a1af255231d2026907fe62700e25"},{"type":2,"value":"4a16cc73554e74aa86011eb5c185042e"}]}},{"instanceID":"ab6e7d33-343f-48c7-84d2-37d3253b2b93","modSource":0,"addonID":687827,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Seared Ladder (Backport)","modFolderPath":null,"fileNameOnDisk":"Seared-Ladder-v1.1.2-mc1.12.2.jar","authors":[{"Id":10587983,"Name":"jbredwards"}],"primaryAuthor":"jbredwards","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/seared-ladder-backport","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/621/147/256/256/638011185135449522.png","tags":[],"installedFile":{"id":4028115,"fileName":"Seared-Ladder-v1.1.2-mc1.12.2.jar","fileDate":"2022-10-14T00:26:10.793Z","fileLength":22901,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4028/115/Seared-Ladder-v1.1.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3},{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":368082294,"invalidFingerprint":false},{"foldername":"git","fingerprint":3710648115,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2065082810,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3649410456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1081881905,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":687827,"fileNameOnDisk":"Seared-Ladder-v1.1.2-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-08-04T23:50:07.0427628Z","dateUpdated":"2023-08-04T23:50:07.0446602Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4028115,"fileName":"Seared-Ladder-v1.1.2-mc1.12.2.jar","fileDate":"2022-10-14T00:26:10.793Z","fileLength":22901,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4028/115/Seared-Ladder-v1.1.2-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":3},{"addonId":74924,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":368082294,"invalidFingerprint":false},{"foldername":"git","fingerprint":3710648115,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2065082810,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3649410456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1081881905,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":687827,"fileNameOnDisk":"Seared-Ladder-v1.1.2-mc1.12.2.jar","hashes":[]}},{"instanceID":"0640c000-b281-477b-8e82-c696c07801f8","modSource":0,"addonID":278155,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Wizardry Mod","modFolderPath":null,"fileNameOnDisk":"wizardry-0.11.3.jar","authors":[{"Id":11061564,"Name":"Demoniaque1"},{"Id":7767344,"Name":"Escapee_"}],"primaryAuthor":"Demoniaque1","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/wizardry-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/122/233/256/256/636411393558114396.png","tags":[],"installedFile":{"id":5160012,"fileName":"wizardry-0.11.3.jar","fileDate":"2024-03-05T15:41:55.883Z","fileLength":12333177,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5160/12/wizardry-0.11.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4011248702,"invalidFingerprint":false},{"foldername":"com","fingerprint":2655186496,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3565352378,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2327555459,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2300239757,"invalidFingerprint":false}],"packageFingerprint":2134827953,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278155,"fileNameOnDisk":"wizardry-0.11.3.jar","hashes":[{"type":1,"value":"2851e00c83d4cc3027170ac43d7cba3b87ef5ca0"},{"type":2,"value":"d48b7b38896478c69cbe1eb4a6f64438"}]},"dateInstalled":"2023-07-12T19:15:46.3423909Z","dateUpdated":"2024-05-23T17:59:55.5831362Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5160012,"fileName":"wizardry-0.11.3.jar","fileDate":"2024-03-05T15:41:55.883Z","fileLength":12333177,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5160/12/wizardry-0.11.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4011248702,"invalidFingerprint":false},{"foldername":"com","fingerprint":2655186496,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3565352378,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2327555459,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2300239757,"invalidFingerprint":false}],"packageFingerprint":2134827953,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278155,"fileNameOnDisk":"wizardry-0.11.3.jar","hashes":[{"type":1,"value":"2851e00c83d4cc3027170ac43d7cba3b87ef5ca0"},{"type":2,"value":"d48b7b38896478c69cbe1eb4a6f64438"}]}},{"instanceID":"815d9451-29d0-409b-98ab-9faad7ff1e90","modSource":0,"addonID":449616,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Cats & Dogs","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-catsdogs-1.0.0.28.jar","authors":[{"Id":10625505,"Name":"Tschipp"},{"Id":12314417,"Name":"RazzleberryFox"},{"Id":18033511,"Name":"Purplicious_Cow_"},{"Id":11888201,"Name":"javaraptor"}],"primaryAuthor":"Tschipp","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania-cats-dogs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/887/420/256/256/638324778299540483.png","tags":[],"installedFile":{"id":3213171,"fileName":"animania-1.12.2-catsdogs-1.0.0.28.jar","fileDate":"2021-02-22T17:36:34.87Z","fileLength":554151,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/171/animania-1.12.2-catsdogs-1.0.0.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":24865613,"invalidFingerprint":false},{"foldername":"com","fingerprint":198995800,"invalidFingerprint":false}],"packageFingerprint":3146178433,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":449616,"fileNameOnDisk":"animania-1.12.2-catsdogs-1.0.0.28.jar","hashes":[]},"dateInstalled":"2023-07-18T00:49:23.9555739Z","dateUpdated":"2023-07-18T00:49:23.9585892Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213171,"fileName":"animania-1.12.2-catsdogs-1.0.0.28.jar","fileDate":"2021-02-22T17:36:34.87Z","fileLength":554151,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/171/animania-1.12.2-catsdogs-1.0.0.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":24865613,"invalidFingerprint":false},{"foldername":"com","fingerprint":198995800,"invalidFingerprint":false}],"packageFingerprint":3146178433,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":449616,"fileNameOnDisk":"animania-1.12.2-catsdogs-1.0.0.28.jar","hashes":[]}},{"instanceID":"91d39bc1-79cf-45ef-a8a9-4d55f0592d77","modSource":0,"addonID":252910,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LibrarianLib","modFolderPath":null,"fileNameOnDisk":"librarianlib-1.12.2-4.22.jar","authors":[{"Id":9570609,"Name":"wiresegal"},{"Id":11061564,"Name":"Demoniaque1"},{"Id":17179572,"Name":"thecodewarrior1"},{"Id":13969880,"Name":"Bluexino"}],"primaryAuthor":"wiresegal","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/librarianlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/293/39/256/256/637327777527263486.png","tags":[],"installedFile":{"id":3041340,"fileName":"librarianlib-1.12.2-4.22.jar","fileDate":"2020-08-25T00:21:17.63Z","fileLength":40713059,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3041/340/librarianlib-1.12.2-4.22.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1906524845,"invalidFingerprint":false},{"foldername":"com","fingerprint":2495951421,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":20179871,"invalidFingerprint":false},{"foldername":"logo_LibrarianLib.png","fingerprint":2732274956,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934805142,"invalidFingerprint":false},{"foldername":"org","fingerprint":1016702979,"invalidFingerprint":false},{"foldername":"editorShortcuts.txt","fingerprint":1996539088,"invalidFingerprint":false},{"foldername":"games","fingerprint":2609266994,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":735288344,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":3590114235,"invalidFingerprint":false},{"foldername":"it","fingerprint":443755085,"invalidFingerprint":false}],"packageFingerprint":3593065027,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252910,"fileNameOnDisk":"librarianlib-1.12.2-4.22.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:45.5255107Z","dateUpdated":"2023-07-12T19:16:45.5575066Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3041340,"fileName":"librarianlib-1.12.2-4.22.jar","fileDate":"2020-08-25T00:21:17.63Z","fileLength":40713059,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3041/340/librarianlib-1.12.2-4.22.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1906524845,"invalidFingerprint":false},{"foldername":"com","fingerprint":2495951421,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":20179871,"invalidFingerprint":false},{"foldername":"logo_LibrarianLib.png","fingerprint":2732274956,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934805142,"invalidFingerprint":false},{"foldername":"org","fingerprint":1016702979,"invalidFingerprint":false},{"foldername":"editorShortcuts.txt","fingerprint":1996539088,"invalidFingerprint":false},{"foldername":"games","fingerprint":2609266994,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":735288344,"invalidFingerprint":false},{"foldername":"kotlin","fingerprint":3590114235,"invalidFingerprint":false},{"foldername":"it","fingerprint":443755085,"invalidFingerprint":false}],"packageFingerprint":3593065027,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252910,"fileNameOnDisk":"librarianlib-1.12.2-4.22.jar","hashes":[]}},{"instanceID":"272b313a-e4f3-4e5d-8f83-1c5becc58621","modSource":0,"addonID":291218,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Horse Tweaks","modFolderPath":null,"fileNameOnDisk":"HorseTweaks_1.12.2-1.0.5.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/horse-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/148/121/256/256/636581204001842294.png","tags":[],"installedFile":{"id":2696995,"fileName":"HorseTweaks_1.12.2-1.0.5.jar","fileDate":"2019-04-08T17:01:37.037Z","fileLength":74990,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2696/995/HorseTweaks_1.12.2-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1346877987,"invalidFingerprint":false},{"foldername":"net","fingerprint":475576292,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2598787801,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2947654698,"invalidFingerprint":false},{"foldername":"assets","fingerprint":601831541,"invalidFingerprint":false}],"packageFingerprint":2125370091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291218,"fileNameOnDisk":"HorseTweaks_1.12.2-1.0.5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.0573713Z","dateUpdated":"2023-07-12T19:16:13.0593726Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2696995,"fileName":"HorseTweaks_1.12.2-1.0.5.jar","fileDate":"2019-04-08T17:01:37.037Z","fileLength":74990,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2696/995/HorseTweaks_1.12.2-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1346877987,"invalidFingerprint":false},{"foldername":"net","fingerprint":475576292,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2598787801,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2947654698,"invalidFingerprint":false},{"foldername":"assets","fingerprint":601831541,"invalidFingerprint":false}],"packageFingerprint":2125370091,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291218,"fileNameOnDisk":"HorseTweaks_1.12.2-1.0.5.jar","hashes":[]}},{"instanceID":"7cdd1bcb-ce89-4247-bde6-b2faceceb878","modSource":0,"addonID":235279,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chisel","modFolderPath":null,"fileNameOnDisk":"Chisel-MC1.12.2-1.0.2.45.jar","authors":[{"Id":10932610,"Name":"tterrag1098"},{"Id":8931161,"Name":"Drullkus"}],"primaryAuthor":"tterrag1098","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chisel","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/24/517/256/256/635758617021943603.png","tags":[],"installedFile":{"id":2915375,"fileName":"Chisel-MC1.12.2-1.0.2.45.jar","fileDate":"2020-03-29T00:30:18.877Z","fileLength":4755282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/375/Chisel-MC1.12.2-1.0.2.45.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":301493422,"invalidFingerprint":false},{"foldername":"team","fingerprint":814511350,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819497749,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1278008810,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4171709066,"invalidFingerprint":false}],"packageFingerprint":2429064344,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235279,"fileNameOnDisk":"Chisel-MC1.12.2-1.0.2.45.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.8562949Z","dateUpdated":"2023-07-12T19:15:49.8618998Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2915375,"fileName":"Chisel-MC1.12.2-1.0.2.45.jar","fileDate":"2020-03-29T00:30:18.877Z","fileLength":4755282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/375/Chisel-MC1.12.2-1.0.2.45.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":267602,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":301493422,"invalidFingerprint":false},{"foldername":"team","fingerprint":814511350,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819497749,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1278008810,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4171709066,"invalidFingerprint":false}],"packageFingerprint":2429064344,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235279,"fileNameOnDisk":"Chisel-MC1.12.2-1.0.2.45.jar","hashes":[]}},{"instanceID":"7c8e81aa-7102-4d27-8a21-26b9f9f3294e","modSource":0,"addonID":293496,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OldJavaWarning","modFolderPath":null,"fileNameOnDisk":"OldJavaWarning-1.12.2-1.1.11.jar","authors":[{"Id":6968547,"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/oldjavawarning","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/717/256/256/636613369101082029.png","tags":[],"installedFile":{"id":2867050,"fileName":"OldJavaWarning-1.12.2-1.1.11.jar","fileDate":"2020-01-24T06:53:45.65Z","fileLength":10102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2867/50/OldJavaWarning-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":2867051,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1476924229,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4125690485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2667042642,"invalidFingerprint":false},{"foldername":"net","fingerprint":1538811468,"invalidFingerprint":false}],"packageFingerprint":3018958917,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293496,"fileNameOnDisk":"OldJavaWarning-1.12.2-1.1.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.754362Z","dateUpdated":"2023-07-12T19:16:20.7564898Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2867050,"fileName":"OldJavaWarning-1.12.2-1.1.11.jar","fileDate":"2020-01-24T06:53:45.65Z","fileLength":10102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2867/50/OldJavaWarning-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":2867051,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1476924229,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4125690485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2667042642,"invalidFingerprint":false},{"foldername":"net","fingerprint":1538811468,"invalidFingerprint":false}],"packageFingerprint":3018958917,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293496,"fileNameOnDisk":"OldJavaWarning-1.12.2-1.1.11.jar","hashes":[]}},{"instanceID":"b231346a-f022-440b-afc2-6ee6880c1b5f","modSource":0,"addonID":705000,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Universal Tweaks","modFolderPath":null,"fileNameOnDisk":"UniversalTweaks-1.12.2-1.11.0.jar","authors":[{"Id":24188482,"Name":"ACGaming"}],"primaryAuthor":"ACGaming","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/universal-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/641/454/256/256/638043757664856777.png","tags":[],"installedFile":{"id":5350889,"fileName":"UniversalTweaks-1.12.2-1.11.0.jar","fileDate":"2024-05-17T14:53:03.073Z","fileLength":1335215,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5350/889/UniversalTweaks-1.12.2-1.11.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227875,"type":2},{"addonId":278359,"type":2},{"addonId":346007,"type":2},{"addonId":220811,"type":2},{"addonId":220698,"type":2},{"addonId":250850,"type":2},{"addonId":223852,"type":2},{"addonId":311357,"type":2},{"addonId":311054,"type":2},{"addonId":69163,"type":2},{"addonId":228404,"type":2},{"addonId":226254,"type":2},{"addonId":227049,"type":2},{"addonId":229049,"type":2},{"addonId":220318,"type":2},{"addonId":242638,"type":2},{"addonId":243121,"type":2},{"addonId":360779,"type":2},{"addonId":268560,"type":2},{"addonId":336432,"type":2},{"addonId":268888,"type":2},{"addonId":224218,"type":2},{"addonId":280316,"type":2},{"addonId":258426,"type":2},{"addonId":223628,"type":2},{"addonId":316704,"type":2},{"addonId":235279,"type":2},{"addonId":442962,"type":2},{"addonId":303422,"type":2},{"addonId":225561,"type":2},{"addonId":74072,"type":2},{"addonId":59751,"type":2},{"addonId":69162,"type":2},{"addonId":226140,"type":2},{"addonId":277711,"type":2},{"addonId":229449,"type":2},{"addonId":233564,"type":2},{"addonId":53686,"type":2},{"addonId":302113,"type":2},{"addonId":224791,"type":2},{"addonId":223525,"type":2},{"addonId":870276,"type":3},{"addonId":419286,"type":3},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1732733660,"invalidFingerprint":false},{"foldername":"mod","fingerprint":3002319726,"invalidFingerprint":false},{"foldername":"mixins.mods.reskillable.json","fingerprint":4044678815,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.sapling.json","fingerprint":2397836269,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.server.json","fingerprint":2786760616,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.eating.json","fingerprint":374428331,"invalidFingerprint":false},{"foldername":"mixins.mods.chisel.tcomplement.dupes.json","fingerprint":1063183491,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.missingmodel.json","fingerprint":3389011948,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.texturemapcheck.json","fingerprint":3561500873,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.dupes.json","fingerprint":2745710480,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.dupes.json","fingerprint":1452899930,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boatoffset.json","fingerprint":1201402546,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.console.addpacket.json","fingerprint":511780894,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.loot.json","fingerprint":489700268,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.overhaulbeacon.json","fingerprint":3089013236,"invalidFingerprint":false},{"foldername":"mixins.mods.crafttweaker.json","fingerprint":1868072396,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.golem.json","fingerprint":2712529827,"invalidFingerprint":false},{"foldername":"mixins.mods.ceramics.json","fingerprint":767045936,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.villagermantle.json","fingerprint":899477626,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.voidfog.json","fingerprint":2526688142,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.particlespawning.json","fingerprint":2904885936,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.difficulty.server.json","fingerprint":807182706,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.mutabledrops.json","fingerprint":4030540875,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.wither.json","fingerprint":1483256414,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialcraft.dupes.json","fingerprint":1871855751,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entitylists.client.json","fingerprint":1710374243,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.chunksaving.json","fingerprint":2889986804,"invalidFingerprint":false},{"foldername":"mixins.mods.nuclearcraft.json","fingerprint":3226802968,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.dupes.json","fingerprint":1879059418,"invalidFingerprint":false},{"foldername":"mixins.mods.modularrouters.json","fingerprint":355710431,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.packetsize.json","fingerprint":3737315886,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.overlaymessage.json","fingerprint":1447301937,"invalidFingerprint":false},{"foldername":"mixins.mods.abyssalcraft.json","fingerprint":2932993700,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.breakcreativemill.json","fingerprint":1042971263,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.attackradius.json","fingerprint":2594304297,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3396349123,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.selecteditemtooltip.json","fingerprint":4166672149,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.toolcustomization.plustic.json","fingerprint":3314982029,"invalidFingerprint":false},{"foldername":"mixins.mods.hwyla.json","fingerprint":3257457113,"invalidFingerprint":false},{"foldername":"mixins.mods.effortlessbuilding.json","fingerprint":1931880564,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.falling.json","fingerprint":3720580296,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.blockoverlay.json","fingerprint":3453321720,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.desync.json","fingerprint":2973601152,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.player.json","fingerprint":2216122327,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.json","fingerprint":222286835,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.entityradiuscheck.lesscollisions.json","fingerprint":3516993834,"invalidFingerprint":false},{"foldername":"mixins.mods.actuallyadditions.dupes.json","fingerprint":694981594,"invalidFingerprint":false},{"foldername":"mixins.mods.botania.json","fingerprint":442434333,"invalidFingerprint":false},{"foldername":"mixins.mods.infernalmobs.json","fingerprint":930985196,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.extratrees.json","fingerprint":1714742574,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.potionduration.json","fingerprint":1776901691,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.flash.json","fingerprint":3914545040,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialforegoing.dupes.json","fingerprint":2255892006,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.startup.json","fingerprint":2769457491,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.pumpkinplacing.json","fingerprint":184441576,"invalidFingerprint":false},{"foldername":"mixins.mods.cbmultipart.client.json","fingerprint":495958662,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.stronghold.json","fingerprint":273037278,"invalidFingerprint":false},{"foldername":"mixins.mods.thefarlanders.dupes.json","fingerprint":3396690843,"invalidFingerprint":false},{"foldername":"mixins.mods.rftoolsdimensions.json","fingerprint":2138723865,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.client.json","fingerprint":671658466,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.json","fingerprint":2273736616,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.advancements.json","fingerprint":515400047,"invalidFingerprint":false},{"foldername":"mixins.mods.cbmultipart.json","fingerprint":1540844513,"invalidFingerprint":false},{"foldername":"mixins.mods.thermalexpansion.dupes.json","fingerprint":1133691768,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.zombie.json","fingerprint":2143473675,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.cocoa.json","fingerprint":4278311814,"invalidFingerprint":false},{"foldername":"mixins.mods.erebus.quakehammer.json","fingerprint":3727344944,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.horsefalling.json","fingerprint":1576798310,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.itemframevoid.json","fingerprint":2599794201,"invalidFingerprint":false},{"foldername":"mixins.mods.epicsiegemod.json","fingerprint":2148767199,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.modelgap.json","fingerprint":1478639604,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.realms.json","fingerprint":808509522,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.suffocation.json","fingerprint":3727333284,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2746278391,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.sealevel.json","fingerprint":2421431688,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.pathfinding.json","fingerprint":3535243954,"invalidFingerprint":false},{"foldername":"mixins.mods.bloodmagic.json","fingerprint":2834594688,"invalidFingerprint":false},{"foldername":"mixins.mods.tinyprogressions.dupes.json","fingerprint":1192419289,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.anaglyph.json","fingerprint":3998734082,"invalidFingerprint":false},{"foldername":"mixins.mods.simpledifficulty.json","fingerprint":10417138,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.despawning.json","fingerprint":1414840482,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.maxhealth.json","fingerprint":2309527662,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.client.json","fingerprint":3696452094,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.lenientpaths.json","fingerprint":977131473,"invalidFingerprint":false},{"foldername":"mixins.mods.cofhcore.json","fingerprint":3822720798,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.enderio.dupes.json","fingerprint":815472233,"invalidFingerprint":false},{"foldername":"mixins.mods.astralsorcery.json","fingerprint":2950023694,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.lanserverproperties.json","fingerprint":3096456119,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.minecart.json","fingerprint":749765002,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.toolcustomization.json","fingerprint":2812758138,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.skeletonaim.json","fingerprint":3862762825,"invalidFingerprint":false},{"foldername":"mixins.mods.netherchest.dupes.json","fingerprint":1381904993,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.chunks.gen.json","fingerprint":3751108546,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.saturation.json","fingerprint":2126658348,"invalidFingerprint":false},{"foldername":"mixins.mods.mobstages.json","fingerprint":2336226431,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.personalpotionparticles.json","fingerprint":3378318389,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumicwonders.dupes.json","fingerprint":1287028821,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.endcrystal.json","fingerprint":3510972000,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.prefixcheck.json","fingerprint":765598224,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.tileentities.json","fingerprint":1912592000,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.client.json","fingerprint":3264082249,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.infinitymending.json","fingerprint":628018266,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.untippedarrowparticles.json","fingerprint":2945263123,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.toastcontrol.json","fingerprint":2805710079,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.falling.json","fingerprint":1316360662,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.dimensionchange.json","fingerprint":566527296,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focuseffects.json","fingerprint":990556061,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.rarity.json","fingerprint":2916075899,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialforegoing.rangeaddon.json","fingerprint":91145896,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entityid.json","fingerprint":3164088636,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.commands.seed.json","fingerprint":2549735108,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.cobweb.json","fingerprint":2385091097,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.frustumculling.json","fingerprint":1166953544,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.infinityallarrows.json","fingerprint":1802516744,"invalidFingerprint":false},{"foldername":"mixins.mods.quark.dupes.json","fingerprint":21372640,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.client.json","fingerprint":1691579166,"invalidFingerprint":false},{"foldername":"mixins.mods.biomesoplenty.json","fingerprint":2428077886,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entitylists.json","fingerprint":4005689647,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.village.json","fingerprint":3105173277,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.server.json","fingerprint":403953997,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.spectatormenu.json","fingerprint":1971721843,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.server.json","fingerprint":2874886841,"invalidFingerprint":false},{"foldername":"mixins.mods.thermalexpansion.json","fingerprint":732283572,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2979487162,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.server.json","fingerprint":362243977,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.trading.json","fingerprint":3826022229,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.resourcemanager.json","fingerprint":1538852922,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focusmediums.json","fingerprint":1885567514,"invalidFingerprint":false},{"foldername":"mixins.mods.aoa3.json","fingerprint":66650282,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1872833657,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.breakablebedrock.json","fingerprint":4015076065,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.blockfire.json","fingerprint":2716709243,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.damage.json","fingerprint":4225666084,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.json","fingerprint":242296618,"invalidFingerprint":false},{"foldername":"mixins.mods.collective.json","fingerprint":3607137454,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.oredictcache.json","fingerprint":3922336678,"invalidFingerprint":false},{"foldername":"mixins.mods.netherrocks.json","fingerprint":1213202222,"invalidFingerprint":false},{"foldername":"mixins.mods.bloodmagic.dupes.json","fingerprint":111655017,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.bedobstruction.json","fingerprint":1324715973,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.stray.json","fingerprint":3897357336,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.narrator.json","fingerprint":3385061816,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.tile.json","fingerprint":1769777242,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.client.json","fingerprint":433869864,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.deepdarkstats.json","fingerprint":4033279690,"invalidFingerprint":false},{"foldername":"mixins.mods.mrtjpcore.json","fingerprint":2647743475,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.horse.json","fingerprint":2096317546,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.smelting.json","fingerprint":2238347738,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.difficulty.client.json","fingerprint":430650502,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.velocity.json","fingerprint":4206269082,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.attackcooldown.client.json","fingerprint":2511439013,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.creeper.confetti.json","fingerprint":2215499343,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.falling.json","fingerprint":864648008,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.chat.maximumlines.json","fingerprint":347644081,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.crafteditemstatistics.json","fingerprint":3548514632,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.server.json","fingerprint":36462259,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.json","fingerprint":1659189282,"invalidFingerprint":false},{"foldername":"mixins.mods.erebus.json","fingerprint":2022860422,"invalidFingerprint":false},{"foldername":"mixins.mods.techreborn.json","fingerprint":271725745,"invalidFingerprint":false},{"foldername":"mixins.mods.storagedrawers.client.json","fingerprint":2511864848,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.bannerlayers.json","fingerprint":3529577276,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.potionamplifier.json","fingerprint":4149703810,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.cap.json","fingerprint":1888763949,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.deathtime.json","fingerprint":740127826,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.saddledwandering.json","fingerprint":2448317375,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.caps.json","fingerprint":2287885754,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.contenttweaker.json","fingerprint":1738292239,"invalidFingerprint":false},{"foldername":"mixins.mods.arcanearchives.dupes.json","fingerprint":4101882867,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.golemstructure.json","fingerprint":2436225751,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boundingbox.json","fingerprint":3166294723,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.elytra.json","fingerprint":2483435556,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.ai.json","fingerprint":2206769083,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.ladderflying.json","fingerprint":304394785,"invalidFingerprint":false},{"foldername":"mixins.mods.compactmachines.json","fingerprint":1311429122,"invalidFingerprint":false},{"foldername":"mixins.mods.cqrepoured.json","fingerprint":1567259357,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.ping.json","fingerprint":2164444011,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.smoothscrolling.json","fingerprint":3322688420,"invalidFingerprint":false},{"foldername":"mixins.mods.botania.dupes.json","fingerprint":448359531,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.portal.json","fingerprint":1894861879,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.autojump.json","fingerprint":574846434,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.piston.tile.json","fingerprint":2033403024,"invalidFingerprint":false},{"foldername":"mixins.mods.actuallyadditions.json","fingerprint":1923413408,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.collision.json","fingerprint":2180816495,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.player.json","fingerprint":3590422922,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.comparatortiming.json","fingerprint":3654809551,"invalidFingerprint":false},{"foldername":"mixins.mods.erebus.cabbage.json","fingerprint":3834968431,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.autosave.json","fingerprint":3610150994,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.json","fingerprint":1205081912,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.fps.json","fingerprint":1143979538,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.sleeping.json","fingerprint":665651125,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.witherstructure.json","fingerprint":2605318806,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.linear.json","fingerprint":424018002,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.attackcooldown.server.json","fingerprint":2517994289,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.redstone.json","fingerprint":1351261315,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.nightvisionflash.json","fingerprint":504144788,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.chat.keepsentmessages.json","fingerprint":3449983688,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.oredictionarycheck.json","fingerprint":1469423150,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.textshadow.json","fingerprint":3764822544,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.armedarmorstands.json","fingerprint":4083084984,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.keybindlistentry.json","fingerprint":4036162790,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.smoothlighting.json","fingerprint":3529592103,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.mount.json","fingerprint":3117110909,"invalidFingerprint":false},{"foldername":"mixins.mods.mekanism.dupes.json","fingerprint":373321228,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.explosion.json","fingerprint":3675182380,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.husk.json","fingerprint":120776461,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.advancementcheck.json","fingerprint":3134425195,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.dyeblending.json","fingerprint":2613242462,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.witchhuts.json","fingerprint":2746001086,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.depthmask.json","fingerprint":997748803,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.taming.horse.json","fingerprint":3298934473,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.boat.json","fingerprint":2879122993,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.piston.retraction.json","fingerprint":3345080612,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.tracker.json","fingerprint":2566859253,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.mobspawnerrender.json","fingerprint":1621221964,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.hitdelay.json","fingerprint":1909261394,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.credits.json","fingerprint":2650528798,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.leafdecay.json","fingerprint":3822332422,"invalidFingerprint":false},{"foldername":"mixins.mods.elementarystaffs.json","fingerprint":333136857,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.saturation.json","fingerprint":6394012,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.boundingbox.json","fingerprint":2980845199,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.server.json","fingerprint":1040561830,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.audioreload.json","fingerprint":4205219941,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.chat.compactmessage.json","fingerprint":1263097377,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.entityradiuscheck.reducesearchsize.json","fingerprint":1673226017,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.xpbottle.json","fingerprint":471587589,"invalidFingerprint":false},{"foldername":"mixins.mods.spiceoflife.dupes.json","fingerprint":3230374523,"invalidFingerprint":false},{"foldername":"mixins.mods.itemstages.json","fingerprint":1631303176,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.banner.json","fingerprint":3794153638,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.arrow.json","fingerprint":2099285459,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.repairing.json","fingerprint":3251624154,"invalidFingerprint":false},{"foldername":"universaltweaks.refmap.json","fingerprint":3777973008,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.fire.json","fingerprint":3931235952,"invalidFingerprint":false},{"foldername":"mixins.mods.ironbackpacks.dupes.json","fingerprint":11527953,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.client.json","fingerprint":1554155773,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.destroypacket.json","fingerprint":2354797733,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.armorcurve.json","fingerprint":3137861485,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.incurablepotions.json","fingerprint":1925468697,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.voidteleport.json","fingerprint":864709931,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.hardcorebuckets.json","fingerprint":2972325125,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.music.json","fingerprint":946808867,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.craftingcache.json","fingerprint":4088265002,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.growthsize.json","fingerprint":2877012644,"invalidFingerprint":false},{"foldername":"mixins.mods.elenaidodge2.json","fingerprint":3439598302,"invalidFingerprint":false},{"foldername":"com","fingerprint":3444534717,"invalidFingerprint":false}],"packageFingerprint":1175701543,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":705000,"fileNameOnDisk":"UniversalTweaks-1.12.2-1.11.0.jar","hashes":[{"type":1,"value":"5af4eb8faeb274190eb37842e541db8793466d29"},{"type":2,"value":"311a7cbeabfc7453b2072096a0ce15c5"}]},"dateInstalled":"2023-08-06T19:12:39.871205Z","dateUpdated":"2024-05-23T17:59:50.3004996Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5350889,"fileName":"UniversalTweaks-1.12.2-1.11.0.jar","fileDate":"2024-05-17T14:53:03.073Z","fileLength":1335215,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5350/889/UniversalTweaks-1.12.2-1.11.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227875,"type":2},{"addonId":278359,"type":2},{"addonId":346007,"type":2},{"addonId":220811,"type":2},{"addonId":220698,"type":2},{"addonId":250850,"type":2},{"addonId":223852,"type":2},{"addonId":311357,"type":2},{"addonId":311054,"type":2},{"addonId":228404,"type":2},{"addonId":226254,"type":2},{"addonId":69163,"type":2},{"addonId":227049,"type":2},{"addonId":229049,"type":2},{"addonId":220318,"type":2},{"addonId":242638,"type":2},{"addonId":243121,"type":2},{"addonId":336432,"type":2},{"addonId":360779,"type":2},{"addonId":268560,"type":2},{"addonId":268888,"type":2},{"addonId":224218,"type":2},{"addonId":280316,"type":2},{"addonId":258426,"type":2},{"addonId":223628,"type":2},{"addonId":316704,"type":2},{"addonId":235279,"type":2},{"addonId":442962,"type":2},{"addonId":303422,"type":2},{"addonId":225561,"type":2},{"addonId":69162,"type":2},{"addonId":59751,"type":2},{"addonId":74072,"type":2},{"addonId":226140,"type":2},{"addonId":277711,"type":2},{"addonId":233564,"type":2},{"addonId":229449,"type":2},{"addonId":53686,"type":2},{"addonId":302113,"type":2},{"addonId":224791,"type":2},{"addonId":419286,"type":3},{"addonId":223525,"type":2},{"addonId":870276,"type":3},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1732733660,"invalidFingerprint":false},{"foldername":"mod","fingerprint":3002319726,"invalidFingerprint":false},{"foldername":"mixins.mods.reskillable.json","fingerprint":4044678815,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.sapling.json","fingerprint":2397836269,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.server.json","fingerprint":2786760616,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.eating.json","fingerprint":374428331,"invalidFingerprint":false},{"foldername":"mixins.mods.chisel.tcomplement.dupes.json","fingerprint":1063183491,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.missingmodel.json","fingerprint":3389011948,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.texturemapcheck.json","fingerprint":3561500873,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.dupes.json","fingerprint":2745710480,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.dupes.json","fingerprint":1452899930,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boatoffset.json","fingerprint":1201402546,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.console.addpacket.json","fingerprint":511780894,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.loot.json","fingerprint":489700268,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.overhaulbeacon.json","fingerprint":3089013236,"invalidFingerprint":false},{"foldername":"mixins.mods.crafttweaker.json","fingerprint":1868072396,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.golem.json","fingerprint":2712529827,"invalidFingerprint":false},{"foldername":"mixins.mods.ceramics.json","fingerprint":767045936,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.villagermantle.json","fingerprint":899477626,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.voidfog.json","fingerprint":2526688142,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.particlespawning.json","fingerprint":2904885936,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.difficulty.server.json","fingerprint":807182706,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.mutabledrops.json","fingerprint":4030540875,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.wither.json","fingerprint":1483256414,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialcraft.dupes.json","fingerprint":1871855751,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entitylists.client.json","fingerprint":1710374243,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.chunksaving.json","fingerprint":2889986804,"invalidFingerprint":false},{"foldername":"mixins.mods.nuclearcraft.json","fingerprint":3226802968,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.dupes.json","fingerprint":1879059418,"invalidFingerprint":false},{"foldername":"mixins.mods.modularrouters.json","fingerprint":355710431,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.packetsize.json","fingerprint":3737315886,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.overlaymessage.json","fingerprint":1447301937,"invalidFingerprint":false},{"foldername":"mixins.mods.abyssalcraft.json","fingerprint":2932993700,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.breakcreativemill.json","fingerprint":1042971263,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.attackradius.json","fingerprint":2594304297,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3396349123,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.selecteditemtooltip.json","fingerprint":4166672149,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.toolcustomization.plustic.json","fingerprint":3314982029,"invalidFingerprint":false},{"foldername":"mixins.mods.hwyla.json","fingerprint":3257457113,"invalidFingerprint":false},{"foldername":"mixins.mods.effortlessbuilding.json","fingerprint":1931880564,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.falling.json","fingerprint":3720580296,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.blockoverlay.json","fingerprint":3453321720,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.desync.json","fingerprint":2973601152,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.player.json","fingerprint":2216122327,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.json","fingerprint":222286835,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.entityradiuscheck.lesscollisions.json","fingerprint":3516993834,"invalidFingerprint":false},{"foldername":"mixins.mods.actuallyadditions.dupes.json","fingerprint":694981594,"invalidFingerprint":false},{"foldername":"mixins.mods.botania.json","fingerprint":442434333,"invalidFingerprint":false},{"foldername":"mixins.mods.infernalmobs.json","fingerprint":930985196,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.extratrees.json","fingerprint":1714742574,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.potionduration.json","fingerprint":1776901691,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.flash.json","fingerprint":3914545040,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialforegoing.dupes.json","fingerprint":2255892006,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.startup.json","fingerprint":2769457491,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.pumpkinplacing.json","fingerprint":184441576,"invalidFingerprint":false},{"foldername":"mixins.mods.cbmultipart.client.json","fingerprint":495958662,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.stronghold.json","fingerprint":273037278,"invalidFingerprint":false},{"foldername":"mixins.mods.thefarlanders.dupes.json","fingerprint":3396690843,"invalidFingerprint":false},{"foldername":"mixins.mods.rftoolsdimensions.json","fingerprint":2138723865,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.miningglitch.client.json","fingerprint":671658466,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.json","fingerprint":2273736616,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.advancements.json","fingerprint":515400047,"invalidFingerprint":false},{"foldername":"mixins.mods.cbmultipart.json","fingerprint":1540844513,"invalidFingerprint":false},{"foldername":"mixins.mods.thermalexpansion.dupes.json","fingerprint":1133691768,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.zombie.json","fingerprint":2143473675,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.cocoa.json","fingerprint":4278311814,"invalidFingerprint":false},{"foldername":"mixins.mods.erebus.quakehammer.json","fingerprint":3727344944,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.horsefalling.json","fingerprint":1576798310,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.itemframevoid.json","fingerprint":2599794201,"invalidFingerprint":false},{"foldername":"mixins.mods.epicsiegemod.json","fingerprint":2148767199,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.modelgap.json","fingerprint":1478639604,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.realms.json","fingerprint":808509522,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.suffocation.json","fingerprint":3727333284,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2746278391,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.sealevel.json","fingerprint":2421431688,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.pathfinding.json","fingerprint":3535243954,"invalidFingerprint":false},{"foldername":"mixins.mods.bloodmagic.json","fingerprint":2834594688,"invalidFingerprint":false},{"foldername":"mixins.mods.tinyprogressions.dupes.json","fingerprint":1192419289,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.anaglyph.json","fingerprint":3998734082,"invalidFingerprint":false},{"foldername":"mixins.mods.simpledifficulty.json","fingerprint":10417138,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.despawning.json","fingerprint":1414840482,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.maxhealth.json","fingerprint":2309527662,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.client.json","fingerprint":3696452094,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.lenientpaths.json","fingerprint":977131473,"invalidFingerprint":false},{"foldername":"mixins.mods.cofhcore.json","fingerprint":3822720798,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.enderio.dupes.json","fingerprint":815472233,"invalidFingerprint":false},{"foldername":"mixins.mods.astralsorcery.json","fingerprint":2950023694,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.lanserverproperties.json","fingerprint":3096456119,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.minecart.json","fingerprint":749765002,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.toolcustomization.json","fingerprint":2812758138,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.skeletonaim.json","fingerprint":3862762825,"invalidFingerprint":false},{"foldername":"mixins.mods.netherchest.dupes.json","fingerprint":1381904993,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.chunks.gen.json","fingerprint":3751108546,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.saturation.json","fingerprint":2126658348,"invalidFingerprint":false},{"foldername":"mixins.mods.mobstages.json","fingerprint":2336226431,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.personalpotionparticles.json","fingerprint":3378318389,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumicwonders.dupes.json","fingerprint":1287028821,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.endcrystal.json","fingerprint":3510972000,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.prefixcheck.json","fingerprint":765598224,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.tileentities.json","fingerprint":1912592000,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.client.json","fingerprint":3264082249,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.infinitymending.json","fingerprint":628018266,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.untippedarrowparticles.json","fingerprint":2945263123,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.toastcontrol.json","fingerprint":2805710079,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.falling.json","fingerprint":1316360662,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.dimensionchange.json","fingerprint":566527296,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focuseffects.json","fingerprint":990556061,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.rarity.json","fingerprint":2916075899,"invalidFingerprint":false},{"foldername":"mixins.mods.industrialforegoing.rangeaddon.json","fingerprint":91145896,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entityid.json","fingerprint":3164088636,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.commands.seed.json","fingerprint":2549735108,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.cobweb.json","fingerprint":2385091097,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.frustumculling.json","fingerprint":1166953544,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.infinityallarrows.json","fingerprint":1802516744,"invalidFingerprint":false},{"foldername":"mixins.mods.quark.dupes.json","fingerprint":21372640,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.client.json","fingerprint":1691579166,"invalidFingerprint":false},{"foldername":"mixins.mods.biomesoplenty.json","fingerprint":2428077886,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.entitylists.json","fingerprint":4005689647,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.village.json","fingerprint":3105173277,"invalidFingerprint":false},{"foldername":"mixins.tweaks.world.loading.server.json","fingerprint":403953997,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.spectatormenu.json","fingerprint":1971721843,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.server.json","fingerprint":2874886841,"invalidFingerprint":false},{"foldername":"mixins.mods.thermalexpansion.json","fingerprint":732283572,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2979487162,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.server.json","fingerprint":362243977,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.trading.json","fingerprint":3826022229,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.resourcemanager.json","fingerprint":1538852922,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.foci.focusmediums.json","fingerprint":1885567514,"invalidFingerprint":false},{"foldername":"mixins.mods.aoa3.json","fingerprint":66650282,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1872833657,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.breakablebedrock.json","fingerprint":4015076065,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.blockfire.json","fingerprint":2716709243,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.damage.json","fingerprint":4225666084,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.json","fingerprint":242296618,"invalidFingerprint":false},{"foldername":"mixins.mods.collective.json","fingerprint":3607137454,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.oredictcache.json","fingerprint":3922336678,"invalidFingerprint":false},{"foldername":"mixins.mods.netherrocks.json","fingerprint":1213202222,"invalidFingerprint":false},{"foldername":"mixins.mods.bloodmagic.dupes.json","fingerprint":111655017,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.bedobstruction.json","fingerprint":1324715973,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.stray.json","fingerprint":3897357336,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.narrator.json","fingerprint":3385061816,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.tile.json","fingerprint":1769777242,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.itementities.client.json","fingerprint":433869864,"invalidFingerprint":false},{"foldername":"mixins.mods.extrautilities.deepdarkstats.json","fingerprint":4033279690,"invalidFingerprint":false},{"foldername":"mixins.mods.mrtjpcore.json","fingerprint":2647743475,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.horse.json","fingerprint":2096317546,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.smelting.json","fingerprint":2238347738,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.difficulty.client.json","fingerprint":430650502,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.velocity.json","fingerprint":4206269082,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.attackcooldown.client.json","fingerprint":2511439013,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.creeper.confetti.json","fingerprint":2215499343,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.falling.json","fingerprint":864648008,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.chat.maximumlines.json","fingerprint":347644081,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.crafteditemstatistics.json","fingerprint":3548514632,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.buttons.snooper.server.json","fingerprint":36462259,"invalidFingerprint":false},{"foldername":"mixins.mods.forestry.json","fingerprint":1659189282,"invalidFingerprint":false},{"foldername":"mixins.mods.erebus.json","fingerprint":2022860422,"invalidFingerprint":false},{"foldername":"mixins.mods.techreborn.json","fingerprint":271725745,"invalidFingerprint":false},{"foldername":"mixins.mods.storagedrawers.client.json","fingerprint":2511864848,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.bannerlayers.json","fingerprint":3529577276,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.potionamplifier.json","fingerprint":4149703810,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.cap.json","fingerprint":1888763949,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.deathtime.json","fingerprint":740127826,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.ai.saddledwandering.json","fingerprint":2448317375,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.caps.json","fingerprint":2287885754,"invalidFingerprint":false},{"foldername":"mixins.mods.roost.contenttweaker.json","fingerprint":1738292239,"invalidFingerprint":false},{"foldername":"mixins.mods.arcanearchives.dupes.json","fingerprint":4101882867,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.golemstructure.json","fingerprint":2436225751,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.boundingbox.json","fingerprint":3166294723,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.elytra.json","fingerprint":2483435556,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.ai.json","fingerprint":2206769083,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.ladderflying.json","fingerprint":304394785,"invalidFingerprint":false},{"foldername":"mixins.mods.compactmachines.json","fingerprint":1311429122,"invalidFingerprint":false},{"foldername":"mixins.mods.cqrepoured.json","fingerprint":1567259357,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.ping.json","fingerprint":2164444011,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.smoothscrolling.json","fingerprint":3322688420,"invalidFingerprint":false},{"foldername":"mixins.mods.botania.dupes.json","fingerprint":448359531,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.portal.json","fingerprint":1894861879,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.autojump.json","fingerprint":574846434,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.piston.tile.json","fingerprint":2033403024,"invalidFingerprint":false},{"foldername":"mixins.mods.actuallyadditions.json","fingerprint":1923413408,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.collision.json","fingerprint":2180816495,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.burning.player.json","fingerprint":3590422922,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.comparatortiming.json","fingerprint":3654809551,"invalidFingerprint":false},{"foldername":"mixins.mods.erebus.cabbage.json","fingerprint":3834968431,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.autosave.json","fingerprint":3610150994,"invalidFingerprint":false},{"foldername":"mixins.mods.tconstruct.json","fingerprint":1205081912,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.fps.json","fingerprint":1143979538,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.sleeping.json","fingerprint":665651125,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.witherstructure.json","fingerprint":2605318806,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.xp.linear.json","fingerprint":424018002,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.attackcooldown.server.json","fingerprint":2517994289,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.redstone.json","fingerprint":1351261315,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.nightvisionflash.json","fingerprint":504144788,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.chat.keepsentmessages.json","fingerprint":3449983688,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.oredictionarycheck.json","fingerprint":1469423150,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.textshadow.json","fingerprint":3764822544,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.armedarmorstands.json","fingerprint":4083084984,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.gui.keybindlistentry.json","fingerprint":4036162790,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.smoothlighting.json","fingerprint":3529592103,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.mount.json","fingerprint":3117110909,"invalidFingerprint":false},{"foldername":"mixins.mods.mekanism.dupes.json","fingerprint":373321228,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.explosion.json","fingerprint":3675182380,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.spawning.husk.json","fingerprint":120776461,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.advancementcheck.json","fingerprint":3134425195,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.dyeblending.json","fingerprint":2613242462,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.world.witchhuts.json","fingerprint":2746001086,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.misc.depthmask.json","fingerprint":997748803,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.taming.horse.json","fingerprint":3298934473,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.speed.boat.json","fingerprint":2879122993,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.piston.retraction.json","fingerprint":3345080612,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.tracker.json","fingerprint":2566859253,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.mobspawnerrender.json","fingerprint":1621221964,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.hitdelay.json","fingerprint":1909261394,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.credits.json","fingerprint":2650528798,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.leafdecay.json","fingerprint":3822332422,"invalidFingerprint":false},{"foldername":"mixins.mods.elementarystaffs.json","fingerprint":333136857,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.saturation.json","fingerprint":6394012,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.hopper.boundingbox.json","fingerprint":2980845199,"invalidFingerprint":false},{"foldername":"mixins.mods.thaumcraft.entities.server.json","fingerprint":1040561830,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.audioreload.json","fingerprint":4205219941,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.chat.compactmessage.json","fingerprint":1263097377,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.entityradiuscheck.reducesearchsize.json","fingerprint":1673226017,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.xpbottle.json","fingerprint":471587589,"invalidFingerprint":false},{"foldername":"mixins.mods.spiceoflife.dupes.json","fingerprint":3230374523,"invalidFingerprint":false},{"foldername":"mixins.mods.itemstages.json","fingerprint":1631303176,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.blocks.banner.json","fingerprint":3794153638,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.damage.arrow.json","fingerprint":2099285459,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.repairing.json","fingerprint":3251624154,"invalidFingerprint":false},{"foldername":"universaltweaks.refmap.json","fingerprint":3777973008,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.lightning.fire.json","fingerprint":3931235952,"invalidFingerprint":false},{"foldername":"mixins.mods.ironbackpacks.dupes.json","fingerprint":11527953,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.recipebook.client.json","fingerprint":1554155773,"invalidFingerprint":false},{"foldername":"mixins.bugfixes.entities.destroypacket.json","fingerprint":2354797733,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.armorcurve.json","fingerprint":3137861485,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.incurablepotions.json","fingerprint":1925468697,"invalidFingerprint":false},{"foldername":"mixins.tweaks.entities.voidteleport.json","fingerprint":864709931,"invalidFingerprint":false},{"foldername":"mixins.tweaks.items.hardcorebuckets.json","fingerprint":2972325125,"invalidFingerprint":false},{"foldername":"mixins.tweaks.misc.music.json","fingerprint":946808867,"invalidFingerprint":false},{"foldername":"mixins.tweaks.performance.craftingcache.json","fingerprint":4088265002,"invalidFingerprint":false},{"foldername":"mixins.tweaks.blocks.growthsize.json","fingerprint":2877012644,"invalidFingerprint":false},{"foldername":"mixins.mods.elenaidodge2.json","fingerprint":3439598302,"invalidFingerprint":false},{"foldername":"com","fingerprint":3444534717,"invalidFingerprint":false}],"packageFingerprint":1175701543,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":705000,"fileNameOnDisk":"UniversalTweaks-1.12.2-1.11.0.jar","hashes":[{"type":1,"value":"5af4eb8faeb274190eb37842e541db8793466d29"},{"type":2,"value":"311a7cbeabfc7453b2072096a0ce15c5"}]}},{"instanceID":"8ca36011-77a5-4941-88d3-319aef2eeebe","modSource":0,"addonID":231382,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Brandon's Core","modFolderPath":null,"fileNameOnDisk":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","authors":[{"Id":9559798,"Name":"brandon3055"}],"primaryAuthor":"brandon3055","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/brandons-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/329/256/256/635693356033460215.png","tags":[],"installedFile":{"id":3408276,"fileName":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","fileDate":"2021-08-01T06:21:57.003Z","fileLength":827900,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3408/276/BrandonsCore-1.12.2-2.4.20.162-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":349349018,"invalidFingerprint":false},{"foldername":"com","fingerprint":51706212,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672712101,"invalidFingerprint":false},{"foldername":"assets","fingerprint":729463193,"invalidFingerprint":false}],"packageFingerprint":960878632,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231382,"fileNameOnDisk":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:26.2465522Z","dateUpdated":"2023-07-12T19:25:14.2354931Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3408276,"fileName":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","fileDate":"2021-08-01T06:21:57.003Z","fileLength":827900,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3408/276/BrandonsCore-1.12.2-2.4.20.162-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":349349018,"invalidFingerprint":false},{"foldername":"com","fingerprint":51706212,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672712101,"invalidFingerprint":false},{"foldername":"assets","fingerprint":729463193,"invalidFingerprint":false}],"packageFingerprint":960878632,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231382,"fileNameOnDisk":"BrandonsCore-1.12.2-2.4.20.162-universal.jar","hashes":[]}},{"instanceID":"48e90de7-a9b0-425e-96af-62fdd93bcb09","modSource":0,"addonID":571482,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AssetMover","modFolderPath":null,"fileNameOnDisk":"assetmover-2.5.jar","authors":[{"Id":102975538,"Name":"CleanroomMC"},{"Id":10278775,"Name":"Rongmario"}],"primaryAuthor":"CleanroomMC","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/assetmover","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/484/275/256/256/637785421369971626.png","tags":[],"installedFile":{"id":4430763,"fileName":"assetmover-2.5.jar","fileDate":"2023-03-10T13:43:24.523Z","fileLength":42829,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4430/763/assetmover-2.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2424550449,"invalidFingerprint":false},{"foldername":"com","fingerprint":2898832108,"invalidFingerprint":false},{"foldername":"asset_mover_icon.png","fingerprint":112278852,"invalidFingerprint":false}],"packageFingerprint":1351352242,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":571482,"fileNameOnDisk":"assetmover-2.5.jar","hashes":[{"type":1,"value":"b147ada093f5552fdedee9b7ee0de1d99b6f3c06"},{"type":2,"value":"a4f8b1a3501563748ec5a49b1226af1f"}]},"dateInstalled":"2024-05-23T18:10:09.2337637Z","dateUpdated":"2024-05-23T18:10:09.2364026Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4430763,"fileName":"assetmover-2.5.jar","fileDate":"2023-03-10T13:43:24.523Z","fileLength":42829,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4430/763/assetmover-2.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2424550449,"invalidFingerprint":false},{"foldername":"com","fingerprint":2898832108,"invalidFingerprint":false},{"foldername":"asset_mover_icon.png","fingerprint":112278852,"invalidFingerprint":false}],"packageFingerprint":1351352242,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":571482,"fileNameOnDisk":"assetmover-2.5.jar","hashes":[{"type":1,"value":"b147ada093f5552fdedee9b7ee0de1d99b6f3c06"},{"type":2,"value":"a4f8b1a3501563748ec5a49b1226af1f"}]}},{"instanceID":"f02479cb-30fd-4252-a97a-3558a5917b10","modSource":0,"addonID":254879,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Storage Drawers Extras","modFolderPath":null,"fileNameOnDisk":"StorageDrawersExtras-1.12-3.1.0.jar","authors":[{"Id":6833007,"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/storage-drawers-extras","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/75/935/256/256/636169335259193625.png","tags":[],"installedFile":{"id":2443623,"fileName":"StorageDrawersExtras-1.12-3.1.0.jar","fileDate":"2017-06-30T02:13:48.09Z","fileLength":402870,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/623/StorageDrawersExtras-1.12-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3},{"addonId":223852,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3739888723,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2982687731,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1356093158,"invalidFingerprint":false}],"packageFingerprint":4129009071,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254879,"fileNameOnDisk":"StorageDrawersExtras-1.12-3.1.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:24:27.1324576Z","dateUpdated":"2023-07-13T07:24:27.1354482Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2443623,"fileName":"StorageDrawersExtras-1.12-3.1.0.jar","fileDate":"2017-06-30T02:13:48.09Z","fileLength":402870,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2443/623/StorageDrawersExtras-1.12-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3},{"addonId":223852,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3739888723,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2982687731,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1356093158,"invalidFingerprint":false}],"packageFingerprint":4129009071,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254879,"fileNameOnDisk":"StorageDrawersExtras-1.12-3.1.0.jar","hashes":[]}},{"instanceID":"4b5f02b8-7ebe-4927-889a-0d7bea61a815","modSource":0,"addonID":229060,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"iChunUtil","modFolderPath":null,"fileNameOnDisk":"iChunUtil-1.12.2-7.2.2.jar","authors":[{"Id":6835676,"Name":"iChun"}],"primaryAuthor":"iChun","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ichunutil","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/167/256/256/635690971311763313.png","tags":[],"installedFile":{"id":2801262,"fileName":"iChunUtil-1.12.2-7.2.2.jar","fileDate":"2019-10-04T00:38:01.827Z","fileLength":581963,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2801/262/iChunUtil-1.12.2-7.2.2.jar","isAlternate":false,"alternateFileId":2801263,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1088402199,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4103548684,"invalidFingerprint":false},{"foldername":"eula.txt","fingerprint":2210795580,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2155224910,"invalidFingerprint":false},{"foldername":"me","fingerprint":17833567,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1043948853,"invalidFingerprint":false}],"packageFingerprint":1712392953,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229060,"fileNameOnDisk":"iChunUtil-1.12.2-7.2.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:17:23.4529587Z","dateUpdated":"2023-07-13T07:17:23.4662917Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2801262,"fileName":"iChunUtil-1.12.2-7.2.2.jar","fileDate":"2019-10-04T00:38:01.827Z","fileLength":581963,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2801/262/iChunUtil-1.12.2-7.2.2.jar","isAlternate":false,"alternateFileId":2801263,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1088402199,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4103548684,"invalidFingerprint":false},{"foldername":"eula.txt","fingerprint":2210795580,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2155224910,"invalidFingerprint":false},{"foldername":"me","fingerprint":17833567,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1043948853,"invalidFingerprint":false}],"packageFingerprint":1712392953,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229060,"fileNameOnDisk":"iChunUtil-1.12.2-7.2.2.jar","hashes":[]}},{"instanceID":"1fc6a5c4-2adc-4e99-be1d-bda08464846a","modSource":0,"addonID":623955,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AE2 Fluid Crafting Rework","modFolderPath":null,"fileNameOnDisk":"Fluid Craft for AE2-2.6.1-r.jar","authors":[{"Id":100082850,"Name":"GlodBlock"}],"primaryAuthor":"GlodBlock","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/548/30/256/256/637882959576383371.png","tags":[],"installedFile":{"id":5405482,"fileName":"Fluid Craft for AE2-2.6.1-r.jar","fileDate":"2024-06-07T06:29:29.313Z","fileLength":687302,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5405/482/Fluid%20Craft%20for%20AE2-2.6.1-r.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":570458,"type":3},{"addonId":399904,"type":2},{"addonId":1027681,"type":2},{"addonId":884359,"type":2},{"addonId":557242,"type":2},{"addonId":840735,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3792414027,"invalidFingerprint":false},{"foldername":"com","fingerprint":1560852436,"invalidFingerprint":false},{"foldername":"assets","fingerprint":383038901,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3566084518,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194828054,"invalidFingerprint":false}],"packageFingerprint":2664670900,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":623955,"fileNameOnDisk":"Fluid Craft for AE2-2.6.1-r.jar","hashes":[{"type":1,"value":"bd17afe6aaa9cf522b4de1527cb38ddd9b8fcfc0"},{"type":2,"value":"e4eb7cb533811cd365247fc9fe8b7eba"}]},"dateInstalled":"2024-06-06T00:01:46.6080924Z","dateUpdated":"2024-06-10T00:40:16.4973375Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5405482,"fileName":"Fluid Craft for AE2-2.6.1-r.jar","fileDate":"2024-06-07T06:29:29.313Z","fileLength":687302,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5405/482/Fluid%20Craft%20for%20AE2-2.6.1-r.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":884359,"type":2},{"addonId":840735,"type":2},{"addonId":570458,"type":3},{"addonId":399904,"type":2},{"addonId":557242,"type":2},{"addonId":1027681,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3792414027,"invalidFingerprint":false},{"foldername":"com","fingerprint":1560852436,"invalidFingerprint":false},{"foldername":"assets","fingerprint":383038901,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3566084518,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194828054,"invalidFingerprint":false}],"packageFingerprint":2664670900,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":623955,"fileNameOnDisk":"Fluid Craft for AE2-2.6.1-r.jar","hashes":[{"type":1,"value":"bd17afe6aaa9cf522b4de1527cb38ddd9b8fcfc0"},{"type":2,"value":"e4eb7cb533811cd365247fc9fe8b7eba"}]}},{"instanceID":"f7667354-c850-49e0-a1c2-5aa2b66d1bd1","modSource":0,"addonID":226780,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ShadowMC","modFolderPath":null,"fileNameOnDisk":"ShadowMC-1.12-3.8.0.jar","authors":[{"Id":17705114,"Name":"ShadowfactsDev"}],"primaryAuthor":"ShadowfactsDev","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/shadowmc","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/420/256/256/635880201174310771.png","tags":[],"installedFile":{"id":2441500,"fileName":"ShadowMC-1.12-3.8.0.jar","fileDate":"2017-06-25T20:01:23.087Z","fileLength":464802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/500/ShadowMC-1.12-3.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2642027807,"invalidFingerprint":false},{"foldername":"net","fingerprint":3856997196,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2439907420,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2331771573,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"com","fingerprint":25514404,"invalidFingerprint":false}],"packageFingerprint":917963088,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226780,"fileNameOnDisk":"ShadowMC-1.12-3.8.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:57.5123045Z","dateUpdated":"2023-07-12T19:15:57.5163043Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2441500,"fileName":"ShadowMC-1.12-3.8.0.jar","fileDate":"2017-06-25T20:01:23.087Z","fileLength":464802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/500/ShadowMC-1.12-3.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2642027807,"invalidFingerprint":false},{"foldername":"net","fingerprint":3856997196,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2439907420,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2331771573,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"com","fingerprint":25514404,"invalidFingerprint":false}],"packageFingerprint":917963088,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226780,"fileNameOnDisk":"ShadowMC-1.12-3.8.0.jar","hashes":[]}},{"instanceID":"ca296e86-c79f-4fd5-b6ea-88ab61ef1ef8","modSource":0,"addonID":223094,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Inventory Tweaks [1.12 only] ","modFolderPath":null,"fileNameOnDisk":"InventoryTweaks-1.64+dev.151.jar","authors":[{"Id":100717580,"Name":"JimeoWan"},{"Id":8568762,"Name":"Forge_User_09631947"}],"primaryAuthor":"JimeoWan","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/423/256/256/635428742381702656.png","tags":[],"installedFile":{"id":2923460,"fileName":"InventoryTweaks-1.64+dev.151.jar","fileDate":"2020-04-07T13:50:18.55Z","fileLength":286144,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2923/460/InventoryTweaks-1.64+dev.151.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1066045293,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":4170564840,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2054580395,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1495522677,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":934435428,"invalidFingerprint":false},{"foldername":"invtweaks.png","fingerprint":1558494413,"invalidFingerprint":false},{"foldername":"invtweaks_at.cfg","fingerprint":180667226,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3247284929,"invalidFingerprint":false}],"packageFingerprint":42535972,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223094,"fileNameOnDisk":"InventoryTweaks-1.64+dev.151.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.852076Z","dateUpdated":"2023-07-12T19:16:22.8550811Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2923460,"fileName":"InventoryTweaks-1.64+dev.151.jar","fileDate":"2020-04-07T13:50:18.55Z","fileLength":286144,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2923/460/InventoryTweaks-1.64+dev.151.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1066045293,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":4170564840,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2054580395,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1495522677,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":934435428,"invalidFingerprint":false},{"foldername":"invtweaks.png","fingerprint":1558494413,"invalidFingerprint":false},{"foldername":"invtweaks_at.cfg","fingerprint":180667226,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3247284929,"invalidFingerprint":false}],"packageFingerprint":42535972,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223094,"fileNameOnDisk":"InventoryTweaks-1.64+dev.151.jar","hashes":[]}},{"instanceID":"1aebdf98-3a8b-4da6-b5ae-10a93085e9f6","modSource":0,"addonID":231951,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Immersive Engineering","modFolderPath":null,"fileNameOnDisk":"ImmersiveEngineering-0.12-98.jar","authors":[{"Id":6842539,"Name":"BluSunrize"},{"Id":17454091,"Name":"Sky_Som"},{"Id":23615989,"Name":"malte0811"}],"primaryAuthor":"BluSunrize","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/immersive-engineering","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/20/135/256/256/635707329671959611.png","tags":[],"installedFile":{"id":2974106,"fileName":"ImmersiveEngineering-0.12-98.jar","fileDate":"2020-06-06T20:20:24.903Z","fileLength":6360959,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2974/106/ImmersiveEngineering-0.12-98.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":36282968,"invalidFingerprint":false},{"foldername":"blusunrize","fingerprint":3319380826,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":783127171,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902698820,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1454248115,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2007758541,"invalidFingerprint":false}],"packageFingerprint":3177475693,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231951,"fileNameOnDisk":"ImmersiveEngineering-0.12-98.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:00.0831409Z","dateUpdated":"2023-07-12T19:16:00.09114Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2974106,"fileName":"ImmersiveEngineering-0.12-98.jar","fileDate":"2020-06-06T20:20:24.903Z","fileLength":6360959,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2974/106/ImmersiveEngineering-0.12-98.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":36282968,"invalidFingerprint":false},{"foldername":"blusunrize","fingerprint":3319380826,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":783127171,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902698820,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1454248115,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2007758541,"invalidFingerprint":false}],"packageFingerprint":3177475693,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231951,"fileNameOnDisk":"ImmersiveEngineering-0.12-98.jar","hashes":[]}},{"instanceID":"477fe196-eb82-4e34-8ed9-7bdb60685dcf","modSource":0,"addonID":280200,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Colytra (Fabric/Forge/Quilt)","modFolderPath":null,"fileNameOnDisk":"colytra-1.12.2-1.2.0.4.jar","authors":[{"Id":34683772,"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/colytra","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/127/504/256/256/636439463392471790.png","tags":[],"installedFile":{"id":2828877,"fileName":"colytra-1.12.2-1.2.0.4.jar","fileDate":"2019-11-17T22:57:39.623Z","fileLength":86568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2828/877/colytra-1.12.2-1.2.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1049185419,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4099183529,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4157634808,"invalidFingerprint":false},{"foldername":"c4","fingerprint":256917861,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3581015769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1641535252,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":241822845,"invalidFingerprint":false}],"packageFingerprint":4116341275,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280200,"fileNameOnDisk":"colytra-1.12.2-1.2.0.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.0033243Z","dateUpdated":"2023-07-12T19:16:48.0052058Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2828877,"fileName":"colytra-1.12.2-1.2.0.4.jar","fileDate":"2019-11-17T22:57:39.623Z","fileLength":86568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2828/877/colytra-1.12.2-1.2.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1049185419,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4099183529,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4157634808,"invalidFingerprint":false},{"foldername":"c4","fingerprint":256917861,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3581015769,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1641535252,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":241822845,"invalidFingerprint":false}],"packageFingerprint":4116341275,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280200,"fileNameOnDisk":"colytra-1.12.2-1.2.0.4.jar","hashes":[]}},{"instanceID":"8dc0aebf-3c98-4d9b-89f6-a801ca3947ec","modSource":0,"addonID":278825,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Environmental Materials","modFolderPath":null,"fileNameOnDisk":"environmentalmaterials-1.12.2-1.0.20.1.jar","authors":[{"Id":25227389,"Name":"ValkyrieofNight"}],"primaryAuthor":"ValkyrieofNight","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/environmental-materials","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/435/800/256/256/637676321059077489.png","tags":[],"installedFile":{"id":2691535,"fileName":"environmentalmaterials-1.12.2-1.0.20.1.jar","fileDate":"2019-03-25T06:53:02.96Z","fileLength":486907,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/535/environmentalmaterials-1.12.2-1.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3347661580,"invalidFingerprint":false},{"foldername":"com","fingerprint":2995127759,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3763669712,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":1399259035,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4100520805,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1826169645,"invalidFingerprint":false}],"packageFingerprint":546548473,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278825,"fileNameOnDisk":"environmentalmaterials-1.12.2-1.0.20.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.718144Z","dateUpdated":"2023-07-12T19:16:22.7210846Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691535,"fileName":"environmentalmaterials-1.12.2-1.0.20.1.jar","fileDate":"2019-03-25T06:53:02.96Z","fileLength":486907,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/535/environmentalmaterials-1.12.2-1.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3347661580,"invalidFingerprint":false},{"foldername":"com","fingerprint":2995127759,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3763669712,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":1399259035,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4100520805,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1826169645,"invalidFingerprint":false}],"packageFingerprint":546548473,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278825,"fileNameOnDisk":"environmentalmaterials-1.12.2-1.0.20.1.jar","hashes":[]}},{"instanceID":"009fa983-fea2-4adf-b40f-01d9855f18f0","modSource":0,"addonID":277616,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Spice of Life: Carrot Edition","modFolderPath":null,"fileNameOnDisk":"solcarrot-1.12.2-1.8.4.jar","authors":[{"Id":27324618,"Name":"lordcazsius"}],"primaryAuthor":"lordcazsius","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/spice-of-life-carrot-edition","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/360/935/256/256/637525655151502872.png","tags":[],"installedFile":{"id":2959847,"fileName":"solcarrot-1.12.2-1.8.4.jar","fileDate":"2020-05-18T13:36:15.387Z","fileLength":641217,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2959/847/solcarrot-1.12.2-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":224472,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3636477016,"invalidFingerprint":false},{"foldername":"com","fingerprint":2387686285,"invalidFingerprint":false},{"foldername":"mcmod 2.info","fingerprint":1616111920,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3722148398,"invalidFingerprint":false},{"foldername":"pack 2.mcmeta","fingerprint":1267457263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2239137075,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1267457263,"invalidFingerprint":false}],"packageFingerprint":1209216939,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277616,"fileNameOnDisk":"solcarrot-1.12.2-1.8.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:14.4390798Z","dateUpdated":"2023-07-12T19:16:14.4420874Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2959847,"fileName":"solcarrot-1.12.2-1.8.4.jar","fileDate":"2020-05-18T13:36:15.387Z","fileLength":641217,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2959/847/solcarrot-1.12.2-1.8.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":224472,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3636477016,"invalidFingerprint":false},{"foldername":"com","fingerprint":2387686285,"invalidFingerprint":false},{"foldername":"mcmod 2.info","fingerprint":1616111920,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3722148398,"invalidFingerprint":false},{"foldername":"pack 2.mcmeta","fingerprint":1267457263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2239137075,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1267457263,"invalidFingerprint":false}],"packageFingerprint":1209216939,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277616,"fileNameOnDisk":"solcarrot-1.12.2-1.8.4.jar","hashes":[]}},{"instanceID":"5949e6d3-9fd0-4191-8eca-27dce889c989","modSource":0,"addonID":616190,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Utilities","modFolderPath":null,"fileNameOnDisk":"JEI-Utilities-1.12.2-0.2.12.jar","authors":[{"Id":101178618,"Name":"vfyjxf_"}],"primaryAuthor":"vfyjxf_","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-utilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/538/146/256/256/637862893538783773.png","tags":[],"installedFile":{"id":4630499,"fileName":"JEI-Utilities-1.12.2-0.2.12.jar","fileDate":"2023-07-07T18:50:32.37Z","fileLength":97182,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4630/499/JEI-Utilities-1.12.2-0.2.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":557549,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":32032659,"invalidFingerprint":false},{"foldername":"com","fingerprint":1020644013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3246384658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1586803694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2017019534,"invalidFingerprint":false}],"packageFingerprint":3734709413,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":616190,"fileNameOnDisk":"JEI-Utilities-1.12.2-0.2.12.jar","hashes":[]},"dateInstalled":"2023-08-05T21:26:48.237253Z","dateUpdated":"2023-08-05T21:26:48.2382513Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4630499,"fileName":"JEI-Utilities-1.12.2-0.2.12.jar","fileDate":"2023-07-07T18:50:32.37Z","fileLength":97182,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4630/499/JEI-Utilities-1.12.2-0.2.12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":557549,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":32032659,"invalidFingerprint":false},{"foldername":"com","fingerprint":1020644013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3246384658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1586803694,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2017019534,"invalidFingerprint":false}],"packageFingerprint":3734709413,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":616190,"fileNameOnDisk":"JEI-Utilities-1.12.2-0.2.12.jar","hashes":[]}},{"instanceID":"f52efe8c-3d2f-4193-8657-1bd0b4e08c33","modSource":0,"addonID":229045,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Integration","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-integration.jar","authors":[{"Id":9141442,"Name":"MrTJP"},{"Id":12771183,"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-integration","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/802/256/256/635634024298934754.png","tags":[],"installedFile":{"id":2745548,"fileName":"ProjectRed-1.12.2-4.9.4.120-integration.jar","fileDate":"2019-07-21T17:56:53.117Z","fileLength":3923751,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/548/ProjectRed-1.12.2-4.9.4.120-integration.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2915154455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2852150257,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2581945488,"invalidFingerprint":false}],"packageFingerprint":1782350993,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229045,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-integration.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:09.2798415Z","dateUpdated":"2023-07-13T07:27:09.2838733Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745548,"fileName":"ProjectRed-1.12.2-4.9.4.120-integration.jar","fileDate":"2019-07-21T17:56:53.117Z","fileLength":3923751,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/548/ProjectRed-1.12.2-4.9.4.120-integration.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2915154455,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2852150257,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2581945488,"invalidFingerprint":false}],"packageFingerprint":1782350993,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229045,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-integration.jar","hashes":[]}},{"instanceID":"2c58fb72-4bc7-47bb-9196-02daf4242bbb","modSource":0,"addonID":245211,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"The One Probe","modFolderPath":null,"fileNameOnDisk":"theoneprobe-1.12-1.4.28.jar","authors":[{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/the-one-probe","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/41/170/256/256/635991514554675962.png","tags":[],"installedFile":{"id":2667280,"fileName":"theoneprobe-1.12-1.4.28.jar","fileDate":"2019-01-31T18:42:38.827Z","fileLength":301893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2667/280/theoneprobe-1.12-1.4.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":903804330,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":51082930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1427744101,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194480308,"invalidFingerprint":false},{"foldername":"assets","fingerprint":266445579,"invalidFingerprint":false}],"packageFingerprint":2094495496,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245211,"fileNameOnDisk":"theoneprobe-1.12-1.4.28.jar","hashes":[]},"dateInstalled":"2023-07-13T19:05:36.7683352Z","dateUpdated":"2023-07-13T19:05:36.7723413Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2667280,"fileName":"theoneprobe-1.12-1.4.28.jar","fileDate":"2019-01-31T18:42:38.827Z","fileLength":301893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2667/280/theoneprobe-1.12-1.4.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":2},{"addonId":244651,"type":2},{"addonId":227083,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":903804330,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":51082930,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1427744101,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1194480308,"invalidFingerprint":false},{"foldername":"assets","fingerprint":266445579,"invalidFingerprint":false}],"packageFingerprint":2094495496,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245211,"fileNameOnDisk":"theoneprobe-1.12-1.4.28.jar","hashes":[]}},{"instanceID":"301b10dd-47a5-437f-b31a-915fad0928bb","modSource":0,"addonID":275153,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"WrapUp","modFolderPath":null,"fileNameOnDisk":"WrapUp-1.12-1.1.3.jar","authors":[{"Id":20908135,"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/wrapup","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/111/661/256/256/636389765242922730.png","tags":[],"installedFile":{"id":2486198,"fileName":"WrapUp-1.12-1.1.3.jar","fileDate":"2017-10-01T14:39:43.357Z","fileLength":25417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2486/198/WrapUp-1.12-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":3675864152,"invalidFingerprint":false}],"packageFingerprint":1072171054,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":275153,"fileNameOnDisk":"WrapUp-1.12-1.1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:37.3238192Z","dateUpdated":"2023-07-12T19:15:37.3258079Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2486198,"fileName":"WrapUp-1.12-1.1.3.jar","fileDate":"2017-10-01T14:39:43.357Z","fileLength":25417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2486/198/WrapUp-1.12-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":3675864152,"invalidFingerprint":false}],"packageFingerprint":1072171054,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":275153,"fileNameOnDisk":"WrapUp-1.12-1.1.3.jar","hashes":[]}},{"instanceID":"686c0f41-1dbd-4bf1-907f-1432d4a92d41","modSource":0,"addonID":223628,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumcraft","modFolderPath":null,"fileNameOnDisk":"Thaumcraft-1.12.2-6.1.BETA26.jar","authors":[{"Id":2318322,"Name":"Azanor13"}],"primaryAuthor":"Azanor13","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumcraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/951/256/256/635442866020755480.jpeg","tags":[],"installedFile":{"id":2629023,"fileName":"Thaumcraft-1.12.2-6.1.BETA26.jar","fileDate":"2018-10-18T07:31:06.42Z","fileLength":11360786,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1195733720,"invalidFingerprint":false},{"foldername":"com","fingerprint":1974361352,"invalidFingerprint":false},{"foldername":"thaumcraft","fingerprint":361245256,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1255754105,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3178558669,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":532086147,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":2670501761,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":157111872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1892918965,"invalidFingerprint":false},{"foldername":"TCLogo.png","fingerprint":3998480883,"invalidFingerprint":false}],"packageFingerprint":1607642850,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223628,"fileNameOnDisk":"Thaumcraft-1.12.2-6.1.BETA26.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:56.5921326Z","dateUpdated":"2023-07-12T19:15:56.602191Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2629023,"fileName":"Thaumcraft-1.12.2-6.1.BETA26.jar","fileDate":"2018-10-18T07:31:06.42Z","fileLength":11360786,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1195733720,"invalidFingerprint":false},{"foldername":"com","fingerprint":1974361352,"invalidFingerprint":false},{"foldername":"thaumcraft","fingerprint":361245256,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1255754105,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3178558669,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":532086147,"invalidFingerprint":false},{"foldername":"dependencies.info","fingerprint":2670501761,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":157111872,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1892918965,"invalidFingerprint":false},{"foldername":"TCLogo.png","fingerprint":3998480883,"invalidFingerprint":false}],"packageFingerprint":1607642850,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223628,"fileNameOnDisk":"Thaumcraft-1.12.2-6.1.BETA26.jar","hashes":[]}},{"instanceID":"c51f8b92-6f84-4e5b-a1e8-238b38d529e2","modSource":0,"addonID":268567,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mekanism Tools","modFolderPath":null,"fileNameOnDisk":"MekanismTools-1.12.2-9.8.3.390.jar","authors":[{"Id":7470757,"Name":"bradyaidanc"},{"Id":28798139,"Name":"Thiakil"},{"Id":8445729,"Name":"pupnewfster"},{"Id":6868754,"Name":"thommy101"}],"primaryAuthor":"bradyaidanc","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mekanism-tools","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/492/675/256/256/637801316758778804.png","tags":[],"installedFile":{"id":2835178,"fileName":"MekanismTools-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:22.02Z","fileLength":159785,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/178/MekanismTools-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2315388075,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":868694382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2680223257,"invalidFingerprint":false}],"packageFingerprint":644923358,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268567,"fileNameOnDisk":"MekanismTools-1.12.2-9.8.3.390.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.1252236Z","dateUpdated":"2023-07-12T19:15:48.1260931Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2835178,"fileName":"MekanismTools-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:22.02Z","fileLength":159785,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/178/MekanismTools-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268560,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2315388075,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":868694382,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2680223257,"invalidFingerprint":false}],"packageFingerprint":644923358,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268567,"fileNameOnDisk":"MekanismTools-1.12.2-9.8.3.390.jar","hashes":[]}},{"instanceID":"2d503414-b65e-4fdd-be63-c016fab3e070","modSource":0,"addonID":70496,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"BdLib","modFolderPath":null,"fileNameOnDisk":"bdlib-1.14.4.1-mc1.12.2.jar","authors":[{"Id":1274872,"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bdlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/572/312/256/256/637933317111167967.png","tags":[],"installedFile":{"id":4675629,"fileName":"bdlib-1.14.4.1-mc1.12.2.jar","fileDate":"2023-08-01T05:32:02.71Z","fileLength":2313893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4675/629/bdlib-1.14.4.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1863017435,"invalidFingerprint":false},{"foldername":"net","fingerprint":291975768,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1763594443,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":231904001,"invalidFingerprint":false}],"packageFingerprint":3999087316,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70496,"fileNameOnDisk":"bdlib-1.14.4.1-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:37.5854582Z","dateUpdated":"2023-08-04T23:39:26.4265974Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4675629,"fileName":"bdlib-1.14.4.1-mc1.12.2.jar","fileDate":"2023-08-01T05:32:02.71Z","fileLength":2313893,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4675/629/bdlib-1.14.4.1-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1863017435,"invalidFingerprint":false},{"foldername":"net","fingerprint":291975768,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1763594443,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":231904001,"invalidFingerprint":false}],"packageFingerprint":3999087316,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70496,"fileNameOnDisk":"bdlib-1.14.4.1-mc1.12.2.jar","hashes":[]}},{"instanceID":"2cace09a-ff6a-4785-926a-40745312882b","modSource":0,"addonID":896355,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"/dank/null/no_RCE/","modFolderPath":null,"fileNameOnDisk":"DankNull-1.12.2-1.8.101.jar","authors":[{"Id":10587983,"Name":"jbredwards"}],"primaryAuthor":"jbredwards","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dank-null-no_rce","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/857/807/256/256/638262629331885934.png","tags":[],"installedFile":{"id":4671633,"fileName":"DankNull-1.12.2-1.8.101.jar","fileDate":"2023-07-29T21:37:27.867Z","fileLength":310511,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/633/DankNull-1.12.2-1.8.101.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":255232,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1025292414,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":848873261,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":1252905797,"invalidFingerprint":false},{"foldername":"assets","fingerprint":987020694,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1616156485,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2404800588,"invalidFingerprint":false}],"packageFingerprint":1717763333,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":896355,"fileNameOnDisk":"DankNull-1.12.2-1.8.101.jar","hashes":[]},"dateInstalled":"2023-08-05T21:19:27.7079097Z","dateUpdated":"2023-08-05T21:19:27.7108088Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4671633,"fileName":"DankNull-1.12.2-1.8.101.jar","fileDate":"2023-07-29T21:37:27.867Z","fileLength":310511,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/633/DankNull-1.12.2-1.8.101.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":255232,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1025292414,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":848873261,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":1252905797,"invalidFingerprint":false},{"foldername":"assets","fingerprint":987020694,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1616156485,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2404800588,"invalidFingerprint":false}],"packageFingerprint":1717763333,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":896355,"fileNameOnDisk":"DankNull-1.12.2-1.8.101.jar","hashes":[]}},{"instanceID":"c4f83e4e-16a9-4c38-9aa5-310c410ac71a","modSource":0,"addonID":782070,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Startup Timer","modFolderPath":null,"fileNameOnDisk":"startuptimer-1.1.0.jar","authors":[{"Id":101435003,"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/startup-timer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/725/677/256/256/638077651238731181.png","tags":[],"installedFile":{"id":5001902,"fileName":"startuptimer-1.1.0.jar","fileDate":"2024-01-02T15:04:10.79Z","fileLength":11244,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5001/902/startuptimer-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1764468996,"invalidFingerprint":false},{"foldername":"org","fingerprint":3217675744,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1515069138,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.json","fingerprint":2094572207,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":3906146098,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":782070,"fileNameOnDisk":"startuptimer-1.1.0.jar","hashes":[{"type":1,"value":"c8c47eeb443680978d49e93da895fb0af5e25e62"},{"type":2,"value":"01fd78eed6af99bf8dc30a90d06fad7b"}]},"dateInstalled":"2023-09-17T02:38:22.3771533Z","dateUpdated":"2024-05-23T17:59:46.3636945Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5001902,"fileName":"startuptimer-1.1.0.jar","fileDate":"2024-01-02T15:04:10.79Z","fileLength":11244,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5001/902/startuptimer-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1764468996,"invalidFingerprint":false},{"foldername":"org","fingerprint":3217675744,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1515069138,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.json","fingerprint":2094572207,"invalidFingerprint":false},{"foldername":"mixins.startuptimer.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":3906146098,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":782070,"fileNameOnDisk":"startuptimer-1.1.0.jar","hashes":[{"type":1,"value":"c8c47eeb443680978d49e93da895fb0af5e25e62"},{"type":2,"value":"01fd78eed6af99bf8dc30a90d06fad7b"}]}},{"instanceID":"609a5a49-ce16-4426-8df5-cfa4a98f3f6f","modSource":0,"addonID":222880,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Foundation","modFolderPath":null,"fileNameOnDisk":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":408,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-foundation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/888/256/256/637640074076654754.png","tags":[],"installedFile":{"id":2926428,"fileName":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","fileDate":"2020-04-10T18:25:27.03Z","fileLength":2219736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/428/ThermalFoundation-1.12.2-2.6.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3},{"addonId":271384,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3146421109,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":424909284,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2503639902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1191536478,"invalidFingerprint":false}],"packageFingerprint":3785001149,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":222880,"fileNameOnDisk":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.4439317Z","dateUpdated":"2023-07-12T19:16:40.4469326Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2926428,"fileName":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","fileDate":"2020-04-10T18:25:27.03Z","fileLength":2219736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/428/ThermalFoundation-1.12.2-2.6.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":69162,"type":3},{"addonId":271384,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3146421109,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":424909284,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2503639902,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1191536478,"invalidFingerprint":false}],"packageFingerprint":3785001149,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":222880,"fileNameOnDisk":"ThermalFoundation-1.12.2-2.6.7.1-universal.jar","hashes":[]}},{"instanceID":"10ee6238-14dd-4d49-8968-1bf2c137022d","modSource":0,"addonID":59751,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Forestry","modFolderPath":null,"fileNameOnDisk":"forestry_1.12.2-5.8.2.422.jar","authors":[{"Id":17072262,"Name":"mezz"}],"primaryAuthor":"mezz","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/forestry","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/5/961/256/256/635351438467975270.png","tags":[],"installedFile":{"id":2918418,"fileName":"forestry_1.12.2-5.8.2.422.jar","fileDate":"2020-04-01T15:18:22.593Z","fileLength":5298295,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2918/418/forestry_1.12.2-5.8.2.422.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2363999846,"invalidFingerprint":false},{"foldername":"forestry","fingerprint":3446903222,"invalidFingerprint":false},{"foldername":"assets","fingerprint":355629259,"invalidFingerprint":false},{"foldername":"config","fingerprint":3420941043,"invalidFingerprint":false},{"foldername":"CREDITS.txt","fingerprint":2738042887,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1790393583,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3213175927,"invalidFingerprint":false}],"packageFingerprint":1755255769,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59751,"fileNameOnDisk":"forestry_1.12.2-5.8.2.422.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:17.0552557Z","dateUpdated":"2023-07-12T19:16:17.0602563Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2918418,"fileName":"forestry_1.12.2-5.8.2.422.jar","fileDate":"2020-04-01T15:18:22.593Z","fileLength":5298295,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2918/418/forestry_1.12.2-5.8.2.422.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2363999846,"invalidFingerprint":false},{"foldername":"forestry","fingerprint":3446903222,"invalidFingerprint":false},{"foldername":"assets","fingerprint":355629259,"invalidFingerprint":false},{"foldername":"config","fingerprint":3420941043,"invalidFingerprint":false},{"foldername":"CREDITS.txt","fingerprint":2738042887,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1790393583,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3213175927,"invalidFingerprint":false}],"packageFingerprint":1755255769,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":59751,"fileNameOnDisk":"forestry_1.12.2-5.8.2.422.jar","hashes":[]}},{"instanceID":"431c5bc3-5c98-4f37-9f6d-ea000dea8c97","modSource":0,"addonID":229048,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Expansion","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","authors":[{"Id":9141442,"Name":"MrTJP"},{"Id":12771183,"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-expansion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/803/256/256/635634024535560943.png","tags":[],"installedFile":{"id":2745550,"fileName":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","fileDate":"2019-07-21T17:56:55.49Z","fileLength":2596509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/550/ProjectRed-1.12.2-4.9.4.120-mechanical.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3865041386,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2852077512,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873667145,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1918030166,"invalidFingerprint":false}],"packageFingerprint":947793980,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229048,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:19.1989948Z","dateUpdated":"2023-07-13T07:27:19.2020045Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745550,"fileName":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","fileDate":"2019-07-21T17:56:55.49Z","fileLength":2596509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/550/ProjectRed-1.12.2-4.9.4.120-mechanical.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3865041386,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2852077512,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873667145,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":1918030166,"invalidFingerprint":false}],"packageFingerprint":947793980,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229048,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-mechanical.jar","hashes":[]}},{"instanceID":"abb5111f-10db-4956-a0e1-810169cfe340","modSource":0,"addonID":407632,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Farm","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-farm-1.0.2.28.jar","authors":[{"Id":10625505,"Name":"Tschipp"},{"Id":18033511,"Name":"Purplicious_Cow_"},{"Id":12314417,"Name":"RazzleberryFox"}],"primaryAuthor":"Tschipp","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania-farm","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/887/419/256/256/638324777699199666.png","tags":[],"installedFile":{"id":3213139,"fileName":"animania-1.12.2-farm-1.0.2.28.jar","fileDate":"2021-02-22T17:15:26.5Z","fileLength":5530204,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/139/animania-1.12.2-farm-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3760739025,"invalidFingerprint":false},{"foldername":"com","fingerprint":3502807840,"invalidFingerprint":false}],"packageFingerprint":1433273761,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407632,"fileNameOnDisk":"animania-1.12.2-farm-1.0.2.28.jar","hashes":[]},"dateInstalled":"2023-07-18T00:49:20.9403224Z","dateUpdated":"2023-07-18T00:49:20.9483203Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213139,"fileName":"animania-1.12.2-farm-1.0.2.28.jar","fileDate":"2021-02-22T17:15:26.5Z","fileLength":5530204,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/139/animania-1.12.2-farm-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3},{"addonId":261199,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3760739025,"invalidFingerprint":false},{"foldername":"com","fingerprint":3502807840,"invalidFingerprint":false}],"packageFingerprint":1433273761,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407632,"fileNameOnDisk":"animania-1.12.2-farm-1.0.2.28.jar","hashes":[]}},{"instanceID":"b33a8964-b228-4777-ae07-57db0f995f6a","modSource":0,"addonID":282743,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"DiscordSuite","modFolderPath":null,"fileNameOnDisk":"DiscordSuite-2.2.4.jar","authors":[{"Id":9564587,"Name":"Buuz135"}],"primaryAuthor":"Buuz135","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/discordsuite","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/173/965/256/256/636747325401407773.png","tags":[],"installedFile":{"id":2577684,"fileName":"DiscordSuite-2.2.4.jar","fileDate":"2018-06-29T16:22:23.12Z","fileLength":32571,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2577/684/DiscordSuite-2.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1732838517,"invalidFingerprint":false},{"foldername":"com","fingerprint":2829751895,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3871603052,"invalidFingerprint":false}],"packageFingerprint":693304414,"gameVersion":["1.9.4","1.12.1","1.12","1.10.2","1.11","1.10","1.10.1","1.11.1","1.11.2","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282743,"fileNameOnDisk":"DiscordSuite-2.2.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.5283381Z","dateUpdated":"2023-07-12T19:15:41.5623376Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2577684,"fileName":"DiscordSuite-2.2.4.jar","fileDate":"2018-06-29T16:22:23.12Z","fileLength":32571,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2577/684/DiscordSuite-2.2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1732838517,"invalidFingerprint":false},{"foldername":"com","fingerprint":2829751895,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3871603052,"invalidFingerprint":false}],"packageFingerprint":693304414,"gameVersion":["1.9.4","1.12.1","1.12","1.10.2","1.11","1.10","1.10.1","1.11.1","1.11.2","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.10.1","gameVersionName":"1.10.1","gameVersionTypeId":572},{"gameVersion":"1.11.1","gameVersionName":"1.11.1","gameVersionTypeId":599},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282743,"fileNameOnDisk":"DiscordSuite-2.2.4.jar","hashes":[]}},{"instanceID":"a19e716d-3814-45b1-ac3e-8ce7d43916a6","modSource":0,"addonID":231868,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"EnderCore","modFolderPath":null,"fileNameOnDisk":"EnderCore-1.12.2-0.5.78.jar","authors":[{"Id":10932610,"Name":"tterrag1098"},{"Id":12018773,"Name":"crazypants_mc_the_second"},{"Id":8204711,"Name":"HenryLoenwind"}],"primaryAuthor":"tterrag1098","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/endercore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/20/10/256/256/635705133000275418.jpeg","tags":[],"installedFile":{"id":4671384,"fileName":"EnderCore-1.12.2-0.5.78.jar","fileDate":"2023-07-29T18:34:42.74Z","fileLength":660062,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/384/EnderCore-1.12.2-0.5.78.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":277113691,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3616653619,"invalidFingerprint":false},{"foldername":"com","fingerprint":2951151888,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":136234190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1160059302,"invalidFingerprint":false}],"packageFingerprint":537906953,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231868,"fileNameOnDisk":"EnderCore-1.12.2-0.5.78.jar","hashes":[]},"dateInstalled":"2023-08-06T05:52:08.6410925Z","dateUpdated":"2023-08-06T05:52:08.6587743Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4671384,"fileName":"EnderCore-1.12.2-0.5.78.jar","fileDate":"2023-07-29T18:34:42.74Z","fileLength":660062,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4671/384/EnderCore-1.12.2-0.5.78.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":277113691,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3616653619,"invalidFingerprint":false},{"foldername":"com","fingerprint":2951151888,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":136234190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1160059302,"invalidFingerprint":false}],"packageFingerprint":537906953,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":231868,"fileNameOnDisk":"EnderCore-1.12.2-0.5.78.jar","hashes":[]}},{"instanceID":"3ed60681-961e-45f2-94f0-71e74d107fba","modSource":0,"addonID":308646,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"No Tema Stahp","modFolderPath":null,"fileNameOnDisk":"NoTemaStahp-1.12.2-1.0.3.jar","authors":[{"Id":6968547,"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-tema-stahp","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/181/290/256/256/636799358505130067.png","tags":[],"installedFile":{"id":2690069,"fileName":"NoTemaStahp-1.12.2-1.0.3.jar","fileDate":"2019-03-21T19:28:28.963Z","fileLength":7238,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2690/69/NoTemaStahp-1.12.2-1.0.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2161450442,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1577928828,"invalidFingerprint":false},{"foldername":"net","fingerprint":142364948,"invalidFingerprint":false}],"packageFingerprint":3540574862,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308646,"fileNameOnDisk":"NoTemaStahp-1.12.2-1.0.3.jar","hashes":[]},"dateInstalled":"2023-07-13T07:16:40.7153903Z","dateUpdated":"2023-07-13T07:16:40.7173845Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2690069,"fileName":"NoTemaStahp-1.12.2-1.0.3.jar","fileDate":"2019-03-21T19:28:28.963Z","fileLength":7238,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2690/69/NoTemaStahp-1.12.2-1.0.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2161450442,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1577928828,"invalidFingerprint":false},{"foldername":"net","fingerprint":142364948,"invalidFingerprint":false}],"packageFingerprint":3540574862,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308646,"fileNameOnDisk":"NoTemaStahp-1.12.2-1.0.3.jar","hashes":[]}},{"instanceID":"d678f73e-61d7-418d-9943-e60e10ae795e","modSource":0,"addonID":238222,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Items (JEI)","modFolderPath":null,"fileNameOnDisk":"jei_1.12.2-4.16.1.1012.jar","authors":[{"Id":17072262,"Name":"mezz"}],"primaryAuthor":"mezz","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/69/256/256/635838945588716414.jpeg","tags":[],"installedFile":{"id":5101347,"fileName":"jei_1.12.2-4.16.1.1012.jar","fileDate":"2024-02-12T07:46:25.267Z","fileLength":649218,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5101/347/jei_1.12.2-4.16.1.1012.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":917739357,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":4061798807,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488642189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2844848637,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4042953923,"invalidFingerprint":false},{"foldername":"java","fingerprint":2533390304,"invalidFingerprint":false}],"packageFingerprint":2173691111,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238222,"fileNameOnDisk":"jei_1.12.2-4.16.1.1012.jar","hashes":[{"type":1,"value":"a6d04d7e161d9af5c0e7077f649e30815927f14a"},{"type":2,"value":"c08dcdd4f86753d5130f11a987583e85"}]},"dateInstalled":"2023-07-12T19:16:40.9848727Z","dateUpdated":"2024-05-23T17:59:22.8631522Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5101347,"fileName":"jei_1.12.2-4.16.1.1012.jar","fileDate":"2024-02-12T07:46:25.267Z","fileLength":649218,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5101/347/jei_1.12.2-4.16.1.1012.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":917739357,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":4061798807,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488642189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2844848637,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4042953923,"invalidFingerprint":false},{"foldername":"java","fingerprint":2533390304,"invalidFingerprint":false}],"packageFingerprint":2173691111,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238222,"fileNameOnDisk":"jei_1.12.2-4.16.1.1012.jar","hashes":[{"type":1,"value":"a6d04d7e161d9af5c0e7077f649e30815927f14a"},{"type":2,"value":"c08dcdd4f86753d5130f11a987583e85"}]}},{"instanceID":"7ce5aba4-8346-41ea-b0c8-b203332b1744","modSource":0,"addonID":228756,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Iron Chests","modFolderPath":null,"fileNameOnDisk":"ironchest-1.12.2-7.0.72.847.jar","authors":[{"Id":4972463,"Name":"ProgWML6"},{"Id":7691553,"Name":"Alexbegt"}],"primaryAuthor":"ProgWML6","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/iron-chests","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/434/256/256/635625656444075090.png","tags":[],"installedFile":{"id":2747935,"fileName":"ironchest-1.12.2-7.0.72.847.jar","fileDate":"2019-07-25T01:20:59.067Z","fileLength":956692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2747/935/ironchest-1.12.2-7.0.72.847.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":312784702,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":71079651,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4099547818,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3889772354,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1407243087,"invalidFingerprint":false}],"packageFingerprint":3272096001,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228756,"fileNameOnDisk":"ironchest-1.12.2-7.0.72.847.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:37.0181622Z","dateUpdated":"2023-07-12T19:16:37.0221656Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2747935,"fileName":"ironchest-1.12.2-7.0.72.847.jar","fileDate":"2019-07-25T01:20:59.067Z","fileLength":956692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2747/935/ironchest-1.12.2-7.0.72.847.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":312784702,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":71079651,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4099547818,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3889772354,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1407243087,"invalidFingerprint":false}],"packageFingerprint":3272096001,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228756,"fileNameOnDisk":"ironchest-1.12.2-7.0.72.847.jar","hashes":[]}},{"instanceID":"365102f0-68b8-49b5-86f2-434a55b60e47","modSource":0,"addonID":227639,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"The Twilight Forest","modFolderPath":null,"fileNameOnDisk":"twilightforest-1.12.2-3.11.1021-universal.jar","authors":[{"Id":7381421,"Name":"Benimatic"},{"Id":14029635,"Name":"Tamaized"},{"Id":102755699,"Name":"jodlodi"},{"Id":8931161,"Name":"Drullkus"},{"Id":43729662,"Name":"Squiggly_Androsa"},{"Id":100913984,"Name":"GizmoTheMoonPig"}],"primaryAuthor":"Benimatic","primaryCategoryId":410,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/14/212/256/256/635589178760357568.png","tags":[],"installedFile":{"id":3051450,"fileName":"twilightforest-1.12.2-3.11.1021-universal.jar","fileDate":"2020-09-07T07:22:03.907Z","fileLength":28721862,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3051/450/twilightforest-1.12.2-3.11.1021-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":2},{"addonId":267602,"type":3},{"addonId":306770,"type":3},{"addonId":231951,"type":2},{"addonId":227083,"type":2},{"addonId":223628,"type":2},{"addonId":293702,"type":2},{"addonId":235279,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4235432373,"invalidFingerprint":false},{"foldername":"twilightforest","fingerprint":150600564,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2811741445,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1371294477,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4231036876,"invalidFingerprint":false}],"packageFingerprint":3811129807,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227639,"fileNameOnDisk":"twilightforest-1.12.2-3.11.1021-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:51.0162418Z","dateUpdated":"2023-07-12T19:16:51.0352278Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3051450,"fileName":"twilightforest-1.12.2-3.11.1021-universal.jar","fileDate":"2020-09-07T07:22:03.907Z","fileLength":28721862,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3051/450/twilightforest-1.12.2-3.11.1021-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74072,"type":2},{"addonId":267602,"type":3},{"addonId":306770,"type":3},{"addonId":231951,"type":2},{"addonId":227083,"type":2},{"addonId":223628,"type":2},{"addonId":293702,"type":2},{"addonId":235279,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4235432373,"invalidFingerprint":false},{"foldername":"twilightforest","fingerprint":150600564,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2811741445,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1371294477,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4231036876,"invalidFingerprint":false}],"packageFingerprint":3811129807,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227639,"fileNameOnDisk":"twilightforest-1.12.2-3.11.1021-universal.jar","hashes":[]}},{"instanceID":"5f98fe29-32e9-44d4-95be-2656c36bb4cb","modSource":0,"addonID":409880,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic Speedup","modFolderPath":null,"fileNameOnDisk":"thaumicspeedup-4.0.jar","authors":[{"Id":10278775,"Name":"Rongmario"}],"primaryAuthor":"Rongmario","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumic-speedup","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/302/258/256/256/637366701251451367.png","tags":[],"installedFile":{"id":3614638,"fileName":"thaumicspeedup-4.0.jar","fileDate":"2022-01-20T14:15:10.553Z","fileLength":19757,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3614/638/thaumicspeedup-4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":554387,"type":3},{"addonId":225643,"type":2},{"addonId":246760,"type":2},{"addonId":223628,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2986095281,"invalidFingerprint":false},{"foldername":"zone","fingerprint":3832783185,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":566961612,"invalidFingerprint":false},{"foldername":"mixins.thaumicspeedup.json","fingerprint":1722245929,"invalidFingerprint":false},{"foldername":"mixins.thaumicspeedup_bwmcompat.json","fingerprint":1753649035,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1408371470,"invalidFingerprint":false},{"foldername":"mixins.thaumicspeedup.refmap.json","fingerprint":3812991031,"invalidFingerprint":false}],"packageFingerprint":3609578985,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":409880,"fileNameOnDisk":"thaumicspeedup-4.0.jar","hashes":[{"type":1,"value":"05b3b804f45a038329fc13e854dda03a0343a7f9"},{"type":2,"value":"ff25ec376c570d1002b246c7386a0ab7"}]},"dateInstalled":"2024-05-24T03:50:45.826138Z","dateUpdated":"2024-05-24T03:50:45.8302873Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3614638,"fileName":"thaumicspeedup-4.0.jar","fileDate":"2022-01-20T14:15:10.553Z","fileLength":19757,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3614/638/thaumicspeedup-4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":554387,"type":3},{"addonId":225643,"type":2},{"addonId":246760,"type":2},{"addonId":223628,"type":3},{"addonId":419286,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2986095281,"invalidFingerprint":false},{"foldername":"zone","fingerprint":3832783185,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":566961612,"invalidFingerprint":false},{"foldername":"mixins.thaumicspeedup.json","fingerprint":1722245929,"invalidFingerprint":false},{"foldername":"mixins.thaumicspeedup_bwmcompat.json","fingerprint":1753649035,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1408371470,"invalidFingerprint":false},{"foldername":"mixins.thaumicspeedup.refmap.json","fingerprint":3812991031,"invalidFingerprint":false}],"packageFingerprint":3609578985,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":409880,"fileNameOnDisk":"thaumicspeedup-4.0.jar","hashes":[{"type":1,"value":"05b3b804f45a038329fc13e854dda03a0343a7f9"},{"type":2,"value":"ff25ec376c570d1002b246c7386a0ab7"}]}},{"instanceID":"c81ec8ea-ff34-4b8e-aa15-c1c78e92b8c8","modSource":0,"addonID":285492,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic JEI","modFolderPath":null,"fileNameOnDisk":"ThaumicJEI-1.12.2-1.6.0-27.jar","authors":[{"Id":9564587,"Name":"Buuz135"}],"primaryAuthor":"Buuz135","primaryCategoryId":430,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumic-jei","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/138/833/256/256/636524375193820008.png","tags":[],"installedFile":{"id":2705304,"fileName":"ThaumicJEI-1.12.2-1.6.0-27.jar","fileDate":"2019-04-29T19:36:43.85Z","fileLength":59213,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/304/ThaumicJEI-1.12.2-1.6.0-27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3850096270,"invalidFingerprint":false},{"foldername":"com","fingerprint":2445323098,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1119816735,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2604662159,"invalidFingerprint":false}],"packageFingerprint":1565720065,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285492,"fileNameOnDisk":"ThaumicJEI-1.12.2-1.6.0-27.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.3054675Z","dateUpdated":"2023-07-12T19:16:29.3094662Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2705304,"fileName":"ThaumicJEI-1.12.2-1.6.0-27.jar","fileDate":"2019-04-29T19:36:43.85Z","fileLength":59213,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/304/ThaumicJEI-1.12.2-1.6.0-27.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3850096270,"invalidFingerprint":false},{"foldername":"com","fingerprint":2445323098,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1119816735,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2604662159,"invalidFingerprint":false}],"packageFingerprint":1565720065,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285492,"fileNameOnDisk":"ThaumicJEI-1.12.2-1.6.0-27.jar","hashes":[]}},{"instanceID":"877ea65d-fbf7-4c35-9421-70e57e2ec950","modSource":0,"addonID":407657,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Extra Animals","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-extra-1.0.2.28.jar","authors":[{"Id":10625505,"Name":"Tschipp"},{"Id":18033511,"Name":"Purplicious_Cow_"},{"Id":12314417,"Name":"RazzleberryFox"}],"primaryAuthor":"Tschipp","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania-extra","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/887/418/256/256/638324776927909582.png","tags":[],"installedFile":{"id":3213137,"fileName":"animania-1.12.2-extra-1.0.2.28.jar","fileDate":"2021-02-22T17:14:33.423Z","fileLength":1926227,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/137/animania-1.12.2-extra-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":261199,"type":3},{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2954883041,"invalidFingerprint":false},{"foldername":"com","fingerprint":260954659,"invalidFingerprint":false}],"packageFingerprint":3497978324,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407657,"fileNameOnDisk":"animania-1.12.2-extra-1.0.2.28.jar","hashes":[]},"dateInstalled":"2023-07-18T00:49:22.4812771Z","dateUpdated":"2023-07-18T00:49:22.4862544Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213137,"fileName":"animania-1.12.2-extra-1.0.2.28.jar","fileDate":"2021-02-22T17:14:33.423Z","fileLength":1926227,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/137/animania-1.12.2-extra-1.0.2.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":261199,"type":3},{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2954883041,"invalidFingerprint":false},{"foldername":"com","fingerprint":260954659,"invalidFingerprint":false}],"packageFingerprint":3497978324,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":407657,"fileNameOnDisk":"animania-1.12.2-extra-1.0.2.28.jar","hashes":[]}},{"instanceID":"aeda07a6-1ba0-4a22-a7ed-d7dec243b6a2","modSource":0,"addonID":293752,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Essentials","modFolderPath":null,"fileNameOnDisk":"essentials-1.12.2-1.2.1.jar","authors":[{"Id":13572568,"Name":"Technomancer_isTaken"}],"primaryAuthor":"Technomancer_isTaken","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/essentials","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/153/161/256/256/636616661829899533.png","tags":[],"installedFile":{"id":2709104,"fileName":"essentials-1.12.2-1.2.1.jar","fileDate":"2019-05-10T00:34:33.477Z","fileLength":192176,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2709/104/essentials-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1468901096,"invalidFingerprint":false},{"foldername":"com","fingerprint":2534873888,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3771457233,"invalidFingerprint":false},{"foldername":"data","fingerprint":1977386734,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3887606658,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3174884460,"invalidFingerprint":false}],"packageFingerprint":3304126230,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293752,"fileNameOnDisk":"essentials-1.12.2-1.2.1.jar","hashes":[]},"dateInstalled":"2023-07-13T07:12:22.7234776Z","dateUpdated":"2023-07-13T07:12:22.7264698Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2709104,"fileName":"essentials-1.12.2-1.2.1.jar","fileDate":"2019-05-10T00:34:33.477Z","fileLength":192176,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2709/104/essentials-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1468901096,"invalidFingerprint":false},{"foldername":"com","fingerprint":2534873888,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3771457233,"invalidFingerprint":false},{"foldername":"data","fingerprint":1977386734,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3887606658,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3174884460,"invalidFingerprint":false}],"packageFingerprint":3304126230,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":293752,"fileNameOnDisk":"essentials-1.12.2-1.2.1.jar","hashes":[]}},{"instanceID":"53a5aa9c-e75a-45c3-8236-91b1c460351a","modSource":0,"addonID":267602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ConnectedTexturesMod","modFolderPath":null,"fileNameOnDisk":"CTM-MC1.12.2-1.0.2.31.jar","authors":[{"Id":10932610,"Name":"tterrag1098"}],"primaryAuthor":"tterrag1098","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ctm","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/102/452/256/256/636330854499701192.png","tags":[],"installedFile":{"id":2915363,"fileName":"CTM-MC1.12.2-1.0.2.31.jar","fileDate":"2020-03-29T00:19:35.12Z","fileLength":199045,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/363/CTM-MC1.12.2-1.0.2.31.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1347900495,"invalidFingerprint":false},{"foldername":"team","fingerprint":4133481161,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2449004281,"invalidFingerprint":false}],"packageFingerprint":1477774991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267602,"fileNameOnDisk":"CTM-MC1.12.2-1.0.2.31.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.315984Z","dateUpdated":"2023-07-12T19:15:48.3169835Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2915363,"fileName":"CTM-MC1.12.2-1.0.2.31.jar","fileDate":"2020-03-29T00:19:35.12Z","fileLength":199045,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2915/363/CTM-MC1.12.2-1.0.2.31.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1347900495,"invalidFingerprint":false},{"foldername":"team","fingerprint":4133481161,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2449004281,"invalidFingerprint":false}],"packageFingerprint":1477774991,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267602,"fileNameOnDisk":"CTM-MC1.12.2-1.0.2.31.jar","hashes":[]}},{"instanceID":"7529dc6f-d2ec-496c-9461-91a4b20be5e4","modSource":0,"addonID":277064,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MysticalLib","modFolderPath":null,"fileNameOnDisk":"mysticallib-1.12.2-1.13.0.jar","authors":[{"Id":10343357,"Name":"Noobanidus"},{"Id":14463043,"Name":"Martacus"},{"Id":48410945,"Name":"EpicSquid315"},{"Id":24165699,"Name":"Davoleo_K"}],"primaryAuthor":"Noobanidus","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mysticallib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/218/467/256/256/637011607758026932.png","tags":[],"installedFile":{"id":3483816,"fileName":"mysticallib-1.12.2-1.13.0.jar","fileDate":"2021-10-07T08:59:37.26Z","fileLength":426226,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3483/816/mysticallib-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3076346936,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1351047667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1140883170,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1542240999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2354429755,"invalidFingerprint":false}],"packageFingerprint":293225086,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277064,"fileNameOnDisk":"mysticallib-1.12.2-1.13.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.2428718Z","dateUpdated":"2023-07-12T19:25:13.6151556Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3483816,"fileName":"mysticallib-1.12.2-1.13.0.jar","fileDate":"2021-10-07T08:59:37.26Z","fileLength":426226,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3483/816/mysticallib-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3076346936,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1351047667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1140883170,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1542240999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2354429755,"invalidFingerprint":false}],"packageFingerprint":293225086,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277064,"fileNameOnDisk":"mysticallib-1.12.2-1.13.0.jar","hashes":[]}},{"instanceID":"82f4193e-66e7-4cda-9871-0100505494c9","modSource":0,"addonID":282940,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mystical World","modFolderPath":null,"fileNameOnDisk":"mysticalworld-1.12.2-1.11.0.jar","authors":[{"Id":10343357,"Name":"Noobanidus"},{"Id":48410945,"Name":"EpicSquid315"},{"Id":24165699,"Name":"Davoleo_K"},{"Id":14463043,"Name":"Martacus"}],"primaryAuthor":"Noobanidus","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mystical-world","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/132/849/256/256/636478631776363687.png","tags":[],"installedFile":{"id":3460961,"fileName":"mysticalworld-1.12.2-1.11.0.jar","fileDate":"2021-09-16T05:57:28.613Z","fileLength":2367049,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3460/961/mysticalworld-1.12.2-1.11.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3},{"addonId":306770,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971339337,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1793223890,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321037143,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":41030274,"invalidFingerprint":false},{"foldername":"mysticalworld_at.cfg","fingerprint":1856998760,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1746316299,"invalidFingerprint":false}],"packageFingerprint":195298617,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282940,"fileNameOnDisk":"mysticalworld-1.12.2-1.11.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:12.9393473Z","dateUpdated":"2023-07-12T19:25:18.9800848Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3460961,"fileName":"mysticalworld-1.12.2-1.11.0.jar","fileDate":"2021-09-16T05:57:28.613Z","fileLength":2367049,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3460/961/mysticalworld-1.12.2-1.11.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3},{"addonId":306770,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971339337,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":1793223890,"invalidFingerprint":false},{"foldername":"assets","fingerprint":321037143,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":41030274,"invalidFingerprint":false},{"foldername":"mysticalworld_at.cfg","fingerprint":1856998760,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1746316299,"invalidFingerprint":false}],"packageFingerprint":195298617,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282940,"fileNameOnDisk":"mysticalworld-1.12.2-1.11.0.jar","hashes":[]}},{"instanceID":"b2ece21b-fa59-4ded-a1d4-ad4aa374d705","modSource":0,"addonID":291126,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Engineer's Doors","modFolderPath":null,"fileNameOnDisk":"engineers_doors-1.12.2-0.9.1.jar","authors":[{"Id":12224696,"Name":"nihiltres"}],"primaryAuthor":"nihiltres","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/engineers-doors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/147/874/256/256/636579507673109925.png","tags":[],"installedFile":{"id":3023901,"fileName":"engineers_doors-1.12.2-0.9.1.jar","fileDate":"2020-08-05T04:03:23.687Z","fileLength":135429,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3023/901/engineers_doors-1.12.2-0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1976548664,"invalidFingerprint":false},{"foldername":"nihiltres","fingerprint":183484728,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4238610201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1799942259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1054746689,"invalidFingerprint":false}],"packageFingerprint":3484625461,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291126,"fileNameOnDisk":"engineers_doors-1.12.2-0.9.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:44.474137Z","dateUpdated":"2023-07-12T19:15:44.4761375Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3023901,"fileName":"engineers_doors-1.12.2-0.9.1.jar","fileDate":"2020-08-05T04:03:23.687Z","fileLength":135429,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3023/901/engineers_doors-1.12.2-0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1976548664,"invalidFingerprint":false},{"foldername":"nihiltres","fingerprint":183484728,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4238610201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1799942259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1054746689,"invalidFingerprint":false}],"packageFingerprint":3484625461,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291126,"fileNameOnDisk":"engineers_doors-1.12.2-0.9.1.jar","hashes":[]}},{"instanceID":"bfd08c4a-a13f-4fd4-ab52-f2fcf914809a","modSource":0,"addonID":280294,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FPS Reducer","modFolderPath":null,"fileNameOnDisk":"FpsReducer-mc1.12.2-1.20.jar","authors":[{"Id":34993322,"Name":"bre2el"}],"primaryAuthor":"bre2el","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fps-reducer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/127/648/256/256/636440915960912895.png","tags":[],"installedFile":{"id":3362160,"fileName":"FpsReducer-mc1.12.2-1.20.jar","fileDate":"2021-06-23T14:23:25.787Z","fileLength":79700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3362/160/FpsReducer-mc1.12.2-1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3254707629,"invalidFingerprint":false},{"foldername":"bre","fingerprint":1438759351,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3842239531,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4255315456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2639982412,"invalidFingerprint":false}],"packageFingerprint":2685696341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280294,"fileNameOnDisk":"FpsReducer-mc1.12.2-1.20.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.0881877Z","dateUpdated":"2023-07-12T19:15:50.0901832Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3362160,"fileName":"FpsReducer-mc1.12.2-1.20.jar","fileDate":"2021-06-23T14:23:25.787Z","fileLength":79700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3362/160/FpsReducer-mc1.12.2-1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3254707629,"invalidFingerprint":false},{"foldername":"bre","fingerprint":1438759351,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3842239531,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4255315456,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2639982412,"invalidFingerprint":false}],"packageFingerprint":2685696341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280294,"fileNameOnDisk":"FpsReducer-mc1.12.2-1.20.jar","hashes":[]}},{"instanceID":"a1f0b4b8-405f-4d89-a02b-75638e3edb39","modSource":0,"addonID":278882,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Blockcraftery","modFolderPath":null,"fileNameOnDisk":"blockcraftery-1.12.2-1.3.1.jar","authors":[{"Id":48410945,"Name":"EpicSquid315"}],"primaryAuthor":"EpicSquid315","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/blockcraftery","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/124/276/256/256/636420595226292681.png","tags":[],"installedFile":{"id":2716712,"fileName":"blockcraftery-1.12.2-1.3.1.jar","fileDate":"2019-05-28T00:06:43.73Z","fileLength":105052,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2716/712/blockcraftery-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3216283503,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":2019444201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1554332026,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3048754118,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1630431775,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278882,"fileNameOnDisk":"blockcraftery-1.12.2-1.3.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.2073122Z","dateUpdated":"2023-07-12T19:16:23.2093738Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2716712,"fileName":"blockcraftery-1.12.2-1.3.1.jar","fileDate":"2019-05-28T00:06:43.73Z","fileLength":105052,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2716/712/blockcraftery-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":277064,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3216283503,"invalidFingerprint":false},{"foldername":"epicsquid","fingerprint":2019444201,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1554332026,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3048754118,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1630431775,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278882,"fileNameOnDisk":"blockcraftery-1.12.2-1.3.1.jar","hashes":[]}},{"instanceID":"d56c43a3-2b7a-4146-ac62-4adf7e2ce557","modSource":0,"addonID":299815,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Worley's Caves","modFolderPath":null,"fileNameOnDisk":"worleycaves-1.12.2-1.5.2.jar","authors":[{"Id":42427672,"Name":"super_fluke"},{"Id":21231857,"Name":"booleanbyte"}],"primaryAuthor":"super_fluke","primaryCategoryId":406,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/worleys-caves","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/714/256/256/636688277230829721.png","tags":[],"installedFile":{"id":3038801,"fileName":"worleycaves-1.12.2-1.5.2.jar","fileDate":"2020-08-21T19:50:06.443Z","fileLength":61417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3038/801/worleycaves-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":995948608,"invalidFingerprint":false},{"foldername":"fluke","fingerprint":3255057543,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3343270463,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":4235109984,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299815,"fileNameOnDisk":"worleycaves-1.12.2-1.5.2.jar","hashes":[]},"dateInstalled":"2023-07-13T19:07:34.6673432Z","dateUpdated":"2023-07-13T19:07:34.6703237Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3038801,"fileName":"worleycaves-1.12.2-1.5.2.jar","fileDate":"2020-08-21T19:50:06.443Z","fileLength":61417,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3038/801/worleycaves-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":995948608,"invalidFingerprint":false},{"foldername":"fluke","fingerprint":3255057543,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3343270463,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":4235109984,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299815,"fileNameOnDisk":"worleycaves-1.12.2-1.5.2.jar","hashes":[]}},{"instanceID":"b1ae8fea-5fe9-447f-9684-8b45fc27cbb2","modSource":0,"addonID":270183,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Exchangers","modFolderPath":null,"fileNameOnDisk":"Exchangers-1.12.2-2.10.3.jar","authors":[{"Id":20483557,"Name":"Jacky"},{"Id":9479179,"Name":"TurkeyDev"}],"primaryAuthor":"Jacky","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/exchangers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/102/902/256/256/636334002639281052.png","tags":[],"installedFile":{"id":4732479,"fileName":"Exchangers-1.12.2-2.10.3.jar","fileDate":"2023-09-01T15:38:29.97Z","fileLength":334852,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4732/479/Exchangers-1.12.2-2.10.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":2},{"addonId":69162,"type":2},{"addonId":222880,"type":2},{"addonId":304346,"type":2},{"addonId":246760,"type":2},{"addonId":356646,"type":3},{"addonId":268560,"type":2},{"addonId":64578,"type":2},{"addonId":69163,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3135249453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":435832706,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":2107897792,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1594010070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2596083499,"invalidFingerprint":false}],"packageFingerprint":350120927,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270183,"fileNameOnDisk":"Exchangers-1.12.2-2.10.3.jar","hashes":[{"type":1,"value":"1b09fcd6af83161ec9c6647735bebac1834b849f"},{"type":2,"value":"ac833d4471ab143617febc126bc60892"}]},"dateInstalled":"2023-07-13T07:12:48.7362226Z","dateUpdated":"2024-05-23T17:59:15.6440143Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4732479,"fileName":"Exchangers-1.12.2-2.10.3.jar","fileDate":"2023-09-01T15:38:29.97Z","fileLength":334852,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4732/479/Exchangers-1.12.2-2.10.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":2},{"addonId":69162,"type":2},{"addonId":222880,"type":2},{"addonId":304346,"type":2},{"addonId":246760,"type":2},{"addonId":356646,"type":3},{"addonId":268560,"type":2},{"addonId":64578,"type":2},{"addonId":69163,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3135249453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":435832706,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":2107897792,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1594010070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2596083499,"invalidFingerprint":false}],"packageFingerprint":350120927,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270183,"fileNameOnDisk":"Exchangers-1.12.2-2.10.3.jar","hashes":[{"type":1,"value":"1b09fcd6af83161ec9c6647735bebac1834b849f"},{"type":2,"value":"ac833d4471ab143617febc126bc60892"}]}},{"instanceID":"09c00897-c1fc-47c1-b88e-77fd89841880","modSource":0,"addonID":306549,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tips","modFolderPath":null,"fileNameOnDisk":"Tips-1.12.2-1.0.9.jar","authors":[{"Id":6968547,"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tips","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1009/426/256/256/638532671747561767.png","tags":[],"installedFile":{"id":2906537,"fileName":"Tips-1.12.2-1.0.9.jar","fileDate":"2020-03-20T22:49:25.26Z","fileLength":20578,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2906/537/Tips-1.12.2-1.0.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107364681,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2896935141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1728696873,"invalidFingerprint":false},{"foldername":"net","fingerprint":3961213552,"invalidFingerprint":false}],"packageFingerprint":2103900296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306549,"fileNameOnDisk":"Tips-1.12.2-1.0.9.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:39.3974144Z","dateUpdated":"2023-07-12T19:16:39.3994112Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2906537,"fileName":"Tips-1.12.2-1.0.9.jar","fileDate":"2020-03-20T22:49:25.26Z","fileLength":20578,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2906/537/Tips-1.12.2-1.0.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2107364681,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2896935141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1728696873,"invalidFingerprint":false},{"foldername":"net","fingerprint":3961213552,"invalidFingerprint":false}],"packageFingerprint":2103900296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306549,"fileNameOnDisk":"Tips-1.12.2-1.0.9.jar","hashes":[]}},{"instanceID":"7dcd209b-e119-4e08-8aa7-87f1fd8419f2","modSource":0,"addonID":285612,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RandomPatches (Forge)","modFolderPath":null,"fileNameOnDisk":"randompatches-1.12.2-1.22.1.10.jar","authors":[{"Id":12874105,"Name":"TheRandomLabs"}],"primaryAuthor":"TheRandomLabs","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/randompatches-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/137/948/256/256/636518346385385655.png","tags":[],"installedFile":{"id":3133651,"fileName":"randompatches-1.12.2-1.22.1.10.jar","fileDate":"2020-12-08T08:14:46.773Z","fileLength":293231,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3133/651/randompatches-1.12.2-1.22.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":596196373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1169606322,"invalidFingerprint":false},{"foldername":"com","fingerprint":2081264778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":728151831,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3582020982,"invalidFingerprint":false}],"packageFingerprint":2867402962,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","Forge","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285612,"fileNameOnDisk":"randompatches-1.12.2-1.22.1.10.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.492092Z","dateUpdated":"2023-07-12T19:16:24.495091Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3133651,"fileName":"randompatches-1.12.2-1.22.1.10.jar","fileDate":"2020-12-08T08:14:46.773Z","fileLength":293231,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3133/651/randompatches-1.12.2-1.22.1.10.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":596196373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1169606322,"invalidFingerprint":false},{"foldername":"com","fingerprint":2081264778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":728151831,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3582020982,"invalidFingerprint":false}],"packageFingerprint":2867402962,"gameVersion":["1.9.4","1.12.1","1.12","1.8.8","1.10.2","1.11","Forge","1.10","1.8","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":285612,"fileNameOnDisk":"randompatches-1.12.2-1.22.1.10.jar","hashes":[]}},{"instanceID":"ef003655-c3b9-487c-88cb-01a232e81644","modSource":0,"addonID":223565,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Draconic Evolution","modFolderPath":null,"fileNameOnDisk":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","authors":[{"Id":9559798,"Name":"brandon3055"}],"primaryAuthor":"brandon3055","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/draconic-evolution","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/890/256/256/635440874545018659.png","tags":[],"installedFile":{"id":3431261,"fileName":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","fileDate":"2021-08-19T10:59:21.61Z","fileLength":5708839,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3431/261/Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3},{"addonId":231382,"type":3},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2628115046,"invalidFingerprint":false},{"foldername":"com","fingerprint":1917918043,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":272142272,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":485916345,"invalidFingerprint":false},{"foldername":"banner.png","fingerprint":2969974361,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903433086,"invalidFingerprint":false}],"packageFingerprint":3391923374,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223565,"fileNameOnDisk":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.0278349Z","dateUpdated":"2023-07-12T19:25:15.0615443Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3431261,"fileName":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","fileDate":"2021-08-19T10:59:21.61Z","fileLength":5708839,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3431/261/Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":270789,"type":3},{"addonId":242818,"type":3},{"addonId":231382,"type":3},{"addonId":306028,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2628115046,"invalidFingerprint":false},{"foldername":"com","fingerprint":1917918043,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":272142272,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":485916345,"invalidFingerprint":false},{"foldername":"banner.png","fingerprint":2969974361,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903433086,"invalidFingerprint":false}],"packageFingerprint":3391923374,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223565,"fileNameOnDisk":"Draconic-Evolution-1.12.2-2.3.28.354-universal.jar","hashes":[]}},{"instanceID":"e0d15a04-2ea5-4b35-be4c-94605c1d7274","modSource":0,"addonID":301356,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Demagnetize","modFolderPath":null,"fileNameOnDisk":"demagnetize-1.12.2-1.1.2.jar","authors":[{"Id":9006466,"Name":"comp500"}],"primaryAuthor":"comp500","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/demagnetize","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/167/665/256/256/636704740924115015.png","tags":[],"installedFile":{"id":3091010,"fileName":"demagnetize-1.12.2-1.1.2.jar","fileDate":"2020-10-23T23:40:13.047Z","fileLength":62280,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3091/10/demagnetize-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1024535547,"invalidFingerprint":false},{"foldername":"link","fingerprint":3866214166,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3549857778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1162614126,"invalidFingerprint":false}],"packageFingerprint":3213292380,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301356,"fileNameOnDisk":"demagnetize-1.12.2-1.1.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.0072564Z","dateUpdated":"2023-07-12T19:16:35.0102645Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3091010,"fileName":"demagnetize-1.12.2-1.1.2.jar","fileDate":"2020-10-23T23:40:13.047Z","fileLength":62280,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3091/10/demagnetize-1.12.2-1.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1024535547,"invalidFingerprint":false},{"foldername":"link","fingerprint":3866214166,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3549857778,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1162614126,"invalidFingerprint":false}],"packageFingerprint":3213292380,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":301356,"fileNameOnDisk":"demagnetize-1.12.2-1.1.2.jar","hashes":[]}},{"instanceID":"919f9e1c-8392-46cd-97fa-106fd82a4060","modSource":0,"addonID":224218,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Compact Machines","modFolderPath":null,"fileNameOnDisk":"compactmachines3-1.12.2-3.0.18-b278.jar","authors":[{"Id":17043272,"Name":"davenonymous"},{"Id":19527004,"Name":"RobotGryphon"}],"primaryAuthor":"davenonymous","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/compact-machines","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/602/256/256/635460270800375500.png","tags":[],"installedFile":{"id":2707509,"fileName":"compactmachines3-1.12.2-3.0.18-b278.jar","fileDate":"2019-05-05T13:17:27.99Z","fileLength":730062,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/509/compactmachines3-1.12.2-3.0.18-b278.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2616997696,"invalidFingerprint":false},{"foldername":"org","fingerprint":2301521069,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4180937795,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2594948111,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4208003851,"invalidFingerprint":false}],"packageFingerprint":2656999452,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224218,"fileNameOnDisk":"compactmachines3-1.12.2-3.0.18-b278.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.0244489Z","dateUpdated":"2023-07-12T19:15:53.0274538Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2707509,"fileName":"compactmachines3-1.12.2-3.0.18-b278.jar","fileDate":"2019-05-05T13:17:27.99Z","fileLength":730062,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/509/compactmachines3-1.12.2-3.0.18-b278.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2616997696,"invalidFingerprint":false},{"foldername":"org","fingerprint":2301521069,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4180937795,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2594948111,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4208003851,"invalidFingerprint":false}],"packageFingerprint":2656999452,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224218,"fileNameOnDisk":"compactmachines3-1.12.2-3.0.18-b278.jar","hashes":[]}},{"instanceID":"8ce00d9b-1e3f-4ed7-ad80-212952877682","modSource":0,"addonID":250398,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Controlling","modFolderPath":null,"fileNameOnDisk":"Controlling-3.0.12.4.jar","authors":[{"Id":10618648,"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/controlling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/603/256/256/636079972364045115.png","tags":[],"installedFile":{"id":5408385,"fileName":"Controlling-3.0.12.4.jar","fileDate":"2024-06-08T08:22:52.78Z","fileLength":34383,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5408/385/Controlling-3.0.12.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":858542,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3350011504,"invalidFingerprint":false},{"foldername":"us","fingerprint":3660258528,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1788239650,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3202313112,"invalidFingerprint":false}],"packageFingerprint":100641208,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-3.0.12.4.jar","hashes":[{"type":1,"value":"d588b1fefb912c1080d397834b6300e59409183c"},{"type":2,"value":"0fce6c9a123523205ac4af5e4b616dea"}]},"dateInstalled":"2023-07-12T19:15:47.7057532Z","dateUpdated":"2024-06-08T23:16:06.0142162Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5408385,"fileName":"Controlling-3.0.12.4.jar","fileDate":"2024-06-08T08:22:52.78Z","fileLength":34383,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5408/385/Controlling-3.0.12.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":858542,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3350011504,"invalidFingerprint":false},{"foldername":"us","fingerprint":3660258528,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1788239650,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3202313112,"invalidFingerprint":false}],"packageFingerprint":100641208,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-3.0.12.4.jar","hashes":[{"type":1,"value":"d588b1fefb912c1080d397834b6300e59409183c"},{"type":2,"value":"0fce6c9a123523205ac4af5e4b616dea"}]}},{"instanceID":"b77994ed-70fe-4fa5-90d4-b30886439075","modSource":0,"addonID":253043,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"WanionLib","modFolderPath":null,"fileNameOnDisk":"WanionLib-1.12.2-2.91.jar","authors":[{"Id":19445829,"Name":"WanionCane"}],"primaryAuthor":"WanionCane","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/wanionlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/891/256/256/636139361607090816.png","tags":[],"installedFile":{"id":4623135,"fileName":"WanionLib-1.12.2-2.91.jar","fileDate":"2023-07-03T15:59:53.017Z","fileLength":223035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/135/WanionLib-1.12.2-2.91.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2788136691,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":4263506826,"invalidFingerprint":false},{"foldername":"assets","fingerprint":749522786,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1062000704,"invalidFingerprint":false},{"foldername":"wanionlib.png","fingerprint":3974495883,"invalidFingerprint":false}],"packageFingerprint":3427414774,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253043,"fileNameOnDisk":"WanionLib-1.12.2-2.91.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.5644901Z","dateUpdated":"2023-07-12T19:25:20.5468296Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4623135,"fileName":"WanionLib-1.12.2-2.91.jar","fileDate":"2023-07-03T15:59:53.017Z","fileLength":223035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/135/WanionLib-1.12.2-2.91.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2788136691,"invalidFingerprint":false},{"foldername":"wanion","fingerprint":4263506826,"invalidFingerprint":false},{"foldername":"assets","fingerprint":749522786,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1062000704,"invalidFingerprint":false},{"foldername":"wanionlib.png","fingerprint":3974495883,"invalidFingerprint":false}],"packageFingerprint":3427414774,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253043,"fileNameOnDisk":"WanionLib-1.12.2-2.91.jar","hashes":[]}},{"instanceID":"e5659064-6e8d-4dde-a6ec-7bc8316cf159","modSource":0,"addonID":223008,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OpenComputers","modFolderPath":null,"fileNameOnDisk":"OpenComputers-MC1.12.2-1.8.5+179e1c3.jar","authors":[{"Id":12026371,"Name":"Sangar"}],"primaryAuthor":"Sangar","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/opencomputers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/395/256/256/635455427535754713.png","tags":[],"installedFile":{"id":5274236,"fileName":"OpenComputers-MC1.12.2-1.8.5+179e1c3.jar","fileDate":"2024-04-19T12:47:49.717Z","fileLength":16532539,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5274/236/OpenComputers-MC1.12.2-1.8.5%2b179e1c3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2925726481,"invalidFingerprint":false},{"foldername":"com","fingerprint":2649947838,"invalidFingerprint":false},{"foldername":"li","fingerprint":1290037164,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":877842491,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1204189457,"invalidFingerprint":false},{"foldername":"LICENSE-luaj","fingerprint":3773002520,"invalidFingerprint":false},{"foldername":"LICENSE-typesafe","fingerprint":2404830683,"invalidFingerprint":false},{"foldername":"LICENSE-jnlua","fingerprint":2575647845,"invalidFingerprint":false},{"foldername":"application.conf","fingerprint":1510946810,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2041937240,"invalidFingerprint":false},{"foldername":"assets","fingerprint":376801479,"invalidFingerprint":false},{"foldername":"LICENSE-wcwidth","fingerprint":2152140404,"invalidFingerprint":false},{"foldername":"LICENSE-mods","fingerprint":835582608,"invalidFingerprint":false},{"foldername":"LICENSE-unifont","fingerprint":3802857711,"invalidFingerprint":false},{"foldername":".keep","fingerprint":4136195960,"invalidFingerprint":false}],"packageFingerprint":2049447420,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223008,"fileNameOnDisk":"OpenComputers-MC1.12.2-1.8.5+179e1c3.jar","hashes":[{"type":1,"value":"830dbc25a02005e55450a405788cc0e22866d8cb"},{"type":2,"value":"de4ed4d4af4757440a5f75c6abc57743"}]},"dateInstalled":"2023-07-12T19:15:38.8997441Z","dateUpdated":"2024-05-23T17:59:30.0474648Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5274236,"fileName":"OpenComputers-MC1.12.2-1.8.5+179e1c3.jar","fileDate":"2024-04-19T12:47:49.717Z","fileLength":16532539,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5274/236/OpenComputers-MC1.12.2-1.8.5%2b179e1c3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2925726481,"invalidFingerprint":false},{"foldername":"com","fingerprint":2649947838,"invalidFingerprint":false},{"foldername":"li","fingerprint":1290037164,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":877842491,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1204189457,"invalidFingerprint":false},{"foldername":"LICENSE-luaj","fingerprint":3773002520,"invalidFingerprint":false},{"foldername":"LICENSE-typesafe","fingerprint":2404830683,"invalidFingerprint":false},{"foldername":"LICENSE-jnlua","fingerprint":2575647845,"invalidFingerprint":false},{"foldername":"application.conf","fingerprint":1510946810,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2041937240,"invalidFingerprint":false},{"foldername":"assets","fingerprint":376801479,"invalidFingerprint":false},{"foldername":"LICENSE-wcwidth","fingerprint":2152140404,"invalidFingerprint":false},{"foldername":"LICENSE-mods","fingerprint":835582608,"invalidFingerprint":false},{"foldername":"LICENSE-unifont","fingerprint":3802857711,"invalidFingerprint":false},{"foldername":".keep","fingerprint":4136195960,"invalidFingerprint":false}],"packageFingerprint":2049447420,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223008,"fileNameOnDisk":"OpenComputers-MC1.12.2-1.8.5+179e1c3.jar","hashes":[{"type":1,"value":"830dbc25a02005e55450a405788cc0e22866d8cb"},{"type":2,"value":"de4ed4d4af4757440a5f75c6abc57743"}]}},{"instanceID":"58f25d4b-fa98-429d-9137-3b44642a2b43","modSource":0,"addonID":236307,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integrated Dynamics","modFolderPath":null,"fileNameOnDisk":"IntegratedDynamics-1.12.2-1.1.11.jar","authors":[{"Id":13500867,"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/396/256/256/636077266568975656.png","tags":[],"installedFile":{"id":3159505,"fileName":"IntegratedDynamics-1.12.2-1.1.11.jar","fileDate":"2021-01-05T19:06:41.947Z","fileLength":3049509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/505/IntegratedDynamics-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":3159506,"dependencies":[{"addonId":232758,"type":3},{"addonId":247007,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":537974253,"invalidFingerprint":false},{"foldername":"LICENSE-re2j.txt","fingerprint":66756537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4250703921,"invalidFingerprint":false},{"foldername":"com","fingerprint":607415179,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3003671945,"invalidFingerprint":false},{"foldername":"org","fingerprint":4258081029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2385333503,"invalidFingerprint":false}],"packageFingerprint":1029740924,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236307,"fileNameOnDisk":"IntegratedDynamics-1.12.2-1.1.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:38.7639772Z","dateUpdated":"2023-07-12T19:16:38.7689457Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3159505,"fileName":"IntegratedDynamics-1.12.2-1.1.11.jar","fileDate":"2021-01-05T19:06:41.947Z","fileLength":3049509,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/505/IntegratedDynamics-1.12.2-1.1.11.jar","isAlternate":false,"alternateFileId":3159506,"dependencies":[{"addonId":232758,"type":3},{"addonId":247007,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":537974253,"invalidFingerprint":false},{"foldername":"LICENSE-re2j.txt","fingerprint":66756537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4250703921,"invalidFingerprint":false},{"foldername":"com","fingerprint":607415179,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3003671945,"invalidFingerprint":false},{"foldername":"org","fingerprint":4258081029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2385333503,"invalidFingerprint":false}],"packageFingerprint":1029740924,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236307,"fileNameOnDisk":"IntegratedDynamics-1.12.2-1.1.11.jar","hashes":[]}},{"instanceID":"8cb874eb-37c2-4967-bce5-29fd53495736","modSource":0,"addonID":254241,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mob Grinding Utils","modFolderPath":null,"fileNameOnDisk":"MobGrindingUtils-0.3.13.jar","authors":[{"Id":10940404,"Name":"vadis365"},{"Id":19768394,"Name":"Flanks255"}],"primaryAuthor":"vadis365","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mob-grinding-utils","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/64/957/256/256/636157841250691900.png","tags":[],"installedFile":{"id":2656683,"fileName":"MobGrindingUtils-0.3.13.jar","fileDate":"2019-01-05T20:29:13.953Z","fileLength":951922,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2656/683/MobGrindingUtils-0.3.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1652593705,"invalidFingerprint":false},{"foldername":"mob_grinding_utils","fingerprint":149602972,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3716721463,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1243592576,"invalidFingerprint":false}],"packageFingerprint":2293965135,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254241,"fileNameOnDisk":"MobGrindingUtils-0.3.13.jar","hashes":[]},"dateInstalled":"2023-07-13T07:11:55.915118Z","dateUpdated":"2023-07-13T07:11:55.9171239Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2656683,"fileName":"MobGrindingUtils-0.3.13.jar","fileDate":"2019-01-05T20:29:13.953Z","fileLength":951922,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2656/683/MobGrindingUtils-0.3.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1652593705,"invalidFingerprint":false},{"foldername":"mob_grinding_utils","fingerprint":149602972,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3716721463,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1243592576,"invalidFingerprint":false}],"packageFingerprint":2293965135,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254241,"fileNameOnDisk":"MobGrindingUtils-0.3.13.jar","hashes":[]}},{"instanceID":"00e9784c-e0ec-4f3c-8e68-0a63f205f6e0","modSource":0,"addonID":232758,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cyclops Core","modFolderPath":null,"fileNameOnDisk":"CyclopsCore-1.12.2-1.6.7.jar","authors":[{"Id":13500867,"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cyclops-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/21/299/256/256/635725451812161186.png","tags":[],"installedFile":{"id":3159497,"fileName":"CyclopsCore-1.12.2-1.6.7.jar","fileDate":"2021-01-05T19:02:14.62Z","fileLength":1060985,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/497/CyclopsCore-1.12.2-1.6.7.jar","isAlternate":false,"alternateFileId":3159498,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3328553495,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031855971,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":980103994,"invalidFingerprint":false},{"foldername":"org","fingerprint":1204546813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2761376034,"invalidFingerprint":false}],"packageFingerprint":1278380072,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232758,"fileNameOnDisk":"CyclopsCore-1.12.2-1.6.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.4688561Z","dateUpdated":"2023-07-12T19:16:25.4708665Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3159497,"fileName":"CyclopsCore-1.12.2-1.6.7.jar","fileDate":"2021-01-05T19:02:14.62Z","fileLength":1060985,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/497/CyclopsCore-1.12.2-1.6.7.jar","isAlternate":false,"alternateFileId":3159498,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3328553495,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1031855971,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":980103994,"invalidFingerprint":false},{"foldername":"org","fingerprint":1204546813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2761376034,"invalidFingerprint":false}],"packageFingerprint":1278380072,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232758,"fileNameOnDisk":"CyclopsCore-1.12.2-1.6.7.jar","hashes":[]}},{"instanceID":"ea6faa6d-b6c0-4436-acc5-3e261fc3090e","modSource":0,"addonID":224641,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RFTools","modFolderPath":null,"fileNameOnDisk":"rftools-1.12-7.73.jar","authors":[{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":417,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rftools","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/22/510/256/256/635743559787349935.png","tags":[],"installedFile":{"id":2861573,"fileName":"rftools-1.12-7.73.jar","fileDate":"2020-01-16T04:23:11.573Z","fileLength":2895803,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2861/573/rftools-1.12-7.73.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":256287,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802329841,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":3215212379,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2114006565,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4232950739,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148423064,"invalidFingerprint":false}],"packageFingerprint":2954177313,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224641,"fileNameOnDisk":"rftools-1.12-7.73.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:44.2391094Z","dateUpdated":"2023-07-12T19:15:44.2431142Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2861573,"fileName":"rftools-1.12-7.73.jar","fileDate":"2020-01-16T04:23:11.573Z","fileLength":2895803,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2861/573/rftools-1.12-7.73.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":256287,"type":2},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802329841,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":3215212379,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2114006565,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4232950739,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148423064,"invalidFingerprint":false}],"packageFingerprint":2954177313,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224641,"fileNameOnDisk":"rftools-1.12-7.73.jar","hashes":[]}},{"instanceID":"f043eb9c-18dc-48c2-8936-9630cf9e7ab9","modSource":0,"addonID":250957,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tinkers' Tool Leveling","modFolderPath":null,"fileNameOnDisk":"TinkerToolLeveling-1.12.2-1.1.0.jar","authors":[{"Id":16703917,"Name":"bonusboni"}],"primaryAuthor":"bonusboni","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tinkers-tool-leveling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/50/510/256/256/636091756433815224.png","tags":[],"installedFile":{"id":2630860,"fileName":"TinkerToolLeveling-1.12.2-1.1.0.jar","fileDate":"2018-10-23T17:43:40.243Z","fileLength":95850,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/860/TinkerToolLeveling-1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3},{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3869564845,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3257431995,"invalidFingerprint":false},{"foldername":"assets","fingerprint":881944842,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":61804168,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":15427281,"invalidFingerprint":false}],"packageFingerprint":1563429384,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250957,"fileNameOnDisk":"TinkerToolLeveling-1.12.2-1.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.5877885Z","dateUpdated":"2023-07-12T19:16:25.5896453Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2630860,"fileName":"TinkerToolLeveling-1.12.2-1.1.0.jar","fileDate":"2018-10-23T17:43:40.243Z","fileLength":95850,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/860/TinkerToolLeveling-1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":74924,"type":3},{"addonId":74072,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3869564845,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3257431995,"invalidFingerprint":false},{"foldername":"assets","fingerprint":881944842,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":61804168,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":15427281,"invalidFingerprint":false}],"packageFingerprint":1563429384,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250957,"fileNameOnDisk":"TinkerToolLeveling-1.12.2-1.1.0.jar","hashes":[]}},{"instanceID":"3b7a18ea-7bdc-46ea-a612-8b2327954b4c","modSource":0,"addonID":74924,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mantle","modFolderPath":null,"fileNameOnDisk":"Mantle-1.12-1.3.3.55.jar","authors":[{"Id":6831063,"Name":"mDiyo"},{"Id":7703238,"Name":"fuj1n"},{"Id":7691553,"Name":"Alexbegt"},{"Id":12645296,"Name":"KnightMiner"},{"Id":16703917,"Name":"bonusboni"},{"Id":4972463,"Name":"ProgWML6"}],"primaryAuthor":"mDiyo","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mantle","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/488/103/256/256/637791963715589901.png","tags":[],"installedFile":{"id":2713386,"fileName":"Mantle-1.12-1.3.3.55.jar","fileDate":"2019-05-19T20:21:43.573Z","fileLength":843486,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2519310866,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3140161402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":770502493,"invalidFingerprint":false},{"foldername":"Mantle.png","fingerprint":3296224890,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1859416522,"invalidFingerprint":false}],"packageFingerprint":2810798110,"gameVersion":["1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74924,"fileNameOnDisk":"Mantle-1.12-1.3.3.55.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.378762Z","dateUpdated":"2023-07-12T19:16:19.381749Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2713386,"fileName":"Mantle-1.12-1.3.3.55.jar","fileDate":"2019-05-19T20:21:43.573Z","fileLength":843486,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2519310866,"invalidFingerprint":false},{"foldername":"slimeknights","fingerprint":3140161402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":770502493,"invalidFingerprint":false},{"foldername":"Mantle.png","fingerprint":3296224890,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1859416522,"invalidFingerprint":false}],"packageFingerprint":2810798110,"gameVersion":["1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":74924,"fileNameOnDisk":"Mantle-1.12-1.3.3.55.jar","hashes":[]}},{"instanceID":"d26308e9-4599-49d5-8a1b-8671a5306e73","modSource":0,"addonID":250294,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Modular Routers","modFolderPath":null,"fileNameOnDisk":"modular-routers-1.12.2-3.3.0-33.jar","authors":[{"Id":7446860,"Name":"desht_08"}],"primaryAuthor":"desht_08","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modular-routers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/422/256/256/636077747385695421.png","tags":[],"installedFile":{"id":2954953,"fileName":"modular-routers-1.12.2-3.3.0-33.jar","fileDate":"2020-05-12T15:02:48.113Z","fileLength":754883,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2954/953/modular-routers-1.12.2-3.3.0-33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":685196412,"invalidFingerprint":false},{"foldername":"me","fingerprint":4201715250,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3770845193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3686308497,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1130018705,"invalidFingerprint":false}],"packageFingerprint":3987416114,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250294,"fileNameOnDisk":"modular-routers-1.12.2-3.3.0-33.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.8979384Z","dateUpdated":"2023-07-12T19:16:19.9009415Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2954953,"fileName":"modular-routers-1.12.2-3.3.0-33.jar","fileDate":"2020-05-12T15:02:48.113Z","fileLength":754883,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2954/953/modular-routers-1.12.2-3.3.0-33.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":685196412,"invalidFingerprint":false},{"foldername":"me","fingerprint":4201715250,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3770845193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3686308497,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1130018705,"invalidFingerprint":false}],"packageFingerprint":3987416114,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250294,"fileNameOnDisk":"modular-routers-1.12.2-3.3.0-33.jar","hashes":[]}},{"instanceID":"fe21a77d-4e33-4003-b114-9266cae741d8","modSource":0,"addonID":263590,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Pattern Banners","modFolderPath":null,"fileNameOnDisk":"jepb-1.12-1.2.1.jar","authors":[{"Id":9314897,"Name":"Lorexe"}],"primaryAuthor":"Lorexe","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-pattern-banners","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/93/7/256/256/636259763478827721.png","tags":[],"installedFile":{"id":2455920,"fileName":"jepb-1.12-1.2.1.jar","fileDate":"2017-07-25T18:00:43.923Z","fileLength":27195,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2455/920/jepb-1.12-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":1403322004,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2845623601,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":290389286,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":207940866,"invalidFingerprint":false}],"packageFingerprint":2180534721,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263590,"fileNameOnDisk":"jepb-1.12-1.2.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:00.3377824Z","dateUpdated":"2023-07-12T19:16:00.3417813Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2455920,"fileName":"jepb-1.12-1.2.1.jar","fileDate":"2017-07-25T18:00:43.923Z","fileLength":27195,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2455/920/jepb-1.12-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":1403322004,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2845623601,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":290389286,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":207940866,"invalidFingerprint":false}],"packageFingerprint":2180534721,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263590,"fileNameOnDisk":"jepb-1.12-1.2.1.jar","hashes":[]}},{"instanceID":"0588ab36-c016-4a10-b108-fa5aacab72b8","modSource":0,"addonID":303122,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Throwing In Fluids (JETIF)","modFolderPath":null,"fileNameOnDisk":"jetif-1.12.2-1.5.2.jar","authors":[{"Id":8776439,"Name":"Lykrast"}],"primaryAuthor":"Lykrast","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jetif","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/171/138/256/256/636727052880893900.png","tags":[],"installedFile":{"id":2919936,"fileName":"jetif-1.12.2-1.5.2.jar","fileDate":"2020-04-03T09:32:49.77Z","fileLength":29003,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2919/936/jetif-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":74610,"type":2},{"addonId":228404,"type":2},{"addonId":241721,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":248020,"type":2},{"addonId":284229,"type":2},{"addonId":279693,"type":2},{"addonId":59621,"type":2},{"addonId":293030,"type":2},{"addonId":223628,"type":2},{"addonId":303694,"type":2},{"addonId":246183,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1498482220,"invalidFingerprint":false},{"foldername":"lykrast","fingerprint":209100416,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3872143111,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3237720555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1033756645,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":303122,"fileNameOnDisk":"jetif-1.12.2-1.5.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:51.1524344Z","dateUpdated":"2023-07-12T19:16:51.1544323Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2919936,"fileName":"jetif-1.12.2-1.5.2.jar","fileDate":"2020-04-03T09:32:49.77Z","fileLength":29003,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2919/936/jetif-1.12.2-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3},{"addonId":74610,"type":2},{"addonId":228404,"type":2},{"addonId":241721,"type":2},{"addonId":225561,"type":2},{"addonId":223794,"type":2},{"addonId":248020,"type":2},{"addonId":284229,"type":2},{"addonId":279693,"type":2},{"addonId":59621,"type":2},{"addonId":293030,"type":2},{"addonId":223628,"type":2},{"addonId":303694,"type":2},{"addonId":246183,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1498482220,"invalidFingerprint":false},{"foldername":"lykrast","fingerprint":209100416,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3872143111,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3237720555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1033756645,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":303122,"fileNameOnDisk":"jetif-1.12.2-1.5.2.jar","hashes":[]}},{"instanceID":"8c2452a9-35cf-40cd-9928-b81810c1f9b9","modSource":0,"addonID":250898,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ore Excavation","modFolderPath":null,"fileNameOnDisk":"OreExcavation-1.4.150.jar","authors":[{"Id":7937998,"Name":"Funwayguy"},{"Id":15754032,"Name":"darkosto"}],"primaryAuthor":"Funwayguy","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ore-excavation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/50/412/256/256/636090834615920242.png","tags":[],"installedFile":{"id":2897369,"fileName":"OreExcavation-1.4.150.jar","fileDate":"2020-03-09T07:28:53.517Z","fileLength":184743,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2897/369/OreExcavation-1.4.150.jar","isAlternate":false,"alternateFileId":2897370,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666491994,"invalidFingerprint":false},{"foldername":"oreexcavation","fingerprint":1006360500,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3988517817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":766829297,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":1280081937,"invalidFingerprint":false}],"packageFingerprint":424401967,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250898,"fileNameOnDisk":"OreExcavation-1.4.150.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.4184842Z","dateUpdated":"2023-07-12T19:16:22.421476Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2897369,"fileName":"OreExcavation-1.4.150.jar","fileDate":"2020-03-09T07:28:53.517Z","fileLength":184743,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2897/369/OreExcavation-1.4.150.jar","isAlternate":false,"alternateFileId":2897370,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666491994,"invalidFingerprint":false},{"foldername":"oreexcavation","fingerprint":1006360500,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3988517817,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":766829297,"invalidFingerprint":false},{"foldername":"title.png","fingerprint":1280081937,"invalidFingerprint":false}],"packageFingerprint":424401967,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250898,"fileNameOnDisk":"OreExcavation-1.4.150.jar","hashes":[]}},{"instanceID":"f50b99d2-34d5-4123-94dc-beeec2559c14","modSource":0,"addonID":322347,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Lazy AE2","modFolderPath":null,"fileNameOnDisk":"lazy-ae2-1.12.2-1.1.26.jar","authors":[{"Id":10493815,"Name":"phantamanta44"}],"primaryAuthor":"phantamanta44","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lazy-ae2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/204/657/256/256/636941758157711487.png","tags":[],"installedFile":{"id":3254160,"fileName":"lazy-ae2-1.12.2-1.1.26.jar","fileDate":"2021-03-28T22:12:50.417Z","fileLength":398411,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3254/160/lazy-ae2-1.12.2-1.1.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":322344,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929966502,"invalidFingerprint":false},{"foldername":"io","fingerprint":3902739764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473492171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2912478029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2902136438,"invalidFingerprint":false}],"packageFingerprint":726225296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322347,"fileNameOnDisk":"lazy-ae2-1.12.2-1.1.26.jar","hashes":[]},"dateInstalled":"2023-08-04T23:59:56.4048525Z","dateUpdated":"2023-08-04T23:59:56.4058508Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3254160,"fileName":"lazy-ae2-1.12.2-1.1.26.jar","fileDate":"2021-03-28T22:12:50.417Z","fileLength":398411,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3254/160/lazy-ae2-1.12.2-1.1.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":322344,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929966502,"invalidFingerprint":false},{"foldername":"io","fingerprint":3902739764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473492171,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2912478029,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2902136438,"invalidFingerprint":false}],"packageFingerprint":726225296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322347,"fileNameOnDisk":"lazy-ae2-1.12.2-1.1.26.jar","hashes":[]}},{"instanceID":"755c3be7-f9b2-4ebe-90f9-bc9482b87c2a","modSource":0,"addonID":229002,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MrTJPCore","modFolderPath":null,"fileNameOnDisk":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","authors":[{"Id":9141442,"Name":"MrTJP"}],"primaryAuthor":"MrTJP","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mrtjpcore","thumbnailUrl":null,"tags":[],"installedFile":{"id":2735197,"fileName":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","fileDate":"2019-07-04T00:12:13.943Z","fileLength":803400,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2735/197/MrTJPCore-1.12.2-2.1.4.43-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2768922478,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2347380327,"invalidFingerprint":false},{"foldername":"assets","fingerprint":963349118,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1849455686,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":513525721,"invalidFingerprint":false}],"packageFingerprint":4068050300,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229002,"fileNameOnDisk":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:08.221861Z","dateUpdated":"2023-07-13T07:27:08.2365418Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2735197,"fileName":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","fileDate":"2019-07-04T00:12:13.943Z","fileLength":803400,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2735/197/MrTJPCore-1.12.2-2.1.4.43-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2768922478,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2347380327,"invalidFingerprint":false},{"foldername":"assets","fingerprint":963349118,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1849455686,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":513525721,"invalidFingerprint":false}],"packageFingerprint":4068050300,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229002,"fileNameOnDisk":"MrTJPCore-1.12.2-2.1.4.43-universal.jar","hashes":[]}},{"instanceID":"c6aaa32c-754b-4ab9-88d8-c39488ad7a71","modSource":0,"addonID":870276,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ConfigAnytime","modFolderPath":null,"fileNameOnDisk":"!configanytime-3.0.jar","authors":[{"Id":102975538,"Name":"CleanroomMC"},{"Id":10278775,"Name":"Rongmario"}],"primaryAuthor":"CleanroomMC","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/configanytime","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/827/842/256/256/638215109388605628.png","tags":[],"installedFile":{"id":5212709,"fileName":"!configanytime-3.0.jar","fileDate":"2024-03-26T13:07:43.84Z","fileLength":5201,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5212/709/!configanytime-3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2422251393,"invalidFingerprint":false},{"foldername":"com","fingerprint":2465821024,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2364102157,"invalidFingerprint":false}],"packageFingerprint":3732531395,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":870276,"fileNameOnDisk":"!configanytime-3.0.jar","hashes":[{"type":1,"value":"b6d8a10219d3802e04de6b1e815a5853e50adbcc"},{"type":2,"value":"3adfd6a9e04453888e68d858c0347ded"}]},"dateInstalled":"2024-05-23T17:59:49.7255499Z","dateUpdated":"2024-05-23T17:59:49.7275465Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5212709,"fileName":"!configanytime-3.0.jar","fileDate":"2024-03-26T13:07:43.84Z","fileLength":5201,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5212/709/!configanytime-3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2422251393,"invalidFingerprint":false},{"foldername":"com","fingerprint":2465821024,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2364102157,"invalidFingerprint":false}],"packageFingerprint":3732531395,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":870276,"fileNameOnDisk":"!configanytime-3.0.jar","hashes":[{"type":1,"value":"b6d8a10219d3802e04de6b1e815a5853e50adbcc"},{"type":2,"value":"3adfd6a9e04453888e68d858c0347ded"}]}},{"instanceID":"0d32ef2a-cd98-4ae0-9c8f-ffded6444d50","modSource":0,"addonID":281791,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Career Bees","modFolderPath":null,"fileNameOnDisk":"careerbees-0.4.0.jar","authors":[{"Id":10976379,"Name":"RWTema"}],"primaryAuthor":"RWTema","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/career-bees","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/546/256/256/636460868416814910.png","tags":[],"installedFile":{"id":2534481,"fileName":"careerbees-0.4.0.jar","fileDate":"2018-02-24T02:01:43.19Z","fileLength":676344,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2534/481/careerbees-0.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1188950733,"invalidFingerprint":false},{"foldername":"com","fingerprint":1048233810,"invalidFingerprint":false},{"foldername":"assets","fingerprint":764579520,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4013474319,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1156837785,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281791,"fileNameOnDisk":"careerbees-0.4.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.5202322Z","dateUpdated":"2023-07-12T19:15:42.523285Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2534481,"fileName":"careerbees-0.4.0.jar","fileDate":"2018-02-24T02:01:43.19Z","fileLength":676344,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2534/481/careerbees-0.4.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1188950733,"invalidFingerprint":false},{"foldername":"com","fingerprint":1048233810,"invalidFingerprint":false},{"foldername":"assets","fingerprint":764579520,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4013474319,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":1156837785,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281791,"fileNameOnDisk":"careerbees-0.4.0.jar","hashes":[]}},{"instanceID":"b4cd22c0-606d-4456-b40f-72fc725cc5d5","modSource":0,"addonID":228404,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Actually Additions","modFolderPath":null,"fileNameOnDisk":"ActuallyAdditions-1.12.2-r152.jar","authors":[{"Id":19267072,"Name":"Ellpeck"}],"primaryAuthor":"Ellpeck","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/actually-additions","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/43/130/256/256/636017838645578016.png","tags":[],"installedFile":{"id":3117927,"fileName":"ActuallyAdditions-1.12.2-r152.jar","fileDate":"2020-11-20T18:01:16.073Z","fileLength":2958699,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3117/927/ActuallyAdditions-1.12.2-r152.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":266674553,"invalidFingerprint":false},{"foldername":"de","fingerprint":4122797818,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":1711912058,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148916916,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2292106983,"invalidFingerprint":false}],"packageFingerprint":1923394747,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228404,"fileNameOnDisk":"ActuallyAdditions-1.12.2-r152.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:38.0105061Z","dateUpdated":"2023-07-12T19:16:38.0105061Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3117927,"fileName":"ActuallyAdditions-1.12.2-r152.jar","fileDate":"2020-11-20T18:01:16.073Z","fileLength":2958699,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3117/927/ActuallyAdditions-1.12.2-r152.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":266674553,"invalidFingerprint":false},{"foldername":"de","fingerprint":4122797818,"invalidFingerprint":false},{"foldername":"invtweaks","fingerprint":1711912058,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1148916916,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2292106983,"invalidFingerprint":false}],"packageFingerprint":1923394747,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228404,"fileNameOnDisk":"ActuallyAdditions-1.12.2-r152.jar","hashes":[]}},{"instanceID":"0b443c10-0915-4da0-9201-544dd3e76f34","modSource":0,"addonID":299540,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FastFurnace","modFolderPath":null,"fileNameOnDisk":"FastFurnace-1.12.2-1.3.1.jar","authors":[{"Id":10368195,"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastfurnace","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/243/256/256/636686097562167838.png","tags":[],"installedFile":{"id":2706111,"fileName":"FastFurnace-1.12.2-1.3.1.jar","fileDate":"2019-05-01T21:29:47.233Z","fileLength":10035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2706/111/FastFurnace-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2860440290,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":3143447717,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3287728280,"invalidFingerprint":false}],"packageFingerprint":1142134081,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.12.2-1.3.1.jar","hashes":[]},"dateInstalled":"2023-08-06T19:12:57.2350525Z","dateUpdated":"2023-08-06T19:12:57.2359556Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2706111,"fileName":"FastFurnace-1.12.2-1.3.1.jar","fileDate":"2019-05-01T21:29:47.233Z","fileLength":10035,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2706/111/FastFurnace-1.12.2-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2860440290,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":3143447717,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3287728280,"invalidFingerprint":false}],"packageFingerprint":1142134081,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.12.2-1.3.1.jar","hashes":[]}},{"instanceID":"8bfd845e-54b8-4760-9343-12866951fba8","modSource":0,"addonID":225603,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Schematica","modFolderPath":null,"fileNameOnDisk":"Schematica-1.12.2-1.8.0.169-universal.jar","authors":[{"Id":8258357,"Name":"Lunatrius"}],"primaryAuthor":"Lunatrius","primaryCategoryId":409,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/schematica","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/131/256/256/635515937130946937.png","tags":[],"installedFile":{"id":2554100,"fileName":"Schematica-1.12.2-1.8.0.169-universal.jar","fileDate":"2018-04-22T11:25:44.013Z","fileLength":336150,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/100/Schematica-1.12.2-1.8.0.169-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":225605,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2259009432,"invalidFingerprint":false},{"foldername":"com","fingerprint":3232049188,"invalidFingerprint":false},{"foldername":"assets","fingerprint":36905434,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2532504184,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1188179102,"invalidFingerprint":false}],"packageFingerprint":3242696918,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225603,"fileNameOnDisk":"Schematica-1.12.2-1.8.0.169-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.6484944Z","dateUpdated":"2023-07-12T19:16:24.6514978Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2554100,"fileName":"Schematica-1.12.2-1.8.0.169-universal.jar","fileDate":"2018-04-22T11:25:44.013Z","fileLength":336150,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2554/100/Schematica-1.12.2-1.8.0.169-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":225605,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2259009432,"invalidFingerprint":false},{"foldername":"com","fingerprint":3232049188,"invalidFingerprint":false},{"foldername":"assets","fingerprint":36905434,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2532504184,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1188179102,"invalidFingerprint":false}],"packageFingerprint":3242696918,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225603,"fileNameOnDisk":"Schematica-1.12.2-1.8.0.169-universal.jar","hashes":[]}},{"instanceID":"29e85e06-9a14-4a14-b76e-8200f1518038","modSource":0,"addonID":971247,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FermiumASM","modFolderPath":null,"fileNameOnDisk":"fermiumasm-5.19.jar","authors":[{"Id":9373206,"Name":"fonnymunkey"}],"primaryAuthor":"fonnymunkey","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fermiumasm","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/944/77/256/256/638427702373853065.png","tags":[],"installedFile":{"id":5105346,"fileName":"fermiumasm-5.19.jar","fileDate":"2024-02-13T17:22:52.703Z","fileLength":509395,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5105/346/fermiumasm-5.19.jar","isAlternate":false,"alternateFileId":5105350,"dependencies":[{"addonId":968474,"type":3},{"addonId":968474,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1518032887,"invalidFingerprint":false},{"foldername":"mirror","fingerprint":3062984648,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1402852598,"invalidFingerprint":false},{"foldername":"cacerts","fingerprint":3979646878,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3644322326,"invalidFingerprint":false},{"foldername":"mixins.bakedquadsquasher.json","fingerprint":964205313,"invalidFingerprint":false},{"foldername":"mixins.bucket.json","fingerprint":1611352585,"invalidFingerprint":false},{"foldername":"mixins.capability.json","fingerprint":1373454777,"invalidFingerprint":false},{"foldername":"mixins.capability_astralsorcery.json","fingerprint":1991548386,"invalidFingerprint":false},{"foldername":"mixins.crashes.json","fingerprint":385020230,"invalidFingerprint":false},{"foldername":"mixins.datastructures_modelmanager.json","fingerprint":3175176899,"invalidFingerprint":false},{"foldername":"mixins.devenv.json","fingerprint":1185449558,"invalidFingerprint":false},{"foldername":"mixins.efficienthashing.json","fingerprint":3315025725,"invalidFingerprint":false},{"foldername":"mixins.fix_mc129057.json","fingerprint":293049141,"invalidFingerprint":false},{"foldername":"mixins.fix_mc129556.json","fingerprint":2186389438,"invalidFingerprint":false},{"foldername":"mixins.fix_mc186052.json","fingerprint":547040402,"invalidFingerprint":false},{"foldername":"mixins.fix_mc_skindownloading.json","fingerprint":2692327535,"invalidFingerprint":false},{"foldername":"mixins.forgefixes.json","fingerprint":500202500,"invalidFingerprint":false},{"foldername":"mixins.internal.json","fingerprint":386567320,"invalidFingerprint":false},{"foldername":"mixins.lockcode.json","fingerprint":1279809344,"invalidFingerprint":false},{"foldername":"mixins.misc_fluidregistry.json","fingerprint":2487592989,"invalidFingerprint":false},{"foldername":"mixins.modfixes_astralsorcery.json","fingerprint":2462762427,"invalidFingerprint":false},{"foldername":"mixins.modfixes_b3m.json","fingerprint":183755086,"invalidFingerprint":false},{"foldername":"mixins.modfixes_ebwizardry.json","fingerprint":977739737,"invalidFingerprint":false},{"foldername":"mixins.modfixes_evilcraftcompat.json","fingerprint":709096999,"invalidFingerprint":false},{"foldername":"mixins.modfixes_immersiveengineering.json","fingerprint":2311291590,"invalidFingerprint":false},{"foldername":"mixins.modfixes_xu2.json","fingerprint":1538071157,"invalidFingerprint":false},{"foldername":"mixins.ondemand_sprites.json","fingerprint":3411858263,"invalidFingerprint":false},{"foldername":"mixins.priorities.json","fingerprint":1270307972,"invalidFingerprint":false},{"foldername":"mixins.recipes.json","fingerprint":2271922599,"invalidFingerprint":false},{"foldername":"mixins.registries.json","fingerprint":2531983926,"invalidFingerprint":false},{"foldername":"mixins.rendering.json","fingerprint":3910851385,"invalidFingerprint":false},{"foldername":"mixins.resolve_mc2071.json","fingerprint":1692215890,"invalidFingerprint":false},{"foldername":"mixins.screenshot.json","fingerprint":2044258039,"invalidFingerprint":false},{"foldername":"mixins.searchtree_mod.json","fingerprint":4039095340,"invalidFingerprint":false},{"foldername":"mixins.searchtree_vanilla.json","fingerprint":2565898866,"invalidFingerprint":false},{"foldername":"mixins.singletonevents.json","fingerprint":2046898303,"invalidFingerprint":false},{"foldername":"mixins.stripitemstack.json","fingerprint":1544955991,"invalidFingerprint":false},{"foldername":"mixins.vanities.json","fingerprint":2888862265,"invalidFingerprint":false},{"foldername":"mixins.vfix_bugfixes.json","fingerprint":998932219,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4197613072,"invalidFingerprint":false},{"foldername":"me","fingerprint":1627706680,"invalidFingerprint":false},{"foldername":"mixins.normalasm.refmap.json","fingerprint":1338582271,"invalidFingerprint":false}],"packageFingerprint":3874989974,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":971247,"fileNameOnDisk":"fermiumasm-5.19.jar","hashes":[{"type":1,"value":"c0a6e8e7a0474ebf7353675f284d7a8f0e6a1a3d"},{"type":2,"value":"6e3a91fabb761639e22312a3527b5675"}]},"dateInstalled":"2024-05-23T23:12:37.6942839Z","dateUpdated":"2024-05-23T23:12:37.7020019Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5346789,"fileName":"fermiumasm-5.23.jar","fileDate":"2024-05-15T21:37:07.637Z","fileLength":517326,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5346/789/fermiumasm-5.23.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":968474,"type":3},{"addonId":968474,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3740793974,"invalidFingerprint":false},{"foldername":"mirror","fingerprint":214325442,"invalidFingerprint":false},{"foldername":"assets","fingerprint":633477225,"invalidFingerprint":false},{"foldername":"cacerts","fingerprint":3927777696,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2097219604,"invalidFingerprint":false},{"foldername":"mixins.bakedquadsquasher.json","fingerprint":964205313,"invalidFingerprint":false},{"foldername":"mixins.bucket.json","fingerprint":1611352585,"invalidFingerprint":false},{"foldername":"mixins.capability.json","fingerprint":1373454777,"invalidFingerprint":false},{"foldername":"mixins.capability_astralsorcery.json","fingerprint":1991548386,"invalidFingerprint":false},{"foldername":"mixins.crashes.json","fingerprint":385020230,"invalidFingerprint":false},{"foldername":"mixins.datastructures_modelmanager.json","fingerprint":3175176899,"invalidFingerprint":false},{"foldername":"mixins.devenv.json","fingerprint":1185449558,"invalidFingerprint":false},{"foldername":"mixins.efficienthashing.json","fingerprint":3315025725,"invalidFingerprint":false},{"foldername":"mixins.fix_mc129057.json","fingerprint":293049141,"invalidFingerprint":false},{"foldername":"mixins.fix_mc129556.json","fingerprint":2186389438,"invalidFingerprint":false},{"foldername":"mixins.fix_mc186052.json","fingerprint":547040402,"invalidFingerprint":false},{"foldername":"mixins.fix_mc_skindownloading.json","fingerprint":2692327535,"invalidFingerprint":false},{"foldername":"mixins.forgefixes.json","fingerprint":500202500,"invalidFingerprint":false},{"foldername":"mixins.internal.json","fingerprint":386567320,"invalidFingerprint":false},{"foldername":"mixins.lockcode.json","fingerprint":1279809344,"invalidFingerprint":false},{"foldername":"mixins.misc_fluidregistry.json","fingerprint":2487592989,"invalidFingerprint":false},{"foldername":"mixins.modfixes_astralsorcery.json","fingerprint":2462762427,"invalidFingerprint":false},{"foldername":"mixins.modfixes_b3m.json","fingerprint":183755086,"invalidFingerprint":false},{"foldername":"mixins.modfixes_ebwizardry.json","fingerprint":977739737,"invalidFingerprint":false},{"foldername":"mixins.modfixes_evilcraftcompat.json","fingerprint":709096999,"invalidFingerprint":false},{"foldername":"mixins.modfixes_immersiveengineering.json","fingerprint":2311291590,"invalidFingerprint":false},{"foldername":"mixins.modfixes_xu2.json","fingerprint":1538071157,"invalidFingerprint":false},{"foldername":"mixins.ondemand_sprites.json","fingerprint":3411858263,"invalidFingerprint":false},{"foldername":"mixins.priorities.json","fingerprint":1270307972,"invalidFingerprint":false},{"foldername":"mixins.recipes.json","fingerprint":2271922599,"invalidFingerprint":false},{"foldername":"mixins.registries.json","fingerprint":2531983926,"invalidFingerprint":false},{"foldername":"mixins.rendering.json","fingerprint":3910851385,"invalidFingerprint":false},{"foldername":"mixins.resolve_mc2071.json","fingerprint":1692215890,"invalidFingerprint":false},{"foldername":"mixins.screenshot.json","fingerprint":2044258039,"invalidFingerprint":false},{"foldername":"mixins.searchtree_mod.json","fingerprint":4039095340,"invalidFingerprint":false},{"foldername":"mixins.searchtree_vanilla.json","fingerprint":2565898866,"invalidFingerprint":false},{"foldername":"mixins.singletonevents.json","fingerprint":2046898303,"invalidFingerprint":false},{"foldername":"mixins.stripitemstack.json","fingerprint":1544955991,"invalidFingerprint":false},{"foldername":"mixins.vanities.json","fingerprint":2888862265,"invalidFingerprint":false},{"foldername":"mixins.vfix_bugfixes.json","fingerprint":998932219,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4197613072,"invalidFingerprint":false},{"foldername":"me","fingerprint":1627706680,"invalidFingerprint":false},{"foldername":"mixins.normalasm.refmap.json","fingerprint":2083039922,"invalidFingerprint":false}],"packageFingerprint":1410958767,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":971247,"fileNameOnDisk":"fermiumasm-5.23.jar","hashes":[{"type":1,"value":"84b04c6a03be97fea2db39a202bc746af6abcd46"},{"type":2,"value":"edfc0ee3b3aac2d1c07978c7485a71bf"}]}},{"instanceID":"88533c97-ba9c-486e-ba13-c7fa06a5f22c","modSource":0,"addonID":227443,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Dynamics","modFolderPath":null,"fileNameOnDisk":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"},{"Id":10976379,"Name":"RWTema"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/772/503/256/256/638112524049003897.png","tags":[],"installedFile":{"id":2920505,"fileName":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","fileDate":"2020-04-04T01:41:38.093Z","fileLength":728082,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/505/ThermalDynamics-1.12.2-2.5.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2870405223,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2214572023,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2748581361,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":248257736,"invalidFingerprint":false}],"packageFingerprint":2554678431,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227443,"fileNameOnDisk":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.1541973Z","dateUpdated":"2023-07-12T19:16:41.1582001Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920505,"fileName":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","fileDate":"2020-04-04T01:41:38.093Z","fileLength":728082,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/505/ThermalDynamics-1.12.2-2.5.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2870405223,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":2214572023,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2748581361,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":248257736,"invalidFingerprint":false}],"packageFingerprint":2554678431,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227443,"fileNameOnDisk":"ThermalDynamics-1.12.2-2.5.6.1-universal.jar","hashes":[]}},{"instanceID":"25a277b1-4d12-4aab-875e-9970a96b6a61","modSource":0,"addonID":254268,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Torchmaster","modFolderPath":null,"fileNameOnDisk":"torchmaster_1.12.2-1.8.5.0.jar","authors":[{"Id":1244183,"Name":"xalcon"}],"primaryAuthor":"xalcon","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/torchmaster","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/65/19/256/256/636158304682638960.png","tags":[],"installedFile":{"id":3529742,"fileName":"torchmaster_1.12.2-1.8.5.0.jar","fileDate":"2021-11-18T17:32:54.117Z","fileLength":156406,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3529/742/torchmaster_1.12.2-1.8.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4245332542,"invalidFingerprint":false},{"foldername":"net","fingerprint":1520508873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2443096785,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3057084603,"invalidFingerprint":false},{"foldername":"assets","fingerprint":286198444,"invalidFingerprint":false}],"packageFingerprint":614090222,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254268,"fileNameOnDisk":"torchmaster_1.12.2-1.8.5.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.6522848Z","dateUpdated":"2023-07-12T19:25:21.6965644Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3529742,"fileName":"torchmaster_1.12.2-1.8.5.0.jar","fileDate":"2021-11-18T17:32:54.117Z","fileLength":156406,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3529/742/torchmaster_1.12.2-1.8.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4245332542,"invalidFingerprint":false},{"foldername":"net","fingerprint":1520508873,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2443096785,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3057084603,"invalidFingerprint":false},{"foldername":"assets","fingerprint":286198444,"invalidFingerprint":false}],"packageFingerprint":614090222,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254268,"fileNameOnDisk":"torchmaster_1.12.2-1.8.5.0.jar","hashes":[]}},{"instanceID":"5f709a0e-4a26-4fc3-9bfa-cf12d97dab14","modSource":0,"addonID":226406,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Custom Main Menu","modFolderPath":null,"fileNameOnDisk":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","authors":[{"Id":8129972,"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/custom-main-menu","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/18/256/256/635549180463548679.png","tags":[],"installedFile":{"id":2857869,"fileName":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","fileDate":"2020-01-10T17:57:03.183Z","fileLength":91121,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2857/869/CustomMainMenu-MC1.12.2-2.0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":611081551,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":3904034323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1659821724,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2769122793,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":622526263,"invalidFingerprint":false}],"packageFingerprint":3526146934,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226406,"fileNameOnDisk":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:46.7482532Z","dateUpdated":"2023-07-12T19:15:46.7492145Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2857869,"fileName":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","fileDate":"2020-01-10T17:57:03.183Z","fileLength":91121,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2857/869/CustomMainMenu-MC1.12.2-2.0.9.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":611081551,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":3904034323,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1659821724,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2769122793,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":622526263,"invalidFingerprint":false}],"packageFingerprint":3526146934,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226406,"fileNameOnDisk":"CustomMainMenu-MC1.12.2-2.0.9.1.jar","hashes":[]}},{"instanceID":"6a634eae-bd9b-4474-b8b5-6cc55dd99d4f","modSource":0,"addonID":239197,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CraftTweaker","modFolderPath":null,"fileNameOnDisk":"CraftTweaker2-1.12-4.1.20.699.jar","authors":[{"Id":10618648,"Name":"Jaredlll08"},{"Id":17276820,"Name":"kindlich"},{"Id":100179583,"Name":"TheSilkMiner"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/crafttweaker","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/142/108/256/256/636546700830987709.png","tags":[],"installedFile":{"id":5354089,"fileName":"CraftTweaker2-1.12-4.1.20.699.jar","fileDate":"2024-05-18T20:35:39.913Z","fileLength":1589229,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5354/89/CraftTweaker2-1.12-4.1.20.699.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1758474311,"invalidFingerprint":false},{"foldername":"stanhebben","fingerprint":2129106598,"invalidFingerprint":false},{"foldername":"crafttweaker","fingerprint":3856732851,"invalidFingerprint":false},{"foldername":"assets","fingerprint":741708775,"invalidFingerprint":false},{"foldername":"com","fingerprint":2458517208,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2574937351,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3450295029,"invalidFingerprint":false}],"packageFingerprint":2813016517,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239197,"fileNameOnDisk":"CraftTweaker2-1.12-4.1.20.699.jar","hashes":[{"type":1,"value":"c3795166f8827222aa0d6e1b0c7aabc24ad1b614"},{"type":2,"value":"470b9df188c79c7c6ecc071fa7eb2d6d"}]},"dateInstalled":"2023-07-12T19:15:37.1879173Z","dateUpdated":"2024-05-23T17:59:10.4080159Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5354089,"fileName":"CraftTweaker2-1.12-4.1.20.699.jar","fileDate":"2024-05-18T20:35:39.913Z","fileLength":1589229,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5354/89/CraftTweaker2-1.12-4.1.20.699.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1758474311,"invalidFingerprint":false},{"foldername":"stanhebben","fingerprint":2129106598,"invalidFingerprint":false},{"foldername":"crafttweaker","fingerprint":3856732851,"invalidFingerprint":false},{"foldername":"assets","fingerprint":741708775,"invalidFingerprint":false},{"foldername":"com","fingerprint":2458517208,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2574937351,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3450295029,"invalidFingerprint":false}],"packageFingerprint":2813016517,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239197,"fileNameOnDisk":"CraftTweaker2-1.12-4.1.20.699.jar","hashes":[{"type":1,"value":"c3795166f8827222aa0d6e1b0c7aabc24ad1b614"},{"type":2,"value":"470b9df188c79c7c6ecc071fa7eb2d6d"}]}},{"instanceID":"beadef56-c9fe-4ec5-8063-3911bc1eb127","modSource":0,"addonID":256141,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Rustic","modFolderPath":null,"fileNameOnDisk":"rustic-1.1.7.jar","authors":[{"Id":8954472,"Name":"cadaverous_queen"}],"primaryAuthor":"cadaverous_queen","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rustic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/107/911/256/256/636368922948395666.png","tags":[],"installedFile":{"id":3107974,"fileName":"rustic-1.1.7.jar","fileDate":"2020-11-10T20:07:56.123Z","fileLength":1400465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3107/974/rustic-1.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3129648347,"invalidFingerprint":false},{"foldername":"rustic","fingerprint":1595307303,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3937233460,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672353274,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":614646614,"invalidFingerprint":false}],"packageFingerprint":2505436273,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256141,"fileNameOnDisk":"rustic-1.1.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.1362468Z","dateUpdated":"2023-07-12T19:15:36.1382544Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3107974,"fileName":"rustic-1.1.7.jar","fileDate":"2020-11-10T20:07:56.123Z","fileLength":1400465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3107/974/rustic-1.1.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3129648347,"invalidFingerprint":false},{"foldername":"rustic","fingerprint":1595307303,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3937233460,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3672353274,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":614646614,"invalidFingerprint":false}],"packageFingerprint":2505436273,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256141,"fileNameOnDisk":"rustic-1.1.7.jar","hashes":[]}},{"instanceID":"2d5d4485-98ac-4ddc-96d9-2528750eb0ed","modSource":0,"addonID":250363,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AutoRegLib","modFolderPath":null,"fileNameOnDisk":"AutoRegLib-1.3-32.jar","authors":[{"Id":3852549,"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/autoreglib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/688/256/256/637958999303347142.png","tags":[],"installedFile":{"id":2746011,"fileName":"AutoRegLib-1.3-32.jar","fileDate":"2019-07-22T11:42:20Z","fileLength":108306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2909822131,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":2108119070,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1346084177,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2714767204,"invalidFingerprint":false}],"packageFingerprint":69589181,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250363,"fileNameOnDisk":"AutoRegLib-1.3-32.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.8807957Z","dateUpdated":"2023-07-12T19:15:50.8837923Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2746011,"fileName":"AutoRegLib-1.3-32.jar","fileDate":"2019-07-22T11:42:20Z","fileLength":108306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2909822131,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":2108119070,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1346084177,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2714767204,"invalidFingerprint":false}],"packageFingerprint":69589181,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250363,"fileNameOnDisk":"AutoRegLib-1.3-32.jar","hashes":[]}},{"instanceID":"e84e34a7-c889-4076-9611-5c39160bc1b0","modSource":0,"addonID":223891,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MalisisDoors","modFolderPath":null,"fileNameOnDisk":"malisisdoors-1.12.2-7.3.0.jar","authors":[{"Id":2766639,"Name":"Ordinastie"}],"primaryAuthor":"Ordinastie","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/malisisdoors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/28/469/256/256/635827874832115924.png","tags":[],"installedFile":{"id":2526674,"fileName":"malisisdoors-1.12.2-7.3.0.jar","fileDate":"2018-02-01T09:31:04.867Z","fileLength":1741669,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/674/malisisdoors-1.12.2-7.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223896,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":10076289,"invalidFingerprint":false},{"foldername":"net","fingerprint":2022220769,"invalidFingerprint":false},{"foldername":"malisisdoors.png","fingerprint":2254254345,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":249204272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4155197870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":365033478,"invalidFingerprint":false}],"packageFingerprint":2375017557,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223891,"fileNameOnDisk":"malisisdoors-1.12.2-7.3.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.1633745Z","dateUpdated":"2023-07-12T19:16:29.1678112Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2526674,"fileName":"malisisdoors-1.12.2-7.3.0.jar","fileDate":"2018-02-01T09:31:04.867Z","fileLength":1741669,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2526/674/malisisdoors-1.12.2-7.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223896,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":10076289,"invalidFingerprint":false},{"foldername":"net","fingerprint":2022220769,"invalidFingerprint":false},{"foldername":"malisisdoors.png","fingerprint":2254254345,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":249204272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4155197870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":365033478,"invalidFingerprint":false}],"packageFingerprint":2375017557,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223891,"fileNameOnDisk":"malisisdoors-1.12.2-7.3.0.jar","hashes":[]}},{"instanceID":"79ee6fa2-a994-410d-99d9-57f1d85fa69e","modSource":0,"addonID":247111,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TOP Addons","modFolderPath":null,"fileNameOnDisk":"topaddons-1.12.2-1.13.0.jar","authors":[{"Id":8944780,"Name":"DrManganese"}],"primaryAuthor":"DrManganese","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/top-addons","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/44/562/256/256/636033342690526889.jpeg","tags":[],"installedFile":{"id":2887479,"fileName":"topaddons-1.12.2-1.13.0.jar","fileDate":"2020-02-23T18:24:20.24Z","fileLength":243603,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2887/479/topaddons-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2503536271,"invalidFingerprint":false},{"foldername":"io","fingerprint":1213342546,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3753674183,"invalidFingerprint":false},{"foldername":"topaddonslogo.png","fingerprint":4209097068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3449926384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2508079726,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":697443232,"invalidFingerprint":false}],"packageFingerprint":594617711,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247111,"fileNameOnDisk":"topaddons-1.12.2-1.13.0.jar","hashes":[]},"dateInstalled":"2023-07-13T19:05:56.8076397Z","dateUpdated":"2023-07-13T19:05:56.8106371Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2887479,"fileName":"topaddons-1.12.2-1.13.0.jar","fileDate":"2020-02-23T18:24:20.24Z","fileLength":243603,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2887/479/topaddons-1.12.2-1.13.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2503536271,"invalidFingerprint":false},{"foldername":"io","fingerprint":1213342546,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3753674183,"invalidFingerprint":false},{"foldername":"topaddonslogo.png","fingerprint":4209097068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3449926384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2508079726,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":697443232,"invalidFingerprint":false}],"packageFingerprint":594617711,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247111,"fileNameOnDisk":"topaddons-1.12.2-1.13.0.jar","hashes":[]}},{"instanceID":"bd1a63ed-79b7-410d-8027-77dce972871a","modSource":0,"addonID":261199,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Animania Base","modFolderPath":null,"fileNameOnDisk":"animania-1.12.2-base-2.0.3.28.jar","authors":[{"Id":18033511,"Name":"Purplicious_Cow_"},{"Id":12314417,"Name":"RazzleberryFox"},{"Id":11888201,"Name":"javaraptor"},{"Id":10625505,"Name":"Tschipp"}],"primaryAuthor":"Purplicious_Cow_","primaryCategoryId":411,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/animania","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/887/293/256/256/638324523781220047.png","tags":[],"installedFile":{"id":3213136,"fileName":"animania-1.12.2-base-2.0.3.28.jar","fileDate":"2021-02-22T17:13:19.587Z","fileLength":1626689,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/136/animania-1.12.2-base-2.0.3.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3242973093,"invalidFingerprint":false},{"foldername":"addons.mcmeta","fingerprint":2673473374,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2554208112,"invalidFingerprint":false},{"foldername":"com","fingerprint":4206017572,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":928183622,"invalidFingerprint":false}],"packageFingerprint":1778381478,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261199,"fileNameOnDisk":"animania-1.12.2-base-2.0.3.28.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:11.4488043Z","dateUpdated":"2023-07-12T19:25:26.3850937Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3213136,"fileName":"animania-1.12.2-base-2.0.3.28.jar","fileDate":"2021-02-22T17:13:19.587Z","fileLength":1626689,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3213/136/animania-1.12.2-base-2.0.3.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268704,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3242973093,"invalidFingerprint":false},{"foldername":"addons.mcmeta","fingerprint":2673473374,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2554208112,"invalidFingerprint":false},{"foldername":"com","fingerprint":4206017572,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":928183622,"invalidFingerprint":false}],"packageFingerprint":1778381478,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261199,"fileNameOnDisk":"animania-1.12.2-base-2.0.3.28.jar","hashes":[]}},{"instanceID":"d8e6c582-81db-4cfa-9642-b9fbb1e48d13","modSource":0,"addonID":236541,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LibVulpes","modFolderPath":null,"fileNameOnDisk":"LibVulpes-1.12.2-0.4.2-25-universal.jar","authors":[{"Id":9136874,"Name":"zmaster587"}],"primaryAuthor":"zmaster587","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/libvulpes","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/26/403/256/256/635790882935348135.png","tags":[],"installedFile":{"id":3801015,"fileName":"LibVulpes-1.12.2-0.4.2-25-universal.jar","fileDate":"2022-05-22T08:48:22.107Z","fileLength":539301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3801/15/LibVulpes-1.12.2-0.4.2-25-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2184030009,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":1817528630,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3364753046,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":989005462,"invalidFingerprint":false}],"packageFingerprint":429175792,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236541,"fileNameOnDisk":"LibVulpes-1.12.2-0.4.2-25-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:42.3479037Z","dateUpdated":"2023-07-12T19:25:24.06711Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3801015,"fileName":"LibVulpes-1.12.2-0.4.2-25-universal.jar","fileDate":"2022-05-22T08:48:22.107Z","fileLength":539301,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3801/15/LibVulpes-1.12.2-0.4.2-25-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2184030009,"invalidFingerprint":false},{"foldername":"zmaster587","fingerprint":1817528630,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3364753046,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":989005462,"invalidFingerprint":false}],"packageFingerprint":429175792,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":236541,"fileNameOnDisk":"LibVulpes-1.12.2-0.4.2-25-universal.jar","hashes":[]}},{"instanceID":"e3cde7c8-aaa3-42e7-811e-0c868cb39eab","modSource":0,"addonID":322344,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LibNine","modFolderPath":null,"fileNameOnDisk":"libnine-1.12.2-1.2.1.jar","authors":[{"Id":10493815,"Name":"phantamanta44"}],"primaryAuthor":"phantamanta44","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/libnine","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/204/573/256/256/636941032067206129.png","tags":[],"installedFile":{"id":3509087,"fileName":"libnine-1.12.2-1.2.1.jar","fileDate":"2021-10-30T04:22:39.223Z","fileLength":413920,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3509/87/libnine-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1809792826,"invalidFingerprint":false},{"foldername":"io","fingerprint":2091411117,"invalidFingerprint":false},{"foldername":"assets","fingerprint":447918869,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":534630941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1078433618,"invalidFingerprint":false}],"packageFingerprint":4056919296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322344,"fileNameOnDisk":"libnine-1.12.2-1.2.1.jar","hashes":[]},"dateInstalled":"2023-08-06T05:52:19.8503953Z","dateUpdated":"2023-08-06T05:52:19.8523877Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3509087,"fileName":"libnine-1.12.2-1.2.1.jar","fileDate":"2021-10-30T04:22:39.223Z","fileLength":413920,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3509/87/libnine-1.12.2-1.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1809792826,"invalidFingerprint":false},{"foldername":"io","fingerprint":2091411117,"invalidFingerprint":false},{"foldername":"assets","fingerprint":447918869,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":534630941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1078433618,"invalidFingerprint":false}],"packageFingerprint":4056919296,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":322344,"fileNameOnDisk":"libnine-1.12.2-1.2.1.jar","hashes":[]}},{"instanceID":"382ee634-a786-4bae-8604-841c948e966c","modSource":0,"addonID":274259,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Carry On","modFolderPath":null,"fileNameOnDisk":"carryon-1.12.2-1.12.7.23.jar","authors":[{"Id":10625505,"Name":"Tschipp"},{"Id":18033511,"Name":"Purplicious_Cow_"}],"primaryAuthor":"Tschipp","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/carry-on","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/109/514/256/256/636380307126307812.png","tags":[],"installedFile":{"id":4507139,"fileName":"carryon-1.12.2-1.12.7.23.jar","fileDate":"2023-04-25T20:49:16.58Z","fileLength":309188,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4507/139/carryon-1.12.2-1.12.7.23.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":599893301,"invalidFingerprint":false},{"foldername":"tschipp","fingerprint":695081313,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4069015969,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":618852148,"invalidFingerprint":false}],"packageFingerprint":1794581938,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":274259,"fileNameOnDisk":"carryon-1.12.2-1.12.7.23.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.6478963Z","dateUpdated":"2023-07-12T19:25:20.3202841Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4507139,"fileName":"carryon-1.12.2-1.12.7.23.jar","fileDate":"2023-04-25T20:49:16.58Z","fileLength":309188,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4507/139/carryon-1.12.2-1.12.7.23.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":599893301,"invalidFingerprint":false},{"foldername":"tschipp","fingerprint":695081313,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4069015969,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":618852148,"invalidFingerprint":false}],"packageFingerprint":1794581938,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":274259,"fileNameOnDisk":"carryon-1.12.2-1.12.7.23.jar","hashes":[]}},{"instanceID":"3373eed0-ad17-4813-a45b-6e614e4413ac","modSource":0,"addonID":408853,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Particle Culling","modFolderPath":null,"fileNameOnDisk":"particleculling-1.12.2-v1.4.3.jar","authors":[{"Id":7876752,"Name":"bl4ckscor3"}],"primaryAuthor":"bl4ckscor3","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/particle-culling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/301/90/256/256/637360994847173146.png","tags":[],"installedFile":{"id":5337217,"fileName":"particleculling-1.12.2-v1.4.3.jar","fileDate":"2024-05-12T09:22:06.24Z","fileLength":17450,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5337/217/particleculling-1.12.2-v1.4.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2849791699,"invalidFingerprint":false},{"foldername":"bl4ckscor3","fingerprint":1412758169,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3084387352,"invalidFingerprint":false},{"foldername":"mixins.particleculling.json","fingerprint":860168565,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":171518165,"invalidFingerprint":false},{"foldername":"mixins.particleculling.refmap.json","fingerprint":1457120363,"invalidFingerprint":false}],"packageFingerprint":2627308102,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":408853,"fileNameOnDisk":"particleculling-1.12.2-v1.4.3.jar","hashes":[{"type":1,"value":"2c4847ca6c7cf1d41ff320943394ff61028c7e72"},{"type":2,"value":"cf620abe081f88ce35f1a2c585405e73"}]},"dateInstalled":"2024-05-24T04:36:46.0870893Z","dateUpdated":"2024-05-24T04:36:46.0889297Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5337217,"fileName":"particleculling-1.12.2-v1.4.3.jar","fileDate":"2024-05-12T09:22:06.24Z","fileLength":17450,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5337/217/particleculling-1.12.2-v1.4.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2849791699,"invalidFingerprint":false},{"foldername":"bl4ckscor3","fingerprint":1412758169,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3084387352,"invalidFingerprint":false},{"foldername":"mixins.particleculling.json","fingerprint":860168565,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":171518165,"invalidFingerprint":false},{"foldername":"mixins.particleculling.refmap.json","fingerprint":1457120363,"invalidFingerprint":false}],"packageFingerprint":2627308102,"gameVersion":["Client","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":408853,"fileNameOnDisk":"particleculling-1.12.2-v1.4.3.jar","hashes":[{"type":1,"value":"2c4847ca6c7cf1d41ff320943394ff61028c7e72"},{"type":2,"value":"cf620abe081f88ce35f1a2c585405e73"}]}},{"instanceID":"5f23e741-b231-4803-9228-b4a8a74d77e3","modSource":0,"addonID":69163,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thermal Expansion","modFolderPath":null,"fileNameOnDisk":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thermal-expansion","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/416/889/256/256/637640074258974225.png","tags":[],"installedFile":{"id":2926431,"fileName":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","fileDate":"2020-04-10T18:25:47.91Z","fileLength":2345139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/431/ThermalExpansion-1.12.2-5.5.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3537056881,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":297844578,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4262890162,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":89834791,"invalidFingerprint":false}],"packageFingerprint":2287283150,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69163,"fileNameOnDisk":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.8881556Z","dateUpdated":"2023-07-12T19:15:48.8911577Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2926431,"fileName":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","fileDate":"2020-04-10T18:25:47.91Z","fileLength":2345139,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2926/431/ThermalExpansion-1.12.2-5.5.7.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3},{"addonId":222880,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3537056881,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":297844578,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4262890162,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":89834791,"invalidFingerprint":false}],"packageFingerprint":2287283150,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69163,"fileNameOnDisk":"ThermalExpansion-1.12.2-5.5.7.1-universal.jar","hashes":[]}},{"instanceID":"689292c7-2eca-4e3d-9dcc-f332191cdf24","modSource":0,"addonID":256717,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Clumps","modFolderPath":null,"fileNameOnDisk":"Clumps-3.1.2.jar","authors":[{"Id":10618648,"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/clumps","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/84/193/256/256/636193647832736518_animated.gif","tags":[],"installedFile":{"id":2666198,"fileName":"Clumps-3.1.2.jar","fileDate":"2019-01-28T22:56:57.45Z","fileLength":13792,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2666/198/Clumps-3.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1241217930,"invalidFingerprint":false},{"foldername":"com","fingerprint":1263363311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2536839976,"invalidFingerprint":false}],"packageFingerprint":1290884162,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-3.1.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.9729222Z","dateUpdated":"2023-07-12T19:15:49.9749213Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2666198,"fileName":"Clumps-3.1.2.jar","fileDate":"2019-01-28T22:56:57.45Z","fileLength":13792,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2666/198/Clumps-3.1.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1241217930,"invalidFingerprint":false},{"foldername":"com","fingerprint":1263363311,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2536839976,"invalidFingerprint":false}],"packageFingerprint":1290884162,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-3.1.2.jar","hashes":[]}},{"instanceID":"4a76e17d-1ceb-47af-b793-b9fdd5e438ce","modSource":0,"addonID":221214,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Pressure Pipes","modFolderPath":null,"fileNameOnDisk":"pressure-1.3.1.9-mc1.12.2.jar","authors":[{"Id":1274872,"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pressure-pipes","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/7/253/256/256/635379025351258324.png","tags":[],"installedFile":{"id":2490064,"fileName":"pressure-1.3.1.9-mc1.12.2.jar","fileDate":"2017-10-12T18:36:55.253Z","fileLength":1341032,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/64/pressure-1.3.1.9-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70496,"type":3},{"addonId":73488,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":4278461398,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2944782278,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3173734940,"invalidFingerprint":false}],"packageFingerprint":2852275883,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221214,"fileNameOnDisk":"pressure-1.3.1.9-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:12:39.5282961Z","dateUpdated":"2023-07-13T07:12:39.5313083Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2490064,"fileName":"pressure-1.3.1.9-mc1.12.2.jar","fileDate":"2017-10-12T18:36:55.253Z","fileLength":1341032,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2490/64/pressure-1.3.1.9-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":70496,"type":3},{"addonId":73488,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":4278461398,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2944782278,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3173734940,"invalidFingerprint":false}],"packageFingerprint":2852275883,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221214,"fileNameOnDisk":"pressure-1.3.1.9-mc1.12.2.jar","hashes":[]}},{"instanceID":"48aae86d-e240-4efd-b4f9-5f5a5aad8300","modSource":0,"addonID":241160,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"NetherPortalFix","modFolderPath":null,"fileNameOnDisk":"NetherPortalFix_1.12.1-5.3.17.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/netherportalfix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/33/283/256/256/635893403164870085.png","tags":[],"installedFile":{"id":2612052,"fileName":"NetherPortalFix_1.12.1-5.3.17.jar","fileDate":"2018-09-02T11:40:27.253Z","fileLength":109445,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2612/52/NetherPortalFix_1.12.1-5.3.17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1028378451,"invalidFingerprint":false},{"foldername":"net","fingerprint":2265292073,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3462628396,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3565740540,"invalidFingerprint":false}],"packageFingerprint":2800467167,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241160,"fileNameOnDisk":"NetherPortalFix_1.12.1-5.3.17.jar","hashes":[]},"dateInstalled":"2023-07-13T07:20:41.1816546Z","dateUpdated":"2023-07-13T07:20:41.1836071Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2612052,"fileName":"NetherPortalFix_1.12.1-5.3.17.jar","fileDate":"2018-09-02T11:40:27.253Z","fileLength":109445,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2612/52/NetherPortalFix_1.12.1-5.3.17.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1028378451,"invalidFingerprint":false},{"foldername":"net","fingerprint":2265292073,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3462628396,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3565740540,"invalidFingerprint":false}],"packageFingerprint":2800467167,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241160,"fileNameOnDisk":"NetherPortalFix_1.12.1-5.3.17.jar","hashes":[]}},{"instanceID":"575cfece-0f8d-45ea-a000-6891fb851441","modSource":0,"addonID":235595,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Not Enough Wands","modFolderPath":null,"fileNameOnDisk":"notenoughwands-1.12-1.8.1.jar","authors":[{"Id":20607338,"Name":"romelo333"},{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"romelo333","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/not-enough-wands","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/24/998/256/256/635766264574784801.png","tags":[],"installedFile":{"id":2705633,"fileName":"notenoughwands-1.12-1.8.1.jar","fileDate":"2019-04-30T17:03:28.463Z","fileLength":165034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/633/notenoughwands-1.12-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2613056441,"invalidFingerprint":false},{"foldername":"romelo333","fingerprint":2571620454,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":693838925,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":267052482,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2778029805,"invalidFingerprint":false}],"packageFingerprint":180238383,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235595,"fileNameOnDisk":"notenoughwands-1.12-1.8.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.0554415Z","dateUpdated":"2023-07-12T19:15:43.057444Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2705633,"fileName":"notenoughwands-1.12-1.8.1.jar","fileDate":"2019-04-30T17:03:28.463Z","fileLength":165034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2705/633/notenoughwands-1.12-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":233105,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2613056441,"invalidFingerprint":false},{"foldername":"romelo333","fingerprint":2571620454,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":693838925,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":267052482,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2778029805,"invalidFingerprint":false}],"packageFingerprint":180238383,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":235595,"fileNameOnDisk":"notenoughwands-1.12-1.8.1.jar","hashes":[]}},{"instanceID":"37c3ec1c-0f07-4766-854c-085e82cf1a6f","modSource":0,"addonID":310812,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Energistics (JEE)","modFolderPath":null,"fileNameOnDisk":"JustEnoughEnergistics-1.12.2-1.0.8.jar","authors":[{"Id":20164015,"Name":"TheRealp455w0rd"}],"primaryAuthor":"TheRealp455w0rd","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-energistics-jee","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/185/26/256/256/636824950470040787.png","tags":[],"installedFile":{"id":2783832,"fileName":"JustEnoughEnergistics-1.12.2-1.0.8.jar","fileDate":"2019-09-12T19:11:03.313Z","fileLength":22714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2783/832/JustEnoughEnergistics-1.12.2-1.0.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500880449,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3850808822,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2774269039,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":1532849747,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1721580280,"invalidFingerprint":false}],"packageFingerprint":4241444590,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310812,"fileNameOnDisk":"JustEnoughEnergistics-1.12.2-1.0.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.4158653Z","dateUpdated":"2023-07-12T19:15:41.4168636Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2783832,"fileName":"JustEnoughEnergistics-1.12.2-1.0.8.jar","fileDate":"2019-09-12T19:11:03.313Z","fileLength":22714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2783/832/JustEnoughEnergistics-1.12.2-1.0.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223794,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500880449,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3850808822,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2774269039,"invalidFingerprint":false},{"foldername":"p455w0rd","fingerprint":1532849747,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1721580280,"invalidFingerprint":false}],"packageFingerprint":4241444590,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310812,"fileNameOnDisk":"JustEnoughEnergistics-1.12.2-1.0.8.jar","hashes":[]}},{"instanceID":"ac72895f-60ad-497c-b46a-b4c1619c7e7b","modSource":0,"addonID":262823,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tomb Many Graves 2","modFolderPath":null,"fileNameOnDisk":"TombManyGraves-1.12-4.2.0.jar","authors":[{"Id":19214183,"Name":"M4thG33k"},{"Id":8678417,"Name":"tiffit_"}],"primaryAuthor":"M4thG33k","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tomb-many-graves-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/91/881/256/256/636250873008737909.png","tags":[],"installedFile":{"id":2619249,"fileName":"TombManyGraves-1.12-4.2.0.jar","fileDate":"2018-09-21T00:37:13.533Z","fileLength":150657,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2619/249/TombManyGraves-1.12-4.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2977590635,"invalidFingerprint":false},{"foldername":"com","fingerprint":3845190189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":783008279,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3064791493,"invalidFingerprint":false}],"packageFingerprint":3719101601,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":262823,"fileNameOnDisk":"TombManyGraves-1.12-4.2.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:41.2804829Z","dateUpdated":"2023-07-12T19:16:41.2825301Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2619249,"fileName":"TombManyGraves-1.12-4.2.0.jar","fileDate":"2018-09-21T00:37:13.533Z","fileLength":150657,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2619/249/TombManyGraves-1.12-4.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2977590635,"invalidFingerprint":false},{"foldername":"com","fingerprint":3845190189,"invalidFingerprint":false},{"foldername":"assets","fingerprint":783008279,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3064791493,"invalidFingerprint":false}],"packageFingerprint":3719101601,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":262823,"fileNameOnDisk":"TombManyGraves-1.12-4.2.0.jar","hashes":[]}},{"instanceID":"855ccae5-5c07-44b4-8dd4-418a96732242","modSource":0,"addonID":221585,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Roguelike Dungeons","modFolderPath":null,"fileNameOnDisk":"RoguelikeDungeons-1.12.2-1.8.0.jar","authors":[{"Id":7257253,"Name":"Greymerk"}],"primaryAuthor":"Greymerk","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roguelike-dungeons","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/8/220/256/256/635399586447386068.png","tags":[],"installedFile":{"id":2492586,"fileName":"RoguelikeDungeons-1.12.2-1.8.0.jar","fileDate":"2017-10-20T19:07:15.16Z","fileLength":701215,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2492/586/RoguelikeDungeons-1.12.2-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"greymerk","fingerprint":4210190164,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":42257697,"invalidFingerprint":false}],"packageFingerprint":4054234996,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221585,"fileNameOnDisk":"RoguelikeDungeons-1.12.2-1.8.0.jar","hashes":[]},"dateInstalled":"2023-07-13T07:22:25.7512933Z","dateUpdated":"2023-07-13T07:22:25.7553059Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2492586,"fileName":"RoguelikeDungeons-1.12.2-1.8.0.jar","fileDate":"2017-10-20T19:07:15.16Z","fileLength":701215,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2492/586/RoguelikeDungeons-1.12.2-1.8.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"greymerk","fingerprint":4210190164,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":42257697,"invalidFingerprint":false}],"packageFingerprint":4054234996,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":221585,"fileNameOnDisk":"RoguelikeDungeons-1.12.2-1.8.0.jar","hashes":[]}},{"instanceID":"2649223e-11ea-4ba8-8747-69e782a00402","modSource":0,"addonID":220954,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ModTweaker","modFolderPath":null,"fileNameOnDisk":"modtweaker-4.0.20.11.jar","authors":[{"Id":10618648,"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":4773,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modtweaker","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/142/105/256/256/636546682899036433.png","tags":[],"installedFile":{"id":3840577,"fileName":"modtweaker-4.0.20.11.jar","fileDate":"2022-06-20T01:53:46.08Z","fileLength":493285,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3840/577/modtweaker-4.0.20.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1633160124,"invalidFingerprint":false},{"foldername":"com","fingerprint":2593296426,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1420232274,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2995844386,"invalidFingerprint":false}],"packageFingerprint":2740281942,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220954,"fileNameOnDisk":"modtweaker-4.0.20.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.8306312Z","dateUpdated":"2023-07-12T19:25:25.8378969Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3840577,"fileName":"modtweaker-4.0.20.11.jar","fileDate":"2022-06-20T01:53:46.08Z","fileLength":493285,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3840/577/modtweaker-4.0.20.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1633160124,"invalidFingerprint":false},{"foldername":"com","fingerprint":2593296426,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1420232274,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2995844386,"invalidFingerprint":false}],"packageFingerprint":2740281942,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220954,"fileNameOnDisk":"modtweaker-4.0.20.11.jar","hashes":[]}},{"instanceID":"159430d6-2913-4b94-bfb8-ace3072a2503","modSource":0,"addonID":629017,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Roughly Enough IDs","modFolderPath":null,"fileNameOnDisk":"RoughlyEnoughIDs-2.1.1.jar","authors":[{"Id":102431974,"Name":"Lily"},{"Id":100066586,"Name":"Exsolutus"},{"Id":24655883,"Name":"tilera"},{"Id":24188482,"Name":"ACGaming"},{"Id":108103461,"Name":"ChaosStrikez"}],"primaryAuthor":"Lily","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reid","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/799/138/256/256/638161375254345080.png","tags":[],"installedFile":{"id":5272391,"fileName":"RoughlyEnoughIDs-2.1.1.jar","fileDate":"2024-04-18T16:05:36.423Z","fileLength":755635,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5272/391/RoughlyEnoughIDs-2.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2512892876,"invalidFingerprint":false},{"foldername":"org","fingerprint":2326796191,"invalidFingerprint":false},{"foldername":"mixins.jeid.refmap.json","fingerprint":1813620644,"invalidFingerprint":false},{"foldername":"mixins.jeid.tropicraft.json","fingerprint":1521099999,"invalidFingerprint":false},{"foldername":"mixins.jeid.advancedrocketry.client.json","fingerprint":3019997427,"invalidFingerprint":false},{"foldername":"mixins.jeid.advancedrocketry.v1_7_0.json","fingerprint":3654791309,"invalidFingerprint":false},{"foldername":"mixins.jeid.bookshelf.json","fingerprint":895499916,"invalidFingerprint":false},{"foldername":"mixins.jeid.extrautils2.json","fingerprint":3180010599,"invalidFingerprint":false},{"foldername":"mixins.jeid.cubicchunks.json","fingerprint":2856584467,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2500220746,"invalidFingerprint":false},{"foldername":"mixins.jeid.gaiadimension.json","fingerprint":275907946,"invalidFingerprint":false},{"foldername":"mixins.jeid.atum.json","fingerprint":1897568250,"invalidFingerprint":false},{"foldername":"mixins.jeid.thebetweenlands.json","fingerprint":3922788209,"invalidFingerprint":false},{"foldername":"mixins.jeid.hammercore.json","fingerprint":2295198978,"invalidFingerprint":false},{"foldername":"mixins.jeid.creepingnether.json","fingerprint":1740375918,"invalidFingerprint":false},{"foldername":"mixins.jeid.moreplanets.json","fingerprint":4272649780,"invalidFingerprint":false},{"foldername":"mixins.jeid.biomesoplenty.json","fingerprint":3715503205,"invalidFingerprint":false},{"foldername":"mixins.jeid.worldedit.json","fingerprint":1740601913,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":420021293,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3518613652,"invalidFingerprint":false},{"foldername":"mixins.jeid.core.json","fingerprint":2415680772,"invalidFingerprint":false},{"foldername":"mixins.jeid.biometweaker.json","fingerprint":4199885015,"invalidFingerprint":false},{"foldername":"mixins.jeid.journeymap.json","fingerprint":343088825,"invalidFingerprint":false},{"foldername":"mixins.jeid.compactmachines.json","fingerprint":1263806279,"invalidFingerprint":false},{"foldername":"mixins.jeid.mystcraft.json","fingerprint":2361050853,"invalidFingerprint":false},{"foldername":"mixins.jeid.thaumcraft.json","fingerprint":1321512254,"invalidFingerprint":false},{"foldername":"mixins.jeid.cyclopscore.json","fingerprint":2481132254,"invalidFingerprint":false},{"foldername":"mixins.jeid.tofucraft.json","fingerprint":3286574942,"invalidFingerprint":false},{"foldername":"mixins.jeid.advancedrocketry.v2_0_0.json","fingerprint":687177211,"invalidFingerprint":false},{"foldername":"mixins.jeid.geographicraft.json","fingerprint":1632158949,"invalidFingerprint":false},{"foldername":"mixins.jeid.abyssalcraft.json","fingerprint":3959565597,"invalidFingerprint":false},{"foldername":"mixins.jeid.twilightforest.json","fingerprint":137727550,"invalidFingerprint":false}],"packageFingerprint":2705875776,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629017,"fileNameOnDisk":"RoughlyEnoughIDs-2.1.1.jar","hashes":[{"type":1,"value":"d753a9bb42172d06171cfda537f558524aad1c34"},{"type":2,"value":"76387c1991f92922267d2c3253b6ba59"}]},"dateInstalled":"2023-08-06T05:36:12.4825662Z","dateUpdated":"2024-05-23T17:59:42.2510923Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5272391,"fileName":"RoughlyEnoughIDs-2.1.1.jar","fileDate":"2024-04-18T16:05:36.423Z","fileLength":755635,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5272/391/RoughlyEnoughIDs-2.1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2512892876,"invalidFingerprint":false},{"foldername":"org","fingerprint":2326796191,"invalidFingerprint":false},{"foldername":"mixins.jeid.refmap.json","fingerprint":1813620644,"invalidFingerprint":false},{"foldername":"mixins.jeid.tropicraft.json","fingerprint":1521099999,"invalidFingerprint":false},{"foldername":"mixins.jeid.advancedrocketry.client.json","fingerprint":3019997427,"invalidFingerprint":false},{"foldername":"mixins.jeid.advancedrocketry.v1_7_0.json","fingerprint":3654791309,"invalidFingerprint":false},{"foldername":"mixins.jeid.bookshelf.json","fingerprint":895499916,"invalidFingerprint":false},{"foldername":"mixins.jeid.extrautils2.json","fingerprint":3180010599,"invalidFingerprint":false},{"foldername":"mixins.jeid.cubicchunks.json","fingerprint":2856584467,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2500220746,"invalidFingerprint":false},{"foldername":"mixins.jeid.gaiadimension.json","fingerprint":275907946,"invalidFingerprint":false},{"foldername":"mixins.jeid.atum.json","fingerprint":1897568250,"invalidFingerprint":false},{"foldername":"mixins.jeid.thebetweenlands.json","fingerprint":3922788209,"invalidFingerprint":false},{"foldername":"mixins.jeid.hammercore.json","fingerprint":2295198978,"invalidFingerprint":false},{"foldername":"mixins.jeid.creepingnether.json","fingerprint":1740375918,"invalidFingerprint":false},{"foldername":"mixins.jeid.moreplanets.json","fingerprint":4272649780,"invalidFingerprint":false},{"foldername":"mixins.jeid.biomesoplenty.json","fingerprint":3715503205,"invalidFingerprint":false},{"foldername":"mixins.jeid.worldedit.json","fingerprint":1740601913,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":420021293,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3518613652,"invalidFingerprint":false},{"foldername":"mixins.jeid.core.json","fingerprint":2415680772,"invalidFingerprint":false},{"foldername":"mixins.jeid.biometweaker.json","fingerprint":4199885015,"invalidFingerprint":false},{"foldername":"mixins.jeid.journeymap.json","fingerprint":343088825,"invalidFingerprint":false},{"foldername":"mixins.jeid.compactmachines.json","fingerprint":1263806279,"invalidFingerprint":false},{"foldername":"mixins.jeid.mystcraft.json","fingerprint":2361050853,"invalidFingerprint":false},{"foldername":"mixins.jeid.thaumcraft.json","fingerprint":1321512254,"invalidFingerprint":false},{"foldername":"mixins.jeid.cyclopscore.json","fingerprint":2481132254,"invalidFingerprint":false},{"foldername":"mixins.jeid.tofucraft.json","fingerprint":3286574942,"invalidFingerprint":false},{"foldername":"mixins.jeid.advancedrocketry.v2_0_0.json","fingerprint":687177211,"invalidFingerprint":false},{"foldername":"mixins.jeid.geographicraft.json","fingerprint":1632158949,"invalidFingerprint":false},{"foldername":"mixins.jeid.abyssalcraft.json","fingerprint":3959565597,"invalidFingerprint":false},{"foldername":"mixins.jeid.twilightforest.json","fingerprint":137727550,"invalidFingerprint":false}],"packageFingerprint":2705875776,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":629017,"fileNameOnDisk":"RoughlyEnoughIDs-2.1.1.jar","hashes":[{"type":1,"value":"d753a9bb42172d06171cfda537f558524aad1c34"},{"type":2,"value":"76387c1991f92922267d2c3253b6ba59"}]}},{"instanceID":"a4afab84-53fb-4a26-b0b3-1ab07b4705ff","modSource":0,"addonID":238590,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Flat Colored Blocks - For Forge","modFolderPath":null,"fileNameOnDisk":"flatcoloredblocks-mc1.12-6.8.jar","authors":[{"Id":10302014,"Name":"AlgorithmX2"},{"Id":20516580,"Name":"OrionOnline"}],"primaryAuthor":"AlgorithmX2","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/flat-colored-blocks-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/700/256/256/635849598091380013.png","tags":[],"installedFile":{"id":2715827,"fileName":"flatcoloredblocks-mc1.12-6.8.jar","fileDate":"2019-05-25T23:52:38.243Z","fileLength":139609,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2715/827/flatcoloredblocks-mc1.12-6.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":163704675,"invalidFingerprint":false},{"foldername":"mod","fingerprint":765554658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2265993452,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":215510763,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3297451825,"invalidFingerprint":false}],"packageFingerprint":2044644304,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238590,"fileNameOnDisk":"flatcoloredblocks-mc1.12-6.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:15.1980088Z","dateUpdated":"2023-07-12T19:16:15.2010192Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2715827,"fileName":"flatcoloredblocks-mc1.12-6.8.jar","fileDate":"2019-05-25T23:52:38.243Z","fileLength":139609,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2715/827/flatcoloredblocks-mc1.12-6.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":163704675,"invalidFingerprint":false},{"foldername":"mod","fingerprint":765554658,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2265993452,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":215510763,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3297451825,"invalidFingerprint":false}],"packageFingerprint":2044644304,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238590,"fileNameOnDisk":"flatcoloredblocks-mc1.12-6.8.jar","hashes":[]}},{"instanceID":"1e16d231-6062-4de2-af54-4f63d8cee5de","modSource":0,"addonID":554387,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Persistency","modFolderPath":null,"fileNameOnDisk":"persistency-1.2.0.jar","authors":[{"Id":10278775,"Name":"Rongmario"}],"primaryAuthor":"Rongmario","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/persistency","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/464/988/256/256/637745263087022445.png","tags":[],"installedFile":{"id":3556105,"fileName":"persistency-1.2.0.jar","fileDate":"2021-12-09T13:23:03.897Z","fileLength":124724,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3556/105/persistency-1.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":183296950,"invalidFingerprint":false},{"foldername":"zone","fingerprint":2284796408,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3376434259,"invalidFingerprint":false}],"packageFingerprint":2868681591,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":554387,"fileNameOnDisk":"persistency-1.2.0.jar","hashes":[{"type":1,"value":"8d3f8c0b8edaaac1f78bcaafb0d416bbeb042e1f"},{"type":2,"value":"8cc5a4dda0da946a6bd25282c63de01b"}]},"dateInstalled":"2024-05-24T03:50:45.4712174Z","dateUpdated":"2024-05-24T03:50:45.4790887Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3556105,"fileName":"persistency-1.2.0.jar","fileDate":"2021-12-09T13:23:03.897Z","fileLength":124724,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3556/105/persistency-1.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":183296950,"invalidFingerprint":false},{"foldername":"zone","fingerprint":2284796408,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3376434259,"invalidFingerprint":false}],"packageFingerprint":2868681591,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":554387,"fileNameOnDisk":"persistency-1.2.0.jar","hashes":[{"type":1,"value":"8d3f8c0b8edaaac1f78bcaafb0d416bbeb042e1f"},{"type":2,"value":"8cc5a4dda0da946a6bd25282c63de01b"}]}},{"instanceID":"13ad7140-10b6-4d80-9aab-83dc226ccfc1","modSource":0,"addonID":281657,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ME Capability Adapter","modFolderPath":null,"fileNameOnDisk":"capabilityadapter-1.1.3.jar","authors":[{"Id":7596985,"Name":"rfctksSparkle"}],"primaryAuthor":"rfctksSparkle","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/capability-adapter","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/328/256/256/636459514229580290.jpeg","tags":[],"installedFile":{"id":3474317,"fileName":"capabilityadapter-1.1.3.jar","fileDate":"2021-09-26T21:31:51.793Z","fileLength":81749,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3474/317/capabilityadapter-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2991576662,"invalidFingerprint":false},{"foldername":"me","fingerprint":2470111891,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1003127898,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1203101350,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2177560644,"invalidFingerprint":false}],"packageFingerprint":4115154708,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281657,"fileNameOnDisk":"capabilityadapter-1.1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.9643026Z","dateUpdated":"2023-07-12T19:25:15.9178495Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3474317,"fileName":"capabilityadapter-1.1.3.jar","fileDate":"2021-09-26T21:31:51.793Z","fileLength":81749,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3474/317/capabilityadapter-1.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":248453,"type":3},{"addonId":223794,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2991576662,"invalidFingerprint":false},{"foldername":"me","fingerprint":2470111891,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1003127898,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1203101350,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2177560644,"invalidFingerprint":false}],"packageFingerprint":4115154708,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281657,"fileNameOnDisk":"capabilityadapter-1.1.3.jar","hashes":[]}},{"instanceID":"962be19c-93a6-4880-91ce-666b6107ee00","modSource":0,"addonID":247921,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ZeroCore 2","modFolderPath":null,"fileNameOnDisk":"zerocore-1.12.2-0.1.2.9.jar","authors":[{"Id":9586529,"Name":"ZeroNoRyouki"}],"primaryAuthor":"ZeroNoRyouki","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/zerocore","thumbnailUrl":"https://media.forgecdn.net/attachments/thumbnails/65/877/310/172/2016-07-19_20.png","tags":[],"installedFile":{"id":3194743,"fileName":"zerocore-1.12.2-0.1.2.9.jar","fileDate":"2021-02-06T15:37:10.737Z","fileLength":227426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/743/zerocore-1.12.2-0.1.2.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":637447947,"invalidFingerprint":false},{"foldername":"it","fingerprint":3376582779,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2629969224,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2361963726,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1253542887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":51695785,"invalidFingerprint":false}],"packageFingerprint":1670714634,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247921,"fileNameOnDisk":"zerocore-1.12.2-0.1.2.9.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:24.2177491Z","dateUpdated":"2023-07-12T19:25:27.5119115Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3194743,"fileName":"zerocore-1.12.2-0.1.2.9.jar","fileDate":"2021-02-06T15:37:10.737Z","fileLength":227426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3194/743/zerocore-1.12.2-0.1.2.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":637447947,"invalidFingerprint":false},{"foldername":"it","fingerprint":3376582779,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2629969224,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2361963726,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1253542887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":51695785,"invalidFingerprint":false}],"packageFingerprint":1670714634,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247921,"fileNameOnDisk":"zerocore-1.12.2-0.1.2.9.jar","hashes":[]}},{"instanceID":"8738dc4f-fce2-49d9-8229-8db5621eb24e","modSource":0,"addonID":359407,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Immersive Technology","modFolderPath":null,"fileNameOnDisk":"MCTImmersiveTechnology-1.12.2-1.8.94.jar","authors":[{"Id":7686579,"Name":"tgstyle"}],"primaryAuthor":"tgstyle","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mct-immersive-technology","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/250/251/256/256/637177697702015228.png","tags":[],"installedFile":{"id":3251902,"fileName":"MCTImmersiveTechnology-1.12.2-1.8.94.jar","fileDate":"2021-03-26T15:22:58.697Z","fileLength":3024637,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3251/902/MCTImmersiveTechnology-1.12.2-1.8.94.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231951,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2481963654,"invalidFingerprint":false},{"foldername":"mctmods","fingerprint":2737663672,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2942506194,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1573489021,"invalidFingerprint":false}],"packageFingerprint":2685374047,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":359407,"fileNameOnDisk":"MCTImmersiveTechnology-1.12.2-1.8.94.jar","hashes":[{"type":1,"value":"9e00005c719c07ca25973ae8308d6b039e09a3ed"},{"type":2,"value":"d320f9a4cc5afb73f3ced75ed3e8facd"}]},"dateInstalled":"2024-05-23T18:06:25.1814416Z","dateUpdated":"2024-05-23T18:06:25.1842902Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5108047,"fileName":"MCTImmersiveTechnology-1.12.2-1.9.102.jar","fileDate":"2024-02-14T18:24:23.933Z","fileLength":3432141,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5108/47/MCTImmersiveTechnology-1.12.2-1.9.102.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3326227949,"invalidFingerprint":false},{"foldername":"mctmods","fingerprint":3038724981,"invalidFingerprint":false},{"foldername":"assets","fingerprint":380382498,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2673377062,"invalidFingerprint":false}],"packageFingerprint":2720808452,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":359407,"fileNameOnDisk":"MCTImmersiveTechnology-1.12.2-1.9.102.jar","hashes":[{"type":1,"value":"7dd15d79b2b1584340d16f4e38efcc23078a0c7b"},{"type":2,"value":"ffff5e185be61553e3a9683c533e1cb7"}]}},{"instanceID":"3e49d60d-e86e-4496-b530-00aa54b8fdb0","modSource":0,"addonID":260912,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"XNet","modFolderPath":null,"fileNameOnDisk":"xnet-1.12-1.8.2.jar","authors":[{"Id":12351286,"Name":"McJty"}],"primaryAuthor":"McJty","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xnet","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/89/38/256/256/636229039734109684.png","tags":[],"installedFile":{"id":2745852,"fileName":"xnet-1.12-1.8.2.jar","fileDate":"2019-07-22T03:34:28.447Z","fileLength":496307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/852/xnet-1.12-1.8.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250763,"type":2},{"addonId":224641,"type":2},{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3135235704,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1234753267,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1213559260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":312745953,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3060653222,"invalidFingerprint":false}],"packageFingerprint":1881973158,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260912,"fileNameOnDisk":"xnet-1.12-1.8.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.5690703Z","dateUpdated":"2023-07-12T19:16:22.5720192Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745852,"fileName":"xnet-1.12-1.8.2.jar","fileDate":"2019-07-22T03:34:28.447Z","fileLength":496307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/852/xnet-1.12-1.8.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250763,"type":2},{"addonId":224641,"type":2},{"addonId":245211,"type":2},{"addonId":233105,"type":3},{"addonId":270789,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3135235704,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":1234753267,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1213559260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":312745953,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3060653222,"invalidFingerprint":false}],"packageFingerprint":1881973158,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260912,"fileNameOnDisk":"xnet-1.12-1.8.2.jar","hashes":[]}},{"instanceID":"15e59987-9e02-48ed-97dd-322b8cd2f6e0","modSource":0,"addonID":239431,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MCMultiPart","modFolderPath":null,"fileNameOnDisk":"MCMultiPart-2.5.3.jar","authors":[{"Id":10382776,"Name":"amadornes"}],"primaryAuthor":"amadornes","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mcmultipart","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/31/104/256/256/635874848790143110.png","tags":[],"installedFile":{"id":2615930,"fileName":"MCMultiPart-2.5.3.jar","fileDate":"2018-09-11T21:00:45.503Z","fileLength":173426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2615/930/MCMultiPart-2.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3576270927,"invalidFingerprint":false},{"foldername":"mcmultipart","fingerprint":170272001,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2438513077,"invalidFingerprint":false}],"packageFingerprint":909753984,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239431,"fileNameOnDisk":"MCMultiPart-2.5.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:58.5066329Z","dateUpdated":"2023-07-12T19:15:58.5086485Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2615930,"fileName":"MCMultiPart-2.5.3.jar","fileDate":"2018-09-11T21:00:45.503Z","fileLength":173426,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2615/930/MCMultiPart-2.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3576270927,"invalidFingerprint":false},{"foldername":"mcmultipart","fingerprint":170272001,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2438513077,"invalidFingerprint":false}],"packageFingerprint":909753984,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239431,"fileNameOnDisk":"MCMultiPart-2.5.3.jar","hashes":[]}},{"instanceID":"77779ff8-7d9a-4568-a8e7-69d6206890ce","modSource":0,"addonID":239286,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Cyclic","modFolderPath":null,"fileNameOnDisk":"Cyclic-1.12.2-1.20.14.jar","authors":[{"Id":9457531,"Name":"Lothrazar"}],"primaryAuthor":"Lothrazar","primaryCategoryId":419,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cyclic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/91/91/256/256/636244465665632371.png","tags":[],"installedFile":{"id":4075832,"fileName":"Cyclic-1.12.2-1.20.14.jar","fileDate":"2022-11-09T20:11:34.317Z","fileLength":3990921,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4075/832/Cyclic-1.12.2-1.20.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2},{"addonId":309927,"type":2},{"addonId":239197,"type":2},{"addonId":227083,"type":2},{"addonId":228832,"type":2},{"addonId":238222,"type":2},{"addonId":250419,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3770926837,"invalidFingerprint":false},{"foldername":"assets","fingerprint":68456187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1612471705,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":557215606,"invalidFingerprint":false}],"packageFingerprint":3898284760,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239286,"fileNameOnDisk":"Cyclic-1.12.2-1.20.14.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.9249331Z","dateUpdated":"2023-07-12T19:25:17.1503439Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4075832,"fileName":"Cyclic-1.12.2-1.20.14.jar","fileDate":"2022-11-09T20:11:34.317Z","fileLength":3990921,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4075/832/Cyclic-1.12.2-1.20.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":306770,"type":2},{"addonId":309927,"type":2},{"addonId":239197,"type":2},{"addonId":227083,"type":2},{"addonId":228832,"type":2},{"addonId":238222,"type":2},{"addonId":250419,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3770926837,"invalidFingerprint":false},{"foldername":"assets","fingerprint":68456187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1612471705,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":557215606,"invalidFingerprint":false}],"packageFingerprint":3898284760,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":239286,"fileNameOnDisk":"Cyclic-1.12.2-1.20.14.jar","hashes":[]}},{"instanceID":"593fb161-f6f6-4b3f-b8a4-4476300ba4a7","modSource":0,"addonID":248787,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"AppleSkin","modFolderPath":null,"fileNameOnDisk":"AppleSkin-mc1.12-1.0.14.jar","authors":[{"Id":13914149,"Name":"squeek502"}],"primaryAuthor":"squeek502","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/appleskin","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/47/527/256/256/636066936394500688.png","tags":[],"installedFile":{"id":2987247,"fileName":"AppleSkin-mc1.12-1.0.14.jar","fileDate":"2020-06-24T05:27:04.913Z","fileLength":33683,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2987/247/AppleSkin-mc1.12-1.0.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":244667653,"invalidFingerprint":false},{"foldername":"betterwithmods","fingerprint":1637584094,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":4026390983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3447702788,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1531494517,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2520837536,"invalidFingerprint":false}],"packageFingerprint":1189087403,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"AppleSkin-mc1.12-1.0.14.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:32.2865295Z","dateUpdated":"2023-07-12T19:16:32.2885294Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2987247,"fileName":"AppleSkin-mc1.12-1.0.14.jar","fileDate":"2020-06-24T05:27:04.913Z","fileLength":33683,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2987/247/AppleSkin-mc1.12-1.0.14.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":244667653,"invalidFingerprint":false},{"foldername":"betterwithmods","fingerprint":1637584094,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":4026390983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3447702788,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1531494517,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2520837536,"invalidFingerprint":false}],"packageFingerprint":1189087403,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"AppleSkin-mc1.12-1.0.14.jar","hashes":[]}},{"instanceID":"1cb9daec-21ab-4982-a5c5-0f89f1c96e73","modSource":0,"addonID":313816,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Armor Toughness Bar","modFolderPath":null,"fileNameOnDisk":"toughnessbar-2.4.jar","authors":[{"Id":58117726,"Name":"tfarecnim"}],"primaryAuthor":"tfarecnim","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/armor-toughness-bar","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/190/62/256/256/636853767908599531.png","tags":[],"installedFile":{"id":2851670,"fileName":"toughnessbar-2.4.jar","fileDate":"2019-12-30T05:04:59.547Z","fileLength":11714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2851/670/toughnessbar-2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2278351526,"invalidFingerprint":false},{"foldername":"com","fingerprint":4043006214,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2440085974,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2212555368,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3418106376,"invalidFingerprint":false}],"packageFingerprint":2515437190,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":313816,"fileNameOnDisk":"toughnessbar-2.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:13.959229Z","dateUpdated":"2023-07-12T19:16:13.9612321Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2851670,"fileName":"toughnessbar-2.4.jar","fileDate":"2019-12-30T05:04:59.547Z","fileLength":11714,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2851/670/toughnessbar-2.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2278351526,"invalidFingerprint":false},{"foldername":"com","fingerprint":4043006214,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2440085974,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2212555368,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3418106376,"invalidFingerprint":false}],"packageFingerprint":2515437190,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":313816,"fileNameOnDisk":"toughnessbar-2.4.jar","hashes":[]}},{"instanceID":"6cc104aa-2783-4139-a7de-839d2e03da51","modSource":0,"addonID":237167,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FTB Library (Forge) (Legacy)","modFolderPath":null,"fileNameOnDisk":"FTBLib-5.4.7.2.jar","authors":[{"Id":17809311,"Name":"FTB"},{"Id":8021848,"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-library-legacy-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/362/256/256/637261948298626918.png","tags":[],"installedFile":{"id":2985811,"fileName":"FTBLib-5.4.7.2.jar","fileDate":"2020-06-22T13:44:34.15Z","fileLength":934370,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2985/811/FTBLib-5.4.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2287248055,"invalidFingerprint":false},{"foldername":"com","fingerprint":296098662,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2120759837,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1468686229,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1147509493,"invalidFingerprint":false}],"packageFingerprint":957833589,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237167,"fileNameOnDisk":"FTBLib-5.4.7.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:31.8954697Z","dateUpdated":"2023-07-12T19:16:31.9024778Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2985811,"fileName":"FTBLib-5.4.7.2.jar","fileDate":"2020-06-22T13:44:34.15Z","fileLength":934370,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2985/811/FTBLib-5.4.7.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2287248055,"invalidFingerprint":false},{"foldername":"com","fingerprint":296098662,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2120759837,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1468686229,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1147509493,"invalidFingerprint":false}],"packageFingerprint":957833589,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237167,"fileNameOnDisk":"FTBLib-5.4.7.2.jar","hashes":[]}},{"instanceID":"131db0b7-600e-44ea-8138-c9ed871d443b","modSource":0,"addonID":223896,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MalisisCore","modFolderPath":null,"fileNameOnDisk":"malisiscore-1.12.2-6.5.1.jar","authors":[{"Id":2766639,"Name":"Ordinastie"}],"primaryAuthor":"Ordinastie","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/malisiscore","thumbnailUrl":null,"tags":[],"installedFile":{"id":2680892,"fileName":"malisiscore-1.12.2-6.5.1.jar","fileDate":"2019-02-27T02:33:39.453Z","fileLength":1939783,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2680/892/malisiscore-1.12.2-6.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1344286964,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":272069732,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3059823214,"invalidFingerprint":false},{"foldername":"malisiscore.png","fingerprint":3745243041,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3884207819,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.core.json","fingerprint":1363995015,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.refmap.json","fingerprint":3563191651,"invalidFingerprint":false},{"foldername":"net","fingerprint":2083600134,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2932619408,"invalidFingerprint":false},{"foldername":"org","fingerprint":3926838308,"invalidFingerprint":false}],"packageFingerprint":578924288,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223896,"fileNameOnDisk":"malisiscore-1.12.2-6.5.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:22.2912911Z","dateUpdated":"2023-07-12T19:16:22.2942933Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2680892,"fileName":"malisiscore-1.12.2-6.5.1.jar","fileDate":"2019-02-27T02:33:39.453Z","fileLength":1939783,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2680/892/malisiscore-1.12.2-6.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1344286964,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":272069732,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3059823214,"invalidFingerprint":false},{"foldername":"malisiscore.png","fingerprint":3745243041,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3884207819,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.core.json","fingerprint":1363995015,"invalidFingerprint":false},{"foldername":"mixins.malisiscore.refmap.json","fingerprint":3563191651,"invalidFingerprint":false},{"foldername":"net","fingerprint":2083600134,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2932619408,"invalidFingerprint":false},{"foldername":"org","fingerprint":3926838308,"invalidFingerprint":false}],"packageFingerprint":578924288,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223896,"fileNameOnDisk":"malisiscore-1.12.2-6.5.1.jar","hashes":[]}},{"instanceID":"bfbcb387-e822-489a-8abc-77a2dbaf472e","modSource":0,"addonID":229046,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Illumination","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","authors":[{"Id":9141442,"Name":"MrTJP"},{"Id":12771183,"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-illumination","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/798/256/256/635634023256554482.png","tags":[],"installedFile":{"id":2745549,"fileName":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","fileDate":"2019-07-21T17:56:53.953Z","fileLength":724477,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/549/ProjectRed-1.12.2-4.9.4.120-lighting.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3100451136,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3809281973,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2008680263,"invalidFingerprint":false}],"packageFingerprint":3280433554,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229046,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:11.2386752Z","dateUpdated":"2023-07-13T07:27:11.2406514Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745549,"fileName":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","fileDate":"2019-07-21T17:56:53.953Z","fileLength":724477,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/549/ProjectRed-1.12.2-4.9.4.120-lighting.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228702,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3100451136,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3809281973,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2008680263,"invalidFingerprint":false}],"packageFingerprint":3280433554,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":229046,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-lighting.jar","hashes":[]}},{"instanceID":"f9e79836-a76a-4612-ac7a-7c1f63bb71b3","modSource":0,"addonID":316304,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Loot Capacitor Tooltips","modFolderPath":null,"fileNameOnDisk":"lootcapacitortooltips-1.3.jar","authors":[{"Id":58117726,"Name":"tfarecnim"}],"primaryAuthor":"tfarecnim","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/loot-capacitor-tooltips","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/194/536/256/256/636873548386961202.png","tags":[],"installedFile":{"id":2687139,"fileName":"lootcapacitortooltips-1.3.jar","fileDate":"2019-03-14T17:37:38.093Z","fileLength":9535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2687/139/lootcapacitortooltips-1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428632756,"invalidFingerprint":false},{"foldername":"com","fingerprint":696591320,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2019469353,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":22487156,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":811688840,"invalidFingerprint":false}],"packageFingerprint":60008387,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316304,"fileNameOnDisk":"lootcapacitortooltips-1.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:48.4709233Z","dateUpdated":"2023-07-12T19:16:48.472929Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2687139,"fileName":"lootcapacitortooltips-1.3.jar","fileDate":"2019-03-14T17:37:38.093Z","fileLength":9535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2687/139/lootcapacitortooltips-1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428632756,"invalidFingerprint":false},{"foldername":"com","fingerprint":696591320,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2019469353,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":22487156,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":811688840,"invalidFingerprint":false}],"packageFingerprint":60008387,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316304,"fileNameOnDisk":"lootcapacitortooltips-1.3.jar","hashes":[]}},{"instanceID":"c186fd3a-b7c2-4809-bb3e-4625c5d8cec7","modSource":0,"addonID":252848,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Nature's Compass","modFolderPath":null,"fileNameOnDisk":"NaturesCompass-1.12.2-1.8.5.jar","authors":[{"Id":21484530,"Name":"Chaosyr"}],"primaryAuthor":"Chaosyr","primaryCategoryId":407,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/natures-compass","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/102/256/256/636131217371752080.png","tags":[],"installedFile":{"id":2893527,"fileName":"NaturesCompass-1.12.2-1.8.5.jar","fileDate":"2020-03-03T00:14:25.99Z","fileLength":196434,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2893/527/NaturesCompass-1.12.2-1.8.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2957643025,"invalidFingerprint":false},{"foldername":"com","fingerprint":2549658441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2803105534,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1397085287,"invalidFingerprint":false}],"packageFingerprint":198255722,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252848,"fileNameOnDisk":"NaturesCompass-1.12.2-1.8.5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:09.860036Z","dateUpdated":"2023-07-12T19:16:09.8640344Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2893527,"fileName":"NaturesCompass-1.12.2-1.8.5.jar","fileDate":"2020-03-03T00:14:25.99Z","fileLength":196434,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2893/527/NaturesCompass-1.12.2-1.8.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2957643025,"invalidFingerprint":false},{"foldername":"com","fingerprint":2549658441,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2803105534,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1397085287,"invalidFingerprint":false}],"packageFingerprint":198255722,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":252848,"fileNameOnDisk":"NaturesCompass-1.12.2-1.8.5.jar","hashes":[]}},{"instanceID":"243dc600-7c2e-4370-ac1d-81de6d2e6231","modSource":0,"addonID":270789,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Redstone Flux","modFolderPath":null,"fileNameOnDisk":"RedstoneFlux-1.12-2.1.1.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/redstone-flux","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/105/500/256/256/636353215194575027.png","tags":[],"installedFile":{"id":2920436,"fileName":"RedstoneFlux-1.12-2.1.1.1-universal.jar","fileDate":"2020-04-03T23:52:41.64Z","fileLength":31802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/436/RedstoneFlux-1.12-2.1.1.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3130516527,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3183414994,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3959296951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1664817731,"invalidFingerprint":false}],"packageFingerprint":1893256567,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270789,"fileNameOnDisk":"RedstoneFlux-1.12-2.1.1.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:25.7017788Z","dateUpdated":"2023-07-12T19:16:25.7038431Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920436,"fileName":"RedstoneFlux-1.12-2.1.1.1-universal.jar","fileDate":"2020-04-03T23:52:41.64Z","fileLength":31802,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/436/RedstoneFlux-1.12-2.1.1.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3130516527,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3183414994,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3959296951,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1664817731,"invalidFingerprint":false}],"packageFingerprint":1893256567,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270789,"fileNameOnDisk":"RedstoneFlux-1.12-2.1.1.1-universal.jar","hashes":[]}},{"instanceID":"494409e6-053b-4a34-abc8-c811ded0293b","modSource":0,"addonID":55438,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MrCrayfish's Furniture Mod","modFolderPath":null,"fileNameOnDisk":"furniture-6.3.2-1.12.2.jar","authors":[{"Id":7244595,"Name":"MrCrayfish"}],"primaryAuthor":"MrCrayfish","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mrcrayfish-furniture-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/871/315/256/256/638288810449789216.png","tags":[],"installedFile":{"id":3865259,"fileName":"furniture-6.3.2-1.12.2.jar","fileDate":"2022-07-09T07:50:39.097Z","fileLength":2439199,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3865/259/furniture-6.3.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2853307231,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4048143455,"invalidFingerprint":false},{"foldername":"at","fingerprint":1119831806,"invalidFingerprint":false},{"foldername":"com","fingerprint":1085843362,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3546805233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":130833778,"invalidFingerprint":false}],"packageFingerprint":3120093185,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":55438,"fileNameOnDisk":"furniture-6.3.2-1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-13T07:24:52.3980615Z","dateUpdated":"2023-07-13T07:24:52.4015875Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3865259,"fileName":"furniture-6.3.2-1.12.2.jar","fileDate":"2022-07-09T07:50:39.097Z","fileLength":2439199,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3865/259/furniture-6.3.2-1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2853307231,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4048143455,"invalidFingerprint":false},{"foldername":"at","fingerprint":1119831806,"invalidFingerprint":false},{"foldername":"com","fingerprint":1085843362,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3546805233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":130833778,"invalidFingerprint":false}],"packageFingerprint":3120093185,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":55438,"fileNameOnDisk":"furniture-6.3.2-1.12.2.jar","hashes":[]}},{"instanceID":"ba0e9cda-f4d4-430e-a02b-cf2848244d85","modSource":0,"addonID":241665,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Psi","modFolderPath":null,"fileNameOnDisk":"Psi-r1.1-78.2.jar","authors":[{"Id":3852549,"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/psi","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/694/256/256/637959000279085313.png","tags":[],"installedFile":{"id":3085917,"fileName":"Psi-r1.1-78.2.jar","fileDate":"2020-10-18T21:57:37.063Z","fileLength":1760320,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3085/917/Psi-r1.1-78.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428172408,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":4146982609,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1911962095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2352255815,"invalidFingerprint":false}],"packageFingerprint":3594410772,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241665,"fileNameOnDisk":"Psi-r1.1-78.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:41.3015864Z","dateUpdated":"2023-07-12T19:15:41.3035884Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3085917,"fileName":"Psi-r1.1-78.2.jar","fileDate":"2020-10-18T21:57:37.063Z","fileLength":1760320,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3085/917/Psi-r1.1-78.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2428172408,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":4146982609,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1911962095,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2352255815,"invalidFingerprint":false}],"packageFingerprint":3594410772,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":241665,"fileNameOnDisk":"Psi-r1.1-78.2.jar","hashes":[]}},{"instanceID":"533d8286-cfd2-4692-b540-aa67d3cbd0c9","modSource":0,"addonID":384589,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Tinkers' Evolution","modFolderPath":null,"fileNameOnDisk":"tconevo-1.12.2-1.0.49.jar","authors":[{"Id":10493815,"Name":"phantamanta44"}],"primaryAuthor":"phantamanta44","primaryCategoryId":428,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tinkers-evolution","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/273/618/256/256/637255642042590715.png","tags":[],"installedFile":{"id":4941753,"fileName":"tconevo-1.12.2-1.0.49.jar","fileDate":"2023-12-09T02:45:18.233Z","fileLength":1253099,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4941/753/tconevo-1.12.2-1.0.49.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":252714,"type":2},{"addonId":226410,"type":2},{"addonId":241721,"type":2},{"addonId":322344,"type":3},{"addonId":287683,"type":2},{"addonId":225643,"type":2},{"addonId":70631,"type":2},{"addonId":64578,"type":2},{"addonId":261348,"type":2},{"addonId":224791,"type":2},{"addonId":224296,"type":2},{"addonId":442962,"type":2},{"addonId":223565,"type":2},{"addonId":223628,"type":2},{"addonId":228404,"type":2},{"addonId":242638,"type":2},{"addonId":300750,"type":2},{"addonId":69163,"type":2},{"addonId":74072,"type":3},{"addonId":246974,"type":2},{"addonId":222880,"type":2},{"addonId":268560,"type":2},{"addonId":59751,"type":2},{"addonId":74120,"type":2},{"addonId":266515,"type":2},{"addonId":223794,"type":2},{"addonId":245453,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1109895655,"invalidFingerprint":false},{"foldername":"xyz","fingerprint":2920774589,"invalidFingerprint":false},{"foldername":"tconevo_config","fingerprint":3510641708,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1105621886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3060862252,"invalidFingerprint":false},{"foldername":"assets","fingerprint":576383109,"invalidFingerprint":false}],"packageFingerprint":1043578494,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":384589,"fileNameOnDisk":"tconevo-1.12.2-1.0.49.jar","hashes":[{"type":1,"value":"9bcd9eb6d1ba3c5b9b1a81265389a728b851ac09"},{"type":2,"value":"367cd4b335ce07bd52db1226ca21fcb4"}]},"dateInstalled":"2024-05-24T04:33:53.5838116Z","dateUpdated":"2024-05-24T04:33:53.5858772Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4941753,"fileName":"tconevo-1.12.2-1.0.49.jar","fileDate":"2023-12-09T02:45:18.233Z","fileLength":1253099,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4941/753/tconevo-1.12.2-1.0.49.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":252714,"type":2},{"addonId":226410,"type":2},{"addonId":241721,"type":2},{"addonId":322344,"type":3},{"addonId":287683,"type":2},{"addonId":225643,"type":2},{"addonId":70631,"type":2},{"addonId":64578,"type":2},{"addonId":261348,"type":2},{"addonId":224791,"type":2},{"addonId":224296,"type":2},{"addonId":442962,"type":2},{"addonId":223565,"type":2},{"addonId":223628,"type":2},{"addonId":228404,"type":2},{"addonId":242638,"type":2},{"addonId":300750,"type":2},{"addonId":69163,"type":2},{"addonId":74072,"type":3},{"addonId":246974,"type":2},{"addonId":222880,"type":2},{"addonId":268560,"type":2},{"addonId":59751,"type":2},{"addonId":74120,"type":2},{"addonId":266515,"type":2},{"addonId":223794,"type":2},{"addonId":245453,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1109895655,"invalidFingerprint":false},{"foldername":"xyz","fingerprint":2920774589,"invalidFingerprint":false},{"foldername":"tconevo_config","fingerprint":3510641708,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1105621886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3060862252,"invalidFingerprint":false},{"foldername":"assets","fingerprint":576383109,"invalidFingerprint":false}],"packageFingerprint":1043578494,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":384589,"fileNameOnDisk":"tconevo-1.12.2-1.0.49.jar","hashes":[{"type":1,"value":"9bcd9eb6d1ba3c5b9b1a81265389a728b851ac09"},{"type":2,"value":"367cd4b335ce07bd52db1226ca21fcb4"}]}},{"instanceID":"0017885c-82ee-4e66-926d-ccb1e05d938f","modSource":0,"addonID":224602,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ancient Warfare 2","modFolderPath":null,"fileNameOnDisk":"ancientwarfare-1.12.2-2.7.0.1038.jar","authors":[{"Id":2238091,"Name":"Shadowmage4513"}],"primaryAuthor":"Shadowmage4513","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ancient-warfare-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/11/207/256/256/635483106065037800.png","tags":[],"installedFile":{"id":3293318,"fileName":"ancientwarfare-1.12.2-2.7.0.1038.jar","fileDate":"2021-04-29T21:06:42.607Z","fileLength":74790524,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3293/318/ancientwarfare-1.12.2-2.7.0.1038.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3905918921,"invalidFingerprint":false},{"foldername":"net","fingerprint":1686603674,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3730724552,"invalidFingerprint":false},{"foldername":"AW-logo.png","fingerprint":3205652979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":268545338,"invalidFingerprint":false}],"packageFingerprint":65374617,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224602,"fileNameOnDisk":"ancientwarfare-1.12.2-2.7.0.1038.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:09.2139708Z","dateUpdated":"2023-07-12T19:16:09.265198Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3293318,"fileName":"ancientwarfare-1.12.2-2.7.0.1038.jar","fileDate":"2021-04-29T21:06:42.607Z","fileLength":74790524,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3293/318/ancientwarfare-1.12.2-2.7.0.1038.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":242818,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3905918921,"invalidFingerprint":false},{"foldername":"net","fingerprint":1686603674,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3730724552,"invalidFingerprint":false},{"foldername":"AW-logo.png","fingerprint":3205652979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":268545338,"invalidFingerprint":false}],"packageFingerprint":65374617,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":0}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":224602,"fileNameOnDisk":"ancientwarfare-1.12.2-2.7.0.1038.jar","hashes":[]}},{"instanceID":"fc92cdeb-1621-4384-a2ba-b37841ce412a","modSource":0,"addonID":251389,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integrated Tunnels","modFolderPath":null,"fileNameOnDisk":"IntegratedTunnels-1.12.2-1.6.14.jar","authors":[{"Id":13500867,"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integrated-tunnels","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/52/401/256/256/636114555761053412.png","tags":[],"installedFile":{"id":3159511,"fileName":"IntegratedTunnels-1.12.2-1.6.14.jar","fileDate":"2021-01-05T19:07:02.5Z","fileLength":493503,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/511/IntegratedTunnels-1.12.2-1.6.14.jar","isAlternate":false,"alternateFileId":3159512,"dependencies":[{"addonId":236307,"type":3},{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971060513,"invalidFingerprint":false},{"foldername":"assets","fingerprint":347281685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1132512156,"invalidFingerprint":false},{"foldername":"org","fingerprint":2851525835,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3588201784,"invalidFingerprint":false}],"packageFingerprint":2844918678,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251389,"fileNameOnDisk":"IntegratedTunnels-1.12.2-1.6.14.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:45.7112906Z","dateUpdated":"2023-07-12T19:16:45.7143098Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3159511,"fileName":"IntegratedTunnels-1.12.2-1.6.14.jar","fileDate":"2021-01-05T19:07:02.5Z","fileLength":493503,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3159/511/IntegratedTunnels-1.12.2-1.6.14.jar","isAlternate":false,"alternateFileId":3159512,"dependencies":[{"addonId":236307,"type":3},{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2971060513,"invalidFingerprint":false},{"foldername":"assets","fingerprint":347281685,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1132512156,"invalidFingerprint":false},{"foldername":"org","fingerprint":2851525835,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3588201784,"invalidFingerprint":false}],"packageFingerprint":2844918678,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251389,"fileNameOnDisk":"IntegratedTunnels-1.12.2-1.6.14.jar","hashes":[]}},{"instanceID":"e61d63bf-6588-4b7b-8716-590bd1e4a36b","modSource":0,"addonID":225561,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extra Utilities","modFolderPath":null,"fileNameOnDisk":"extrautils2-1.12-1.9.9.jar","authors":[{"Id":10976379,"Name":"RWTema"}],"primaryAuthor":"RWTema","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extra-utilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/12/80/256/256/635515125983340028.png","tags":[],"installedFile":{"id":2678374,"fileName":"extrautils2-1.12-1.9.9.jar","fileDate":"2019-02-21T22:11:37.027Z","fileLength":3226408,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2393535860,"invalidFingerprint":false},{"foldername":"com","fingerprint":4273496676,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1171149069,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":302704259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":314185225,"invalidFingerprint":false}],"packageFingerprint":2050253455,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225561,"fileNameOnDisk":"extrautils2-1.12-1.9.9.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:53.5351222Z","dateUpdated":"2023-07-12T19:15:53.5401207Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2678374,"fileName":"extrautils2-1.12-1.9.9.jar","fileDate":"2019-02-21T22:11:37.027Z","fileLength":3226408,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2393535860,"invalidFingerprint":false},{"foldername":"com","fingerprint":4273496676,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1171149069,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":302704259,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":314185225,"invalidFingerprint":false}],"packageFingerprint":2050253455,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225561,"fileNameOnDisk":"extrautils2-1.12-1.9.9.jar","hashes":[]}},{"instanceID":"bac2c817-c358-4d17-bf17-63b7ce652f5c","modSource":0,"addonID":272515,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Better Advancements","modFolderPath":null,"fileNameOnDisk":"BetterAdvancements-1.12.2-0.1.0.77.jar","authors":[{"Id":14753335,"Name":"way2muchnoise"}],"primaryAuthor":"way2muchnoise","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-advancements","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/106/654/256/256/636360849723336023.png","tags":[],"installedFile":{"id":2685984,"fileName":"BetterAdvancements-1.12.2-0.1.0.77.jar","fileDate":"2019-03-11T20:53:31.367Z","fileLength":62668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2685/984/BetterAdvancements-1.12.2-0.1.0.77.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1270984732,"invalidFingerprint":false},{"foldername":"betteradvancements","fingerprint":3341295667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077765080,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3841018458,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3728515777,"invalidFingerprint":false}],"packageFingerprint":1663259258,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272515,"fileNameOnDisk":"BetterAdvancements-1.12.2-0.1.0.77.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.6071207Z","dateUpdated":"2023-07-12T19:16:35.6081424Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2685984,"fileName":"BetterAdvancements-1.12.2-0.1.0.77.jar","fileDate":"2019-03-11T20:53:31.367Z","fileLength":62668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2685/984/BetterAdvancements-1.12.2-0.1.0.77.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1270984732,"invalidFingerprint":false},{"foldername":"betteradvancements","fingerprint":3341295667,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077765080,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3841018458,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3728515777,"invalidFingerprint":false}],"packageFingerprint":1663259258,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272515,"fileNameOnDisk":"BetterAdvancements-1.12.2-0.1.0.77.jar","hashes":[]}},{"instanceID":"6286e819-bf32-4e6d-b24f-92843635880f","modSource":0,"addonID":245287,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Morph-o-Tool","modFolderPath":null,"fileNameOnDisk":"Morph-o-Tool-1.2-21.jar","authors":[{"Id":3852549,"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/morph-o-tool","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/691/256/256/637958999936696075.png","tags":[],"installedFile":{"id":2658176,"fileName":"Morph-o-Tool-1.2-21.jar","fileDate":"2019-01-09T20:02:23.337Z","fileLength":30619,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2658/176/Morph-o-Tool-1.2-21.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155501516,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":882304449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4118925218,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3884383203,"invalidFingerprint":false}],"packageFingerprint":983828486,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245287,"fileNameOnDisk":"Morph-o-Tool-1.2-21.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.9100685Z","dateUpdated":"2023-07-12T19:15:40.9450648Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2658176,"fileName":"Morph-o-Tool-1.2-21.jar","fileDate":"2019-01-09T20:02:23.337Z","fileLength":30619,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2658/176/Morph-o-Tool-1.2-21.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":155501516,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":882304449,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4118925218,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3884383203,"invalidFingerprint":false}],"packageFingerprint":983828486,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245287,"fileNameOnDisk":"Morph-o-Tool-1.2-21.jar","hashes":[]}},{"instanceID":"009a0792-fab5-46eb-a144-b5600f14023b","modSource":0,"addonID":247665,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extra Rails","modFolderPath":null,"fileNameOnDisk":"ExtraRails-1.12-1.3.0.jar","authors":[{"Id":17705114,"Name":"ShadowfactsDev"}],"primaryAuthor":"ShadowfactsDev","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extra-rails","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/45/550/256/256/636044381231651005.png","tags":[],"installedFile":{"id":2441517,"fileName":"ExtraRails-1.12-1.3.0.jar","fileDate":"2017-06-25T20:23:16.357Z","fileLength":53565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/517/ExtraRails-1.12-1.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":226780,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2582854187,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4107851979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":486936271,"invalidFingerprint":false}],"packageFingerprint":2452788752,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247665,"fileNameOnDisk":"ExtraRails-1.12-1.3.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.0870279Z","dateUpdated":"2023-07-12T19:16:23.0890249Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2441517,"fileName":"ExtraRails-1.12-1.3.0.jar","fileDate":"2017-06-25T20:23:16.357Z","fileLength":53565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2441/517/ExtraRails-1.12-1.3.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":226780,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2582854187,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4107851979,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":486936271,"invalidFingerprint":false}],"packageFingerprint":2452788752,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247665,"fileNameOnDisk":"ExtraRails-1.12-1.3.0.jar","hashes":[]}},{"instanceID":"32b418c0-2fdf-49ce-9351-b5ffcab6c623","modSource":0,"addonID":60092,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Aroma1997s Dimensional World","modFolderPath":null,"fileNameOnDisk":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","authors":[{"Id":10023052,"Name":"Aroma1997"}],"primaryAuthor":"Aroma1997","primaryCategoryId":410,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/aroma1997s-dimensional-world","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/705/256/256/635572519145491106.png","tags":[],"installedFile":{"id":2672438,"fileName":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","fileDate":"2019-02-12T14:53:08Z","fileLength":80736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2672/438/Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":357629332,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":1708156642,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3009979857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3922869453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3750137512,"invalidFingerprint":false}],"packageFingerprint":2640601956,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60092,"fileNameOnDisk":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","hashes":[]},"dateInstalled":"2023-07-13T19:06:13.6175248Z","dateUpdated":"2023-07-13T19:06:13.6205227Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2672438,"fileName":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","fileDate":"2019-02-12T14:53:08Z","fileLength":80736,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2672/438/Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223735,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":357629332,"invalidFingerprint":false},{"foldername":"aroma1997","fingerprint":1708156642,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3009979857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3922869453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3750137512,"invalidFingerprint":false}],"packageFingerprint":2640601956,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60092,"fileNameOnDisk":"Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar","hashes":[]}},{"instanceID":"7f6be59e-cfa6-4f43-a68f-9281dd0f718b","modSource":0,"addonID":273430,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Actually Baubles","modFolderPath":null,"fileNameOnDisk":"ActuallyBaubles-1.12-1.1.jar","authors":[{"Id":20483557,"Name":"Jacky"}],"primaryAuthor":"Jacky","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/actually-baubles","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/147/192/256/256/636575169522401760.png","tags":[],"installedFile":{"id":2459131,"fileName":"ActuallyBaubles-1.12-1.1.jar","fileDate":"2017-08-02T09:41:54.36Z","fileLength":11604,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2459/131/ActuallyBaubles-1.12-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":3480852200,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3636934305,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1270101153,"invalidFingerprint":false}],"packageFingerprint":4219803846,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273430,"fileNameOnDisk":"ActuallyBaubles-1.12-1.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:54.5117685Z","dateUpdated":"2023-07-12T19:15:54.513769Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2459131,"fileName":"ActuallyBaubles-1.12-1.1.jar","fileDate":"2017-08-02T09:41:54.36Z","fileLength":11604,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2459/131/ActuallyBaubles-1.12-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228404,"type":3},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"me","fingerprint":3480852200,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3636934305,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1270101153,"invalidFingerprint":false}],"packageFingerprint":4219803846,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":273430,"fileNameOnDisk":"ActuallyBaubles-1.12-1.1.jar","hashes":[]}},{"instanceID":"fca702a8-422b-40b9-a013-beaa05715941","modSource":0,"addonID":225643,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Botania","modFolderPath":null,"fileNameOnDisk":"Botania r1.10-364.4.jar","authors":[{"Id":3852549,"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/botania","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/690/256/256/637958999552256716.png","tags":[],"installedFile":{"id":3330934,"fileName":"Botania r1.10-364.4.jar","fileDate":"2021-05-31T15:12:49.31Z","fileLength":13817704,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/934/Botania r1.10-364.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":238222,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4074037441,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":3675882,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1152924348,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4206274848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1923406233,"invalidFingerprint":false}],"packageFingerprint":2263235725,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225643,"fileNameOnDisk":"Botania r1.10-364.4.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:33.9280302Z","dateUpdated":"2023-07-12T19:16:33.9366182Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3330934,"fileName":"Botania r1.10-364.4.jar","fileDate":"2021-05-31T15:12:49.31Z","fileLength":13817704,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/934/Botania r1.10-364.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":243121,"type":2},{"addonId":238222,"type":2},{"addonId":227083,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4074037441,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":3675882,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1152924348,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4206274848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1923406233,"invalidFingerprint":false}],"packageFingerprint":2263235725,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225643,"fileNameOnDisk":"Botania r1.10-364.4.jar","hashes":[]}},{"instanceID":"d652e03f-5768-4486-86c4-1a2457154fc6","modSource":0,"addonID":242818,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CodeChicken Lib 1.8.+","modFolderPath":null,"fileNameOnDisk":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","authors":[{"Id":12771183,"Name":"covers1624"},{"Id":6981014,"Name":"Chicken_Bones"}],"primaryAuthor":"covers1624","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/36/121/256/256/635934545550873146.jpeg","tags":[],"installedFile":{"id":2779848,"fileName":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","fileDate":"2019-09-06T23:00:03.483Z","fileLength":704330,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar","isAlternate":false,"alternateFileId":2779849,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4021114675,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3618322680,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":3367392570,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2473310429,"invalidFingerprint":false}],"packageFingerprint":2940918666,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242818,"fileNameOnDisk":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:51.1982472Z","dateUpdated":"2023-07-12T19:15:51.2012408Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2779848,"fileName":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","fileDate":"2019-09-06T23:00:03.483Z","fileLength":704330,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar","isAlternate":false,"alternateFileId":2779849,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4021114675,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3618322680,"invalidFingerprint":false},{"foldername":"codechicken","fingerprint":3367392570,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2473310429,"invalidFingerprint":false}],"packageFingerprint":2940918666,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":242818,"fileNameOnDisk":"CodeChickenLib-1.12.2-3.2.3.358-universal.jar","hashes":[]}},{"instanceID":"ae24a371-600e-4938-a5d1-dd3ccb79209d","modSource":0,"addonID":268704,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CraftStudio API","modFolderPath":null,"fileNameOnDisk":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","authors":[{"Id":12481660,"Name":"jibiay"},{"Id":14841311,"Name":"Timmypote"},{"Id":12688808,"Name":"Phenix246"}],"primaryAuthor":"jibiay","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/craftstudio-api","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/100/634/256/256/636316560987351547.png","tags":[],"installedFile":{"id":2661859,"fileName":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","fileDate":"2019-01-18T22:14:22.807Z","fileLength":90465,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2661/859/CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2314640535,"invalidFingerprint":false},{"foldername":"com","fingerprint":1777442019,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4196766581,"invalidFingerprint":false}],"packageFingerprint":1339366238,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268704,"fileNameOnDisk":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.8222174Z","dateUpdated":"2023-07-12T19:16:40.8232197Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2661859,"fileName":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","fileDate":"2019-01-18T22:14:22.807Z","fileLength":90465,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2661/859/CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2314640535,"invalidFingerprint":false},{"foldername":"com","fingerprint":1777442019,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4196766581,"invalidFingerprint":false}],"packageFingerprint":1339366238,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268704,"fileNameOnDisk":"CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar","hashes":[]}},{"instanceID":"5da70447-5cf3-4ee9-8eee-8d7977a1e2e9","modSource":0,"addonID":277631,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ArchitectureCraft - TridentMC Version","modFolderPath":null,"fileNameOnDisk":"architecturecraft-1.12-3.108.jar","authors":[{"Id":6975192,"Name":"darkevilmac"}],"primaryAuthor":"darkevilmac","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/architecturecraft-tridev","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/119/820/256/256/636405912206300514.png","tags":[],"installedFile":{"id":4344128,"fileName":"architecturecraft-1.12-3.108.jar","fileDate":"2023-01-16T08:01:54.63Z","fileLength":925535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4344/128/architecturecraft-1.12-3.108.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2260832177,"invalidFingerprint":false},{"foldername":"com","fingerprint":2138513905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396232848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3351180075,"invalidFingerprint":false}],"packageFingerprint":303430344,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277631,"fileNameOnDisk":"architecturecraft-1.12-3.108.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:29.7758101Z","dateUpdated":"2023-07-12T19:25:20.8471093Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4344128,"fileName":"architecturecraft-1.12-3.108.jar","fileDate":"2023-01-16T08:01:54.63Z","fileLength":925535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4344/128/architecturecraft-1.12-3.108.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2260832177,"invalidFingerprint":false},{"foldername":"com","fingerprint":2138513905,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396232848,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3351180075,"invalidFingerprint":false}],"packageFingerprint":303430344,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277631,"fileNameOnDisk":"architecturecraft-1.12-3.108.jar","hashes":[]}},{"instanceID":"98580edd-eb1f-401f-b541-91b8fd1f0b53","modSource":0,"addonID":319441,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic Augmentation","modFolderPath":null,"fileNameOnDisk":"ThaumicAugmentation-1.12.2-2.1.11.jar","authors":[{"Id":100009091,"Name":"TheCodex6824"}],"primaryAuthor":"TheCodex6824","primaryCategoryId":430,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/289/63/256/256/637313892155541419.png","tags":[],"installedFile":{"id":4486505,"fileName":"ThaumicAugmentation-1.12.2-2.1.11.jar","fileDate":"2023-04-12T01:56:59.24Z","fileLength":8117737,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4486/505/ThaumicAugmentation-1.12.2-2.1.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":3},{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2721967585,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3144321773,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1332278902,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1012075774,"invalidFingerprint":false},{"foldername":"thecodex6824","fingerprint":2380477744,"invalidFingerprint":false}],"packageFingerprint":2136563249,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":319441,"fileNameOnDisk":"ThaumicAugmentation-1.12.2-2.1.11.jar","hashes":[{"type":1,"value":"bf6c40d9720948fe061a8e9b24b83a26293abf8a"},{"type":2,"value":"255dadd1e6b7635c52aeff0391cf0fbb"}]},"dateInstalled":"2024-05-24T04:32:53.6704817Z","dateUpdated":"2024-05-24T04:32:53.6816853Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4486505,"fileName":"ThaumicAugmentation-1.12.2-2.1.11.jar","fileDate":"2023-04-12T01:56:59.24Z","fileLength":8117737,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4486/505/ThaumicAugmentation-1.12.2-2.1.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":227083,"type":3},{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2721967585,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3144321773,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1332278902,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1012075774,"invalidFingerprint":false},{"foldername":"thecodex6824","fingerprint":2380477744,"invalidFingerprint":false}],"packageFingerprint":2136563249,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":319441,"fileNameOnDisk":"ThaumicAugmentation-1.12.2-2.1.11.jar","hashes":[{"type":1,"value":"bf6c40d9720948fe061a8e9b24b83a26293abf8a"},{"type":2,"value":"255dadd1e6b7635c52aeff0391cf0fbb"}]}},{"instanceID":"ffa6e5d2-6cc4-411b-9862-ab634878fe7d","modSource":0,"addonID":228816,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OpenBlocks","modFolderPath":null,"fileNameOnDisk":"OpenBlocks-1.12.2-1.8.1.jar","authors":[{"Id":19446246,"Name":"OpenMods"},{"Id":19445904,"Name":"0x00716F62"}],"primaryAuthor":"OpenMods","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/openblocks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/500/256/256/635627202701062350.png","tags":[],"installedFile":{"id":2699056,"fileName":"OpenBlocks-1.12.2-1.8.1.jar","fileDate":"2019-04-14T10:37:38.517Z","fileLength":3217616,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/56/OpenBlocks-1.12.2-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228815,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2244335198,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2675314772,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1979027516,"invalidFingerprint":false},{"foldername":"openblocks","fingerprint":2123032946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2694548026,"invalidFingerprint":false}],"packageFingerprint":778518540,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228816,"fileNameOnDisk":"OpenBlocks-1.12.2-1.8.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.416669Z","dateUpdated":"2023-07-12T19:16:34.424681Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2699056,"fileName":"OpenBlocks-1.12.2-1.8.1.jar","fileDate":"2019-04-14T10:37:38.517Z","fileLength":3217616,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/56/OpenBlocks-1.12.2-1.8.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":228815,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2244335198,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2675314772,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1979027516,"invalidFingerprint":false},{"foldername":"openblocks","fingerprint":2123032946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2694548026,"invalidFingerprint":false}],"packageFingerprint":778518540,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228816,"fileNameOnDisk":"OpenBlocks-1.12.2-1.8.1.jar","hashes":[]}},{"instanceID":"60e21b21-0ff6-45d7-ac60-eed130ab2d12","modSource":0,"addonID":291727,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Petroleum","modFolderPath":null,"fileNameOnDisk":"JustEnoughPetroleum-0.1.jar","authors":[{"Id":19132530,"Name":"BordListian"}],"primaryAuthor":"BordListian","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-petroleum","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/149/36/256/256/636586618367079433.png","tags":[],"installedFile":{"id":2549332,"fileName":"JustEnoughPetroleum-0.1.jar","fileDate":"2018-04-07T01:38:06.367Z","fileLength":18945,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2549/332/JustEnoughPetroleum-0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268250,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2694893671,"invalidFingerprint":false},{"foldername":"justenoughpetroleum","fingerprint":844216176,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2927094671,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3282921947,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1562473258,"invalidFingerprint":false}],"packageFingerprint":4082129566,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291727,"fileNameOnDisk":"JustEnoughPetroleum-0.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.5305523Z","dateUpdated":"2023-07-12T19:15:40.5329649Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2549332,"fileName":"JustEnoughPetroleum-0.1.jar","fileDate":"2018-04-07T01:38:06.367Z","fileLength":18945,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2549/332/JustEnoughPetroleum-0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":268250,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2694893671,"invalidFingerprint":false},{"foldername":"justenoughpetroleum","fingerprint":844216176,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2927094671,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3282921947,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1562473258,"invalidFingerprint":false}],"packageFingerprint":4082129566,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291727,"fileNameOnDisk":"JustEnoughPetroleum-0.1.jar","hashes":[]}},{"instanceID":"3892886b-c11c-45bf-b5a9-0a2fc3445adc","modSource":0,"addonID":247007,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Common Capabilities","modFolderPath":null,"fileNameOnDisk":"CommonCapabilities-1.12.2-2.4.8.jar","authors":[{"Id":13500867,"Name":"kroeser"}],"primaryAuthor":"kroeser","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/common-capabilities","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/44/386/256/256/636031220874205150.png","tags":[],"installedFile":{"id":3053017,"fileName":"CommonCapabilities-1.12.2-2.4.8.jar","fileDate":"2020-09-09T15:13:24.79Z","fileLength":361018,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3053/17/CommonCapabilities-1.12.2-2.4.8.jar","isAlternate":false,"alternateFileId":3053018,"dependencies":[{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":428644543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1127577813,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873098372,"invalidFingerprint":false},{"foldername":"net","fingerprint":2992028976,"invalidFingerprint":false},{"foldername":"org","fingerprint":3375990369,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":709504041,"invalidFingerprint":false}],"packageFingerprint":3646669765,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247007,"fileNameOnDisk":"CommonCapabilities-1.12.2-2.4.8.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.1674825Z","dateUpdated":"2023-07-12T19:16:46.1704813Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3053017,"fileName":"CommonCapabilities-1.12.2-2.4.8.jar","fileDate":"2020-09-09T15:13:24.79Z","fileLength":361018,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3053/17/CommonCapabilities-1.12.2-2.4.8.jar","isAlternate":false,"alternateFileId":3053018,"dependencies":[{"addonId":232758,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":428644543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1127577813,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1873098372,"invalidFingerprint":false},{"foldername":"net","fingerprint":2992028976,"invalidFingerprint":false},{"foldername":"org","fingerprint":3375990369,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":709504041,"invalidFingerprint":false}],"packageFingerprint":3646669765,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":247007,"fileNameOnDisk":"CommonCapabilities-1.12.2-2.4.8.jar","hashes":[]}},{"instanceID":"23915d88-5644-4b72-a8e9-03bf2235be92","modSource":0,"addonID":943734,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Betterer P2P","modFolderPath":null,"fileNameOnDisk":"betterp2p-1.12.2-1.3.2.jar","authors":[{"Id":104592871,"Name":"dyedquartz"}],"primaryAuthor":"dyedquartz","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/betterer-p2p","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/912/86/256/256/638367240774793936.png","tags":[],"installedFile":{"id":4928154,"fileName":"betterp2p-1.12.2-1.3.2.jar","fileDate":"2023-12-05T04:24:33.437Z","fileLength":247704,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4928/154/betterp2p-1.12.2-1.3.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3217923138,"invalidFingerprint":false},{"foldername":"com","fingerprint":1429521852,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2149203143,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2451351297,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":832292228,"invalidFingerprint":false}],"packageFingerprint":3552850195,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":943734,"fileNameOnDisk":"betterp2p-1.12.2-1.3.2.jar","hashes":[{"type":1,"value":"5d0c93fbc7bfb7ea36410ae770af1259c0c14a37"},{"type":2,"value":"6e2355c1c5cad08c0a186f75898ebebb"}]},"dateInstalled":"2024-06-09T23:04:52.7899517Z","dateUpdated":"2024-06-09T23:04:52.7926414Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4928154,"fileName":"betterp2p-1.12.2-1.3.2.jar","fileDate":"2023-12-05T04:24:33.437Z","fileLength":247704,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4928/154/betterp2p-1.12.2-1.3.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3217923138,"invalidFingerprint":false},{"foldername":"com","fingerprint":1429521852,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2149203143,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2451351297,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":832292228,"invalidFingerprint":false}],"packageFingerprint":3552850195,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":943734,"fileNameOnDisk":"betterp2p-1.12.2-1.3.2.jar","hashes":[{"type":1,"value":"5d0c93fbc7bfb7ea36410ae770af1259c0c14a37"},{"type":2,"value":"6e2355c1c5cad08c0a186f75898ebebb"}]}},{"instanceID":"a0507b15-a5c0-4aa6-80a7-1478b93ef415","modSource":0,"addonID":223622,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Advanced Generators","modFolderPath":null,"fileNameOnDisk":"generators-0.9.20.12-mc1.12.2.jar","authors":[{"Id":1274872,"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":417,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/advanced-generators","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/12/256/256/635444604522466375.png","tags":[],"installedFile":{"id":2516219,"fileName":"generators-0.9.20.12-mc1.12.2.jar","fileDate":"2018-01-02T21:39:35.2Z","fileLength":1674251,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/219/generators-0.9.20.12-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":244651,"type":2},{"addonId":70496,"type":3},{"addonId":73488,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1439539141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1518828910,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2487827847,"invalidFingerprint":false}],"packageFingerprint":2832119908,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223622,"fileNameOnDisk":"generators-0.9.20.12-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:52.1652787Z","dateUpdated":"2023-07-12T19:15:52.1675298Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2516219,"fileName":"generators-0.9.20.12-mc1.12.2.jar","fileDate":"2018-01-02T21:39:35.2Z","fileLength":1674251,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/219/generators-0.9.20.12-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":244651,"type":2},{"addonId":70496,"type":3},{"addonId":73488,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":1439539141,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1518828910,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2487827847,"invalidFingerprint":false}],"packageFingerprint":2832119908,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223622,"fileNameOnDisk":"generators-0.9.20.12-mc1.12.2.jar","hashes":[]}},{"instanceID":"b8254906-e6c5-4261-bf34-aa0f59d64985","modSource":0,"addonID":237903,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Reborn Core","modFolderPath":null,"fileNameOnDisk":"RebornCore-1.12.2-3.19.5-universal.jar","authors":[{"Id":9548223,"Name":"modmuss50"},{"Id":288962,"Name":"drcrazy777"}],"primaryAuthor":"modmuss50","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reborncore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/169/441/256/256/636715177393727924.png","tags":[],"installedFile":{"id":3330308,"fileName":"RebornCore-1.12.2-3.19.5-universal.jar","fileDate":"2021-05-30T09:39:09.667Z","fileLength":2285146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/308/RebornCore-1.12.2-3.19.5-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1803767186,"invalidFingerprint":false},{"foldername":"reborncore","fingerprint":729843061,"invalidFingerprint":false},{"foldername":"prospector","fingerprint":3813233142,"invalidFingerprint":false},{"foldername":"powercrystals","fingerprint":2030593330,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1488018631,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3672686149,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2424102867,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":546169133,"invalidFingerprint":false},{"foldername":"LICENSE-ClassGraph.txt","fingerprint":476797131,"invalidFingerprint":false},{"foldername":"io","fingerprint":303602206,"invalidFingerprint":false},{"foldername":"nonapi","fingerprint":501176284,"invalidFingerprint":false},{"foldername":"com","fingerprint":3601319520,"invalidFingerprint":false},{"foldername":"org","fingerprint":1208898672,"invalidFingerprint":false}],"packageFingerprint":595501837,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237903,"fileNameOnDisk":"RebornCore-1.12.2-3.19.5-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:48.598503Z","dateUpdated":"2023-07-12T19:15:48.6005045Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3330308,"fileName":"RebornCore-1.12.2-3.19.5-universal.jar","fileDate":"2021-05-30T09:39:09.667Z","fileLength":2285146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3330/308/RebornCore-1.12.2-3.19.5-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1803767186,"invalidFingerprint":false},{"foldername":"reborncore","fingerprint":729843061,"invalidFingerprint":false},{"foldername":"prospector","fingerprint":3813233142,"invalidFingerprint":false},{"foldername":"powercrystals","fingerprint":2030593330,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1488018631,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3672686149,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2424102867,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":546169133,"invalidFingerprint":false},{"foldername":"LICENSE-ClassGraph.txt","fingerprint":476797131,"invalidFingerprint":false},{"foldername":"io","fingerprint":303602206,"invalidFingerprint":false},{"foldername":"nonapi","fingerprint":501176284,"invalidFingerprint":false},{"foldername":"com","fingerprint":3601319520,"invalidFingerprint":false},{"foldername":"org","fingerprint":1208898672,"invalidFingerprint":false}],"packageFingerprint":595501837,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237903,"fileNameOnDisk":"RebornCore-1.12.2-3.19.5-universal.jar","hashes":[]}},{"instanceID":"958de172-a122-4c0f-a7f2-6731eb3d2c83","modSource":0,"addonID":32274,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JourneyMap","modFolderPath":null,"fileNameOnDisk":"journeymap-1.12.2-5.7.1p2.jar","authors":[{"Id":7577665,"Name":"techbrew"},{"Id":9422784,"Name":"Mysticdrew"},{"Id":100701793,"Name":"meme_sapiens"}],"primaryAuthor":"techbrew","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/journeymap","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/9/144/256/256/635421614078544069.png","tags":[],"installedFile":{"id":5157846,"fileName":"journeymap-1.12.2-5.7.1p2.jar","fileDate":"2024-03-04T19:07:28.283Z","fileLength":6536118,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5157/846/journeymap-1.12.2-5.7.1p2.jar","isAlternate":false,"alternateFileId":5157847,"dependencies":[{"addonId":226005,"type":4},{"addonId":226005,"type":4}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":704012867,"invalidFingerprint":false},{"foldername":"journeymap","fingerprint":2328727219,"invalidFingerprint":false},{"foldername":"modinfo","fingerprint":3257172988,"invalidFingerprint":false},{"foldername":"net","fingerprint":1429981559,"invalidFingerprint":false},{"foldername":"assets","fingerprint":681540818,"invalidFingerprint":false},{"foldername":"license.txt","fingerprint":2407599862,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3058275793,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"info","fingerprint":2511953692,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"NOTICE.txt","fingerprint":3411389661,"invalidFingerprint":false},{"foldername":"about.html","fingerprint":1421502970,"invalidFingerprint":false},{"foldername":"org","fingerprint":2373182980,"invalidFingerprint":false},{"foldername":"jetty-dir.css","fingerprint":4183154058,"invalidFingerprint":false}],"packageFingerprint":2176094963,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":32274,"fileNameOnDisk":"journeymap-1.12.2-5.7.1p2.jar","hashes":[{"type":1,"value":"ca1a0dc76131b5af3a2e9628870f3e56dc487aa8"},{"type":2,"value":"df46c93c0800a552c3d8fc7c9ddfad54"}]},"dateInstalled":"2023-07-12T19:16:12.4066614Z","dateUpdated":"2024-05-23T17:59:20.8953229Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5157846,"fileName":"journeymap-1.12.2-5.7.1p2.jar","fileDate":"2024-03-04T19:07:28.283Z","fileLength":6536118,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5157/846/journeymap-1.12.2-5.7.1p2.jar","isAlternate":false,"alternateFileId":5157847,"dependencies":[{"addonId":226005,"type":4},{"addonId":226005,"type":4}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":704012867,"invalidFingerprint":false},{"foldername":"journeymap","fingerprint":2328727219,"invalidFingerprint":false},{"foldername":"modinfo","fingerprint":3257172988,"invalidFingerprint":false},{"foldername":"net","fingerprint":1429981559,"invalidFingerprint":false},{"foldername":"assets","fingerprint":681540818,"invalidFingerprint":false},{"foldername":"license.txt","fingerprint":2407599862,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3058275793,"invalidFingerprint":false},{"foldername":"dummyThing","fingerprint":79582461,"invalidFingerprint":false},{"foldername":"info","fingerprint":2511953692,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":1185419476,"invalidFingerprint":false},{"foldername":"NOTICE.txt","fingerprint":3411389661,"invalidFingerprint":false},{"foldername":"about.html","fingerprint":1421502970,"invalidFingerprint":false},{"foldername":"org","fingerprint":2373182980,"invalidFingerprint":false},{"foldername":"jetty-dir.css","fingerprint":4183154058,"invalidFingerprint":false}],"packageFingerprint":2176094963,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":32274,"fileNameOnDisk":"journeymap-1.12.2-5.7.1p2.jar","hashes":[{"type":1,"value":"ca1a0dc76131b5af3a2e9628870f3e56dc487aa8"},{"type":2,"value":"df46c93c0800a552c3d8fc7c9ddfad54"}]}},{"instanceID":"da5734df-1237-4d51-b8e0-af5e12d46b9b","modSource":0,"addonID":267193,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Chunk-Pregenerator","modFolderPath":null,"fileNameOnDisk":"Chunk-Pregenerator-1.12.2-4.4.5.jar","authors":[{"Id":8232409,"Name":"Speiger"}],"primaryAuthor":"Speiger","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chunkpregenerator","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/98/386/256/256/636298749638868156.png","tags":[],"installedFile":{"id":5242846,"fileName":"Chunk-Pregenerator-1.12.2-4.4.5.jar","fileDate":"2024-04-07T10:47:21.95Z","fileLength":1180646,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5242/846/Chunk-Pregenerator-1.12.2-4.4.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1698794968,"invalidFingerprint":false},{"foldername":"pregenerator","fingerprint":1762462525,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288541015,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2795822671,"invalidFingerprint":false}],"packageFingerprint":709769144,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267193,"fileNameOnDisk":"Chunk-Pregenerator-1.12.2-4.4.5.jar","hashes":[{"type":1,"value":"b92fcae528069a285818901b151a0e9be7a60194"},{"type":2,"value":"f71c2c1c1b91b3a4afeabc89e04ca719"}]},"dateInstalled":"2023-07-12T19:15:42.9301651Z","dateUpdated":"2024-05-23T17:58:49.2192272Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5242846,"fileName":"Chunk-Pregenerator-1.12.2-4.4.5.jar","fileDate":"2024-04-07T10:47:21.95Z","fileLength":1180646,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5242/846/Chunk-Pregenerator-1.12.2-4.4.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1698794968,"invalidFingerprint":false},{"foldername":"pregenerator","fingerprint":1762462525,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288541015,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2795822671,"invalidFingerprint":false}],"packageFingerprint":709769144,"gameVersion":["Client","Forge","Server","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":267193,"fileNameOnDisk":"Chunk-Pregenerator-1.12.2-4.4.5.jar","hashes":[{"type":1,"value":"b92fcae528069a285818901b151a0e9be7a60194"},{"type":2,"value":"f71c2c1c1b91b3a4afeabc89e04ca719"}]}},{"instanceID":"165be2a0-98bf-4b1e-876c-c506c86eea5a","modSource":0,"addonID":292952,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Reactors","modFolderPath":null,"fileNameOnDisk":"JustEnoughReactors-1.12.2-1.1.3.61.jar","authors":[{"Id":9115369,"Name":"BrainStone"}],"primaryAuthor":"BrainStone","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-reactors","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/151/646/256/256/636605503893623438.png","tags":[],"installedFile":{"id":2671784,"fileName":"JustEnoughReactors-1.12.2-1.1.3.61.jar","fileDate":"2019-02-10T23:34:19.657Z","fileLength":53675,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2671/784/JustEnoughReactors-1.12.2-1.1.3.61.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250277,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2408417193,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2400949234,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1217143236,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1727089176,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":949489070,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":3791137700,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":3800879718,"invalidFingerprint":false}],"packageFingerprint":2223690729,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292952,"fileNameOnDisk":"JustEnoughReactors-1.12.2-1.1.3.61.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:40.7038551Z","dateUpdated":"2023-07-12T19:25:17.8640374Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2671784,"fileName":"JustEnoughReactors-1.12.2-1.1.3.61.jar","fileDate":"2019-02-10T23:34:19.657Z","fileLength":53675,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2671/784/JustEnoughReactors-1.12.2-1.1.3.61.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250277,"type":3},{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2408417193,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2400949234,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1217143236,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1727089176,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":949489070,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":3791137700,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":3800879718,"invalidFingerprint":false}],"packageFingerprint":2223690729,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292952,"fileNameOnDisk":"JustEnoughReactors-1.12.2-1.1.3.61.jar","hashes":[]}},{"instanceID":"9f78bca5-3545-41fa-96ff-1d558d551d28","modSource":0,"addonID":268560,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Mekanism","modFolderPath":null,"fileNameOnDisk":"Mekanism-1.12.2-9.8.3.390.jar","authors":[{"Id":7470757,"Name":"bradyaidanc"},{"Id":8445729,"Name":"pupnewfster"},{"Id":6868754,"Name":"thommy101"},{"Id":28798139,"Name":"Thiakil"}],"primaryAuthor":"bradyaidanc","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mekanism","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/492/672/256/256/637801316302309362.png","tags":[],"installedFile":{"id":2835175,"fileName":"Mekanism-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:18.493Z","fileLength":7863657,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/175/Mekanism-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":253449,"type":2},{"addonId":239286,"type":2},{"addonId":282001,"type":2},{"addonId":300890,"type":2},{"addonId":270789,"type":2},{"addonId":239431,"type":2},{"addonId":244651,"type":2},{"addonId":239197,"type":2},{"addonId":242638,"type":2},{"addonId":238222,"type":2},{"addonId":223794,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":283632232,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1773137107,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":46806396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":141643309,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2807494747,"invalidFingerprint":false}],"packageFingerprint":1834306126,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268560,"fileNameOnDisk":"Mekanism-1.12.2-9.8.3.390.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:51.9245497Z","dateUpdated":"2023-07-12T19:15:51.9295524Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2835175,"fileName":"Mekanism-1.12.2-9.8.3.390.jar","fileDate":"2019-12-01T07:56:18.493Z","fileLength":7863657,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2835/175/Mekanism-1.12.2-9.8.3.390.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":253449,"type":2},{"addonId":239286,"type":2},{"addonId":282001,"type":2},{"addonId":300890,"type":2},{"addonId":270789,"type":2},{"addonId":239431,"type":2},{"addonId":244651,"type":2},{"addonId":239197,"type":2},{"addonId":242638,"type":2},{"addonId":238222,"type":2},{"addonId":223794,"type":2},{"addonId":223008,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":283632232,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1773137107,"invalidFingerprint":false},{"foldername":"mekanism","fingerprint":46806396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":141643309,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2807494747,"invalidFingerprint":false}],"packageFingerprint":1834306126,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268560,"fileNameOnDisk":"Mekanism-1.12.2-9.8.3.390.jar","hashes":[]}},{"instanceID":"c0773f64-ceb6-4800-99d1-cd9243ba275e","modSource":0,"addonID":624967,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"RenderLib","modFolderPath":null,"fileNameOnDisk":"RenderLib-1.12.2-1.3.4.jar","authors":[{"Id":22993881,"Name":"meldexun"}],"primaryAuthor":"meldexun","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/renderlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/549/461/256/256/637886733123040054.png","tags":[],"installedFile":{"id":5101529,"fileName":"RenderLib-1.12.2-1.3.4.jar","fileDate":"2024-02-12T10:39:22.047Z","fileLength":204706,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5101/529/RenderLib-1.12.2-1.3.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":405327,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2326903305,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":1939612740,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4100802307,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1306235298,"invalidFingerprint":false},{"foldername":"mixins.renderlib.json","fingerprint":764520629,"invalidFingerprint":false},{"foldername":"mixins.renderlib.refmap.json","fingerprint":1704485602,"invalidFingerprint":false}],"packageFingerprint":1493114739,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":624967,"fileNameOnDisk":"RenderLib-1.12.2-1.3.4.jar","hashes":[{"type":1,"value":"203b8882f4eded1a8eb2227c8d9571dd3656770d"},{"type":2,"value":"45b42c80b4bd715532de7c2bd6d67095"}]},"dateInstalled":"2023-08-06T05:39:41.164628Z","dateUpdated":"2024-05-23T17:59:37.915282Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5101529,"fileName":"RenderLib-1.12.2-1.3.4.jar","fileDate":"2024-02-12T10:39:22.047Z","fileLength":204706,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5101/529/RenderLib-1.12.2-1.3.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":357178,"type":3},{"addonId":405327,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2326903305,"invalidFingerprint":false},{"foldername":"meldexun","fingerprint":1939612740,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4100802307,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1306235298,"invalidFingerprint":false},{"foldername":"mixins.renderlib.json","fingerprint":764520629,"invalidFingerprint":false},{"foldername":"mixins.renderlib.refmap.json","fingerprint":1704485602,"invalidFingerprint":false}],"packageFingerprint":1493114739,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":624967,"fileNameOnDisk":"RenderLib-1.12.2-1.3.4.jar","hashes":[{"type":1,"value":"203b8882f4eded1a8eb2227c8d9571dd3656770d"},{"type":2,"value":"45b42c80b4bd715532de7c2bd6d67095"}]}},{"instanceID":"964a9bbd-77c8-4612-9376-746071c1b1c3","modSource":0,"addonID":261924,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Farming for Blockheads","modFolderPath":null,"fileNameOnDisk":"FarmingForBlockheads_1.12.2-3.1.28.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/farming-for-blockheads","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/90/532/256/256/636240157002161763.png","tags":[],"installedFile":{"id":2733508,"fileName":"FarmingForBlockheads_1.12.2-3.1.28.jar","fileDate":"2019-06-30T20:35:12.307Z","fileLength":246686,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/508/FarmingForBlockheads_1.12.2-3.1.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4035949588,"invalidFingerprint":false},{"foldername":"net","fingerprint":3508726205,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":935556743,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3238356668,"invalidFingerprint":false}],"packageFingerprint":2412335274,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261924,"fileNameOnDisk":"FarmingForBlockheads_1.12.2-3.1.28.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:36.5205662Z","dateUpdated":"2023-07-12T19:16:36.5234884Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2733508,"fileName":"FarmingForBlockheads_1.12.2-3.1.28.jar","fileDate":"2019-06-30T20:35:12.307Z","fileLength":246686,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2733/508/FarmingForBlockheads_1.12.2-3.1.28.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4035949588,"invalidFingerprint":false},{"foldername":"net","fingerprint":3508726205,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":935556743,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3238356668,"invalidFingerprint":false}],"packageFingerprint":2412335274,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":261924,"fileNameOnDisk":"FarmingForBlockheads_1.12.2-3.1.28.jar","hashes":[]}},{"instanceID":"76c96dfb-b5d0-4ee0-837a-4d33f8afc415","modSource":0,"addonID":237102,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"FTB Utilities (Forge)","modFolderPath":null,"fileNameOnDisk":"FTBUtilities-5.4.1.131.jar","authors":[{"Id":17809311,"Name":"FTB"}],"primaryAuthor":"FTB","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-utilities-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/361/256/256/637261948181600297.png","tags":[],"installedFile":{"id":3157548,"fileName":"FTBUtilities-5.4.1.131.jar","fileDate":"2021-01-03T21:17:49.057Z","fileLength":425832,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3157/548/FTBUtilities-5.4.1.131.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":32274,"type":2},{"addonId":237167,"type":3},{"addonId":314904,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4207128408,"invalidFingerprint":false},{"foldername":"com","fingerprint":2745711402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":328449044,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2315989403,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":990109375,"invalidFingerprint":false}],"packageFingerprint":679359278,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237102,"fileNameOnDisk":"FTBUtilities-5.4.1.131.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.6419009Z","dateUpdated":"2023-07-12T19:16:20.6439007Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3157548,"fileName":"FTBUtilities-5.4.1.131.jar","fileDate":"2021-01-03T21:17:49.057Z","fileLength":425832,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3157/548/FTBUtilities-5.4.1.131.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":32274,"type":2},{"addonId":237167,"type":3},{"addonId":314904,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4207128408,"invalidFingerprint":false},{"foldername":"com","fingerprint":2745711402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":328449044,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2315989403,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":990109375,"invalidFingerprint":false}],"packageFingerprint":679359278,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237102,"fileNameOnDisk":"FTBUtilities-5.4.1.131.jar","hashes":[]}},{"instanceID":"42501189-417c-4c14-9c7b-2c7f87b2ba43","modSource":0,"addonID":244651,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"TESLA","modFolderPath":null,"fileNameOnDisk":"Tesla-1.12.2-1.0.63.jar","authors":[{"Id":6968547,"Name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tesla","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/45/735/256/256/636046612990871932.png","tags":[],"installedFile":{"id":2487959,"fileName":"Tesla-1.12.2-1.0.63.jar","fileDate":"2017-10-06T17:23:43.737Z","fileLength":30925,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2487/959/Tesla-1.12.2-1.0.63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3894728221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1348759901,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2481044327,"invalidFingerprint":false},{"foldername":"net","fingerprint":2323382832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3098370195,"invalidFingerprint":false}],"packageFingerprint":630001425,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244651,"fileNameOnDisk":"Tesla-1.12.2-1.0.63.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.49653Z","dateUpdated":"2023-07-12T19:16:20.4995287Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2487959,"fileName":"Tesla-1.12.2-1.0.63.jar","fileDate":"2017-10-06T17:23:43.737Z","fileLength":30925,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2487/959/Tesla-1.12.2-1.0.63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3894728221,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1348759901,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2481044327,"invalidFingerprint":false},{"foldername":"net","fingerprint":2323382832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3098370195,"invalidFingerprint":false}],"packageFingerprint":630001425,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":244651,"fileNameOnDisk":"Tesla-1.12.2-1.0.63.jar","hashes":[]}},{"instanceID":"503623d0-cfd3-4452-b422-81912c7bcb2b","modSource":0,"addonID":225605,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"LunatriusCore","modFolderPath":null,"fileNameOnDisk":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","authors":[{"Id":8258357,"Name":"Lunatrius"}],"primaryAuthor":"Lunatrius","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lunatriuscore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/195/256/256/635618414430115697.png","tags":[],"installedFile":{"id":2489549,"fileName":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","fileDate":"2017-10-11T07:40:08.403Z","fileLength":76753,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2489/549/LunatriusCore-1.12.2-1.2.0.42-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2510888000,"invalidFingerprint":false},{"foldername":"com","fingerprint":19076286,"invalidFingerprint":false},{"foldername":"assets","fingerprint":337329185,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1508196263,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1714927463,"invalidFingerprint":false}],"packageFingerprint":1145034958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225605,"fileNameOnDisk":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.1760912Z","dateUpdated":"2023-07-12T19:16:19.1790908Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2489549,"fileName":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","fileDate":"2017-10-11T07:40:08.403Z","fileLength":76753,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2489/549/LunatriusCore-1.12.2-1.2.0.42-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2510888000,"invalidFingerprint":false},{"foldername":"com","fingerprint":19076286,"invalidFingerprint":false},{"foldername":"assets","fingerprint":337329185,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1508196263,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1714927463,"invalidFingerprint":false}],"packageFingerprint":1145034958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":225605,"fileNameOnDisk":"LunatriusCore-1.12.2-1.2.0.42-universal.jar","hashes":[]}},{"instanceID":"db0be2bc-95d8-4b45-bf95-a0047766fba2","modSource":0,"addonID":253211,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MTLib","modFolderPath":null,"fileNameOnDisk":"MTLib-3.0.7.jar","authors":[{"Id":10618648,"Name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mtlib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/54/782/256/256/636138327855391656.png","tags":[],"installedFile":{"id":3308160,"fileName":"MTLib-3.0.7.jar","fileDate":"2021-05-13T14:02:27.11Z","fileLength":30009,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3308/160/MTLib-3.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2448323966,"invalidFingerprint":false},{"foldername":"com","fingerprint":3800728485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1117009166,"invalidFingerprint":false}],"packageFingerprint":3462876034,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253211,"fileNameOnDisk":"MTLib-3.0.7.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:42.1759938Z","dateUpdated":"2023-07-12T19:25:22.6384554Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3308160,"fileName":"MTLib-3.0.7.jar","fileDate":"2021-05-13T14:02:27.11Z","fileLength":30009,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3308/160/MTLib-3.0.7.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":239197,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2448323966,"invalidFingerprint":false},{"foldername":"com","fingerprint":3800728485,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1117009166,"invalidFingerprint":false}],"packageFingerprint":3462876034,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":253211,"fileNameOnDisk":"MTLib-3.0.7.jar","hashes":[]}},{"instanceID":"7607aa54-4439-48b6-adfa-34996a617d03","modSource":0,"addonID":278493,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Unlimited Chisel Works","modFolderPath":null,"fileNameOnDisk":"UnlimitedChiselWorks-0.3.5.jar","authors":[{"Id":8658828,"Name":"asiekierka"}],"primaryAuthor":"asiekierka","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/unlimited-chisel-works","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/123/621/256/256/636415909007705252.jpeg","tags":[],"installedFile":{"id":3319307,"fileName":"UnlimitedChiselWorks-0.3.5.jar","fileDate":"2021-05-22T14:15:15.403Z","fileLength":124777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3319/307/UnlimitedChiselWorks-0.3.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":235279,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":772628820,"invalidFingerprint":false},{"foldername":"pl","fingerprint":2033058969,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3869853837,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":73288721,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1967101042,"invalidFingerprint":false},{"foldername":"changelog","fingerprint":126908479,"invalidFingerprint":false},{"foldername":"compiletime_at.cfg","fingerprint":3289536313,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4080006483,"invalidFingerprint":false}],"packageFingerprint":1965653979,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278493,"fileNameOnDisk":"UnlimitedChiselWorks-0.3.5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:52.855345Z","dateUpdated":"2023-07-12T19:15:52.8583453Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3319307,"fileName":"UnlimitedChiselWorks-0.3.5.jar","fileDate":"2021-05-22T14:15:15.403Z","fileLength":124777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3319/307/UnlimitedChiselWorks-0.3.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":235279,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":772628820,"invalidFingerprint":false},{"foldername":"pl","fingerprint":2033058969,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3869853837,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":73288721,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1967101042,"invalidFingerprint":false},{"foldername":"changelog","fingerprint":126908479,"invalidFingerprint":false},{"foldername":"compiletime_at.cfg","fingerprint":3289536313,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4080006483,"invalidFingerprint":false}],"packageFingerprint":1965653979,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":278493,"fileNameOnDisk":"UnlimitedChiselWorks-0.3.5.jar","hashes":[]}},{"instanceID":"d3b2c7cb-fda3-42eb-b0bb-e5d283289698","modSource":0,"addonID":304346,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Ender IO Endergy","modFolderPath":null,"fileNameOnDisk":"EnderIO-endergy-1.12.2-5.3.72.jar","authors":[{"Id":10932610,"Name":"tterrag1098"},{"Id":8204711,"Name":"HenryLoenwind"},{"Id":48410945,"Name":"EpicSquid315"},{"Id":12018773,"Name":"crazypants_mc_the_second"}],"primaryAuthor":"tterrag1098","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ender-io-endergy","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/173/547/256/256/636744592426092398.png","tags":[],"installedFile":{"id":4674241,"fileName":"EnderIO-endergy-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:48.76Z","fileLength":118017,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/241/EnderIO-endergy-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":297193,"type":2},{"addonId":64578,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":572019614,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3654945000,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":27815246,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4028465049,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":522175395,"invalidFingerprint":false}],"packageFingerprint":3919766608,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":304346,"fileNameOnDisk":"EnderIO-endergy-1.12.2-5.3.72.jar","hashes":[]},"dateInstalled":"2023-07-17T00:19:15.5924774Z","dateUpdated":"2023-08-04T23:39:30.5164523Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4674241,"fileName":"EnderIO-endergy-1.12.2-5.3.72.jar","fileDate":"2023-07-31T12:04:48.76Z","fileLength":118017,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4674/241/EnderIO-endergy-1.12.2-5.3.72.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":297193,"type":2},{"addonId":64578,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":572019614,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3654945000,"invalidFingerprint":false},{"foldername":"crazypants","fingerprint":27815246,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4028465049,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":522175395,"invalidFingerprint":false}],"packageFingerprint":3919766608,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":304346,"fileNameOnDisk":"EnderIO-endergy-1.12.2-5.3.72.jar","hashes":[]}},{"instanceID":"73ddd232-d31a-4296-a298-f828516a3bb9","modSource":0,"addonID":228832,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Guide-API","modFolderPath":null,"fileNameOnDisk":"Guide-API-1.12-2.1.8-63.jar","authors":[{"Id":8596063,"Name":"TehNut"},{"Id":9943356,"Name":"tombenpotter"}],"primaryAuthor":"TehNut","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/guide-api","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/20/468/256/256/635712257569813390.png","tags":[],"installedFile":{"id":2645992,"fileName":"Guide-API-1.12-2.1.8-63.jar","fileDate":"2018-12-10T03:50:02.413Z","fileLength":169528,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2645/992/Guide-API-1.12-2.1.8-63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3989512622,"invalidFingerprint":false},{"foldername":"amerifrance","fingerprint":2263884702,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3218343144,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1999785916,"invalidFingerprint":false}],"packageFingerprint":1899009469,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228832,"fileNameOnDisk":"Guide-API-1.12-2.1.8-63.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:11.5794446Z","dateUpdated":"2023-07-12T19:16:11.5814466Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2645992,"fileName":"Guide-API-1.12-2.1.8-63.jar","fileDate":"2018-12-10T03:50:02.413Z","fileLength":169528,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2645/992/Guide-API-1.12-2.1.8-63.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3989512622,"invalidFingerprint":false},{"foldername":"amerifrance","fingerprint":2263884702,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3218343144,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1999785916,"invalidFingerprint":false}],"packageFingerprint":1899009469,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228832,"fileNameOnDisk":"Guide-API-1.12-2.1.8-63.jar","hashes":[]}},{"instanceID":"b2fb348b-0b78-424a-b87c-150baec6043b","modSource":0,"addonID":240630,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Just Enough Resources (JER)","modFolderPath":null,"fileNameOnDisk":"JustEnoughResources-1.12.2-0.9.2.60.jar","authors":[{"Id":14753335,"Name":"way2muchnoise"}],"primaryAuthor":"way2muchnoise","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/419/256/256/635880199659979425.png","tags":[],"installedFile":{"id":2728585,"fileName":"JustEnoughResources-1.12.2-0.9.2.60.jar","fileDate":"2019-06-23T11:17:34.077Z","fileLength":222270,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2728/585/JustEnoughResources-1.12.2-0.9.2.60.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1031631226,"invalidFingerprint":false},{"foldername":"jeresources","fingerprint":585663263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3633478792,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3315349236,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2604549910,"invalidFingerprint":false}],"packageFingerprint":537556958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240630,"fileNameOnDisk":"JustEnoughResources-1.12.2-0.9.2.60.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:20.0297613Z","dateUpdated":"2023-07-12T19:16:20.0337616Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2728585,"fileName":"JustEnoughResources-1.12.2-0.9.2.60.jar","fileDate":"2019-06-23T11:17:34.077Z","fileLength":222270,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2728/585/JustEnoughResources-1.12.2-0.9.2.60.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1031631226,"invalidFingerprint":false},{"foldername":"jeresources","fingerprint":585663263,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3633478792,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3315349236,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2604549910,"invalidFingerprint":false}],"packageFingerprint":537556958,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240630,"fileNameOnDisk":"JustEnoughResources-1.12.2-0.9.2.60.jar","hashes":[]}},{"instanceID":"13c6a0fa-0534-407d-b499-8be2671737e7","modSource":0,"addonID":75598,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Thaumic Tinkerer","modFolderPath":null,"fileNameOnDisk":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","authors":[{"Id":7013546,"Name":"gaeakat"}],"primaryAuthor":"gaeakat","primaryCategoryId":430,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/3/240/256/256/635351422405281249.png","tags":[],"installedFile":{"id":2957213,"fileName":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","fileDate":"2020-05-15T02:31:05.06Z","fileLength":1884011,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2957/213/thaumictinkerer-1.12.2-5.0-620a0c5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1651180506,"invalidFingerprint":false},{"foldername":"com","fingerprint":1126263786,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4137456998,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":860812063,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3105742345,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":75598,"fileNameOnDisk":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:10.6306199Z","dateUpdated":"2023-07-12T19:16:10.6346122Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2957213,"fileName":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","fileDate":"2020-05-15T02:31:05.06Z","fileLength":1884011,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2957/213/thaumictinkerer-1.12.2-5.0-620a0c5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1651180506,"invalidFingerprint":false},{"foldername":"com","fingerprint":1126263786,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4137456998,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":860812063,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3273911401,"invalidFingerprint":false}],"packageFingerprint":3105742345,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":75598,"fileNameOnDisk":"thaumictinkerer-1.12.2-5.0-620a0c5.jar","hashes":[]}},{"instanceID":"6fa27326-e7d8-4f54-bd63-64de08ef6d1b","modSource":0,"addonID":266784,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Scannable","modFolderPath":null,"fileNameOnDisk":"Scannable-MC1.12.2-1.6.3.26.jar","authors":[{"Id":12026371,"Name":"Sangar"}],"primaryAuthor":"Sangar","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/scannable","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/97/777/256/256/636294300831790651.png","tags":[],"installedFile":{"id":3146549,"fileName":"Scannable-MC1.12.2-1.6.3.26.jar","fileDate":"2020-12-22T21:51:18.103Z","fileLength":252718,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3146/549/Scannable-MC1.12.2-1.6.3.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1764268382,"invalidFingerprint":false},{"foldername":"li","fingerprint":3337242106,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2934787899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":775322917,"invalidFingerprint":false}],"packageFingerprint":4107079025,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266784,"fileNameOnDisk":"Scannable-MC1.12.2-1.6.3.26.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:36.9604105Z","dateUpdated":"2023-07-12T19:15:36.9624108Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3146549,"fileName":"Scannable-MC1.12.2-1.6.3.26.jar","fileDate":"2020-12-22T21:51:18.103Z","fileLength":252718,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3146/549/Scannable-MC1.12.2-1.6.3.26.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1764268382,"invalidFingerprint":false},{"foldername":"li","fingerprint":3337242106,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2934787899,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":775322917,"invalidFingerprint":false}],"packageFingerprint":4107079025,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":266784,"fileNameOnDisk":"Scannable-MC1.12.2-1.6.3.26.jar","hashes":[]}},{"instanceID":"49451fdb-44e0-4a5e-bd50-d161bc1df8f3","modSource":0,"addonID":228815,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"OpenModsLib","modFolderPath":null,"fileNameOnDisk":"OpenModsLib-1.12.2-0.12.2.jar","authors":[{"Id":19446246,"Name":"OpenMods"},{"Id":19445904,"Name":"0x00716F62"}],"primaryAuthor":"OpenMods","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/openmodslib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/499/256/256/635627200908557487.png","tags":[],"installedFile":{"id":2699055,"fileName":"OpenModsLib-1.12.2-0.12.2.jar","fileDate":"2019-04-14T10:36:25.69Z","fileLength":2639587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/55/OpenModsLib-1.12.2-0.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":982621930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1528055574,"invalidFingerprint":false},{"foldername":"info","fingerprint":4026736668,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3907450400,"invalidFingerprint":false},{"foldername":"openmods","fingerprint":2572559241,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":728614652,"invalidFingerprint":false}],"packageFingerprint":1596478407,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228815,"fileNameOnDisk":"OpenModsLib-1.12.2-0.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:50.5113459Z","dateUpdated":"2023-07-12T19:15:50.5153468Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2699055,"fileName":"OpenModsLib-1.12.2-0.12.2.jar","fileDate":"2019-04-14T10:36:25.69Z","fileLength":2639587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2699/55/OpenModsLib-1.12.2-0.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":982621930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1528055574,"invalidFingerprint":false},{"foldername":"info","fingerprint":4026736668,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3907450400,"invalidFingerprint":false},{"foldername":"openmods","fingerprint":2572559241,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":728614652,"invalidFingerprint":false}],"packageFingerprint":1596478407,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228815,"fileNameOnDisk":"OpenModsLib-1.12.2-0.12.2.jar","hashes":[]}},{"instanceID":"0c2c02e4-c4bf-42ea-90bb-cd9c0c934966","modSource":0,"addonID":283013,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"JEI Villagers","modFolderPath":null,"fileNameOnDisk":"jeivillagers-1.12-1.0.2.jar","authors":[{"Id":9564587,"Name":"Buuz135"}],"primaryAuthor":"Buuz135","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jei-villagers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/132/988/256/256/636479745271847923.png","tags":[],"installedFile":{"id":2508393,"fileName":"jeivillagers-1.12-1.0.2.jar","fileDate":"2017-12-10T18:17:44.11Z","fileLength":26491,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2508/393/jeivillagers-1.12-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3340564110,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1770209017,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":684962606,"invalidFingerprint":false}],"packageFingerprint":2772795985,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283013,"fileNameOnDisk":"jeivillagers-1.12-1.0.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:46.6314396Z","dateUpdated":"2023-07-12T19:15:46.632436Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2508393,"fileName":"jeivillagers-1.12-1.0.2.jar","fileDate":"2017-12-10T18:17:44.11Z","fileLength":26491,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2508/393/jeivillagers-1.12-1.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":3340564110,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1770209017,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":684962606,"invalidFingerprint":false}],"packageFingerprint":2772795985,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283013,"fileNameOnDisk":"jeivillagers-1.12-1.0.2.jar","hashes":[]}},{"instanceID":"d5ddf926-016a-417e-b700-e5789d5587cc","modSource":0,"addonID":69162,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"CoFH Core","modFolderPath":null,"fileNameOnDisk":"CoFHCore-1.12.2-4.6.6.1-universal.jar","authors":[{"Id":12590770,"Name":"TeamCoFH"},{"Id":4632299,"Name":"KingLemmingCoFH"}],"primaryAuthor":"TeamCoFH","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cofh-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/14/190/256/256/635588122347757413.png","tags":[],"installedFile":{"id":2920433,"fileName":"CoFHCore-1.12.2-4.6.6.1-universal.jar","fileDate":"2020-04-03T23:51:47.75Z","fileLength":848187,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/433/CoFHCore-1.12.2-4.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":220333,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3081622856,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3176896124,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3423698620,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3177233248,"invalidFingerprint":false}],"packageFingerprint":3315557568,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69162,"fileNameOnDisk":"CoFHCore-1.12.2-4.6.6.1-universal.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:34.6253412Z","dateUpdated":"2023-07-12T19:16:34.6292983Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2920433,"fileName":"CoFHCore-1.12.2-4.6.6.1-universal.jar","fileDate":"2020-04-03T23:51:47.75Z","fileLength":848187,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2920/433/CoFHCore-1.12.2-4.6.6.1-universal.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":220333,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3081622856,"invalidFingerprint":false},{"foldername":"cofh","fingerprint":3176896124,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3423698620,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3177233248,"invalidFingerprint":false}],"packageFingerprint":3315557568,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":69162,"fileNameOnDisk":"CoFHCore-1.12.2-4.6.6.1-universal.jar","hashes":[]}},{"instanceID":"9ffbac42-afe2-47b7-8718-c96843b021f8","modSource":0,"addonID":223852,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Storage Drawers","modFolderPath":null,"fileNameOnDisk":"StorageDrawers-1.12.2-5.5.0.jar","authors":[{"Id":6833007,"Name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/storage-drawers","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/842/256/256/635468327818431130.png","tags":[],"installedFile":{"id":4655859,"fileName":"StorageDrawers-1.12.2-5.5.0.jar","fileDate":"2023-07-21T00:11:16.5Z","fileLength":609908,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/859/StorageDrawers-1.12.2-5.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1936078088,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3665777535,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1032165233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3867754273,"invalidFingerprint":false}],"packageFingerprint":3057474652,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223852,"fileNameOnDisk":"StorageDrawers-1.12.2-5.5.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:58.7742182Z","dateUpdated":"2023-07-23T05:50:22.1595093Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4655859,"fileName":"StorageDrawers-1.12.2-5.5.0.jar","fileDate":"2023-07-21T00:11:16.5Z","fileLength":609908,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/859/StorageDrawers-1.12.2-5.5.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":230497,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"com","fingerprint":1936078088,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3665777535,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1032165233,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3867754273,"invalidFingerprint":false}],"packageFingerprint":3057474652,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223852,"fileNameOnDisk":"StorageDrawers-1.12.2-5.5.0.jar","hashes":[]}},{"instanceID":"c1552009-829d-4b90-bd1a-51043885790d","modSource":0,"addonID":245733,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"ToroHealth Damage Indicators","modFolderPath":null,"fileNameOnDisk":"torohealth-1.12.2-11.jar","authors":[{"Id":25371620,"Name":"ToroCraft"}],"primaryAuthor":"ToroCraft","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/torohealth-damage-indicators","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/88/421/256/256/636224048898415001.png","tags":[],"installedFile":{"id":2483817,"fileName":"torohealth-1.12.2-11.jar","fileDate":"2017-09-24T22:18:46.59Z","fileLength":66307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2483/817/torohealth-1.12.2-11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2527025804,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2267370335,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":906948717,"invalidFingerprint":false}],"packageFingerprint":378881515,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245733,"fileNameOnDisk":"torohealth-1.12.2-11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.4980778Z","dateUpdated":"2023-07-12T19:16:19.4999897Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2483817,"fileName":"torohealth-1.12.2-11.jar","fileDate":"2017-09-24T22:18:46.59Z","fileLength":66307,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2483/817/torohealth-1.12.2-11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2527025804,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2267370335,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":906948717,"invalidFingerprint":false}],"packageFingerprint":378881515,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245733,"fileNameOnDisk":"torohealth-1.12.2-11.jar","hashes":[]}},{"instanceID":"77850ee9-8f58-486b-bf1f-0e18888ac656","modSource":0,"addonID":226447,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Resource Loader","modFolderPath":null,"fileNameOnDisk":"ResourceLoader-MC1.12.1-1.5.3.jar","authors":[{"Id":8129972,"Name":"Lumien231"}],"primaryAuthor":"Lumien231","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/resource-loader","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/53/256/256/635550355486266410.png","tags":[],"installedFile":{"id":2477566,"fileName":"ResourceLoader-MC1.12.1-1.5.3.jar","fileDate":"2017-09-08T21:46:12.243Z","fileLength":16612,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2477/566/ResourceLoader-MC1.12.1-1.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3736164344,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2008168392,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1893016861,"invalidFingerprint":false}],"packageFingerprint":699442863,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226447,"fileNameOnDisk":"ResourceLoader-MC1.12.1-1.5.3.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:35.4885696Z","dateUpdated":"2023-07-12T19:16:35.489351Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2477566,"fileName":"ResourceLoader-MC1.12.1-1.5.3.jar","fileDate":"2017-09-08T21:46:12.243Z","fileLength":16612,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2477/566/ResourceLoader-MC1.12.1-1.5.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3736164344,"invalidFingerprint":false},{"foldername":"lumien","fingerprint":2008168392,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1893016861,"invalidFingerprint":false}],"packageFingerprint":699442863,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":226447,"fileNameOnDisk":"ResourceLoader-MC1.12.1-1.5.3.jar","hashes":[]}},{"instanceID":"f94f19e1-ed54-4cc0-9c8c-ae033bb3aec0","modSource":0,"addonID":873867,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Red Core","modFolderPath":null,"fileNameOnDisk":"!Red-Core-MC-1.7-1.12-0.5.1.jar","authors":[{"Id":102115093,"Name":"Desoroxxx"}],"primaryAuthor":"Desoroxxx","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/red-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/907/322/256/256/638358340959112160.png","tags":[],"installedFile":{"id":4883852,"fileName":"!Red-Core-MC-1.7-1.12-0.5.1.jar","fileDate":"2023-11-20T13:13:37.897Z","fileLength":130772,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4883/852/!Red-Core-MC-1.7-1.12-0.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3194883825,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":2196826039,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3578392358,"invalidFingerprint":false},{"foldername":"io","fingerprint":1725832945,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":510014805,"invalidFingerprint":false},{"foldername":"net","fingerprint":3230450778,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2599897429,"invalidFingerprint":false}],"packageFingerprint":3744247599,"gameVersion":["1.9.4","1.12","1.8.8","Client","1.10.2","1.11","Forge","1.10","1.7.10","1.8","Server","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.7.10","gameVersionName":"1.7.10","gameVersionTypeId":5},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":873867,"fileNameOnDisk":"!Red-Core-MC-1.7-1.12-0.5.1.jar","hashes":[{"type":1,"value":"7b948311155c1ba8d3f2b1a18a1caa751f1925d0"},{"type":2,"value":"d4b29b10a66a525fc4bf73a7394ec4c5"}]},"dateInstalled":"2024-06-08T23:16:23.0922602Z","dateUpdated":"2024-06-08T23:16:23.0938773Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4883852,"fileName":"!Red-Core-MC-1.7-1.12-0.5.1.jar","fileDate":"2023-11-20T13:13:37.897Z","fileLength":130772,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4883/852/!Red-Core-MC-1.7-1.12-0.5.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3194883825,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":2196826039,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3578392358,"invalidFingerprint":false},{"foldername":"io","fingerprint":1725832945,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":510014805,"invalidFingerprint":false},{"foldername":"net","fingerprint":3230450778,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2599897429,"invalidFingerprint":false}],"packageFingerprint":3744247599,"gameVersion":["1.9.4","1.12","1.8.8","Client","1.10.2","1.11","Forge","1.10","1.7.10","1.8","Server","1.11.2","1.9","1.12.2","1.8.9"],"sortableGameVersion":[{"gameVersion":"1.9.4","gameVersionName":"1.9.4","gameVersionTypeId":552},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.8.8","gameVersionName":"1.8.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.10.2","gameVersionName":"1.10.2","gameVersionTypeId":572},{"gameVersion":"1.11","gameVersionName":"1.11","gameVersionTypeId":599},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.10","gameVersionName":"1.10","gameVersionTypeId":572},{"gameVersion":"1.7.10","gameVersionName":"1.7.10","gameVersionTypeId":5},{"gameVersion":"1.8","gameVersionName":"1.8","gameVersionTypeId":4},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.11.2","gameVersionName":"1.11.2","gameVersionTypeId":599},{"gameVersion":"1.9","gameVersionName":"1.9","gameVersionTypeId":552},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"1.8.9","gameVersionName":"1.8.9","gameVersionTypeId":4}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":873867,"fileNameOnDisk":"!Red-Core-MC-1.7-1.12-0.5.1.jar","hashes":[{"type":1,"value":"7b948311155c1ba8d3f2b1a18a1caa751f1925d0"},{"type":2,"value":"d4b29b10a66a525fc4bf73a7394ec4c5"}]}},{"instanceID":"031a2c82-edd6-4fd2-aded-b62c46e42a04","modSource":0,"addonID":290659,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Pretty Beaches","modFolderPath":null,"fileNameOnDisk":"PrettyBeaches_1.12.2-1.1.0.jar","authors":[{"Id":12099681,"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pretty-beaches","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/146/955/256/256/636573526858217141.png","tags":[],"installedFile":{"id":3067807,"fileName":"PrettyBeaches_1.12.2-1.1.0.jar","fileDate":"2020-09-28T18:36:22.97Z","fileLength":10006,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3067/807/PrettyBeaches_1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2964568523,"invalidFingerprint":false},{"foldername":"net","fingerprint":29043860,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987047130,"invalidFingerprint":false}],"packageFingerprint":919757452,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":290659,"fileNameOnDisk":"PrettyBeaches_1.12.2-1.1.0.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:23.4319208Z","dateUpdated":"2023-07-12T19:16:23.4329209Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3067807,"fileName":"PrettyBeaches_1.12.2-1.1.0.jar","fileDate":"2020-09-28T18:36:22.97Z","fileLength":10006,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3067/807/PrettyBeaches_1.12.2-1.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2964568523,"invalidFingerprint":false},{"foldername":"net","fingerprint":29043860,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2987047130,"invalidFingerprint":false}],"packageFingerprint":919757452,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":290659,"fileNameOnDisk":"PrettyBeaches_1.12.2-1.1.0.jar","hashes":[]}},{"instanceID":"3bda3413-af66-4dfe-b735-a77ea36bd3f8","modSource":0,"addonID":70492,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Gendustry","modFolderPath":null,"fileNameOnDisk":"gendustry-1.6.5.8-mc1.12.2.jar","authors":[{"Id":1274872,"Name":"bdew"}],"primaryAuthor":"bdew","primaryCategoryId":433,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gendustry","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/5/21/256/256/635351428360156617.jpg","tags":[],"installedFile":{"id":2516215,"fileName":"gendustry-1.6.5.8-mc1.12.2.jar","fileDate":"2018-01-02T21:38:46.04Z","fileLength":1856305,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/215/gendustry-1.6.5.8-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":61811,"type":2},{"addonId":73488,"type":2},{"addonId":70496,"type":3},{"addonId":69162,"type":2},{"addonId":59751,"type":3},{"addonId":238222,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2545261623,"invalidFingerprint":false},{"foldername":"gendustry_at.cfg","fingerprint":1640932915,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1563968993,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3324733961,"invalidFingerprint":false}],"packageFingerprint":1769408380,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70492,"fileNameOnDisk":"gendustry-1.6.5.8-mc1.12.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:17.3138788Z","dateUpdated":"2023-07-12T19:16:17.319901Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2516215,"fileName":"gendustry-1.6.5.8-mc1.12.2.jar","fileDate":"2018-01-02T21:38:46.04Z","fileLength":1856305,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2516/215/gendustry-1.6.5.8-mc1.12.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":61811,"type":2},{"addonId":73488,"type":2},{"addonId":70496,"type":3},{"addonId":69162,"type":2},{"addonId":59751,"type":3},{"addonId":238222,"type":2},{"addonId":244651,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"net","fingerprint":2545261623,"invalidFingerprint":false},{"foldername":"gendustry_at.cfg","fingerprint":1640932915,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1563968993,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3324733961,"invalidFingerprint":false}],"packageFingerprint":1769408380,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":70492,"fileNameOnDisk":"gendustry-1.6.5.8-mc1.12.2.jar","hashes":[]}},{"instanceID":"3efeb9ef-2d36-42e0-9165-d46d89c32f36","modSource":0,"addonID":833931,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"PackagedDraconic","modFolderPath":null,"fileNameOnDisk":"PackagedDraconic-1.12.2-1.0.0.13.jar","authors":[{"Id":20908135,"Name":"TheLMiffy1111"}],"primaryAuthor":"TheLMiffy1111","primaryCategoryId":4843,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/packageddraconic","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/785/360/256/256/638135438959255507.png","tags":[],"installedFile":{"id":5299168,"fileName":"PackagedDraconic-1.12.2-1.0.0.13.jar","fileDate":"2024-04-28T17:40:08.187Z","fileLength":120009,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5299/168/PackagedDraconic-1.12.2-1.0.0.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223565,"type":3},{"addonId":308380,"type":3},{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3430918312,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3875258663,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2601357446,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3794249499,"invalidFingerprint":false},{"foldername":"packageddraconic.logo.png","fingerprint":3097943461,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":2609445025,"invalidFingerprint":false}],"packageFingerprint":2000490322,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":833931,"fileNameOnDisk":"PackagedDraconic-1.12.2-1.0.0.13.jar","hashes":[{"type":1,"value":"c55b23e8cbadca8003c17466004d89170291837c"},{"type":2,"value":"27ced837feb01152b0f852befead54f9"}]},"dateInstalled":"2023-08-04T23:59:37.203424Z","dateUpdated":"2024-05-23T17:59:36.2846047Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5299168,"fileName":"PackagedDraconic-1.12.2-1.0.0.13.jar","fileDate":"2024-04-28T17:40:08.187Z","fileLength":120009,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5299/168/PackagedDraconic-1.12.2-1.0.0.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223565,"type":3},{"addonId":308380,"type":3},{"addonId":223794,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3430918312,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3875258663,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":2601357446,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3794249499,"invalidFingerprint":false},{"foldername":"packageddraconic.logo.png","fingerprint":3097943461,"invalidFingerprint":false},{"foldername":"thelm","fingerprint":2609445025,"invalidFingerprint":false}],"packageFingerprint":2000490322,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":833931,"fileNameOnDisk":"PackagedDraconic-1.12.2-1.0.0.13.jar","hashes":[{"type":1,"value":"c55b23e8cbadca8003c17466004d89170291837c"},{"type":2,"value":"27ced837feb01152b0f852befead54f9"}]}},{"instanceID":"f617d09d-596a-441c-81b0-7434f031a129","modSource":0,"addonID":240959,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Extra Bit Manipulation","modFolderPath":null,"fileNameOnDisk":"ExtraBitManipulation-1.12.2-3.4.1.jar","authors":[{"Id":23184150,"Name":"Phylogeny"}],"primaryAuthor":"Phylogeny","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extra-bit-manipulation","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/34/302/256/256/635908294819829457.png","tags":[],"installedFile":{"id":2630081,"fileName":"ExtraBitManipulation-1.12.2-3.4.1.jar","fileDate":"2018-10-21T06:47:29.62Z","fileLength":3834020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/81/ExtraBitManipulation-1.12.2-3.4.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231095,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1987835089,"invalidFingerprint":false},{"foldername":"com","fingerprint":139834621,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2968999312,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":472189242,"invalidFingerprint":false}],"packageFingerprint":4089917712,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240959,"fileNameOnDisk":"ExtraBitManipulation-1.12.2-3.4.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:54.3909303Z","dateUpdated":"2023-07-12T19:15:54.394947Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2630081,"fileName":"ExtraBitManipulation-1.12.2-3.4.1.jar","fileDate":"2018-10-21T06:47:29.62Z","fileLength":3834020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2630/81/ExtraBitManipulation-1.12.2-3.4.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":231095,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1987835089,"invalidFingerprint":false},{"foldername":"com","fingerprint":139834621,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2968999312,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":472189242,"invalidFingerprint":false}],"packageFingerprint":4089917712,"gameVersion":["1.12.1","1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240959,"fileNameOnDisk":"ExtraBitManipulation-1.12.2-3.4.1.jar","hashes":[]}},{"instanceID":"18f5d55c-e2e3-41ad-9bea-b98a69663c4f","modSource":0,"addonID":277938,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Integration Foregoing","modFolderPath":null,"fileNameOnDisk":"IntegrationForegoing-1.12.2-1.11.jar","authors":[{"Id":20483557,"Name":"Jacky"},{"Id":9564587,"Name":"Buuz135"}],"primaryAuthor":"Jacky","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/integration-foregoing","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/152/272/256/256/636610312198110630.png","tags":[],"installedFile":{"id":3200529,"fileName":"IntegrationForegoing-1.12.2-1.11.jar","fileDate":"2021-02-11T16:39:21.447Z","fileLength":220777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3200/529/IntegrationForegoing-1.12.2-1.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":2},{"addonId":64578,"type":2},{"addonId":226254,"type":2},{"addonId":256247,"type":2},{"addonId":275408,"type":2},{"addonId":231951,"type":2},{"addonId":274456,"type":2},{"addonId":285439,"type":2},{"addonId":308192,"type":2},{"addonId":59816,"type":2},{"addonId":297361,"type":2},{"addonId":241721,"type":2},{"addonId":223794,"type":2},{"addonId":74072,"type":2},{"addonId":59751,"type":2},{"addonId":225561,"type":2},{"addonId":239197,"type":2},{"addonId":74120,"type":2},{"addonId":311054,"type":2},{"addonId":220318,"type":2},{"addonId":266515,"type":3},{"addonId":74610,"type":2},{"addonId":246761,"type":2},{"addonId":246640,"type":2},{"addonId":225635,"type":2},{"addonId":268250,"type":2},{"addonId":239286,"type":2},{"addonId":220311,"type":2},{"addonId":224641,"type":2},{"addonId":222880,"type":2},{"addonId":263884,"type":2},{"addonId":225643,"type":2},{"addonId":356646,"type":3},{"addonId":256141,"type":2},{"addonId":221857,"type":2},{"addonId":228404,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3482556941,"invalidFingerprint":false},{"foldername":"assets","fingerprint":530775662,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":4053624188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1954477967,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354203209,"invalidFingerprint":false}],"packageFingerprint":4008083745,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277938,"fileNameOnDisk":"IntegrationForegoing-1.12.2-1.11.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:36.3890321Z","dateUpdated":"2023-07-12T19:16:36.3910128Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":3200529,"fileName":"IntegrationForegoing-1.12.2-1.11.jar","fileDate":"2021-02-11T16:39:21.447Z","fileLength":220777,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/3200/529/IntegrationForegoing-1.12.2-1.11.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":223628,"type":2},{"addonId":64578,"type":2},{"addonId":226254,"type":2},{"addonId":256247,"type":2},{"addonId":275408,"type":2},{"addonId":231951,"type":2},{"addonId":274456,"type":2},{"addonId":285439,"type":2},{"addonId":308192,"type":2},{"addonId":59816,"type":2},{"addonId":297361,"type":2},{"addonId":241721,"type":2},{"addonId":223794,"type":2},{"addonId":74072,"type":2},{"addonId":59751,"type":2},{"addonId":225561,"type":2},{"addonId":239197,"type":2},{"addonId":74120,"type":2},{"addonId":311054,"type":2},{"addonId":220318,"type":2},{"addonId":266515,"type":3},{"addonId":74610,"type":2},{"addonId":246761,"type":2},{"addonId":246640,"type":2},{"addonId":225635,"type":2},{"addonId":268250,"type":2},{"addonId":239286,"type":2},{"addonId":220311,"type":2},{"addonId":224641,"type":2},{"addonId":222880,"type":2},{"addonId":263884,"type":2},{"addonId":225643,"type":2},{"addonId":356646,"type":3},{"addonId":256141,"type":2},{"addonId":221857,"type":2},{"addonId":228404,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3482556941,"invalidFingerprint":false},{"foldername":"assets","fingerprint":530775662,"invalidFingerprint":false},{"foldername":"jackyy","fingerprint":4053624188,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1954477967,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354203209,"invalidFingerprint":false}],"packageFingerprint":4008083745,"gameVersion":["1.12.1","1.12","Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.1","gameVersionName":"1.12.1","gameVersionTypeId":628},{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":277938,"fileNameOnDisk":"IntegrationForegoing-1.12.2-1.11.jar","hashes":[]}},{"instanceID":"5b748c1f-c0c1-496f-904e-84c44100a347","modSource":0,"addonID":238403,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Better Builder's Wands","modFolderPath":null,"fileNameOnDisk":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","authors":[{"Id":9684510,"Name":"Portablejim"}],"primaryAuthor":"Portablejim","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-builders-wands","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/29/385/256/256/635844319593521420.png","tags":[],"installedFile":{"id":2691084,"fileName":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","fileDate":"2019-03-24T07:04:51.46Z","fileLength":77866,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/84/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2042798339,"invalidFingerprint":false},{"foldername":"portablejim","fingerprint":1894966484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":605821261,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":2955380783,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":568503746,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":59981550,"invalidFingerprint":false}],"packageFingerprint":2031588189,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238403,"fileNameOnDisk":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:43.9091348Z","dateUpdated":"2023-07-12T19:15:43.911177Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691084,"fileName":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","fileDate":"2019-03-24T07:04:51.46Z","fileLength":77866,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/84/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2042798339,"invalidFingerprint":false},{"foldername":"portablejim","fingerprint":1894966484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":605821261,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":2955380783,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":568503746,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":59981550,"invalidFingerprint":false}],"packageFingerprint":2031588189,"gameVersion":["1.12","1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12","gameVersionName":"1.12","gameVersionTypeId":628},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238403,"fileNameOnDisk":"BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar","hashes":[]}},{"instanceID":"df925d99-7bb7-4d31-8590-1ee6370f7534","modSource":0,"addonID":228702,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Project Red - Core","modFolderPath":null,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-Base.jar","authors":[{"Id":9141442,"Name":"MrTJP"},{"Id":12771183,"Name":"covers1624"}],"primaryAuthor":"MrTJP","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/project-red-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/15/804/256/256/635634024622309024.png","tags":[],"installedFile":{"id":2745545,"fileName":"ProjectRed-1.12.2-4.9.4.120-Base.jar","fileDate":"2019-07-21T17:56:41.103Z","fileLength":2036136,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/545/ProjectRed-1.12.2-4.9.4.120-Base.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":242818,"type":3},{"addonId":258426,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1718450795,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":4224024262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3050910480,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4219091070,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2344955152,"invalidFingerprint":false}],"packageFingerprint":2117407503,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228702,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-Base.jar","hashes":[]},"dateInstalled":"2023-07-13T07:27:08.7801891Z","dateUpdated":"2023-07-13T07:27:08.7841896Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2745545,"fileName":"ProjectRed-1.12.2-4.9.4.120-Base.jar","fileDate":"2019-07-21T17:56:41.103Z","fileLength":2036136,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2745/545/ProjectRed-1.12.2-4.9.4.120-Base.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":229002,"type":3},{"addonId":242818,"type":3},{"addonId":258426,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1718450795,"invalidFingerprint":false},{"foldername":"Changelog","fingerprint":4224024262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3050910480,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":4219091070,"invalidFingerprint":false},{"foldername":"mrtjp","fingerprint":2344955152,"invalidFingerprint":false}],"packageFingerprint":2117407503,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228702,"fileNameOnDisk":"ProjectRed-1.12.2-4.9.4.120-Base.jar","hashes":[]}},{"instanceID":"0c40e997-8882-4a97-bbb8-1866b90c2d75","modSource":0,"addonID":227083,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Baubles","modFolderPath":null,"fileNameOnDisk":"Baubles-1.12-1.5.2.jar","authors":[{"Id":2318322,"Name":"Azanor13"}],"primaryAuthor":"Azanor13","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/baubles","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/13/646/256/256/635570985817200602.png","tags":[],"installedFile":{"id":2518667,"fileName":"Baubles-1.12-1.5.2.jar","fileDate":"2018-01-10T08:23:04.2Z","fileLength":108450,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"baubles","fingerprint":2902570102,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1531625824,"invalidFingerprint":false},{"foldername":"BLogo.png","fingerprint":1045816268,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":1972460944,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3685775933,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2185320186,"invalidFingerprint":false}],"packageFingerprint":4247051032,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227083,"fileNameOnDisk":"Baubles-1.12-1.5.2.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:49.263104Z","dateUpdated":"2023-07-12T19:15:49.2651019Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2518667,"fileName":"Baubles-1.12-1.5.2.jar","fileDate":"2018-01-10T08:23:04.2Z","fileLength":108450,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2464251221,"invalidFingerprint":false},{"foldername":"baubles","fingerprint":2902570102,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1531625824,"invalidFingerprint":false},{"foldername":"BLogo.png","fingerprint":1045816268,"invalidFingerprint":false},{"foldername":"changelog.txt","fingerprint":1972460944,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3685775933,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2185320186,"invalidFingerprint":false}],"packageFingerprint":4247051032,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":227083,"fileNameOnDisk":"Baubles-1.12-1.5.2.jar","hashes":[]}},{"instanceID":"d185189b-534d-4dec-b608-4eccba08cbea","modSource":0,"addonID":243121,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Quark","modFolderPath":null,"fileNameOnDisk":"Quark-r1.6-179.jar","authors":[{"Id":3852549,"Name":"Vazkii"},{"Id":9570609,"Name":"wiresegal"}],"primaryAuthor":"Vazkii","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/quark","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/295/256/256/637958240318838626.png","tags":[],"installedFile":{"id":2924091,"fileName":"Quark-r1.6-179.jar","fileDate":"2020-04-08T04:49:50.967Z","fileLength":3877577,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2924/91/Quark-r1.6-179.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3236539367,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1445870801,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3613315758,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3433932295,"invalidFingerprint":false},{"foldername":"proxypack.mcmeta","fingerprint":3313685099,"invalidFingerprint":false}],"packageFingerprint":2910837341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243121,"fileNameOnDisk":"Quark-r1.6-179.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:57.1859154Z","dateUpdated":"2023-07-12T19:15:57.1919212Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2924091,"fileName":"Quark-r1.6-179.jar","fileDate":"2020-04-08T04:49:50.967Z","fileLength":3877577,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2924/91/Quark-r1.6-179.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3236539367,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1445870801,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3613315758,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":3433932295,"invalidFingerprint":false},{"foldername":"proxypack.mcmeta","fingerprint":3313685099,"invalidFingerprint":false}],"packageFingerprint":2910837341,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":243121,"fileNameOnDisk":"Quark-r1.6-179.jar","hashes":[]}},{"instanceID":"308cc675-e886-4129-87e8-d443f49e9c5f","modSource":0,"addonID":281390,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"MeeCreeps","modFolderPath":null,"fileNameOnDisk":"meecreeps-1.12-1.3.1.jar","authors":[{"Id":12351286,"Name":"McJty"},{"Id":9656447,"Name":"Forge_User_24091647"}],"primaryAuthor":"McJty","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/meecreeps","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/129/492/256/256/636457802554209123.png","tags":[],"installedFile":{"id":2707393,"fileName":"meecreeps-1.12-1.3.1.jar","fileDate":"2019-05-05T06:23:44.89Z","fileLength":575223,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/393/meecreeps-1.12-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1044179094,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":2301426859,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2295001293,"invalidFingerprint":false}],"packageFingerprint":180887399,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281390,"fileNameOnDisk":"meecreeps-1.12-1.3.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:46.3235098Z","dateUpdated":"2023-07-12T19:16:46.3255227Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2707393,"fileName":"meecreeps-1.12-1.3.1.jar","fileDate":"2019-05-05T06:23:44.89Z","fileLength":575223,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2707/393/meecreeps-1.12-1.3.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":3},{"addonId":245211,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1044179094,"invalidFingerprint":false},{"foldername":"mcjty","fingerprint":2301426859,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2295001293,"invalidFingerprint":false}],"packageFingerprint":180887399,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":281390,"fileNameOnDisk":"meecreeps-1.12-1.3.1.jar","hashes":[]}},{"instanceID":"e118d10b-9810-4f59-af84-94a187997fba","modSource":0,"addonID":283644,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Placebo","modFolderPath":null,"fileNameOnDisk":"Placebo-1.12.2-1.6.1.jar","authors":[{"Id":10368195,"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/placebo","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/260/256/256/636490526725752670.png","tags":[],"installedFile":{"id":4629597,"fileName":"Placebo-1.12.2-1.6.1.jar","fileDate":"2023-07-07T07:54:34.25Z","fileLength":77207,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4629/597/Placebo-1.12.2-1.6.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3586471488,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":4156231661,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1104051961,"invalidFingerprint":false}],"packageFingerprint":2278424663,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.12.2-1.6.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:19.0581836Z","dateUpdated":"2023-07-12T19:25:26.995192Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4629597,"fileName":"Placebo-1.12.2-1.6.1.jar","fileDate":"2023-07-07T07:54:34.25Z","fileLength":77207,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4629/597/Placebo-1.12.2-1.6.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3586471488,"invalidFingerprint":false},{"foldername":"shadows","fingerprint":4156231661,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1104051961,"invalidFingerprint":false}],"packageFingerprint":2278424663,"gameVersion":["Forge","1.12.2"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.12.2-1.6.1.jar","hashes":[]}},{"instanceID":"10a79a8f-0e11-4648-8ef2-788fbdc8b81b","modSource":0,"addonID":245453,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Environmental Tech","modFolderPath":null,"fileNameOnDisk":"environmentaltech-1.12.2-2.0.20.1.jar","authors":[{"Id":25227389,"Name":"ValkyrieofNight"}],"primaryAuthor":"ValkyrieofNight","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/environmental-tech","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/435/793/256/256/637676306043621312.png","tags":[],"installedFile":{"id":2691536,"fileName":"environmentaltech-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:54:18.24Z","fileLength":1001848,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/536/environmentaltech-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3},{"addonId":289532,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3475619766,"invalidFingerprint":false},{"foldername":"com","fingerprint":1127179845,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1680517355,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":498910096,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1703971663,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3473727868,"invalidFingerprint":false}],"packageFingerprint":1520876991,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245453,"fileNameOnDisk":"environmentaltech-1.12.2-2.0.20.1.jar","hashes":[]},"dateInstalled":"2023-07-12T19:16:38.9782381Z","dateUpdated":"2023-07-12T19:16:38.9812364Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2691536,"fileName":"environmentaltech-1.12.2-2.0.20.1.jar","fileDate":"2019-03-25T06:54:18.24Z","fileLength":1001848,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2691/536/environmentaltech-1.12.2-2.0.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245480,"type":3},{"addonId":289532,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3475619766,"invalidFingerprint":false},{"foldername":"com","fingerprint":1127179845,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1680517355,"invalidFingerprint":false},{"foldername":"logo_mcmod.png","fingerprint":498910096,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":1703971663,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3473727868,"invalidFingerprint":false}],"packageFingerprint":1520876991,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245453,"fileNameOnDisk":"environmentaltech-1.12.2-2.0.20.1.jar","hashes":[]}},{"instanceID":"0608970d-3bd8-4388-93b1-5e74d3457d8b","modSource":0,"addonID":250577,"gameID":432,"categoryClassID":6,"gameInstanceID":"82f6c969-b468-469d-92cb-60db17be1200","name":"Akashic Tome","modFolderPath":null,"fileNameOnDisk":"AkashicTome-1.2-12.jar","authors":[{"Id":3852549,"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/akashic-tome","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/692/256/256/637959000055625810.png","tags":[],"installedFile":{"id":2648656,"fileName":"AkashicTome-1.2-12.jar","fileDate":"2018-12-15T23:37:09.713Z","fileLength":44663,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1248440037,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":30789144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":13111402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":396473483,"invalidFingerprint":false}],"packageFingerprint":3030749418,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250577,"fileNameOnDisk":"AkashicTome-1.2-12.jar","hashes":[]},"dateInstalled":"2023-07-12T19:15:40.7955321Z","dateUpdated":"2023-07-12T19:15:40.7979655Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":2648656,"fileName":"AkashicTome-1.2-12.jar","fileDate":"2018-12-15T23:37:09.713Z","fileLength":44663,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":250363,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1248440037,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":30789144,"invalidFingerprint":false},{"foldername":"mcmod.info","fingerprint":13111402,"invalidFingerprint":false},{"foldername":"assets","fingerprint":396473483,"invalidFingerprint":false}],"packageFingerprint":3030749418,"gameVersion":["1.12.2"],"sortableGameVersion":[{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250577,"fileNameOnDisk":"AkashicTome-1.2-12.jar","hashes":[]}}],"installedGamePrerequisites":[],"wasNameManuallyChanged":false,"wasGameVersionTypeIdManuallyChanged":false} \ No newline at end of file diff --git a/options.txt b/options.txt index d68524d..53da82f 100644 --- a/options.txt +++ b/options.txt @@ -99,9 +99,6 @@ key_roots.keybinds.quiver:0 key_roots.keybinds.spell_library:0 key_roots.keybinds.cycle:0 key_roots.keybinds.delete_spell:0 -key_quark.keybind.lockBuilding:37 -key_quark.keybind.toggleAutojump:0 -key_quark.keybind.dropoff:0 key_quark.emote.no:0 key_quark.emote.yes:0 key_quark.emote.wave:0 @@ -120,6 +117,9 @@ key_quark.emote.dab:0 key_quark.emote.jet:0 key_quark.emote.exorcist:0 key_quark.emote.zombie:0 +key_quark.keybind.toggleAutojump:0 +key_quark.keybind.lockBuilding:37 +key_quark.keybind.dropoff:0 key_bloodmagic.keybind.open_holding:0 key_bloodmagic.keybind.cycle_holding_pos:13:SHIFT key_bloodmagic.keybind.cycle_holding_neg:12:SHIFT @@ -286,6 +286,7 @@ key_keybinding.extrabitmanipulation.bitmapping:19 key_keybinding.extrabitmanipulation.shift:0 key_keybinding.extrabitmanipulation.control:0 key_keybinding.extrabitmanipulation.alt:45 +key_key.ae2fc.open_wireless_fluid_pattern_terminal.desc:0 key_FpsReducer.key.guiOpen:207 key_FpsReducer.key.forceIdle:197 key_key.integrateddynamics.logic_programmer_focus_search:33:ALT @@ -318,6 +319,7 @@ key_key.plustic_mots.desc:13:ALT key_pi.key.open_pi:23 key_pi.key.et_gui:23 key_pi.key.et_world:23:CONTROL +key_keybind.universaltweaks.clear_toasts:11:CONTROL key_Toggle Jetpack:45 key_Open Rocket GUI:0 key_Toggle RCS:0 @@ -342,7 +344,6 @@ key_key.journeymap.fullscreen.south:208 key_key.journeymap.fullscreen.east:205 key_key.journeymap.fullscreen.west:203 key_key.control:29 -key_Profile GUI:210 key_enderio.keybind.inventory:23 key_enderio.keybind.dsu:0 key_enderio.keybind.glidertoggle:34 @@ -374,10 +375,3 @@ soundCategory_neutral:1.0 soundCategory_player:1.0 soundCategory_ambient:0.0 soundCategory_voice:1.0 -modelPart_cape:true -modelPart_jacket:true -modelPart_left_sleeve:true -modelPart_right_sleeve:true -modelPart_left_pants_leg:true -modelPart_right_pants_leg:true -modelPart_hat:true diff --git a/resources/modpack/textures/e2t-logo.png b/resources/modpack/textures/e2t-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..fdfb43487e2e6cb35e70d39db4c74e919c8a3add GIT binary patch literal 40715 zcmZ6S1yqz#+pgb%LAp~wq(M3blo%;#5S5aW5Co(<2c)}OLPC`84oT@!LP|;$knR}H z=KH^YopsJy7pNtsMm4DQpiVMW&W`GP`lf2M8#prdADqm`U#q{0wV^oz-Cbn4le&sVNI3% zzv4T~_g$|ZIQFl7LB^TFgo|QnrOxhOWtHk?raLD{JJ9c$%-w%R-+)^~U3cwcGgnI5 zaf7G-_MTrU_K13LRgbUcZ_@eE?|*~uDQXuB3isvgFB6n|bh zZA?k_{Y8&0(B)o&Fhe?Y!m6ev78m9u>ixWa9$vz5yp27Ctz zvUwkZFWB}9x=s*;OM3ec2Bl|GfgfTzE2_$2ZeZSr@jPs(*!~JZ^pK+LlNatkw_D%Z z(`+O?yl^&Ug9T*BhUXLoeWcJttL>>VEB$WL7oX>F5L|4|pY}QJJnl={=k%t8 zFT3hr3OU@YzPvdv)a+MXNgHC$inMF_rno(p%%VJHGMg`}OCndw-1CxI0jWc6Ie%Y( z3TyMA$;e&ai7IgaSM;p<+hW-*0)sMS>xqjd_z`6`~TV2XZ*cvRA5bL z@)db+FB<8rcf+#h*&1B-fgUUPM7=c)EMWxOL}p(}vEos`1OY=*z(5c;wYl*6nFa%M_I<|)9RpU}hI^}S>OqdW6jPG5*o63u%I!Yya zT~=@IB^C^6_%|E2ka7y(fc@~&3%>IR?v&sg{9_D3c_Iu#u zlS#!v($CzX#KgLIq*d+3VWo5jS44YilGA4*%maw1gy0$3{fzef`OC%uiN}OJSlIML zFr6A~y?%81b^LGICd!gz?Q}7)2lUpln8G65{>Ft|9K#lk14hN#NEbC0UWgc)WYwgg zY>$UF-ovS$T`65|z8rZ$T;a~`UX4xbPrrWqHXVCk)E%&qAjV`NmCxuSZ=a7i;%TYw zSI0x8$-2Gh4z4}r3M4pKG6L*WR}S_2hkh3q)54^G`5M+rJ(#YbiN!68jHT>sunC;HkOa!{D))$bJq@y-|+(Zn-FU(T4=;y9`7Je}gob z(DX>9het#_)=u9N@ammEQ${5Sl&mR059~TW5<$XGMzl5?1GxI$=t{uyx3PQF;8jk> zNA84?@pl-Z9{+hFq~V}}+TY@LZ2$SVY={CIpW2D!Hwh5hYkqP+$)u)u%&#R*EM)S& zM`r&9ANXteZs;LQ#7R)XkdbVP;x`xSij-k{( zRp)H*ilAyci%_p>h>-Kl-B!nwKeePQy&xU#EAL)ZsebXtc?rn#_xQZn%XhXvO#3G@ zmFb{i(lBC?_9-1IZ04^@aQaKZ7ZJH6fT>W ziaEz8O{_!*4{kiM1EzeAP!C-Mx#-N;U{+~;H8uEC=|n}-c}n>KSjgXs3jImtL8a8Q zg{~t)Fp>lA8>J<|=Geq>dw8xroc?iewnVn#@LSEs`-$wT>`G|#J^D$B?OFneK{RYF zM#z)Py>>}}#5ZSO!}}ni^yoMcmLH1zsRUy(gwTi~MSqO}wKvaDo?rChj7dtQp`m00 zrHksaE2_$g0zLTitL)o@Lsw9~?)I%#uHq4luc@4lFd%aSiS=YT?j9N+PHlj+p6QKH zISDw2B$Ikgno;cE9{4h0Bf*<3k%xwuH<)jx67CDBy(bBC~znMBHs1yvY2 zxY*ywg_47x1f@G;3;9!CxII`NO{YU{V~!q%D`_i7Sk+QEkuh z)@jPrP@v`sWcd>1*ouV}!~iwo7?Jh#)%8E{eXz=&f>$)0P{SOHg)n5LP0p80eu>5< zt<0|>Ey-s8U`u)U(O}=&TQfz*+zPm+(lTf1MeJd0)wjD3>=+@B40oN&7c>rks~hSp z517^lSG1~HY6h58zpZmhH8LZ@prZb$EXNM;mV((3V%Cz=O!UWkoWx_C9r;(-=b0Tp zO8mG7YmQ<=y|W)P_tzSzx$_55tb(roZnLKyAH=Ib;Ml6kR z8N2<_x(au`K7wni?JM_(=`SWNE`5^ZT*qEiVHojQv(t!SNXUAwES zYU!z@T{!vn#mkp*WJGujBw^yL@2z}h1j|?V8@7Fw96!uvDHRA2-x0$gijw!YY6=OG z<)T0zJ;Z&D+%`w*WjVF;p2nstb8>Q$uRm8Mkf4iU_;@!;9^c^cr%By0FG_+C{3S0Y z(7uA$AV<=esgpLYVXh*F;&_7wC*&RPlN8!j(**#ORBkI*WI+L zy&ASkQ_F=8pwvgO&HfV+&1Lm15(Fb0E*RGj(}>qD9oG47mR0aXg{SdNoX2Zat~tNd z-S>Ri-ABJ@3+;mW{RAujOix!2_@}=#e8F8V`{O`Kl=B{o99BLSqAb&rJG(5=<{iad zP`AgpM7d^Bj-<58E7{44JR*hi^lO9YIr3*<{u_ZHD;86oPPt1EHv za(s^;M_iunzB33)Kevn3WF3GSukDQWoSMOnR^8M2AC54n1T6U!VSjc5; z4fS~|{=mdg=<7DN{;*5=^u2QVJNc68%p|xtQitp;X_QQFRSd99FD9|5A2N@%Sz%up zx+xMN_07wFkmk6x2{o_r5=RJ}LThR-&TXE&t-&TDh6SWmWpl@9THhRhYt(dg<$*ux zc#lbFfB0KfMMXtiv#^1TL4M-wUl79)LFDo;(&EZ5pMN?oLZ8=jX9o-)Xv;>!75Z^K zu&^RFVH(OWo^73ca^{l24rnY_JSPQ3(s8P7QKxi5pvzr6dVk+xzQu!da&pp~ZO)Vd zc7r+*-k$v)D)CBNCmgPzd#RKKwTeBHk1F-P`zDZN4=TbA$YNnFX@tS0pOlQ1C?WO8 z+O$^ak2A0J$m9aMUe7nX5!Tx-NHfN#tZXgztqOO0Ub+m+fN@+^U1BUg+3##coJ7%tNqz%#G3QkMAtKaHLe!8=eM-%(r zD}n!N((iQT<`IRg%)0{fHMSIZ(Ywhit_ms?O&n5y9&#*jO$tROx|r4A(hpW4G*N-x z-`e7Tluvijhcmvhu;7=Jj4swL=Xr6T`P*uUoqp$i$;oII;iQVWhL8BT3d5$3bdVr* zL8UXMkc>YmHoF5_j?2GRElxu_8TwM3Y%(c^B{-r#U^-lu(H}_0$jHcFsO!tr^mN8q zb7ZU%c*+ygNhPVQKbE}{=}Mya>OLkhuoR3^OAG%LQswkFzQ-gBSNe_~`xz|P8&csAbl-p`qq1c2)eEr7 zC4OQB-TgEgAK?fNxG{63dhxG62Kb2Z>{#Ae3x{$Zo#JfnB^oNKj=eqm z@tcjpLRM#2*N>Hz#4au_MP+5dlYaxdmXY8w{N|NTKx*lH)e>$1^n@r@fte^wmQO+= zsWS5# zCW<7?TiF#laKzhxemixMwSG4!AN^)m{KLaTx#M=%e?NoP2UGIe+USIZg^P-ckbSHE z;L)}0o{#=PcbcChjGhc<`CA+l6*aZAon84~vz!@ioNpdzHNmi>6OHi%_YZa}G8GVP zj0sC`hTmq^xRDKODC{3SJi-^T33D#-t|yINzD z;y)HKl=8s$b9NTouImg!kMCb&GK*Lhow2FIIPVAjDkWZ|HsrfEm#~p?>xg{eNucgQ zmnSV~78-XAs?5T2ub;}xhf+Z$AUlbNaC1#Bq9=`E_F?I zeSIC_Ylulm*FBKLNsI;8Ffxh>4-dyUZGG9{K>Ov(7yDlwFtAlthSCJx*ORnW#7_3! zi>moJQeM`Ta#8a_5ijlJ#el-{sb0BQ!>`D}L@0gUYz*TvfY&x$71V8b!b7o$hT<>h z75S2smZwTzo$YlIlDC?@$!l(=`S9TbZoh|NIpxEQ;e+Y4RZ%Y8D)`eFIyq%!+_szR z-3-ThQlHaGTe*A5KQ3{U=xXEPjjo$qV$by2ibM2M$w~MoixKQdOhoBS;EPkvQXh03 z47D-^Vt?a@uy5ZEKpnSTYzb4BJU4qresl6~ZhT?_t$oR;YC2=X!)CGNuHVh6U(Dnu z^^6t#GrySA)f>^K&qW-VO2SwZR%DfLP}VG@T!-8q=mVk9Ht`s)r$f+T}0WnTTd6e z8l5)q?(LpoqMvnHJjP{}@=W62`oh6Yr&lX4%N4#5s*RLJlT(9qlwj7iQ@VjK2OGb6 zuw%gm*QDrTRyThXH#n@yFDCl(QOVL1A>O^?=HTEM(E7U(0InH$VX#^}DY$IvS>Jt1 zUYQ<>F1Qgsem@u?U$>?pE$IoX@Wi9Yz#_t~NX0~`YWxV4R;909!}@kj=Wl%H&6_u4 z)6*efx2?(T@6J@B7i*OUjBeybaHB`BR#^Su5I>!F0;c@WzkfgO1$bQMF_aiQtN)V= zC8HtqoJt(=Ii}u7>v7-oFrvw#g=a$SJw7#h2UZdoI?X7>2RGYK&O zoR3BO<;g>_T=Qed@>{S5W!~2tBOfZ}{yF>Of2^t^X?EM~ z1)JH>>z}YeUxSpGb}Tu}QwGx85D{LtbHzdw2Taq*)04qq#)@#WW3(cEE#cfaPLvD- z6kxb6<@7l6)y-1svMI*iOq$jkjuvhxr4;#a1u1YRd?W8PLx07>KH{I!ZZLg9#55k5sQ8Q$A@vyxB+H z#Hw@<%RM`2op3slY}_q~PE%oJ@q6smu||?KKWbp~p}vO5*YO~_U__ftcF0H6LTBF% zw4c^iQ2CIomEyUjrT9Q<^=)r+IkEp*G{Zv|Ib2FV&uh}fmp+}%!`he9zEK~BKj9>% zCo$$HL>6#A!dHgZdg6Tl`IQ6vOY(86{39gsP$i1g6g!{o$Sb<3xq1A@kD$7`x+;$O z=U6i~51pNzjosaKwAqax#v@)9B=9h=ihmKd0r&z7F^*N9oCGfD9jig7#6TTx`KLO! zs3eZegwiy)1Qi`k07rv0WktZ-mtsy%T=g65UypwgOrD$n+%quU6!qg3VvO($Gum;P zKi8Dsj#Jq$t9Kq;$7%CzfpYN)FQ~)9;5m8UjQFU!{n0Tiz(LhSVIZ8G1ncaUMp}#* z(>_M@St33UXFJXvjf~4j2_8U+V(=%ikzLhm7z#eD_1u@wbag*d-B8Ny$DL{_-wiTR z$Y)0nRV41D_tI{UJXmV+5PZ4InL}y(Pw&L#+LdO3SNP0ZQc>pVme&I&`H_nL1xbGX zTo0oMWRLcz{t8hT4*bDngjg%I^I~6hrp~fbHjm!Jo4vFklXva46Qwo$Bf7EgPSi>h z4E%$@$(Yb^%ZRVqC)s>Bv1|RkeGN38_U8wJuMLrTo&IKA*cq$Kc7r~>vu8o3`700H zH}$ix+wf_PJhQ^qR7n1cxr+5STq~YaQvCSw!_vyi1P2}KK^#wJuh$G^FHZl`P|$`GHEQtxef;6#)muF)Aub<#LZ+ zuIrK8z+FM5aH;7({9m@im;p@Nh8g>7y-v_$O*Qy#YHLd%C@4rpOWQp(6j@ttEgsca z>@Z|-4`zYsy*01XRC(t|vA6v>t^Es~r&rw#SbWs)!6&eM_pSh@#g*`3A-bvQQK8T8 zRmD&fYH{@eSxx}0P1o|V=mQb=PvSj&XttIc(}ZgsH!ja=~Nrq#oh6t(w`gSEPI zC9()>Q$`jN#O+fbhzz3BvwfRIXP_l8_4cN%w_5`B$$M7cjz7NlsP8ZpiPayPy#gQfw7j@p1uMwa;SV>gWruLc)yV^!jmcbtzXf*2nKx{ z#-h!jEwU-*YVl^CFvf=0*VT1y9FDhgNrT$-&@i1SPNm>={dn#3bg6YNmqxW9D?=E# z*f<}s5Q~86upze6Z}5Qi16y)@X^HR&(H|2*L<2Lu5ViFB?}30|44ugiYHI4DTD!^v z<=%m}AF*P~#wGo#be63Ch1NdAVZ6nF&oOlRndn3GbIIk1fyp~NTaDot7M7#b-EB=% zV7hXp+PP;dx|R9sLxhoPjH&a@)c5ZiKiWy2Fs8{1Bn3yLKjet#DB$?ySms;GjC_8`{uf%)FlNqkOvZbc3o#={^|q(`HF&>_#72n5rw>2{Qh;r}bj!ddIK9UI4hqXCK& zB22i)#>!gpZtmfHyWjoW6WP&$FziQ)a+%n=6C^Dpof`uGUEAj()9FnNW8>Rl#dVT zw&=mOD@*Ulh&D<hLBP_>z>;V`|$bDbS zFOHXoQa4WU_fH13;{Z&asWQi{vzZMr69^kj;a&Y#za(#DlzlFhjP~)<$56}_`*Me_ zWjADXh636Iv@zk^^7rrC(2ok7FeUgyD|r4adQK4XGYkH2Pnab+Aow6_W70d3|&;6SLjTP9&ou&2|6w3GL+?$86NIG z#VaoV{dPwOFZJCw6WC(_JOKY2|HUy;IkE!FF-LMtD==cxi_p@W`)rV4Cf8nD;`+O_fOj#D_a%#Uco0Q~GMM$HV}lhQkqRf9S;B zk)&*Dz(n8Gx(Xq<*BOjYGf?&xZ}ia8)>a-Y>+RLVrR4c#A$6Jdx1H$-H#H+mW}S7F z6GJrQq#u}l!l%)+xwc3-tSLpQq&tE6SSjzVV8tF#B*%+_iA_B+vHu)f3UQX+yEs96 zKdsB}qFQ%$Y-vU9A#QGNbDsr|tiE^_W&6EfPk`@Ty*fWU`%&&|zOyF8Xku$duqb1= zupTIuWy(qJ}D`}@@eZZ6y|rCw!LW~ZAE1dC@~bN zX$J#@{W*pxljTSDm9_qa;8N7ch?>np6FD$l&dXBoyOuk`$vMZqe-Es+o?cnHxn5G` zkdL(Gw$Eu%&H3Dgio?8`y5l7mAKakdv49{-T?c$X_+% z;WF>d0q^+ST*T7VZ;?V`f9Ipu>aYz8P<$%2iE2D-ep!j;v(>0l`}p|$+1>_@tK$20 zbl)lf9-Y9)*`)*Ra8}P_j7R44cJ8r8p1l*0P@TuGYba2$7O>JU-TTlxM2!+;$(PQUEP60{?j&3*YBLF9tM3y3A?oHRl@z(gv zOem1jnNogqz;OtN>@AS;yTx$xB3H#klSN~jK7W9Yj*oLeo%d~T|3iZI{4*J292P4Z zo5N}^zCkg68#tV=htq|VrMS!tdk+pFdY!9u!8!RbT0bVtQbQLaD6XcfW%5o=6G= zT|7|2>%@38OTu3Cn~Npu=H{mT(Vu4}hON{~my4&7OQ+9>m(@Fq@U%LAYt?;q>B9KwvyU`1wgmqRvc@j*e0thX6Uewb1}SBqw~(V9zghPZ^dMgRH`JM%K%x zcC-~gQxNIr{_iZnmg)tQ00NHGMLHQg50gdvq@F!hdPR6&Qe{9Y25huGsjDujU)!_Q z!4X(tGK?m|{4Z+0XyZG77o*=p>qw=_Vt^$iBmfro%}eb+*n7DXqvh&gu#m34xER;K zz#uu(SSB~NEEe-Gi4UCKOD(Cm_Ty9ti<=SC;bWlsJ|fKnxd7Dwuh7)gByoK-Ia6&x z*mFe*tF5g)yV{T<{4^PM|K_Z(w`5%z%_NITe3)(>wp!g)*BShs+qK@_$mssX#l_gd zLR48}XuzHR4d4+VpcRF{%eyW4P@B%Q176$5DiEeeTMk!LIG7G@)$e5Vb&LG@EPG4xI-A^jZ z_u}o~iO8+^^z`y_`L~tNj8HxN^u0R%z@ij4cJz=}o8$=`BJ`TJu+j~YW&keM|D4JQ z9FRRgNyd7(h_XC4AAlJMXiOc=1aV|VwpeP|qk&wo2(iw?-H%ym8WmZ^|Mnup#@04? zX*Xnap{)w82XbyeP6E;%TfOV>nk7W`j>>%VlKQ@^MX zOm&LF&EsJ*w1J^K09{+OJ=F>{W42SSzeW1b?*z=2?=H2M&wPCuC2JO1Z-{0r^mXnJ zO8(V2DeRjG5U{QijJrxm~wm6*}u#rcfR!;Q?^@*r4 zLi2jRbeo4ldlkkntgShLG}d_j{BULs^b}_0{ogc8sFV6i$91K_f!;rVifp(1-quFo z!1z5O$JI+KI;d36XH7DX?^ZJhx|^6tQ|4W4wWF-R|M)R3$A#wX;_`${4i6vy@0-4H z6gzD*ZMY${*x%K>5Haia#y?eTBTMy8IEK;rfcD;6g1Vk-K$LvmE%$UWntmk3y==|^ zIfff56F|xvQUQv=qy_;?oPH8otJ7^K!hlnZ$#F5-%+=uoJ}V?n7bEGBs=~xyU?`C6 zc2M-^3;XQWpMCdRj4;Sr10qL|4?K5s@7`K_rY#3Y20><0Yi*y7TjQL7p&p9_`vmBg zO_HpIX17TUE&;H<;+Naipc|Cik`PId$_bP#UX1E)bf>e7#J@oK9kBTULTdNd!RKUK zcj1z^*rihy8=0PHYfFU)BVtd&X2np08;|GKPu*l+&t~g-25_0Xi_>{8;~I6e`CJ~| zqsI>Pqmg%1`v5O7G7Pe!G;*9StFE4`x?zY@`1SqsbNAB)HeiA<(Hg zZ_eCl`->F~nx)Ry5->h*sTs@o_((+4Nql+yf{7q3wVl6Q?V&iq_QJ1_rIjosXjiwz zE-5J~`I>OqUPqgJ)Ml%_bXHvzNd;0x9DQY9C=LSQwj4*Y^!CTLqkmG@lTvbk?I^~` z-4e%ZPzgKDVbTh%sP@s-j-6<|5?!m|Oyu#_^y;7ys;a>J6|g#uju@ZRK1}#TjwDGc zp#;P5D!Ol?VljZi`6ta$NK6yWaL=4FKksRb3HYeYViYo9N8hTFh0CYqPlbcfAY+3Z z9QBfuPV?$$TnQ??m13i7j;Rt|)4!ME4<7~t1^8!iX=APOvu+Uv3jm!K&!LuT29JUm-K=Y-t z>}#0GCm7JHqY|f?>q+f#;eL0wEz6mv+X>dyLGwkj(D%wQ2a_VBDV9d1ZoC(p8;B1= z!ozXIkH0@}I;AYENsy05pI4*NOF7?@EvCemeD#dPALu62zUbH27stuGRRW@-p@$oz zTZ`>ZL6pb7g!p9d=^&PXoD;(+1ko%X<;mEKni7;fN0#&fkJpM3$O-^}eVSCn6^)=r zmV2*r-Ubyj*xkouD3h(=zBAICZhH!Mp8G@2<6*-MPx0OkHh#$49Suwd^X6YNg2IdDokDeq0tQ<*1=)*!trm~at*%l6^1+omJ=sO)ovLfM&jHqnC7tG`@-j<7EtB~?@z zlI0hs>6>vzBYwT#j{rb$Jnw0x?ZTr$^~`>=3H!@cO}$=Su0@Euz$fBg%V3mjA|*@# zy;I_3#_#D~V?dW|3M9-~!=Q3zY%rB4ysnA248Kg0v&ff3GX@P>JVHOFw zMGWhN(5=7djiOODVWgv@>z%V}FTIrX+@`f^d9i0vS>jvO9R`sNU8qO0Lh|L4V8tq5 zcikcRMj~Tsn#aS75MqTezMyC+HUIq05OR)8G4#aF5V7M4^P-B9cUbAh&V1~qcFM2C z?b4~Z?u*YrhU35CVNc6;&UJdX&jIj&m=Gpv^Rt?dn)PTmlE(US9Ky_0Df*GPo= z)7o}QkkLQv&M$2&b(OMOz1`8iOXeM4_PnpkY2WV`ov7aK_ru4>Po@h6I5U7Ax!Mq< z^NjUP^0j1h=+oa$8N+uzO=35wJI9jSl8vvm0L`Kq*EE~ad>U7Re!Jq^w`Pv>~jIb66Z%z zZEcb*=f5+W3~nA0%rw@8>)%A!mkaa;C5ydZIgy19^6px(!PTRWp=W`QwlM@+m$CEFJ07?jA+cXreF)XpwUUj|~3pEHsDQ zT#eock)1BJ{lxVvAcY?$Nqo3Zj9h8jH=*uq=+Hm)yRAkg=h;dHKnJX6d((bQy>oC@Z?Qq@zO|CNbDa$Y)%IL{d4A%} z_wQtj9vk;$2HM9hWTH|MrQ!&rJ=`Hpgkx&!&J8#=%lkUk9vT8^-N5zjeZ{=L*4m&N zj0K9B(bwBdkwrOK$Ca;&wYP^ObahiDWBF-xqN8upfeHJyBNGKnD-I%+G?t*U(Pp~bC|VCiK&( zSh@-EJHu>2U2IX^z00qkW>xuh;3O#jj1O+iSlH!o_4|rX^4`=EKqLRt$bgB}(lk8- z*k9D^q-1%uhNn1iL4F_`!H$a-i^mq%G}vY~Xtgk2`03OB$($V}$jN+;Utaw%x+VuG z%U^-nByFp&iB*h;`E{ZDkUWX|Rv!OQ_YvtQ&~%udMjM|Wtg{FQ+s!xlPaAp-Ys}w= zrbL=FUOpN2EfE^Ql7;XX_-x3NRoI^Q| zBo47gl6c0zd=JBDH_5w#H6Rw~25xhFanVq-a?nyJ{QlK1%-|%yywTtvgDq#X%vvXOPc+DU|IS&%Ud*^H(WNqKga}2b6Zj=+s}GF8itH~5$X~8#h2?bWW($a zo?nLR?U2CFRxgoL^t(LyXWv*dPAUFDZ54nQQI7+&@hnsDSyS4MSb(Q&`cuxr zsjqg8Bf?U+pEZIeH7n}6O$FTV3&(==zP`SFH@{Q2;OON#CwE5!eC~55qJcPwxo>6) z1wijBjuRX5dpy?Z|F;%Vj^+M^+saa9>)8s-wOL-8EaN&E@eTNcG@Ac zYXI=DJNI$sU1B0jW#xn0;@8^| z1DZ!87xI)=Ej&b6fdb5siM|=nb+hwd&B3d7(BoF3L>AdO3fe*b4boW}nuj*VT17#3 zwv>W&1cq%43cH0yjD)8q>i?UOg3_gIOQKYuDeABSN3BYsy2c!=B*dqLo~1}}zE`>e z!=i!RqOY!Q(k!xG?_gsFU|9R7~a338ZBma^az|Gq83a2MZDI8)hBpDjK0inDtHY-~= zBgi8($DC%GTsR*+ehfa#o9|Oo$-zU+GhqJ&B^K^_JNuC2-ATMXq)wv}AwZC)tOfdk zaiNxr&Ei6KKN)5Xxcr7D)d%I}pO&=3badRx^F@b^K+hrAc?)#Z*zcmnsujdhz0Mc{ z0_oSGF4G%PptTnl7Xz+b!IOez0w>=#%}lWrFr?Rued`+9I2L7*ubIvC&&yxcmoc+t zSx=WOA5R_Pn8?f3GpjmoOUu-_LrFPc7QL2)pbQ4C@v8Uwj1gGb7{ z&IO=2okSX>mnRC8BX&@Pcix}PZ%Bp!(wGaBbY5)vO_v#nf*}a45}jv`*2C4r1R*XjImpbp zG89xg%10JORGPAUPIPN(Ym?Sw{niJ_L33{TljO(axhu~v%xV0tL-_|rzY_0V5)G1g zu3kB;`k91Az^l0SZ_13?v!<~@^*7m?DxIl#jh@V7pf{l;MU$(cKw0TH5D4)scpINd z(mr;@d-v`gOCy<;v2jQIfYkfkH0IzpZz{@LsSRX^>U3WkK77z)RX%Hix_TfoO z^?T5CEy#SL-F}f|p5*s%L?8Ec-y^9wB<*_N!3UFXgx~tabfVxoh5Nj7cL*1iJt zi}&t&c9gOVzj&&$iGkoc23b0mSt5`1HBuAj$shmqIT#x&SozLlKyR1#-7TGy`6aLR zWDIt0*70BBzJ%Ch4$qd_H)WJIXj4A#X@8OPy$u|UPzNau?)xVF1LOAWVOglVLwyNC zMF+BU2daz*F5aB(Pq@^fc+zcjpqqV!ng*x>=>JrqU^$gLr#wsbYBaC9Q1ecsuR-Z$ z@rYuI!;(Dvg`O$t)5K+Fwdb39Cs`3kvv}nN6ISC~QgntoiN=s@$AoY33n2`L$l>dD z-|LHbmwJ+#<@bb=W9HZB2<5z+Wq!}ymEV6_cAU;e+}fU3)m{tkjNU48fJAZU-aVX? zwpA*uE&lHH>(qm1cDI^sGSchiU!O-Gg6XjU*aF-Vz$XxxQqj z8m8B9?U$254`=nX4k4=Ais1u3uHa7r;?P|}MB>8r($AktOeHD~r#l8$XMIvrtv8#6 z)cUQ0VgAG??soF$cC%GMSeC?J*BxIUZ~g#A;5K*y$OSOXqrn+xl45F%GjW2Z29oe+ z#VgYv$Bw<9zPm3Nh9vK8G{;6fN(!cW!vul&0{o>A^&n9I{VzMzZ#(DRcDq9X(R&YD z9IP~^Q9$v_TUf9?xM5^P1Kw`$@*4bla0@JN@);u(86N-gwNe~Lqp4!6_Va@`L@>@+ zNSPGr9Lb&Ay>XaZSQspCaQ7C=H=UL`AGm*%Kssp$6Dw9sXP)(nwE5o(<&V3vjsMM{ zLA(UzM8NT)*($1@1a|eN^av*??Il#52`Xk<&7N5qLe*S;$!l`0;Vm;VXjAyGe1GTE zDCqXa01U0*TL`%S{{9u>6!p}tmXRTUZ;@>~$~PKtE}zSjuYa8K^Ek+dL%J*t(PIAMaA$lVIG3?H5Lk8~nW3tj%Td!5>HJTiX*m?^MMAXeP`dGq^^xTZ-HS08P0 zQt6r^pQDW!Zy+u4xM#F{iU3d%GGm%=k>fOTGcyW;ukPL^N}|434Y{V<3r!^B4ak`C z%9Kl=zXd6w&U*8tV?bJf-0!y!8`G_bZwloIH&C3l=AKXR@-EE{l?L~tF~O2qAkSn- zOMCJl(-FxYev69tw~TInj#ZUyxR%M9exQs?MS{WZLLV@?Qwj2;rn?kR!3-kEIh}T6 zg^-U|pE1Xq%o+%aVPssU#gmLmXzj?To^SX*c2ZjKP*5aDD8u&EbNFhxhAje>E7l zX?xQ~*Ifcd-wEbt3|rG}<-dSzf z#NWnqIO_gBQ=v~0%J1#!&suBu>*HzsSE$ER(&TM?Ws>2$#EC^=CP$HB61IkYEwexcL;PZuIdTzqd~*#A+;1F6HVLYvC44nzp&I8 zmejT-Kn?~5l!%l_Z*?56?>=tV0HCqxsDY=4vL<0h z-&eyRe&tZ#a@c&V8n1Fj9G1)sJ?zDK1^RLgMKe53f%!H9yVYh?R8)N4EyvtHD)wX4 zzPZxO!Asp1M03x;l&$kINm!3be7ID7#JybmaHD9vKeN3D9=WgkOByUAxyyc^UM{;f zD^4h5k&=?SZ+vj$b)LViY-^t6M1z}<6#6#}$1i$^2IUyzV&o6L9>=wJ5ciXJN49>&!E7ub2 zGZyRm$J^qf1Y=4og2HRq1(;bIF2^LxqPDNG9m|AMl?wiJQc%qfx)g+_Pk6=jF@3IC zC-c}j(O`d}L1L^}N)=O04m-HKW?pAOf)QZ-7I)%XrwNkgw|xr@U*zi?a7Udg4r!m$ zLAlPkeF=Y@A5pR%Z_A4)g$GoeP5Je5<~e6adcwnpNsSfJjO(kpH}Y_hQ}Uv;@*vV1 z$(D)%lPu}3^A}1qb)}^;QGr{2U!_SWD;$uBdVk|FFZu#!cDM#DoL>7}S(ssf1+8&7 zq{f+^D=^8(5soC6%#O*Q4+!mB6?NO8y|}z|*qY)7H$kL+xjJ=y*txF3nou_?4iQE) zlVDwtsnmTO)q>Vw70Hx{O_!aA$@55QFBq316t7s^=F{d}8R2xQW4 zSrFKRf5F_-p)cTL91IW+FF7eJR`bYlE`R59S{BmV3pQYK7mNq2^njTf-}6DE-!J#k z5${K%4Kk=x6K`a2qux*E`aobFHw6n3#s~)KY-}Pu+RX$$gV~V+WDmGk_7Kf1Yh3|` zi%m}mG3lhhH1UxuT>$fpWQx597Fle!y|!h_f4J0TXyCp(6kJY!{S7 z8f48~?d@Ydq*4Z1{=&|D2tWd2!VEbo84XsGU>nyS94b=ZzQtU3a7&s42)F^BkkUz9 zdbPCnq;EjaVBkLFPO#@m3w=y)Tbi7FZ|8fM;hd*T1Z22&dzkYh0KQmf50V|B@NCF( zHaiIZM-_(|Ew*xiYO9*kiTk(XU1Kl>)!=L1FNuLL^vW9xAGF) zva`Ka7c)YcD8f#LX0~kVESGh z+!L$PCts?hH9TO%rKwQ|N4ngl$FJ(qzH-}{e*!Mq?ZDpc-9Q7o54C11Jyf}^e11Rl zJ@BM0I{j%cl^^APa&%<8yVxp=ru6Ni-C;GD2W@U_tU?15VKqxNtlF~yGk(@xG9Zy6 zT9Nf>7XCFJZp=es@y0#yN}31`xQmIgF$AJ)P`z}7dX|1wo34Jb`hF=9Q+p_k{xC}> zYV>m&WYz+Kd1xz*MCcACrpv1vQ2cO*-{d<&|2c+;9m8*>*D0?sVz(IBDYX3*i6Ntc zi1Rz7L-&QoEy=*Oz8xC*_6=)iu{9!sl9%VF82rn<8Bi!HliTn95+#TdCT|cBD)-3F z%Ax}U&4BHu2KIDP0a!mO?QJ!A)zq0^$ zkYLZ=1p_y^8b~?fm_9Ja7z5sk!DYElB^nqGj^TzeqiN`WTZ1g0RW#PZ^7Sv2lom?_ zzM88-VDnGVPmV?=^fQ}OQUQO<2Qs4D&!{J0R5xL?Qu}(rQ7T!>%bEADAevDSY1B*C zLOy7Zk4)p`OSv9@t|Br}pzv!y7&bbx*gT|xKXD)WIV8@Opr{dBBq|PRhHIBH+Y3?q zm<5GQZ0VaOu8IP>tjP2-D$p!efvWhKA;lo{026WPLh>Iw;N;}g;Ic&l_Dtp}hmR80 zi^mmhJu!OOGz4C+!}Jg1apnn!1^y*e(q((?h%v$_s;~UO1kGR8X5d#XEiH9IZ!9>e z1ogkdovX zZtv`_+_S{1%vDh!<;(;cbGAvt-~fH{g9(A<<<|>5>VnIa0IkVzCu?bQrDqu7g9L5< zM65gB<{+^#3#fW9O_9^x!PvXEw->Npu6=$eemm6Ouwbhzm*ByQra>DVlSyOv55@k& zRl{kQlN|G-YX^?8!5y8U_mQij-n(8)dCyYcy`2`Vs4YcR<9PSH$4R+YOg(?*EIQC) zr>;&2wEf;n1n;eVU&CkDWb_45au?jaD;OUr^B9(!b=TNDTI9+hh^mi<)~&)9hnya+ zrkXFq*ndCyZ7&LDwrYyPoO^I$KFGYvA&C;E>n6D!at>STdh}PV8J`wYR4U?zl98}u zy&~5o?fxn23W!*Ok_>&%&G85c^Qx;!!RVPRJRGr4NJzK}*gBZu#{<_9$h>8HQ6Y;E z((q9*`M9>u<;uc~)YCQQfG4sMB3wz-K>nWvR_y9F>z^g;wiJkJd;I!n0h{yxF!j|@ zQT<=EcZNo!1qtZ}NlA&JLqJeUx&>(zX&5A=TS7#T?ov7iq(MZK?v!rniFf(_-dpRf zHEZz?_s+eaIG=O&*?UjW=;7ZnoqZ*<4|HDou1%jBlv%O$KWIBUR`v}(W!#cg>7%>l zh=6T5JwwC%q9R=IaHKVS_^zHBSzNxP&UVQ+oE)`ZXLo!ocT-2 z@QLs1x}~gb93vtH9V!MOKQsBNZ&UU{66D)hT3W(Y@^QngSrqbxEFa+}WOx65g=Zjk zsdMNpKuBg}ye6Nr6rYq>n>gs+F90FgJ%2PpD@&Qd@vL*+k#|!&p zQ<19&Gl#F`Mjx6d%Rp!cMF-LQdl#kShmRL#oW&*%vwRP>-_X8e;#+S~Vj5p zh(bd{i>mECnoW)BU)=-g2o*OuU^Lx@3`no5(KzwXShM4#J%Cs$3;6@W6#dj4M>qkP zo2BBhl5QvWm%<@mO1U3RN!C`)B={jX5f{T&-3|3;8BG#J&2n%mVOWjWtt1XqE_K^~ z;ow22E>ATQ>6WiW4}Q-&ES68Ke^fnAbJ4{0O-VBdnlet%jfHIK670D zX$zGJ1Q{l7xE{<1naRL=+Iz36^Y1(bi62{|W%}iojdP4oIM#g8wJtMr1mPE8jD3=+ zdfpIQ_rX8sW&r(3-)eWJcn=?N!nd@yFWSPSEV%ZIcO2gZk*l%DNAQA-K2`CT$8&cs zglMAwo;9XT7+9{IXtZqE-8P%SKKU0=LwGA7Oik@ba(?~piUHsz&po%S{qedSkLu3Q zcPx;)bEU>tXQT_ZZ3Tj_hLxb2ou&#sZgQD0%s!qkD%)$gytZOUg}N=a7A(@hLJ`ES z2YGHxdvj2qb$ptof; zLBdveA;_k>oI{{YXfrvigg<=;`vRvbP@aXi&c@sQLsEEVd%|6}NGVuO(SmBt zI;_-<&~iPOx&jJItcpMjd#VWfEc+ONsUh+t%YaL*lq zHW=$TTY!%ji(CKOSzl+<6;%*)d{mguFXpxw>lV0cVg#y%S=9rK`2wFICy#*=cHl3M z#UwVOSMP*f6_Dn~GvGfJ+J6mZn!}vn z5P;`W57@|!1j}j=7&Z7R%*kS@1!bx?)3_QAhkWBXR@j6XO=9Wndx->Mz}hw=C#P{e z*agJC6M~U8$YVx~P@F+1IJ7@axRzJgNG^FlZ5f-yoei6UDo2R`S;kvFA4ti_`|@R_ z)-FgR+N@HG56t#1fRbj+MrxCBWUi6ri~@`|U4JbUEi|$u=e0vAi@6%@-aRuu!OS{~ z?aen+fP4-`Fk%Lse+8*Dzd(5MTSEhQM+i8;30~SUz1F_vv*)`pHa_-FShoi&E5x<< zZaH1sk)edUzjX9*Gv#k4qo_C4|3fenQXPKkuQw0&K0~c-q^d||H)wi#ax0RCg}cX( zfBpT^)0d&S9Ne~Fe!s3VC4&sS>+cQP0YwlFj*hk8YFbSB1JI{A{UW2%p(VbQW{8sm zAVKv@$531uAzo280g+ap;5~JDQhBbT=AJcq8ynW0-QBVI`L9Pma(viKc}E)wGjA zyTfws;O1JMDWb?Vi4&rG1dxG!@h{^)REPaV6^w{#-Uz_;@7`+?Et07U2AhR@pqR4D zvSvL@LJ=Qitb?Bp)V>>QrY2~eUB`+i5 zkClJZJonvC7MXsUT`Z_fmPQXX&Ogh0Ie~q_V$4Hl>8ypN7pJ);`_7c?HS@ofJICL!6ZbiswOR zlPBBwyh}B9XM0u1=f&D9SDQJvNBFRIr)0c|dy=0t!}$2PB?u={u1IX{?zSi|3i=&Hv$(S=jSg`1$#DY4)%?!}ZC~DFy6x^Wpt`s*ChG zbfFsLi;pzmIb`+|i>dH(VgOc~gaZPie!)1h7^ORlQr_u~2rw}ZKJL&2Kk6|-{dF;GjBVyw&T{LB0xc$z!4~D{>HpQ&SD|bMAN^hXMnAm607!1}`Q zLrt_%79eAmD01yuXKTMXi+D@i;vK@W;1RF&Rlf(Vcizo& zU1$lPYjpdA&&Awi$`2y!5i@rZwXyQlC|V{yAU-7jFH8ZDD6|6%UZ10;**G=-R)e{dF*ZumR<0COKP$QgN(4ll2=w@aH z+gO<1I1_wwnu&ofAQ7Alx;(~fBO1G7_0CgHy?=v(_jS96_YRJ!~>WYq#)Jdu(^aQhfJDCBD3nJ30+7 z#4@6{TKUD-G;IF2AqQ@KsWSh3NB{u;IOB zIx*$qBri;M8WN|7htR9^AK`#v7uqF-Bq~zJYQ{?x{Kb6&G zWqOKM8a58r*54C3e^iM%6mq2OsS4HQ-F+AodnRW&`_j*k7UZn;g8jPTx~H&GFiL`f zLvSB-8i_1@Gpp{!2mehX@YOFY zOQkEPz)BUM0Q{1?@x0CteO$Z{K@GwJ@`7>c2TA~bOy#G-2FJTtMx~E)&C1Vmw4l*5 z*TE8{9!At9u)_yp7n^Gd~YdqA=||PG9tiG&`P^=1JFqb?YIYL3uLy9}2=> zv%OVD_^^YEjqmq7SAf!8Ri<^t?R2a?jnHRhb4mB40pOR;e#qLQG`30%KR7=l;!8>< zCUmoNbB?yDWaOvn?qX}l!J-?VUCv%2exfvER!0q%jr*<7FO2ZvG&V99_w%@3mEFx% zDZ|HR!RGJZsNMWM(Z&2Ru6RZ{VlXR7OQWK_Yqtg=O^hxE z1WcaTQtf^Y=PGeYVO`+^Q7mb|FY+Dz%9tV)A3J|&(LvpzeCSINDLfS~ce)z@*_-9* z`c@9F$WNg+lIQ2=-}m3H-I93Oaf~TzjbgWNKyH8-wg0qg%*kln*(Sf&^AmC|nc?u# zR1UUE26!(QA=_q`B{S&5BU^#?Jc3SdBzxB3rKg^ZYAtfB=z(jsxeR0M?x zzJ1FD-8amu(^VqFK{Ff>KFB;*k5FRES8uv61D*_WCYigXuEnB4I#2hOD%ceA*r?=*OQBmL98OdP$u+=+64-JD{bRa89(aib{8o1mMAjGAy(`VY-kq<89pYhUx!kPm=e>;HdZkpnkD+$ z_(%b;?R~p#u>erH0osy0eP#psF*0HWLYmn?!9M}4aTES@J7u`3gS-ZF9Vxt*zW)_7 zemzFMHdx`yL)6~OVG7{kuxEh*mXRG(3%%IhK}q*q`}Gd$rCKM5UA;YAjJr!G_6u8Y z9Y0**#{vN9)OCEh*slpq^p`HZ@TB_2Akb+o;AO|HRA7J|)dqwqB*UL2%CwIEmgR0> z-3a>nTe;-8h19tewzS~8z-DP{d)p$u)eC`4x6C^uq*Qny?^025PsSCsyWs8 zKM#bPZlOJ}OZaPkUNc1}$;!v)etUcSj~mf9;+W;9yjMMw=~ZO4<3Lt zS~e|ZYt&MchhqB8Qlp;5)l1P`^C#~gr`f_Det}d**Xb|-56gjX$sv!TWI}RtfRYy{ zuY3Umg~GY`QMVV-B01XD92~S#lZ8*xZ$S@f=~zoawM95fC)hXV-(>_|85)8}MYF~W za3Q;fX6=&=7{tF~0I15B97LGDcF{r;AL*#=5nu;m!}#%FRsY-?em9oYo$5=}*eJ>@ zUi-`+)e0}dpQQ7zEO&)YH+isb;8Nm)CCn`~kbgJlwfoU{6VZ!r8j|2D&SB?-#RF>G zPb%vnKXf`(z?DwGAELtrP2A@EG`G)n)BanLQu&Aqxz<65_qO6}m!CW}1{8XNz{eUm zhqv-1uu;a%R}%@saa)Ins!yLLRH5h^47*;G9tN?es89GH=$RvXty@en8iYB$SfE)_ zg-poIeoe|H1rZ1*{3R3q?3;}mSor*8xjyWwpzk#oE%iu(kMtpae za~!HJ^6WeryzjE%*xP{XsJi`}mfy4q4oV+vK%R|*vvWZW>@&z50U^`sxibNx zWSs7cuZGZ?WPpmr^22d?nyscy3``J~`+DKJc^F-QYgtMp6^|ulFur^c>hU}wiy3-* z-&+mfzFROIh;?%~4r76ma&W4ST9;7T>EQHSY7l!lAtUY~(l+1~!$3W#$&X%&UNb0F zAs_>wT}+Tfx;K300B^V9O6S)(TKAP}w!Y10MU27VQ{OUV$3PHF@jdYuuzOhWlkLao z=-O&;jKu4|v92IN{9)^^u5K3M565E^Rg6iK4|Hx8zH4F&>CjY#ki*eI1pJ0VU7LvRIKyEVqJ^{*i@%X7N)bKS4pM|&5wN~5_ zoZXk}lk{PFL1+^(vRnTp&>=`cE8-0o22?rYVa_Ztc9%wU9gDHo^%D`R7|;Dz_3PLJ z+`*tU{5^igmy(g1or$0)ppxey78@xMIlyWTe|8^E-~Z*iUH^_<(D?Oy(_`89<*d5v zF>AIIAs{{oN{GI+w9uMYdynmYH6Z|vuzU{NFK+X=?*5ZUbG0X>DrWn^AEW^d+fKDj zn5Y2!^DEyg=d&!5Jj?o>d~5|>3ZS_jtziz77IZxeiQClKef{OPOFuaR@6f_GacXIp z6axIm%&Ibt0!v{K{Gb9mRPL<{I0BQ;_%gDydk0fEkHNqSuC$(`;|A1UwqXt)AGV$P?~bp@gE|F}gLi9Aar>tKgEDI7hMhKE^L+T;*$MEQwS<9+G*%*9{6}a)Bs&Cn!U$1zDCz%znE` zEWP2!rK`~a6Mee{0lvj(+hgtMf|8;ZFGsB>4@ds}@R{u!5DBHBi&zn*YVEYH4Z6UI z2^3tWmb>gaqP@dMbrdVK_+YQ1aY5#f%xA~a!dkxif+DV{JhiBTfii3TB(K4ibs1I^ zjQ#O_>8XK%ACW&WBx<(y>-$Q!Jy+-@?~c>#uCA`nGU%%ShMb^l?%M|CDi~e91Z>tK z>Zv({1FIfB2y^|k_@+Ychcw)rY$s1toeRKsRK(6@ln$i(EF~N@6D8mF+UxGzho9*J zF8r!|YoHYLRwN9Hq!YmYu&ppn!JqAEV#f7TUp_v*Wl+}q#TNw#UM#48!eqNU377P( zYt>!4goUVMGsSxWTO%o4zBhrKzcYWBV@S^IP;Ow@IEG0(G9h zS>18X1Bw;lpy*XoTbm_)m>K+Jji?9@))~U~* zrIU=-?1Ar3BlznqQ?P#B8QvUHlK(`_%K8YML=MQu`pa3onR!EA{I^d?^kZ**t1n-b zp-w`s*t3Zq1URAKad*yD%#=PX6MetnkE09vJ*N2rHL@zUxLLI;dk&&d`Noxb&q{Nj zm0CJE-EneqGBP*s1Ig=@Wn*rh=Z8O6)~iSBdoPEHzWp#E`AA=KBb$vMx#Ptvyk56c z;9(K}DN#)YKt2fHPwfnf#SM7P70Q~WJm1zBw-NC085!grNaAuV^)#=b43r8vME-d_ z?eAKb&k*+GF^NAH>>MQ(y5!PbS|-FoyGu=gbFLVc1SiFTkEFs*1Zmyf?eB}Mg-&xD z)Vc@b-67E!NN?(K)brU0mPwF#$ssjswZ$+@)N=4RR1Z7$BdN{?<+eG6Bx@`{N*GFo z1LN%mC~-)_VPe@mJ?>PTn>$7?1eS*jA5=I``SiX?iou`)RAUiQD~9a2Lo9%B5@`ee z)>}LtVPsj2+ztJ2f_#R8NP~H7g)$>PS&y;OgZ8!7k$%4Cr=)NNuB8bJy5%`c?)Y1OPoFPXGQM0H9hYfZ{lVtPRvIe}BA@XoK8QxE!^ zgAgPC`(-_yg5B@;jf8$pt{M7bI0AJWxgymv=YVkjmP~B#2m+B}962(H} z_CyKXDXHd=N1j-Y^cg=_Oo~I|_JxNgqz)<%ty^_s^y5O}Y0(y0eKQCz?EIV8Nf!qu z%?6sU0q3~j#)K4g1Vv%w+Eq4>d22`1o#1*0=Sw@H_LTl`?-L31_xpcG?|n%~*8f+X~LAD_EVAjamqqn>VVnx&R`@yR?6JIk6gYHkVn zp8aZcACdCJ^6xypHmZ+VlaW#JLaobA8hQ%&@fi<%;1$e-w{4dQh0y zbYQL1`+Nl>o0^Xw2|pGWI+w4i1Y2MWUo1#A^7o$zI$&*ok-h$t|gL$S$GYz5FDugah{r^nO7OP zv+A;ZNdE;tGFQ#D*ZsW^l3Ef1JCrlFjrcP_R4mjY_Z~H>nZF{Y!!5nn#51Qa;fVKP zfrnfhsx2I%@g?Gi4q^D2a0JKK63SOuL^PY#ClhyJu|ZV+wlyV z$HmmMXN>PxS)#Ezdw;CNw0zNXRd>$sW5F_v=%V70iREbBxG&SH|xr1|P~@t3s?=-W45q z>-CwojK5W2gy_^4X4y5G!~?$q$QAs!Pgbe1#OPm}1=u*F!c~oD5#A_19M!Rr3#Sd09oOiR1+_c zx2?EJKKFA!9JLQR$uI4S{~KAseg4$qtjVO@A>u9$z|1yzs|gF!F2muAP zr@l90)}5^#otj^O;%8CwXh~7a;96o$rAFZ*$APql;4{>2Sj?S0ss=%$UfGE1sJq_HjVp74VGvH$?RwBKZAf7C9@1W z@CMWY#X9AOq^GC(Fey?2i-HI)B)|ViPwtHzuhV-TTFd9^zuuJPM%|BmrUwU?B)LC? zDF%BW>|MG{J*~Eq1d;?O)O_PKR!&qgFx;rs@@IlVFk8}+7h7|dhk}L!OQG6N|CA#wKw;}o`H>-lI&RmlH)qeC3H9ORdO zwXkVu9PT-FOwv-nH4g){lj9ph1b$7ntb@%z7jh!42wcrPX!cKvT!1O;UmI`~6H;^` z`nN>_y)3_e;UPk|5N={;_gbrHx}FDWD+vURJ}#MB8gd47>GE*@TkuU)H(^YqGStf0 zDmz|3l%w+XO&O#CHXN~UMS%0+g0cQ1Kna8;ekKDN z)b(v9UaemoqK(KIdu;JxjhFGxS$u@cqW@UPELi}(a)Mdgi!2qK)m7AUaPX{0`}$NY zyS=Xejtm?w4JC$(Cy!}C=NA?xA}+L^9L&ZyPQ4Q49i78G*nTrxhK8#re>w1O-*;|U z>brbTBl_RaXkvGMW7T3Kcc;Dk33a)qc4*?o7E;bSc2Hz;j5Nu1JG@xeimiUt#qxa3 z^(!&_$K~+Pr&LguutX|s*jEad4vrnY;vKJohDO$Qw?>lUqm(a~Yyj>9Li`rK>M1y0 zyJ6+gOOww=oKPv3W$xRx6}Q{+^i54r_hID?D9cO4K5Czs7&x2@UQCaBb7^7E7fQKE zU>sSjzg8`b6iet9Jh0jz(E(rfnghBldKARWwDXA5N%RxKgLU>hNBDq0hU4?sD3A1Z z{wI@8u3zJT%f?b!MmA$o&cmGBNJ#;O*`|K%TM8xt@P_STEn2CzQL_?>v27QJ)R3ZZ z|9AX7tTzwo@)_AQEbFwUaI?ji9RGLab7&_cnpzq7q=JQKql3O!R1&7@ms7)SSC<9T zZ;04C*hOaUs=QriJ~_dELurcLxisb%-sxN!Au>Fiv{YRW;iT$cvPTCbmIjwu0e_g` z2G}s2H8-21)|LNFU;+<;&Ugp|U%C+W@kTJ+;8r?DUm0Sn0BcxaW7gpi(O$9KAeG`J_?%0wX9Iympf(kCUcQ%6c`z-XS8YgqN2qi(j4bGC#;^42=&$YSUEHYW=(m_LRM^^;eIcF7J2FQLG zwYfasS37+AkQ#M@sKbZ5CVevajx16H_JxsFbQrF6=DFBx#7$p%vdmfRX)XuPt zYNiN1K}gw9+x`strR<}5ppV@b0_<<| zd$PNN_aH55;gv#e>;;VX{u>~2f5Py04HXq2oiF%CESby#bvXMxbJ`b^sfioECM~r% zXnQjDdaUv)SRy|3Rejk%q?ZVRaHgh%E}Ur;l%vMoZE`Rv)qAB5jK31SJqChR0b~M7 z5r|X4`bw5_LjnZ*STd!VBPzXlpDaFCCezEAxc85sd%AJ8UDb=L)9OMVKdKdQpbeTq zy)Gp8BxA(5NpvD;B44Ig2+wl#Jrh-3V*4XE5D+|ZDi{~c`z{)MM+G7lpzJ1{K^p#? zU)4`ejD*d96(g9vQ!FwqRhujPyE5Xk`w?1K8@u2(_*LLLoQzkRBrUzqVI2Awc1&{8 z!PJdkq#I_?j+CH%d;8E!ssL>qZjmW<^Zg3+1xB;zW+zxgsG-a>#GqF#qfd@6>6fFf zJb1=#6Ob+E5Kph)(9yx|+u^Ry8J;XZ{f(M>kj4LrqM*)#G<3o3zj^+C8S`13_HNtx zb}{(HChsMgc_TxJhZFm`U*B#^1!-K1^UKD@Mxpzmdzi*^+bdOa@Imk$mGOO8fhBNr zpX~D|upi}{CI{y#jfWq1FfIMr`d*`39Gn7PPVR5RJOsJ)&&tX`?vxKSV!AYi-%enp ztd5kD9_W8lJqtwd$3yh>gQNwgIi8AK|7NuBH$ z_tptJ_RyBS1YPU2}WskPQYC7GNYtb!pBX7%B5Xg zJc=%q2JHymWYNPL^XxYeHVWFEF$Qv|ajz5>vfH)3X$Io|d?Xpg2a|-CO{oGbjo;{E z8q60&q943xcg!b;=;)`WDr3F*N}0!S_rLH)L`^-FXrYld{3Xtr-8mn_w4f=(9aJGx~NG z8n{M;QB?yn2t#sNn939({~dzM6X9pm-_9t0q7uMxI)1rZMAV>&{p|_tb}Fq$!7)Vk z57#>E?#JA0p;YyN>HEQR%qRPPcK)-QK4mRq+fkz!1(gZyxvt-4e zWo9tKyInemn5>v%HFT>#Sndkn$R)FMhAFWem#Dy=llnA@B8K0{Ko*=T+tR_LRL#N% zbJGz(ii+TXUtA=dlEmm@!zghCkN>%(a~@EEV2pzGNYsb|p9W@8Mm*+eL?)72)O1SU zZ-S-TgbJeLi^+Qxx)2W)go5emL;nR_;wsnP?>Cs4FWkHRn9gAAAL)98sfi>6cpq{eU3y*YJG{QX^h8nvyxVBi;dgFT z=^HtSX?Fevqa9?q<$!_=I26m=bfX}Mw5EjLzJRkNeQ0>_$@~7Jl^#+|Mda!Tq~^FH zi=l%{IQMkE`)IkF^v>X#o)s$rw&Dtbq;W@8$`2A%Ahm{eOr$B7xU^yHmd)o zg_U4=l{zcQZF6!(cb>uW#A2KkU?DNJH)=QUSlUwU{aSn*r}#u%u?Am(8y~qoKy;$c zf$3ESrvCy19jfA#OfiJmj;g%hZ;K!D$A_4ktX^;l#cf+fU|6+ZPO2lB2l z9Q7DfJ)np963w@jMT zr|V5=L}|8g-z1OwPNhG~OQ2~GdtMLfDjZ@g6{67>vdfm}08FHYzWVLUMW0OEP^Z3E zL@)idDO^eVQ*hIZ_lv=?IPf1OH+MU@w!u-gFF=Vx-bIEAQs9D1@5@TRc(nefCH|Gm z6XJ-I`UYhDb2n*n3K~FB<}JOO>Gab>xd=U;52~LLYZ3`E=S$*@;yG?EE;0=xHy?vT zn8!{Pz8r;FCd!=O)(#r=_TRyqZrgk=n>^mJC!?lnoVCBa2}kjoT=ws_x@RdekNm1z z_01cDv7QP#{_-$;L{2cO6MaW~J2y#s;ss65yYkOynoNv$acQNzJ)6pYT`IA6isI5Mrj63lSyJoM| zwr}YhoBOl^So0Mi%FzTtk3KoPNFjPJHP9?=RdPH0GCyk-!WZR)?A@(et0SOFeFoHIf}*o!b`knZFLzK`_>d3x)y!Hw8aJ>q zBu}zcpK!KR-As=l#`7FzlxLtsJoN>HDbsDE9`x(z^e&^EPRve%Y_!*nMazRjPfC+W z*MT=bT`XU{rVg8S2cKAXnzom2`&)w?iUsqc;^J&|NrHa&d^FIf%Ylq#Y}aMqw>^g8 z5uKGu3C!T3x}KLhC$>_#gd}k&Q^EVkCm&-5t+Vmo8J&8c__j%kbYqeIafndg=+wc6 zy$)x^Bn(q2{Sy7HVmcj=?l`ET;1{kqA;ob*3G{q^>ALVvn2D^7z zIRrA$<$G9Ge4le4kLf*jCD*dVhW``(`az05J^K+s-|(4K(BBuH26}gLl;%#;QHF6U ztn?6_N&`kZ%ticJc^{H44j24I9g4mgl}AlgPJDn;^#=`hpc^DUKTR%gmBwcitaf%= z8#(q^Lw|T92hA0}MDM$dcKqg68ry9VZ08SiOA&zKJi%wS{yaOY02)M2Bc9!lQ2E#Ro(%XsJP*bYp|qZH+$WHf zWhiVzIeAM7qSS{dCj&AeX}()x?-cF#w2I`UjqgT5;r|44is>szo&kxI*IqAjhM3`( z_k)wL=F=2lMd|^I6uc!L$7$SO5W}@ANPpj%_abk~(OSVClD^-AMrP(v6MwD4#C`?@ zh0ti1FWOkn?0B8$^-MczZ%$;Tn=|oXe(7{r+@|!Nf_lro+IyGIuQb4OW{q(KA0Bs1 zA_^t_S3nvk5YCRRCjv;MfB1Lj(EfRoM0W2V?`ZHFq8t1BK9d4@{^SoJOs{_^&nXCC zvxzJUdoa;jJfjJkNR>^wxE5hy{5)^U7yggmI~$vSQ&>Vs&z=%)biC3D&<_-+=>kfM zK*oo-6x zWk~H23&2usVUL^xk5x%-Tij_q{0u@M>0*>3W40|C^Yw4*9_m{pHZU$Tpe4UO$n(0R|E={e8jW9qfv@J`+xb% zvB;UjXI>!ttJ{N})W5N=V_SP=Ep5I#$@sf23znz!*HPe$XIqlE~QD?in;w!2(!-mJ*oB4ltli zN!RV_gwz)y)ng`$w@M14f_UToY5JhODvoZoX*x2Dx$nn0iuGr7vnPr5G9@#Uv&g>u zT9Xidu+~!Lt}Bxw3VQtGSbpWJi5hcbC(qTOEI8&|x3acG&r^0xKMuPi;JkMEc$gB3 zazJiw9=m}r;=lcfoGOqV2lg!wK$pb2>UTCg#I+@7sEY!=2@^3rSC9@NfE?J-Ba2az z0fI7-Pfl4S(61nWNHj89zJ}IbOfFZ{>KIhlJ(i3@e9q}N$1$>34Mm;Pkt?t{eql z5=NPs2PX+4`{P%3K&Lu}2fd@uxidbx&wLXG_l+gbq(TBP&7(*Gv1Gx0hZJKjXb+J7 z)YsqbXcb#QL2j(55_pZAthe-+xp0JA zYJL(?0ahOZdT*ulAeJ_fT12gKt>gChVN@ZOV}uG)qt){>QCcP#jA>mtqFQ(!tO>I) z?G41KJAsQGse!Kou;E)6mtj(Pi7p4OOa&KwM^rcL9qDg|&)08csP@}}WaGTE5AKV6 z=+38rv>c90>WisFbXS1=0V$K|V>Z~_FN6y}d}Q#+nTDEwW(SgqY9E;&ie=^&TIJe0 z5ILs=RYH}h%Q+Z#WZwodi6)n9+>*z-nz3zhE8=IDTBj8F%$2X}bQJ%paG&hAd5Ohg zoN8`Xf?r^`cIdPsur+bQ%1Az(W%6ND%0P0na0RY4%gi|IDu`jceR7c(0w(xsUNzt? zPWL<^B`TQf>ti%u1B)fn4)=w)?JHVc2QQ8Kipe`shHSYH)!`iMZ?$@0t?z-RG*Ra4 zmHD%gfkuyQB|^Ca&y$>}M#e|XI#boN_o=hOr`0Zq5I-5-cTjcyc`EnNl-Ky>mR6mi ziI)9wLot{EPySTN4*`D+g7=bOltn?o{%_2d0MEaCFmuh=t0DtkqVLo9`>v*Ga)i&d zH;&5Q@YUc0w<6>hGYQu>PY&0>t38`zbJ{T?pZCnxL67jKpFq8)f-m|}abklDK8ziz zw^Gi;SsO)I_>R5cwds(dpbzitbD;73@#TtpS@}w^KB9P+BJ?k0fCbW`mQqws&I^}X3U2Qd`FVeN-7~_Oq^Pyhd)mUBM}?xSQ^tx zFa=gcdC9BY$g2muY@*<4{EA4En*5sCs!&aSQmbV zZ&SLe?EQ8F0rm;REKyE$k?L?+TOBd%5f0p;RgQwwZ&Ob3X{=|v7-0hJkq$)A6Y>J>ID4V&wUgyR{D zBRjN{4F+Cb+G}Pj`%tMR?n4rG6%jk@pU*YlF-7Ib(y*`+68*|^jXW9x9Ri4ecH>0V zj*_^R{n!TefOf#=fv~Xtj_8<~LWT9Y7qr^Ta(9&s0qhs3r|HrTyV9lCCKO}xEiW%o zeHI*01u*?$hm?Ic;^0gitV`n{1M~~PT}QhqK9td3M|JhKDvq616z%r7ceHP7wnC^A z9~OWEA2=$P#{9)>eLF31-6*Ip)phavQbS70yubE6+r?Huwe|98H>66tkY$3yq}pO! zwe0&<88e^)`0)}lot)UQ0I*FS$j7!KTC6)fd`izLeSeda%f4JRj}M?L?X zIItt#Y)V{WN^42tEFQtAn0+*Xw!nhPlZ4MsLc*3(M3%3UV~T1o8O2{Te;pJljxqJS zR;rl8bg7D4FQBt9c}${&MNj?&RX>wIK)5OeS;U0;yEk7y>NxXCQt0>iMjXD+Vvo*h zJa6&NT9a@$GraaS;nd*ZbM6fp3L)3RLB3ouz=t<&Uw!R2r14TTm<@mn`_G z80oOQ%`SuzrVj~jWH$78!gCO3r$!ct*Ufh(Bjm<6;95h#ZX2qGm87m^qQXuq5_v83 z!e_X(-EkcK9wfBZ=3Mmm(|n+q0|5FdbtQQ{Mv?0vNUq2=&steaR4igB3+(pn$a&2m zi*#Sid_3j|U$nLE!Zdv_c`oRCh;nhKSKUEg%`G@QD!>HOw+GF9*UGyH@1TOmc@SR* zEf}R~WJGG4b6}BMo4+#o_i;_)a{n2D$nY2mX6oyU0BOmqurGJ5>AjSFJ}&VJqZj+l z*S7BAa^xvcXFAq{K`tk6dt8{za+PWJr>6tMQW5@9 zYWKMDMF_z1i}_dD?4%1OySLY9Z*%hBqs0d_^1_)!>`JrRZSzqJ+kYtDb>E9G)GPoGYqh@x7jzkP1DV8azlGVj1Zd6FJiWcA zq%>Cpr5`=Q{xOE1h%WTKyDdDdoPcp{j>Ymm=&_cg7NKdYKfUA&*W|EqA=MAe+N;$h zqKr}IO=5~>ioBLO^uCU(os#%_>RXwpGa|4wGm|u#M;$kF^BOC};_z@6B3F7l&B zM(N05;??V;8uuR(4ms?*2)$a?P-?!Qj#u`{{LHD-YVTA0)KuQtoYP{BQmy z*tZ*nULyBJ)`|Ty)(U0fT`p=_*bYOPr_=_)qJa&_nZEB&72{fHXFuL6(k+VAT zVzxAUmhGDKAZs1=e9Vpq-}nIwsWK6APSc)XAhyLp_lqjdE9nUHv@K2(Y*pJ!yFNsE z1mN7Oxit)V&yN4DOn7Wi8D9wDs>g1Jsz$XxBN+6Pp}O(0dqs#Cu>D*TK$QmQL~)Oa zO-LX{1WSfa#rI8IJORy{fQg|HG&5oKOM#PfJ97}ovt)%{XX;gZS+@w@WA5Q2%$+-5 z{i)4&UYRzyETF0yjw?Js3a`9yBPS57JQTPQaF+HrdHIA&b_x~2&-Rc4C-1FaJGw~6 zVR867x^5u+qP<=Cu3$-`x>rjIbC}Z9WemBe9q!&%p9bkCtXz4QIz<8t^JLX;mm;XN+5I!Dc5prMW_6&@u(5 zI{XkmLQC@cBVw`vVT>|Mr`wToGXW(a^E+gQ)?bAUKcwD}5LhZR2)U2%D4yAq6BqwI z$#l2K3vgD3YXgsRZtmcU&e^sq)s$W=X%NGC7-9CySp#*~F2X1~eYBXIuEz!Gzs)% z(!$a0Ht4z^!7m1uZj3l^??WPMyNZ~Y*gowJoHrnh<9a*Vg~W^hohY5Hn+TzWt6Lu^ zzzn%38v3Fuh~a8P(_vS3Nx*_fsxO-5&|+hwJQ^Ydg;nQ}5(2|@6*n4%1BX+g;LpUY zjp^EP9zMJ?uaRR*zDPWGnMFvR5?Et)r?W`9W@@V}$T0P2Dj-3<4^eu5tM^%_3^yQU zh2$2*$ANusu^h3jy?=$eE@xG(Nz;&@=$)g5=f>=1=;436i^4lYhw|a^iTq=6v-rSi zS!brVReU9P6%OY=e#(h^i>fOz<0AW(Jm@u*0&qM3c7oShfLeQhbL{AG|)KKxrj)gBH_V@Pg>oZWu5Ql0MD%^oxe*}GE zIVUqOsvaI#|b5#9;4>YxDFG#$)dt+^vruJ^$QLd@8k(cQ4O#Z=XpZmDmKIem3 z>@Q8tBseFdDt4*J_gAgo2u_UrzfLvNb;bfSz;n1TzJ;QLt??Ernifu z1N1bVvV?sLx|>Oa^C_@nKWAefu{KOJ3lSd(uT-eAB) zVxvo7h@gn#h|wWZDy5PlT?&jJQql|9hm6R5c9D;&$2n<9@P*Ota!S=m;yWYQd zo#%R=_dMr0_kEw6rUp(c7XtrmntY3b#Q@?H*NzrcNu|5)RNcp-l9_RVVCX}%lF3=k zAic_J08ZZK1#E~6`ajzK*T8`3drDEhqGAT-_p4%t$lWW6=3nav4`4%Z(8M9y(Oc@G zPp6Ct43oA%5YRaMr?&mR%1W)B0Y?dmuSB3daoiwBuiaD--zOj=ew9~^BZDh=_5kb& z2j{{W+@GP@IR6T>Z4|Mz+Z~(XY%U-^uoVjluU}@x|MMCqJt9K?@p}@%X|*f{G|h5p z+;2$OG-3 zmhFI>Yf9BOKihJ(Fp7T>6J4%m0;3{~uTh*WofM2wk2%+Q!!N=gbO3GLOihe-V_F<0 zotxBZf#|yVzu$guyE!&HEC6*nv#(z7S+?()-ki+#A(8q+8*S9CQFlFUx}ZOev-enj z2o(CcM2;)F@jB(cpy*M1>QP4QyV=`(?NOmepxFx043!AQ%t6M9;0kMb5{F$yLSkq+D3oy56V$`>8uptd9l@9Y% zg~BEa5uyxqi@!TTM#+6?#7B>gErcoTdMq9H(Wh=H*Fh)0kk$a$;|G_tNPbgL`$k^J1JyDq>UIH*Ow z|KlpKvPy0T zNmF57n3x}&85CklP^dfjw%D;adO8<0qP{Lvt+U}_jtx8|KREtAs27~0>;_u>y}GwJ zjr@_B^VwByu5QmjXY8`mZZ{KUix-XGf!tJX4A2`NJ-#dtCp*u$%hnMWUk@D5DxX|p z!0%F!x_|IIh=^$a26P?w@+%D7f;^Z@w&%JhHbkhWrV^i8Y8L5q-@X?UBZL1KH9pMX zU>N{6UR|w~leD`J{4$CQ!y+d6hhIDwjuG zVto0M9P~pjkn6vpp{4JmiI3^9w?Nt{w7unqIe@5PY?FX&tqc7TMx&+d1Dozyo+#UwI?V?W+k>vYKO=bu%Oj^mh)j*v|*oD@}t?yjP07Ya| zvyRvjcJ`&SuwaZ{0?*wgXLtb<1u!$HtHWrDhR6pPWvd)#^3SRz7zW}?&(DP@ zWFP=WsA>}9W+Rfu{Eq3c?L;UDkZ{!=_uur{EGuyfv=e+iJVERzX=>aZoNJXiTQA}G z=qr)d+ut0_S3>$LmK1#M^=zT_2zNdqt6g_ABf5GsnqjRmlZAidmo+Hq4cgt}fi)w*oElSI6rU&LbbopfzhAtI` z7>ARxw|WAgm}%thQe;M}$0}~T>uzi!SwX@#zg#KYCA&P)u$nt~axb-A<6>PKFf{F# z#CfX)8otHFQ$K#>3lSMKUa#p^DgRokGr?iuqCU}>|I+^H?gU-&T=IN0#g?f#z2|&J znp&Fg+1+r=*W-h%PtvSLa)oLafA}}q)v^A1Li}I;1I{;_n?2p2yI9N+(NM$EVaq-V zJlpu?6Oq6fc)_FT*HxP`4M^&q0Lz4P+$G+cAZCzpm6eUZyn(I#x28=j=Fh8xB6B4D3GpZ&fYGCn`PzDK z#HGGaj%mtNRB#Nf&i-u3@*&EFp_BJZ{43LA@va$yOyQU!&&5dcoXvYZOz{4Grb!d| z`_Zx@{_OPm?WsTcc!zn@;5!Pj#*U82`bLd`X-&I_@8Z9Q^Gi|L-K5`OyKx$+Nm^pw z?3U!B|5$ai{YcrUy|>l;14A6y!fqOHv+DKzsOs1rk9}jQtm)uk3XOu<2u=V+no;t7 zQ5`+oh{%Y7z{vw`ET(TGj6|?|$nFm}WZe&*B2VKb>t1EAXHnLrGTA3F8BXC{pV|@J zK{9!IT5Zj8QsH%P<#^UD5u@=PbDn3G!q3o3)!Z7RoQp=T2}biQF2=qmEry=fKbY2CaP@XwRcM+mFBIZp?bL>qMxI4rFYVAPO_?IZSoUSFyH9eDj7Xwu1$ z!|%~htE8fSOO1wD<*K%pbSYsI=nXt7nP`*ZiW6>>jSmY~qu>J!=>QK24!bMo9R(TM zMJs)j&kv7$)!hsFYC3C{K0Kazb<*UYKhQJXZo8ZMKwSnU#?_ks3$kXB@(UF8y;yw8 zf=FmnLc3hQ3be&rYmk%oqf%#XUQcl~=yfIg9Dw_j!xF#BO5q@DIR=@+ z)h$O002{biw_a3aQLV5ZxJDV%MOj$hf4AF{r+ECgdDW-WFDKVy75J>j$4^)^^7#bW zI}gw6!fU!Xj*hqknZs@qwMU_+%t?^Ed2Ay8l>^5a(V(D3P=9^Bf{)_h)E2M8*I#l$ zK~z$QsDI~Z4{+Cm!*6jr6-AJ{!Fq!KCntq815)Q#x6M_r=KlV)W(d9`i<^Uy7mUI& zBF(p=WPlvPjj-ar1oJ&C2Y8}@GJ%61MS9Gu> z{$TUT&lvO($*lHjr3P4=ePj$5YLr4cg9A)+F=8zGn#zth0~n^N`fH@PWKRt6{HO&6 zU@>ZFn;xGp^p_ZoYD|Xm8la6$> z6F~EDM0q3(F7bd}?B{7;iph}If2jlfrsvk=;^CMyP7`w>yf#Z|GSNV_i`>$L7J&mo z?2lahh_{MA`s{W!0e{=fX4wGZ`4Q4*la2Ag=a(fVFAq|U<#wujctS!5p=$bnwgGzp4dK`P-QKH;XuJy%0>51Y$D2CI{QmkN8m^D-vJ+cZ#E)e z!sKSon-S$lGPd-kGG^f0ez1oBrg~Qprlwku>Mhw+mL@QDi`~U6MWu-ib0iBCRB!*Z z$)h5Oz*5FTC}qees~qPm%)GCmwYx-o!ltm^Pu;KT!9~1OiRbZJ91tl|-2!Wap5w70 z(4CY7Fg$ExmAkVQsEP4Pm#~Dy@pcGh20nmuJ(ZO=s$r36sZN-R*RF+te_k=Ehv2NWRZV6Pd4nHX2Q=e;Z!-kM6{qZ%EwAh zYpD|);JX6d#-BQ^w2^dy*Q?+yCbUc{UpNSg{G%VXULGL_U%bWwP9&YKB;B}Xh_bIV za$axxchdG3bV`UktiGh9g-?0#?zQPxz}M{hy%~ptIzNGs*|0DZ9*)jtMgQHibW5A< zIO$`@4>%3ExJux*ZRN-1+|1(|AGhRwJ2K4wP*T2EWkDW=nraS&eW(S-GYPU}{W+SY z-a#eJJ)Z}>F5dFCiO`PzKq)Bjd@XZTnxCG&WAR2s5OPsqtmg@5Y5xRHhJcrQ0>Ab0 zJ~vfcmcXDP{eyIkfI|cl6%kj6c+Ws@{lX0!@?9$;3AL+qq&spe|5l?zLG;)*IRNyAFPm2 z<1Y+^g=^&%<9;dnyLpZ921v?9)7eS$jx;smFHqdZ4egdiI{ zg!|q-6WNy(^*~-4A7{FK_QmqE1@z;LD3FD($HiKC*iaB09A5&lS{|&)1WCUE6(@l+ zYuN!|&Pv}0aVmYgMI8tTI5`rvUTp}ulsul+eOKeYe_iR67|iDZ6xAM^Yz|eHnohp5 zycR(s;eVc#xNS}&pYd^ZbuIF{($Vb-u3_|HoR;QaItl=STp@KfuvqEy{3aarg= z61uM3m~#IaH*ZhFl68QLVjOdc-tt7de}<{~m#^bY;xREvW*!9rYcSV*#h9jeo=*+c z72B+|RHRIFG{tm4LOC?iDGgI5EyjHH?iBZ(KvyQXmKRY^5SwUZ^01^9C5t1=$>IPQ zN~WPb?psC0bW>gE(t(#dh%gR zsU%y8+#UzHI6Y0x+41=Y@4A$4+4Lxu9#x9}MfF%>%b&U3Bw$_Siq=O}M5@?P2rST9 zuZ#wL3lGp{XR9j{oGyosvR)fkrJAw zmyVlE_c6J57Of|vg|PaaDI_Lvam0_${}^W(!a3=+yf*o1UP#I_sJ7U?_5G9dF@N9> z3q|=+!&69Ut^i^ZN6GiW1T4>|3PsF$8t71|wJMVDyrCExdHdbVZT%B7z)zxr!vvEH z%(x4lL|7bLDXgY`{>>_zitc-$J`@2ooUpeb1`A_1X0H)*4Wt=@I5hHM<0OVqSl-U* zPLxeobDvV9)TNrqG&3w@s(vcO|LF-u98vE=|h}7F+(^%BapzvFg*I^g2 zLpd}++Oc&mzLwv@G`qF66y(*ioihlsg|MhYrFReBCA&Rau=}wfZ)DT5UnuHcV0QBv zyVt0_wa5{oHzj8u$eL7uvZUo26Rvk#eYWk0)LWk2Z++*bYLSqPH(+pf+P2wZe!inj zI$j=Cvj%45s2V3&j_#3uueO|%8%~4YWpR5Q#G?oJv)bm*ESN_^>uI6u+9jjwBg{+$ zXCa1|;j$_{&5|x10N!9oE2Gha;u4_zZ}Y2juhTO}6}gH(F6PCTPT>juO}8K{239rh z{D`>&A1LCtYD>yDTJ(Ki`sTqkf6FI|s26sy9pyFA@X|;JD9+hHMR@!M3l!Ipvhl%h zY_sk>%ik?DL~gULPaK?y5^UuZtMi*& zQ3NVpa304^d*9xQg|3sl#&HjdurP_oEin($`Cy;@2|9&P=QPki5cJXrCJX8-w9drz z28wy{+`{N>uMmaRKY43EGQf-JcIAc(V)v~eDy)~FS1Dkh<*iHZX-Qs%U=uUcK`yEI zbvlqagunDi54s+}qVmeT?y)dJkp*DepU;OXlYT1Sb@IyQ3eHA=O_f5b29XF!lD9^_ zO>QDD4zxyB+s~h^0W!FJj`#8aC}M%5M`@SPjP%>^Nm%RihTorhh< zfx5r); rh(); rh(); - rh(); # *======= Metal Gears =======* diff --git a/scripts/RecipeConflicts.zs b/scripts/RecipeConflicts.zs index 6edc678..58864b2 100644 --- a/scripts/RecipeConflicts.zs +++ b/scripts/RecipeConflicts.zs @@ -175,7 +175,6 @@ print("--- loading RecipeConflicts.zs ---"); recipes.remove(); recipes.remove(); recipes.remove(); - recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove();