diff --git a/config/ae2/client.json b/config/ae2/client.json new file mode 100644 index 000000000..268c9caa1 --- /dev/null +++ b/config/ae2/client.json @@ -0,0 +1,55 @@ +{ + "client": { + "disableColoredCableRecipesInJEI": true, + "enableFacadesInJEI_comment": "Show facades in JEI ingredient list", + "enableFacadesInJEI": true, + "enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks", + "enableFacadeRecipesInJEI": true, + "enableEffects": true, + "useTerminalUseLargeFont": false, + "useColoredCraftingStatus": true, + "PowerUnit_comment": "Power unit shown in AE UIs", + "PowerUnit": "ae", + "showDebugGuiOverlays_comment": "Show debugging GUI overlays", + "showDebugGuiOverlays": false, + "showPlacementPreview_comment": "Show a preview of part and facade placement", + "showPlacementPreview": true, + "notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.", + "notifyForFinishedCraftingJobs": true, + "clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal", + "clearGridOnClose": false, + "terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars", + "terminalMargin": 25 + }, + "terminals": { + "terminalStyle": "small", + "pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal", + "pinAutoCraftedItems": true + }, + "search": { + "searchTooltips_comment": "Should tooltips be searched. Performance impact", + "searchTooltips": true, + "searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.", + "searchModNameInTooltips": false, + "useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI", + "useExternalSearch": false, + "clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens", + "clearExternalSearchOnOpen": true, + "syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open", + "syncWithExternalSearch": true, + "rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens", + "rememberLastSearch": true, + "autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens", + "autoFocusSearch": false + }, + "tooltips": { + "showCellUpgrades_comment": "Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons", + "showCellUpgrades": true, + "showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons", + "showCellContent": true, + "maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons", + "maxCellContentShown": 5, + "enableGuideHotkey_comment": "Enables the \u0027hold key to show guide\u0027 functionality in tooltips", + "enableGuideHotkey": true + } +} \ No newline at end of file diff --git a/config/ae2/common.json b/config/ae2/common.json new file mode 100644 index 000000000..d8f390250 --- /dev/null +++ b/config/ae2/common.json @@ -0,0 +1,118 @@ +{ + "general": { + "unsupportedDeveloperTools": false, + "matterCannonBlockDamage_comment": "Enables the ability of the Matter Cannon to break blocks.", + "matterCannonBlockDamage": true, + "tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.", + "tinyTntBlockDamage": true, + "channels_comment": "Changes the channel capacity that cables provide in AE2.", + "channels": "default", + "pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.", + "pathfindingStepsPerTick": 4, + "spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.", + "spatialAnchorEnableRandomTicks": true + }, + "automation": { + "formationPlaneEntityLimit": 128 + }, + "facades": { + "allowBlockEntities_comment": "Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.", + "allowBlockEntities": false + }, + "craftingCPU": { + "craftingCalculationTimePerTick": 5, + "craftingSimulatedExtraction_comment": "When true: simulate extraction of all the network\u0027s contents when starting a crafting job calculation. When false: use the cached available content list (same as terminals). Enabling might work a bit better, but it will significantly reduce performance.", + "craftingSimulatedExtraction": false + }, + "crafting": { + "disassemblyCrafting_comment": "Enable shift-clicking with the crafting units in hand to disassemble them.", + "disassemblyCrafting": true, + "growthAccelerator_comment": "Number of ticks between two crystal growth accelerator ticks", + "growthAccelerator": 10 + }, + "spatialio": { + "spatialPowerMultiplier": 1250.0, + "spatialPowerExponent": 1.35 + }, + "logging": { + "blockUpdateLog": false, + "packetLog": false, + "craftingLog": false, + "debugLog": false, + "gridLog": false, + "chunkLoggerTrace_comment": "Enable stack trace logging for the chunk loading debug command", + "chunkLoggerTrace": false + }, + "battery": { + "chargerChargeRate_comment": "The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast.", + "chargerChargeRate": 1.0, + "wirelessTerminal": 1600000, + "chargedStaff": 8000, + "entropyManipulator": 200000, + "portableCell": 20000, + "colorApplicator": 20000, + "matterCannon": 200000 + }, + "worldGen": { + "spawnPressesInMeteorites": true + }, + "wireless": { + "wirelessBaseCost": 8.0, + "wirelessCostMultiplier": 1.0, + "wirelessBaseRange": 16.0, + "wirelessBoosterRangeMultiplier": 1.0, + "wirelessBoosterExp": 1.5, + "wirelessHighWirelessCount": 64.0, + "wirelessTerminalDrainMultiplier": 1.0 + }, + "PortableCells": { + "allowDisassembly_comment": "Allow disassembly of portable cells into the recipe ingredients using shift+right-click", + "allowDisassembly": true + }, + "PowerRatios": { + "ForgeEnergy": 0.5, + "UsageMultiplier": 1.0, + "GridEnergyStoragePerNode_comment": "How much energy can the internal grid buffer storage per node attached to the grid.", + "GridEnergyStoragePerNode": 25.0 + }, + "Condenser": { + "MatterBalls": 256, + "Singularity": 256000 + }, + "tickRates": { + "_comment": " Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.", + "InterfaceMin": 5, + "InterfaceMax": 120, + "ImportBusMin": 5, + "ImportBusMax": 40, + "ExportBusMin": 5, + "ExportBusMax": 60, + "AnnihilationPlaneMin": 2, + "AnnihilationPlaneMax": 120, + "METunnelMin": 5, + "METunnelMax": 20, + "InscriberMin": 1, + "InscriberMax": 20, + "ChargerMin": 10, + "ChargerMax": 10, + "IOPortMin": 1, + "IOPortMax": 5, + "VibrationChamberMin": 10, + "VibrationChamberMax": 40, + "StorageBusMin": 5, + "StorageBusMax": 60, + "ItemTunnelMin": 5, + "ItemTunnelMax": 60, + "LightTunnelMin": 5, + "LightTunnelMax": 60 + }, + "vibrationChamber": { + "_comment": "Settings for the Vibration Chamber", + "baseEnergyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)", + "baseEnergyPerFuelTick": 5.0, + "minEnergyPerGameTick_comment": "Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted.", + "minEnergyPerGameTick": 4, + "baseMaxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.", + "baseMaxEnergyPerGameTick": 40 + } +} \ No newline at end of file diff --git a/config/ftbquests/quests/chapter_groups.snbt b/config/ftbquests/quests/chapter_groups.snbt new file mode 100644 index 000000000..0388951d9 --- /dev/null +++ b/config/ftbquests/quests/chapter_groups.snbt @@ -0,0 +1,7 @@ +{ + chapter_groups: [ + { id: "693226878D58638A", title: "Climbing the Ranks" } + { id: "719BFF182E0820D1", title: "Tips and Tricks" } + { id: "1C1C4FB2AFCF489D", title: "Milestones" } + ] +} diff --git a/config/ftbquests/quests/chapters/assembly_line.snbt b/config/ftbquests/quests/chapters/assembly_line.snbt new file mode 100644 index 000000000..764cfba15 --- /dev/null +++ b/config/ftbquests/quests/chapters/assembly_line.snbt @@ -0,0 +1,109 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "assembly_line" + group: "719BFF182E0820D1" + icon: "gtceu:assembly_line" + id: "151AFC4ABEAA40FA" + order_index: 3 + quest_links: [{ + id: "08754CC4871D9234" + linked_quest: "77B7B1EDD19831E0" + x: 0.0d + y: 0.0d + }] + quests: [ + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "There are many ways to automate Ordered Items: GT item pipes, Redstone, other mods, you name it! This quest will attempt to guide you through a setup using &3AE2&r." + "" + "Have the Pattern Provider face an &3Item P2P&r. Set two output P2Ps: one into the first &3Input Bus&r, and the other into &3Item Pipes&r. Make your Item Pipes connect to all Input Buses including the first. Don't forget &dBlocking Mode&r! " + "" + "With this setup, assembly items should be fully automated! This will also work flawlessly once we inevitably add ordered item inputs." + ] + icon: "ae2:pattern_provider" + id: "34330FFE65CEF94C" + shape: "rsquare" + size: 0.75d + title: "Automating ordered items" + x: -1.0d + y: -1.5d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "Whilst item automation was relatively simple, fluid automation is slightly harder." + "" + "Fluid Pipes behave very different compared to Item Pipes, so you &4cannot&r use the same solution as above. " + "" + "This quest won't explain how to do this entirely due to it being off by default, so the full solution is left as an exercise to the reader." + ] + icon: "gtceu:lv_fluid_regulator" + id: "71B685FD0D345A6F" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "783A286488B14D3C" + title: "Automating fluid inputs" + type: "checkmark" + }] + x: 1.0d + y: -1.5d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "Scanning is the first step for research. Take the item shown in JEI and put it with a &3Data Stick&r to scan it. This will &4consume&r the item and put Data on the Data Stick. Pretty straightforward, right?" + "" + "You will need at least an &6HV Scanner&r to progress to &dLuV&r, an &5EV Scanner&r for &aLuV Energy Hatches&r, and an &1IV Scanner&r for &aFusion Reactors&r. You can make any one of them to complete this quest." + ] + icon: "gtceu:data_stick" + id: "1E2F30D4C7B06D6E" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "52CF08D5F20BC96B" + type: "checkmark" + }] + title: "Scanning" + x: -1.5d + y: 1.0d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "Eventually, you'll want multiple Assembly Lines, but you won't want to re-scan for every Research. This is why you can also use the &3Scanner&r to &dCopy Data&r. Place the data stick you want to copy in one slot, and a blank one in the other. This will copy the contents of the first stick into the second!" + "" + "&4Important&r: Using two different data sticks with data on them will cause one to &4overwrite&r the other. Be careful!" + ] + icon: "gtceu:computer_monitor_cover" + id: "703F095364D11A05" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "5CE0257C8A80645A" + title: "Data Manipulation" + type: "checkmark" + }] + x: 0.0d + y: 2.0d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: ["Later on, recipes will require different &aData Storage Items&r for research, such as the &3Data Orb&r. This process will remain the same, but will use different Data Storage Items instead. They can also be copied the same way, but you cannot copy between different types of storage items."] + icon: "gtceu:data_orb" + id: "7E1BAD5DA18A8E20" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "319107A4A77839E7" + title: "Storage Types" + type: "checkmark" + }] + x: 1.5d + y: 1.0d + } + ] + title: "Assembly Line" +} diff --git a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt new file mode 100644 index 000000000..0fc8d58a6 --- /dev/null +++ b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt @@ -0,0 +1,1704 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "ev__extreme_voltage" + group: "693226878D58638A" + icon: "gtceu:ev_electric_motor" + id: "7FB9F636D95820A3" + order_index: 4 + quest_links: [ + { + id: "2E99A771FCA40E15" + linked_quest: "7FA0ACB7F161F378" + shape: "gear" + size: 1.5d + x: 4.125d + y: 5.25d + } + { + id: "01E88C8523658529" + linked_quest: "40408FFD02134148" + size: 0.75d + x: 4.125d + y: 6.75d + } + { + id: "567AFEA6A07F1886" + linked_quest: "390E59F05132FCB8" + x: 0.0d + y: 7.875d + } + { + id: "33EE8F2888E09B86" + linked_quest: "528CE69DA4358B2E" + x: 4.125d + y: 11.25d + } + { + id: "156278F7405DCE44" + linked_quest: "017019EB38F7A18C" + size: 0.75d + x: 5.25d + y: 10.125d + } + ] + quests: [ + { + dependencies: ["16B735F9C391D260"] + description: [ + "However... if we were honest... Steam as a power option really isn't worth it at this point anymore. " + "" + "The &3Large Steam Turbine&r is a multiblock Steam Turbine for &6HV&r power. It's quite an expensive multiblock to build just to generate a measly 1024 EU/t, but it also boasts the powerful ability to scale to &9higher Power Production and higher Efficiency&r." + "" + "The Turbine will output &dDistilled Water&r if given an &3Output Hatch&r. You can loop this back to your &3Large Boilers&r. We don't entirely endorse this, as your Boilers will end up exploding if the system fails..." + "" + "Each Large Turbine will require a &aTurbine Rotor&r and a &3Rotor Holder&r. More on the Turbine mechanics in the &lnext&r Quest." + "{@pagebreak}" + "&9Note:&r This Quest &eonly&r requires the Controller, but you still need all the multiblock parts to construct the Turbine." + "" + "Turbines &cvoid&r energy if they're unable to output. If you plan on using this with HV power, use a Rotor with close to 100% Power stat." + ] + icon: "gtceu:steam_large_turbine" + id: "189F84D6C76CDC8B" + shape: "rsquare" + size: 0.75d + subtitle: "If you're still running off Steam... boy, do we have a solution for you!" + tasks: [{ + id: "793B9FC5F9ACCCC7" + item: "gtceu:steam_large_turbine" + type: "item" + }] + title: "Large Steam Turbine" + x: 0.75d + y: 1.875d + } + { + dependencies: [ + "0F539EC8D2361791" + "189F84D6C76CDC8B" + "4E9DED9569AA17F5" + ] + description: [ + "The Large Turbines are the most complex Multiblock Generators that you'll find in GTCEu in the present day." + "" + "Let's delve into Turbines!" + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: { + Count: 1b + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "neutronium" + } + } + } + id: "188A8C3DD38C2762" + min_required_dependencies: 1 + shape: "rsquare" + size: 0.75d + subtitle: "My mechanics are... complex" + tasks: [{ + id: "2CE74616CF080BF9" + type: "checkmark" + }] + title: "Large Turbine Mechanics" + x: 0.75d + y: 3.0d + } + { + dependencies: ["35E7E45987D9B1F6"] + description: [ + "Starting from here, &3Energy&r and &3Dynamo Hatches&r can be upgraded to a &d4A&r variant." + "" + "This is extremely useful for Multiblock Generators." + ] + icon: "gtceu:ev_energy_input_hatch" + id: "7820DF52516344F4" + shape: "rsquare" + size: 0.75d + subtitle: "Perfectly regular progression" + tasks: [{ + id: "1696F760B75B3544" + item: "gtceu:ev_energy_input_hatch" + type: "item" + }] + title: "Upgrading your EBF III" + x: 1.875d + y: 1.875d + } + { + dependencies: ["35E7E45987D9B1F6"] + description: [ + "The &3Large Gas Turbine&r may not leave a huge impression in the &5EV&r Age, but it has the ability to scale to &9better production&r than the base 4096 EU/t, and &9greater efficiency&r." + "" + "Each Large Turbine will require a &aTurbine Rotor&r and a &3Rotor Holder&r. More on the Turbine mechanics in the &lnext&r Quest." + "{@pagebreak}" + "&9Note:&r This Quest &eonly&r requires the Controller, but you still need all the multiblock parts to construct the Turbine." + "" + "Turbines &cvoid&r energy if they're unable to output. If you plan on using this with HV power, use a Rotor with close to 100% Power stat." + ] + icon: "gtceu:gas_large_turbine" + id: "0F539EC8D2361791" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "7243C47692B04E81" + item: "gtceu:gas_large_turbine" + type: "item" + }] + title: "Large Gas Turbine" + x: 1.875d + y: 3.0d + } + { + dependencies: [ + "30A6EDDF25A5E5F8" + "7A55CC71442CC854" + ] + description: [ + "New Cutting Machine? &a✓&r" + "" + "New Lens? &a✓&r" + "" + "New Power Circuit? &a✓&r" + "" + "New EBF Metal required? &a✓&r" + "" + "New Coil for Energy Hatch? &a✓&r" + "" + "&9Note:&r If you haven't found a Jungle yet, you can &acentrifuge Stone Dust&r for &dMetal Mixture Dust&r which doubles as a Brown Dye." + ] + icon: "gtceu:mpic_chip" + id: "35E7E45987D9B1F6" + size: 0.75d + tasks: [ + { + id: "2475364829C80B50" + item: "gtceu:mpic_chip" + type: "item" + } + { + id: "1225B9C57910A98A" + item: "gtceu:brown_glass_lens" + optional_task: true + type: "item" + } + ] + title: "Power Integrated Circuit" + x: 3.0d + y: 1.875d + } + { + dependencies: [ + "35E7E45987D9B1F6" + "14D277A164202FF8" + ] + description: [ + "The &3Large Combustion Engine&r is a multiblock able to burn &dCombustion Fuels&r for even more Power Generation!" + "" + "Its default production outputs 2048 EU/t, which is the same as 4 &3Turbo Combustion Generators&r." + "" + "Where it shines is the ability to &6boost&r it with &aOxygen&r. This will double the fuel consumption, but &9triple the power generation&r, for 6144 EU/t! This results in &6150% Fuel efficiency&r." + "" + "It also requires a small amount of &aLubricant&r - nothing too crazy." + "" + "The &3LCE&r is also void-free, unlike Large Turbines. Any energy that cannot be output will momentarily pause the multiblock." + "{@pagebreak}" + "&9Note:&r This Quest requires &eany&r task to be completed, but you should still need all the parts." + "" + "To harness the 6144 EU/t Power output, you will need a &34A EV Dynamo Hatch&r or an &3IV Dynamo Hatch&r." + ] + icon: "gtceu:large_combustion_engine" + id: "1AD309112ADD8D8D" + size: 0.75d + tasks: [ + { + id: "4B0E8EBCA3950AA0" + item: "gtceu:large_combustion_engine" + type: "item" + } + { + id: "38A33D0B4E9CD811" + item: "gtceu:ev_energy_output_hatch" + optional_task: true + type: "item" + } + ] + title: "Large Combustion" + x: 3.0d + y: 0.75d + } + { + dependencies: [ + "3398FC108D9DCB46" + "14D277A164202FF8" + "124B32A0583A636A" + ] + description: [ + "The Advanced Nano Chestplate combines protection, a personal battery and an &6enhanced Jetpack&r, all in one." + "" + "To &denable charging&r, shift right-click it when it is in your hand, then equip it (Note that there is a bug when it sometimes does not want to charge... you will forgive it, right?)." + "" + "Note that this stores &oa lot&r of energy, and uses it fairly fast. You may want to invest in a &3HV Turbo Charger&r." + ] + id: "513B95B8FD03AA8C" + shape: "rsquare" + size: 0.75d + subtitle: "Totally worth it" + tasks: [{ + id: "2AB729EA4DFCD51C" + type: "checkmark" + }] + title: "Better Flight" + x: 3.0d + y: 4.125d + } + { + dependencies: [ + "7A55CC71442CC854" + "478B0D55369C0F7F" + ] + description: [ + "At the cost of 4x the drilling Power, the &3Advanced Fluid Drilling Rig&r gains &616x the output&r in Fluid." + "" + "The depletion of veins is also halved. This means you will get a total of &632x&r as much Oil (or whatever fluid) from a bedrock fluid vein until depletion!" + "" + "Even when depleted, you can still use this and be firmly power positive." + "" + "One single &3Advanced Fluid Drilling Rig&r should be enough to supply Power for a base up to &dLuV&r Age and possibly beyond!" + "{@pagebreak}" + "As a &9reminder&r from the Quests that appeared in &bMV&r:" + "" + "&9-&r &aLight Oil&r can be used for &dLPG&r and &dMethane&r to run in &3Large Gas Turbines&r." + "&9-&r &aOil&r can be used for &dDiesel&r and &dCetane-Boosted Diesel&r to run in &3Large Combustion Engines&r." + "&9-&r &aHeavy Oil&r can be used for &dNitrobenzene&r to run in &3Large Gas Turbines&r." + ] + icon: "gtceu:hv_fluid_drilling_rig" + id: "10987A49F647279E" + shape: "rsquare" + size: 0.75d + subtitle: "Extreme is an apt descriptor" + tasks: [{ + id: "3FE1F17DD37F0A56" + item: "gtceu:hv_fluid_drilling_rig" + type: "item" + }] + title: "Extreme Fluid Drilling" + x: 3.0d + y: 3.0d + } + { + dependencies: [ + "330BDB559A7BAB35" + "41D32C5178760F47" + ] + description: [ + "How to get Platinum:" + "" + "&9-&r As a byproduct of &aNickel Ore&r processing, either with a &3Chemical Bath&r, or a &3HV Macerator&r" + "&9-&r From &aSheldonite veins&r in the End" + "&9-&r From &aPlatinum Group Sludge&r, a complicated chain granting all Platinum Group metals. Highly &cunrecommended until IV Age&r, but eventually required." + "" + "Platinum is needed in small amounts for &dSMD Diodes&r, and for a plethora of recipes starting in the &5EV&r Age." + "{@pagebreak}" + "&bLore:&r Mekanism's primary material was planned to be Platinum. However, GregoriusT complained about it the logic behind such a rare material being spread all over the world, and the Mekanism devs opted to make the primary material Osmium!" + ] + icon: "gtceu:platinum_ingot" + id: "3398FC108D9DCB46" + size: 0.75d + tasks: [ + { + id: "422782D7BAC8024B" + item: "gtceu:platinum_dust" + optional_task: true + type: "item" + } + { + id: "20DD24EB9315C33B" + item: "gtceu:platinum_ingot" + type: "item" + } + ] + title: "Platinum" + x: 4.125d + y: 3.0d + } + { + dependencies: [ + "0B25A282F677744B" + "7A55CC71442CC854" + ] + description: [ + "A completely &doptional&r Multiblock. In playtesting, I kept using HV singleblock miners and was fine with them." + "" + "The &3Larger Miner&r will further boost your returns when collecting ores from veins!" + "" + "Ores are mined as if they were &amacerated&r, but they yield &6three times&r as many &dCrushed ores&r." + "" + "You will need &aDrilling Fluid&r automation to run this." + "" + "You might also want to use a &3Quantum Tunnel&r from AE2 and &3GTEU P2P Tunnels&r to transfer the items and to power it up." + "{@pagebreak}" + "&bLore:&r There were some interesting side effects from porting this over from Gregicality, as the multiblock originated from GregTech 5... It's not perfect, as there isn't really any advantage on upgrading this miner to the advanced versions. We were thinking of rebalancing the energy costs and yield per tier." + ] + icon: "gtceu:ev_large_miner" + id: "16E7CAC7BC8BFD8E" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "4576F08E8AE8C110" + item: "gtceu:ev_large_miner" + type: "item" + }] + title: "Multiblock Miner" + x: 5.25d + y: 3.0d + } + { + dependencies: [ + "40408FFD02134148" + "7FA0ACB7F161F378" + "4AFD3073C731A1E4" + ] + description: ["You know the drill by now."] + icon: "gtceu:ev_assembler" + id: "7A55CC71442CC854" + subtitle: "Pushing into EV" + tasks: [{ + id: "2F60DE9B52FDEFFC" + item: "gtceu:ev_assembler" + type: "item" + }] + title: "EV Assembler" + x: 4.125d + y: 1.875d + } + { + dependencies: ["7A55CC71442CC854"] + description: [ + "The Best Battery-like item for &5EV&r!" + "" + "The &aLapotron Crystal&r requires quite a bit of nested crafting, so craft it in large batches or automate it with AE2 patterns." + ] + icon: "gtceu:lapotron_crystal" + id: "69E384F389B0D07B" + size: 0.75d + tasks: [{ + id: "3DF109921CA21ADB" + item: "gtceu:lapotron_crystal" + type: "item" + }] + title: "Extreme Batteries" + x: 4.125d + y: 0.75d + } + { + dependencies: [ + "3398FC108D9DCB46" + "41D32C5178760F47" + "40408FFD02134148" + "4AFD3073C731A1E4" + "6B08799BCFD01D3D" + "7FA0ACB7F161F378" + ] + description: [ + "This quest will cover the Tungsten Chain. &aTungsten&r is obtained from either &eTungstate&r or &eScheelite&r, which are part of the same vein in the End." + "" + "Just like the &dRutile&r chain, you will only need to input one item type, and everything else will be looped perfectly!" + "{@pagebreak}" + "You will need:" + "" + "&9-&r One &3Chemical Bath&r, to make &dTungstic Acid&r." + "&9-&r One &3Electrolyzer&r, to electrolyze &oboth&r Bath outputs." + "&9-&r One &3Chemical Reactor&r, to loop &dHydrogen&r and &dChlorine&r back into &aHydrochloric Acid&r." + "" + "You will be granted either Calcium or Lithium as a byproduct - it's on the house!" + "{@pagebreak}" + "&bLore:&r In GTCE, Tungstate or Scheelite took 40sec and 4 Hydrogen buckets at 1920 EU/t to electrolyze into 1 Tungsten Dust. Even if it was simpler, it was much more expensive!" + ] + hide_dependency_lines: true + icon: "gtceu:tungsten_dust" + id: "271CE5C2B78A1EDC" + rewards: [ + { + count: 6 + id: "7987EDE1771A5BEE" + item: "gtceu:endstone_scheelite_ore" + type: "item" + } + { + count: 6 + id: "45F295D16818D055" + item: "gtceu:endstone_tungstate_ore" + type: "item" + } + ] + size: 0.75d + subtitle: "All in one!" + tasks: [{ + id: "6BA811C086B5CF00" + item: "gtceu:tungsten_dust" + type: "item" + }] + title: "Tungsten Chain" + x: 6.375d + y: 3.0d + } + { + dependencies: ["271CE5C2B78A1EDC"] + description: ["The &3EV Mixer&r is required for more alloys, the most important being &dTungstensteel&r."] + hide_dependency_lines: false + hide_dependent_lines: true + icon: "gtceu:ev_mixer" + id: "478B0D55369C0F7F" + size: 0.75d + subtitle: "Beginning to notice a pattern?" + tasks: [{ + id: "0E0232ACC9B93FE4" + item: "gtceu:ev_mixer" + type: "item" + }] + title: "Extreme Mixing" + x: 5.25d + y: 1.875d + } + { + dependencies: ["478B0D55369C0F7F"] + description: [ + "&aTungstensteel&r is composed half of Steel... suffice to say, you will need large quantities of both &aIron&r and &aTungsten&r!" + "" + "Right now, you will need it for &3Energy&r or &3Dynamo Hatches&r... one step closer to moving away from those pesky single block Generators." + "" + "Boosting the smelting recipe in the &3Electric Blast Furnace&r will require &eHelium&r. You can get an initial supply from &aextracting Monazite&r or &acentrifuging Endstone&r." + "" + "In the long term, you will want to get Helium via &aLiquid Air Distillation&r." + ] + icon: "gtceu:tungsten_steel_ingot" + id: "30A6EDDF25A5E5F8" + shape: "gear" + size: 1.5d + subtitle: "The main &1IV&r Material!" + tasks: [ + { + id: "4BEA3166CD486845" + item: "gtceu:tungsten_steel_dust" + optional_task: true + type: "item" + } + { + id: "6D93081E44DD9678" + item: "gtceu:tungsten_steel_ingot" + type: "item" + } + ] + title: "Tungstensteel" + x: 7.125d + y: 1.875d + } + { + dependencies: ["271CE5C2B78A1EDC"] + description: [ + "Tungsten in Swedish translates directly as \"Heavy Stone\", which is pretty funny. You may know of this element as Wolfram too, hence its formula being W." + "" + "&aTungsten&r will be the main &1IV&r Cable material, but will also show its face elsewhere!" + ] + icon: "gtceu:tungsten_ingot" + id: "0B25A282F677744B" + tasks: [{ + id: "5D897ADB4F7D9920" + item: "gtceu:tungsten_ingot" + type: "item" + }] + title: "Tungsten" + x: 7.875d + y: 3.0d + } + { + dependencies: ["30A6EDDF25A5E5F8"] + description: [ + "Even without channels, P2P Tunnels are still extremely important automation tools!" + "" + "&9Note:&r There are many fantastic resources online to explain how P2P Tunnels work. The short description is that they allow transfer of things from 1 input to endless output. You can link them using a Memory Card." + "" + "This Quest acts as a tutorial on how to use the P2P Tunnels to your own benefit." + ] + icon: "ae2:me_p2p_tunnel" + id: "39E7997F3080250A" + shape: "rsquare" + size: 0.75d + subtitle: "Fear not, channels are gone" + tasks: [{ + id: "578F4D24289C544E" + item: "ae2:me_p2p_tunnel" + type: "item" + }] + title: "P2P Tunnels" + x: 6.375d + y: 0.75d + } + { + dependencies: ["069FD86133D7D582"] + description: [ + "If you want a big boost to your processing power, look no further than the multiblocks new in the &20.12&r update." + "" + "Formerly known as &2Gregicality Multiblocks&r, the add-on has been fully integrated into GregTech CEu Modern!" + "" + "You will need to make use of many new &9alloys&r to build the new Multiblocks. Yay, more content!" + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:vibration_safe_casing" + id: "3B2D2C47BEBCFFA7" + shape: "gear" + size: 1.5d + subtitle: "We made it so far..." + tasks: [{ + id: "02739BCF3877B446" + type: "checkmark" + }] + title: "Gregicality Multiblocks" + x: 8.625d + y: 6.75d + } + { + dependencies: [ + "7A55CC71442CC854" + "478B0D55369C0F7F" + "6B08799BCFD01D3D" + "30A6EDDF25A5E5F8" + ] + description: [ + "&aTungstensteel Coils&r raise the Heat Capacity to a scorching &d4,500K&r." + "" + "This will be required in the &1IV&r Age, but as always, you should still get this earlier for the &6Coil bonuses&r." + ] + icon: "gtceu:tungstensteel_coil_block" + id: "069FD86133D7D582" + subtitle: "Wow, that's hot :flushed:" + tasks: [{ + count: 16L + id: "16A26A909A8CE527" + item: "gtceu:tungstensteel_coil_block" + type: "item" + }] + title: "Tungstensteel Coils" + x: 8.625d + y: 1.875d + } + { + dependencies: [ + "2D01E80DE837F6A6" + "7FA0ACB7F161F378" + "25BFD5598A82C056" + ] + description: [ + "The &3Diode&r (the block, not the component) accepts energy inputs from 5 sides, but only outputs through a single side." + "" + "Its main purpose is to &dlimit Amperage&r. It can be useful when regulating centralised Power generation, so you can distribute your power everywhere without having to math out what cable size is safe depending on consumers..." + "" + "They can also be used as an electric equivalent to Repeaters when the voltage loss from Cables (or GTEU P2P tunnels, more on that later!) gets too high." + "" + "You can use a &5Soft Hammer&r to change the Amperage limit of the output." + "" + "&eAny&r Diode will complete this Quest." + ] + icon: "gtceu:ev_diode" + id: "4B8D66A65F102D7E" + shape: "rsquare" + size: 0.75d + tasks: [ + { + id: "465414A0E1FADED3" + item: "gtceu:hv_diode" + optional_task: true + type: "item" + } + { + id: "2DC589A19B085EE9" + item: "gtceu:ev_diode" + optional_task: true + type: "item" + } + { + id: "23F7A084E66CFA40" + item: "gtceu:iv_diode" + optional_task: true + type: "item" + } + ] + title: "Diode" + x: 1.5d + y: 5.25d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "The &aLarge Titanium Boiler&r is yet another steam boiler. It's even more efficient than the previous ones, and produces more steam too. However, Steam &cbarely scales&r at this voltage." + "" + "This thing absolutely isn't worth it, and there are so many better options for power by this point, so you should avoid making this. The better options require &9EV energy hatches&r, which are later in the chapter." + "" + "&eNote&r: The LTB is so awful that we'll let you skip this quest (for completion progress) by clicking the Checkmark. You don't actually have to craft one." + "{@pagebreak}" + "&bLore&r: In GT5u, players can construct another multiblock - the Large Heat Exchanger. It's also constructed with titanium, but produced Superheated Steam from hot IC2 coolant, or lava. This was a much better than regular steam, and was actually viable! This might make its way to CEu in the future." + ] + id: "249FA99AADAC3710" + shape: "rsquare" + size: 0.75d + subtitle: "We're gonna need more charcoal" + tasks: [{ + id: "7D2406F7A603AAAE" + item: "gtceu:titanium_large_boiler" + type: "item" + }] + title: "Worse Combustion" + x: 2.625d + y: 5.25d + } + { + dependencies: [ + "40408FFD02134148" + "7FA0ACB7F161F378" + ] + description: [ + "A lot of &dKanthal&r will be required for the &aEV Motors&r. This may feel painful when you're on the edge of EV, but it won't be a problem later - trust us." + "" + "&dNeodymium&r is the metal used for &aMagnetic Rods&r." + "" + "&aAluminium Cables&r require &dPVC&r to be insulated." + "" + "Lastly, you will need &4Radon&r for the &dQuantum Eyes&r in the &aEmitter&r recipe." + ] + icon: "gtceu:ev_electric_motor" + id: "26575D4FEB3D3F62" + shape: "rsquare" + size: 0.75d + tasks: [ + { + id: "0D12376158C00640" + item: "gtceu:ev_electric_motor" + type: "item" + } + { + id: "322D14ACA96F5AB0" + item: "gtceu:ev_electric_piston" + type: "item" + } + { + id: "0B69C2C121FE94F4" + item: "gtceu:ev_electric_pump" + type: "item" + } + { + id: "32CCFFF3D3AA039F" + item: "gtceu:ev_conveyor_module" + type: "item" + } + { + id: "717A861CDCAE51E1" + item: "gtceu:ev_robot_arm" + type: "item" + } + { + id: "751105214D8D6343" + item: "gtceu:ev_emitter" + type: "item" + } + { + id: "152B7CB2E3FA07E9" + item: "gtceu:ev_sensor" + type: "item" + } + ] + title: "The \"Fun\" will never stop" + x: 3.0d + y: 6.375d + } + { + dependencies: ["7FA0ACB7F161F378"] + description: [ + "The &3ME Hatches&r directly connect to your &aAE System&r, allowing you to skip placing interfaces directly on buses and hatches." + "" + "&bLore&r: This feature originally comes from GTNH!" + ] + id: "681F1423A36FD4FF" + shape: "rsquare" + size: 0.75d + subtitle: "No more interfaces on buses" + tasks: [{ + id: "1E0A3CC1F51CD245" + type: "checkmark" + }] + title: "ME Hatches" + x: 5.625d + y: 4.125d + } + { + dependencies: [ + "40408FFD02134148" + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "You've probably noticed the &9\"chance per tier\"&r when hovering over the bonus outputs in &2JEI&r Each overclock above the required tier will add that % bonus to the chanced output!" + "" + "This means using an &3EV Macerator&r will yield &6more Byproducts&r!" + ] + id: "7B23AF5B6B62BC19" + size: 0.75d + tasks: [{ + id: "4EC5F44332F7533B" + item: "gtceu:ev_macerator" + type: "item" + }] + title: "Even more byproducts" + x: 5.25d + y: 6.375d + } + { + dependencies: [ + "73E8283634E5E33A" + "3398FC108D9DCB46" + "40408FFD02134148" + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "Quite a journey to get here." + "" + "The &3EV Circuit Assembling&r enables the next tier of Circuits, &5Nano&r." + ] + id: "383B789B654C4094" + subtitle: "Consider yourself firmly in EV!" + tasks: [{ + id: "544E19AF6D2630DC" + item: "gtceu:ev_circuit_assembler" + type: "item" + }] + title: "EV Circuit Assembling" + x: 4.125d + y: 7.875d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "Note that in theory, the &3EV Chemical Reactor&r is skippable by using the &3Large Chemical Reactor&r instead, but we're evil enough to force you to make this." + "" + "It is cheap enough, and has its uses because it is compact." + ] + id: "7D15EEE81B1A3100" + shape: "square" + size: 0.75d + tasks: [{ + id: "0AF5929611BCDF2C" + item: "gtceu:ev_chemical_reactor" + type: "item" + }] + title: "Extreme Chemical Reactions" + x: 5.625d + y: 5.25d + } + { + dependencies: ["7D15EEE81B1A3100"] + description: [ + "&aNano CPU Wafers&r are made by infusing regular &aCPU Wafers&r with &dGlowstone&r and &9Raw Carbon Fibers&r." + "" + "They will be needed in large quantities when making the &5Nano&r line of Circuits." + "" + "Higher-tier polymers will increase your yield of &9Raw Carbon Fibers&r. One &dEpoxy&r is enough for a full stack." + "" + "&9Tip:&r Don't like mining &dGlowstone&r? Check out Redstone ore processing - it's seriously OP!" + ] + icon: "gtceu:nano_cpu_wafer" + id: "63A87C9303D54487" + size: 0.75d + tasks: [ + { + count: 16L + id: "1276318CB2F198F7" + item: "gtceu:carbon_fibers" + optional_task: true + type: "item" + } + { + id: "47E901701A935F9D" + item: "gtceu:nano_cpu_wafer" + optional_task: true + type: "item" + } + { + id: "5D6E97DA360FBA32" + item: "gtceu:nano_cpu_chip" + type: "item" + } + ] + title: "Nano CPUs" + x: 6.375d + y: 6.375d + } + { + dependencies: [ + "5E6BA54E8A5BEBDE" + "383B789B654C4094" + "63A87C9303D54487" + "4C3805F75C9EE3DD" + ] + description: [ + "Making the best &6HV&r Circuits will allow for easier &6HV&r Machines for your on-demand automation. Convenient!" + "" + "Starting from here, all circuit lines will be consistent with each other until the end of the game." + "" + "Each tier until &fZPM&r will have its own challenges when acquiring new and better Circuits." + ] + id: "196FC518F744B983" + size: 0.75d + tasks: [{ + id: "028DC1BC1D3E1381" + item: "gtceu:nano_processor" + type: "item" + }] + title: "Best HV Circuits!" + x: 6.375d + y: 7.875d + } + { + dependencies: ["117FBB18DEE6F08B"] + description: [ + "Now that you have &aEpoxy&r, you can make &aAdvanced Circuit Boards&r! The next Circuit tier is oh so close, so keep pushing." + "" + "&9&lTips:&r" + "" + "- Consider using &dElectrotine decomposition&r and &dOre Processing&r for &eElectrum&r." + "- Consider using the &3Chemical Bath&r with &dMercury&r for &eGold&r, from a wide variety of ores." + ] + id: "5E6BA54E8A5BEBDE" + size: 0.75d + subtitle: "Quite the gold cost..." + tasks: [{ + id: "27C6D1AB82DA805D" + item: "gtceu:epoxy_printed_circuit_board" + type: "item" + }] + title: "Advanced Circuit Boards" + x: 5.25d + y: 7.875d + } + { + dependencies: ["383B789B654C4094"] + description: [ + "The &6System-on-Chip&r (or &bSoC&r) is a specialty component that miniaturizes all the typical circuit components (like SMDs) onto a single chip." + "" + "These are very useful as they unlock the most efficient recipes for creating &6Refined&r, &6Micro&r, and &6Nano Circuits&r." + "" + "Each SoC-based circuit recipe requires a different minimum tier of &aAssembling Machine&r, with the Nano Circuits requiring &eLuV&r. &aSystem on Chip&r unlocks the best recipe for &dLV Circuits&r." + ] + id: "6781213726919716" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "29BA6B4E01C4AFB6" + item: "gtceu:soc" + type: "item" + }] + title: "System on Chip" + x: 7.5d + y: 7.875d + } + { + dependencies: [ + "196FC518F744B983" + "7F272A099E65F848" + ] + description: [""] + id: "0017FFFAD7CD2EFE" + size: 0.75d + subtitle: "Harder, Better, Faster, Stronger" + tasks: [{ + id: "658F8D1F068928CE" + item: "gtceu:nano_processor_assembly" + type: "item" + }] + title: "More EV Circuits!" + x: 6.375d + y: 9.0d + } + { + dependencies: [ + "0017FFFAD7CD2EFE" + "2D5BECC0AC0E316B" + ] + description: ["Entering the &1IV&r Age with these Circuits shouldn't be too painful."] + id: "5CC9B0E832545569" + size: 0.75d + tasks: [{ + id: "2E0E4FF63368E44C" + item: "gtceu:nano_processor_computer" + type: "item" + }] + title: "More IV Circuits" + x: 7.5d + y: 9.0d + } + { + dependencies: ["017019EB38F7A18C"] + description: [ + "A NOR gate takes two input signals, and outputs a high signal only if both input signals are low." + "" + "This doesn't matter for now though, and it's simply a more complex wafer." + "It is used for the &aData Orb&r (a crafting component for the &3Processing Array&r), and in &5Nano&r Circuit production." + ] + id: "2D5BECC0AC0E316B" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "6D561B2E5375B013" + item: "gtceu:nor_memory_chip" + type: "item" + }] + title: "NOR Gates" + x: 6.375d + y: 10.125d + } + { + dependencies: ["5CC9B0E832545569"] + description: ["Save two of these for the &3IV Circuit Assembler&r."] + id: "58BBD540D7D4FF01" + tasks: [{ + id: "40A35927E6D7848D" + item: "gtceu:nano_processor_mainframe" + type: "item" + }] + title: "First LuV Circuits!" + x: 7.5d + y: 11.25d + } + { + dependencies: [ + "06B4AAC7DD796182" + "069FD86133D7D582" + ] + description: ["Amperage goes up - we're now at a whopping &e6A&r per Superconductor."] + id: "4A96337843BAC13A" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "478E2D7B59664F86" + item: "gtceu:uranium_triplatinum_double_wire" + type: "item" + }] + title: "EV Superconductors" + x: 8.625d + y: 11.25d + } + { + dependencies: [ + "4024C831C77101CA" + "16B735F9C391D260" + ] + description: [ + "&aEnder Fluid Link Covers&r are &dGregTech&r's answer to &r&3Ender Tanks&r." + "" + "Each Cover sends their fluids through a frequency defined by an &68-digit hexadecimal number&r (0-9, then A-F for each digit). That gives you &64.29 billion&r channels to work with! Ender Fluid Link Covers work as long as their chunk is loaded - regardless of distance or dimension." + "" + "They don't come cheap, so consider setting up a way to farm &3Ender Pearls&r." + "{@pagebreak}" + "Setting the mode to Import will &c&opull&r fluids from the world location it is attached to, while Export will &o&9&opush&r fluids to the world. You must turn the I/O to Enabled for it to start working. Each channel has a buffer of &d64 buckets&r." + "" + "We recommend you set up a system to organise all those channels. We would also advise against using the default channel (FFFFFFFF) in all cases." + ] + id: "23A7E6D95549B1F8" + shape: "rsquare" + tasks: [{ + id: "5FBC61FAAD7AA1D8" + item: "gtceu:ender_fluid_link_cover" + type: "item" + }] + title: "Ender Fluid Linking" + x: 7.526785714285715d + y: 5.508928571428569d + } + { + dependencies: [ + "16E3465CF94E2BDD" + "4024C831C77101CA" + ] + description: [ + "The &aAdvanced Energy Detector&r is an RS-latch for Energy Control." + "" + "Slap it on a &3Battery Buffer&r, set a Minimum EU near 0, and a Maximum EU near the max capacity." + "" + "The Cover will output a &4Redstone&r signal until the high threshold is reached, and then it will wait until the low threshold is reached to output redstone again." + "" + "This is a must to automate inertia-based power generators such as Boilers, or more importantly &3Large Turbines&r." + ] + id: "7F2FE3AF6F0C1190" + shape: "rsquare" + size: 0.75d + subtitle: "Save on Redstone contraptions" + tasks: [{ + id: "305731DA47087165" + item: "gtceu:advanced_energy_detector_cover" + type: "item" + }] + title: "Advanced Energy Detector" + x: 7.145833333333336d + y: 4.294642857142854d + } + { + dependencies: [ + "73E8283634E5E33A" + "45F9AAE4ABE32033" + ] + description: [ + "Remotely expand your AE2 network if you desire to move your base." + "" + "The &3Quantum Tunnel&r is no slouch to craft, so you'll need to work for it if you want it!" + ] + icon: "ae2:quantum_link" + id: "46C7E1D5E37B1ED2" + size: 0.75d + tasks: [ + { + count: 2L + id: "4C598D3CF4500DB0" + item: "ae2:quantum_link" + type: "item" + } + { + count: 16L + id: "5C8C12569B770B97" + item: "ae2:quantum_ring" + type: "item" + } + { + count: 2L + id: "625E95960F92A2F6" + item: "ae2:quantum_entangled_singularity" + type: "item" + } + ] + title: "Quantum Tunnel" + x: 5.25d + y: 9.0d + } + { + dependencies: [ + "41D32C5178760F47" + "42FB276AB16258D9" + ] + description: [ + "&aUranium&r has very few uses in &2GTCEu&r right now, as we're &4yet to&r implement the &3Nuclear Reactor&r (it is planned!)." + "" + "Make &dUranium Hexafluoride&r from &aUraninite&r. This will allow you to seperate the isotopes between U238 and U235." + "" + "&9Fluorine&r is fully recycled in the reaction, but you will need around maybe 40 buckets to bootstrap." + "" + "&9Hydrogen&r is consumed, so you will need quite a lot of it. Either electrolyze a lot of water using several &3LV Electrolyzers&r for the best energy efficiency, or recycle any unused &dhydrocarbons&r such as Methane." + "" + "&9Tip:&r You can make this setup compact by having one single &3Centrifuge&r and using a &6Fluid Regulator&r set to &dSupply Exact 1,000&r." + ] + icon: "gtceu:uranium_dust" + id: "06B4AAC7DD796182" + size: 0.75d + subtitle: "Let's hope this quest doesn't put you on a list" + tasks: [ + { + count: 3L + id: "1BE01DA0E8A143FB" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:dusts/uraninite" + } + } + optional_task: true + title: "Any #forge:dusts/uraninite" + type: "item" + } + { + amount: 1000L + fluid: "gtceu:uranium_hexafluoride" + id: "59D6B7142C0174BA" + optional_task: true + type: "fluid" + } + { + id: "39E343FCB7B1646D" + item: "gtceu:uranium_dust" + type: "item" + } + ] + title: "Uranium Refinement" + x: 5.25d + y: 11.25d + } + { + dependencies: [ + "06B4AAC7DD796182" + "528CE69DA4358B2E" + ] + description: [ + "Don't worry, this is nothing compared to running an EBF." + "" + "Hopefully for you, the &3LCR&r recipe in &2JEI&r for &aRadon&r should be self explanatory on how to set it up." + "" + "Input some &aUranium&r, loop back the &dPlutonium&r using a &3Electric Furnace&r, and let the magic happen." + "" + "&bLore:&r This cursed yet charming \"chain\" is inherited from GregTech 5. Plutonium 239 existing as an ore is a sort of a placeholder to avoid having to obtain it through complicated means." + ] + icon: "gtceu:radon_bucket" + id: "73E8283634E5E33A" + shape: "rsquare" + size: 0.75d + subtitle: "200 seconds?! WHAT?!" + tasks: [ + { + count: 8L + id: "767C47FF351DAE3B" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/plutonium" + } + } + title: "Any #forge:ingots/plutonium" + type: "item" + } + { + amount: 1000L + fluid: "gtceu:radon" + id: "1C084B65DE6E73E8" + type: "fluid" + } + ] + title: "Radon" + x: 4.125d + y: 10.125d + } + { + dependencies: [ + "390E59F05132FCB8" + "4CD9F6D1B4CC7D81" + "1F571B9E1555DA04" + "40018C0546454CD9" + ] + description: [ + "&aEpoxy&r is the foundation for all future Circuit Boards in the game!" + "" + "&9&lNote:&r This Quest is quite complicated, so tackle everything else before trying to make Epoxy. You will need all the help you can get!" + "{@pagebreak}" + "There are several ways to obtain the ingredients for &aEpoxy&r." + "" + "We will ignore recipes related to Glycerol as they are never worth it unless modpack devs tweak things around. &mHint hint, if you're making your own pack!&r" + "" + "You will want to try and use &3Large Chemical Reactors&r to shortcut recipes." + "{@pagebreak}" + "&dChlorine&r is only partially recycled, so you will need a constant supply. Feeding it manually will be sufficient at first." + "" + "Recipes involving &dSodium Hydroxide&r may be looped by electrolyzing the &9Salt Water&r co-product." + "" + "You will probably need to use Quadruple Pipes, Pump Covers, Fluid Filters... or route all of that using AE2." + "" + "In general, closed loop setups are nice to prevent overproduction or overconsumption, but go for whatever's more fun for you." + ] + id: "117FBB18DEE6F08B" + shape: "gear" + size: 1.5d + subtitle: "Prime circuit board material" + tasks: [{ + id: "35EAB019D81FD0A6" + item: "gtceu:epoxy_plate" + type: "item" + }] + title: "Epoxy" + x: 2.625d + y: 7.875d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "Go for the &3LCR&r recipe." + "" + "This requires &aPropene&r, which means &dOil Processing&r and &dFuel Cracking&r are necessary. Sorry if you had been putting that off..." + "" + "We highly recommend that you get the &3Distillation Tower&r before progressing in this direction." + "" + "If you hadn't noticed, you can loop the &dSalt Water&r for the &dSodium Hydroxide&r." + ] + id: "1F571B9E1555DA04" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:epichlorohydrin" + id: "6F7D0A5B17A27928" + type: "fluid" + }] + title: "Epichlorohydrin" + x: 1.125d + y: 7.875d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "Obtain &aPhenol&r from:" + "" + "&91 -&r &aWood Tar&r distillation." + "&92 -&r Reacting &aBenzene&r with &dChlorine&r and &dSodium Hydroxide&r (&3LCR&r, Chlorine is perfectly looped)." + "&93 -&r Doing the above shortcut recipe which skips using &dSodium Hydroxide&r, but is lossy on &dChlorine&r." + "&94 -&r Reacting &aBenzene&r, &dPropene&r and &dOxygen&r using a small amount of &4Phosphoric Acid&r, normally a catalyst, but consumed in small quantity. This is called the Cumene process." + "{@pagebreak}" + "If you're having trouble deciding between the options presented, here's why each route could suit you:" + "" + "&91 -&r Great if you have &3Pyrolyse&r + &3Distillation Tower&r combo." + "&92 -&r Our preference! You can use the &dSalt&r to make &dSalt Water&r and electrolyze it as a loop." + "&93 -&r Great if you have infinite supply of &dChlorine&r thanks to a &3Fluid Drilling Rig&r on Salt Water." + "&94 -&r &4Phosphoric Acid&r is a pain to produce and not required anywhere else in GTCEu. You'd be mad to consider this." + "{@pagebreak}" + "&bLore:&r The Benzene + Oxygen recipe was added in GTCE as part of its chemical fixes, as the Large Chemical Reactor didn't exist. Now that there are more realistic options, that recipe might be removed." + ] + id: "4CD9F6D1B4CC7D81" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:phenol" + id: "6255085946669894" + type: "fluid" + }] + title: "Phenol" + x: 1.5d + y: 6.75d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "While distilling &aWood Vinegar&r gives &aAcetone&r, the yield is low and might not meet your needs." + "" + "You might want to use the direct &3LCR&r recipe from &aAcetic Acid&r to obtain &aAcetone&r." + "" + "If you want to be fancy, you can also the good old &aAcetic Acid&r -> &dDissolved Calcium Acetate&r -> &aAcetone&r loop, which does not require a &3LCR&r, but still recycles the Calcium compound perfectly." + "{@pagebreak}" + "We've been talking about Acetic Acid, but we're yet to tell you how to obtain it. Wouldn't that be great?" + "" + "&aAcetic Acid&r can be synthesized in the &3Chemical Reactor&r. Our favorite recipe is from &dEthylene&r." + ] + id: "40018C0546454CD9" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:acetone" + id: "1E3E5800E5C37353" + type: "fluid" + }] + title: "Acetone" + x: -0.375d + y: 9.0d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "Silicone Rubber has its uses in Cable insulation, Conveyor recipes, and more." + "" + "We would recommend holding off for now, as it's a pretty severe &dChlorine&r sink." + "" + "Collect &eany&r of these forms of Rubber to complete this Quest." + "{@pagebreak}" + "&9Note:&r Rubber will have to be replaced with either &a&aSilicone Rubber&r or &aStyrene-Butadienne Rubber&r for &1IV&r Cables." + "" + "Both &aSilicone Rubber&r and &aStyrene-Butadienne Rubber&r will be required in &dLuV&r." + ] + icon: "gtceu:silicone_rubber_plate" + id: "1A4AD56965407DC5" + size: 0.66d + subtitle: "An alternate rubber" + tasks: [ + { + amount: 1296L + fluid: "gtceu:silicone_rubber" + id: "3C29253DA5DAF778" + type: "fluid" + } + { + id: "3E2FBCED1C782E7C" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/silicone_rubber" + } + } + title: "Any #forge:ingots/silicone_rubber" + type: "item" + } + { + id: "3CF87D26761354C4" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:plates/silicone_rubber" + } + } + title: "Any #forge:plates/silicone_rubber" + type: "item" + } + ] + title: "Silicone Rubber" + x: 0.0d + y: 6.75d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "&7Styrene-Butadiene Rubber (SBR)&r is an enhanced type of Rubber." + "" + "It can be used in place of Rubber in most recipes, and is &6four times more efficient&r at &ainsulating Cables&r. It is also strictly required for certain higher-tier recipes." + "" + "This isn't exactly worth making until you get the &3Distillation Tower&r, but it eventually becomes great with &dFuel Cracking&r." + "" + "Collect &eany&r of these forms of Rubber to complete this Quest." + "{@pagebreak}" + "&9Note:&r Rubber will have to be replaced with either &a&aSilicone Rubber&r or &aStyrene-Butadiene Rubber&r for &1IV&r Cables." + "" + "Both &aSilicone Rubber&r and &aStyrene-Butadiene Rubber&r will be required in &dLuV&r." + ] + id: "77070668969E31BF" + size: 0.66d + tasks: [{ + id: "7D952AF37FC51956" + item: "gtceu:styrene_butadiene_rubber_plate" + type: "item" + }] + title: "Styrene-Butadiene Rubber" + x: -1.125d + y: 7.875d + } + { + dependencies: [ + "40018C0546454CD9" + "48141DBA683F6B5A" + ] + description: [ + "&aGasoline&r is an extremely powerful Combustion Fuel. It's over &63 times&r as energy dense as &dDiesel&r!" + "" + "&9Note:&r This Combustion Fuel exists solely as a &echallenge&r for you to overcome if you desire to take on it." + "" + "It's completely &doptional&r, so we'll let you figure out how to obtain it, without any further tips." + ] + id: "00E2BAEDB8199E4E" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:gasoline" + id: "020DE8D27206C260" + type: "fluid" + }] + title: "Gasoline" + x: -0.75d + y: 10.125d + } + { + dependencies: ["00E2BAEDB8199E4E"] + description: [ + "&6Multiply the energy density by 2&r and you have &aHigh Octane Gasoline&r." + "" + "&9Note:&r Automating this requires a lot of &3Distillation Towers&r! A huge portion of your base would be dedicated to producing this constantly without anything bottlenecking." + "" + "If you have a base successfully running on &aHOG&r, feel free to brag and share some screenshots on our &8Discord&r." + ] + id: "046B4A0B2639B16A" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:high_octane_gasoline" + id: "19A221C5CEFBFBFD" + type: "fluid" + }] + title: "High Octane Gasoline" + x: 0.0d + y: 10.875d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "16A6AE5C770DB83A" + ] + description: [ + "The &3Distillation Tower&r is a multiblock that will help you extract the most out of fluids. In &3Distilleries&r, you had to pick only one product to output. DTs output &6all of it at once&r!" + "" + "&9Note the special placement rules:&r Energy, Items, and Fluid Inputs can only be placed on the bottom layer. Maintenance can be placed anywhere. Fluid Outputs can only be placed starting on the second vertical layer, and only allow one per layer as well." + "{@pagebreak}" + "The &3DT&r can form at any height from &c&c3&r to &c13&r blocks, allowing 2 to 12 Fluid Outputs. Fluid will always output on the layer corresponding to the recipe in &2JEI&r." + "" + "The &3DT&r has one more &9special&r rule. You can deliberately build it too short, and it will &cvoid&r whichever Fluid should have been output at the top layers that were removed. This can be useful in some very niche situations." + "" + "It is a good idea to use &3Super Tanks&r as the output for every layer." + "{@pagebreak}" + "&cNote:&r Using the &3Distillation Tower&r for Oil -> Fuel -> Diesel is &cnot&r worth it! You will spend more energy overclocking the Multiblock than what you would get back from the products. It would be better to wait until you can make the &3Processing Array&r (&1IV&r) for large scale Diesel production. " + "" + "However, the DT is &6very valuable&r when extracting Cracked Fuels and Pyrolyse products." + ] + id: "48141DBA683F6B5A" + shape: "gear" + size: 1.5d + subtitle: "Time for a real oil refinery!" + tasks: [{ + id: "53541406691632A9" + item: "gtceu:distillation_tower" + type: "item" + }] + title: "Distillation Tower" + x: 1.125d + y: 9.75d + } + { + dependencies: [ + "6D12CE80F92FC485" + "48141DBA683F6B5A" + ] + description: [ + "&aLiquid Air&r is a great way to get large amounts of &aNitrogen&r and &aOxygen&r, at the cost of using more energy than &3LV Centrifuges&r." + "" + "However, this will also give you both &6Helium&r and &6Argon&r which are great to boost smelting in the &3Electric Blast Furnace&r." + "" + "&cNote:&r You will need at least &3HV Input + Output Hatches&r to be able to run this recipe." + ] + icon: "gtceu:air_bucket" + id: "1030A9F4AAC685ED" + shape: "rsquare" + size: 0.75d + tasks: [ + { + amount: 1000000L + fluid: "gtceu:oxygen" + id: "1EE14254AE07512F" + type: "fluid" + } + { + amount: 1000000L + fluid: "gtceu:nitrogen" + id: "5B8A8FE5DEFE0671" + type: "fluid" + } + { + amount: 64000L + fluid: "gtceu:helium" + id: "3ED5E362F1E5D701" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:argon" + id: "67F58B2FC8210270" + type: "fluid" + } + ] + title: "True Distillation: Air" + x: 2.25d + y: 9.0d + } + { + dependencies: ["6958029B5514D4EC"] + description: [ + "Some specific fluids are &dCryogenic&r, which are too cold for ordinary pipes. " + "" + "Thus... you need to pick the right pipe for the job!" + "" + "Not many pipes support cold fluids, so you'll want to give &aStainless Steel&r or &aIridium&r a try. Later on you can use &aNaquadah&r or most of the fusion materials when you get there." + "" + "&cWARNING:&r&r Cryogenics in the wrong pipes will cause &cvoiding&r, &cpipe freezing&r, and high rates of &cdeath&r! Be careful!" + "{@pagebreak}" + "&bLore:&r This is the first time GregTech has cryogenic mechanics, a GTCEu-original feature!" + ] + icon: "gtceu:stainless_steel_large_fluid_pipe" + id: "6D12CE80F92FC485" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "5C8340E344B1EA59" + type: "checkmark" + }] + title: "This isn't Cryotheum!" + x: 3.375d + y: 9.375d + } + { + dependencies: ["48141DBA683F6B5A"] + description: [ + "Here are the four most relevant &dHydrocarbons&r you will be obtaining from distilling Steam-Cracked Fuels." + "" + "You will want to set this up &lbefore&r moving to the &1IV&r Age." + "" + "&aSteam-Cracked Light Fuel&r as input is probably the most favorable, but you are free to experiment." + "" + "" + "We know what you're thinking - something along the lines of \"&7&oThat Carbon output is just so infuriating! It's ruining my automation!&r\"." + "" + "Enable Item Voiding (in the controller GUI) if you don't want to build an Output Bus." + ] + icon: "gtceu:oil_bucket" + id: "46367A76755866D9" + shape: "rsquare" + size: 0.75d + tasks: [ + { + amount: 40000L + fluid: "gtceu:benzene" + id: "6584A238101E369D" + type: "fluid" + } + { + amount: 10000L + fluid: "gtceu:butadiene" + id: "1698E9791C31C10E" + type: "fluid" + } + { + amount: 64000L + fluid: "gtceu:ethylene" + id: "4274E80169CCBDE5" + type: "fluid" + } + { + amount: 64000L + fluid: "gtceu:methane" + id: "3CB67401C15B84A7" + type: "fluid" + } + ] + title: "True Distillation: Fuel" + x: 2.25d + y: 10.125d + } + { + dependencies: ["48141DBA683F6B5A"] + description: [ + "This Quest requires the &3Pyrolyse Oven&r and is &doptional&r, yet convenient." + "" + "The upper part are the important products of &aWood Tar&r Distillation:" + "&9-&r Phenol: useful for Epoxy and PBI" + "&9-&r Benzene: an important hydrocarbon" + "&9-&r Toluene: useful for TNT" + "&9-&r Dimethylbenzene: useful for PBI" + "" + "Unlike Oil, putting &aWood Tar&r in the &3Distillation Tower&r for the byproducts, and using &dNitrobenzene&r for power is arguably worth it." + "" + "" + "The bottom part are the important products from &aWood Vinegar&r Distillation:" + "&9-&r Acetic Acid: useful to make more Acetone" + "&9-&r Methanol: a moderately important hydrocarbon" + "&9-&r Acetone: useful for Epoxy and Gasoline" + "" + "Complete &eeither&r task to validate this Quest." + "" + "" + "It is also possible to go for a full combo of 4 &3DTs&r. One for &aCharcoal Byproducts&r as the whole input, splitting into &aWood Tar&r, &aWood Gas&r and &aWood Vinegar&r." + "Not the most efficient cost to production ratio, but an option nonetheless if you are interested in that." + ] + icon: "gtceu:seed_oil_bucket" + id: "5742702B8021B1F5" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "672CC5BF6F0F6DAB" + type: "checkmark" + }] + title: "True Distillation: Organic" + x: 1.875d + y: 10.875d + } + { + dependencies: ["48141DBA683F6B5A"] + description: [ + "The &3Cracker&r is a multiblock built with the sole purpose of cracking fluids. It comes with all the recipes of &3Chemical Reactor&r Cracking, but it is &6lossless&r." + "" + "This is a great way to save a lot of Fuel in the long term!" + "" + "Higher Coil tiers provide a small energy discount - up to 70% with the best Coils available." + ] + id: "24866E83B280C9AB" + shape: "rsquare" + size: 0.75d + subtitle: "Welcome to Cracker Island" + tasks: [{ + id: "4307AF60A80EE9FC" + item: "gtceu:cracker" + type: "item" + }] + title: "Multiblock Cracking" + x: 1.125d + y: 11.25d + } + { + dependencies: ["39E7997F3080250A"] + description: [ + "To turn a P2P Tunnel into a &aGTEU P2P Tunnel&r, right-click it in the world with a &dWire&r or &dCable&r." + "" + "This is ideal in lategame situations to save you from spamming Cables or Transformers. You can also use them in conjunction with the AE2 Quantum Bridge to power your high tier Miners and Drills outside your base." + "" + "There is a &45% Voltage Tax&r on the output side of the P2P, resulting in 5% energy loss." + ] + icon: "ae2:me_p2p_tunnel" + id: "4793384CD9764AC6" + shape: "rsquare" + size: 0.6d + subtitle: "EU and U: Transferring energy" + tasks: [{ + id: "6EEAAFA1EAC9DEDA" + type: "checkmark" + }] + title: "GTEU P2P Tunnels" + x: 5.625d + y: 0.0d + } + { + dependencies: ["39E7997F3080250A"] + description: [ + "To turn a P2P Tunnel into an &aItem P2P Tunnel&r, right-click it in the world with a &dvanilla Chest&r." + "" + "Item P2P Tunnels are useful in a more abstract way so let's start with an example." + "{@pagebreak}" + "&eExample:&r Making a &9HV Machine Hull&r in the &3Assembler&r also requires an &3Extractor&r for the Fluid. That is two machines, hence two inventories." + "" + "You could passively fill the Assembler with Polyethylene, &lor&r you can also include it in your &dPattern&r, in the form of 2 Bars (Ingots)." + "" + "Now, you may think the next step is just to dump the items in a Buffer and route the items with Pipes - however, this system will eventually &4jam&r due to the incompability with AE2 Interface blocking mode! Oh no!" + "{@pagebreak}" + "This can be fixed by placing the input of the &aItem P2P&r on your &3ME Interface&r, placing one output on the &3Extractor&r, and another output on the &3Assembler&r." + "" + "Then, use Filter covers where the outputs are connected. &dItem Tag Filters&r are better, since you can configure them to &9ingot&r. Have them on &ewhitelist&r for the &3Extractor&r, and on &eblacklist&r for the &3Assembler&r (no Assembler recipe ever requires Ingots, that's an intentional design decision in GregTech)." + "" + "Do not forget &dBlocking Mode&r on your Interface." + "" + "Another reason why it is good to store polymers (Polyethylene, PTFE, PBI) as Bars!" + ] + icon: "ae2:me_p2p_tunnel" + id: "7EF57E379F736FBB" + shape: "rsquare" + size: 0.6d + subtitle: "A primer on items and P2P" + tasks: [{ + id: "3CF9C3527F11EDA1" + type: "checkmark" + }] + title: "Item P2P Tunnels" + x: 7.125d + y: 0.0d + } + ] + subtitle: ["Improve your infrastructure and parallelise your setups"] + title: "&5EV&r - Extreme Voltage" +} diff --git a/config/ftbquests/quests/chapters/gtceu.snbt b/config/ftbquests/quests/chapters/gtceu.snbt new file mode 100644 index 000000000..13d4b203a --- /dev/null +++ b/config/ftbquests/quests/chapters/gtceu.snbt @@ -0,0 +1,1090 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "gtceu" + group: "" + icon: { + Count: 1b + id: "gtceu:iron_wrench" + tag: { + Damage: 0 + } + } + id: "2F8B0AFE317363C9" + order_index: 0 + quest_links: [ ] + quests: [ + { + description: [ + "&lJust so you're aware - this modpack is currently in early Alpha. Just be prepared for some things to be broken - it's only really out so people can poke their noses around." + "" + "Got all that? Read on." + "{@pagebreak}" + "This modpack is intended as a guide on &a&lGregtech: Community Edition Unofficial Modern&r&r (also known as &aGTCEu Modern&r or &aCEu Modern&r), a continuation of &aGTCE&r - which is in itself a fork of Gregtech. &aCEu Modern&r brings the mod up to date with &erecent versions&r of Minecraft &o(as of writing this)&r, and fleshes out the original GregTech experience considerably. New content has been added to each and every tier, even going up to &3Ultimate Voltage,&r and there is also a non-negligible amount of &dQuality of Life&r." + "{@pagebreak}" + "This is a &2pure &lTech&r&2 modpack&r, focused on GregTech and its progression. You'll find &6no better place&r to learn about this mod and all the features it adds!" + "" + "The questbook you are reading is &ebrimming with information&r to guide you through the modpack, so check it out if you find yourself getting lost. It's been written with both &dold-school veterans&r and &bnewcomers&r in mind." + ] + icon: "kubejs:greg_icon" + id: "25289F9E8AE01C29" + shape: "rsquare" + size: 0.9d + subtitle: "We hope you enjoy your stay" + tasks: [{ + id: "6C1F570DB9013DE7" + title: "Welcome!" + type: "checkmark" + }] + title: "Welcome to GregTech CEu!" + x: -0.75d + y: -1.5d + } + { + dependencies: ["25289F9E8AE01C29"] + description: [ + "A Minecraft adventure starting with Wood? How &ooriginal&r. I want a refund!" + "" + "If you're familiar with GregTech, you may be aware of its &cmany nerfs&r to vanilla recipes. GTCEu does include its fair share - take a look at the crafting recipes for &eBuckets,&r or &ePaper&r. However, we'll ease off in earlygame, and 1 Log will give you 4 Planks. &aRejoice!&r" + "" + "Here, take some food for your troubles. If you're playing on &aPeaceful&r difficulty, stash it away in a chest for later." + ] + icon: "minecraft:oak_log" + id: "0EAF2C5B5EB755C5" + rewards: [{ + count: 12 + id: "450D8183B7515C1D" + item: "minecraft:carrot" + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "Begin your playthrough as before" + tasks: [ + { + count: 6L + id: "34F2867EAF0914BF" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "minecraft:logs" + } + } + match_nbt: false + title: "Punch some trees!" + type: "item" + } + { + id: "22B6D3C1033D47DA" + item: "minecraft:crafting_table" + type: "item" + } + ] + title: "The Beginning of it All" + x: -0.75d + y: -3.0d + } + { + dependencies: ["0EAF2C5B5EB755C5"] + description: [ + "Here's a &6nifty&r list of some resources that will come in handy for early-game. Collect more than we're asking for in this quest - you'll end up running out before you know it, and it's always a good habit to get more resources than you need in &aGregTech&r." + "" + "We would advise that you &etackle this quest first&r and claim the reward. That way, you can do a little bit of main (read: &ointeresting&r) progression &4&lBEFORE&r you're forced to go mining." + "" + "Rubber trees can be found in &aForest&r, &2Jungle&r or &aSwamp&r biomes." + "" + "Eight furnaces might seem &cexcessive&r if you're new to &aGregTech,&r but trust us, you can never have too many." + ] + icon: "minecraft:sugar_cane" + id: "0436F7B60BDEB091" + rewards: [{ + count: 24 + id: "2D2C971E9E651C2C" + item: "minecraft:iron_ingot" + type: "item" + }] + size: 0.75d + subtitle: "Gather some resources!" + tasks: [ + { + count: 4L + id: "37DD7A28A3A7CB26" + item: "minecraft:sugar_cane" + type: "item" + } + { + count: 32L + id: "0F60FE32A8F7720E" + item: "minecraft:sand" + type: "item" + } + { + count: 32L + id: "23A44568A9FAACA2" + item: "minecraft:clay_ball" + type: "item" + } + { + count: 4L + id: "00328CEF98F57407" + item: "gtceu:rubber_sapling" + type: "item" + } + { + count: 8L + id: "1C05A84175DBD3A9" + item: "minecraft:furnace" + type: "item" + } + ] + title: "What do I need to progress?" + x: -0.75d + y: -4.5d + } + { + dependencies: ["0EAF2C5B5EB755C5"] + description: [ + "The ore generation in &2GregTech&r is very different to vanilla or normal modded Minecraft. All ores generate in &6huge veins&r which can contain &dthousands&o&r of ore blocks!" + "" + "The full extent of ore generation is explained in the Tips and Tricks tab, but here is what you need to know:" + "" + "&9-&r Ore veins generate in a &4Grid&r. Every vein is &9spaced by 3 chunks&r from one to another in a cardinal direction. We have added &2In Game Info&r to display if you are located in an Ore vein in the top-left corner of your screen, as seen in GregTech: New Horizons." + "" + "&9-&r It's a good practice to make &dWaypoints&r (default &4B&r) for every vein you find, and to label their type. You may want to come back to the vein several times." + ] + icon: "gtceu:cobaltite_ore" + id: "0C690272ED4FB1C3" + size: 0.75d + tasks: [{ + id: "3FA401CACE8BBE5D" + title: "Woah, ores sure sound exciting." + type: "checkmark" + }] + title: "Ore Generation" + x: -2.25d + y: -3.0d + } + { + dependencies: ["0EAF2C5B5EB755C5"] + description: [ + "Did you know &aGregTech&r comes with tools equivalent to vanilla tools? And did you know that some of them are actually &6&lstronger&r than their vanilla equivalents?" + "" + "For example, look at the selection of GTCEu Axes. If you mine a Wood Log, it'll fell the &2entire tree&r for you." + "" + "Constant lumberjacking will eat through an Axe's &9durability&r in no time, so you may want to make your Axe out of &estronger material&r such as &bDiamond&r (but make sure you don't make a vanilla diamond Axe!)." + "" + "Take these &2Spruce saplings&r and grow some giant trees. There'll be a lot of smelting in the near future, and wooden planks are a surprisingly &deffective&r fuel source!" + ] + icon: { + Count: 1b + id: "gtceu:steel_axe" + tag: { + Damage: 0 + } + } + id: "13354F24F80F65FB" + rewards: [{ + count: 8 + id: "60E07F9D0763E8E1" + item: "minecraft:spruce_sapling" + type: "item" + }] + size: 0.75d + subtitle: "Who needs Veinminer?" + tasks: [{ + id: "3880A08A72884627" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/tree_felling" + } + } + title: "Grab any Lumber Axe!" + type: "item" + }] + title: "Timber!" + x: -2.25d + y: -4.5d + } + { + dependencies: ["36DD94945D5B4A80"] + dependency_requirement: "one_completed" + description: [ + "Wrought Iron has a very low carbon content, but that's enough to make it &btougher&r than regular Iron." + "" + "&aGregTech&r tools made of Wrought Iron are &650% more durable&r than their Iron cousins. You might want to consider using Wrought Iron until you unlock &2something better&r." + "" + "To obtain Wrought Iron, you can &6smelt&r Iron Nuggets into Wrought Iron Nuggets, then recombine them into an ingot. Make sure you don't convert all of your Iron supply, as the two are &4&lnot&r interchangeable." + "" + "This may be time-consuming, but rest assured that you will unlock a &ebetter way&r to produce Wrought Iron before long." + ] + icon: { + Count: 1b + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:wrought_iron_ingot" + } + id: "563C96885A227C9F" + rewards: [{ + count: 5 + id: "3CDB383AFEBDB519" + item: "gtceu:wrought_iron_ingot" + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "Murder, she Wrought" + tasks: [{ + id: "3DAB1D757B3B049D" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/wrought_iron" + } + } + title: "Wrought Iron Ingot" + type: "item" + }] + title: "Better Than Iron" + x: 0.75d + y: 0.0d + } + { + dependencies: ["1ECBA1CBFFB9F625"] + description: [ + "Alright - your first &oproper&r &aGregTech&r tool! GT tools can be made out of many different materials. When used in crafting recipes, they are &bnot consumed&r, instead losing durability. The first type is Iron - but you could opt for Wrought Iron if you already tackled that quest." + "" + "&9&lHammer&f:&r A crafting tool that shows up in a lot of earlygame recipes. Its secondary function is muting machines by &msmacking&r right-clicking them." + "" + "As a sidenote on all &aGregTech&r tools, you can repair them in an Anvil using the material of the tool itself, just like any vanilla tool. If you are finding yourself short on experience, &eBottles o' Enchanting&r are now craftable." + ] + id: "7DEB73FD649BDFB6" + rewards: [{ + id: "6C50A2A3D43D3FEE" + item: "gtceu:iron_plate" + random_bonus: 2 + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "Your first GT Tool!" + tasks: [{ + icon: { + Count: 1b + id: "gtceu:steel_hammer" + tag: { + Damage: 0 + } + } + id: "1A4DDB914D7D2F3C" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/hammers" + } + } + title: "Any Hammer!" + type: "item" + }] + title: "STOP! Hammer time!" + x: 2.25d + y: -3.0d + } + { + dependencies: ["2001CB4968D3E0A2"] + description: [ + "This hammer is very different from the one you'll use for crafting. It actually works as a &d3x3 pickaxe&r!" + "" + "If you are familiar with &a&lTinker's Construct&r, it behaves &esimilarly&r to hammers from that mod." + "" + "Make &bgood use&r of these hammers! This bad boy will help you to clear out an entire vein in &6record time&r." + "" + "Note: Any quest with GregTech tools can be complete with tools crafted from any material - not just the one displayed." + ] + icon: { + Count: 1b + id: "gtceu:steel_mining_hammer" + tag: { + Damage: 0 + } + } + id: "4A365A7CC9E374F9" + size: 0.75d + subtitle: "Mining just became efficient" + tasks: [{ + icon: { + Count: 1b + id: "gtceu:steel_mining_hammer" + tag: { + Damage: 0 + } + } + id: "4F372C393ADC6CE2" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/mining_hammers" + } + } + title: "Any Mining Hammer will do." + type: "item" + }] + title: "Hammer down!" + x: 2.25d + y: -4.5d + } + { + dependencies: ["0EAF2C5B5EB755C5"] + description: [ + "In the real world, iron isn't &oonly&r found as pure Iron Ore. Instead, it's found in a &avariety&r of &eoxide forms&r or &eminerals&r." + "" + "You'll want to go and collect quite a bit of Iron, because you're going to need &9a bunch&r very soon. If you're not having any luck mining, the &aOre Generation&r quest tab holds a lot of information on &eore veins&r. Any of the raw ores we're asking for in this quest can be directly smelted into Iron. That comes to &dfour different veins&r that can give you Iron!" + "{@pagebreak}" + "Whilst it may be common habit to hoard ore in &bmodded Minecraft&r prior to unlocking some kind of &aore multiplication&r, don't worry about ore processing yet. Direct smelting will be &ohead-and-shoulders&r the most efficient method for a long, &olong&r while, given how easy it is to obtain a lot of ore in a &emining trip&r." + "" + "Gather &l&cany&r of the requested &dRaw Ores&r to complete this quest!" + ] + icon: { + Count: 1b + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "minecraft:iron_ingot" + } + id: "1ECBA1CBFFB9F625" + rewards: [{ + count: 32 + id: "5CD664F60E977214" + item: "gtceu:magnetite_ore" + type: "item" + }] + size: 0.75d + subtitle: "Isn't it ironic... don't you think?" + tasks: [{ + id: "063705687ED657F5" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "minecraft:raw_iron" + } + { + Count: 1b + id: "gtceu:raw_yellow_limonite" + } + { + Count: 1b + id: "gtceu:raw_magnetite" + } + { + Count: 1b + id: "gtceu:raw_basaltic_mineral_sand" + } + { + Count: 1b + id: "gtceu:raw_granitic_mineral_sand" + } + { + Count: 1b + id: "gtceu:raw_pyrite" + } + { + Count: 1b + id: "gtceu:raw_goethite" + } + { + Count: 1b + id: "gtceu:raw_hematite" + } + ] + } + } + title: "Gather any type of Raw Iron Ore" + type: "item" + }] + title: "Iron, Iron, Iron!" + x: 0.75d + y: -3.0d + } + { + dependencies: ["7DEB73FD649BDFB6"] + description: [ + "More GregTech tools are required for progression - here are the ones to lay eyes on." + "" + "&9&lWrench:&r A crafting tool, but also a mining tool for GregTech machines (perfect if you think using pickaxes is unethical). It also boasts right click functions to double as a &6wrench for other mods&r. Right-click also allows you to set the output side of GregTech machines, and sneak-right-clicking rotates machines." + "" + "&9&lFile:&r A crafting tool... and that's it. Yay!" + "" + "&9&lSaw:&r Yet another crafting tool. If we were any more evil, we would force its use if you wanted to obtain 4 planks and 4 sticks from their respective crafting recipes. That being said, you can instead use it to get &a6 Planks per Log&r, if you wish." + "{@pagebreak}" + "&eNote:&r Any Quest with GregTech tools can be completed with the tool crafted from any material, not just the one displayed." + ] + icon: { + Count: 1b + id: "gtceu:iron_wrench" + tag: { + Damage: 0 + } + } + id: "2001CB4968D3E0A2" + shape: "rsquare" + size: 0.75d + tasks: [ + { + id: "54E092F42DA65B86" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/wrenches" + } + } + title: "Any Wrench!" + type: "item" + } + { + id: "4D6B7E2B4C8E5747" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/files" + } + } + title: "Any File!" + type: "item" + } + { + id: "23D6CF49FC7E82A9" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/saws" + } + } + title: "Any Saw!" + type: "item" + } + ] + title: "Important Tools" + x: 3.75d + y: -3.0d + } + { + dependencies: ["2001CB4968D3E0A2"] + description: [ + "More tools - they're not critically important right now, but you'll need to make these at some point." + "" + "&9&lScrewdriver:&r A crafting tool. It's used for special configuration of machines and covers." + "" + "&9&lWire Cutter:&r A crafting tool. You'll need it if you want to configure wire connections. Right-clicking on wires will enable or disable connection to other blocks." + "" + "&9&lMortar:&r A crafting tool, used to grind various things down into dust form." + "" + "&9&lKnife:&r A pretty mediocre weapon, better suited as - &oyou guessed it&r - a crafting tool!" + "" + "&9&lSoft Mallet:&r A tool to toggle machine operation with a simple right-click." + "{@pagebreak}" + "There are a couple of other tools that are quite niche, but deserve a mention." + "" + "&9&lCrowbar:&r A helpful tool that can remove covers from &aGregTech&r machines by right-clicking the side." + "" + "&9&lScythe:&r A powerful farming tool that can automatically replant your crops in a large area. It's also a surprisingly good weapon!" + "" + "&9&lPlunger:&r A tool to clear stuck fluids from GregTech&a machines." + "" + "&9&lButchery Knife:&r A weapon that comes pre-enchanted with &6Looting III&r. You might want to use it to gather leather and food." + "{@pagebreak}" + "&e&lNote:&r This quest's reward is &3Damascus Steel&r - a rare material which can only be found as overworld loot. It far surpasses the materials you have now, so be sure to use it!" + ] + icon: { + Count: 1b + id: "gtceu:iron_screwdriver" + tag: { + Damage: 0 + } + } + id: "5C3501DD3B4788FA" + rewards: [{ + count: 16 + id: "433F0ED89B586383" + item: "gtceu:damascus_steel_ingot" + type: "item" + }] + size: 0.75d + tasks: [ + { + id: "4055931FAD6A5087" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/screwdrivers" + } + } + title: "Any Screwdriver!" + type: "item" + } + { + id: "0CB546DCA11BB335" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/wire_cutters" + } + } + title: "Any Wire Cutter!" + type: "item" + } + { + id: "4DF1C23D7DD1FAD6" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/mortars" + } + } + title: "Any Mortar!" + type: "item" + } + { + id: "397DD831CA0665E7" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/knives" + } + } + title: "Any Knife!" + type: "item" + } + { + id: "1BFE642ED0595A93" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:tools/mallets" + } + } + title: "Any Soft Mallet!" + type: "item" + } + ] + title: "More Tools" + x: 5.25d + y: -3.0d + } + { + dependencies: ["2001CB4968D3E0A2"] + description: [ + "The &e&lCoke Oven&r will likely be your first &aGregTech&r multiblock. Congratulations!" + "" + "It is used to make &aCoke&r from &eCoal&r, or &aCharcoal&r from &eWood&r, in addition to &dliquid Creosote&r as a &3bonus&r output." + "" + "Take a look at the &6Multiblock Preview&r tab in JEI to see the structure pattern. There is also a dedicated quest tab for the &bCoke Oven&r in the &6Multiblock Dilemma&r tab - future multiblocks will also be documented for your enjoyment." + "{@pagebreak}" + "&o&l&3Lore:&r &oThe concept of multiblocks is a modded Minecraft classic. Think of IC2's Nuclear Reactor, or Railcraft's Coke Oven - truly revolutionary at the time!&r" + ] + icon: "gtceu:coke_oven" + id: "4946FC5BCA4CCA88" + min_required_dependencies: 1 + shape: "gear" + size: 1.5d + subtitle: "Your first big project... hopefully" + tasks: [{ + id: "3545479A7C09CDFC" + item: "gtceu:coke_oven" + type: "item" + }] + title: "Coke Oven" + x: 5.25d + y: -4.5d + } + { + dependencies: ["2001CB4968D3E0A2"] + description: [ + "More resources are always nice. You're getting close to entering the &6age of Steam&r - Copper and Tin are required in many &6Steam Age&r machines, so check the ore tab to find out what veins they can be found in, and get mining!" + "" + "If the different ore names are &bconfusing&r, you can tell which elements an ore holds at a glance by reading the &dmolecular formula&r in its tooltip. Copper is &oCu&r, Tin is &oSn&r, Iron is &oFe&r, and you can consult a &3periodic table&r for the rest. It's time to brush up on your chemistry - you'll need it for &llater&r!" + "" + "This quest can be completed with &9either metal&r, so you can claim the metal you're missinng as the reward. Be sure to find a source of both soon, as a &a&ocertain&r&a Copper-Tin alloy&r will be needed to get through the &6Steam Age&r." + ] + icon: { + Count: 1b + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "minecraft:copper_ingot" + } + id: "45969FFBF88F4FBB" + rewards: [{ + exclude_from_claim_all: true + id: "2C28FA1A5275D24E" + table_id: 1702176335602373230L + type: "choice" + }] + size: 0.75d + subtitle: "Gather more resources!" + tasks: [ + { + count: 32L + id: "1AD2D9534B7E5EE6" + item: "minecraft:copper_ingot" + type: "item" + } + { + count: 32L + id: "42CED8D2386E0F14" + item: "gtceu:tin_ingot" + type: "item" + } + ] + title: "Onwards to the Age of Bronze!" + x: 3.75d + y: -1.5d + } + { + dependencies: ["45969FFBF88F4FBB"] + description: [ + "&6Bronze&r is an &2alloy&r of Copper and Tin. Grind down 3 parts Copper and 1 part Tin into dust, then combine and smelt them. If you are confused on how this is done, take a look at the &o\"&dMore Tools&r&o\"&r quest." + "" + "Aim to make &amany more&r Bronze ingots than is called for here. This is the main material for the &6Steam Age&r, and you will need LOTS of it." + "" + "&6&lThe progression now continues in the Steam Age chapter.&r" + "{@pagebreak}" + "&l&3Lore&r: Bronze in real life is closer to a ratio of 7:1 for Copper to Tin. Here &o(and in most of modded Minecraft)&r this is &4not&r the case for the sake of game balance. There are a lot of things like this that need to be tweaked - &eno realism here&r." + ] + icon: { + Count: 1b + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:bronze_ingot" + } + id: "315DBB3B23F95E0D" + rewards: [{ + count: 32 + id: "5F229B651404DF0E" + item: "minecraft:clay_ball" + type: "item" + }] + shape: "gear" + size: 1.75d + subtitle: "Humanity's first alloy - and yours too!" + tasks: [{ + count: 24L + id: "39AEA2923971A2B5" + item: "gtceu:bronze_ingot" + type: "item" + }] + title: "Bronze Age? No, &6Steam Age&r!" + x: 5.25d + y: -1.5d + } + { + dependencies: ["7DEB73FD649BDFB6"] + description: [ + "The bucket recipe has been &d&lchanged.&r It now requires plates - &owahoo&r!" + "" + "Plates are used absolutely &beverywhere&r in &aGregTech&r. Combining two ingots with your new &9hammer&r in a crafting table will make a plate. This ratio is kind of &cexpensive,&r but better recipes for plates will come later." + "" + "Here, take this &6Wooden Barrel&r full of &bwater&r as a reward. Huh... isn't that an odd reward? Well, it's here just to teach you that all &aGTCEu&r tanks are portable!" + ] + icon: "minecraft:bucket" + id: "592BD683A48C2AA2" + rewards: [{ + id: "68D4ECFA9AD5349A" + item: { + Count: 1b + id: "gtceu:wood_drum" + tag: { + Fluid: { + Amount: 16000L + FluidName: "minecraft:water" + } + } + } + type: "item" + }] + size: 0.75d + subtitle: "#realism" + tasks: [{ + id: "5DD165E4EB34C022" + item: "minecraft:bucket" + type: "item" + }] + title: "Greg has struck" + x: 2.25d + y: -1.5d + } + { + dependencies: ["0EAF2C5B5EB755C5"] + description: [ + "Okay, we were generous enough to &cnot nerf&r wood ratios, but this is GregTech - charcoal smelting is &4&lnot possible&r in a Furnace! You will need to make a &d&lCoke Oven&r to start getting your grubby hands on some &6charcoal&r." + "" + "Wooden planks are still pretty good as &6furnace fuel&r, especially since you get &l&3four&r from one log." + "" + "If this displeases you, you can &brevert this back&r to vanilla behaviour in the &aGTCEu&r configs." + ] + icon: "minecraft:charcoal" + id: "36DD94945D5B4A80" + rewards: [{ + count: 16 + id: "5408859E43668198" + item: "minecraft:coal" + type: "item" + }] + size: 0.75d + subtitle: "Not here!" + tasks: [{ + count: 48L + id: "3DF01E4FACBB1D53" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "minecraft:logs" + } + } + title: "We demand more logs." + type: "item" + }] + title: "Charcoal?" + x: 0.75d + y: -1.5d + } + { + dependencies: ["25289F9E8AE01C29"] + description: [""] + icon: "gtceu:terminal" + id: "5E3DB52E778FE6FE" + size: 0.75d + tasks: [{ + id: "7F78101DF197EAF3" + type: "checkmark" + }] + title: "The Terminal" + x: -0.75d + y: 0.0d + } + { + dependencies: ["45969FFBF88F4FBB"] + description: [ + "In this &blightweight&r modpack, we've included enough QoL to &o(hopefully)&r fit your needs, and the pack is &aperfectly playable&r as is." + "" + "&dFunctional Storage&r and &dApplied Energistics 2&r make appearances to help with &estorage&r and &6logistics.&r Their recipes have been modified to fit progression, but you won't need to play 50 hours to make your first &5Molecular Assembler&r. There are also a few other mods that you may wish to pursue for some &ahelpful QoL&r." + "{@pagebreak}" + "But maybe you require... &osomething more&r?" + "" + "If you're playing solo, feel free to &aadd mods&r to your instance. More &bQoL&r... more &3tech&r... maybe even some &5magic mods&r. As long as you don't add &eProjectE&r... promise?" + "" + "On the 1.12.2 version of &aGregtech: CEu&r, there were multiple &aGregTech&r addons that may be ported to 1.19.2 in future. Rest assured that this pack will do its &dbest&r to support them if they make it to this version!" + ] + icon: "minecraft:structure_void" + id: "1283B4D7B5D82193" + size: 0.75d + subtitle: "Omw to install DecoCraft" + tasks: [{ + id: "70C69E5432F6C3BE" + title: "I accept responsibility for any mod conflicts ;)" + type: "checkmark" + }] + title: "More mods?" + x: 2.25d + y: 0.0d + } + { + dependencies: ["45969FFBF88F4FBB"] + description: [ + "Don't worry, these crafts are actually useful - you'll be required to make &ehundreds more&r of these components, so it's good to get in the habit!" + "" + "It's generally good to get familiar with the idea of &o\"&bbulk-crafting&r&o\"&r - if you need 1 plate, try making 8, etc. This means you'll have lots of these &dintermediates&r ready for future crafts. It might seem unreasonable to craft &astacks of rods&r or &ascrews&r especially this early on, but they will always end up being used, saving you a lot of micro-crafting in the future." + "" + "If you needed &6any more&r convincing, take a peek at the &drewards&r for this quest." + ] + icon: "minecraft:bone_meal" + id: "49A04E63F40D65C0" + rewards: [ + { + count: 64 + id: "6292C644EE1ACA59" + item: "minecraft:bone_meal" + type: "item" + } + { + count: 12 + id: "380C42204033B5C4" + item: "minecraft:potato" + type: "item" + } + { + count: 64 + id: "725FA988559A2A06" + item: "minecraft:sand" + type: "item" + } + { + count: 64 + id: "1B905198676EE81A" + item: "minecraft:sand" + type: "item" + } + { + id: "650805CC3324B1A2" + item: { + Count: 1b + id: "gtceu:iron_shovel" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "7E804AA7B8F3B145" + item: { + Count: 1b + id: "gtceu:iron_axe" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + size: 0.75d + subtitle: "Put your micro-crafting talent to the task!" + tasks: [ + { + count: 16L + id: "36052E42DE641787" + item: "gtceu:iron_bolt" + type: "item" + } + { + count: 8L + id: "63F1C7989ADF097F" + item: "gtceu:iron_plate" + type: "item" + } + ] + title: "A Minor Test of Strength" + x: 3.75d + y: 0.0d + } + { + dependencies: ["45969FFBF88F4FBB"] + description: [ + "Iron, Copper and Tin will only get you so far. &4Redstone&r and &bDiamond&r will occasionally be required during the &6Steam Age&r, whereas Nickel, Lead and Silver are also nice to have. All will come in handy &asoon enough&r." + "" + "&oConsult the ore tab if you're struggling to find these materials!&r" + ] + icon: { + Count: 1b + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:silver_ingot" + } + id: "62212F2B51AC779E" + rewards: [ + { + count: 64 + id: "2C6F42288FF9B7DA" + item: "minecraft:sand" + type: "item" + } + { + count: 64 + id: "2FF0438B7858734E" + item: "minecraft:sand" + type: "item" + } + { + count: 64 + id: "5242721C19BCC092" + item: "minecraft:clay_ball" + type: "item" + } + { + count: 64 + id: "51A749E4F6186DBC" + item: "minecraft:clay_ball" + type: "item" + } + { + count: 64 + id: "04BE5FBBF9402D5D" + item: "minecraft:redstone" + type: "item" + } + { + count: 24 + id: "2D409B8436727D1C" + item: "gtceu:nickel_ingot" + type: "item" + } + { + count: 24 + id: "35EE3F4BAAE41AC3" + item: "gtceu:lead_ingot" + type: "item" + } + { + count: 24 + id: "70008D5488014AF1" + item: "gtceu:silver_ingot" + type: "item" + } + { + count: 8 + id: "29963CB493F50CC0" + item: "minecraft:diamond" + type: "item" + } + ] + size: 0.75d + subtitle: "Sometimes you gotta be inefficient to be efficient!" + tasks: [ + { + count: 64L + id: "37A7D2DE2F82E529" + item: "minecraft:redstone" + type: "item" + } + { + count: 24L + id: "68684E4712C05221" + item: "gtceu:nickel_ingot" + type: "item" + } + { + count: 24L + id: "59AA0604B02D17EF" + item: "gtceu:lead_ingot" + type: "item" + } + { + count: 24L + id: "0384FDE2E9B1414F" + item: "gtceu:silver_ingot" + type: "item" + } + { + count: 8L + id: "46C1361E3C1678C4" + item: "minecraft:diamond" + type: "item" + } + ] + title: "Early Investments" + x: 5.25d + y: 0.0d + } + { + description: [ + "Be sure to &aproperly&r read <his&r quest - it has some &dimportant information&r that will remain relevant all throughout your playthrough." + "" + "Informative quests such as this will appear in the chapter they are unlocked. You can also consult the &o&b\"Tips and Tricks\"&r page if you feel like you're forgetting something." + "" + "The quest structure is intended to guide you through all the major milestones in &aGregTech&r progression. Every single quest should be &2beneficial&r to look at in some way - if something is 100% optional, we'll mention it, so don't worry about missing any tricks." + "{@pagebreak}" + "The &aGTCEu Community Pack&r can be played on &dPeaceful,&r and we highly urge you to do so, as there is little benefit from mobs and their drops. You may also want to use &o/keepInventory&r, &o/sethome&r, and abuse minimap teleport as you see fit." + "" + "Although these features won't ruin your day if you choose not to use them, this modpack is &4not&r focused on providing a punishing &eSurvival&r experience, but more so learning the ins and outs of &aGregTech.&r" + "{@pagebreak}" + "Lastly, it's good to be &lsavvy&r with &eJEI.&r &aGregTech&r items will frequently have several recipes, so do not assume the first recipe &eJEI&r shows you will be the most efficient. Good &eJEI&r usage involves the &bidentification of patterns&r in autogenerated recipes (example: all the Iron related items &6macerate&r into Iron Dust)." + "" + "When complex recipes arise - and yes, &aGTCEu&r can be intimidating - we will make sure to point out &5efficient routes&r you can take - however, we urge you to experiment on your own. It's no fun to follow the quest book by rote!" + ] + icon: "ftbquests:book" + id: "13E9DF7E980CFC5B" + size: 0.75d + subtitle: "Read this, and read it again!" + tasks: [{ + id: "04CC2E592A648F06" + title: "I have read this page multiple times" + type: "checkmark" + }] + title: "Important Information" + x: -2.25d + y: -1.5d + } + { + dependencies: ["2001CB4968D3E0A2"] + description: [ + "Crafting can quickly get &etiresome&r. How about making use of your &2new saw&r to make this Crafting table?" + "" + "It allows you to craft from adjacent inventories, making classic &aGregTech&r microcrafting so much less &4tedious&r." + "" + "Saw the table again for a lower-profile Slab version." + ] + icon: "craftingstation:crafting_station" + id: "411AB552514EA14C" + size: 0.75d + subtitle: "No, Tinkers' is not in this modpack" + tasks: [{ + id: "30D40010C8E6E115" + item: "craftingstation:crafting_station" + type: "item" + }] + title: "Crafting Station" + x: 3.75d + y: -4.5d + } + { + description: [ + "New to this updated pack is a Tutorials tab. The information inside is available to view at any time, but whenever it becomes relevant, you will be directed towards it for some light reading." + "" + "The information found inside may interest you if you would like a deeper insight into some of GTCEu's mechanics, and in some cases is absolutely indispensable." + "" + "Quests that unlock a tutorial node will have an orange-ish descriptor at the bottom of the quest description. You can immediately travel to the tutorial tab by clicking on the quest link at the top right of the quest's box!" + "" + "Get reading!" + ] + icon: "minecraft:lectern" + id: "008ABF78E56209F7" + size: 0.75d + subtitle: "Tips and tricks to help you prosper" + tasks: [{ + id: "4EBD5D697E085217" + title: "I have read this page multiple times" + type: "checkmark" + }] + title: "Tutorialised" + x: -2.25d + y: 0.0d + } + ] + subtitle: ["Welcome to &6GTCP&r! Glad to have you here."] + title: "Introduction" +} diff --git a/config/ftbquests/quests/chapters/gtceu_electricity.snbt b/config/ftbquests/quests/chapters/gtceu_electricity.snbt new file mode 100644 index 000000000..47e66d43f --- /dev/null +++ b/config/ftbquests/quests/chapters/gtceu_electricity.snbt @@ -0,0 +1,456 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "gtceu_electricity" + group: "719BFF182E0820D1" + icon: "gtceu:lv_battery_hull" + id: "78143C34A257B32B" + order_index: 0 + quest_links: [ + { + id: "1E0BEF514062908F" + linked_quest: "6E186F9C57155BFA" + x: 1.0d + y: -2.5d + } + { + id: "7A34878030ACD40E" + linked_quest: "7B0FF43022F6C2EC" + x: 1.0d + y: -1.0d + } + { + id: "2314B5E680199D8B" + linked_quest: "6A844F93292A01DC" + x: 1.0d + y: 0.5d + } + { + id: "73658F75574096ED" + linked_quest: "6C20A9A64C1BE0BF" + shape: "rsquare" + size: 0.75d + x: -0.5d + y: 2.0d + } + { + id: "3ABFF7620810CE15" + linked_quest: "4B8D66A65F102D7E" + x: 2.5d + y: 2.0d + } + { + id: "5107BD377C9F044F" + linked_quest: "7B472E0AF15726F0" + x: 1.0d + y: 3.5d + } + { + id: "3627AD257B23C80B" + linked_quest: "583D0CC4FAA4FC98" + x: -0.5d + y: -2.5d + } + { + id: "5FFADDE150FEB028" + linked_quest: "03DBF1961AE21C76" + x: 1.0d + y: -5.75d + } + ] + quests: [ + { + dependencies: ["6E186F9C57155BFA"] + description: [ + "Transporting EU is done via direct connection, using &aWires&r or &aCables&r." + "" + "Wires are the inferior option as they will &celectrocute&r you and &close more energy&r as the electricity travels through the wire, so you want to use insulated Cables. Keep in mind that you can't combine cables into thicker variants, so make sure you insulate the right thickness to avoid any headaches." + "" + "&cCable loss&r means you will have to stick your Machines close to your Generators, but that will only be a problem in earlygame. If you peek through the quest book, you will eventually be able to obtain &6Superconductors&r, sidestepping this issue!" + ] + icon: "gtceu:aluminium_single_cable" + id: "3A37D379DDBD548D" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "6A64F735F925A515" + type: "checkmark" + }] + title: "EU Transportation" + x: 2.5d + y: -2.5d + } + { + dependencies: ["7B0FF43022F6C2EC"] + description: [ + "You have likely realised by now that the Energy system in &2GregTech&r is &cnowhere near as simple&r as the &1RF&r you may be used to using in modded Minecraft." + "" + "The energy unit of GregTech is the EU." + "" + "&1EU&r mechanics have a certain flair to them, and are not dissimilar to real-world electricity. They can also be &4dangerous and punishing&r if mishandled. However, the power system gives GregTech players a lot of &6satisfaction&r when harnessed well." + "{@pagebreak}" + "&bLore:&r The Amperage bug, exploit or feature (call it whatever you want!) from 1.12.2 GTCE has been &lfixed&r in GTCEu. The Energy network now works as intended." + ] + icon: "gtceu:lv_transformer_2a" + id: "6232BD50F5411201" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "4DBE489DA7F13C93" + title: "Amperage" + type: "checkmark" + }] + title: "Just what is EU?" + x: 2.5d + y: -1.0d + } + { + dependencies: ["7B0FF43022F6C2EC"] + description: [ + "Each single-block Generator in GregTech is configured to produce &91 Amp&r of its voltage tier. For &7LV&r, that results in &232EU/t&r." + "" + "If a machine requires 16EU/t, one \"packet\" of 32EU is sent &6every other tick&r (assuming no cable loss) - no more, no less." + "" + "A Battery Buffer with &94&r Batteries can produce up to &94 Amps&r for &2128EU/t&r as &7LV&r power, which is important for the &3Electric Blast Furnace&r - or to run multiple machines simultaneously." + "" + "Generic machines are configured to draw up to &92 Amps&r to account for cable loss. Other machines have specific &9Amps IN&r, which is described in their tooltip." + ] + id: "10122F79C49896DA" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "3259A966A14903AE" + type: "checkmark" + }] + title: "Machine Amps" + x: -0.5d + y: -1.0d + } + { + dependencies: ["7B0FF43022F6C2EC"] + description: [ + "The most critical thing to know is that &acables&r have an &9Amperage &climit&r. Attempting to transport more Amps than this limit will &4burn your cable up&r." + "" + "&9Amps&r are drawn &oonly&r through the &aCables&r connecting the Producers and Consumers directly, and only drawn if the Consumers are active." + "" + "This means you can safely step down your Cables in certain places - feel free to experiment!" + ] + icon: "minecraft:campfire" + id: "1D4CB1889C44E8AB" + shape: "rsquare" + size: 0.75d + subtitle: "Twiddling whilst the EBF burns" + tasks: [{ + id: "485F963DA6CD1B10" + type: "checkmark" + }] + title: "Cable Burning" + x: -2.0d + y: -1.0d + } + { + dependencies: ["6A844F93292A01DC"] + description: [ + "Let's go over some basic physics:" + "" + "° &9Power&r = &2Voltage&r * &dAmperage&r" + "° &1Energy&r = &9Power&r * &6Time&r" + "" + "&8Resistance&r is an excluded concept in GregTech, instead being partially simulated as cable loss." + "" + "The units are defined as such:" + "" + "- &1EU&r is the unit of &1Energy&r." + "- &9EU/t&r is the &9Power&r." + "- &dA&r or &dAmp&r is the &dAmperage&r." + "- &2V&r &owould&r be the &2Voltage&r, but we prefer referring to it as &7LV&r, &bMV&r, &6HV&r... as those are the relevant values for gameplay (technically: &7LV&r = 32V = 32EU/t/A)." + ] + icon: "minecraft:apple" + id: "51E9035AA830A859" + shape: "rsquare" + size: 0.75d + subtitle: "Ow, my head!" + tasks: [{ + id: "3FC502CEBAE1B0DA" + type: "checkmark" + }] + title: "Basic Physics" + x: 2.5d + y: 0.5d + } + { + dependencies: ["6A844F93292A01DC"] + description: [ + "Here comes the potentially &4destructive&r part, so read carefully:" + "" + "&9-&r &aCables&r and &aWires&r which receive &2higher Voltage&r than their rating will &cburn&r, in addition to burning if they receive too many &dAmps&r." + "" + "&9-&r &3Machines&r which receive a &2higher Voltage&r than their Tier will &cexplode&r. Kaboom! Extra &dAmps&r will not have an adverse affect, as they consume only what they need." + ] + icon: "ae2:tiny_tnt" + id: "144F1F475735CFE3" + shape: "rsquare" + size: 0.75d + subtitle: "nomifactory.gif" + tasks: [{ + id: "24AA0FBE677C12E9" + type: "checkmark" + }] + title: "Explosion!" + x: 4.0d + y: 0.5d + } + { + dependencies: ["6A844F93292A01DC"] + description: [ + "Every &6tick&r, &1EU&r &apackets&r attempt to transfer themselves from Energy Producers to Consumers. These &apackets&r have two parameters: a &2Voltage&r tier determined by the tier of the Producer, and &dAmperage&r. This determines how much &9Power&r can actually be transferred. " + "" + "There are no partial Amps, meaning Energy is transferred only if the full Amp &apacket&r can be received. You might notice this from your machines sitting just below full EU capacity - they will only accept EU when they are missing at least 1A of their input voltage." + ] + icon: "minecraft:sticky_piston" + id: "21165FF6B466E115" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "38F603FF520379B8" + type: "checkmark" + }] + title: "Tick Behaviour" + x: -0.5d + y: 0.5d + } + { + dependencies: [ + "6A844F93292A01DC" + "21165FF6B466E115" + "51E9035AA830A859" + "144F1F475735CFE3" + ] + description: [ + "In summary, Energy is transported in &apackets&r of &132EU&r for &7LV&r, &1128EU&r for &bMV&r... so on and so forth. The amount of energy that is actually received by a machine can end up being lower than energy sent, due to cable loss." + "" + "Machine Energy Input is limited by &2Voltage&r (too high and, well, &6boom&r!), and by &dAmperage&r. Thus, a &bMV&r Machine with &d2A&r Input connected to a &7LV&r line will never accept more than &964EU/t&r." + "" + "It is still possible to run &bMV&r Machines on &7LV&r lines, but only if the recipes are low enough &9Power&r, or if you have a &3MV Battery&r in the charging slot. The machine will only accept &d1A&r when idle, and so the &3Battery&r will recharge at a maximum rate of &932EU/t&r." + ] + icon: "minecraft:book" + id: "626DCB7567936888" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "2312782365B0DB34" + type: "checkmark" + }] + title: "In summary..." + x: 5.5d + y: 0.5d + } + { + dependencies: ["7B0FF43022F6C2EC"] + description: [ + "&6Superconductors&r are special Wires available for each Voltage tier. They don't have any Cable counterpart, but that isn't necessary, as they have absolutely &6zero cable loss&r! They also don't damage you when you touch them. " + "" + "They are the best choice for wiring at any tier, if not a little expensive in comparison to the other wires." + ] + icon: "gtceu:mercury_barium_calcium_cuprate_single_wire" + id: "15FE6124D69B7FB5" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "4EB334D0DA04D848" + title: "Superconductors" + type: "checkmark" + }] + x: 4.0d + y: -1.0d + } + { + dependencies: ["6E186F9C57155BFA"] + description: [ + "Changing and limiting amperage/voltage may seem intimidating, but there are many tools to help prevent mistakes." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: { + Count: 1b + id: "gtceu:iron_wrench" + tag: { + Damage: 0 + } + } + id: "25BFD5598A82C056" + shape: "rsquare" + tasks: [{ + id: "54F553DB043ECD55" + title: "Manipulating Power" + type: "checkmark" + }] + x: 1.0d + y: 2.0d + } + { + dependencies: ["7B472E0AF15726F0"] + description: [ + "Each tier above the recipe tier allows one overclock. Each overclock implies:" + "" + "&9-&r 2x recipe speed" + "&9-&r 4x power consumption" + "&9->&r 2x total energy cost" + "" + "As you can see, there are upsides and downsides. It is a game of balance: ask yourself if you want faster recipes at the cost of greater power consumption." + ] + icon: { + Count: 1b + id: "gtceu:programmed_circuit" + tag: { + Configuration: 0 + } + } + id: "3C28D51ABB1635D0" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "6A8626DC27760924" + type: "checkmark" + }] + title: "The mathematics of overclocking" + x: 2.5d + y: 3.5d + } + { + dependencies: ["7B472E0AF15726F0"] + description: [ + "A pro tip - for automated setups, overclock as little as possible!" + "" + "Machines have a side menu to set the maximum voltage tier it will overclock to. Click on it to cycle through all the available Voltages and choose a limit." + ] + icon: "minecraft:obsidian" + id: "3BD55CCFE642A6F3" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "5BEA9540C9836982" + title: "Limiting your overclocks" + type: "checkmark" + }] + x: -0.5d + y: 3.5d + } + { + dependencies: ["6E186F9C57155BFA"] + description: ["&2GTCEu&r Cables now have &6native RF support&r! You can plug any RF appliance into an EU source and it will automatically convert. The ratio is &a4 : 1&r (RF : EU). Not that you can produce RF in this pack - but it's a thought if you wanted to make your own!"] + icon: "gtceu:lv_battery_hull" + id: "3E63B7035BCDFF21" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "6A8812C3708B157B" + type: "checkmark" + }] + title: "RF to EU" + x: 0.375d + y: -3.75d + } + { + dependencies: ["6E186F9C57155BFA"] + description: ["GT6-style Cables are &denabled&r. It means that placing Cables will only connect them to the block they were placed against. To open more connections, use your &5Wire Cutter&r on the grid."] + icon: { + Count: 1b + id: "gtceu:wrought_iron_wire_cutter" + tag: { + Damage: 0 + } + } + id: "76D1CB36DBC50309" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "5433EAA76631DF14" + type: "checkmark" + }] + title: "Why won't my cables connect?" + x: 1.5d + y: -3.75d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "You might already be familiar with EU as the Energy Unit for Electric machines - but what about Steam?" + "" + "Steam machines will run using a proportional amount of steam at a 1:1 ratio of EU to Steam as listed in your recipe viewer of choice." + ] + icon: "gtceu:lv_steam_turbine" + id: "20CA74FD0C99335D" + shape: "rsquare" + size: 0.75d + subtitle: "Using Steam to power your machines" + tasks: [{ + id: "4742BDA66BF64EBB" + type: "checkmark" + }] + title: "Steam Power" + x: 0.0d + y: -5.75d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "Regular Steam Machines are twice as slow to complete recipes as is listed in JEI. To bring your machines up to speed, you may want to pursue High Pressure Steam machinery." + "" + "High Pressure Steam Machines are the same speed as indicated by JEI, but with adjusted steam consumption. You will unlock them once you obtain Steel." + ] + icon: "gtceu:hp_steam_solid_boiler" + id: "068049DA233C9ED0" + shape: "rsquare" + size: 0.75d + subtitle: "Why aren't my machines fast?" + tasks: [{ + id: "3A3056D2ACBB9762" + type: "checkmark" + }] + title: "Pressure Differences" + x: 1.0d + y: -6.75d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "After each recipe, the Steam machines will vent cooler steam (with snazzy particles) from the side with the square. This is the exhaust port." + "" + "Important: Keep the exhaust port unblocked - this is neither an input nor an output slot! If the machine fails to vent steam, it will stop working." + "" + "Reminder: Use your Wrench to change which side the exhaust port is facing (right-click)." + ] + icon: "gtceu:assembly_line_grating" + id: "402072841230707C" + shape: "rsquare" + size: 0.75d + subtitle: "I saw Steam vent" + tasks: [{ + id: "34FF221CCFF8E84C" + type: "checkmark" + }] + title: "Steam Exhaust" + x: 1.0d + y: -4.75d + } + { + dependencies: ["03DBF1961AE21C76"] + description: ["Psst! If you're not in a Hardcore world, I invite you to stand on top of pipes transporting steam, or stand right in front of the vent as the machines are running recipes."] + icon: "minecraft:skeleton_skull" + id: "27D4118D7EAF29B1" + shape: "rsquare" + size: 0.75d + subtitle: "Goodbye, cruel world" + tasks: [{ + id: "601BB1F557E26611" + type: "checkmark" + }] + title: "Steam Kills" + x: 2.0d + y: -5.75d + } + ] + subtitle: ["Wrap your head around GT's power system"] + title: "Steam and Electricity" +} diff --git a/config/ftbquests/quests/chapters/heating_coils.snbt b/config/ftbquests/quests/chapters/heating_coils.snbt new file mode 100644 index 000000000..31954270d --- /dev/null +++ b/config/ftbquests/quests/chapters/heating_coils.snbt @@ -0,0 +1,147 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "heating_coils" + group: "1C1C4FB2AFCF489D" + icon: "gtceu:cupronickel_coil_block" + id: "7C1306341997601D" + order_index: 1 + quest_links: [ + { + id: "709FB8C1561E7BB8" + linked_quest: "1646BF9194100E57" + x: -2.5d + y: -7.5d + } + { + id: "499941B0EDEFBF54" + linked_quest: "1C55AE6AD5BDE304" + x: -1.0d + y: -7.5d + } + { + id: "10F2DA9FCC5E3860" + linked_quest: "6B08799BCFD01D3D" + x: 0.5d + y: -7.5d + } + { + id: "72CBEEAD5A41685E" + linked_quest: "069FD86133D7D582" + x: 2.0d + y: -7.5d + } + { + id: "76C69275A82861C8" + linked_quest: "7A1E3C3A2D699C5B" + x: 3.5d + y: -7.5d + } + { + id: "6C144735C40EE615" + linked_quest: "2FCBA0D780DBDA9E" + x: 5.0d + y: -7.5d + } + { + id: "5FDCCB7CE9DACB34" + linked_quest: "4C7C0F6A6598BC24" + x: 6.5d + y: -7.5d + } + { + id: "4ACE1AFCEDC37A05" + linked_quest: "6AF3A40BC9CE7122" + x: 8.0d + y: -7.5d + } + { + id: "1EA07F998161450C" + linked_quest: "30A6EDDF25A5E5F8" + shape: "rsquare" + size: 0.66d + x: 2.0d + y: -6.5d + } + { + id: "532482B324E31386" + linked_quest: "1776FA1F3255731E" + shape: "rsquare" + size: 0.66d + x: 3.5d + y: -6.5d + } + { + id: "0F86FC5CD130B2E1" + linked_quest: "78277DBC07D3C45C" + shape: "rsquare" + size: 0.66d + x: 5.0d + y: -6.5d + } + { + id: "7D227159C48FAB94" + linked_quest: "0DC999F79A685194" + shape: "rsquare" + size: 0.66d + x: 6.5d + y: -6.5d + } + { + id: "718938D16A6098A7" + linked_quest: "35F13B6D60361904" + shape: "rsquare" + size: 0.66d + x: 8.0d + y: -6.5d + } + ] + quests: [ + { + dependencies: [ + "257DB4B39B2A928E" + "5B2696206205CB2E" + ] + id: "70432F650591353C" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "77875BBDC0A937A9" + item: "gtceu:cupronickel_ingot" + type: "item" + }] + x: -2.5d + y: -6.5d + } + { + dependencies: [ + "2AD44111B9B39C90" + "4A92AFD2532EED26" + ] + id: "66805BB78A828C00" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "76206DC9E7ABD07A" + item: "gtceu:kanthal_ingot" + type: "item" + }] + x: -1.0d + y: -6.5d + } + { + dependencies: ["6958029B5514D4EC"] + id: "1CBA5477CB7C45E7" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "1104AC52E0A0A472" + item: "gtceu:nichrome_ingot" + type: "item" + }] + x: 0.5d + y: -6.5d + } + ] + title: "Heating Coils" +} diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt new file mode 100644 index 000000000..713d2201a --- /dev/null +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -0,0 +1,1366 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "hv__high_voltage" + group: "693226878D58638A" + icon: "gtceu:hv_electric_motor" + id: "237BDB19A9495869" + order_index: 3 + quest_links: [ + { + id: "2583D0B64E51FAC8" + linked_quest: "5063FDFFBE3E4855" + size: 0.75d + x: 9.0d + y: -6.75d + } + { + id: "47BF469B9B0EB28A" + linked_quest: "4AFD3073C731A1E4" + size: 1.1d + x: 9.0d + y: -5.625d + } + { + id: "6C3B2B8F8B6646EA" + linked_quest: "6DDDE2268B691F74" + shape: "rsquare" + size: 0.75d + x: 0.0d + y: -3.375d + } + { + id: "306AB6B6B81566DA" + linked_quest: "16A6AE5C770DB83A" + shape: "gear" + size: 1.5d + x: 0.0d + y: -1.875d + } + ] + quests: [ + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "When your power generation allows for it, &3HV machines&r are well worth using for on-demand processing. The quadrupled energy cost compared to their &7LV&r counterparts shouldn't bother you too much." + "" + "&9Note:&r Crafting Hulls in the &3Assembler&r is slightly more efficient. Prioritise this recipe!" + ] + icon: "gtceu:hv_machine_casing" + id: "2D01E80DE837F6A6" + rewards: [{ + count: 6 + id: "4D352625AE6D5757" + item: "gtceu:advanced_integrated_circuit" + type: "item" + }] + shape: "rsquare" + size: 0.75d + tasks: [{ + count: 6L + id: "09C7FB07CF7A1B49" + item: "gtceu:hv_machine_hull" + type: "item" + }] + title: "High Voltage Machines" + x: 1.125d + y: -0.75d + } + { + dependencies: ["0021051273D48936"] + description: ["&aEnergium Crystals&r store a significant amount of &9EU&r. They are also arguably cheaper!"] + icon: "gtceu:energy_crystal" + id: "55552589C581EE9E" + size: 0.75d + subtitle: "Science-fiction batteries!" + tasks: [{ + id: "3FE646E607B19ACD" + item: "gtceu:energy_crystal" + type: "item" + }] + title: "Super Batteries" + x: 2.25d + y: -3.0d + } + { + dependencies: ["55552589C581EE9E"] + description: [ + "You probably don't have mobs to fight, but this armor provides nice QoL that you may enjoy!" + "" + "&9Helmet:&r Provides &dNight vision&r (default keybind &4M&r but check for conflicts)" + "" + "&9Chestplate:&r Provides nothing interesting, but can be further upgraded into the &aAdvanced&r version at the very end of &6HV&r Age." + "" + "&9Leggings:&r Provides nothing special, perhaps we should have given it a small speed boost?" + "" + "&9Boots:&r Provides &dStep Assist&r. You read that right!" + "" + "" + "&bLore:&r This armor is originally inspired by IndustrialCraft, but its first implementation within the GTCE environment came with Nuke Powered Utils, an addon mod to GTCE." + ] + id: "773C23C341F563DE" + shape: "rsquare" + size: 0.75d + subtitle: "Not a registered trademark" + tasks: [{ + id: "5CCCB3EA90795A4A" + type: "checkmark" + }] + title: "NanoMuscle" + x: 3.375d + y: -3.0d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: [ + "The &3HV Autoclave&r - despite being optional - is a machine you will definitively want to grab." + "" + "This unlocks unique Batteries that are &6far superior&r to standard Batteries." + ] + icon: "gtceu:hv_autoclave" + id: "0021051273D48936" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "51F819B8083DC13A" + item: "gtceu:hv_autoclave" + type: "item" + }] + title: "HV Autoclave" + x: 1.125d + y: -3.0d + } + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "The &3HV Chemical Bath&r is used to &ddye Lenses&r using &aChemical Dye&r. This will let you engrave more types of Wafers!" + "" + "This is also required for &aEyes of Ender&r." + ] + icon: "gtceu:hv_chemical_bath" + id: "124B32A0583A636A" + size: 0.75d + subtitle: "Please don't bathe with electronics..." + tasks: [{ + id: "13B0B5168E4B06E3" + item: "gtceu:hv_chemical_bath" + type: "item" + }] + title: "High Voltage Bathing" + x: 3.375d + y: -1.875d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "If you're still running off the &3Large Bronze Boiler&r, you may want to upgrade to the &3Large Steel Boiler&r." + "" + "It is slightly more efficient than the &3LBB&r, and produces &d900 EU/t worth of Steam&r." + "" + "We would recommend you try other power options at this point, though!" + ] + icon: "gtceu:steel_large_boiler" + id: "1BB40CCF17D00719" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "3872B1D118426B33" + item: "gtceu:steel_large_boiler" + type: "item" + }] + title: "One Hundred Million Pressure Cookers" + x: -1.125d + y: -3.0d + } + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "You now have access to two &3new Maintenance Hatches&r. Both hatches &6do not require Maintenance&r when first placed in a Multiblock." + "" + "The &3Automatic Maintenance Hatch&r is pretty simple - it eliminates the need for Maintenance, &6forever&r!" + "" + "The &3Configurable Maintenance Hatch&r is more interesting. You can configure it to cut off &a10% duration&r on recipes, at the cost of making Maintenance happen three times as fast. That is &d16 real hours&r of activity." + "" + "&9Reminder:&r You can put Tape in the maintenance Hatch to automatically fix problems." + "{@pagebreak}" + "&bLore:&r The Automatic Maintenance Hatch texture and mechanic comes from TecTech, an addon mod originally made for GregTech: New Horizons. " + "" + "More TecTech references coming up if you stick with us with the late game!" + ] + icon: "gtceu:configurable_maintenance_hatch" + id: "15645E46CC0E6764" + shape: "rsquare" + size: 0.75d + tasks: [ + { + id: "4BE8DFB45A1BFC09" + item: "gtceu:configurable_maintenance_hatch" + type: "item" + } + { + id: "286992A0F0C20BEE" + item: "gtceu:auto_maintenance_hatch" + type: "item" + } + ] + title: "Advanced Maintenance" + x: -1.125d + y: -0.75d + } + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "Just like in &bMV&r, here are more higher-tier components." + "" + "The painful &dFlawless Gems&r have been replaced with slightly-more-painful &dEyes of Ender&r. Also notice that the &aMotors&r require &d2x Silver Cables&r." + "" + "&aHulls&r and &aMachines&r use &dGold Cables&r." + "{@pagebreak}" + "&9&lTips to make life less painful:&r" + "" + "- Consider using &dElectrotine decomposition&r and &dOre Processing&r for &eElectrum&r." + "- Consider using the &3Chemical Bath&r with &dMercury&r for &eGold&r from a wide variety of ores." + ] + icon: "gtceu:hv_electric_motor" + id: "029CF0D9E5097F87" + shape: "rsquare" + size: 0.75d + tasks: [ + { + id: "5B6D9DD390CC3184" + item: "gtceu:hv_electric_motor" + type: "item" + } + { + id: "20D97B1AD73D38C9" + item: "gtceu:hv_electric_piston" + type: "item" + } + { + id: "2E2ED201C713950B" + item: "gtceu:hv_conveyor_module" + type: "item" + } + { + id: "574C6D74D2D869BD" + item: "gtceu:hv_electric_pump" + type: "item" + } + { + id: "44822263DC8E4BE4" + item: "gtceu:hv_robot_arm" + type: "item" + } + { + id: "10D85B677A95EA38" + item: "gtceu:hv_emitter" + type: "item" + } + { + id: "4173FF5B0A6FA1C3" + item: "gtceu:hv_sensor" + type: "item" + } + ] + title: "We call this \"fun\"" + x: 0.0d + y: -0.375d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: ["The &3HV Assembling Machine&r is the next step in progression, but also unlocks a handful of useful utilities."] + icon: "gtceu:hv_assembler" + id: "16B735F9C391D260" + size: 1.1d + tasks: [{ + id: "1B70E35262CA2CB8" + item: "gtceu:hv_assembler" + type: "item" + }] + title: "HV Assembling Machine" + x: 0.0d + y: 0.75d + } + { + dependencies: ["16B735F9C391D260"] + description: ["The &9Digital Interface Cover (DIC)&r is a visual Cover. It can show useful things like the status and progress of Machines, or the amount of fluids stored in a Super Tank."] + icon: "gtceu:digital_interface_cover" + id: "111877E2F16AD71C" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "505B2CDC455C36C5" + item: "gtceu:digital_interface_cover" + type: "item" + }] + title: "Digital Interface Cover" + x: -1.125d + y: 0.375d + } + { + dependencies: ["16B735F9C391D260"] + description: [ + "Time to say goodbye to your &4Primitive Water Pumps&r. They've done you proud." + "" + "Place this on the side of a machine to give it &616 buckets&o&r&r of Water every second!" + ] + icon: "gtceu:infinite_water_cover" + id: "78464574AF8A27AC" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "3CE1967A82B9ED45" + item: "gtceu:infinite_water_cover" + type: "item" + }] + title: "Infinite Water" + x: -1.125d + y: 1.5d + } + { + dependencies: ["16B735F9C391D260"] + id: "357C4FAED27019CF" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "658FBBCA404480B0" + type: "checkmark" + }] + title: "Central Monitor" + x: 0.0d + y: 1.875d + } + { + dependencies: ["124B32A0583A636A"] + description: [ + "The &aSimple System on Chip&r will be used for the best &dULV Circuit&r recipe." + "" + "I would also recommend going ahead and making all the other useful colored Lenses ahead of time. They are listed here in an &eoptional&r task." + ] + icon: "gtceu:cyan_glass_lens" + id: "6975F16F5B50F17F" + shape: "rsquare" + size: 0.75d + tasks: [ + { + count: 20L + id: "73A16ED7BA7D64E8" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:lenses" + } + } + optional_task: true + title: "Any #forge:lenses" + type: "item" + } + { + id: "1BBF0F8C4715A902" + item: "gtceu:simple_soc" + type: "item" + } + ] + title: "I see the world in colour" + x: 2.25d + y: -0.75d + } + { + dependencies: [ + "315169840E06110F" + "6975F16F5B50F17F" + ] + description: ["&8ULV&r Circuits are used in some AE2 recipes, such as the &aAnnihilation Core&r and &aFormation Core&r."] + icon: "gtceu:nand_chip" + id: "15EC934CE8F4DC86" + size: 0.66d + tasks: [{ + id: "6B595E3904B796C3" + item: "gtceu:nand_chip" + type: "item" + }] + title: "Best ULV Circuits!" + x: 3.375d + y: -0.75d + } + { + dependencies: [ + "6975F16F5B50F17F" + "16B735F9C391D260" + ] + description: [ + "&bDigital fluid storage&r is pretty cool. Each &b1k ME Fluid Storage Cell&r holds up to &d5 types&r of fluid, and can hold &6over 8,000 buckets&r of those 5 fluid types! That's more than a &3Super Tank 2&r!" + "" + "You may want to &4format&r Fluid Storage Cells to certain types to prevent the network from clogging. Make a &3Cell Workbench&r to do so." + ] + icon: "ae2:fluid_cell_housing" + id: "26E8E5C163340E5A" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "4717CD0721804BAC" + item: "ae2:fluid_cell_housing" + type: "item" + }] + title: "Digital Fluid Storage" + x: 2.25d + y: 0.75d + } + { + dependencies: [ + "3568BC9742092FC5" + "124B32A0583A636A" + "16B735F9C391D260" + ] + description: [ + "The &aLow Power Integrated Circuit&r requires an &3HV Cutting Machine&r inside your &3Cleanroom&r." + "" + "&3HV Energy Hatches&r will be nice additions so you can run your Multiblocks (mainly your Electric Blast Furnace and Large Chemical Reactor) directly off a &6HV&r line." + "" + "This time around, you won't need to upgrade your EBF with 2 Energy Hatches to progress to &5EV&r - phew!" + ] + icon: "gtceu:hv_energy_input_hatch" + id: "5DBBD9B1F5B01F4E" + size: 0.75d + subtitle: "Noticing a pattern here?" + tasks: [ + { + id: "19C5FBCD216DCE26" + item: "gtceu:lpic_chip" + optional_task: true + type: "item" + } + { + amount: 1000L + fluid: "gtceu:sodium_potassium" + id: "2DF33EF0321AB809" + optional_task: true + type: "fluid" + } + { + id: "22E204ADB8257706" + item: "gtceu:hv_energy_input_hatch" + type: "item" + } + ] + title: "Upgrade your EBF II" + x: 3.375d + y: 0.75d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: [ + "The &3HV Chemical Reactor&r unlocks a ton of new recipes. Ah, who doesn't love the ever-growing demand on more advanced Chemistry?" + "" + "&9Note:&r A lot of content is unlocked in the &6HV&r Age. However, not all of them are useful just yet! It would make HV too dense to include all of them here." + "" + "Go check out the &5EV&r Chapter for what you have available!" + ] + icon: "gtceu:hv_chemical_bath" + id: "390E59F05132FCB8" + shape: "square" + tasks: [{ + id: "652CFAE1FA60F3E2" + item: "gtceu:hv_chemical_reactor" + type: "item" + }] + title: "High Voltage Chemistry" + x: 5.625d + y: -1.875d + } + { + dependencies: ["0EFEE489906256AA"] + description: [ + "Titanium requires a slightly more involved process than the previous materials to process. First you need &aRutile&r, obtained from &aBauxite&r." + "" + "Rutile, a form of Titanium Dioxide, cannot be electrolyzed directly - it has to be obtained from other Ores." + "" + "The next steps are described in the next Quest. No need to rush things." + "" + "Bauxite is also an &6excellent source of Aluminium&r." + "" + "Going to &dThe End&r will give you access to a better Bauxite vein, as well as &9Ilmenite&r, an even better source of Rutile." + "" + "&9Tip:&r Ore processing for &aBauxite&r is ridiculously good! Doing the &3Thermal Centrifuge&r step will easily &6triple&r your &aRutile&r yield." + ] + icon: "gtceu:rutile_dust" + id: "59DFC4DA7D29C315" + shape: "rsquare" + size: 0.75d + subtitle: "...means it WASN'T Titanium!" + tasks: [ + { + count: 15L + id: "7046AD026C55153C" + item: "gtceu:bauxite_dust" + type: "item" + } + { + id: "5593109F3592A432" + item: "gtceu:rutile_dust" + type: "item" + } + ] + title: "Almost Titanium" + x: 5.625d + y: -3.0d + } + { + dependencies: [ + "390E59F05132FCB8" + "59DFC4DA7D29C315" + "1C55AE6AD5BDE304" + ] + description: [ + "To get your grubby hands on some Titanium, &aRutile&r must first be reduced to &aTitanium Tetrachloride&r in an &3HV Chemical Reactor&r, and then reduced again in the &3EBF&r with &dMagnesium&r to finally arrive at Titanium." + "" + "The &dCarbon&r, &dChlorine&r, &dOxygen&r, and &dMagnesium&r used in the process can be &6perfectly recovered&r from the byproduct &dCarbon Monoxide&r and &dMagnesium Chloride&r with no loss. Set up a system to recover them and you can process an indefinite amount of Rutile in a closed loop!" + "{@pagebreak}" + "&aTitanium Tetrachloride&r also acts as a catalyst in the production of plastics. A small amount of &aTiCl₄ &rin the polymerisation process increases the polymer yield to &6133%&r&r. This is totally and completely optional, though." + ] + icon: "gtceu:titanium_tetrachloride_bucket" + id: "727075AAF9F91FAE" + size: 1.1d + tasks: [{ + amount: 1000L + fluid: "gtceu:titanium_tetrachloride" + id: "7C9AC37E86D3398F" + type: "fluid" + }] + title: "Almost Titanium²" + x: 5.625d + y: -4.125d + } + { + dependencies: ["6B08799BCFD01D3D"] + description: [ + "By this point, normal Cables have such insignificant loss that superconductors aren't a requirement." + "" + "You can use those as a flex!" + "" + "Superconductors are still required to craft &aField Generators&r." + ] + icon: "gtceu:mercury_barium_calcium_cuprate_double_wire" + id: "45F9AAE4ABE32033" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "2C582DDA7BC36951" + item: "gtceu:mercury_barium_calcium_cuprate_single_wire" + type: "item" + }] + title: "HV Superconductors" + x: 3.375d + y: -4.5d + } + { + dependencies: [ + "1C55AE6AD5BDE304" + "6958029B5514D4EC" + "1CBA5477CB7C45E7" + ] + description: [ + "&3Nichrome Heating Coils&r increase the temperature of your &3Blast Furnace&r to &d3,600K&r." + "" + "Despite not being required &oyet&r, it still is a good idea to upgrade your primary &3EBF&r for those sweet, sweet &6Coil bonuses&r." + "{@pagebreak}" + "&bLore:&r In the original GregTech 5, there were only three types of coils. This was the last tier." + ] + icon: "gtceu:nichrome_coil_block" + id: "6B08799BCFD01D3D" + size: 0.75d + subtitle: "A long way to go before we beat the Sun" + tasks: [{ + count: 16L + id: "2DCD235EC79F582C" + item: "gtceu:nichrome_coil_block" + type: "item" + }] + title: "Nichrome Coils" + x: 3.375d + y: -5.625d + } + { + dependencies: [ + "6958029B5514D4EC" + "727075AAF9F91FAE" + ] + description: [ + "&aTitanium&r has the highest corrosion resistance and strength-to-density ratio of any metallic element, so it's only natural that it's the main material for &5EV&r machines." + "" + "Be sure your closed loop for Rutile is ready, and prepare to run a dedicated &3EBF&r for hours." + "" + "The &5EV&r Age marks the end for single block generators! You will need to run several &3HV Generators&r to keep up - and later, upgrades to Multiblock Generators will be necessitated." + "While Multiblock generators are much more expensive, they have the ability to be much more energy efficient!" + ] + icon: "gtceu:titanium_ingot" + id: "7FA0ACB7F161F378" + shape: "gear" + size: 1.5d + tasks: [{ + id: "6D3E269567F419DE" + item: "gtceu:titanium_ingot" + type: "item" + }] + title: "Titanium" + x: 5.625d + y: -5.625d + } + { + dependencies: ["6958029B5514D4EC"] + description: [ + "&oThis is a guide on how to automatically route &lall&r&o your Hot Ingots to your Vacuum Freezer while keeping everything automated perfectly fine.&r" + "" + "You already know the drill from the Chemical Bath, so let's get right to the chase." + "{@pagebreak}" + "Install an &aItem Tag Filter&r Cover on the &3Input Bus&r of your &3Vacuum Freezer&r, open it and set to whitelist &e&lingots/hot&r. The slot is to &dtest&r items to make sure you configured the Filter properly in case you forgot. Drag ingots from JEI!" + "" + "From here, you now have the option to route either with &9Item Pipes&r or &9AE2&r." + "{@pagebreak}" + "&2With Item Pipes&r, connect the output of your &3EBF(s)&r to the input of your &3Vacuum Freezer&r and the output dump (Chest, Crate, or ME Interface)." + "You can also have a &dRestrictive Pipe&r in front of the output dump to ensure the Vacuum Freezer will be prioritized." + "" + "&2With AE2&r, place a &3ME Storage Bus&r on top of your Cover and set to very &dhigh priority&r. Any hot ingots entering your ME system will automatically be moved into the Vacuum Freezer." + "{@pagebreak}" + "&l&9Note:&r If you wish to know more tags for future automation setups, they will display if you press Shift when hovering over an item. For instance, an item tagged with &e&o#forge:plates/copper&r would be filtered as &e&lplates/copper&r." + "" + "&9Other Note:&r The Item Tag Filter partially supports &dregex&r. Hover over the info icon for more information." + ] + icon: "gtceu:item_tag_filter" + id: "717099CE2CB9A0ED" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "497959F0CC572A68" + item: "gtceu:item_tag_filter" + type: "item" + }] + title: "300IQ" + x: 2.25d + y: -5.625d + } + { + dependencies: ["4AFD3073C731A1E4"] + description: [ + "The &3Vacuum Freezer&r is a multiblock used to cool down &eHot Ingots&r. All ingots made in the EBF with a temperature above &d1750K&r will need it." + "" + "Most of the time, your &3Electric Blast Furnace&r will be the bottleneck, so you don't need to worry about overclocking your freezer." + "" + "Since &eHot Ingots&r &churt you&r when held, item routing will be very useful." + ] + icon: "gtceu:vacuum_freezer" + id: "6958029B5514D4EC" + size: 1.1d + subtitle: "Did you know vacuums actually make things hotter?" + tasks: [{ + id: "784C1A8A77AD314E" + item: "gtceu:vacuum_freezer" + type: "item" + }] + title: "Ice Cold" + x: 7.125d + y: -5.625d + } + { + dependencies: [ + "1C55AE6AD5BDE304" + "6958029B5514D4EC" + ] + description: ["&a4A&r of &bMV&r energy transmission may be appealing, but you probably don't need these at this point. The option is always there if you need it!"] + icon: "gtceu:magnesium_diboride_double_wire" + id: "72F0DFAF5CC6D0FE" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "4CCBDA5AC16CBB48" + item: "gtceu:magnesium_diboride_single_wire" + type: "item" + }] + title: "MV Superconductors" + x: 7.125d + y: -6.75d + } + { + dependencies: [ + "41D32C5178760F47" + "4AFD3073C731A1E4" + ] + description: [ + "The next &3Circuit Assembler&r. This tier of Circuit Assembler is only required for one type of Circuit - your first ever &aMainframe&r." + "" + "You can put this off until &5EV&r." + ] + icon: "gtceu:hv_circuit_assembler" + id: "6B1595678ECB7AC8" + size: 1.1d + tasks: [{ + id: "337D8EF42A7BD3A2" + item: "gtceu:hv_circuit_assembler" + type: "item" + }] + title: "HV Circuit Assembler" + x: 9.0d + y: -3.75d + } + { + dependencies: ["41D32C5178760F47"] + id: "4451E884F1807526" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "1D9090BAEB920C42" + type: "checkmark" + }] + title: "Auto-build" + x: 10.125d + y: -2.25d + } + { + dependencies: [ + "124B32A0583A636A" + "16E3465CF94E2BDD" + "4024C831C77101CA" + ] + description: [ + "Regardless of whether you're playing on Peaceful or not, you will have to defeat the &4Ender Dragon&r to return to the Overworld safely." + "" + "Prepare yourself with a bow, a few arrows, a blade, and some beds (speedrunner strats!)." + "" + "This quest will print the &alocation of the nearest Stronghold&r in chat." + "{@pagebreak}" + "&9The End&r has even more new veins and materials to harvest, such as &ePlatinum&r and &7Naquadah&r! Similar to Nether ores, End ores are &6worth two Overworld ores&r." + "" + "&aEyes of Ender&r are additionally used in crafting certain components, or for creating &5Quantum Eyes&r." + ] + icon: "minecraft:end_portal_frame" + id: "41D32C5178760F47" + rewards: [{ + command: "/locate structure minecraft:stronghold" + icon: "minecraft:end_portal_frame" + id: "30A15D4EF08A423C" + title: "Nearest Stronghold location printed in chat" + type: "command" + }] + size: 1.1d + tasks: [{ + count: 12L + id: "30A89DD2A22EE314" + item: "minecraft:ender_eye" + type: "item" + }] + title: "The End" + x: 9.0d + y: -1.875d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "6B1595678ECB7AC8" + ] + description: [ + "The first &1IV&r circuit. Congratulations on making it this far!" + "" + "This will be used in the &5EV&r tier." + "" + "&bLore:&r The texture for the Mainframes is taken from an image of an IBM zEnterprise mainframe." + ] + icon: "gtceu:micro_processor_mainframe" + id: "14D277A164202FF8" + size: 0.75d + tasks: [{ + id: "71E3128BA0CAC113" + item: "gtceu:micro_processor_mainframe" + type: "item" + }] + title: "Mainframes - first IV Circuits!" + x: 10.125d + y: -5.625d + } + { + dependencies: [ + "10FB27DD3C7BEC2F" + "0DE5C3FBC9A6A690" + ] + description: [ + "The &3Cleanroom&r is a hollow multiblock free of contaminants. Going forward, most new âuit-related recipes&r, as well as some unique blocks like &3Fusion Casings&r, will need to be run in machines inside a Cleanroom." + "" + "Creating it will put your &aPolyethylene&r automation to the test for all the &dPlascrete&r and/or &dCleanroom Glass&r you will make." + "" + "We will start off with a 5x5x5 Cleanroom, but you should upgrade its size when you start feeling cramped." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "&bLore:&r The Cleanroom comes from GregTech 5, but as is often the case, the GT5 implementation is much more punishing. The recipes would run without regard to cleanliness, but had a % chance of completion equal to the cleanliness of the Cleanroom. This caused a lot of accidental voiding!" + "" + "Furthermore, if the Cleanroom had a maintenance issue, the cleanliness would cap out at 90%, which means 10% of items would be voided!" + "" + "The GTCEu Cleanroom will &6never void&r recipe outputs." + ] + icon: "gtceu:cleanroom" + id: "3568BC9742092FC5" + shape: "gear" + size: 1.5d + subtitle: "They put me in a room... a clean room" + tasks: [ + { + id: "563BFE52E8A51D9F" + item: "gtceu:cleanroom" + type: "item" + } + { + count: 8L + id: "6D0AC939EC8971BC" + item: "gtceu:filter_casing" + type: "item" + } + { + count: 40L + id: "18AECBFB42064D4E" + item: "gtceu:plascrete" + type: "item" + } + { + count: 10L + id: "4DA87A845076183A" + item: "gtceu:cleanroom_glass" + type: "item" + } + ] + title: "The Cleanroom" + x: 7.5d + y: -4.125d + } + { + dependencies: ["41D32C5178760F47"] + description: [ + "This prospector has a &6higher range&r than the &7LV&r one." + "" + "Shift right-clicking on it will change the mod to &6Fluid Prospection&r. This will tell you the base &dyield&r of Fluid veins, along with how full they are." + "" + "&9Reminder:&r The yield of &3Fluid Drilling Rigs&r is proportional to the fullness of the vein. When low enough, it defaults to yield defined in the config file." + "{@pagebreak}" + "&9Tip:&r When the fullness drops below 30% (rough estimation), you should consider moving to another vein for the sake of power-to-yield efficiency. Aiming for the &3Advanced Fluid Drilling Rig&r in &5EV&r will be a nice goal, as not only it boosts the output significantly, but it also reduces the drain rate." + "" + "&cCaution:&r Due to a bug, the prospector is offset by one chunk, so avoid placing your rig in the corners of the 8x8 chunk area, or you may end up pumping from another vein!" + ] + icon: "gtceu:prospector.hv" + id: "2124BF15006733D5" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "1ED12D379EEE0CBA" + item: "gtceu:prospector.hv" + type: "item" + }] + title: "HV Prospector" + x: 10.125d + y: -1.5d + } + { + dependencies: ["0EFEE489906256AA"] + description: [ + "Fluorine is the rarest gas to obtain from electrolysis in this game." + "" + "You can obtain it from &aLepidolite&r, &aBastnatite&r, and &aMica&r, but the best source is from &aTopaz&r." + ] + icon: "gtceu:fluorine_bucket" + id: "42FB276AB16258D9" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 16000L + fluid: "gtceu:fluorine" + id: "27DBF159ADE55257" + type: "fluid" + }] + title: "Fluorine" + x: 6.375d + y: 0.375d + } + { + dependencies: [ + "390E59F05132FCB8" + "42FB276AB16258D9" + ] + description: [ + "&aPolytetrafluoroethylene (PTFE)&r is a &7Carbon&r-&bFluorine&r polymer. Similarly to PVC, PTFE can be used to increase the yield of Plastic Circuit Boards and other crafts. Presently, it is used to make the walls of &3Large Chemical Reactors&r." + "" + "&3Chlorine&r is required in the process, which is fully recycled if you electrolyze the &aHydrochloric Acid&r waste." + "" + "&bFluorine&r will also be used in the &aUranium&r and &7Naquadah&r refinement processes." + "" + "&9Tip:&r From this point onwards, I would recommend solidifying Polymers as &dBar&r (Ingot) form, as they can easily be shaped to whichever form you will need using the &3Extruder&r." + ] + icon: "gtceu:polytetrafluoroethylene_plate" + id: "7CC79617A4965F25" + rewards: [{ + count: 24 + id: "314C46623E72CFA4" + item: "gtceu:netherrack_topaz_ore" + type: "item" + }] + size: 0.75d + subtitle: "This is what you may know as Teflon!" + tasks: [ + { + amount: 1000L + fluid: "gtceu:hydrofluoric_acid" + id: "39D0D1DEEFAD2830" + optional_task: true + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:chloroform" + id: "28B5614D97C82AB8" + optional_task: true + type: "fluid" + } + { + id: "62C0D8E62DC90BD5" + item: "gtceu:polytetrafluoroethylene_plate" + type: "item" + } + ] + title: "Polytetrafluoroethylene" + x: 5.625d + y: -0.375d + } + { + dependencies: ["04F6E968CEEC3D49"] + description: [ + "Making &aNitrobenzene&r will boost the energy efficiency of &aBenzene&r roughly &6fourfold&r! You love to see it." + "" + "The catch here is that it takes &dDistilled Water&r and consumes a bit of &dSulfur&r every step." + ] + icon: { + Count: 1b + id: "gtceu:fluid_cell" + tag: { + Fluid: { + Amount: 8000 + FluidName: "gtceu:nitrobenzene" + } + } + } + id: "56E7A3A0CC690C8A" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 40000L + fluid: "gtceu:nitrobenzene" + id: "0BC043068EE4C69A" + type: "fluid" + }] + title: "Benzene Nitro" + x: 10.125d + y: 1.875d + } + { + dependencies: ["7CC79617A4965F25"] + description: [ + "The &3Large Chemical Reactor (LCR)&r is a multiblock &3Chemical Reactor&r with more input/output slots. Its Teflon casings allow it to process extra recipes." + "" + "The &3LCR&r can perform some exclusive reactions which allow you to combine multiple normal &3Chemical Reactor&r steps into a &6single step&r. Examples below:" + "" + "&9-&r &aNitrogen Dioxide&r (for Nitric Acid and Dinitrogen Tetroxide)" + "&9-&r &aSulfuric Acid&r" + "&9-&r &aPhenol&r" + "&9-&r &aEpichlorohydrin&r (you need it for Epoxy!)" + "&9-&r &aEpoxy&r" + "{@pagebreak}" + "There are also &3LCR&r exclusive recipes. For example, &dRadon&r can only be made in the LCR right now." + "" + "All &dOverclocks&r in the &3LCR&r are &6100% efficient&r (known as Perfect overclocks); each overclock will &5quadruple the speed&r, as opposed to doubling it." + "" + "The &3LCR&r has yet another &6advantage&r. You can use &32 Energy Hatches&r to allow it to run recipes of the &5next tier&r, similar to the &3Electric Blast Furnace&r." + "{@pagebreak}" + "&9Tip:&r Given the amount of LCRs you may end up using, I would recommend utilising &dwallsharing&r to its full potential." + "" + "You may share one 2A (standard) &3Energy Hatch&r with 2 LCRs." + "" + "You may share &3Input/Output Hatches&r, but be careful to make sure each LCR is running the correct recipe." + "" + "Keep in mind Maintenance hatches are not sharable." + ] + icon: "gtceu:large_chemical_reactor" + id: "528CE69DA4358B2E" + shape: "gear" + size: 1.5d + tasks: [ + { + id: "4738F666E22B212B" + item: "gtceu:large_chemical_reactor" + type: "item" + } + { + count: 10L + id: "437860B6D7534842" + item: "gtceu:inert_machine_casing" + type: "item" + } + { + id: "6D5FA685D7F4485B" + item: "gtceu:ptfe_pipe_casing" + type: "item" + } + ] + title: "Large Chemical Reactor" + x: 5.625d + y: 1.5d + } + { + dependencies: [ + "316FF60D6FFE97CE" + "6A304E453D74C57C" + ] + description: [ + "&cTNT&r (Trinitrotoluene) can't be prepared with the usual Gunpowder and Sand anymore. Instead, you'll have to produce &aGelled Toluene&r and react it with Sulfuric Acid to make TNT." + "" + "Using the &3HV Chemical Reactor&r recipe will double the yield of &aGelled Toluene&r, at the cost of requiring additional inputs." + "{@pagebreak}" + "We don't have any easy tips to give you for &aToluene&r. It's going to be tricky no matter which route you take." + "" + "That being said, don't miss out on the direct &aHeavy Fuel&r to &aToluene&r recipe in the single block &3Distillery&r." + "" + "&aToluene&r can also optionally be used in the &5EV&r Age to make &dGasoline&r." + "" + "&cTNT&r is used in the &3Implosion Compressor&r to make Gems. It also blows stuff up." + "" + "Technically, you could also use Dynamite... but that's even more inconvenient to obtain than TNT." + ] + icon: "minecraft:tnt" + id: "2B7B214EDE0B45A2" + size: 0.75d + tasks: [ + { + amount: 1000L + fluid: "gtceu:toluene" + id: "1B1BAB5824FA20A9" + optional_task: true + type: "fluid" + } + { + id: "1CB85F57BA45252D" + item: "gtceu:gelled_toluene" + type: "item" + } + { + id: "04BF6A36E965C348" + item: "minecraft:tnt" + type: "item" + } + ] + title: "TNT" + x: 9.0d + y: 0.75d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "If you've killed a Blaze before, you may have noticed it dropped &eSulfur Dust&r instead of a &cBlaze Rod&r." + "" + "In order to get &6Blaze Powder&r, you must instead combine &7Carbon Dust&r and &eSulfur Dust&r in an &6HV &3Chemical Reactor&r." + ] + icon: "minecraft:blaze_powder" + id: "16E3465CF94E2BDD" + size: 0.75d + tasks: [{ + count: 12L + id: "00CC416ACB6CA99F" + item: "minecraft:blaze_powder" + type: "item" + }] + title: "Blaze Powder" + x: 7.125d + y: -1.875d + } + { + dependencies: [ + "1137D2BA7E03D685" + "2B7B214EDE0B45A2" + ] + description: [ + "If you've killed an Enderman before, you may have noticed it dropped &aEnderpearl Dust&r instead of an Ender Pearl. In order to get &aEnder Pearls&r, you must make them from Enderpearl Dust in the &3Implosion Compressor&r." + "" + "&9Pro tip for non-Peaceful players&r: Trapping Endermen in Boats makes them much easier to kill! Use a &dButchery Knife&r when slaying Endermen for the Looting 3 bonus." + "" + "In the long term, &aEnderpearl Dust&r should be made in an &3HV Mixer&r." + ] + icon: "minecraft:ender_pearl" + id: "4024C831C77101CA" + size: 0.75d + tasks: [ + { + id: "3DC62CA60F006A06" + item: "gtceu:ender_pearl_dust" + optional_task: true + type: "item" + } + { + id: "20403A639228B809" + item: "minecraft:ender_pearl" + type: "item" + } + ] + title: "Ender Pearls" + x: 9.0d + y: -0.375d + } + { + dependencies: ["3568BC9742092FC5"] + description: [ + "Doping is the process of intentionally introducing impurities into semiconductors to alter their properties." + "" + "&7Silicon&r can be doped with small amounts of &ePhosphorus&r to make a better &eSilicon Boule&r." + "" + "Phosphorus-doped Silicon Boules typically yield &68 times&r more wafers than their non-doped counterparts. However, they are not strictly needed until the &5EV&r age, where they will be used in more complex wafers." + "" + "&9Note&r: All processing of Phosphorus Boules and Wafers requires a &dCleanroom&r!" + ] + icon: "gtceu:phosphorus_boule" + id: "017019EB38F7A18C" + rewards: [{ + id: "69C519E1CE7B94F0" + item: "gtceu:hv_lithium_battery" + type: "item" + }] + size: 0.75d + subtitle: "That's dope, bro!" + tasks: [ + { + id: "28C8A90D0F999573" + item: "gtceu:phosphorus_boule" + type: "item" + } + { + id: "2CD60F6FFD4C1DFF" + item: "gtceu:hv_laser_engraver" + type: "item" + } + ] + title: "Phosphorus Boules" + x: 7.875d + y: -2.625d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "The &3Implosion Compressor&r turns the Dust form of Gems into their Gem form." + "" + "It is required to get &aEnder Pearls&r." + "" + "&cTNT&r or &cDynamite&r can be used for the Implosion." + ] + icon: "gtceu:implosion_compressor" + id: "1137D2BA7E03D685" + size: 1.1d + tasks: [{ + id: "52E617BBF3718471" + item: "gtceu:implosion_compressor" + type: "item" + }] + title: "Implosion Compressor" + x: 10.125d + y: -0.375d + } + { + dependencies: [ + "4343746E706264E6" + "528CE69DA4358B2E" + ] + description: [ + "However, Nitric Acid's fumes are extremely toxic! It is also a very potent oxidizer." + "" + "&aNitric Acid&r is used in:" + "" + "&9-&r Cetane-Boosted Diesel, a better Diesel fuel that you'll get to soon." + "&9-&r Nitrobenzene, a better Gas fuel that we're not far off making." + "&9-&r The optional gem slurry chains." + "&9-&r The Platinum Group Sludge chain in the &1IV&r Age." + "&9-&r Polybenzimidazole (gah, bit my tongue pronouncing that!), in &1IV&r Age." + "{@pagebreak}" + "There are two main ways to make &aNitric Acid&r - &othe &agood&f way and the &4bad&f ways!&r" + "" + "Therefore, we'll point you towards the best method:" + "" + "Get a &3Large Chemical Reactor&r and use it to make &aNitrogen Dioxide&r. From there, react it in a regular &3Chemical Reactor&r with more &dOxygen&r and &dWater&r and you got yourself some &aNitric Acid&r!" + "" + "This requires a lot of &dOxygen&r. Refer to its own Quest in &7LV&r for the most efficient ways to obtain in large amount. Notice that this is Hydrogen free!" + ] + icon: "gtceu:nitric_acid_bucket" + id: "5BACED5AE350EAB1" + size: 0.75d + subtitle: "This won't eat your skin" + tasks: [{ + amount: 1000L + fluid: "gtceu:nitric_acid" + id: "30DA5B5D735254AD" + type: "fluid" + }] + title: "Nitric Acid" + x: 7.5d + y: 1.5d + } + { + dependencies: ["5BACED5AE350EAB1"] + description: [ + "&aCetane-Boosted Diesel&r is &650% more energy dense&r than regular &aDiesel&r, and only requires 1 part &dTetranitromethane (TNM)&r for every 50 parts &aDiesel&r. What a steal, right?" + "" + "The catch comes in the complexity of making &dTNM&r. In order to concoct it, you must react &aNitric Acid&r with either &dEthenone&r or &aMethyl Acetate&r, both of which have quite an involved process themselves!" + ] + icon: { + Count: 1b + id: "gtceu:fluid_cell" + tag: { + Fluid: { + Amount: 8000 + FluidName: "gtceu:cetane_boosted_diesel" + } + } + } + id: "04F6E968CEEC3D49" + shape: "rsquare" + size: 0.75d + subtitle: "This is to go further beyond" + tasks: [{ + amount: 50000L + fluid: "gtceu:cetane_boosted_diesel" + id: "150FF5579CA17796" + type: "fluid" + }] + title: "Cetane-boosted Diesel" + x: 9.0d + y: 1.875d + } + { + dependencies: ["16B735F9C391D260"] + description: [ + "The &eSMD&r (surface-mount device) &aComponents&r are CEU-exclusive components that are required for the next tier of circuits (&5Nano&r). They can also be used in place of their non-SMD counterparts in most Circuit recipes." + "" + "Of course they're more complicated to make, this is GregTech! What did you expect?" + "" + "Invest in automation for these - you won't stop needing them!" + ] + icon: "gtceu:smd_transistor" + id: "4C3805F75C9EE3DD" + size: 0.75d + subtitle: "Alternate components!" + tasks: [ + { + id: "75D9301389ECDAC7" + item: "gtceu:smd_transistor" + type: "item" + } + { + id: "5AC39933BF3FB8C3" + item: "gtceu:smd_resistor" + type: "item" + } + { + id: "6421A825AB3FC7CE" + item: "gtceu:smd_capacitor" + type: "item" + } + ] + title: "SMD Components" + x: 1.875d + y: 1.875d + } + { + dependencies: ["4C3805F75C9EE3DD"] + description: [ + "&aPlatinum&r (needed for SMD Diodes) has its own dedicated Quest in the &5EV&r tab." + "" + "&bLore:&r The SMD Inductors make an appearance in GTCEu for the first time. It's more consistent and convenient to have all Circuit components get a SMD counterpart." + ] + icon: "gtceu:smd_capacitor" + id: "7F272A099E65F848" + size: 0.75d + tasks: [ + { + id: "75955EC3248DEA7A" + item: "gtceu:smd_diode" + type: "item" + } + { + id: "46FD3F3FEFBF7ECD" + item: "gtceu:smd_inductor" + type: "item" + } + ] + title: "More SMD Components" + x: 3.375d + y: 1.875d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: [ + "The &3HV Macerator&r finally unlocks more of the slots shown in JEI. With this, the first &9three&r slots are now available. This allows you to receive the &6unique ore Byproduct&r from macerating &dThermal &dCentrifuged Ore&r." + "" + "Macerating Ores costs &a32 EU/t&r with &5both overclocks&r, which makes this machine able to fit in LV lines - convenient!" + "" + "Despite the signicant improvements this machine provides, it is still not completely worth it to set up advanced processing for every single ores. Energy and time are a huge factor to never neglect, so only process the ores that produce &6Byproducts&r you care for." + "" + "&bLore:&r In GregTech 5u, the HV macerator only gave two slots. Who needed that stone dust anyways?" + ] + id: "6B7762F672BAE76F" + size: 1.1d + subtitle: "Shredding your Ores with byproducts" + tasks: [{ + id: "76DAF1C1B90EFE87" + item: "gtceu:hv_macerator" + type: "item" + }] + title: "Universal Macerator" + x: -1.5d + y: -1.875d + } + { + dependencies: [ + "6EB68C28BEE24DEF" + "390E59F05132FCB8" + ] + description: [ + "&aAmmonia&r is &doptional&r in the &6HV&r Age." + "" + "You may use it in the production of:" + "&9-&r Nitric Acid, although unrecommended." + "&9-&r Rocket Fuel, required for Nether Stars, in &1IV&r Age." + "&9-&r Polybenzimidazole (almost bit my tongue saying that!), in &1IV&r Age." + "" + "The recipe that will give you the least headaches is the one in the &3HV Chemical Reactor&r. Make sure your &aHydrogen&r production (mostly from &aWater electrolysis&r) is keeping up." + "" + "It will also be obtained as a waste product from &dPlatinum Group Sludge&r processing." + ] + icon: "gtceu:ammonia_bucket" + id: "4343746E706264E6" + shape: "rsquare" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:ammonia" + id: "5D4330FDC189D42D" + type: "fluid" + }] + title: "Ammonia" + x: 7.5d + y: -0.375d + } + ] + subtitle: ["Scale up your power and begin advanced chemistry"] + title: "&6HV&r - High Voltage" +} diff --git a/config/ftbquests/quests/chapters/iv__insane_voltage.snbt b/config/ftbquests/quests/chapters/iv__insane_voltage.snbt new file mode 100644 index 000000000..9ff9769cd --- /dev/null +++ b/config/ftbquests/quests/chapters/iv__insane_voltage.snbt @@ -0,0 +1,1060 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "iv__insane_voltage" + group: "693226878D58638A" + icon: "gtceu:iv_electric_motor" + id: "32EF20533F323E02" + order_index: 5 + quest_links: [{ + id: "050247AED8C803F9" + linked_quest: "30A6EDDF25A5E5F8" + shape: "gear" + size: 1.5d + x: 0.0d + y: 5.2845918367346885d + }] + quests: [ + { + dependencies: [ + "52D952ADBEB67454" + "214783B2BB6730C5" + "216E5A3574AC08BF" + "5B07279B08BF8DDE" + "6B128610C7D2825D" + ] + description: [ + "This armor provides more QoL compared to the Nano suit." + "" + "&9Helmet:&r Provides &dNight vision&r (default keybind &4M&r but check for conflicts), prevents harmful potion effects, and automatically eats for you!" + "" + "&9Chestplate:&r Nullifies burning, but can be further upgraded into the &aAdvanced&r version at the very end of &dLuV&r Age. Note that this does NOT include a jetpack without the advanced upgrade." + "" + "&9Leggings:&r Provides the speed boost which the Nano leggings did not." + "" + "&9Boots:&r Provides &dStep Assist&r, nullifies fall damage, and increases jump height!" + "" + "&bLore:&r This armor is originally inspired by IndustrialCraft, but its first implementation within the GTCE environment came with Nuke Powered Utils, an addon mod to GTCE." + ] + hide_dependency_lines: true + id: "5C4D3CF214972E5A" + shape: "rsquare" + size: 0.66d + subtitle: "Not an actual trademark" + tasks: [{ + id: "0494A8915551F41D" + type: "item" + }] + title: "QuarkTech" + x: 6.6d + y: 1.32d + } + { + dependencies: [ + "300348B1238BCB9A" + "7A1E3C3A2D699C5B" + ] + description: ["This Superconductor will be required for progression during &dLuV&r."] + icon: "gtceu:samarium_iron_arsenic_oxide_double_wire" + id: "52D952ADBEB67454" + size: 0.66d + tasks: [{ + icon: "gtceu:samarium_iron_arsenic_oxide_single_wire" + id: "3789CEDA4AEEBD91" + type: "item" + }] + title: "IV Superconductors" + x: -1.32d + y: 1.32d + } + { + dependencies: ["7FA0ACB7F161F378"] + description: [ + "If you already made and centrifuged &aRare Earth&r, that's great! If you haven't, you can obtain it as a &9Byproduct&r from various ores, or from centrifuging &dMonazite&r." + "" + "To extract the &aRare Earths&r&r, you should use a &3Centrifuge&r &4as high a tier as possible&r, due to the increased chance of bonus outputs." + "{@pagebreak}" + "The elements you can obtain are:" + "" + "&9-&r &aLanthanum&r is used in &3Fusion&r&r - you will eventually want a lot of it!" + "&9-&r &aYttrium&r is used in &dYttrium-Barium-Cuprate-Oxide&r (YBCO), a wire material for &3UV&r." + "&9-&r &aCerium&r is not particularly useful." + "&9-&r &aSamarium&r is used for &dIV Superconductors&r and &dMagnetic Rods&r for &dLuV&r+ Motors." + "&9-&r &aNeodymium&r normally makes the strongest magnets, but gameplay balance... y'know." + "&9-&r &aCadmium&r is not particularly useful." + "{@pagebreak}" + "&bLore:&r Rare Earth Elements (REE) contain a lot more metals than these, but we are struggling as is to give them use!" + ] + id: "300348B1238BCB9A" + size: 0.66d + tasks: [{ + count: 64L + id: "0BC7D23CA52A619D" + item: "gtceu:rare_earth_dust" + type: "item" + }] + title: "Rare Earth" + x: -1.32d + y: 2.64d + } + { + dependencies: [ + "1776FA1F3255731E" + "5CA86A333670A55C" + "069FD86133D7D582" + ] + description: [ + "&aHSS-G Coils&r bring up the Heat Capacity to &d5,400K&r." + "" + "The ever-tempting &6Coil bonuses&r&r should be high incentive to make those early, as they become mandatory only during the &dLuV&r Age." + "" + "At this point, you may go back to using only one &3Electric Blast Furnace&r for your entire base, powering with the highest available Voltage you have." + "" + "&6Hot Metals&r will start taking longer to cool down, as the &3Vacuum Freezer&r doesn't get perfect overclocks. For that you will probably want a dual or quad &3Vacuum Freezer&r." + ] + icon: "gtceu:hssg_coil_block" + id: "7A1E3C3A2D699C5B" + subtitle: "Approaching solar temperatures" + tasks: [{ + icon: { Count: 16b, id: "gtceu:hssg_coil_block" } + id: "544762609C1B9613" + type: "item" + }] + title: "HSS-G Coils" + x: 0.0d + y: 1.32d + } + { + dependencies: ["069FD86133D7D582"] + description: [ + "&7High-Speed Steels&r (HSS) are more resistant Steel Alloys typically used in Rails." + "" + "If you previously made &dUltimet&r for whatever reason, you've already acquired &aMolybdenum&r. Otherwise, it can be found in a Nether vein." + "" + "We hope you have a lot of &9Tungstensteel&r, because you're still gonna need more! It is used for the creation of &aHSS&r alloys, presently &aHSS-G&r." + ] + hide_dependency_lines: true + id: "1776FA1F3255731E" + size: 0.66d + tasks: [{ + id: "7F7D77145AC8197E" + item: "gtceu:hssg_ingot" + type: "item" + }] + title: "HSS-G" + x: 1.3199999999999996d + y: 1.32d + } + { + dependencies: ["7A1E3C3A2D699C5B"] + description: [ + "Technically, HSS-E does not contain Manganese, but some other HSS alloys do have Manganese, so... close enough?" + "" + "&aHSS-E&r has some niche uses in progression." + "" + "This alloy has great durability and damage property for tools. It has the best Power multiplier (until Neutronium!) as a &dRotor&r for &3Large Turbines&r, though less efficient than &aHSS-S&r." + ] + id: "1783D89CE81C8E2E" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "096C0C576B0F3358" + item: "gtceu:hsse_ingot" + type: "item" + }] + title: "HSS-E" + x: 0.0d + y: 2.64d + } + { + dependencies: [ + "1776FA1F3255731E" + "0425179329ED1B72" + "58BBD540D7D4FF01" + ] + description: [ + "When running the &3Extreme Combustion Engine&r, you will want to boost it! &mWhy would you bother otherwise?&r" + "" + "You will want a &34A IV Dynamo Hatch&r as the output, and one &3Vacuum Freezer&r for &aLiquid Oxygen&r." + "" + "You will now be wielding the equivalent of 1 &dLuV&r Amp, all whilst burning fuel at &6200% efficiency&r!" + "" + "Don't forget to keep it supplied with a small amount of &aLubricant&r." + "" + "The &3ECE&r is also void-free, unlike Large Turbines. Any energy that cannot be output will momentarily pause the multiblock." + "{@pagebreak}" + "&bLore:&r The ECE comes from GT:NH. However... its implementation wasn't so rosy at first. The stats on the tooltip looked similar to this one - so far, so good." + "" + "The bad part came when crunching the numbers. Players ended up realizing they needed to run around 16 whole HV Vacuum Freezers to keep up with Liquid Oxygen..." + "" + "The one and only fuel it would accept is High Octane Gasoline, which was stated to be burned at 300% efficiency when boosted, but that was in fact a lie. The efficiency remained 100%!" + "" + "The GT:NH team eventually decided to rework the ECE among other power options... phew!" + ] + id: "466AC4DD902115EF" + shape: "rsquare" + size: 0.66d + subtitle: "The ultimate Combustion generator!" + tasks: [{ + id: "7F0E2A5AD0E2FC25" + item: "gtceu:extreme_combustion_engine" + type: "item" + }] + title: "Extreme Combustion Engine" + x: 1.32d + y: 2.64d + } + { + dependencies: [ + "7820DF52516344F4" + "4CD9F6D1B4CC7D81" + "5BACED5AE350EAB1" + "4343746E706264E6" + "528CE69DA4358B2E" + ] + description: [ + "You should have all the tools available to produce &aPolybenzimidazole&r on your own!" + "" + "A piece of (unsolicited) advice - when looking through recipes, pin them in &2JEI&r (default 'A' hotkey). We hope you have been doing that this whole time, as it makes planning a lot easier!" + "" + "&aPBI&r only becomes mandatory to progress from &dLuV&r to &cZPM&r, but tackling it earlier will unlock the &6Advanced SMDs&r." + "" + "The Quest can be completed with &eany&r form of PBI. You may want Bars for automation purposes." + ] + icon: "gtceu:polybenzimidazole_plate" + id: "7CFC112B8F460549" + subtitle: "GTCEu's toughest polymer!" + tasks: [ + { + amount: 1000L + fluid: "gtceu:polybenzimidazole" + id: "5971118ED25AC71A" + type: "fluid" + } + { + id: "7C5D37940A0C8409" + item: "gtceu:polybenzimidazole_ingot" + type: "item" + } + { + id: "65165EC105F048AD" + item: "gtceu:polybenzimidazole_plate" + type: "item" + } + ] + title: "Polybenzimidazole" + x: -1.32d + y: 3.96d + } + { + dependencies: [ + "7A1E3C3A2D699C5B" + "7CFC112B8F460549" + ] + description: [ + "Better &aSMDs&r to make far more complex Circuits at a much cheaper price." + "" + "You will require Alloys that you have not made yet, most of which will be common in the &dLuV&r Age and onwards." + "" + "&aAdvanced SMDs&r are required for the &dCrystal&r Circuit line." + ] + icon: "gtceu:advanced_smd_transistor" + id: "195E5BFDE4C5A0DE" + size: 0.66d + tasks: [ + { + id: "25B01725B3E33952" + item: "gtceu:advanced_smd_transistor" + type: "item" + } + { + id: "5BA971DE64CA560F" + item: "gtceu:advanced_smd_resistor" + type: "item" + } + { + id: "1ED6BE67774595EA" + item: "gtceu:advanced_smd_capacitor" + type: "item" + } + { + id: "027CA58B4F5D5F99" + item: "gtceu:advanced_smd_diode" + type: "item" + } + { + id: "3D7DE6355D703AFB" + item: "gtceu:advanced_smd_inductor" + type: "item" + } + ] + title: "Advanced SMDs" + x: 0.0d + y: 3.96d + } + { + dependencies: [ + "7CC79617A4965F25" + "30A6EDDF25A5E5F8" + "12B4423F055BFBF5" + ] + description: [ + "Tungstensteel under your belt? Nanoprocessor Mainframes on demand? Let's make some machinery." + "" + "The &3IV Assembler&r and &3IV Cutter&r are required to unlock &3IV Energy + Dynamo Hatches&r." + "" + "Upgrading them to &2Gregicality Multiblocks&r is a wise decision." + "{@pagebreak}" + "&bLore:&r We often get asked why is GcyM not included in the modpack. My reasoning is to show how robust GTCEu is by itself." + "" + "Did you know that GTCE's content stopped at EV, and the content up to UV was always gapped with Shadows of Greg, a third party mod?" + "" + "Of course GcyM should still be included in any greedier modpack, because it is a great QoL mod." + ] + icon: "gtceu:iv_assembler" + id: "5CA86A333670A55C" + tasks: [ + { + id: "2BD1CC61E5122DC7" + item: "gtceu:iv_assembler" + type: "item" + } + { + id: "7FF6345C38537641" + item: "gtceu:iv_cutter" + type: "item" + } + ] + title: "IV Machinery" + x: 1.3199999999999996d + y: 3.96d + } + { + dependencies: [ + "30A6EDDF25A5E5F8" + "14D277A164202FF8" + ] + description: [ + "The &aLarge Tungstensteel Boiler&r is the final steam boiler. It's even more efficient than the previous ones, and produces more steam too." + "" + "This thing is &na colossal noob trap&r, and you should ABSOLUTELY use something else. Don't make this, it's not good, not even as a meme! Steam doesn't scale beyond this point, and this boiler will likely be removed in the future." + "" + "&eNote&r: This quest can be skipped (for completion progress) by clicking the Checkmark. You do not have to actually craft one." + "" + "&bLore&r: No one makes these in GT5u either... y'know, I almost feel sorry for this multiblock." + ] + icon: "gtceu:tungstensteel_large_boiler" + id: "328CFD483C26EA44" + shape: "rsquare" + size: 0.66d + subtitle: "Good luck fueling this, lmao" + tasks: [ + { + id: "4C89839747EDFFF5" + item: "gtceu:tungstensteel_large_boiler" + type: "item" + } + { + id: "4F863C04757556B2" + type: "checkmark" + } + ] + title: "Worst Combustion" + x: -1.32d + y: 5.2845918367346885d + } + { + dependencies: ["528CE69DA4358B2E"] + description: [ + "&aLaminated Glass&r is the shiny new tier of Glass for &1IV&r and onwards. It is made in the &3Forming Press&r using a new Polymer: &dPolyvinyl Butyral&r." + "" + "None of the steps should be particularly difficult if you already have the &3Distillation Tower&r for Cracked Fuels, and you have also automated Epoxy." + "" + "If you don't already have both set up, you know what to do!" + "" + "&9Note:&r &dPolyvinyl Acetate&r (required for the Glass) can also be used for &aGlue&r!" + ] + id: "12B4423F055BFBF5" + size: 0.66d + tasks: [{ + id: "2358A62B80B56238" + item: "gtceu:laminated_glass" + type: "item" + }] + title: "Laminated Glass" + x: 1.32d + y: 5.28d + } + { + dependencies: [ + "7A1E3C3A2D699C5B" + "216E5A3574AC08BF" + ] + description: [ + "HSS-S is another &mcompletely fictional&r &7High Speed Steel&r, alloyed with Iridium and Osmium." + "" + "&aHSS-S&r will be necessary to craft &dLuV Motors&r." + "" + "This alloy has a great mining speed, which translates into extremely good &6efficiency&r when used as a &dRotor&r in &3Large Turbines&r." + ] + id: "3A7491323AC5C70C" + size: 0.66d + subtitle: "We made this one up" + tasks: [{ + id: "578E3442D589DAE8" + item: "gtceu:hsss_ingot" + type: "item" + }] + title: "HSS-S" + x: 2.6399999999999997d + y: 1.32d + } + { + dependencies: ["7D15EEE81B1A3100"] + description: [ + "Getting &aIndium&r requires a lot of &dSulfuric Acid&r, and two different ores: Galena and Sphalerite." + "" + "&dSulfuric Acid&r can be produced in large scale in the &3Large Chemical Reactor&r, or obtained as a waste from the &9Platinum Group Sludge&r process." + "" + "In &dLuV&r, the mandatory &9Naquadah chain&r will grant &aIndium&r too, which means this setup will have a limited life." + "{@pagebreak}" + "&bLore:&r This is another small chain inherited from GregTech 5. However, this used to yield one tiny Dust instead, which was... interesting." + ] + icon: "gtceu:indium_dust" + id: "0F192D1F44B9B599" + size: 0.66d + subtitle: "Superconductor Supreme" + title: "Indium" + x: 2.6399999999999997d + y: 2.64d + } + { + dependencies: [ + "7820DF52516344F4" + "0F192D1F44B9B599" + "5CA86A333670A55C" + "528CE69DA4358B2E" + ] + description: [ + "The &aHPIC&r unlocks &3IV Energy Hatches&r and &3Dynamos&r... You know the drill!" + "" + "Making an &3IV Chemical Reactor&r is &doptional&r. You can craft this with a &3Large Chemical Reactor&r if you wish." + "" + "If you wish to automate your LCR with patterns, circle back to the P2P Tunnel Quest for more information." + ] + id: "0425179329ED1B72" + size: 0.66d + tasks: [{ + id: "3550E45267942DE8" + item: "gtceu:hpic_chip" + type: "item" + }] + title: "High Power Integrated Circuit" + x: 2.6399999999999997d + y: 3.96d + } + { + dependencies: ["30A6EDDF25A5E5F8"] + description: [ + "&1IV&r Components - fortunately for you - are not a big step up in terms of complexity." + "" + "However, the amount of &dTungsten&r required in crafting these is huge." + "" + "&aEmitters&r and &aSensors&r are in their own league, as they require &dNether Stars&r and &dIridium&r, both of which have their own dedicated Quests." + ] + icon: "gtceu:iv_electric_motor" + id: "01AB252C72B565FE" + shape: "rsquare" + size: 0.66d + title: "There is no limit to \"Fun\"" + x: 0.0d + y: 6.6d + } + { + dependencies: [ + "7CC79617A4965F25" + "30A6EDDF25A5E5F8" + "14D277A164202FF8" + ] + description: [ + "Better Ore Processing for &6chanced Byproducts&r, only at the cost of this &3Macerator&r! A must have." + "" + "And now, it's finally time for mass ore processing automation." + "" + "The next Quest will kick things off!" + ] + id: "05003665368F5A57" + size: 0.66d + tasks: [{ + id: "4043CFB3C4E0DB90" + item: "gtceu:iv_macerator" + type: "item" + }] + title: "Shredding your Ores with further more Byproducts" + x: 1.3199999999999996d + y: 6.6d + } + { + dependencies: ["05003665368F5A57"] + description: [ + "Welcome to the age of automation!" + "" + "Ore Processing is now at your fingertips." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:almandine_refined_ore" + id: "724FB950CC472BB4" + size: 0.66d + tasks: [{ + id: "496C00BA0D8F5445" + type: "checkmark" + }] + title: "Setting up Ore Processing" + x: 2.6399999999999997d + y: 6.6d + } + { + dependencies: [ + "73E8283634E5E33A" + "12B4423F055BFBF5" + "327C3E02CD751453" + "0425179329ED1B72" + "069FD86133D7D582" + "6B128610C7D2825D" + ] + description: [ + "Making &dLuV&r Components will require more work. You'll need to look at making the &3Assembly Line&r in order to progress." + "" + "This Multiblock has a &evariable size&r&r. Each &3ULV Input Bus&r accepts a different stack of items." + "" + "You will want to build this with a size of &d10&r to get started, or of a size of &d14&r to accept all possible recipes in base GTCEu." + "" + "Recipes require &aFluids&r, so it is a good idea to keep the &3Input Hatches&r permanently filled with &dSoldering Alloy&r, &dLubricant&r and &dStyrene-Butadienne Rubber&r." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + id: "77B7B1EDD19831E0" + shape: "gear" + size: 1.5d + subtitle: "AKA the \"Assline\"" + tasks: [{ + id: "1BD34023E42B4E50" + item: "gtceu:assembly_line" + type: "item" + }] + title: "Assembly Line" + x: 3.96d + y: 5.2845918367346885d + } + { + dependencies: [ + "5E6BA54E8A5BEBDE" + "14D277A164202FF8" + "6B128610C7D2825D" + ] + description: [ + "The &3Processing Array&r is a powerful &6automation tool&r. It combines several single block machines into one single multiblock." + "" + "Start off by placing up to &d16&r Machines into the &3Machine Access Interface&r." + "" + "The &3PA&r will now &asimulate&r all the machines you put inside, as if they were running at the same time." + "" + "This means recipes can now be performed up to &d16&r at a time - this is true &4parallelisation&r!" + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "&bLore:&r In GregTech 5, the Data Orb was used in the Matter Replicator to store the \"data\" of the material you wanted to replicate. There is no replication here - the Orb is now a mere crafting component." + "" + "Additionally, GregTech 5's PA and other Multiblocks acted as a Cleanroom. There is no such thing here!" + ] + id: "2DAC91AF2EBB68E2" + subtitle: "The PA does so little but so much" + tasks: [{ + id: "515EDFE316170EEA" + item: "gtceu:iv_processing_array" + type: "item" + }] + title: "Processing Array" + x: 6.6d + y: 5.28d + } + { + dependencies: [ + "0988B5FB795FF7DA" + "383B789B654C4094" + "69E384F389B0D07B" + ] + description: [ + "250,000,000 EU in a Battery? That's 25 minutes of Power when drained constantly!" + "" + "The &aLapotronic Energy Orb&r should be the beginning of the end of your energy storage struggles." + "" + "This form of Energy Storage is perfect if your Power Generation is inconsistent, or if you need to buffer large amounts due to the nature of &3Large Turbines&r." + "" + "Such a boost in power does not come cheap. The &dEngraved Lapotron Crystal Chips&r are worth &a8 Lapotron Crystals&r." + ] + id: "5B07279B08BF8DDE" + size: 0.66d + subtitle: "It's amazing!" + tasks: [{ + id: "3B8E3903EA888A6F" + item: "gtceu:lapotronic_energy_orb" + type: "item" + }] + title: "Insane Batteries" + x: 7.92d + y: 5.2845918367346885d + } + { + dependencies: ["145F71A817C5996E"] + description: ["The &aZPM Mainframe&r is used to make the &3LuV Circuit Assembler&r (of course), but also allows you to step into &3Fusion&r."] + id: "327C3E02CD751453" + tasks: [{ + id: "59901F46ED2C46DF" + item: "gtceu:quantum_processor_mainframe" + type: "item" + }] + title: "First ZPM Circuits!" + x: 9.24d + y: 5.2845918367346885d + } + { + dependencies: [ + "1B520580219AFAE9" + "216E5A3574AC08BF" + ] + description: [ + "&aNether Stars&r are used for high tier &dSensors&r, &dEmitters&r and &dField Generators&r." + "" + "You can also use them for &dBeacons&r if you desire the permanent potion effects. Finally, a vanilla multiblock!" + "" + "On the topic of the &aNether Air&r which is required in the recipe: take a look at &9Liquid Nether Air&r distillation at your own leisure. It's quite rewarding." + ] + icon: "minecraft:nether_star" + id: "6B128610C7D2825D" + subtitle: "Jump Up, Superstar" + tasks: [ + { + id: "71D5FE3076C1F56C" + item: "gtceu:nether_star_dust" + type: "item" + } + { + id: "08814DD921835365" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:gems/nether_star" + } + } + title: "Any #forge:gems/nether_star" + type: "item" + } + ] + title: "Nether Stars" + x: 5.28d + y: 3.96d + } + { + dependencies: [ + "64CACABB48635904" + "5BACED5AE350EAB1" + ] + description: [ + "The &aPlatinum Group Metals&r are six rare metals with useful catalytic properties. They are &3Ruthenium&r, &dRhodium&r, &7Palladium&r, &9Osmium&r, &bIridium&r, and &ePlatinum&r." + "" + "You will need to &4automate&r this entire process, as every single one of these metals will be used extensively in the late game." + "{@pagebreak}" + "To begin, treat various PGM-bearing &aPurified Crushed Ores&r with &dNitric Acid&r to produce &aPlatinum Group Sludge&r." + "" + "Then, centrifuge it with &dAqua Regia&r to produce the various PGM salts." + "" + "&dChlorine&r can be perfectly recycled from the &eRaw Platinum Powder&r." + "" + "&dNitric Acid&r is &osort of&r recycled from &7Raw Palladium Powder&r through &dAmmonia&r, though I would recommend keeping the excess Ammonia for other uses (Rocket Fuel and PBI)." + "" + "The other PGM salts have their own special mini-chain associated to them - more on this in the next quests." + "{@pagebreak}" + "&9Note:&r &ePlatinum&r and &7Palladium&r can also be obtained from The End or through normal Ore Processing." + "" + "&bLore:&r Heard of the infamous \"Platline\" from either Gregicality of GregTech: New Horizons? The extremely daunting chain was added in GT:NH through Bartworks. The concept is amazing, but we had to tune it down significantly to make entering late game in GTCEu much smoother." + ] + icon: "gtceu:platinum_group_sludge_dust" + id: "635D14B8E9F996FD" + tasks: [{ + id: "4DCFD28954A351A8" + type: "item" + }] + title: "Platinum Group Processing" + x: 3.96d + y: 1.32d + } + { + dependencies: [ + "635D14B8E9F996FD" + "7820DF52516344F4" + "528CE69DA4358B2E" + ] + description: [ + "This part of the chain starts by obtaining some &aRarest Metal Residue&r." + "" + "You will need an &1IV&r powered &3Large Chemical Reactor&r, but the average power is not too bad." + "" + "&dChlorine&r is fully looped, and &dHydrogen&r is slightly negative (&ounless you put Acidic Osmium Solution in the Distillation Tower and electrolyze the water back... on second thoughts, don't do that&r)." + "" + "&aIridium&r is required to progress in the &1IV&r Age, so you should get your PGS line automated!" + ] + icon: "gtceu:iridium_ingot" + id: "216E5A3574AC08BF" + tasks: [ + { + id: "236EFFBCE5885D61" + item: "gtceu:rarest_metal_mixture_dust" + type: "item" + } + { + id: "1AAE4205D9FA580D" + item: "gtceu:iridium_dust" + type: "item" + } + { + id: "75849AB6B11652E9" + item: "gtceu:osmium_dust" + type: "item" + } + ] + title: "Iridium and Osmium" + x: 3.96d + y: 2.64d + } + { + dependencies: [ + "635D14B8E9F996FD" + "528CE69DA4358B2E" + "069FD86133D7D582" + "5DBBD9B1F5B01F4E" + ] + description: [ + "This part of the chain starts with &aInert Metal Mixture&r." + "" + "&dSulfuric Acid&r can be perfectly recycled. You will produce excess &dOxygen&r and &dHydrogen&r that can be stored." + "" + "&aRuthenium&r and &aRhodium&r are gatekeepers to the &dLuV&r Age. If you automate them now, you won't need to do it later!" + ] + icon: "gtceu:ruthenium_ingot" + id: "214783B2BB6730C5" + size: 0.66d + tasks: [ + { + id: "08FEDEE28C37331F" + item: "gtceu:ruthenium_dust" + type: "item" + } + { + id: "014BD952B8944694" + item: "gtceu:rhodium_dust" + type: "item" + } + { + id: "38D0B4A76E4436F8" + item: "gtceu:inert_metal_mixture_dust" + type: "item" + } + ] + title: "Ruthenium and Rhodium" + x: 3.96d + y: 0.0d + } + { + dependencies: ["214783B2BB6730C5"] + description: [ + "Progressing into &dLuV&r Age will require more than &aRhodium Plated Palladium&r and &9LuV Circuits&r alone. You will also need the &3Assembly Line&r." + "" + "The &4resource costs&r for components will also start to increase &4significantly&r as you work towards &eFusion&r." + "" + "If you haven't got automation for nearly everything, now (in &1IV&r Age) is a good time to do it." + "" + "Make use of &3Processing Arrays&r or all the special Multiblocks from &2Gregicality Multiblocks&r." + "" + "If your power generation relies on &3Large Turbines&r, you can still get the &3LuV Rotor Holder&r." + ] + id: "4F6E351C5F676618" + shape: "gear" + size: 1.5d + subtitle: "The main &dLuV&r material" + tasks: [{ + icon: "gtceu:rhodium_plated_palladium_ingot" + id: "0A57BEFB8BD9958A" + item: "gtceu:rhodium_plated_palladium_ingot" + type: "item" + }] + title: "Rhodium-Plated Palladium" + x: 5.28d + y: 0.0d + } + { + dependencies: ["216E5A3574AC08BF"] + description: [ + "This Large Miner is nearly identical to the regular one, except it has a wider range and uses more drilling fluid." + "" + "It's an optional upgrade - which you might not even need!" + ] + id: "07906458E1A15683" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "7E67EFBB59C847D7" + item: "gtceu:iv_large_miner" + type: "item" + }] + title: "Multiblock Miner II" + x: 6.6d + y: 0.0d + } + { + dependencies: ["216E5A3574AC08BF"] + description: [ + "The &3Power Substation&r is a multiblock power storage system. Fill it with &a2-18 layers&r of assorted &9Capacitor Blocks&r to increase its storage. Each layer must be full of capacitors, and you can use Empty Capacitors to fill unused spaces." + "" + "&9Capacitors&r also hold significantly more energy than the batteries used to make them. In the &3Power Substation&r, &9Capacitors&r can be mixed, so they do not all have to be the same tier." + "" + "At &1IV&r Tier, you can make &5EV&r and/or &1IV&r Capacitors." + "" + "Energy can be inputted with regular Energy Hatches, and output with regular Dynamo Hatches." + "" + "You can also use &9Substation Hatches&r to transmit many more amps. These hatches only work in Substations, and do not work in regular multiblocks." + ] + id: "04E9D2F484702965" + subtitle: "Centralised power, at last" + tasks: [{ + id: "6F18E4631B04E636" + type: "checkmark" + }] + title: "Power Substation" + x: 5.28d + y: 1.32d + } + { + dependencies: ["216E5A3574AC08BF"] + description: [ + "Likely no one will ever make this item, but it gives you &6unlimited&r construction paste for Building Gadgets. This could come in handy for building." + "" + "This is really only here to tell you that this exists. Enjoy or something..." + ] + hide_dependency_lines: true + id: "2554FE006F827BC7" + shape: "rsquare" + size: 0.66d + subtitle: "Creative items in IV?" + tasks: [{ + id: "04A399D60AAD6B57" + item: "buildinggadgets:construction_paste_container_creative" + type: "item" + }] + x: 7.259999999999999d + y: 1.32d + } + { + dependencies: [ + "73E8283634E5E33A" + "0F192D1F44B9B599" + "63A87C9303D54487" + ] + description: [ + "We know... this isn't actually gated behind &dIndium&r. However, you gotta trust us - this is the better recipe, so we don't want you wasting your time." + "" + "&aQubit CPUs&r are used in the production of &1Quantum&r Processors." + ] + id: "225F57C95C6D7650" + size: 0.66d + subtitle: "This actually has no relation to Quantum" + tasks: [{ + id: "4C2C6546F0928AD7" + item: "gtceu:qbit_cpu_chip" + type: "item" + }] + title: "Qubit CPUs" + x: 5.28d + y: 2.64d + } + { + dependencies: [ + "73E8283634E5E33A" + "216E5A3574AC08BF" + "069FD86133D7D582" + "6B128610C7D2825D" + ] + description: [ + "Woah! Let's be honest, it's been tough to get here. You'll appreciate not having to make a new polymer for Circuits Boards." + "" + "The &3IV Circuit Assembler&r unlocks the &1Quantum&r Circuit line." + "" + "This also unlocks the &6best recipe&r for &dMV Circuits&r." + ] + id: "2BB16260A76718B8" + tasks: [{ + id: "230762F7951EB866" + item: "gtceu:iv_circuit_assembler" + type: "item" + }] + title: "IV Circuit Assembling" + x: 6.6d + y: 2.64d + } + { + dependencies: ["0338C9219DC2F819"] + description: [ + "The next Board for the &1Quantum&r Circuit line." + "" + "&9Tips:&r For efficient and fast board production, you should use two &3Large Chemical Reactors&r, both supplied with &6HV&r power or higher (make them both share the same &3Energy Hatch&r):" + "" + "&9-&r One &3LCR&r should be dedicated to &aIron III Chloride&r. The &dHydrogen&r is loopable, so reproduce &dHydrochloric Acid&r locally - that way you will only need to passively input &aIron Dusts&r and &aChlorine&r." + "" + "&9-&r One &3LCR&r should be making both the &acoated Boards&r and the &aempty Circuit Boards&r to make future &ecrafting requests&r with AE2 extremely easy. Keeping an Input Hatch full of Sulfuric Acid shouldn't be a problem, either." + ] + id: "0988B5FB795FF7DA" + size: 0.66d + tasks: [{ + id: "4EB5F93570DAE79B" + item: "gtceu:fiber_reinforced_printed_circuit_board" + type: "item" + }] + title: "Extreme Circuit Boards" + x: 7.92d + y: 2.64d + } + { + dependencies: [ + "0988B5FB795FF7DA" + "225F57C95C6D7650" + "2BB16260A76718B8" + ] + description: [ + "The first Circuit of the &1Quantum&r line." + "" + "If you wish, you can go even further and aim for &dAdvanced SMDs&r to make these Circuits cheaper. " + "" + "Doing so will require &9PBI&r and Alloys that will require you to make a set of &aHSS-G Coils&r." + ] + id: "49C1D61741AA288E" + size: 0.75d + tasks: [{ + id: "4E109F0F515B210F" + item: "gtceu:quantum_processor" + type: "item" + }] + title: "Best EV Circuits!" + x: 9.24d + y: 2.64d + } + { + dependencies: ["4343746E706264E6"] + description: [ + "Rocket Fuel mostly exists for compatibility with other mods. Modpack devs love it!" + "" + "As an actual fuel for GTCEu generators? Terrible!" + "" + "&aRocket Fuel&r in this modpack is required to obtain &dNether Stars&r." + "" + "Automating it may be a big hit to your resources, but you can safely batch craft using an overclocked &3Large Chemical Reactor&r." + ] + id: "1B520580219AFAE9" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 6000L + fluid: "gtceu:rocket_fuel" + id: "040946A4E48F28E8" + type: "fluid" + }] + title: "Rocket Fuel" + x: 6.6d + y: 3.96d + } + { + dependencies: ["117FBB18DEE6F08B"] + description: [ + "The next board material." + "" + "It's as easy as using some &aEpoxy&r in the &3Chemical Bath&r." + ] + id: "0338C9219DC2F819" + size: 0.66d + tasks: [{ + id: "7092FDCCDDC53679" + item: "gtceu:reinforced_epoxy_resin_plate" + type: "item" + }] + title: "Fiber-Reinforced Epoxy" + x: 7.932857142857115d + y: 3.8538775510204437d + } + { + dependencies: ["698B5F65F2DE4439"] + description: ["LuV Circuits that aren't mainframes!"] + id: "145F71A817C5996E" + size: 0.66d + tasks: [{ + id: "0205E6C037A453A8" + item: "gtceu:quantum_processor_computer" + type: "item" + }] + title: "More LuV Circuits" + x: 9.57d + y: 4.29d + } + { + dependencies: ["49C1D61741AA288E"] + description: [ + "Better IV Circuits. " + "" + "Progressing within the IV Age won't feel as painful anymore." + ] + id: "698B5F65F2DE4439" + size: 0.66d + tasks: [{ + id: "3B46E4592A6AC60E" + item: "gtceu:quantum_processor_assembly" + type: "item" + }] + title: "Even more IV Circuits" + x: 8.91d + y: 3.63d + } + { + dependencies: [ + "216E5A3574AC08BF" + "0425179329ED1B72" + ] + description: [ + "This Quest will be completed with &eeither&r an &3IV Energy Hatch&r&r... or an &3IV Dynamo Hatch&r for your Multiblock Generators." + "" + "Don't forget that &d4 Amp&r variants exist! However they require &aNiobium-Titanium Cables&r, which needs &9Polyphenylene Sulfide&r." + "Look down in the &dLuV&r Chapter for that (spoiler: it's easy to obtain!)." + ] + icon: "gtceu:iv_energy_input_hatch" + id: "48DEABA155605D23" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "5A16A90F5B6FBDA9" + item: "gtceu:iv_energy_input_hatch" + type: "item" + } + { + id: "04CFDD86ADF6B918" + item: "gtceu:iv_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your EBF for the millionth time" + x: 3.96d + y: 3.96d + } + ] + subtitle: ["Automate everything and learn how to assemble"] + title: "&1IV&r - Insane Voltage" +} diff --git a/config/ftbquests/quests/chapters/large_turbines.snbt b/config/ftbquests/quests/chapters/large_turbines.snbt new file mode 100644 index 000000000..ad79c7824 --- /dev/null +++ b/config/ftbquests/quests/chapters/large_turbines.snbt @@ -0,0 +1,182 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "large_turbines" + group: "719BFF182E0820D1" + icon: { + Count: 1b + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "iron" + } + } + } + id: "52E70B217806A134" + order_index: 4 + quest_links: [{ + id: "6CC3CC0770652DD9" + linked_quest: "188A8C3DD38C2762" + x: 0.0d + y: 0.0d + }] + quests: [ + { + dependencies: ["188A8C3DD38C2762"] + description: ["&3Rotor Holders&r above the tier of the &3Large Turbine&r will multiplicatively &6double&r the production for every tier, whilst additively increasing the efficiency by 10% every tier."] + icon: "gtceu:hv_rotor_holder" + id: "4F5DD5816D242E7D" + shape: "rsquare" + size: 0.76d + tasks: [{ + id: "600E11FFBAC10C1C" + type: "checkmark" + }] + title: "Rotor Holders" + x: -1.5d + y: 1.0d + } + { + dependencies: ["188A8C3DD38C2762"] + description: [ + "&aRotors&r have a &9Power&r, &dEfficiency&r and &4Durability&r that are based on tool stats." + "" + "&9Power&r is a multiplier applied to the production of the &3Turbine&r. This stacks multiplicatively with the &3Rotor Holder&r." + "" + "&dEfficiency&r reduces its fuel consumption. This again stacks multiplicatively with the &3Rotor Holder&r." + "" + "&4Durability&r is the lifetime of the &aRotor&r in seconds, when the &3Turbine&r&r is active." + ] + icon: { + Count: 1b + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "neodymium" + } + } + } + id: "44D051EC36AE418F" + shape: "rsquare" + size: 0.76d + tasks: [{ + id: "169057975DC345BA" + title: "Rotors" + type: "checkmark" + }] + x: -1.5d + y: -1.0d + } + { + dependencies: ["188A8C3DD38C2762"] + description: [ + "A Turbine's &9Power&r output affects both the fuel consumption and the EU/t generation. It is calculated with the following formula:" + "" + "&eproduction = baseEUt x rotorPower x 2^(rotorHolderTier - turbineTier)&r" + "" + "The &dEfficiency&r reduces fuel consumption, but does not alter the EU/t generation. It is calculated with the following formula:" + "" + "&eefficiency = rotorEfficiency x (1 + 0.1 x (rotorHolderTier - turbineTier))&r" + ] + icon: "minecraft:lectern" + id: "1CE29CDDAED21346" + size: 0.87d + tasks: [{ + id: "7DE01F7FA5E97F0B" + title: "In summary..." + type: "checkmark" + }] + x: 1.5d + y: 0.0d + } + { + dependencies: ["1CE29CDDAED21346"] + description: [ + "Let's simulate a Large Steam Turbine, with an Ultimet Rotor and an &5EV&r Rotor Holder:" + "" + "Production = 1024 x 1.60 x 2 = 3276 EU/t" + "" + "Efficiency = 1.30 x 1.10 = 143%" + "" + "(Therefore, steam consumption would be 4582 L/t - this is above a Titanium Boiler, or a Tungstensteel Boiler with ~70% throttle)" + "{@pagebreak}" + "Next, we'll analyse the Gas Turbine, with a Chrome Rotor and an &5EV&r Rotor Holder:" + "" + "Production = 4096 x 1.70 x 1 = 5325 EU/t" + "" + "Efficiency = 1.55 x 1.00 = 155%" + "" + "(The same fuel consumption would produce 3435 EU/t using 6.7 Turbo Gas Turbines!)" + "{@pagebreak}" + "Finally, how about we check out the Plasma Turbine, with a HSS-S Rotor and a &cZPM&r Rotor Holder:" + "" + "Production = 16834 x 2.50 x 4 = 168340 EU/t" + "" + "Efficiency = 1.80 x 1.20 = 216%" + "" + "(This is more than a ZPM Amp!)" + ] + icon: { + Count: 1b + id: "gtceu:programmed_circuit" + tag: { + Configuration: 0 + } + } + id: "392D915D3389DC66" + shape: "rsquare" + size: 0.76d + subtitle: "Calculators on your desks please!" + tasks: [{ + id: "3CBCA60F3007AB27" + title: "...and some examples!" + type: "checkmark" + }] + x: 3.0d + y: 0.0d + } + { + dependencies: ["188A8C3DD38C2762"] + description: [ + "&9-&r Turbines work off &eInertia&r, which requires them to continuously run to achieve maximum Power." + "" + "&9-&r Any excess Energy produced will be &cvoided&r. You will &lneed&r to use large Energy Buffers and an &3Advanced Energy Detector&r if you wish to stay efficient." + "" + "&9-&r They require a &aRotor&r, which will lose durability over time and eventually &cbreak&r." + "" + "&9-&r A little bit of Math is required to get the expected results." + ] + icon: "minecraft:barrier" + id: "33F0EA149F3705CF" + size: 0.76d + tasks: [{ + id: "73E2A16AA5E8A05C" + type: "checkmark" + }] + title: "The Drawbacks" + x: 0.5d + y: -1.5d + } + { + dependencies: ["188A8C3DD38C2762"] + description: [ + "&9-&r Turbines can scale &9Power&r production far, far higher than their base output, thanks to tiered &3Rotor Holders&r." + "" + "&9-&r The &aRotor&r can give a huge boost to &dFuel efficiency&r and &9Power&r production." + "" + "&9-&r You get a lot of satisfaction for setting them up properly (yay!)" + ] + icon: "minecraft:knowledge_book" + id: "1A84A7FC1C0BD611" + size: 0.76d + tasks: [{ + id: "2F59C5CFA57C340C" + type: "checkmark" + }] + title: "The positives!" + x: 0.5d + y: 1.5d + } + ] + title: "Large Turbines" +} diff --git a/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt b/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt new file mode 100644 index 000000000..22addaf00 --- /dev/null +++ b/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt @@ -0,0 +1,952 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "luv__ludicrous_voltage" + group: "693226878D58638A" + icon: "gtceu:luv_electric_motor" + id: "262A03F6F4EC713C" + order_index: 6 + quest_links: [ + { + id: "7F8B55C8510200AF" + linked_quest: "188A8C3DD38C2762" + shape: "rsquare" + size: 0.66d + x: 7.59d + y: 0.33d + } + { + id: "217218CFDDD8EAC4" + linked_quest: "195E5BFDE4C5A0DE" + size: 0.66d + x: 7.59d + y: 3.96d + } + { + id: "0BD725095A2264FF" + linked_quest: "7CFC112B8F460549" + size: 0.66d + x: 6.2700000000000005d + y: 3.96d + } + { + id: "67271280B90D765D" + linked_quest: "300348B1238BCB9A" + size: 0.66d + x: 0.0d + y: 5.61d + } + { + id: "7E79CDC95173C788" + linked_quest: "1A4AD56965407DC5" + size: 0.66d + x: 0.66d + y: 6.2700000000000005d + } + { + id: "2FD482405B15F06A" + linked_quest: "77070668969E31BF" + size: 0.66d + x: 1.32d + y: 6.2700000000000005d + } + { + id: "6205AC829E90CE53" + linked_quest: "4F6E351C5F676618" + size: 0.66d + x: 2.31d + y: 5.28d + } + { + id: "4E999806429BF983" + linked_quest: "77B7B1EDD19831E0" + shape: "gear" + size: 1.5d + x: 4.95d + y: 5.28d + } + ] + quests: [ + { + dependencies: [ + "78277DBC07D3C45C" + "2DAC91AF2EBB68E2" + "1783D89CE81C8E2E" + ] + description: ["The &aAdvanced Processing Array&r is an upgrade to the regular version. It now has a maximum of &a64&r machines, instead of 16."] + id: "4194EC9F1C6632E4" + shape: "rsquare" + size: 0.66d + subtitle: "Your blue cube is now green!" + tasks: [{ + id: "356EC5387BA79103" + item: "gtceu:luv_processing_array" + type: "item" + }] + title: "Advanced Processing Array" + x: -0.33d + y: 0.0d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "78277DBC07D3C45C" + ] + description: [ + "The &aUHPIC&r unlocks &3ZPM Energy Hatches&r and &3Dynamos&r, as well as the Active Transformer. " + "" + "You may know the drill, but do you know the screwdriver?" + ] + hide_dependency_lines: true + icon: "gtceu:uhpic_chip" + id: "52D00CD3E8D1E293" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "375256F3884D78A5" + item: "gtceu:uhpic_wafer" + type: "item" + } + { + id: "131EF40752C3F5B4" + item: "gtceu:uhpic_chip" + type: "item" + } + ] + title: "Ultra High Power Integrated Circuit" + x: 0.99d + y: 0.0d + } + { + dependencies: ["00C14E3B8009DF7F"] + description: [ + "&3Dielectric PCB Coolant&r is used for highly advanced late and end-game machinery." + "" + "You only need a little bit in &dLuV&r, but you'll want to automate it in &cZPM&r tier." + ] + id: "35549F0404C87BCA" + shape: "rsquare" + size: 0.66d + subtitle: "Absolutely beneficial for the environment" + tasks: [{ + id: "75FD9D0D9F78A41E" + type: "checkmark" + }] + title: "Dielectric PCB Coolant" + x: 2.31d + y: 0.0d + } + { + dependencies: [ + "52D00CD3E8D1E293" + "35549F0404C87BCA" + "5ED7707B0ECF2207" + ] + description: [ + "The &3Active Transformer&r is a multiblock used to transform energy on a much larger scale. For example, you can convert HV to LV power directly, by using the apropriate energy hatches." + "" + "It also has a second function, detailed in the above quest." + "{@pagebreak}" + "&bLore&r: This is yet another feature from TecTech, which also required these cables to be painted. They too look fantastic if you paint them, but it is again optional." + ] + id: "1AD003487B4EC2EF" + shape: "rsquare" + size: 1.1d + subtitle: "More than a large transformer" + tasks: [{ + id: "0A0A8E96C95EE141" + type: "checkmark" + }] + title: "Active Transformer" + x: 3.63d + y: 0.0d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "5ED7707B0ECF2207" + "52D952ADBEB67454" + ] + description: [ + "The &3Data Bank&r is a multiblock capable of storing huge amounts of data. You can fill it with &aData Access Hatches&r, and fill those with &aData Storage Items&r." + "" + "After that, you'll need power, and then a way to connect it to your Assembly Line! This is done through &3Optical Fiber Cables&r, which can be used to link &3Optical Data Hatches together&r." + "{@pagebreak}" + "An &9Optical Transmission Hatch&r is used to send data (like an output), and an &9Optical Reception Hatch&r to recieve the data (like an input). " + "" + "Optical cables have some restrictions however. They can only connect &eone input to one output&r. The Data Bank is a solution to this, since you can place many hatches on them to route in different directions." + "" + "You can use this behavior to &echain&r Data Banks as well. Connecting one Data Bank to another, and then one of them to an Assembly Line will provide the data of both banks!" + "{@pagebreak}" + "&eNote: &rThis multiblock will be required later on in progression, but is very useful to set up early." + "" + "&bLore&r: This multiblock also originates from TecTech, but it required optical cables to be painted as well. You don't have to do that here, but it looks really nice if you do!" + ] + id: "42760D3A86EFDCA3" + size: 1.1d + subtitle: "Time for a server room" + tasks: [{ + id: "56D3B40470528839" + type: "checkmark" + }] + title: "Mass Data Storage" + x: 4.95d + y: 0.0d + } + { + dependencies: ["1AD003487B4EC2EF"] + description: [ + "The &3Active Transformer&r has a second use - &6Laser Power&r. Lasers are like superconductors, but behave slightly differently. They share the energy input across all connected active transformers, allowing widespread power distribution. You can use &3Active Transformers&r to convert regular EU to and from Lasers." + "" + "Like optical cables, they can only be connected to &eone input and output&r. But, these ones also only can move in &estraight lines&r. To turn them, an &3Active Transformer&r with a Laser Source Hatch (output) and Target Hatch (input) is needed." + "{@pagebreak}" + "&bLore&r: This is yet again another TecTech feature, but there's a bit more too it this time. TecTech's lasers were tiered by voltage and carried thousands of amps instead." + ] + id: "07159FCD9744DD98" + shape: "rsquare" + size: 0.66d + subtitle: "Time for some lasers!" + tasks: [{ + id: "407ED1D738EA10D1" + type: "checkmark" + }] + title: "Laser Power Transmission" + x: 3.63d + y: -1.32d + } + { + dependencies: ["78277DBC07D3C45C"] + description: [ + "Doping &9Silicon&r with &9Naquadah&r will give a better &aSilicon Boule&r." + "" + "Use it for higher yield on &dWafers&r." + "" + "This will also unlock the &6best recipe&r for &6HV&r Circuits in the &3LuV Circuit Assembler&r, which you will most likely want to mass produce for &dLapotronic Energy Orbs&r." + ] + id: "3F31E99D0284A60A" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "2F8C92A86CAF338F" + item: "gtceu:naquadah_boule" + type: "item" + }] + title: "Naquadah-doped Silicon Boule" + x: -0.33d + y: 1.32d + } + { + dependencies: ["7A1E3C3A2D699C5B"] + description: [ + "&aNaquadah&r is a late-game material with a variety of uses. It is required for building a Fusion Reactor, and progressing to ZPM-tier, to name a few." + "" + "For some reason, its fluid is &agreen&r - don't ask us why." + "" + "&bLore:&r Naquadah is a material originally from Stargate." + ] + hide_dependency_lines: true + id: "78277DBC07D3C45C" + shape: "rsquare" + size: 0.66d + subtitle: "Don't you mean Stargatium?" + tasks: [{ + id: "36833D5050F81992" + item: "gtceu:naquadah_ingot" + type: "item" + }] + title: "Naquadah" + x: 0.99d + y: 1.32d + } + { + dependencies: [ + "78277DBC07D3C45C" + "7A1E3C3A2D699C5B" + ] + description: [ + "&aNaquadah Coils&r crank up the Heat Capacity to &d7,200K&r." + "" + "These coils are required for progressing to the second half of &dLuV&r and beyond." + ] + id: "2FCBA0D780DBDA9E" + size: 1.1d + subtitle: "Hotter than the surface temperature of the Sun!" + tasks: [{ + count: 16L + id: "28332FC9FCA83E41" + item: "gtceu:naquadah_coil_block" + type: "item" + }] + title: "Naquadah Coils" + x: 2.31d + y: 1.32d + } + { + dependencies: [ + "0F192D1F44B9B599" + "2FCBA0D780DBDA9E" + ] + description: [ + "&aLuV Superconductors&r are a big requirement for making a &9Fusion Reactor&r. " + "" + "This is a huge warning - you will need &ea lot&r&r of them." + ] + id: "5ED7707B0ECF2207" + size: 0.66d + subtitle: "Be glad these don't use pumps" + tasks: [{ + id: "10FB849CE994B1A5" + item: "gtceu:indium_tin_barium_titanium_cuprate_single_wire" + type: "item" + }] + title: "LuV Superconductors" + x: 4.95d + y: 1.32d + } + { + dependencies: ["546CC03435E763CF"] + description: [ + "&cWarning&r: &9Plasmas&r are &cextremely hot&r, with temperatures exceeding &d30k Kelvin&r! " + "" + "However, this does &6&lnot&r mean that a special type of pipe is required to transport plasma! Plasmas are treated slightly differently and bend the rules a bit." + "" + "Fluid pipes supporting plasmas, such as &aTungsten&r, &aNaquadah&r, or &aDuranium&r can hold any plasma &6regardless of temperature&r. This means they will &lnot&r melt under the heat of the plasma!" + "" + "" + "WARNING:&r Plasmas in the wrong pipes will cause &cvoiding&r, &cpipe burning&r, and &ldisproportionately high&r rates of &cdeath&r. Be careful!" + "" + "&bLore:&r This mechanic originates from GT6, just like the acids!" + ] + id: "173C1FA72301B5E7" + shape: "rsquare" + size: 0.66d + subtitle: "The stars are calling..." + tasks: [{ + id: "062ECB2F9C9D741D" + type: "checkmark" + }] + title: "Fluid of the Stars" + x: 6.2700000000000005d + y: 1.32d + } + { + dependencies: ["173C1FA72301B5E7"] + description: [ + "Use this turbine to extract very large amounts of power from plasma!" + "" + "&aHelium Plasma&r is the best fuel for its cost." + "" + "If you're the type to question how realistic Plasma Turbines are... look up Magnetohydrodynamic Generators if you want something that bends fact into fiction." + ] + id: "4E9DED9569AA17F5" + size: 1.1d + subtitle: "Plasma? Turbine?! How?" + tasks: [{ + id: "13230F892A8F6FA1" + item: "gtceu:plasma_large_turbine" + type: "item" + }] + title: "Large Plasma Turbine" + x: 7.59d + y: 1.32d + } + { + dependencies: ["378F0AFCF95354B2"] + description: ["This is the main material for &cZPM&r. Prepare to make lots... after you make &9Fusion&r and &9Crystal Circuits&r. Tackle those before you try making this."] + id: "24F0454B9A090C44" + size: 0.66d + subtitle: "Stargate's Strongest" + tasks: [{ + id: "16895659E44B65B5" + item: "gtceu:naquadah_alloy_ingot" + type: "item" + }] + title: "Naquadah Alloy" + x: -0.33d + y: 2.64d + } + { + dependencies: [ + "78277DBC07D3C45C" + "48DEABA155605D23" + ] + description: [ + "Refining &9Naquadah&r into further products will be your next automation challenge. The primary resources are &aEnriched Naquadah&r, &aNaquadria&r, and &aTrinium&r. " + "" + "This processing line also produces many useful byproducts, which you can discover using JEI." + "{@pagebreak}" + "&aEnriched Naquadah&r currently does not have many uses, but will be used for power generation in the future." + "" + "&aNaquadria&r is a later game material, used for &3UV&r components." + "" + "&aTrinium&r is the most useful resource for you right now. It is used to build the Fusion Reactor, and sees heavy use in all &cZPM&r machines." + "{@pagebreak}" + "&eNote&r: This processing chain contains a more complex loop than what you may have dealt with previously." + "" + "Outputs in later steps can be sent back into previous processes, with the caveat that they lose a small amount of fluid with each loop." + "" + "This can be challenging to automate. Good luck!" + "{@pagebreak}" + "&r&bLore&r: Many GregTech iterations have Naquadah processing. " + "" + "The first was likely Impact, with its own original Naquadah fuel process. " + "" + "Gregicality Legacy was hot on its heels with processes for making the Naquadah material (and variants) as well as Fuel. " + "" + "After that, GTNH added their own Naquadah processes for the material and fuel. " + "" + "Lastly, GTCEu added the process you're about to set up!" + ] + icon: "gtceu:naquadah_dust" + id: "378F0AFCF95354B2" + size: 1.1d + subtitle: "Do not touch the acid" + tasks: [{ + amount: 1000L + fluid: "gtceu:fluoroantimonic_acid" + id: "0495EEA395A1B5EC" + type: "fluid" + }] + title: "Naquadah Chain" + x: 0.99d + y: 2.64d + } + { + dependencies: [ + "378F0AFCF95354B2" + "2FCBA0D780DBDA9E" + "00C14E3B8009DF7F" + ] + description: [ + "&aTrinium&r is a very important material for progression. You'll need it to make a &9Fusion Reactor&r, and throughout all &cZPM&r." + "" + "It also requires an &dLuV&r EBF to smelt! You'll probably want a dedicated setup for cooking this." + ] + icon: "gtceu:trinium_ingot" + id: "0DC999F79A685194" + shape: "gear" + size: 1.5d + subtitle: "Another Stargate material!" + tasks: [ + { + id: "48F555D3FC7EA449" + item: "gtceu:trinium_sulfide_dust" + type: "item" + } + { + id: "0F64CAA30D89B10B" + item: "gtceu:trinium_ingot" + type: "item" + } + ] + title: "Trinium" + x: 2.31d + y: 2.64d + } + { + dependencies: ["4F6E351C5F676618"] + description: [ + "&aPlutonium-241&r is yet another requirement for the &9Fusion Reactor&r. It's very easy to make: just centrifuge some &9Pu-239&r to separate some out!" + "" + "In the future, this material will require a &dNuclear Reactor&r to produce, but that's not in GTCEu yet." + "{@pagebreak}" + "&bLore&r: In GT Impact, making Pu-241 was a challenge. Your first Pu-241 had to be produced as a byproduct of its very expensive Naquadah fuel process, and it could only be made independently with something post-fusion!" + ] + id: "2BBD3BC7D1B955C2" + shape: "rsquare" + size: 0.66d + subtitle: "Spicy Plutonium Isotope" + tasks: [{ + id: "757053C4979D8B08" + item: "gtceu:plutonium_241_dust" + type: "item" + }] + title: "Plutonium-241" + x: 4.95d + y: 2.64d + } + { + dependencies: [ + "0DC999F79A685194" + "5ED7707B0ECF2207" + "52D952ADBEB67454" + "7CFC112B8F460549" + "327C3E02CD751453" + ] + description: [ + "Build the structure displayed with Fusion Glass in &aJEI&r." + "" + "To save on Fusion Casings, fit Input + Output Hatches wherever you can (as displayed in the structure)." + "" + "This time, we'll try something new: let's explain the Lore at the same time as the mechanics." + "" + "Enjoy the ride!" + "{@pagebreak}" + "&bLore:&r GregTech 5's &3Fusion Reactor&r stores EU you feed it in its internal buffer. The maximum storable amount is determined by the amount of &3Energy Hatches&r." + "" + "Recipes can only start if the &9EU to start&r is stored internally, which will be &cconsumed&r. With this stored energy, the reactor can keep running recipes until it goes idle. At this point it will need to be topped up on EU to start again." + "{@pagebreak}" + "Shadow of Greg's &3Fusion Reactor&r (which is now GTCEu's Fusion Reactor) comes with an added mechanic called &4Heat&r." + "" + "When the reactor is running, the &9EU to start&r is converted to &4Heat&r. That Heat is preserved until the Reactor goes idle, at which point it will slowly go down." + "" + "Next time a recipe is found, it will use all possible Heat and deduct it from the &9EU to start&r, allowing you to save Energy for short pauses." + "" + "The &3Fusion Reactor I&r can only run recipes up to a required EU of 160MEU to start. It will also overclock up to &dLuV&r at best, even if you upgrade to ZPM Hatches, so don't stress over attempting this." + ] + id: "546CC03435E763CF" + shape: "gear" + size: 1.4d + subtitle: "Stellar power" + tasks: [{ + id: "48A4D39ED0E11EBC" + item: "gtceu:luv_fusion_reactor" + type: "item" + }] + title: "Fusion Reactor I" + x: 6.2700000000000005d + y: 2.64d + } + { + dependencies: ["546CC03435E763CF"] + description: [ + "&aEuropium&r is the first major Fusion Material. You'll be using this quite a lot going forwards." + "" + "&eNote&r: The temperature of liquid Europium is very hot, but isn't a plasma. Plan your piping accordingly!" + "{@pagebreak}" + "&bLore&r: In Gregicality Legacy, Europium was replaced with Rutherfordium as the first fusion material, because Europium is actually found in Rare Earth and is not fused in real life." + ] + id: "7A74F692F14F0FF8" + shape: "gear" + size: 1.4d + subtitle: "Fusing Europium... how?!" + tasks: [{ + id: "220305C9DA0F512B" + item: "gtceu:europium_ingot" + type: "item" + }] + title: "Europium" + x: 7.59d + y: 2.64d + } + { + dependencies: ["7A74F692F14F0FF8"] + description: [ + "&aCrystal CPUs&r are used to produce &9Crystal Circuits&r - who would have thought?" + "" + "Producing these is quite a bit different from the previous circuit components. Instead of standard silicon wafers, these rely on &9Emerald&r or &9Olivine&r." + "" + "Getting your first Crystal Chips will be difficult, so you may wish to invest in a high-tier autoclave. After you get your first Chip, you can duplicate them with &9Europium&r. Don't worry about those other recipes yet, they're for later on in &cZPM&r." + "{@pagebreak}" + "&eNote&r: An &9Advanced Item Detector&r cover will be useful for automating these. They work just like the Advanced Energy Detector." + "" + "&bLore&r: In GT5u modpacks, making your first Crystal Chips required the autoclave to be in Low Gravity, which meant doing this process on a Galacticraft Space Station, or on the moon!" + ] + icon: "gtceu:crystal_cpu" + id: "764091A111FB4DA6" + size: 0.66d + subtitle: "These don't even make any sense!" + tasks: [ + { + id: "3B9666A5C3CBDCD6" + item: "gtceu:engraved_crystal_chip" + type: "item" + } + { + id: "6AFCBD40BD589726" + item: "gtceu:crystal_cpu" + type: "item" + } + ] + title: "Crystal CPU" + x: 8.91d + y: 2.64d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "4F6E351C5F676618" + ] + description: [ + "This Quest will be completed with &eeither&r an &3LuV Energy Hatch&r&r... or an &3LuV Dynamo Hatch&r for your Multiblock Generators." + "" + "Starting at &dLuV&r, you'll start upgrading more multiblocks, which means more energy hatches! Both the &9EBF&r, and the &9Assembly Line&r will need power upgrades." + "" + "Don't forget that &d4 Amp&r variants exist!" + ] + hide_dependency_lines: true + icon: "gtceu:luv_energy_input_hatch" + id: "00C14E3B8009DF7F" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "6733F9F527CA9B29" + item: "gtceu:luv_energy_input_hatch" + type: "item" + } + { + id: "6CE9FCCC37446BFD" + item: "gtceu:luv_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line" + x: 2.31d + y: 3.96d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "46C7E1D5E37B1ED2" + ] + description: ["The &aDimension Card&r is an upgrade to the &9Quantum Link Tunnel&r, giving &9Wireless Terminals&r access to your AE system with unlimited range, and from any dimension."] + id: "7E2076D45F83D9C3" + shape: "rsquare" + size: 0.66d + subtitle: "To infinity, and beyond!" + tasks: [{ + id: "3A263074B7909AAA" + item: "aeinfinitybooster:dimension_card" + type: "item" + }] + title: "Infinite Wireless Range" + x: 3.63d + y: 5.28d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "If recipe sizes are starting to worry you, don't worry - &2AE2&r now allows you to place an unlimited amount of items into a processing pattern." + "" + "Thanks to this innovation, you can automate all the &3Assembly Line&r recipes." + ] + id: "79192BA29BE69170" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "3DFCDF1B24506A8A" + type: "checkmark" + }] + title: "PackagedWho?" + x: 3.63d + y: 6.6d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "At the cost of 16x the drilling Power, the &3Advanced Fluid Drilling Rig II&r will be gaining &664x the output&r in Fluid." + "The depletion of veins is also slashed to an eighth of what it was before. This means you will get a total of &6128x&r as much Oil (or whatever fluid) as the regular rig from a bedrock fluid vein until depletion!" + "" + "Even when depleted, you can safely use this and be very much power positive." + "" + "One single &3Advanced Fluid Drilling Rig II&r should be enough to last you until the end of the game, for whatever fluid you drill." + ] + id: "4AEAC79007790BD8" + shape: "rsquare" + size: 0.66d + subtitle: "This thing is completely ludicrous!" + tasks: [{ + id: "5904009DC40731D6" + item: "gtceu:ev_fluid_drilling_rig" + type: "item" + }] + title: "Ludicrous Fluid Drilling" + x: 6.2700000000000005d + y: 5.28d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "This Large Miner is nearly identical to the regular one, except it has a wider range and uses more drilling fluid." + "" + "It's an optional sidegrade - one you might not even want." + "" + "&bLore&r: There may be a rebalance for these in the future. See the Multiblock Miner quest for details." + ] + id: "1BE779AF4487E3EB" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "414C3982BED7EA0D" + item: "gtceu:luv_large_miner" + type: "item" + }] + title: "Ludicrous Ore Drilling" + x: 6.2700000000000005d + y: 6.6d + } + { + dependencies: [ + "7A74F692F14F0FF8" + "195E5BFDE4C5A0DE" + "5B07279B08BF8DDE" + ] + description: [ + "The &aLuV Lapotronic Orb&r is even better than the &9IV&r one! It of course comes at a price..." + "{@pagebreak}" + "&bLore&r: In older versions of GT, such as GTNH in the past or in GCYL, these orbs were ludicrously expensive! They required 8 orbs of the previous tier! Thankfully, those days are long past." + ] + id: "0D7C978F9CDF771B" + size: 0.66d + subtitle: "Even more power!" + tasks: [{ + id: "6D1376BF3CEA87A7" + item: "gtceu:lapotronic_energy_orb_cluster" + type: "item" + }] + title: "Ludicrous Batteries" + x: 7.59d + y: 5.28d + } + { + dependencies: ["42CD789B8C40E424"] + description: ["Cheaper &dLuV&r circuits! This will make those Robot Arms much cheaper."] + id: "47087361D6DE7DCF" + size: 0.66d + tasks: [{ + id: "3CF7F369F390A3E5" + item: "gtceu:crystal_processor_assembly" + type: "item" + }] + title: "Even more LuV Circuits" + x: 8.91d + y: 5.28d + } + { + dependencies: [ + "5C4D3CF214972E5A" + "0D7C978F9CDF771B" + ] + description: [ + "The Advanced Quantum Chestplate combines protection, a personal battery and an &6ultimate Jetpack&r, all in one." + "" + "To &denable charging&r, shift right-click it when it is in your hand, then equip it (Note that there is a bug when it sometimes does not want to charge... you will forgive it, right?)." + "" + "Note that this stores &oa lot&r of energy. You may want to invest in an &3LuV Turbo Charger&r." + "" + "&bLore&r: This armor piece is inspired by the IndustrialCraft Addon Gravisuite, which added the Gravitation Suit, analogous to this chestplate." + ] + id: "282E03466566AB8F" + shape: "rsquare" + size: 0.66d + subtitle: "Finally..." + tasks: [{ + id: "47927C54DE11BD02" + type: "checkmark" + }] + title: "Best Flight" + x: 7.59d + y: 6.6d + } + { + dependencies: ["47087361D6DE7DCF"] + description: [ + "ZPM Circuits that aren't mainframes!" + "" + "Plus, &bCrystal Supercomputers&r sound really cool, right?" + ] + id: "7AE681E2AB31EA0D" + size: 0.66d + tasks: [{ + id: "0E274B445A95250A" + item: "gtceu:crystal_processor_computer" + type: "item" + }] + title: "More ZPM Circuits" + x: 8.91d + y: 6.6d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "7CFC112B8F460549" + ] + description: ["The &aLuV Electric Prospector&r is a major upgrade from the &eHV&r one. It'll make finding Fluid and Ore veins very easy."] + id: "7033A24F37F9B9B9" + shape: "rsquare" + size: 0.66d + subtitle: "If you're yet to strike gold, you will now" + tasks: [{ + id: "718BA09242A22550" + item: "gtceu:prospector.luv" + type: "item" + }] + title: "LuV Prospector" + x: 4.95d + y: 3.96d + } + { + dependencies: [ + "195E5BFDE4C5A0DE" + "6C241455C5434C2E" + "764091A111FB4DA6" + ] + description: [ + "The first circuit of the &9Crystal&r line." + "" + "&bLore&r: The concept of a Crystal Circuit has existed since very early versions of GregTech. We're still not entirely sure if they exist in real life." + ] + id: "42CD789B8C40E424" + size: 1.1d + tasks: [{ + id: "6357389871CE70C2" + item: "gtceu:crystal_processor" + type: "item" + }] + title: "Best IV Circuits!" + x: 8.91d + y: 3.96d + } + { + dependencies: ["0338C9219DC2F819"] + description: [ + "Are you a fan of Fiber-reinforced Epoxy? Well then, do we have some news for you!" + "" + "&aMulti-Layer Fiber-Reinforced Printed Circuit Boards&r are the next step in your circuit journey. They're not particularly interesting compared to the previous boards: just two of the previous stuck together." + "{@pagebreak}" + "&bLore:&r In Gregicality Legacy, these circuit boards were much more complicated. They required Kapton, a dual polymer material. It was a challenge, to say the least. In the future, the GTCEu team might make these boards somewhat more involved to produce." + ] + id: "6C241455C5434C2E" + size: 0.66d + tasks: [{ + id: "5B8C1C15E5413CEC" + item: "gtceu:multilayer_fiber_reinforced_printed_circuit_board" + type: "item" + }] + title: "Multi-Layer Fiber-Reinforced Printed Circuit Boards" + x: 9.9d + y: 3.96d + } + { + dependencies: [ + "35D4F93EFB6EACB6" + "300348B1238BCB9A" + "1A4AD56965407DC5" + "12FEE0A47E4658D5" + "4F6E351C5F676618" + "77070668969E31BF" + "3A7491323AC5C70C" + ] + description: [ + "&dLuV&r Components are significantly more difficult to produce than their predecessors. They require an &9Assembly Line&r, many different forms of materials, and lots of fluids too!" + "" + "You will notice that &9Samarium&r is required for &aLuV+ Motors&r. Samarium by itself isn't very difficult to obtain, but smelting it is slightly more involved. It requires &9Liquid Helium&r in the Freezer. If you made &9IV Superconductors&r, you've likely seen this already." + "{@pagebreak}" + "&bLore:&r In the original GregTech 5, these components were unobtainable!" + ] + icon: "gtceu:luv_electric_motor" + id: "11D3B21A177B0E14" + shape: "rsquare" + size: 0.8d + subtitle: "Fun levels - critical" + tasks: [ + { + id: "0BA1015B5C7A0BD5" + item: "gtceu:luv_electric_motor" + type: "item" + } + { + id: "70CFEBF19D3187E4" + item: "gtceu:luv_electric_piston" + type: "item" + } + { + id: "03F3F0C59537103D" + item: "gtceu:luv_electric_pump" + type: "item" + } + { + id: "682AD49DA21B55C7" + item: "gtceu:luv_conveyor_module" + type: "item" + } + { + id: "6A9298CBB8CF2A60" + item: "gtceu:luv_robot_arm" + type: "item" + } + { + id: "31BB271A1E939852" + item: "gtceu:luv_emitter" + type: "item" + } + { + id: "57609974EC62C885" + item: "gtceu:luv_sensor" + type: "item" + } + ] + title: "Pure Joy" + x: 0.99d + y: 5.28d + } + { + dependencies: ["0425179329ED1B72"] + description: ["A requirement for &dLuV&r+ cables."] + id: "12FEE0A47E4658D5" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "4CAD2BE5558D7501" + item: "gtceu:polyphenylene_sulfide_foil" + type: "item" + }] + title: "Polyphenylene Sulfide" + x: 0.99d + y: 4.29d + } + { + dependencies: ["4F6E351C5F676618"] + description: [ + "&oThe chances you are having TPS issues playing this modpack are slim, this Quest is more suited for late game bases with GregTech and AE2, and the tips apply to other modpacks.&r" + "" + "If you run the command &9/forge tps&r, you will be given the current &4TPS&r and the &4tick time&r in milliseconds." + "If the tick time exceeds 50ms, the server is under too much load, and won't be able to keep up with a steady 20 TPS." + "" + "Any machine will add up to the tick time, but don't be too scared of adding machines. Most of the lag usually comes from things that are unoptimized." + "" + "Things to &cavoid&r in general:" + "&9-&r Entities are pretty bad. Ground items or mob entities should be kept as low as possible at any given time. Thankfully this should not be an issue in this modpack." + "&9-&r Building everything packed together in a small space. Note that this does &onot&r affect TPS, but you will suffer FPS drops instead." + "&9-&r Huge walls of drawers, as iterating through every single one of them for insertion and extraction can be pretty taxing." + "" + "Things to&c avoid&r with AE2:" + "&9-&r ME Import and Export Buses on large networks. Use ME Interfaces instead." + "&9-&r Crafting Cards to passively do large requests. Note that this is not as bad as it used to be, thanks to the optimizations from AE2 Unofficial." + "&9-&r Recursive insertion and/or extraction through sub-networks. If you use sub-networks, make them do very specific things rather than interacting with another AE2 network." + "" + "Things to &cavoid&r with GregTech (GTCEu has received a lot of improvements over GTCE, but it is possible to destroy your TPS, as with any mod):" + "&9-&r Many EU Producers connected to many EU Consumers in the same line. Instead, use a Diode or Battery Buffer to separate your line of generators to your line of machines." + "&9-&r Large amounts of Fluid Pipes. They are &onot&r laggy individually, but they can add up if you have thousands of them." + "&9-&r Big Item Pipe networks. Small networks are better, to reduce the number of iterations over inventories." + ] + icon: "minecraft:mud" + id: "63F9531F391040B2" + shape: "rsquare" + size: 0.66d + title: "Combatting Lag" + x: 2.31d + y: 6.6d + } + { + dependencies: ["5CA86A333670A55C"] + description: ["&aMagnetic Samarium&r requires an &3IV Polarizer&r."] + id: "35D4F93EFB6EACB6" + shape: "rsquare" + size: 0.66d + subtitle: "Feeling attracted yet?" + tasks: [{ + id: "1CAACC2FAABE68A1" + item: "gtceu:iv_polarizer" + type: "item" + }] + title: "IV Magnetism" + x: 0.0d + y: 4.95d + } + ] + subtitle: ["Investigate the scientific and fuse elements"] + title: "&dLuV&r - Ludicrous Voltage" +} diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt new file mode 100644 index 000000000..26d889d47 --- /dev/null +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -0,0 +1,1920 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "lv__low_voltage" + group: "693226878D58638A" + icon: "gtceu:lv_electric_motor" + id: "7D50771C3FE033D7" + order_index: 1 + quest_links: [{ + id: "376725077649D2CC" + linked_quest: "5A8F0124E07D5025" + shape: "gear" + size: 1.5d + x: 1.875d + y: 0.0d + }] + quests: [ + { + dependencies: ["2F7617C0C4B330DE"] + description: [ + "The &aFluid Regulator&r is sort of the equivalent to a &9Robot Arm&r for Fluids." + "" + "It can transfer fluids, but has two useful modes:" + "&9-&r &dSupply Exact&r will transfer the amount of specified Fluid per tick if available. No more, no less." + "&9-&r &dKeep Exact&r will make sure the exact amount of Fluid in the attached machine is being kept." + ] + id: "47D4545452F05E37" + shape: "rsquare" + size: 0.6d + subtitle: "A cover!" + tasks: [{ + id: "5E8D784C83A4F672" + item: "gtceu:lv_fluid_regulator" + type: "item" + }] + x: -3.0d + y: 0.0d + } + { + dependencies: ["38993B4697B0E16C"] + description: [ + "When placed on a machine, Robot Arms are a more configurable version of a Conveyor Module. They allow you to transfer items in specific batches, at specific rates, or keep a certain amount of items stocked." + "" + "Practical uses for the Robot Arm will be explained in future Quests as a tutorial." + "" + "&9Note:&r The functionalities provided by the Robot Arm work &lonly&r if it is &lrequired&r to perform the operation." + "{@pagebreak}" + "&bLore:&r GregTech 5 had blocks such as the Buffer, Filter and Type Filter to allow fine control over items. In GTCE it's all been replaced by the almighty Robot Arm and various Filter Covers. Much more compact!" + ] + id: "3DE7A2B91CFF48F6" + rewards: [{ + id: "372D894C29C4513C" + item: "gtceu:basic_electronic_circuit" + type: "item" + }] + shape: "rsquare" + size: 0.6d + subtitle: "You're going to hate making these" + tasks: [{ + id: "7D7A9CBE1E368E53" + item: "gtceu:lv_robot_arm" + type: "item" + }] + x: -2.1d + y: 0.0d + } + { + dependencies: ["5A8F0124E07D5025"] + description: [ + "Less common as a component, but used in a number of critical machines." + "" + "When placed on a machine, conveyor modules will transfer items. You can configure them to import or export." + "" + "They can also accept various &9Item Filters&r." + ] + id: "288CE4AA4C5AA8BF" + shape: "rsquare" + size: 0.6d + subtitle: "A crafting component, but also a cover!" + tasks: [{ + id: "064169E7E2772387" + item: "gtceu:lv_conveyor_module" + type: "item" + }] + x: -1.2d + y: 0.0d + } + { + dependencies: ["5A8F0124E07D5025"] + description: [ + "When placed on a machine, pumps will transfer fluid. You can configure them to import or export." + "" + "It can accept a &9Fluid Filter&r." + ] + id: "2F7617C0C4B330DE" + shape: "rsquare" + size: 0.6d + subtitle: "A crafting component, but also a cover!" + tasks: [{ + id: "7A37B370D2D40E6A" + item: "gtceu:lv_electric_pump" + type: "item" + }] + x: -0.3d + y: 0.0d + } + { + dependencies: ["5A8F0124E07D5025"] + description: [ + "A specialized motor needed to make certain machines." + "" + "One of the more intricate crafting components, as it is made using a motor." + ] + id: "38993B4697B0E16C" + rewards: [{ + count: 4 + id: "05D8932AEED073F8" + item: "gtceu:steel_small_gear" + type: "item" + }] + shape: "rsquare" + size: 0.6d + subtitle: "A crafting component - did you expect anything fancier?" + tasks: [{ + id: "70FEF63FB9A58B02" + item: "gtceu:lv_electric_piston" + type: "item" + }] + x: 0.6d + y: 0.0d + } + { + dependencies: [ + "4B979482EF026BFF" + "5A8F0124E07D5025" + ] + description: [ + "The &3Steam Turbine&r is the only Generator you can realistically use in the LV Age. &2Later, you will unlock more interesting Power options&r, such as natural gases or petrols." + "" + "When provided Steam, the turbine will output EU at a ratio of &d2 Steam = 1 EU&r !" + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "If you're using a single &3Steam Turbine&r, you only need &a1x Tin Cables&r. On the other hand, if you upgrade to &32 Steam Turbines&r, you should use &a2x Tin Cables&r - else they may end up &cburning&r." + "" + "This is because of the &9Amperage&r mechanic... but that will be explained later so you can enjoy playing. Don't worry!" + ] + id: "6E186F9C57155BFA" + size: 0.9d + subtitle: "You must construct more turbines" + tasks: [{ + id: "155BC745245BCBAF" + item: "gtceu:lv_steam_turbine" + type: "item" + }] + title: "Electricity Generation" + x: 3.0d + y: 0.0d + } + { + dependencies: ["6431381FBE07D6EF"] + description: [ + "This questline serves as a quick guide to &9GregTech Amperage&r. As for the &dVoltage&r mechanics, that will be explained once you reach &bMV&r." + "" + "&6&lTL;DR:&r For safety, match the Amperage limit of your Cables with the max amount of Amps provided by your Energy Producers." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + id: "7B0FF43022F6C2EC" + shape: "rsquare" + size: 0.9d + subtitle: "Amps and You: a how-to" + tasks: [{ + count: 4L + id: "1C81FD3C54CC2274" + item: "gtceu:tin_quadruple_cable" + type: "item" + }] + title: "But what are Amps?" + x: 6.375d + y: 1.125d + } + { + dependencies: [ + "1E9BE8D3F8A602DC" + "45B71324028F6E68" + ] + description: [ + "Well, have you made MV Circuits yet?" + "" + "&aAluminium&r is the main ingredient for &bMV&r machinery. Check aaaall the way to the other side for the &2Sapphire Quest&r if you haven't acquired any &aAluminium Dust&r yet." + "" + "Once you setup an &3MV Electrolyzer&r, you can get &aAluminium&r through many other ores. All of this quest's rewards bear &aAluminium&r, so keep an eye out for them when mining." + "" + "The process of smelting Aluminium can be cut down by about a third with &9Nitrogen&r, which is obtained by centrifuging &9Air&r from a &3Gas Collector&r." + "" + "&6You will still need MV Circuits in order to make MV machines!&r" + ] + id: "7567E885B7166603" + rewards: [{ + count: 8 + id: "19987707822BC176" + item: "gtceu:aluminium_dust" + type: "item" + }] + shape: "gear" + size: 1.5d + subtitle: "We're basically in MV now, right?" + tasks: [{ + id: "161B5813936E5E42" + item: "gtceu:aluminium_ingot" + type: "item" + }] + x: 8.25d + y: 1.5d + } + { + dependencies: ["4B979482EF026BFF"] + description: [ + "Make some Battery Alloy, used for Battery Hulls." + "" + "Antimony is found in the &cNether&r, so don't forget to check its Ore Tab." + "" + "&9Note:&r This quest does &lnot&r contain functional Batteries - head down to the next one for that!" + ] + icon: "gtceu:battery_alloy_ingot" + id: "6D9D54FAB21EC086" + shape: "rsquare" + size: 0.6d + subtitle: "Batteries are great!" + tasks: [ + { + count: 2L + id: "02A2F0C2179EB4E3" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/battery_alloy" + } + } + title: "Any #forge:ingots/battery_alloy" + type: "item" + } + { + id: "7B4585B39907E2EA" + item: "gtceu:lv_battery_hull" + type: "item" + } + ] + title: "Battery Preparations!" + x: 5.25d + y: 2.25d + } + { + dependencies: ["1C767009F505A813"] + description: [ + "In theory, Crates are flat upgrades to Chests. A single block space that stores more items - what more could you ask for?" + "" + "Unfortunately, there's a small downside - Crates do not support item movement shortcuts well. We plan on fixing this in the long-term." + "" + "Where they shine however is the fact that they &6accept Covers&r, making them perfect candidates for buffers in automation." + ] + id: "7CCC1BDDE0C67F16" + rewards: [{ + id: "1CADDD995C2DD509" + item: "ae2:sky_stone_chest" + type: "item" + }] + shape: "rsquare" + size: 0.6d + subtitle: "Earlygame buffering" + tasks: [{ + id: "6FE87ED832BF40D1" + item: "gtceu:steel_crate" + type: "item" + }] + title: "GregTech Storage" + x: -2.1d + y: 0.8999999999999999d + } + { + dependencies: [ + "288CE4AA4C5AA8BF" + "3DE7A2B91CFF48F6" + "2F7617C0C4B330DE" + ] + description: [ + "Covers are placed by right-clicking with it on a face of a machine, and removed with a &5Crowbar&r (or by mining the machine, but that's way slower)." + "" + "Pretty much any GregTech tile entity will accept Covers, even if they would provide no functionality." + "" + "Opening a Cover is done by shift-right-clicking it with an &5empty hand&r. You can also right-click with a &5Screwdriver&r, or shift-right-click on another face using the grid." + "{@pagebreak}" + "For Covers that transfer Items/Fluids, you will have a button to enable/disable other forms of transfer through the cover:" + "" + "&9- &rDisabled: only the cover will be allowed to transfer on this machine side." + "" + "&9-&r Allow Filtered (only relevant with a filter!): other transfer will be enabled only if it matches the filter\\n&9-&r Allow Unfiltered: any other transfer is allowed on this machine side." + "" + "Placing a cover of a lower voltage tier on a machine is &9safe&r." + ] + icon: "gtceu:crafting_table_cover" + id: "1C767009F505A813" + rewards: [{ + id: "05BAD11184608890" + item: "gtceu:crafting_table_cover" + type: "item" + }] + shape: "rsquare" + size: 0.6d + subtitle: "Extra utility without taking up blockspace!" + tasks: [{ + id: "7C7A8A26D3FF0E96" + title: "I'm an expert on Covers now, don't you worry." + type: "checkmark" + }] + title: "Cover Behaviour" + x: -1.2d + y: 0.8999999999999999d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "All machines typically have one &7Front Face&r, and one &9Output Face&r." + "" + "The &7Front Face&r should be obvious.\\nThe &9Output Face&r is the face with a dot or hole on it. By default, this is at the back of the machine as you place it." + "" + "Machines can &aauto-output&r through their output face. To enable auto-output, click the appropriate button in the GUI. Fluid and item auto-outputs are toggled separately. Further control over auto-outputs can be achieved with &dFilters&r and &dCovers&r, which are explained in the quest to the upper left of this one." + "{@pagebreak}" + "Right-clicking a machine with a &5Wrench&r changes the output side, and shift-right-clicking changes the front side. Keep in mind that the front side &ccannot&r also be the output side! " + "" + "By default, items and fluids cannot be inserted through the output side, but this can be toggled with a &5Screwdriver&r. Either right-click the output face directly, or shift-right-click on the grid corresponding to the side of the output." + "" + "There are unique machines that do not process recipes, such as the &3Pump&r, &3Miner&r, &3Fisher&r, &3Item Collector&r, etc. These machines will output on their &7Front Face&r (which is still marked as a dot)." + ] + icon: "minecraft:hopper" + id: "64E1E87B8AF72968" + shape: "rsquare" + size: 0.6d + subtitle: "Let's learn." + tasks: [{ + id: "6A4DFF7493955B8D" + title: "Hmm, how interesting!" + type: "checkmark" + }] + title: "Machine Auto-Output Behaviour" + x: 0.75d + y: 1.125d + } + { + dependencies: [ + "4B979482EF026BFF" + "5A8F0124E07D5025" + ] + description: [ + "You could make any other LV Machine, but it would be easiest to start with the most useful one. I know, I know... freedom of choice, but trust us, it's the best starting point." + "" + "This machine lets you make &6two Wires from one Ingot&r. That should be three times cheaper than what you were doing up until now!" + "" + "To the right of this Quest are more important machines which will grant you cheaper intermediates." + "{@pagebreak}" + "&9Note:&r Recipes inside &3LV Machines&r go up to a maximum usage of &a32 EU/t (LV)&r. Anything higher than that and you will need a MV or better machine. Needless to say, we aren't there yet." + "" + "You will need a &dProgrammed Circuit&r for recipes. I'm sure you don't want to spend a precious circuit crafting one, so &6read the dedicated quest for important details&r." + "" + "With this machine crafted - welcome to the age of all things electric!" + ] + id: "32EA7E81885C8E87" + rewards: [{ + count: 4 + id: "2B736C4992CDC8D1" + item: "gtceu:copper_single_wire" + type: "item" + }] + size: 0.9d + subtitle: "No more painful wires!" + tasks: [{ + id: "2B5BF6F3ED693B9E" + item: "gtceu:lv_wiremill" + type: "item" + }] + title: "Basic Wiremill" + x: 1.875d + y: 1.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "Arguably the second best LV machine to craft, but the choice is yours!" + "" + "This unlocks the ability to convert one &6Ingot into one Plate&r, which is a better ratio than the Forge Hammer." + ] + id: "10ECB471A77F5136" + rewards: [{ + count: 4 + id: "6DF60970CB48982D" + item: "gtceu:steel_plate" + type: "item" + }] + size: 0.9d + subtitle: "The Bender bends!" + tasks: [{ + id: "3AC3A8728EE60E4C" + item: "gtceu:lv_bender" + type: "item" + }] + title: "Basic Bender" + x: 4.125d + y: 1.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "The Lathe is an important machine to help shape metals. Thanks to it, you can turn &6one Ingot into two Rods&r, and &6one Bolt into one screw&r. That's twice the efficiency on those recipes as opposed to crafting by hand." + "{@pagebreak}" + "&bLore:&r The GregTech 5 Lathe produces one Rod and 2 small piles of Dust per Ingot. We also have a setting for this in GTCEu, but it's turned off by default." + "" + "The Gregtech 6 Lathe acts like GT5's but bolts lathe into one screw and one 1/72 pile of dust. Disgusting!" + ] + id: "07E7678095258EDB" + rewards: [{ + count: 4 + id: "09FC4530E70B9105" + item: "gtceu:steel_rod" + type: "item" + }] + size: 0.9d + subtitle: "The Lathe lathes!" + tasks: [{ + id: "6781D0241D0564A5" + item: "gtceu:lv_lathe" + type: "item" + }] + title: "Basic Lathe" + x: 3.0d + y: 1.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: ["One of the cheapest - if not the cheapest - &7LV&r machine. Use this to make &6Redstone-free Magnetic Rods&r for your Motors. If you are batching Motors, this machine will save you stacks and stacks of Redstone."] + id: "29379C91D6E00436" + rewards: [{ + count: 16 + id: "47F3A37E7A315A1D" + item: "minecraft:redstone" + random_bonus: 16 + type: "item" + }] + size: 0.9d + subtitle: "The Polarizer polarizes!" + tasks: [{ + id: "5EC42A72DEC6F9FC" + item: "gtceu:lv_polarizer" + type: "item" + }] + title: "Basic Polariser" + x: 5.25d + y: 1.125d + } + { + dependencies: ["3E6DC423FE4A99F7"] + description: [ + "&dSneak right-click&r when in hand to activate your Magnet. Do it again to deactivate. This magnet will also work from your Curio slots." + "" + "&9Note:&r If are you worried about getting overwhelmed by Cobblestone or Netherrack, open the trash can from FTB:Utilities in the top left corner to void them." + ] + id: "3ECD9C9B909CCCCC" + shape: "rsquare" + size: 0.6d + subtitle: "Why can't these items I mine behave and enter my inventory!?" + tasks: [{ + id: "2F5FB2546075FFE0" + item: { + Count: 1b + id: "simplemagnets:basicmagnet" + tag: { } + } + type: "item" + }] + title: "Magnet" + x: 4.125d + y: 2.25d + } + { + dependencies: ["6431381FBE07D6EF"] + description: [ + "&oThe &3Large Boiler&r is an &6optional&r big-boy variant of the Small Boilers. It runs off solid or liquid fuel." + "" + "If you want Steam-based power production, this will be your port-of-call. Other power options are listed in the &bMV&r Chapter." + "" + "&cImportant:&r This Boiler &lCAN&r also &cexplode&r similarly to the regular Boilers! Usually, the explosion can be rather devastating... but it's configured to not damage blocks or entities in this modpack." + "{@pagebreak}" + "&cWater supply is &lcrucial&r&r. Dedicate a &3Primitive Pump&r with a LV Output Hatch in the &lsame chunk&r as the Boiler. Any biome will still be enough to supply enough water." + "" + "Once fully heated up, the &3LBB&r produces 800 Steam per tick, which is &d400EU/t&r after conversion, or 12.5 Basic Steam Turbines! Such (relatively!) immense power comes at the cost of &la lot&r of burnable fuel." + "{@pagebreak}" + "&5&lWith this in consideration&r the GUI can let you &9throttle&r the Boiler down to 25% power for 200 Steam per tick. That is &d100EU/t&r, or slightly above 3 Basic Steam Turbines." + "" + "&9Note:&r An in-depth tutorial about Multiblocks is given after you get the &3Electric Blast Furnace&r. I recommend you aim for that first." + ] + id: "33263404ED38C6D2" + rewards: [{ + id: "1BEF1D97E033F1B1" + item: "gtceu:steam_bucket" + type: "item" + }] + shape: "rsquare" + size: 0.9d + subtitle: "Boom, boom, boom, boom" + tasks: [{ + id: "560D4D0D6BECE006" + item: "gtceu:bronze_large_boiler" + type: "item" + }] + x: 6.375d + y: 2.25d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "&6Superconductors&r are special Wires available for each Voltage tier. They do not have any Cable counterpart, but that isn't necessary, as they have absolutely &6zero cable loss&r! They also don't damage you when you touch them. They are objectively the best choice for wiring, if not a little expensive in comparison to the other wires." + "" + "The 1x variant also covers 2 Amps! Isn't that nice?" + "" + "Now is a good time to replace your crappy &aTin Cables&r. Recycle them in the &3Packager&r to recover both the Tin and Rubber used to craft them." + "{@pagebreak}" + "&bLore:&r No version of GregTech had actual Superconductors for LV up until Gregicality and GTCEu, though some modpacks had lossless cables." + ] + id: "46AD7A6F3B6775F5" + shape: "rsquare" + size: 0.6d + tasks: [{ + id: "4477AB06651827D6" + item: "gtceu:manganese_phosphide_single_wire" + type: "item" + }] + title: "LV Superconductor" + x: 7.5d + y: 2.625d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "Multiblocks do not look at the voltage of recipes when trying to craft. Instead, they simply check if they are being provided with enough Power." + "" + "&9Note:&r Be wary of Cable &closses&r bringing the actual power input below the recipe requirement! I &lhighly&r recommend either placing your &3Battery Buffer&r next to the &3Energy Hatches&r for the minimum cable length, or looking around this questbook to see if there are better alternatives to Cables." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + id: "38BDF7CF00C0F79B" + shape: "rsquare" + size: 0.6d + subtitle: "Energy hatches are your friend" + tasks: [{ + count: 2L + id: "2E5499C59AEB39B9" + item: "gtceu:lv_energy_input_hatch" + type: "item" + }] + title: "Powering Multiblocks" + x: 9.0d + y: 2.625d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "The &3Thermal Centrifuge&r is the most energy hungry out of the Ore Processing machines. It takes &aCrushed Ore&r or &aPurified Ore&r to give a different &6Byproduct&r from the &3Ore Washer&r, but at the same rate." + "{@pagebreak}" + "&bLore:&r The GT5 Thermal Centrifuge required 48EU/t to run. Yes, this may be above 32EU/t, but GT5 had &dspecial mechanics&r where certain machines such as this one could accept more than 1 Amp." + "" + "In GTCE, the Thermal Centrifuge was made to only work at MV with 60EU/t recipes. Let us be completely honest with you... it was &4a complete waste of time&r! Never worth it. Thankfully, we've buffed the machine to be much more relevant." + ] + id: "772F7CD63D31966A" + size: 0.6d + tasks: [{ + id: "10AB20A316EA688F" + item: "gtceu:lv_thermal_centrifuge" + type: "item" + }] + title: "Basic Thermal Centrifuge" + x: -1.125d + y: 2.625d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: ["The Sifter sifts &dGem type&r &aPurified Ores&r to find &aExquisite&r and &aFlawless&r Gems, which can be cut into normal Gems. It also finds &aPurified Dusts&r of that gem. Overall this gives a &6higher yield&r than other means.\\n\\nA small amount of &dFlawless Emerald&r will be required in the MV Age, and running ores in &3Sifting Machine&r is how you obtain them.\\n\\nEach higher tier of &3Sifter&r increases the chance of all Gem types to be found, at the cost of more energy. \\n\\n&9Note:&r If you crushed Gem Ores (such as Diamond), it is critical you use this machine to recover the actual gems in non dust form. However, this is a rather slow process, so you may sometimes want to smelt this type of ore directly into the Gem."] + id: "7A64425597F58015" + size: 0.6d + tasks: [{ + id: "2D87ADACFE1EF8E5" + item: "gtceu:lv_sifter" + type: "item" + }] + x: 0.375d + y: 5.625d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&lOutside of Ore Processing:&r" + "" + "You can make &6Paper out of Wood&r so that you no longer rely on &aSugar Canes&r&9*&r. You're probably sick of them by now, especially if you've played Nomifactory previously." + "" + "There are some other less important recipes, such as applying colours to various items and blocks, or bleaching them." + "" + "&9*&r &aSugar&r is still useful as a requirement for &cTNT&r production in the &6HV&r age, so don't ditch your setups entirely!" + "{@pagebreak}" + "&lFor Ore Processing:&r" + "" + "Some &aCrushed Ores&r have alternate routes when washed into &aPurified Ore&r, involving bathing in either &aMercury&r or &aSodium Persulfate&r. This step is not really important, unless you really want that special &6Byproduct&r. This can be a nice alternate source of Gold (hint, hint!)." + ] + id: "330BDB559A7BAB35" + size: 0.6d + subtitle: "The Chemical Bath bathes..." + tasks: [{ + id: "526A5FF9B5DBB129" + item: "gtceu:lv_chemical_bath" + type: "item" + }] + title: "Basic Chemical Bath" + x: 0.8999999999999999d + y: 3.3d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "This machine combines washing for simple automation, but also advanced and precise washing for byproducts." + "" + "Washing a &aCrushed Ore&r will grant a &aPurified Ore&r which can be refined further, some useless stone, and more importantly, the first &6Byproduct&r!" + "" + "Any Ore will give at &9minimum 2/3rd of a Dust&r of this Byproduct through washing! Prioritize this step the most." + "" + "Distilled Water over Water cuts recipe duration in half, but is also more difficult to produce." + ] + id: "58BA62A3A8A32C24" + size: 0.6d + tasks: [{ + id: "1C03C5F3E5196342" + item: "gtceu:lv_ore_washer" + type: "item" + }] + title: "Basic Ore Washing Plant" + x: 1.125d + y: 5.25d + } + { + dependencies: [ + "32EA7E81885C8E87" + "10ECB471A77F5136" + ] + description: [ + "By clicking the &6Circuit Configuration Slot&r in machines, you can create a &bGhost Programmed Circuit&r. " + "" + "This is a fake circuit that allows you to select a given configuration for recipes! There's no need to spend your circuits crafting &bProgrammed Circuits&r anymore." + "" + "&dElectric Machines&r and &dItem Input Buses&r will have a Ghost Circuit Slot." + "{@pagebreak}" + "&bLore&r: This feature is originally from GTNH!" + ] + icon: { + Count: 1b + id: "gtceu:programmed_circuit" + tag: { + Configuration: 0 + } + } + id: "59F0060B55307311" + shape: "rsquare" + size: 0.6d + subtitle: "Don't want to spend your circuits to select recipes?" + tasks: [{ + id: "7C04F3247B0C0BCB" + type: "checkmark" + }] + title: "Programmed Circuits" + x: 3.0d + y: 2.1d + } + { + dependencies: ["648BCF486E16CCB2"] + description: ["Make this machine only when you feel like it's time you invest into Batteries."] + id: "37307A46E70011D3" + rewards: [{ + count: 2 + id: "25A57A151B7E8FEB" + item: "gtceu:lithium_dust" + type: "item" + }] + size: 0.6d + subtitle: "This machine does nothing exciting" + tasks: [{ + id: "5521E4E26119E152" + item: "gtceu:lv_canner" + type: "item" + }] + title: "Basic Canner" + x: 3.0d + y: 3.375d + } + { + dependencies: [ + "37307A46E70011D3" + "6D9D54FAB21EC086" + ] + description: [ + "&aBatteries&r can be put into the energy slot at the bottom middle of machine GUIs, or in a &3Battery Buffer&r." + "" + "When inside your inventory, they can be sneak-right-clicked to allow the batteries to &dcharge&r your EU items." + "" + "&7LV&r, &bMV&r, and &6HV&r Batteries come in three forms, allowing you to pick the one you find the best depending on materials you have. &dLithium&r has the best capacity, followed by &dCadmium&r, then &dSodium&r." + "" + "Our recommendation is: find a Salt vein, and either &aelectrolyze Salt&r for &dSodium&r, or &a wash crushed Lepidolite&r for &dLithium&r." + "" + "Get &eany&r &aBattery&r to complete this quest." + ] + id: "3E6DC423FE4A99F7" + size: 0.6d + subtitle: "Batteries for storing energy!" + tasks: [{ + icon: "gtceu:lv_sodium_battery" + id: "47D0D12A26963702" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:batteries/lv" + } + } + title: "Any #forge:batteries/lv" + type: "item" + }] + title: "Batteries!" + x: 5.25d + y: 3.375d + } + { + dependencies: ["3E6DC423FE4A99F7"] + description: [ + "By itself, the Battery Buffer does nothing. However, if you place batteries inside its internal storage, it will act as a power buffer." + "" + "The &3Battery Buffer&r handles &9two Amps in&r, and &9one Amp out&r, &dper Battery&r. The output side has the dot, and all other sides are used as inputs." + "" + "&6It will also charge &lboth&r EU and RF Tools inside it&r." + "" + "This is a must have if you don't have unlimited power at hand. Get &eany&r LV Battery Buffer to finish the quest. However, the 16 slots variant is likely overkill at this stage." + "{@pagebreak}" + "&9Note:&r Do not loop your lossy Cables back to your Battery Buffer! If you think about it, you will just end up voiding energy!" + "" + "&bLore:&r To be frank with you, the GTCE Battery Buffer was... mediocre. It has been reworked in GTCEu to provide a mix between GT5 and GTCE's functionality. Energy now splits evenly across all batteries!" + ] + icon: "gtceu:lv_battery_buffer_4x" + id: "6431381FBE07D6EF" + size: 0.9d + tasks: [ + { + id: "23FCFCA69488AA2B" + item: "gtceu:lv_battery_buffer_4x" + type: "item" + } + { + id: "2D59C65816F60CEF" + item: "gtceu:lv_battery_buffer_8x" + type: "item" + } + { + id: "679E89402D7ECE10" + item: "gtceu:lv_battery_buffer_16x" + type: "item" + } + ] + title: "Battery Buffer" + x: 6.375d + y: 3.375d + } + { + dependencies: [ + "1646BF9194100E57" + "6431381FBE07D6EF" + ] + description: [ + "This Quest explains the core mechanic of the &3Electric Blast Furnace&r, whilst surrounding Quests will explore the mechanics of the Multiblock Parts that you will also need. Be sure to refer to them!" + "" + "Anyway, the &3EBF&r is your &efirst electric multiblock&r! Congrats. It is used to process materials at high temperatures." + "" + "You'll become familiar with the EBF to make &aAluminium&r and progress to &d&bMV Age&r. It can also make &7Steel&r faster than a PBF." + "{@pagebreak}" + "It's important to keep in mind that the EBF is a beefy boy. The minimum power cost to run a recipe is &9120 EU/t&r! That's slightly under 4 &7LV&r Generators. This is why it was locked behind the Battery Quest. You may wish to consider building a separate power line, with separate Generators and Battery Buffer to run this." + "" + "&bLore:&r We have a config &o\"casingsActiveEmissiveTextures\"&r which enables bloom on the Coils of the EBF when it is running. Feel free to disable it if you're not a fan, no need to restart the game." + ] + id: "1E9BE8D3F8A602DC" + rewards: [{ + count: 16 + id: "0DBE03823EE6616B" + item: "gtceu:invar_ingot" + type: "item" + }] + shape: "gear" + size: 1.5d + subtitle: "A big milestone!" + tasks: [{ + id: "10F6305A7E5D186D" + item: "gtceu:electric_blast_furnace" + type: "item" + }] + x: 8.25d + y: 3.75d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "There are two really important factors to know when building Multiblocks." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:heatproof_machine_casing" + id: "5508FD87F3EDFC43" + shape: "circle" + size: 0.6d + subtitle: "Here to help you form Multiblocks" + tasks: [{ + id: "07327C56D34ED0D7" + type: "checkmark" + }] + title: "Forming Multiblocks" + x: 9.299999999999999d + y: 3.3d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "The Autoclave is typically the last step of Gem Processing. It is used turn a select few &aGem Dusts&r back into regular Gems." + "" + "It is veeeery slow - thus, it is generally not advised to crush gem ores at all, as the recovery process is too expensive." + "" + "&9Note:&r In this modpack, the Autoclave is required to make Fluix Crystals to progress in Applied Energistics. Sorry!" + ] + id: "22A1A629AF754066" + size: 0.6d + tasks: [{ + id: "30C94122AD446D9B" + item: "gtceu:lv_autoclave" + type: "item" + }] + title: "Basic Autoclave" + x: -1.5d + y: 3.375d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: ["A rarely used machine. It uses magnetism to separate some Magnetic ores and gain additional &6Byproducts&r you would not obtain otherwise."] + id: "24B4D9608718EE27" + size: 0.6d + tasks: [{ + id: "3162F3E3D12E00FB" + item: "gtceu:lv_electromagnetic_separator" + type: "item" + }] + title: "Basic Electromagnetic Separator" + x: 0.375d + y: 2.625d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "This quest is a light look over the &dfull scale of regular Ore Processing&r. Why \"regular\", you might wonder? Well... some ores require special treatment, but that's a topic for much later. Oh no, we're already getting carried away!" + "" + "Each quest surrounding this one gives a different machine that has some involvement in Ore Processing." + "" + "&cNote:&r Do not get too carried away with Ore Processing! It is very slow at this point, and somewhat power hungry. Around 90% of ores are not important enough to warrant going out of your way to obtain their byproducts. That's a legitimate stat, by the way!" + ] + icon: "gtceu:sulfur_crushed_ore" + id: "701BCADAE5CF6CA5" + shape: "circle" + size: 0.6d + subtitle: "Hey, don't run away!" + tasks: [{ + id: "3A7506F2C9145157" + title: "I agree to lose my sanity" + type: "checkmark" + }] + title: "What is this Mess?: Part Two" + x: -0.375d + y: 4.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "The &7LV&r Age will require you to craft a lot of different machines! Here's a friendly tip if you're struggling to set goals: pick an item in a later quest and go backwards from there." + "" + "With that in mind... why don't we start with a &5Fusion Controller&r? Never mind, slightly too ambitious - let's check a closer goal instead. Ah, yes - the &3Electric Blast Furnace&r, the main end goal of &7LV&r Age - should be a good target." + "" + "The EBF is &aexpensive&r, which is why you should initially focus on machines to make components and materials cheaper. Our quests will try to will guide you in the right direction." + "" + "Other important goals are crafting the &3LV Assembler&r and making your first &aMV Circuits&r." + ] + id: "648BCF486E16CCB2" + shape: "circle" + size: 0.6d + subtitle: "Too many options, too little time!" + tasks: [{ + id: "07CE2766ECA4B0D8" + title: "I... might have some sense of direction now" + type: "checkmark" + }] + title: "LV Age Progression" + x: 1.875d + y: 4.5d + } + { + dependencies: ["3D98819A799D2E64"] + description: [ + "Build this machine next to your &3Chemical Reactor&r to automatically solidify Rubber into &aRubber Sheets&r." + "" + "You can make your Chemical Reactor auto-output if you &dwrench&r the side of your &3Chemical Reactor&r and enable Fluid &9auto-output&r." + "" + "There will be more Fluids to solidify, so you may re-purpose your &3Fluid Solidifier&r when not crafting Rubber - or make a second one!" + ] + id: "581CDF545E1EA1FD" + rewards: [{ + id: "2B85DCFFF22770D8" + item: "gtceu:rubber_bucket" + type: "item" + }] + size: 0.9d + subtitle: "The Fluid Solidifier solidifies..." + tasks: [{ + id: "20B1CA4DB2750E84" + item: "gtceu:lv_fluid_solidifier" + type: "item" + }] + title: "Basic Fluid Solidifier" + x: 4.125d + y: 4.5d + } + { + dependencies: ["3E6DC423FE4A99F7"] + description: [ + "The Prospector is an amazing tool to find veins." + "" + "Its GUI is interactive, and lets you scan for ores." + "" + "&bLore:&r &oBack in MY day, the portable Prospector was locked to &d&oLuV&r&o! Kids these days have it easy!" + ] + id: "2E36E5755B2F551C" + shape: "rsquare" + size: 0.6d + tasks: [{ + id: "1AC97E61EF4958C8" + item: "gtceu:prospector.lv" + type: "item" + }] + title: "This is Hacking" + x: 5.25d + y: 4.5d + } + { + dependencies: [ + "5B2696206205CB2E" + "70432F650591353C" + ] + description: [ + "Prepare &a128 Cupronickel&r, &a32 Bronze&r and &a16 Tin Alloy&r to craft the Heating Coils required for your first Electric Blast Furnace." + "" + "This is still less than half (!) of the cost of the whole EBF in raw materials. You will also need about a stack each of Invar and Steel, so get mining!" + "" + "The Cupronickel Coils will allow the EBF to perform recipes up to &d1,800K&r (ignoring Voltage bonuses). That's pretty hot if you ask me." + ] + icon: { + Count: 1b + id: "gtceu:cupronickel_coil_block" + tag: { + active: 1b + } + } + id: "1646BF9194100E57" + rewards: [ + { + count: 8 + id: "2DF635DEFA2D4DCD" + item: "gtceu:nickel_ore" + type: "item" + } + { + count: 8 + id: "35B63F2E0C108D08" + item: "minecraft:copper_ore" + type: "item" + } + ] + size: 0.9d + subtitle: "Baby's first heating coil" + tasks: [{ + count: 16L + id: "4F19FBED1E1766AC" + item: "gtceu:cupronickel_coil_block" + type: "item" + }] + title: "Cupronickel Coils" + x: 6.375d + y: 4.5d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "Maintenance in GregTech is not as bad as you think (promise!), and multiblocks with this hatch look pretty slick!" + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "&bLore:&r Maintenance dates back to GregTech 3 for Minecraft 1.5.2. That's a long time ago!" + "" + "Maintenance problems increased power usage instead of duration. And that caused all sorts of &o\"happy\"&r issues. Ah, fun times!" + ] + id: "5935E382FB8440A1" + shape: "rsquare" + size: 0.6d + subtitle: "Forget what you know!" + tasks: [{ + id: "4A60B3762FF5DE36" + item: "gtceu:maintenance_hatch" + type: "item" + }] + title: "Maintenance isn't scary either!" + x: 8.25d + y: 6.0d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "The &3Electric Blast Furnace&r requires a &3Muffler Hatch&r to run. This hatch must be &cunobstructed&r so it can output its beautiful smoke particles." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "&bLore:&r In GregTech 5, polluting multiblocks had Muffler Hatches. The higher tier the hatch, the lower the Pollution output." + "" + "Pollution had... &ointeresting&r... effects, such as turning grass and dirt into sand." + ] + id: "6A8AA847FF086063" + shape: "rsquare" + size: 0.6d + subtitle: "We swear we've changed!" + tasks: [{ + id: "4046E4E9D09C4FB1" + item: "gtceu:lv_muffler_hatch" + type: "item" + }] + title: "Mufflers aren't scary!" + x: 8.25d + y: 5.25d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&5Player:&r &oThat's it, I'm uninstalling! This pack is stupid! We're barely in &7LV&r&o, but you're asking me to make you a HV machine!?&r" + "" + "Yes! This is indeed not completable yet, which is also why this quest appears in the &6HV&r Chapter." + "{@pagebreak}" + "Remember how disappointing it was that you couldn't get byproducts with your Macerator? Well... that disappointment is gonna stay with you until you reach HV." + "" + "&6The Macerator will unlock its second and third slot at HV&r. Trust us, this will be great for Ore Processing. In fact, one byproduct is absolutely locked behind this (after the Thermal Centrifuge step)." + "" + "&cNote:&r Unlike in GTCE, the &bMV&r Macerator in GTCEu does &cnot&r have a second slot!" + "" + "&5Writer:&r &oCome back to me when you are stronger, young Cricket.&r" + ] + id: "1DA54DA70E12F499" + size: 0.6d + subtitle: "What? Why?!" + tasks: [{ + id: "5580AE2868E0E451" + item: "gtceu:hv_macerator" + type: "item" + }] + title: "Universal Macerator" + x: -0.375d + y: 2.25d + } + { + dependencies: ["3A8D7FC6F316C38C"] + description: [ + "The Gas Collector collects Air that can then be centrifuged into &aOxygen&r and &aNitrogen&r." + "" + "&bLore:&r GregTech 5 players remember when they had to use a Compressor with IC2 cells to get Compressed Air... here, cell chemistry is no more." + ] + id: "15928F50AE80A5CF" + shape: "rsquare" + size: 0.6d + tasks: [{ + id: "5710E0C2A7441809" + item: "gtceu:lv_gas_collector" + type: "item" + }] + title: "Basic Gas Collector" + x: 0.75d + y: 6.75d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "The &3Packager&r compresses &aTiny Dusts&r and &aSmall Dusts&r into &afull Dusts&r, which can be compressed further into Ingots." + "" + "It can also work in reverse, change between sizes of Wires, and much more..." + "" + "Unpacking Cables back into Wires and Rubber will be &every useful&r once you rewire your Energy Network." + "{@pagebreak}" + "&oYeah...&r the 3x3 compacting recipes do not sound useful because one can just use a Crafting Table. We urge you to consider the use of this machine for &9automation&r purposes." + "" + "For an &9automated&r Dust setup, route &aTiny Dusts&r into a buffer inventory (a chest will do) placed next to your &3Packager&r." + "" + "Next place a &3Robot Arm&r and configure it to \"&dImport&r\", and \"&dSupply Exact 9&r\". Finally, use the Machine auto-output on another side." + "" + "&bLore&r: In GTCE, the reverse operation required a separate machine, the Unpackager." + ] + id: "3F123950216DF93B" + size: 0.6d + tasks: [{ + id: "33AEA84A406741FF" + item: "gtceu:lv_packer" + type: "item" + }] + title: "Basic Packer" + x: -1.5d + y: 4.2d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "The &3Chemical Reactor&r will be required for &la lot&r of recipes." + "" + "Let's give it a spin - why don't we use your freshly made Chemical Reactor to unlock a new, &6better recipe for Rubber&r? Rubber is &dunusable&r as a Fluid, so you will need to make another machine to process it further." + "{@pagebreak}" + "You can't make Rubber using the Chemical Reactor alone, so here are some &aother machines&r you might want to aim for: " + "" + "A &3Solidifier&r is useful to solidify your Rubber directly into &aRubber Sheets&r. You'll want these moving forward." + "" + "You could then make use of an &3Assembler&r to use your molten Rubber for &aCables&r. This isn't important for Tin Cables, but better cables will &eneed&r to be made in the Assembler." + "" + "&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A Drum is the perfect candidate." + ] + icon: "gtceu:lv_chemical_reactor" + id: "3D98819A799D2E64" + size: 0.9d + subtitle: "Chemistry for dummies" + tasks: [ + { + id: "108424445D0F748A" + item: "gtceu:lv_chemical_reactor" + type: "item" + } + { + amount: 1296L + fluid: "gtceu:rubber" + id: "75DD10F659BA5406" + type: "fluid" + } + ] + title: "Basic Chemical Reactor" + x: 3.0d + y: 5.625d + } + { + dependencies: ["3D98819A799D2E64"] + description: [ + "Cells are an alternative form of Fluid storage. All Cell types with the same type and amount of Fluid inside them &6stack&r. They can be automatically filled with a &3Canning Machine&r." + "" + "Cells hold &done bucket&r of Fluid." + "{@pagebreak}" + "Universal Cells hold up to &done bucket&r, but also can store &9fractions&r of Buckets. They're particularly ideal if you want to store leftover Fluid without crafting a whole Drum. " + "" + "Cells made from higher tier materials can hold even more fluid, but &9Drums&r and &9Super Tanks&r will hold more by then." + "" + "Like Drums, Cells can be placed into a crafting grid to clear their contents." + ] + icon: "gtceu:fluid_cell" + id: "292938760AB9A12B" + shape: "rsquare" + size: 0.6d + subtitle: "GTCE killed cell chemistry... GTCE killed Cells!" + tasks: [ + { + id: "48507FA04651418B" + item: "gtceu:fluid_cell" + type: "item" + } + { + id: "012C90A73EC79E11" + item: "gtceu:universal_fluid_cell" + type: "item" + } + ] + title: "Dead Cells" + x: 4.125d + y: 5.625d + } + { + dependencies: [ + "581CDF545E1EA1FD" + "5B2696206205CB2E" + ] + description: [ + "Use both of your new machines to turn a material into a Fluid, and solidify it back to a Rotor! This combination makes Rotors far easier to craft - &6four Ingots per Rotor&r, as well." + "" + "You can also do the same for &6Gears&r and &6Small Gears&r, which will then be superseded when you make a &3MV Extruder&r." + "" + "&9Note:&r Some metals require higher voltage than LV for Fluid Extraction, so make sure to keep an eye on the recipe tier in JEI." + ] + icon: "gtceu:rotor_casting_mold" + id: "115C4226F6473F0C" + rewards: [{ + count: 2 + id: "7162E47A4FB3EDB1" + item: "gtceu:empty_mold" + type: "item" + }] + shape: "rsquare" + size: 0.6d + subtitle: "Time to end the misery of hand crafting rotors!" + tasks: [ + { + id: "4A68C6BC78CB07E2" + item: "gtceu:rotor_casting_mold" + type: "item" + } + { + count: 8L + id: "7EF3EDA1698AFB7F" + item: "gtceu:tin_rotor" + type: "item" + } + ] + title: "Combo!" + x: 5.25d + y: 5.625d + } + { + dependencies: ["199361B5FEC959EA"] + description: [ + "&aSoldering Alloy&r is used solely as a &9Fluid&r, and in most cases is &dinterchangeable&r in circuit recipes as a cheaper alternative to Tin&r." + "" + "The choice is yours. Save more materials? Make Soldering Alloy. Spend less time crafting materials? Tin is the way to go." + ] + icon: "gtceu:soldering_alloy_ingot" + id: "713C8D6A20BF3A0E" + shape: "rsquare" + size: 0.6d + subtitle: "I got soul but I'm not a solder" + tasks: [{ + id: "67F9F84D66E32728" + item: "gtceu:soldering_alloy_dust" + type: "item" + }] + title: "Soldering Alloy" + x: 8.453826530612233d + y: 6.766751700680324d + } + { + dependencies: [ + "32B08E6F414A00C0" + "4B979482EF026BFF" + ] + description: [ + "With LV power, the only way of getting &aAluminium Dust&r is by electrolyzing &9Sapphire&r or &2Green Sapphire&r. Aluminium is the main &bMV&r material, similar to how Steel is crucial in &7LV&r, and Bronze is important in the &6Steam Age&r." + "" + "It would be wise to obtain enough Sapphire to electrolyze into a full stack of &aAluminium Dust&r - it &lwill&r be useful very soon. Plus, bonus Oxygen is always nice." + ] + id: "2F1CCFEBAB71B1F3" + rewards: [{ + count: 12 + id: "6ED23A377745D74A" + item: "gtceu:green_sapphire_ore" + type: "item" + }] + size: 0.9d + tasks: [{ + count: 6L + id: "3B6DC3146DB686BF" + item: "gtceu:sapphire_dust" + type: "item" + }] + title: "Sapphire" + x: -2.625d + y: 5.625d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&lOutside of Ore Processing:&r" + "" + "Similar to the Centrifuge, this machine does a lot of things - we can't hope to list them all! Fortunately, it's one of the cheapest &7LV&r machines, so grab it as soon as it becomes necessary." + "{@pagebreak}" + "&lFor Ore Processing:&r" + "" + "Okay, we lied. It's not &oexactly&r used for Ore Processing, it's actually used in the &adecomposition of Dusts&r. However, most of the useful electrolysis recipes are locked at &bMV&r. You can peep at the &emolecular formula&r in a dust's tooltip to see what you can get from electrolysis." + "{@pagebreak}" + "&cTake caution!&r Due to how ores work, directly smelting dusts into Ingots can give higher metal yields than electrolysis. However, it means you lose the other products in the dust. You will have to decide whether you want to prioritise direct value, or byproduct count." + ] + id: "32B08E6F414A00C0" + rewards: [{ + count: 2 + id: "63E578C8E82CB9DC" + item: "gtceu:lv_electric_motor" + type: "item" + }] + size: 0.9d + tasks: [{ + id: "536874A8C35E1C86" + item: "gtceu:lv_electrolyzer" + type: "item" + }] + title: "Basic Electrolyzer" + x: -1.5d + y: 5.625d + } + { + dependencies: [ + "5263F866638D875C" + "2F1CCFEBAB71B1F3" + ] + description: [ + "For now, you should use &9Water&r for its recipes instead of trying to acquire Lubricant." + "" + "The &3Cutting Machine&r additionally unlocks converting &6Rods into four Bolts&r." + "" + "This machine is the only way to obtain &dGem Plates&r, which are needed to craft Filters, and by extension, the &3Gas Collector&r." + ] + id: "3A8D7FC6F316C38C" + shape: "rsquare" + size: 0.6d + subtitle: "The Cutter... cuts..." + tasks: [{ + id: "662DB818821C4EAE" + item: "gtceu:lv_cutter" + type: "item" + }] + title: "Basic Cutter" + x: -1.5d + y: 6.75d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&lOutside of Ore Processing:&r" + "" + "Oh boy, what can't this machine do? Decomposition recipes to separate dust types, separating air, do your taxes, and many others..." + "" + "The list is too long! Let's just say &cyou need the Centrifuge&r." + "{@pagebreak}" + "&lFor Ore Processing:&r" + "" + "This takes &aImpure Dust&r or &aPurified Dust&r and turns them into clean Dust, plus an added tiny Dust &6Byproduct&r. This is outside of the optimal chain for Byproducts, but this is also the cheapest Ore Processing machine of the presented array to run and to setup on a small scale." + "{@pagebreak}" + "&bLore:&r In base GTCE, this was objectively the strongest Ore Processing machine as it was fairly easy to use, and gave three tiny dusts, just like the Ore Washer or the Thermal Centrifuge. We tuned it down in favor of diversity." + ] + id: "5263F866638D875C" + rewards: [{ + id: "525C65CA6AFD3C11" + item: "minecraft:cauldron" + type: "item" + }] + size: 0.9d + tasks: [{ + id: "20EDB55B8D5CDAD6" + item: "gtceu:lv_centrifuge" + type: "item" + }] + title: "Basic Centrifuge" + x: -0.375d + y: 6.75d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "It is recommended that you &6put this machine off&r until you actually require it for for progression - explore elsewhere if you're new to the &7LV&r Age." + "" + "Some alloys previously made by hand can also be made in the mixer, except at &ahigher yield&r." + ] + id: "257DB4B39B2A928E" + size: 0.6d + subtitle: "The Mixer mixes..." + tasks: [{ + id: "4A0B4A206ED30212" + item: "gtceu:lv_mixer" + type: "item" + }] + title: "Basic Mixer" + x: 1.875d + y: 6.75d + } + { + dependencies: [ + "63CD0236B337EAAD" + "37307A46E70011D3" + "3D98819A799D2E64" + ] + description: [ + "Unfortunately, this is only an &lEmpty&r Spray Can, which you have to fill with Chemical Dye before using." + "" + "&aSpray Cans&r do not provide any functionality involving machines, but can be quite &bvisually appealing and useful&r!" + "" + "Any (or almost any) GregTech tile entity (machine, pipe, cable...) can be &6painted&r to one of the 16 colors of your choosing. This is great for screenshots, or to separate different setups for convenience in a Multiplayer base. They also help with distinguishing between pipelines and cables." + "" + "Holding the &aSpray Can&r in the offhand will automatically paint any block you place." + ] + id: "5AD9884E7BFB2510" + size: 0.6d + subtitle: "Time for server tag wars" + tasks: [{ + id: "28CFFA0F7A33E02F" + item: "gtceu:empty_spray_can" + type: "item" + }] + title: "Spray Can" + x: 3.0d + y: 6.75d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "While this is an extremely &9important&r machine for progression, this will &9&lnot help you immediately&r as it is &cexpensive.&r Most of the recipes you will want to pursue require &cfluids&r. Set up a little bit more infrastructure before rushing this." + "" + "With that out of the way, the &3Assembler&r is crucial to gameplay. Consider it as important as a Crafting Table, except... well, it's a machine, duh." + "" + "We as \"modpack developers\" also love to use this to include all sorts of custom recipes - and speaking of custom recipes, the Assembler now unlocks &dApplied Energistics 2&r!" + "{@pagebreak}" + "Once you have enough infrastructure you will be able to make use of better recipes for:" + "" + "&9-&r &6Vacuum Tubes&r, giving over double the previous yield" + "" + "&9-&r &6Resistors&r, granting 4 resistors per craft!" + "" + "&9-&r &6Circuit Boards&r, greatly reducing copper used" + "" + "Wahoo!" + "" + "&bLore:&r Back in the days of GregTech 2, the Assembling Machine only had two slots, and was only really used for alternate Circuit and Hull recipes." + ] + id: "63CD0236B337EAAD" + rewards: [ + { + count: 4 + id: "15CB6A60C5C891BB" + item: "gtceu:basic_electronic_circuit" + type: "item" + } + { + id: "3AF49D4A68D17C1A" + item: "gtceu:lv_machine_hull" + type: "item" + } + ] + shape: "gear" + size: 1.5d + tasks: [{ + id: "6B5537B80EB05B30" + item: "gtceu:lv_assembler" + type: "item" + }] + x: 4.125d + y: 6.75d + } + { + dependencies: [ + "63CD0236B337EAAD" + "5B2696206205CB2E" + ] + description: [ + "&3Voiding Covers&r can be attached to GregTech Machines, Crates or Drums. They will void stuff you don't want. How fancy!" + "" + "For machines, it will only void items in the Output slots. The Input slots are ignored." + "" + "You can attach a &aFilter&r for more precise voiding." + "{@pagebreak}" + "An advanced version also exists, which requires a &dMV Circuit&r. It enables voiding above a set threshold - great for for overflow control." + "" + "&9Note:&r They default to being switched off, to prevent accidental voiding. Right-click them with a &5Soft Mallet&r to activate them." + "" + "Obtaining &eany&r Voiding Cover will complete this Quest." + ] + icon: "gtceu:item_voiding_cover" + id: "249B9E104CAF5FE6" + rewards: [{ + count: 32 + id: "7B4720913F7D4D6E" + item: "minecraft:cactus" + type: "item" + }] + shape: "rsquare" + size: 0.6d + subtitle: "The best mechanic - making an item or fluid disappear!" + tasks: [ + { + id: "69BC88293080C522" + item: "gtceu:item_voiding_cover" + type: "item" + } + { + id: "4787AD5F61E1914E" + item: "gtceu:fluid_voiding_cover" + type: "item" + } + ] + title: "Voiding Covers" + x: 5.25d + y: 6.75d + } + { + dependencies: [ + "63CD0236B337EAAD" + "581CDF545E1EA1FD" + ] + description: [ + "Hm... didn't we make this joke already?" + "" + "The reason we didn't present &7LV&r versions of &6Steam&r machines is because they are &4NOT&r required! You may not want to invest into an upgrade that does next to nothing. Except for &othis one&r specifically, because it's a big improvement over the &6Steam Age&r." + "" + "The &3Basic Extractor&r gains Fluid capabilities, which enables &aFluid Extraction&r. Use it to melt Rubber that you previously solidified, to &dmelt Soldering Alloy&r for your circuits, and to &dmelt Red Alloy&r for the &6best Vacuum Tube recipe&r in the &3Assembler&r!" + "{@pagebreak}" + "&bLore:&r Did you notice this machine is &oboth&r an Extractor and a Fluid Extractor? The two of them were separate machines in previous versions of GregTech." + ] + id: "5B2696206205CB2E" + size: 0.9d + subtitle: "The Steam Extractor extracts..." + tasks: [{ + id: "5CD363C839475426" + item: "gtceu:lv_extractor" + type: "item" + }] + x: 6.375d + y: 6.75d + } + { + dependencies: [ + "0DBC148D92A9F69F" + "5B2696206205CB2E" + ] + description: [ + "From now on, all Circuits should be made in a &3Circuit Assembler&r. Use it now to make &6far cheaper LV and MV circuits&r." + "" + "Each time you upgrade to a new tier of &3Circuit Assembler&r, you will be able to craft more &dadvanced themes&r of circuit. These will use &ccomplex&r and &msometimes&r unfamiliar ingredients, but will be more efficient to craft overall." + "" + "&bLore:&r The Circuit Assembler has made appearances in and out of GregTech versions. GT5 did not have it, and it was reimplemented in GT5 Unofficial. GTCE decided not to port it, and the tug-of-war continues with its inclusion in GTCEu." + ] + id: "199361B5FEC959EA" + rewards: [{ + id: "0418E257FEDA52B7" + item: "gtceu:good_electronic_circuit" + type: "item" + }] + size: 0.9d + subtitle: "Hopefully, your first MV Circuit expense" + tasks: [{ + id: "6287E8A7C254ECA7" + item: "gtceu:lv_circuit_assembler" + type: "item" + }] + x: 7.5d + y: 6.75d + } + { + dependencies: ["1A77CA35F054F988"] + description: [ + "The &3Arc Furnace&r uses a lil' bit of &9Oxygen&r to smelt items in a different fashion than Furnaces." + "" + "You can use it to make easier &aWrought Iron&r, double your &aGlass&r, and gain access to &aAnnealed Copper&r." + "" + "It can also recycle various components and machines back to their original material." + "{@pagebreak}" + "&bLore:&r Previous versions had both the Arc Furnace and the &bPlasma Arc Furnace&r. In that case, why not use one machine for both? Well, that's exactly what we thought - but we ultimately decided to remove one of the two &bplasma&r recipes. And then the other &bplasma&r recipe. " + "" + "In short, the &bPlasma Arc Furnace&r is &4gone&r. RIP." + ] + id: "63256ED95F17B242" + rewards: [{ + id: "2DF03194A80B3F4B" + item: "gtceu:oxygen_bucket" + type: "item" + }] + size: 0.9d + tasks: [{ + id: "2374C06C5E1EFC24" + item: "gtceu:lv_arc_furnace" + type: "item" + }] + x: -2.625d + y: 7.875d + } + { + dependencies: ["3A8D7FC6F316C38C"] + description: [ + "A fancy tool to help with base building. The gadget has different modes that you can view by holding the relevant hotkey - it defaults to &eG&r." + "" + "Be sure to check out the &3Destruction Gadget&r and the &3Copy Paste Gadget&r." + "" + "Charge this in the charger slot of any GregTech machine." + ] + id: "0DAD0A6360448B39" + rewards: [{ + count: 64 + id: "754F6E206D20BC31" + item: "minecraft:bricks" + type: "item" + }] + shape: "rsquare" + size: 0.6d + subtitle: "A familiar face in the land of Greg" + tasks: [{ + id: "6B70AAED241FD9E6" + item: { + Count: 1b + id: "buildinggadgets:gadget_building" + tag: { + state: { + data: { } + serializer: "buildinggadgets:dummy_serializer" + state: { + Name: "minecraft:air" + } + } + } + } + type: "item" + }] + x: -2.625d + y: 6.75d + } + { + dependencies: [ + "5263F866638D875C" + "32B08E6F414A00C0" + ] + description: [ + "You could waste &o&eprecious years of your life&r in JEI looking for the most optimal Oxygen recipe, given the many ways to obtain it. Various minerals will produce it when electrolyzed." + "" + "If only the quest book had more information!" + "{@pagebreak}" + "Surprise! The best source according to us (!) is &acentrifuging Air&r after making a &dGas Collector&r, which you might not be able to make just yet. This recipe also gives &aNitrogen&r, which is handy as it can speed up certain &3Electric Blast Furnace&r recipes&r." + "" + "The second best source according to us (!) is &aelectrolyzing Silicon Dioxide&r. Silicon Dioxide is obtained from various sources, such as Glass Dust, Granite Dust and Black Granite Dust." + "{@pagebreak}" + "The third best source according to us (!) is &aelectrolyzing Water&r. In reality, electrolysis of water is more suitable for &aHydrogen production&r due to the higher energy cost." + "" + "The fourth best source according to us (!) is &ato not void&r it, EVER! Any Oxygen obtained from any source is worth something and should be stored in Tanks." + "" + "&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work." + ] + icon: "gtceu:oxygen_bucket" + id: "1A77CA35F054F988" + shape: "rsquare" + size: 0.6d + subtitle: "Achtually, it's Dioxygen..." + tasks: [{ + amount: 1000L + fluid: "gtceu:oxygen" + id: "70F00C67C9698A78" + type: "fluid" + }] + title: "Breath of Fresh Oxygen" + x: -1.5d + y: 7.875d + } + { + dependencies: ["5263F866638D875C"] + description: [ + "You can now &3centrifuge&r &aResin&r, which will still give Raw Rubber - but this time alongside &aGlue&r (and the less useful Plantball)." + "" + "Give yourself a headstart and get on producing Glue. You can use it to make &6cheaper Resistors&r, as well as &6cheaper Circuit Boards&r in the &3Assembling Machine&r (and it is especially useful &oin the near future&r)." + "" + "&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work." + ] + icon: "gtceu:glue_bucket" + id: "0EAC071414AEC07E" + rewards: [{ + count: 4 + id: "3134ECF63472A855" + item: "gtceu:rubber_log" + type: "item" + }] + size: 0.6d + subtitle: "Extractor? I hardly knew 'er!" + tasks: [{ + amount: 1000L + fluid: "gtceu:glue" + id: "3DD156ECA99FFA11" + type: "fluid" + }] + title: "Glued" + x: -0.375d + y: 7.875d + } + { + dependencies: [ + "5263F866638D875C" + "257DB4B39B2A928E" + ] + description: [ + "Many materials going forward cannot be smelted directly from any Ores! They are instead obtained as byproducts from processing of other ores. Gallium and Arsenic are &4among&r these materials." + "" + "For &dGallium&r, you may, ranged from worst to best (compromising difficulty and yields):" + "" + "&9- &3Electrolyze &aSphalerite&r for a low chance of small dust. Note that you lose out on direct smelting value." + "" + "&9-&r Put &aCrushed Bauxite&r in the &3Chemical Bath&r. Note that this requires &9Sodium Persulfate&r." + "" + "&9-&r Obtain it as a Byproduct of &aSphalerite&r Ore Processing in the &3Thermal Centrifuge&r or &3Centrifuge&r." + "" + "For &dArsenic&r, you will have to mine and &3centrifuge&r &aRealgar&r." + ] + id: "4073577B7EF9B593" + size: 0.6d + subtitle: "I hate byproducts, they're awesome" + tasks: [{ + id: "0FDC60275B1959C3" + item: "gtceu:gallium_arsenide_dust" + type: "item" + }] + title: "Gallium Arsenide" + x: 0.75d + y: 7.875d + } + { + dependencies: [ + "63CD0236B337EAAD" + "0EAC071414AEC07E" + ] + description: [ + "This Circuit Board is used to create &dMV Circuits&r!" + "" + "&9Note:&r You have <wo&r options when making the Phenolic Printed Circuit Board. If you use &aSodium Persulfate&r or &aIron III Chloride&r, making boards takes &6only a quarter of the Silver&r as opposed to the crafting recipe." + "" + "&lHowever&r, given how painful it may be for you to obtain these chemicals &oright now&r, you can simply use more Silver by mining most of a Galena Vein..." + "" + "The quest for &aSodium Persulfate&r is in the MV chapter, if you have time to spare for some light reading." + "{@pagebreak}" + "&bLore:&r Back in GTCEu 1.12.2, these circuit boards were called \"&2Good Circuit Boards&r\". Not exactly a fitting name, as they're &4rather evil&r to craft!" + ] + id: "3647B1B964A15E4E" + rewards: [{ + id: "2B815290D1F7D038" + item: "gtceu:resin_printed_circuit_board" + type: "item" + }] + size: 0.6d + tasks: [{ + id: "2DE7B75F25A4AB9E" + item: "gtceu:phenolic_printed_circuit_board" + type: "item" + }] + x: 3.0d + y: 7.875d + } + { + dependencies: ["63CD0236B337EAAD"] + description: [ + "Getting into Applied Energistics at this point is possible, but also a little bit involved..." + "" + "You will need to make quite a few &7LV&r machines, and the &7LV-tier&r recipes for some AE2 items are comparatively expensive without access to more advanced technology." + "" + "In LV age you will be able to craft:" + "" + "&6-&r Energy Acceptor" + "" + "&6-&r ME Terminal" + "" + "&6-&r 1k ME Storage component" + "" + "&6-&r ME Chest" + "{@pagebreak}" + "&9Note:&r This pack includes &5Fluix Crystals&r, but they are generated as a GT material, rather than the default AE2 Fluix Crystals. To get them, put &dFluix Dust&r in the &aAutoclave&r, which is made from &7Certus Quartz Dust&r, &eNether Quartz Dust&o&r and &cRedstone&r in a &aMixer&r. No need to charge the Certus Quartz. It gets... charged in the Mixer... or something like that." + ] + id: "0E72017800A9766C" + rewards: [{ + count: 16 + id: "6511637BCAB0EC18" + item: "gtceu:certus_quartz_gem" + type: "item" + }] + shape: "rsquare" + size: 0.9d + tasks: [{ + id: "2080D5BB367332D3" + item: "ae2:cell_component_1k" + type: "item" + }] + title: "The Digital Age? Already!?" + x: 4.125d + y: 7.875d + } + { + dependencies: [ + "63CD0236B337EAAD" + "4073577B7EF9B593" + ] + description: [ + "Don't let JEI fool you... there's only one available recipe right now for this Primitive Diode." + "" + "Diodes have a infamously &4nasty recipe&r, but they will become cheaper and more convenient once you can obtain &ePolyethylene&r." + "" + "This is required for &dMV Circuits&r." + ] + id: "7BE7DE4C0109D788" + rewards: [{ + count: 8 + id: "7E08419FB2E4B575" + item: "gtceu:gallium_dust" + type: "item" + }] + size: 0.6d + subtitle: "Don't be swayed by JEI!" + tasks: [{ + id: "0FE8CA1C2D212378" + item: "gtceu:diode" + type: "item" + }] + x: 5.25d + y: 7.875d + } + { + dependencies: [ + "3647B1B964A15E4E" + "7BE7DE4C0109D788" + "4B979482EF026BFF" + ] + description: [ + "Well, have you made Aluminium Ingots yet?" + "" + "Each Electric Age has Circuits corresponding to its tier. The Good Electronic Circuit is the &dfirst MV Circuit&r you can make, out of the three tiers of MV Circuitry." + "" + "Always be on the lookout for a cheaper way to make your circuits - new sets of recipes become available each time you make a new tier of &2Circuit Assembler&r. Conveniently, this tier of Circuit unlocks one now! Its recipes are far, far cheaper than hand-crafting Circuits." + "" + "&6Having this and Aluminium will grant access to MV Machines.&r" + ] + id: "0DBC148D92A9F69F" + rewards: [{ + count: 4 + id: "052E7DFC7E0B9EEF" + item: "gtceu:basic_electronic_circuit" + type: "item" + }] + shape: "gear" + size: 1.5d + subtitle: "Does that mean we're at MV yet?" + tasks: [{ + id: "70313E1917121E14" + item: "gtceu:good_electronic_circuit" + type: "item" + }] + title: "First MV Circuit!" + x: 7.5d + y: 7.875d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "Similarly to the Steam Multiblocks (I hope you made them!), you will need &3Busses&r to move items in and out." + "" + "For fluids, you will need &3Hatches&r. Higher tiers of &3Hatches/Busses&r have more slots." + ] + icon: "gtceu:lv_output_hatch" + id: "148F44A0575A0874" + shape: "rsquare" + size: 0.6d + tasks: [ + { + id: "233F7E2B406D621C" + item: "gtceu:lv_input_bus" + type: "item" + } + { + id: "224782FFB52AFDE7" + item: "gtceu:lv_output_bus" + type: "item" + } + ] + title: "Multiblock IO" + x: 7.125d + y: 5.625d + } + { + dependencies: ["2F1CCFEBAB71B1F3"] + description: [ + "As mentioned in the previous quest, electrolyse the Sapphire Dust to get your Aluminium Dust." + "" + "Now all you need is an EBF! If you haven't started to work towards one, move to the right on this quest page and you'll end up there." + ] + hide_dependent_lines: true + id: "45B71324028F6E68" + size: 0.6d + tasks: [{ + id: "144F4F8EF61BEEA5" + item: "gtceu:aluminium_dust" + type: "item" + }] + title: "Aluminium Dust" + x: -3.75d + y: 6.75d + } + { + dependencies: [ + "1E9BE8D3F8A602DC" + "5508FD87F3EDFC43" + ] + description: ["Check out the tutorials tab for more information!"] + icon: "gtceu:robust_machine_casing" + id: "04C5C1FA9E81534F" + shape: "circle" + size: 0.6d + subtitle: "Here to help you troubleshoot issues" + tasks: [{ + id: "4A5FE8FFE17D4225" + type: "checkmark" + }] + title: "Troubleshooting Multiblocks" + x: 9.299999999999999d + y: 4.2d + } + ] + subtitle: ["Tame electricity and make your first machines"] + title: "&7LV&r - Low Voltage" +} diff --git a/config/ftbquests/quests/chapters/multiblock_dilemma.snbt b/config/ftbquests/quests/chapters/multiblock_dilemma.snbt new file mode 100644 index 000000000..30b082eb3 --- /dev/null +++ b/config/ftbquests/quests/chapters/multiblock_dilemma.snbt @@ -0,0 +1,265 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "multiblock_dilemma" + group: "1C1C4FB2AFCF489D" + icon: "gtceu:electric_blast_furnace" + id: "41FEC6178ABF1998" + order_index: 2 + quest_links: [ + { + id: "1F0BB0AD77F19FD4" + linked_quest: "4946FC5BCA4CCA88" + x: 0.0d + y: 0.0d + } + { + id: "3E07B33787FBC6BA" + linked_quest: "40DE888E6025C646" + x: 1.5d + y: 0.0d + } + { + id: "787AC5F1A89ABE41" + linked_quest: "1E9BE8D3F8A602DC" + x: 4.5d + y: 0.0d + } + { + id: "5A1F54545034FC9F" + linked_quest: "3568BC9742092FC5" + x: 6.0d + y: 0.0d + } + { + id: "29EFA88DBC897F46" + linked_quest: "05ADBAE5B6F38956" + x: 7.5d + y: 0.0d + } + { + id: "1C71CBF1424099CE" + linked_quest: "10987A49F647279E" + shape: "rsquare" + x: 9.0d + y: 0.0d + } + { + id: "421BA5ADC26DFB19" + linked_quest: "4AEAC79007790BD8" + shape: "rsquare" + x: 10.5d + y: 0.0d + } + { + id: "27D3C414C3E19143" + linked_quest: "1BE779AF4487E3EB" + shape: "rsquare" + x: 10.5d + y: 1.5d + } + { + id: "7E75AAD105D31F26" + linked_quest: "07906458E1A15683" + shape: "rsquare" + x: 9.0d + y: 1.5d + } + { + id: "321893F87228A360" + linked_quest: "16E7CAC7BC8BFD8E" + shape: "rsquare" + x: 7.5d + y: 1.5d + } + { + id: "7888064372044AD3" + linked_quest: "6DDDE2268B691F74" + shape: "rsquare" + x: 6.0d + y: 1.5d + } + { + id: "5D2C26C1501A2CE1" + linked_quest: "2655B72C9FF3B372" + shape: "rsquare" + x: 4.5d + y: 1.5d + } + { + id: "2637BCFD9681EABF" + linked_quest: "53DC6E32C41C94C3" + x: 3.0d + y: 1.5d + } + { + id: "1511F1BFFDF9D496" + linked_quest: "13901DA3D4F5C5A6" + x: 1.5d + y: 1.5d + } + { + id: "3003AF60FECF2899" + linked_quest: "33263404ED38C6D2" + shape: "rsquare" + x: 0.0d + y: 1.5d + } + { + id: "7D7392009AC28773" + linked_quest: "1BB40CCF17D00719" + shape: "rsquare" + x: 0.0d + y: 3.0d + } + { + id: "1666AE4895ABBED3" + linked_quest: "6C25D11A26306168" + shape: "rsquare" + x: 1.5d + y: 3.0d + } + { + id: "3656412C2AFCA8BF" + linked_quest: "7FF95F1216D104B2" + shape: "rsquare" + x: 3.0d + y: 3.0d + } + { + id: "026F45422E5639EB" + linked_quest: "48141DBA683F6B5A" + x: 4.5d + y: 3.0d + } + { + id: "6F23E13DC672A3F5" + linked_quest: "24866E83B280C9AB" + shape: "rsquare" + x: 6.0d + y: 3.0d + } + { + id: "0096F2E970A04203" + linked_quest: "6958029B5514D4EC" + x: 7.5d + y: 3.0d + } + { + id: "0205B65B6C2405A2" + linked_quest: "528CE69DA4358B2E" + x: 9.0d + y: 3.0d + } + { + id: "2206AD45E6B2389C" + linked_quest: "77B7B1EDD19831E0" + x: 10.5d + y: 3.0d + } + { + icon: { + Count: 1b + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "neutronium" + } + } + } + id: "454772220042D94B" + linked_quest: "188A8C3DD38C2762" + shape: "rsquare" + x: 10.5d + y: 4.5d + } + { + id: "7B3367C356023F61" + linked_quest: "4E9DED9569AA17F5" + x: 9.0d + y: 4.5d + } + { + id: "246855660369CA56" + linked_quest: "0F539EC8D2361791" + shape: "rsquare" + x: 7.5d + y: 4.5d + } + { + id: "278D7192878C56AC" + linked_quest: "189F84D6C76CDC8B" + shape: "rsquare" + x: 6.0d + y: 4.5d + } + { + id: "18F88B89C6DD238E" + linked_quest: "1137D2BA7E03D685" + x: 4.5d + y: 4.5d + } + { + id: "052E542D4D30CC93" + linked_quest: "466AC4DD902115EF" + shape: "rsquare" + x: 3.0d + y: 4.5d + } + { + id: "6DA657FC3F725B0C" + linked_quest: "1AD309112ADD8D8D" + shape: "rsquare" + x: 1.5d + y: 4.5d + } + { + id: "26A69E20AEC61DF1" + linked_quest: "249FA99AADAC3710" + shape: "rsquare" + x: 0.0d + y: 4.5d + } + { + id: "7D67FF93BFAF6A4A" + linked_quest: "328CFD483C26EA44" + shape: "rsquare" + x: 0.0d + y: 6.0d + } + { + id: "20FEF24F801577EF" + linked_quest: "2DAC91AF2EBB68E2" + x: 4.5d + y: 6.0d + } + { + id: "5926D9421E5D2E5D" + linked_quest: "4194EC9F1C6632E4" + shape: "rsquare" + x: 6.0d + y: 6.0d + } + { + id: "1D2DEC9BC14B9F64" + linked_quest: "546CC03435E763CF" + x: 7.5d + y: 6.0d + } + { + id: "0BAD33188878F715" + linked_quest: "24366846FDA52CE3" + x: 9.0d + y: 6.0d + } + { + id: "2B1E630DF1ED5624" + linked_quest: "023FF9633765A0EB" + x: 10.5d + y: 6.0d + } + ] + quests: [ ] + subtitle: ["A handy reference of all the multiblocks"] + title: "Multiblock Dilemma" +} diff --git a/config/ftbquests/quests/chapters/multiblock_madness.snbt b/config/ftbquests/quests/chapters/multiblock_madness.snbt new file mode 100644 index 000000000..69c80fc5e --- /dev/null +++ b/config/ftbquests/quests/chapters/multiblock_madness.snbt @@ -0,0 +1,345 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "multiblock_madness" + group: "719BFF182E0820D1" + icon: "gtceu:electric_blast_furnace" + id: "0D08F142B78A6A7F" + order_index: 1 + quest_links: [ + { + id: "2070029A6252326F" + linked_quest: "5508FD87F3EDFC43" + x: 0.0d + y: 0.0d + } + { + id: "26A01BF16CA80CC3" + linked_quest: "38BDF7CF00C0F79B" + x: 0.0d + y: 4.2d + } + { + id: "502BD626D3B097C8" + linked_quest: "04C5C1FA9E81534F" + x: 0.0d + y: 1.0d + } + { + id: "66B63B45F744EA31" + linked_quest: "5935E382FB8440A1" + x: 0.0d + y: 2.1d + } + { + id: "7DDF4C35977BC0CD" + linked_quest: "6A8AA847FF086063" + x: 0.0d + y: 5.25d + } + { + id: "5DFC82CA86D9064D" + linked_quest: "148F44A0575A0874" + x: 4.0d + y: 0.0d + } + { + id: "463FB0DC8B95ADC1" + linked_quest: "766BAAFE15F357ED" + x: 0.0d + y: 3.15d + } + ] + quests: [ + { + dependencies: ["5508FD87F3EDFC43"] + description: ["This one was probably obvious, but it's much more than just a cute picture of how the Multiblock looks when built! Use your mouse to &drotate&r the preview, and &9hover over the blocks used&r to view additional information. The JEI page also contains an ingredient list of required blocks. You can also &dright-click&r a block in the preview to get a display of all blocks that work in that specific position."] + icon: "minecraft:spyglass" + id: "0AFBBE59F7000734" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "724C6228D53E1655" + type: "checkmark" + }] + title: "#1: Check the JEI preview!" + x: 1.0d + y: 0.0d + } + { + dependencies: ["0AFBBE59F7000734"] + description: ["There is no \"definite\" way to form the Multiblock. Most of the time, you have complete freedom over the &9tier of Buses/Hatches&r used - and you also have the ability to&d choose where you want your inputs/outputs&r."] + icon: "minecraft:writable_book" + id: "11A6CA6132B781C4" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "726FE74016D96ED6" + type: "checkmark" + }] + title: "#2: The JEI preview is a suggestion!" + x: 2.0d + y: 0.0d + } + { + dependencies: ["11A6CA6132B781C4"] + description: ["Taking the EBF as an example, any tier of Energy/Bus/Hatch can be used, and they can be placed anywhere in place of a casing. Fluid Hatches are also optional, though you probably want them if you need to handle recipes involving fluid."] + icon: "gtceu:electric_blast_furnace" + id: "5447DD73E19C7CF4" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "3D97E1440DEA05A4" + type: "checkmark" + }] + title: "Case Study: The EBF" + x: 3.0d + y: 0.0d + } + { + dependencies: ["04C5C1FA9E81534F"] + description: [ + "&9-&r Check if the Multiblock is properly plugged in (we all make these mistakes!)." + "" + "&9-&r Do the initial Maintenance fix at the appropriate hatch." + "" + "&9-&r Verify the recipe usage - the max EU/t provided to the multiblock has to be greater than that of the recipe." + ] + icon: { + Count: 1b + id: "minecraft:bow" + tag: { + Damage: 0 + } + } + id: "1B7F55E1618CEA05" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "3020BA3F10747EB7" + type: "checkmark" + }] + title: "Troubleshooting: Part One" + x: 1.0d + y: 1.0d + } + { + dependencies: ["04C5C1FA9E81534F"] + description: [ + "&9- &rCheck the special requirements the recipe may have (JEI always has some kind of indication if this is the case)." + "" + "&9-&r Make sure the correct items are input into the buses/hatches. This is less obvious than in a regular machine, because you have to juggle between the Input Bus and Input Hatch." + "" + "&9-&r Make sure there is space for an output. Maybe the multiblock formed, but you forgot a Hatch. The other biggest offender is the Output Hatches being too low tier and thus having too little capacity!" + ] + icon: { + Count: 1b + id: "minecraft:crossbow" + tag: { + Damage: 0 + } + } + id: "0C30A4DAC081ABAE" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "6E54A98AE373005B" + type: "checkmark" + }] + title: "Troubleshooting: Part Two" + x: 2.0d + y: 1.0d + } + { + dependencies: ["38BDF7CF00C0F79B"] + description: ["The EBF needs a minimum of &4120EU/t&r power input to run its recipes. This can be achieved with &3two LV Energy Hatches&r. Each one takes 2 Amps of LV, so that's 4 Amps of LV for 128EU/t maximum power."] + icon: "gtceu:electric_blast_furnace" + id: "1E65349C50954124" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "73BE67DDBC689EBD" + type: "checkmark" + }] + title: "Case Study: Powering the EBF" + x: 1.0d + y: 4.2d + } + { + dependencies: ["5935E382FB8440A1"] + description: [ + "Most Multiblocks require a &3Maintenance Hatch&r. You will need to perform Maintenance for the Multiblock to begin operating." + "" + "This is done by having a &9Wrench&r, a &9Screwdriver&r, a &9Soft Mallet&r, a &9Hammer&r, a &9Wire Cutter&r, and a &9Crowbar&r in your inventory, opening the Maintenance Hatch and &eclicking the center spot once&r. &cNo need to move tools individually&r." + ] + icon: { + Count: 1b + id: "gtceu:iron_wrench" + tag: { + Damage: 0 + } + } + id: "2375A0CB4CD34F73" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "584715C00331CAB6" + type: "checkmark" + }] + title: "Performing Maintenance" + x: 1.0d + y: 2.1d + } + { + dependencies: ["5935E382FB8440A1"] + description: ["Alternatively, you can circumvent these problems by placing a &9Tape&r in the Maintenance Hatch, but a lot of people would jump at the chance to tell you that Tape is &o\"unethical\"&r - plus, tape is gated behind the HV Age."] + icon: "gtceu:duct_tape" + id: "6D289134FCA8B04D" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "05F08FA8B61DDB7A" + type: "checkmark" + }] + title: "Tape it up" + x: 2.0d + y: 2.1d + } + { + dependencies: ["5935E382FB8440A1"] + description: [ + "Maintenance problems have a &d5%&r chance of occuring every &dhour of multiblock activity&r. Needless to say, they are &6very&r rare. Each maintenance problem increases recipe duration by 10%. Fixing the problems is done the same way as above." + "" + "At &6HV&r age, you will unlock other Maintenance Hatches that do not require manual repairs." + ] + icon: "minecraft:clock" + id: "5634EA95C972671A" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "5058704EE71F6582" + type: "checkmark" + }] + title: "Maintenance Problems" + x: 3.0d + y: 2.1d + } + { + dependencies: ["6A8AA847FF086063"] + description: ["When a recipe is performed, there is a small chance for the &3Muffler Hatch&r to give bonus items - typically tiny Dusts of Ash. These items can be processed for some helpful resources."] + icon: "gtceu:ash_small_dust" + id: "4FB603E048B171EB" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "27641DA3ABBFC6AB" + type: "checkmark" + }] + title: "Mmph, mmphh..." + x: 0.9999999999999991d + y: 5.25d + } + { + dependencies: ["6A8AA847FF086063"] + description: [ + "Do &onot&r try to automate the extraction of items from the &3Muffler Hatch&r! It's not intended to be an automation challenge, as it voids excess contents when full, so don't worry about it stopping machines from running." + "" + "Muffler Hatches in GTCEu are more about pure aesthetic (cmon, you can't deny that those particles look good!) and small rewards, rather than punishing game mechanics." + ] + icon: "ae2:fluix_glass_cable" + id: "2CE466EC5A550898" + shape: "rsquare" + size: 0.7d + subtitle: "Or rather, NOT automating" + tasks: [{ + id: "414CE9680B470B59" + title: "Automating the muffler hatch" + type: "checkmark" + }] + x: 1.9999999999999991d + y: 5.25d + } + { + dependencies: ["766BAAFE15F357ED"] + description: [ + "For the EBF, things get slightly complicated. The EBF smelts items at a certain &dtemperature&r. This is mainly determined by the tier of heating coil used - &6&r&6Cupronickel&r smelts at &d1800K&r, &bKanthal&r at &e&d2700K&r, etc. Additionally, starting from &6HV&r, each tier of energy adds &d100K&r to the temperature." + "{@pagebreak}" + "How does this affect you? Each EBF recipe has a certain base temperature. For example, &bAluminium&r is smelted at &d1700K&r. If the EBF temperature is not high enough, the recipe won't happen. If the EBF temperature is high enough, 2 different bonuses are applied:" + "" + "&9-&r For every &d900K&r above the recipe temperature, the amount of energy required is multiplied by &a0.95x&r - which stacks." + "&9-&r For every &d1800K&r above the recipe temperature, a single additional overclock will be &6100% efficient&r; in other words, it will &5quadruple the recipe speed&r, instead of doubling it." + ] + icon: "gtceu:electric_blast_furnace" + id: "227B180E5C6C3BFC" + shape: "rsquare" + size: 0.7d + subtitle: "Starting off complicated" + tasks: [{ + id: "15874C6153CB9EB3" + type: "checkmark" + }] + title: "Coils in the EBF" + x: 1.0d + y: 3.15d + } + { + dependencies: ["766BAAFE15F357ED"] + description: [ + "The Pyrolyse Oven is much more simple in comparison to the EBF." + "" + "Cupronickel coils apply a +25% penalty to recipe duration - effectively, recipes are slower than listed if one uses cupronickel coils." + "" + "Kanthal coils restore recipe duration to a regular length of time." + "" + "However, coils above Kanthal apply an additive -50% bonus to recipe duration!" + ] + icon: "gtceu:pyrolyse_oven" + id: "4945BEB5C1EE89D0" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "062A461A64E240F0" + title: "Coils in the Pyrolyse Oven" + type: "checkmark" + }] + x: 2.0d + y: 3.15d + } + { + dependencies: ["766BAAFE15F357ED"] + description: [ + "The Cracker is much more simple." + "" + "Every coil tier post-Cupronickel will reduce its energy usage by 10%." + ] + icon: "gtceu:cracker" + id: "1B986BF312962FD1" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "2D01D75A87500249" + type: "checkmark" + }] + title: "Coils in the Cracker" + x: 3.0d + y: 3.15d + } + { + dependencies: ["766BAAFE15F357ED"] + description: ["Coils in the Multi Smelter reduce the amount of energy per operation whilst also increasing the number of items that can be processed in parallel."] + icon: "gtceu:multi_smelter" + id: "4C6C3144BC0E75C7" + shape: "rsquare" + size: 0.7d + tasks: [{ + id: "12AD449A217543D2" + type: "checkmark" + }] + title: "Coils in the Multi-Smelter" + x: 4.0d + y: 3.15d + } + ] + subtitle: ["Learn about modular multiblocks"] + title: "Multiblock Etiquette" +} diff --git a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt new file mode 100644 index 000000000..e3cb3dedf --- /dev/null +++ b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt @@ -0,0 +1,2096 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "rsquare" + filename: "mv__medium_voltage" + group: "693226878D58638A" + icon: "gtceu:mv_electric_motor" + id: "43E779CEEB25D55B" + order_index: 2 + quest_links: [{ + id: "6FCAD016C795DE93" + linked_quest: "7567E885B7166603" + shape: "gear" + size: 1.5d + x: 0.6447278911564496d + y: 1.1108843537414685d + }] + quests: [ + { + dependencies: [ + "0DBC148D92A9F69F" + "7567E885B7166603" + ] + description: [ + "The &3Pyrolyse Oven&r is an electric equivalent to the &3Coke Oven&r. It can produce &9Coal Coke&r and &9Charcoal&r with a &9Creosote&r byproduct just as before, but also has additional &6Organic Byproducts&r, the most beneficial of these being &aWood Tar&r." + "" + "Another product is &aBiomass&r, which is more pertinent for your progression as of this moment." + "{@pagebreak}" + "The byproducts can be Distilled for an array of organic resources, with &odifferent&r byproducts giving &odifferent&r ratios of &odifferent&r chemicals." + "" + "You will need to take a peek at the &9Distillation&r Quest to get to grips with the power of distillation..." + "{@pagebreak}" + "There are recipes that can accept &bNitrogen&r to double the speed. This isn't quite worth pursuing right now, but Nitrogen will eventually be free and infinite." + "" + "You should be more than fine with a single &3LV Energy Hatch&r, and Superconductors to supply a steady &d64 EU/t&r. Additionally, &3Cupronickel Coils&r are perfect when you're getting used to the Pyrolyse Oven, but you may want to upgrade to &bKanthal&r eventually." + "" + "{@pagebreak}" + "&9&lNote:&r&l The Plant path is one path you can take towards &9&lEthylene&r&l, which is a necessary chemical in progressing to HV. The other path involves Oil.&r" + "" + "The Pyrolyse Oven remains &doptional&r. However, it is very rewarding to construct one either for Power, or for the various Byproducts, and we highly recommend you give it a look." + "" + "&bLore:&r In GT5u, the structure for the Pyrolyse Oven was infamously a giant box with only 9 coils inside. Players usually spent several minutes debugging what is wrong due to a lack of a JEI preview." + ] + icon: "gtceu:pyrolyse_oven" + id: "53DC6E32C41C94C3" + optional: true + rewards: [ + { + count: 64 + id: "01DA9E28ADAD19B3" + item: "minecraft:coal" + type: "item" + } + { + count: 64 + id: "3F4EFE922903E799" + item: "minecraft:oak_log" + type: "item" + } + ] + shape: "square" + subtitle: "Thermal Decomposition" + tasks: [{ + id: "0FD2962C232149F8" + item: "gtceu:pyrolyse_oven" + type: "item" + }] + title: "Pyrolyse Oven" + x: 0.0d + y: -0.75d + } + { + dependencies: [ + "53DC6E32C41C94C3" + "1A29EFBCEA017F99" + ] + description: [ + "Welcome to the natural Ethylene route! This method uses &9plant matter&r to produce Ethanol." + "" + "Before we get ahead of ourselves, &aSugar Cane&r works fine in a &3Brewery&r for a decent yield of Biomass." + "" + "Othe&rrwise, you may go the \"&o&dPlantball into Bio Chaff&r\" route, and then turn it into Biomass, either in the &3Brewery&r or the &3Pyrolyse Oven&r - the latter being more efficient." + "" + "&9Note:&r Only one Bio Chaff can be obtained from maceration&r until the &3HV Macerator&r." + "{@pagebreak}" + "&bLore:&r You may recognise Plantballs from IndustrialCraft2! In IC2 Experimental, there was this rather... obscure way to turn Biomass into Biogas for power, which sadly required too much investment to be really worth it." + ] + icon: "gtceu:plant_ball" + id: "6EB68C28BEE24DEF" + size: 0.75d + subtitle: "Plants aren't industrial enough!" + tasks: [{ + amount: 1000L + fluid: "gtceu:biomass" + id: "538F04658EF11F2B" + type: "fluid" + }] + title: "Biomass" + x: 0.0d + y: -1.875d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "The Brewery can be used to make &aLubricant&r from &aRedstone&r and &aCreosote&r/&aOil&r. Lubricant has some niche uses, namely being used in the &3Cutter&r to significantly reduce the duration of its recipes." + "" + "The Brewery is a very very slow machine, but it requires almost no power. Building &2many Breweries&r will help you obtain enough Biomass on your quest for plastic." + "" + "&9Note:&r The Brewery \"unlocks\" the Biomass path towards &9Ethylene&r. The same can be done in the &3Pyrolyse Oven&r. The other path involves Oil.&r" + "{@pagebreak}" + "&bLore:&r &oYou could make your own Brewery if you want to build up a company and start selling Booze... in GregTech 6.&r" + ] + icon: "gtceu:mv_brewery" + id: "1A29EFBCEA017F99" + size: 0.75d + subtitle: "*hic*... *hic*" + tasks: [ + { + id: "095C98D86D021B2E" + item: "gtceu:lv_brewery" + type: "item" + } + { + amount: 1000L + fluid: "gtceu:lubricant" + id: "1C0C8D71AF8C41C2" + optional_task: true + type: "fluid" + } + ] + title: "Local Brewery selling Booze" + x: 1.125d + y: -1.875d + } + { + dependencies: [ + "3E2E161F8CE35138" + "5D9D01EF219A31C5" + "316FF60D6FFE97CE" + ] + description: [ + "Our warmest congratulations on making it here." + "" + "The way you should obtain &aEthylene&r was described in the previous Quest, depending on the route you chose." + "" + "&aEthylene&r will shortly be used in polymer production. It is also useful in a few other reactions." + ] + icon: "gtceu:ethylene_bucket" + id: "6BB98D128822730E" + shape: "square" + size: 0.75d + subtitle: "One of many hydrocarbons" + tasks: [{ + amount: 1000L + fluid: "gtceu:ethylene" + id: "3A731EA79DC53FF3" + type: "fluid" + }] + title: "Ethylene" + x: 1.125d + y: -3.0d + } + { + dependencies: [ + "6EB68C28BEE24DEF" + "6A304E453D74C57C" + ] + description: [ + "Put your previously made &aBiomass&r into a &3MV Distillery&r to make &aEthanol&r." + "" + "You will need this for &dEthylene&r by reacting it with &aSulfuric Acid&r in a &3MV Chemical Reactor&r... unless you chose to go down the Oil path." + "" + "Once you have a hefty starting stock of Ethanol, consider making and distilling &9Fermented Biomass&r in a &3Distillation Tower&r (when you get there!) for extra chemicals." + "" + "&cDo not try&r to use Ethanol as a Power source... it's quite possibly its worst use. If you want organic based &9Power&r, we suggest taking a look at &dBenzene&r instead!" + ] + id: "5D9D01EF219A31C5" + size: 0.75d + subtitle: "Hey! That's alcohol!" + tasks: [{ + amount: 1000L + fluid: "gtceu:ethanol" + id: "32A6A0A1AD2420B5" + type: "fluid" + }] + title: "Ethanol" + x: 0.0d + y: -3.0d + } + { + dependencies: ["6A304E453D74C57C"] + description: [ + "Distillating &aOil&r will give you Fuel that you will need to desulfurize." + "" + "&aHydrogen Sulfide&r is perfectly &drecycled&r in an &3Electrolyzer&r." + "" + "To automate this process, simply place your &3Chemical Reactor&r and your &3Electrolyzer&r next to each other. Be sure to use your &5Screwdriver&r to &4enable input from output side&r." + "" + "&aNaphtha&r is a good &9Product&r source. Keep following the quests to the right for more details." + ] + icon: "gtceu:naphtha_bucket" + id: "6238B2A7ED1BE5A1" + size: 0.75d + tasks: [ + { + amount: 1000L + fluid: "gtceu:sulfuric_naphtha" + id: "52B84DA79A608865" + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:naphtha" + id: "688B65D39AB8C533" + type: "fluid" + } + ] + title: "Naphtha" + x: -1.125d + y: -4.125d + } + { + dependencies: ["6238B2A7ED1BE5A1"] + description: [ + "Don't fret! It's mostly done to get hydrocarbons." + "" + "There are many ways to acquire &dEthylene&r from Oil processing. It's easy to get lost in all the options and recipes!" + "" + "The best way is to steam-crack &aNaphtha&r in a &3Chemical Reactor&r. Be sure to make the &aSeverely Steam-Cracked&r version for a higher yield of Ethylene." + "{@pagebreak}" + "Once in the &6HV&r Age, you will have the option to do this recipe in the &3Cracking Unit&r at 100% efficiency. The recipes you are doing with the Chemical Reactor unfortunately have a loss of &450%&r." + "" + "&9Note:&r All of this looks and feels terribly inefficient - I hope that's strong motivation to tier up! The &3Distillation Tower&r will be a huge upgrade for petrochem, but you're not quite there... yet. Right now, you'll have to use a &3Distillery&r to get &dEthylene&r." + ] + icon: "gtceu:severely_steam_cracked_naphtha_bucket" + id: "3E2E161F8CE35138" + size: 0.75d + subtitle: "Fuel and oil cracking can get complicated..." + tasks: [{ + amount: 1000L + fluid: "gtceu:severely_steam_cracked_naphtha" + id: "7CC9EB9D859AC860" + type: "fluid" + }] + title: "Fuel Cracking" + x: 0.0d + y: -4.125d + } + { + dependencies: [ + "0DBC148D92A9F69F" + "7567E885B7166603" + "6E186F9C57155BFA" + ] + description: [ + "Higher-tier Generators will increase their fuel consumption proportionally to their Generation rate, keeping the duration of fuels and the specific amount of energy from fuels the same. The &3Advanced Steam Turbine&r will use &d5,120 mB Steam&r per second, equivalent to &d256 mB/t&r." + "" + "Get &eany&r of the generators to complete this quest, but you may prefer starting off with the &3Advanced Steam Turbine&r." + "{@pagebreak}" + "There are a few new power options available for the &9&bMV&r age. Selecting the Generators and pressing &4U&r will let you see which fuels count as &aCombustion&r or &aGas&r." + "" + "Quests in the top left corner of this Chapter are for the valuable Power options." + "" + "If you stick to &9Steam&r Power generation, you will probably need a &3Large Boiler&r." + ] + icon: "gtceu:mv_steam_turbine" + id: "583D0CC4FAA4FC98" + shape: "square" + tasks: [ + { + id: "3DD5CB982E251AFF" + item: "gtceu:mv_steam_turbine" + type: "item" + } + { + id: "5F7E86EB5C72805E" + item: "gtceu:mv_gas_turbine" + type: "item" + } + { + id: "22A31EDC2B2DF508" + item: "gtceu:mv_combustion" + type: "item" + } + ] + title: "Electricity Generation in MV" + x: 1.125d + y: -0.75d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "This Quest will go into the Energy mechanics in more detail. If you have a basic understanding of electricity in &ereal life&r, the GT EU system is not too different!" + "" + "&6&lTL;DR:&r For your safety, match the &2Voltage&r of every Consumer and Producer, unless you really, REALLY like &cfireworks&r..." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "minecraft:tnt" + id: "6A844F93292A01DC" + shape: "square" + subtitle: "Electricity For The Modern Minecrafter" + tasks: [{ + id: "4932FC4DDDDAD647" + title: "No machine explosions under MY watch." + type: "checkmark" + }] + title: "Voltage and more Energy Concepts" + x: 2.25d + y: 0.375d + } + { + dependencies: ["2AD44111B9B39C90"] + description: [ + "Any Steel you encounter in day-to-day life is most likely &7Stainless Steel&r. It is extremely resilient against corrosion.&r" + "" + "Stainless Steel is the material for &6HV&r components, like Aluminium for &bMV&r and Steel for &7LV&r. It is also used in high quantities for the &3Distillation Tower&r." + "" + "It requires &cChrome&r, obtained mainly from &cRuby&r, and &2Manganese&r, obtained from &2Pyrolusite&r and others in its vein." + "{@pagebreak}" + "Smelting Stainless Steel requires &dHV Power&r, which I highly doubt you have at this point. Scaling Power Production is crucial!" + "" + "If you &9haven't already&r, it would be a good idea to get a second EBF going. They can share blocks, so that means your second EBF only requires &a10 Cupronickel Coils&r instead of 16." + "" + "Have one EBF run off MV for Aluminium and any other recipes requiring MV Power, and one running off HV with &32 MV Energy Hatches&r." + ] + icon: "gtceu:stainless_steel_ingot" + id: "16A6AE5C770DB83A" + shape: "gear" + size: 1.5d + subtitle: "HV is in your grasp" + tasks: [{ + id: "3192FF80FBDC7A28" + item: "gtceu:stainless_steel_ingot" + type: "item" + }] + title: "Stainless Steel" + x: 4.07329931972788d + y: 0.21802721088432264d + } + { + dependencies: ["6A844F93292A01DC"] + description: [ + "Why does every machine have a million variants across each tier? Well, overclocking is one reason!" + "" + "Overclocking is a mechanic that happens when you try to run a recipe in a machine &dthat is higher tier than the recipe itself.&r The recipe will use an increased amount of energy, but the recipe time will be cut based on how many tiers you're overclocking by." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "&bLore:&r GTCE overclocking was extremely awkward. If the recipe consumed 16EU/t or below, it would do a classic 2.0x overclock. However if the recipe consumed more than 16EU/t, every Overclock would be 2.8x faster! GTCEu has a config to select the Overclock speed bonus." + ] + hide_dependency_lines: true + icon: "minecraft:clock" + id: "7B472E0AF15726F0" + shape: "square" + tasks: [{ + id: "030D3F930CB06A26" + title: "My machines are feeling the need for speed." + type: "checkmark" + }] + title: "Overclocking" + x: 2.25d + y: 1.5d + } + { + dependencies: [ + "6A844F93292A01DC" + "25BFD5598A82C056" + ] + description: [ + "&3Transformers&r allow you to step up and down safely between Voltage tiers. They convert the power they receive into an equivalent amount of power 1 voltage tier above or below the input voltage." + "" + "Apart from running machines on different voltage tiers, Transformers come in handy for transporting power across longer distances, as cable loss has less of an effect at higher voltages. Just like real life!" + "{@pagebreak}" + "Transformers have 5 low voltage sides, and 1 high voltage side." + "" + "The &9normal&r Transformer can only do 1A <-> 4A conversion, but &9Adjustable&r Transformers can be changed between 1A <-> 4A, 2A <-> 8A, 4A <-> 16A, and 16A <-> 64A conversions. " + "" + "Use a &aSoft Hammer&r to change between transforming up and down, and a &aScrewdriver&r on Adjustable Transformers to change the amperage." + "" + "Higher tier Transformers will require &9Coils&r." + ] + icon: "gtceu:mv_transformer_1a" + id: "6C20A9A64C1BE0BF" + size: 0.75d + tasks: [{ + id: "6C36867EB98E772D" + item: "gtceu:lv_transformer_1a" + type: "item" + }] + title: "Transformers" + x: 3.375d + y: 1.5d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: ["The first step to dive deeper into the &bMV Age&r starts here."] + icon: "gtceu:mv_mixer" + id: "4A92AFD2532EED26" + shape: "square" + subtitle: "Mixing more complex alloys" + tasks: [{ + id: "31B514C75B302F25" + item: "gtceu:mv_mixer" + type: "item" + }] + title: "Advanced Mixer" + x: 2.25d + y: 2.625d + } + { + dependencies: ["7567E885B7166603"] + description: [ + "Here's a list of the components you will need in the &bMV&r Age. To alleviate the pain, be sure to autocraft or &dbulk-craft&r these parts, especially &aMotors&r." + "" + "Familiar with the &aEmitter&r? This tier's Emitter requires a &dFlawless Emerald&r in its recipe which will be only attainable with the &3Sifting Machine&r for now." + "" + "Conveyors, Pumps and Robot Arms are objective upgrades to &7LV&r versions if you use them as covers." + ] + icon: "gtceu:mv_electric_motor" + id: "1BE0349B8F3890D3" + size: 0.75d + subtitle: "Hated crafting these in the previous tier?" + tasks: [ + { + id: "76A30E86C0FDF039" + item: "gtceu:mv_electric_motor" + type: "item" + } + { + id: "569F6A8DF342E3F2" + item: "gtceu:mv_electric_piston" + type: "item" + } + { + id: "22AA9FC8B94E4DC2" + item: "gtceu:mv_electric_pump" + type: "item" + } + { + id: "63123E0DCB8D851C" + item: "gtceu:mv_conveyor_module" + type: "item" + } + { + id: "3DEEAA7FE50CC0E2" + item: "gtceu:mv_robot_arm" + type: "item" + } + { + id: "57955AE7B270A891" + item: "gtceu:mv_emitter" + type: "item" + } + ] + title: "MV Components" + x: 1.125d + y: 2.625d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: ["The Advanced Electrolyzer allows you to decompose &6all&r Dusts. This will make getting materials such as &aAluminium&r&o a lot easier!"] + icon: "gtceu:mv_electrolyzer" + id: "0EFEE489906256AA" + shape: "square" + subtitle: "We made it to MV, and, well..." + tasks: [{ + id: "151788F66BAD5F97" + item: "gtceu:mv_electrolyzer" + type: "item" + }] + title: "Advanced Electrolyser" + x: -1.125d + y: 2.625d + } + { + dependencies: ["0EFEE489906256AA"] + description: [ + "All four output Dusts obtained from Clay electrolysis are immensely useful." + "" + "You will need &a&ra total of &a416 Clay Dust&r for this quest. You may also want to look into other sources of similar materials, such as &aSodalite&r. Check JEI for some ideas." + "" + "You should use Sodium and/or Lithium to make some &6MV Batteries&r." + "" + "Grr, all this useless &dWater&r you're getting keeps clogging the machine! You could deal with it by using a &3Voiding Cover&r." + ] + icon: "minecraft:clay_ball" + id: "2273DD7E5CD49017" + rewards: [{ + count: 4 + id: "52A043C0F3795CC8" + item: "gtceu:mv_battery_hull" + type: "item" + }] + size: 0.75d + subtitle: "Clay is an extremely &mbalanced&r useful material for electrolysis" + tasks: [ + { + count: 64L + id: "0BE33D992F7761EA" + item: "gtceu:sodium_dust" + type: "item" + } + { + count: 32L + id: "3C7B4B2F850620FB" + item: "gtceu:lithium_dust" + type: "item" + } + { + count: 64L + id: "531FE43ADBEE689B" + item: "gtceu:aluminium_dust" + type: "item" + } + { + count: 64L + id: "0048C85BB03C4811" + item: "gtceu:silicon_dust" + type: "item" + } + ] + title: "A Balanced Quest" + x: -2.25d + y: 2.625d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "This kind soul&r will mine ores for you when placed above a vein." + "" + "Vertical range is unlimited below the miner. Horizontal range is displayed in the tooltip." + "" + "The &bMV&r variant may not have the range to mine a full vein, but the &6HV&r variant does, so you may wish hold off for now. Get &eeither&r to complete this Quest." + "{@pagebreak}" + "You will need &9Power&r. &aCharged Batteries&r may work but they may also run out which is a bit inconvenient." + "" + "My top suggestion is to use a filled &3Drum&r of some kind of fuel (if you are using Steam, no dice!) and a &3Generator&r. " + "" + "Place the Drum above your Generator and right-click it with a &5Screwdriver&r to auto-output into the Generator." + "{@pagebreak}" + "&cNote:&r Do not forget to &dchunkload&r all 9 chunks of the ore vein with FTB Utilities (open the map in the top left corner, claim the chunks with left-click, and enable force loading with shift-left-click)." + "" + "&9Tip:&r You can either a &3ME Chest&r or a &32x2 Drawer&r as the output inventory to make transporting the ores back home a simple task. The &3ME Chest&r can be powered with EU directly." + ] + icon: "gtceu:mv_miner" + id: "5C94CF50090D7DA0" + rewards: [{ + id: "2C877DA425BBFC5D" + item: { + Count: 1b + id: "minecraft:wooden_pickaxe" + tag: { + Damage: 58 + } + } + type: "item" + }] + size: 0.75d + tasks: [ + { + id: "1AD5F44E298EB962" + item: "gtceu:lv_miner" + type: "item" + } + { + id: "1C07834F4C564E4F" + item: "gtceu:mv_miner" + type: "item" + } + { + id: "76EF043523032F0A" + item: "gtceu:hv_miner" + type: "item" + } + ] + title: "Digital Miner" + x: 0.0d + y: 2.625d + } + { + dependencies: ["4A92AFD2532EED26"] + description: [ + "Vanadiumsteel is required in small quantities in progression. It is &6nearly four times as durable&r as Steel if used in GregTech tools. The Vanadium comes from &aVanadium Magnetite&r, which you may have encountered in Magnetite veins." + "" + "Other Steel alloys include Blue Steel, Red Steel, and Black Steel!" + "" + "Take some Blue Steel free of charge - it's twice as durable as Steel." + ] + icon: "gtceu:vanadium_steel_ingot" + id: "682C26579EDDCA76" + rewards: [{ + count: 16 + id: "2000E0E550142D12" + item: "gtceu:blue_steel_ingot" + type: "item" + }] + shape: "square" + size: 0.75d + tasks: [{ + count: 4L + id: "2E6C71CB2E5EEAC7" + item: "gtceu:vanadium_steel_ingot" + type: "item" + }] + title: "Steel Alloys" + x: 3.375d + y: 2.625d + } + { + dependencies: [ + "5401AB5E399E7BEA" + "16A6AE5C770DB83A" + ] + description: [ + "&3Molecular Assemblers&r can be used to automate Crafting Table recipes, which means you can automate just about anything now." + "" + "To maximise the number of recipes a single Molecular Assembler can do, make a 3D matrix of Molecular Assemblers and ME Interfaces - where each component is surrounded on 6 sides by the other." + "" + "Using higher-tier materials in crafting will yield more Molecular Assemblers." + "{@pagebreak}" + "&cWarning:&r Try to avoid using GT tools in AE2 autocrafting! It causes AE2 to freak out... you may or may not destroy the TPS, or even worse, end up having thousands of tools being crafted as soon as one of them breaks." + "" + "If you're stubborn enough to &oreally&r want to use GT tools in AE2 autocrafting, prioritise encoding recipes that use tools with high durability, but &4do not&r setup autocrafting for the tools themselves. Instead, use the alternate &3Assembling Machine&r recipes." + ] + icon: "ae2:molecular_assembler" + id: "0A1165C6D1F62C2B" + size: 0.75d + subtitle: "Autocrafting at last!" + tasks: [{ + id: "37ED5227CCC0FE20" + item: "ae2:molecular_assembler" + type: "item" + }] + title: "Autocrafting" + x: 4.5d + y: 1.5d + } + { + dependencies: ["315169840E06110F"] + description: [ + "Making &aAE2 Presses&r will unlock all the &9Processors&r from AE2. This opens up &9ME Drives&r, &9ME Interfaces,&r &9ME Crafting CPUs&r... that's almost the rest of AE2 at your fingertips!" + "" + "AE2 &9Printed Circuits&r are now made in the &3Forming Press&r." + "" + "Look in the &e&dAE2 quest tab&r for more details on how to use each piece." + ] + icon: "ae2:silicon_press" + id: "5401AB5E399E7BEA" + size: 0.75d + subtitle: "Who likes meteor hunting, anyway?" + tasks: [ + { + id: "1141B6EFBC930999" + item: "ae2:calculation_processor_press" + type: "item" + } + { + id: "232235435C17AF43" + item: "ae2:engineering_processor_press" + type: "item" + } + { + id: "7BEAD830AE385683" + item: "ae2:logic_processor_press" + type: "item" + } + { + id: "54ACD8E01EABC134" + item: "ae2:silicon_press" + type: "item" + } + ] + title: "Pressing Matters" + x: 4.5d + y: 2.625d + } + { + dependencies: ["682C26579EDDCA76"] + description: [ + "The &bMV &3Cutter&r is required to cut &7Silicon Boules&r to prepare them for &aLaser Engraving&r." + "" + "We recommend you supply this machine with a steady stream of &dLubricant&r to cut down on the processing time." + "" + "Lubricant can be &3brewed&r from &eOil&r and &aTalc&r, &2Soapstone&r or &cRedstone&r." + ] + icon: "gtceu:mv_cutter" + id: "5CBBBFD1FBBE95CE" + rewards: [{ + id: "6FD8201A5A3EF40C" + item: { + Count: 1b + id: "gtceu:universal_fluid_cell" + tag: { + Fluid: { + Amount: 1000 + FluidName: "gtceu:lubricant" + } + } + } + type: "item" + }] + shape: "square" + subtitle: "Upgrades, people, upgrades!" + tasks: [{ + id: "2AFB7F9BD4D82974" + item: "gtceu:mv_cutter" + type: "item" + }] + title: "Advanced Cutter" + x: 4.5d + y: 3.75d + } + { + dependencies: [ + "5CBBBFD1FBBE95CE" + "71412502C81F21C1" + ] + description: [ + "The &3Laser Engraver&r engraves patterns into &9Silicon Wafers&r based on the type of &9Lens&r it is given. After the wafers are engraved, they must be passed through a &3Cutting Machine&r to turn them into components ready to be put into Circuits." + "" + "Higher tier Engravers can etch more complex wafers for more efficient Circuits." + ] + icon: "gtceu:mv_laser_engraver" + id: "315169840E06110F" + shape: "square" + tasks: [{ + id: "75E27D981733ED44" + item: "gtceu:mv_laser_engraver" + type: "item" + }] + title: "Laser Engraving" + x: 5.625d + y: 2.625d + } + { + dependencies: [ + "75F38905DEA60F15" + "16A1EF8B80A96633" + ] + description: [ + "A LV Battery Buffer and two LV Energy Hatches likely aren't cutting it anymore. Let's remedy that!" + "" + "Upgrade your Electric Blast Furnace with a &3MV Energy Hatch&r, so you can run it off MV Generators without using &3Transformers&r." + ] + icon: "gtceu:mv_energy_input_hatch" + id: "2AD44111B9B39C90" + rewards: [{ + count: 24 + id: "42B5E0E29F987E16" + item: "gtceu:annealed_copper_single_wire" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "LV is so old-school!" + tasks: [{ + id: "1C69557EB4F9E50F" + item: "gtceu:mv_energy_input_hatch" + type: "item" + }] + title: "Upgrade your EBF!" + x: 5.625d + y: -0.75d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "The &3Assembler&r is a staple for every Tier; an important goal to unlock more recipes and progress further into the Age. Many in the community see crafting a voltage tier's Assembler as a sign of properly reaching said voltage." + "" + "That being said, welcome to &bMV&r!" + "" + "The &bMV &3Assembler&r unlocks &eTransistors&r, &eCapacitors&r and &eInductors&r, used for the next tiers of Circuits." + ] + icon: "gtceu:mv_assembler" + id: "75F38905DEA60F15" + shape: "square" + tasks: [{ + id: "2396FECF2A11AA8E" + item: "gtceu:mv_assembler" + type: "item" + }] + title: "Advanced Assembler" + x: 2.25d + y: -0.75d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "GregTech doesn't provide ways to farm plants or trees, so we made a custom multiblock for the modpack!" + "" + "The multiblock &3Greenhouse&r will be your source of &aWood&r and other plants if you wish." + "" + "The &aWood&r production should be enough to run &32 Pyrolyse Ovens&r at their lowest Power." + "" + "You can also use this for automated &aResin&r. The yields are kept low to incentivize other rubber sources later in the game." + "{@pagebreak}" + "&9Note: &rWith &d40EU/t&r recipes, it needs either 1 &bMV&r energy hatch or 2 LV energy hatches. Multiblocks will &cnot&r use 2A of one tier to reach the next one for recipe voltage minimums. " + "" + "In other words, the controller needs to say at least \"&bMV&r\" in the gui to run recipes which say \"&bMV&r\" in JEI, even if they can draw enough EU/t with a lower tier hatch configuration." + "" + "&9Note:&r The structure requires a lot of &9Wrought Iron&r. Make sure you have an &3Arc Furnace&r for that." + "{@pagebreak}" + "&bLore:&r We originally implemented a Chemical Reactor recipe for wood in the modpack to solve the tree problem. Our implementation turned out to be completely busted, so we decided that a rebalance was due. Hopefully, the Greenhouse is a happy middle ground!" + ] + icon: "minecraft:oak_sapling" + id: "2655B72C9FF3B372" + shape: "square" + subtitle: "The power of KubeJS" + tasks: [{ + id: "35CFA225ADAD5D06" + item: "gtceu:greenhouse" + type: "item" + }] + title: "Greenhouse" + x: 1.5d + y: 3.75d + } + { + dependencies: ["75F38905DEA60F15"] + id: "4C229B8D5F3AB423" + size: 0.75d + tasks: [{ + id: "7FB3FF8DBE9AFF4E" + type: "checkmark" + }] + title: "I believe I can fly 2" + x: 3.375d + y: -1.875d + } + { + dependencies: [ + "1646BF9194100E57" + "2AD44111B9B39C90" + "66805BB78A828C00" + ] + description: [ + "&3Kanthal Heating Coils&r are the next major step in progression. They increase the temperature of your &3Blast Furnace&r to &d2,700K&r, allowing you to process new materials. They may also &eaccelerate&r less hot recipes - check the quest to the top-left for details." + "" + "You will need a staggering &a128 Ingots&r for a full set of Coils, which will easily take over an hour. We advise that you move on to other projects while your &3EBF&r is hard at work - that or build another one!" + "" + "An &3MV Chemical Bath&r is required to cool &cHot Ingots&r down. They're &chot&r when held, as the name implies. &oMaybe you should save your hands and automate this...&r" + "" + "With the construction of a &3Kanthal EBF&r, you're now able to make &dSilicon Ingots&r!" + ] + icon: "gtceu:kanthal_coil_block" + id: "1C55AE6AD5BDE304" + shape: "square" + subtitle: "Is it getting hot in here?" + tasks: [{ + count: 16L + id: "0737586F9DFFC0FE" + item: "gtceu:kanthal_coil_block" + type: "item" + }] + title: "Kanthal Coils" + x: 6.75d + y: -0.75d + } + { + dependencies: ["1C55AE6AD5BDE304"] + description: [ + "The &3Electric Blast Furnace&r, &3Pyrolyse Oven, &b&aMulti Smelter&r, and &3Cracking Unit&r all require Heating Coils. But why should you bother upgrading to higher tiers of Coil?" + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "" + "Coil progression can be viewed in the Milestones tab." + ] + icon: "gtceu:tritanium_coil_block" + id: "766BAAFE15F357ED" + shape: "circle" + size: 0.75d + subtitle: "Coils For The Modern Minecrafter" + tasks: [{ + id: "0A1CE64966A6D2FE" + title: "I was getting tired of Cupronickel anyway." + type: "checkmark" + }] + title: "Coils Behaviour" + x: 5.625d + y: -1.875d + } + { + dependencies: ["1C55AE6AD5BDE304"] + description: [ + "This is a guide on how to automatically route &lall&r&o your Hot Ingots to your Chemical Bath, while keeping everything automated in tip-top shape." + "" + "The cheap way would be to use filters, and manually add Hot Ingots one by one... which is so boring! Let's try the fun option." + "" + "Install an &aItem Tag Filter&r Cover on the side of your &3Chemical Bath&r, open it and set it to whitelist \"&e&lingots/hot&r\"." + "" + "From here, you can route with &9any logistics system&r of your choice." + "{@pagebreak}" + "Connect the output of your &3EBF(s)&r to the input of your &3Chemical Bath&r and the output dump (Chest or Crate)." + "You can also have a &dRestrictive Pipe&r in front of the output dump to ensure the Chemical Bath will be prioritized." + "" + "&l&9Note:&r If you wish to know more tags for more automation setups, they will display if you press Shift when hovering over an item. For instance, an item tagged with &e&o#forge:plates/copper&r would be filtered as &e&lplates/copper&r." + "" + "&9Other Note:&r The Item Tag Filter partially supports &dregex&r. Hover over the info icon for more information." + ] + icon: "gtceu:item_tag_filter" + id: "13A976D0D612BC84" + size: 0.75d + tasks: [{ + id: "76A20EE57CB39857" + item: "gtceu:item_tag_filter" + type: "item" + }] + title: "250IQ" + x: 6.75d + y: 0.375d + } + { + dependencies: [ + "10FB27DD3C7BEC2F" + "75F38905DEA60F15" + "1C55AE6AD5BDE304" + ] + description: ["A circuit component that you can now produce thanks to the &3MV Assembler&r and your shiny new &3Kanthal EBF&r."] + icon: "gtceu:transistor" + id: "375684F9CBEF9132" + shape: "square" + size: 0.75d + tasks: [{ + id: "240735279EBC0193" + item: "gtceu:transistor" + type: "item" + }] + title: "Moore's Law" + x: 9.0d + y: -0.75d + } + { + dependencies: [ + "60D7F6C1EE918B66" + "375684F9CBEF9132" + "1E7BF65DB32B8B3E" + ] + description: [ + "Alright... technically, obtaining HV Circuits and Stainless Steel lets you progress to HV - but let's not rush things." + "" + "The first thing you should make with these is a &3MV Circuit Assembler&r to unlock the new tier of Circuits right away; cheaper recipes is the &dreal payoff&r here." + ] + icon: "gtceu:advanced_integrated_circuit" + id: "26394C1290D70AB6" + shape: "square" + subtitle: "...but hold on before getting too giddy" + tasks: [{ + id: "75EB5730046212D0" + item: "gtceu:advanced_integrated_circuit" + type: "item" + }] + title: "First HV Circuits!" + x: 7.875d + y: 0.375d + } + { + dependencies: ["315169840E06110F"] + description: ["&aRandom Access Memory&r is required for more advanced Electronic Components."] + icon: "gtceu:ram_chip" + id: "1E7BF65DB32B8B3E" + shape: "square" + size: 0.75d + subtitle: "Random Access Memories" + tasks: [ + { + id: "40E0E6FD45AEC7B1" + item: "gtceu:emerald_lens" + type: "item" + } + { + id: "2EACE2CF99B4B3D3" + item: "gtceu:ram_wafer" + type: "item" + } + { + count: 32L + id: "28AC6209CFD8345C" + item: "gtceu:ram_chip" + type: "item" + } + ] + title: "Download more RAM" + x: 6.75d + y: 1.5d + } + { + dependencies: ["6F6D2829FC42F21C"] + description: [ + "The Integrated Logic Circuit is an alternate &7LV &aCircuit&r, which is easier to mass-produce, and can be upgraded to &bMV&r (and then &6HV&r)." + "" + "&9Note:&r This is not a strict upgrade to the cost of Circuits - you would need to get to the next Tier for that, just slightly further down in the MV Age. It is still an important upgrade, and is required to get to &6HV circuits&r." + "{@pagebreak}" + "&bLore:&r The circuit progression in GTCEu is mostly based on GT5u's progression. It has been rebalanced to not be as painful. &lSpecifically&r this circuit tier, which was a trap!" + ] + icon: "gtceu:basic_integrated_circuit" + id: "5C17BF90DA2AAEEE" + shape: "square" + size: 0.75d + subtitle: "You have unlocked a new tier of Circuits!" + tasks: [{ + id: "2301CD2A841F17D9" + item: "gtceu:basic_integrated_circuit" + type: "item" + }] + title: "More LV Circuits" + x: 7.875d + y: 3.75d + } + { + dependencies: ["5C17BF90DA2AAEEE"] + description: ["The MV Circuit for the Integrated Tier."] + icon: "gtceu:good_integrated_circuit" + id: "60D7F6C1EE918B66" + shape: "square" + size: 0.75d + tasks: [{ + id: "0622E51767B0AB58" + item: "gtceu:good_integrated_circuit" + type: "item" + }] + title: "More MV Circuits" + x: 7.875d + y: 2.625d + } + { + dependencies: [ + "4073577B7EF9B593" + "1E9BE8D3F8A602DC" + ] + description: [ + "&9Silicon Boules&r are made in the &3EBF&r with half a stack of &aSilicon Dust&r and a pinch of &aGallium Arsenide&r. Their primary purpose is engraving &6Circuit Wafers&r." + "" + "After making the Boule, process it in the &3Cutter&r to get 16 Silicon Wafers ready for engraving." + "" + "The recommended &aSilicon&r source at this point would be... hm, either &dGlass Dust&r or &dSodalite&r." + "" + "&cWarning:&r Each Silicon Boule takes &47.5 minutes&r to make at 120 EU/t, or 1,080,000 EU! If the EBF loses power midway, the recipe will start to &close progress&r." + "" + "With that being said, Silicon Boules take an absolute age to craft, so consider parallelizing the recipe in multiple &3EBF&rs and stockpiling them." + ] + icon: "gtceu:silicon_boule" + id: "71412502C81F21C1" + shape: "square" + size: 0.75d + subtitle: "These wafers are fully fungible" + tasks: [ + { + id: "1A18D503A429CC17" + item: "gtceu:silicon_boule" + type: "item" + } + { + count: 16L + id: "6443C18E4B63EBDC" + item: "gtceu:silicon_wafer" + type: "item" + } + ] + title: "Silicon Lottery" + x: 6.75d + y: 2.625d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "As is common for every tier, the &3Circuit Assembler&r is an essential part of progression, always opening up a new Tier of circuits." + "" + "At this point you should be placing an &3Extractor&r next to your Circuit Assembler. Send off dozens of stacks of &aSoldering Alloy&r Ingots, and you won't have to worry about refilling again." + ] + icon: "gtceu:mv_circuit_assembler" + id: "0DE5C3FBC9A6A690" + rewards: [{ + count: 40 + id: "484745BF48673036" + item: "gtceu:soldering_alloy_dust" + type: "item" + }] + shape: "square" + subtitle: "Yippee, yahoo" + tasks: [{ + id: "7ED7103DAF7E4413" + item: "gtceu:mv_circuit_assembler" + type: "item" + }] + title: "Advanced Circuit Assembler" + x: 9.0d + y: 0.375d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "At its lowest power (Cupronickel coils and LV Voltage), the &dMulti Smelter&r smelts 32 items in just 12 seconds - equivalent to &926.7 Furnaces&r, or 3.3 Steam Ovens!" + "" + "If that wasn't good enough, standard &aoverclocks&r can be applied with sufficient voltage." + "" + "And even better - higher tier &3Coils&r increase the amount of items it can smelt in &dparallel&r!" + ] + icon: "gtceu:multi_smelter" + id: "6DDDE2268B691F74" + size: 0.75d + subtitle: "Possibly the most powerful furnace you've seen" + tasks: [{ + id: "0A42FE4B72071451" + item: "gtceu:multi_smelter" + type: "item" + }] + title: "Ultimate Smelter" + x: 9.0d + y: 1.5d + } + { + dependencies: [ + "4600221BF0A30C3A" + "6E9E15DA847DD0A1" + "0DE5C3FBC9A6A690" + ] + description: [ + "&6The best LV Circuits&r! You can start to churn these guys out, as you'll be making them for the rest of the game." + "" + "Try to keep a stockpile of these crafted at all times - making these on-demand can take a while." + "" + "Reaching the &5EV&r Age will unlock methods to make them even cheaper." + ] + icon: "gtceu:microchip_processor" + id: "5E76D4C24026157D" + shape: "square" + size: 0.75d + tasks: [{ + id: "4E076080D7B23372" + item: "gtceu:microchip_processor" + type: "item" + }] + title: "Best LV Circuits" + x: 10.125d + y: -0.75d + } + { + dependencies: [ + "4600221BF0A30C3A" + "0DE5C3FBC9A6A690" + "6E9E15DA847DD0A1" + ] + description: [ + "&6The best MV Circuits&r! You will be making these for the remainder of the game." + "" + "Eventually (in the &1IV&r Age), they will become even cheaper." + ] + icon: "gtceu:micro_processor" + id: "38DE506FF5B32031" + shape: "square" + size: 0.75d + tasks: [{ + id: "120B63C2E40D359A" + item: "gtceu:micro_processor" + type: "item" + }] + title: "Best MV Circuits" + x: 10.125d + y: 0.375d + } + { + dependencies: [ + "1FCF2C103E25972B" + "5063FDFFBE3E4855" + "3568BC9742092FC5" + ] + description: ["It will be needed in the &6HV&r Age."] + icon: "gtceu:micro_processor_computer" + id: "4AFD3073C731A1E4" + shape: "square" + subtitle: "Your first EV Circuit gets a unique texture" + tasks: [{ + id: "34EA9B71F8BF607F" + item: "gtceu:micro_processor_computer" + type: "item" + }] + title: "First EV Circuits!" + x: 10.125d + y: 2.625d + } + { + dependencies: [ + "38DE506FF5B32031" + "3DFFA8F91452C62A" + ] + description: [ + "Better HV Circuits - much &6cheaper&r and easier to make than before." + "" + "&6You should now be ready to move on the HV Chapter&r, unless you're yet to scale up your Power Production." + ] + icon: "gtceu:micro_processor_assembly" + id: "5063FDFFBE3E4855" + shape: "square" + size: 0.75d + tasks: [{ + id: "2FE33281A44C34F6" + item: "gtceu:micro_processor_assembly" + type: "item" + }] + title: "More HV Circuits" + x: 10.125d + y: 1.5d + } + { + dependencies: [ + "375684F9CBEF9132" + "10FB27DD3C7BEC2F" + ] + description: ["A circuit component that you can now produce thanks to the &3MV Assembler&r!"] + icon: "gtceu:capacitor" + id: "6E9E15DA847DD0A1" + shape: "square" + size: 0.75d + subtitle: "No cap, bussin frfr" + tasks: [{ + id: "60D8154F5C9C0EAC" + item: "gtceu:capacitor" + type: "item" + }] + title: "Capacitors" + x: 10.125d + y: -1.875d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&aBlue Alloy&r is an excellent Cable material for &6HV&r voltage." + "" + "Nothing is preventing you from using it for &bMV&r voltage too! Make sure that you don't overvolt your machines, though." + "" + "Superconductors for both MV and HV are unlocked... later." + "" + "&aElectrotine&r is obtained from the &cNether&r, so don't craft it in the Mixer!" + "" + "&aElectrotine&r can be separated for &dElectrum&r and &dRedstone&r." + ] + icon: "gtceu:blue_alloy_ingot" + id: "1FCF2C103E25972B" + size: 0.75d + tasks: [{ + id: "15C7369398FAB8DB" + item: "gtceu:blue_alloy_ingot" + type: "item" + }] + title: "Blue Alloy" + x: 9.0d + y: 2.625d + } + { + dependencies: ["6E9E15DA847DD0A1"] + description: [ + "A Circuit Component that you can now make thanks to the &3MV Assembler&r." + "" + "If you want the cheapest recipe, &aNickel-Zinc Ferrite&r is the way to go." + ] + icon: "gtceu:inductor" + id: "3DFFA8F91452C62A" + shape: "square" + size: 0.75d + tasks: [{ + id: "6690451CCAB62CA1" + item: "gtceu:inductor" + type: "item" + }] + title: "Inductors" + x: 11.25d + y: 0.0d + } + { + dependencies: ["6BB98D128822730E"] + description: [ + "If you want to be less fancy, just call it plastic." + "" + "For the polymerization process, add &aOxygen&r, which gives better returns than Air, then solidify like you would with Rubber." + "" + "&aPolyethylene (PE)&r is the key to unlocking &6many new things&r. It's commonly used as &dSheets&r, or in &dFluid&r form." + "" + "&bLore:&r The OreDict and fluid name for Polyethylene in 1.12.2 GTCEu was &oplastic&r, for cross-mod compatibility." + ] + icon: "gtceu:polyethylene_plate" + id: "10FB27DD3C7BEC2F" + shape: "gear" + size: 1.5d + subtitle: "Baby's first polymer!" + tasks: [{ + id: "15E5F008339B8964" + item: "gtceu:polyethylene_plate" + type: "item" + }] + title: "Polyethylene" + x: 6.75d + y: -3.0d + } + { + dependencies: ["10FB27DD3C7BEC2F"] + description: [ + "&aPatterns&r are used for AE2 autocrafting. Using &aPolyvinyl Chloride&r increases the yield by &64 times&r, and higher-tier plastics have higher yields." + "" + "&3Molecular Assemblers&r aren't available for a little while more, but you can still automate machines with &9ME Interfaces&r." + ] + icon: "ae2:blank_pattern" + id: "1C036BCB2C488CFF" + size: 0.75d + subtitle: "Autocrafting at last!" + tasks: [{ + id: "032C24CBA8687E72" + item: "ae2:blank_pattern" + type: "item" + }] + title: "Patterns" + x: 6.75d + y: -4.5d + } + { + dependencies: ["10FB27DD3C7BEC2F"] + description: [ + "No, but seriously." + "" + "This is the &cu&6l&et&ai&bm&9a&5t&4e&r portable Fluid storage solution. &64,000 buckets of storage&r - in one single block!" + "" + "Like Drums, Super Tanks &6keep their fluids when broken&r, and can be cleared in the crafting grid." + "" + "If you hunger for &9even more&r storage, take a look at higher tier Super Tanks or AE2 Fluid Storage Cells." + ] + icon: "gtceu:lv_super_tank" + id: "6C53B01A05FFF1DC" + size: 0.75d + subtitle: "Super Tanks are OP!" + tasks: [{ + id: "47EA273D728C158F" + item: "gtceu:lv_super_tank" + type: "item" + }] + title: "Super Tank" + x: 5.625d + y: -4.125d + } + { + dependencies: ["10FB27DD3C7BEC2F"] + description: [ + "&aPolyvinyl Chloride (PVC)&r is the 3rd-most produced plastic in real life. Here in CEu, it can be substituted for Polyethylene in the production of &aPlastic Circuit Boards&r and other items to increase the yield. It is required at &5EV&r tier and above to wrap Cables." + "" + "PVC item pipes also have the &6highest throughput&r available for a while, but most of your setups right now won't need such speed. Still, it's good to keep this knowledge in your pocket." + "" + "&9Pro tip:&r the fluid form of PVC is never used in base GTCEu, so feel free to solidify all of it into sheets." + ] + icon: "gtceu:polyvinyl_chloride_plate" + id: "40408FFD02134148" + shape: "square" + size: 0.75d + subtitle: "You've already made one polymer, what's two?" + tasks: [{ + id: "72696AD2B77F805B" + item: "gtceu:polyvinyl_chloride_plate" + type: "item" + }] + title: "Polyvinyl Chloride" + x: 7.875d + y: -4.125d + } + { + dependencies: [ + "4353AB0E20601AEC" + "10FB27DD3C7BEC2F" + ] + description: [ + "At this point, you have all the tools available to start making Plastic Boards." + "" + "The recipe chains are starting to get pretty long, so I recommend processing large batches in two dedicated &3Chemical Reactors&r." + ] + icon: "gtceu:plastic_printed_circuit_board" + id: "4600221BF0A30C3A" + shape: "square" + tasks: [ + { + id: "68B5E2667EDAE895" + item: "gtceu:plastic_circuit_board" + type: "item" + } + { + id: "46496E3B65CFFFF3" + item: "gtceu:plastic_printed_circuit_board" + type: "item" + } + ] + title: "Plastic Boards" + x: 10.125d + y: -3.0d + } + { + dependencies: [ + "5263F866638D875C" + "257DB4B39B2A928E" + "3D98819A799D2E64" + ] + description: [ + "&aSodium Persulfate&r can be used in &9Ore Processing&r in the &3Chemical Bath&r to get various bonus outputs you would not normally obtain. It is completely optional, but pretty rewarding." + "" + "&lWait, stop! That's only a distraction&r - the real topic of this Quest is..." + "" + "&aSodium Persulfate&r and &aIron III Chloride&r are used to make cheaper &9Good Circuit Boards&r, as their inclusion cuts Silver usage by a factor of four." + "" + "They are also &drequired&r to make &9Plastic Circuit Boards&r." + "{@pagebreak}" + "Making &aSodium Persulfate&r will yield &aHydrochloric Acid&r as a coproduct, which you may re-use to make &aIron III Chloride&r. This should the best approach right now, but the decision is entirely yours." + "" + "With more automation later in the game, Iron III Chloride will be the cheaper and more straight forward path." + "" + "This Quest can be completed with &eeither&r Fluid." + ] + icon: "gtceu:iron_iii_chloride_bucket" + id: "4353AB0E20601AEC" + rewards: [{ + count: 20 + id: "5A23AC1DA33FDC71" + item: "gtceu:salt_ore" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "Let's etch some Copper off Circuit Boards!" + tasks: [ + { + amount: 1000L + fluid: "gtceu:sodium_persulfate" + id: "4DB5BD79EF3A89CD" + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:iron_iii_chloride" + id: "1A3BFA0BCD0FE977" + type: "fluid" + } + ] + title: "Sodium Persulfate / Iron III Chloride" + x: 9.0d + y: -4.125d + } + { + dependencies: [ + "3D98819A799D2E64" + "1A77CA35F054F988" + ] + description: [ + "JEI might look a little overwhelming here, so we'll go through the best path for Sulfuric Acid here." + "" + "Making &eSulfuric Acid&r is a three step process. It is used in many important reactions, so you should automate its production ASAP." + "{@pagebreak}" + "To automate it, you will need &3three LV Chemical Reactors&r. We would recommend building a dedicated setup somewhere with &3a single LV Generator&r to power all three machines. You can then spaghetti your pipes to handle input and output &m...or simply use AE2&r." + "" + "&9-&r Step 1: React &aSulfur&r with &bOxygen&r to form &aSulfur Dioxide&r." + "&9-&r Step 2: React &aSulfur Dioxide&r with more &bOxygen&r to form &aSulfur Trioxide&r." + "&9-&r Step 3: React &aSulfur Trioxide&r with &bWater&r to form &eSulfuric Acid&r." + "{@pagebreak}" + "&bLore:&r GregTech 5's Chemical Reactor only had one Fluid slot. To circumvent that, they would do &dcell chemistry&r. The way you would automate Sulfuric Acid was by having one cell travel from machine to machine and then loop back to its starting position. A somewhat fun and interesting automation challenge, but also a chore!" + ] + id: "316FF60D6FFE97CE" + shape: "square" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:sulfuric_acid" + id: "3A6BB63D057CB4C1" + type: "fluid" + }] + title: "Sulfuric Acid" + x: 1.125d + y: -4.125d + } + { + dependencies: [ + "32B08E6F414A00C0" + "3D98819A799D2E64" + ] + description: [ + "Obtain &9Hydrochloric Acid&r by mixing &aHydrogen&r and &aChlorine&r." + "" + "This acid is also obtained as waste from a lot of reactions involving &aChlorine&r. Depending on your setups, you may never need to produce it directly." + "" + "&cNote:&r We have a $medicine command on our Discord:" + "" + "\"&b&oDo not attempt this in real life - it is not only illegal, but also stupidly dangerous&r\"." + "" + "This applies to toying with chemicals. Please don't do it." + "" + "Side note - we can guarantee you have a sample of this with you right now! It's in your stomach as a part of gastric acid." + ] + icon: "gtceu:hydrochloric_acid_bucket" + id: "64CACABB48635904" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:hydrochloric_acid" + id: "0E914778748C954B" + type: "fluid" + }] + title: "Hydrochloric Acid" + x: 3.375d + y: -4.125d + } + { + dependencies: [ + "316FF60D6FFE97CE" + "64CACABB48635904" + ] + description: [ + "You may notice that some fluids say they are \"&aAcidic&r\", with &9Sulfuric Acid&r being one of them." + "" + "This means that many fluid pipes will not be able to transport them safely!" + "" + "At &bMV&r, the cheapest pipes for acid transportation are probably &aGold&r, with the more expensive &aVanadium Steel&r or &aChrome&r pipes taking second and third place." + "" + "&aStainless Steel&r or &aPolytetrafluoroethylene&r (try saying that fast) will be valid options once you are in &6HV&r." + "{@pagebreak}" + "You have three options for acid storage at around this point: &dGlass Vials&r, &dGold Drums&r, or &dSuper Tanks&r. Glass Vials are like &9Fluid Cells&r, and are made to store acids. Gold Drums are self-explanatory. Super Tanks will be unlocked after &9Polyethylene&r, and can store any fluid without restriction." + "" + "&cWARNING:&r Acids in the wrong pipes will cause &cvoiding&r, &cpipe burning&r, and high chance of &cdeath&r! Be careful!" + "" + "&bLore:&r The acid transportation and storage mechanics originate from GregTech 6." + ] + id: "079442C113D54856" + shape: "circle" + size: 0.75d + tasks: [{ + id: "2D0DE3FB6E5E4146" + title: "I'm an acid professional, don't worry" + type: "checkmark" + }] + title: "It will Melt Your Flesh" + x: 2.25d + y: -4.125d + } + { + dependencies: [ + "63CD0236B337EAAD" + "6D9D54FAB21EC086" + ] + description: [ + "&bMV&r Batteries will be convenient to buffer Energy, just like &7LV&r." + "" + "The cost in &aSodium&r, &aLithium&r or &aCadmium&r jumps up to 8 dusts, so you may use whatever you have the most of." + "" + "The difference in capacity is not that huge after all." + "" + "Get &eeither&r Battery to complete the Quest." + ] + icon: "gtceu:hv_battery_hull" + id: "2202AA5DC6DB0A26" + shape: "square" + size: 0.75d + tasks: [{ + id: "5FEE671A75766B78" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:batteries/mv" + } + } + task_screen_only: true + title: "Any #forge:batteries/mv" + type: "item" + }] + title: "Better Batteries" + x: 4.5d + y: -1.875d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "We &lSINCERELY&r hope at &cno&r point you made the &7LV&r Extruder, because only the &bMV&r Extruder is actually useful. If you did, immediately &arecycle it&r through the Arc Furnace." + "" + "The Extruder shapes solid materials into (almost!) any form using &aIngots&r. This is a great way to reduce the amount of microcrafting, as well as keeping a high conversion ratio." + "" + "The Extruder can make &6Bolts&r, &6&6Small Gears&r, &6Gears&r, and &6&6Rings&r at the highest efficiency in a single step!" + "" + "You may also like to use it for &dPipes&r, &dLong Rods&r, and &dRotors&r." + ] + icon: "gtceu:mv_extruder" + id: "22B5AD670496C02D" + rewards: [ + { + id: "0E6CAED1ED976D9E" + item: "gtceu:small_gear_extruder_mold" + type: "item" + } + { + id: "0A0BD551FFBC2E1C" + item: "gtceu:gear_extruder_mold" + type: "item" + } + ] + shape: "square" + subtitle: "The biggest upgrade you'll make" + tasks: [{ + id: "73E8504BA235C4BF" + item: "gtceu:mv_extruder" + type: "item" + }] + title: "Advanced Extruder" + x: -1.125d + y: 1.5d + } + { + dependencies: ["22B5AD670496C02D"] + description: [ + "Aluminium Cells are a big upgrade over the Steel Cells or Universal Fluid Cells." + "" + "They can hold any fraction of Fluid - up to &d32 buckets&r!" + ] + icon: "gtceu:aluminium_fluid_cell" + id: "53B0D08DB90EC369" + size: 0.75d + tasks: [{ + id: "105EA8621A99C1EC" + item: "gtceu:aluminium_fluid_cell" + type: "item" + }] + title: "Large Cells" + x: -2.25d + y: 1.5d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "It's quite the investment to own a &3Fluid Drilling Rig&r, but it is &oby far&r the most prominent &6source of Oil&r." + "" + "It pumps fluids from underneath Bedrock itself. Note that the fluids aren't actually there, instead being simulated." + "" + "Fluid veins are stored within regions of &48x8 chunks&r. Each vein has a different fluid, but they are mostly types of Oil." + "" + "You are not able to carry out prospecting for fluid veins &oyet&r - this will come in the &6HV&r Age." + "{@pagebreak}" + "Each vein generates with a different base yield. This is typically between &d150L&r to &d300L per second&r." + "" + "When drained, fluid veins will slowly deplete. This will cause the fluid yield to decrease over time until it reaches its depletion yield. At that point, you should move the Rig to a different vein." + "" + "A &3Basic Fluid Drilling Rig&r will last for 100,000 operations (with 1 second per operation) until depletion. This is enough for &6well over 10,000&r buckets of Oil. Higher tier Rigs will massively increase the yield, while also decreasing the depletion rate." + "{@pagebreak}" + "&lWhat you can find in the &2Overworld&r&l:&r" + "&9Oil:&r richer in &aLight Fuel&r, the most appreciated variant." + "&9Light Oil:&r richer in &aRefinery Gas&r, usable for power." + "&9Heavy Oil:&r richer in &aHeavy Fuel&r, which has uses that are more niche." + "&9Raw Oil:&r richer in &aNaphtha&r, the best source of the early-game oil products." + "&9Natural Gas:&r grants &aRefinery Gas&r with no distillation required." + "&l&9Salt Water:&r grants &aSodium&r and &aChlorine&r, useful later." + "" + "&l&rWhat you can find in the &cNether&r&l:&r" + "&9Natural Gas:&r grants &aRefinery Gas&r but with higher yield than the Overworld vein." + "&9Lava:&r hopefully, you know what this is." + "" + "When starting out, you may have to tap randomly until you find something you like. Remember that whatever you pump could also be used to refuel your Fluid Rig." + ] + icon: "gtceu:mv_fluid_drilling_rig" + id: "05ADBAE5B6F38956" + shape: "square" + subtitle: "Fluid Drilling Rigs in CEu!" + tasks: [{ + id: "3FB527F5B10381D2" + item: "gtceu:mv_fluid_drilling_rig" + type: "item" + }] + title: "Fluid Drilling Rigs" + x: -1.125d + y: 0.375d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "Get any kind of &3Pump&r, place it above an Oil spout and power it!&r Do &cnot&r pump above an Ocean, as the pump will attempt to pull water, resulting in getting the pump stuck. Sorry!" + "{@pagebreak}" + "Each Oil deposit can have between &63,000&r and &69,200&r buckets of Oil, which is a LOT! Refining the Oil&r onsite into either &aLight Fuel&r or &aDiesel&r (or both) is perfectly viable. The next few Quests will explain each type's pros and cons." + "" + "Store any obtained Oil in &3Drums&r, but you would do yourself a favour to use a &3Super Tank&r as soon as you can make them." + "" + "&cWarning: &rDo not forget to &dchunkload&r with FTB Utilities (open the map in the top left corner, claim the chunks with left-click, and enable force loading with shift-left-click)." + "{@pagebreak}" + "&9&lNote:&r&l The Oil path is one path towards &9&lEthylene&r&l. The other paths involve getting natural with some Ethanol.&r" + "" + "For now, Oil is &doptional&r. It becomes mandatory much later when you get to the &5EV&r Age." + "" + "Oil can also be refined in the form of &aLight Fuel&r, &aDiesel&r or even &aGasoline&r, which are excellent power options." + "" + "If you chose this path, you should use it for both Power and Ethylene." + "" + "Oil spouts are a &6great starting point&r - they will tide you over until you unlock Fluid Drilling Rigs." + "{@pagebreak}" + "&bLore:&r Oil geysers were originally from Buildcraft. If you played a GregTech 5 modpack &cwithout&r Buildcraft, you needed to use the Fluid Rig and tap randomly to try and get lucky, or wait until HV age, at which prospecting for fluids was available." + ] + icon: "gtceu:oil_bucket" + id: "0774EC59CD3DD7A5" + size: 0.75d + subtitle: "Ever mined into an Oil deposit?" + tasks: [ + { + id: "21FF6E45F9AC5E76" + item: "gtceu:lv_pump" + type: "item" + } + { + amount: 32000L + fluid: "gtceu:oil" + id: "1DAA9C9BBD9118E3" + type: "fluid" + } + ] + title: "US Simulator" + x: -1.125d + y: -0.75d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "The underground has pure Oilsands ore veins. You may &3centrifuge&r the Dust to get &aOil&r." + "" + "&9&lNote:&r&l The Oil path is one path towards &9&lEthylene&r&l. The other paths involve getting natural with some Ethanol.&r" + "" + "For now, Oil is &doptional&r. It becomes mandatory much later when you get to the &5EV&r Age." + "" + "Oil can also be refined in the form of &aLight Fuel&r, &aDiesel&r or even &aGasoline&r, which are excellent power options." + "" + "If you chose this path, you should use it for both Power and Ethylene." + "" + "Oilsands are a &6great starting point&r - they will tide you over until you unlock Fluid Drilling Rigs." + ] + icon: "gtceu:oilsands_ore" + id: "575B07D390D9D079" + size: 0.75d + tasks: [ + { + id: "7B6C7E6C11D68E06" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ores/oilsands" + } + } + title: "Any #forge:ores/oilsands" + type: "item" + } + { + id: "1838F842C9D12880" + item: "gtceu:oilsands_dust" + type: "item" + } + { + amount: 16000L + fluid: "gtceu:oil" + id: "0FBA08831B6ACC88" + type: "fluid" + } + ] + title: "America Simulator" + x: -2.25d + y: -0.75d + } + { + dependencies: [ + "53DC6E32C41C94C3" + "6EB68C28BEE24DEF" + "0774EC59CD3DD7A5" + "575B07D390D9D079" + "05ADBAE5B6F38956" + ] + description: [ + "Before we start, here's some important information if you're aiming to make Ethylene:" + "" + "Taking the &aOil&r route will require &oat least&r a &3LV Distillery&r." + "" + "With the &aBiomass&r route, you will &lneed&r a &3MV Distillery&r." + "" + "Get &eeither&r to complete this quest." + "{@pagebreak}" + "Got all that? &6Alright&r! Now, let's discuss a complex topic: &9Distillation&r. This guide will help you understand how and why the &aJEI&r recipes are the way they are, so stick with me!" + "" + "Nearly all the &3Distillery&r recipes are duplicates from the &3Distillation Tower&r, except that they only have one Fluid output, and void everything else." + "" + "In other words, you could argue the &3Distillery&r is an &dinferior&r &3Distillation Tower&r." + "{@pagebreak}" + "This doesn't mean that the &3Distillery&r is the worse of the two. It is unlocked earlier, and it is &dsmaller&r, &dcheaper&r, and &dmore energy efficient&r per recipe." + "" + "Hell, in many cases, you won't even mind losing the other Fluids." + "" + "&3Distilleries&r are an essential component for power generation, whether you pick &aDiesel&r or &aBenzene&r." + "" + "You will probably want many of them at as low-tier as possible to avoid the energy losses from Overclocking." + ] + icon: "gtceu:mv_distillery" + id: "6A304E453D74C57C" + shape: "square" + tasks: [ + { + id: "67E238FCEFC15E5D" + item: "gtceu:lv_distillery" + type: "item" + } + { + id: "5ECB91F2D83E99AC" + item: "gtceu:mv_distillery" + type: "item" + } + ] + title: "Distillery" + x: -1.125d + y: -1.875d + } + { + dependencies: ["05ADBAE5B6F38956"] + description: [ + "&aRefinery Gas&r, &aLPG&r and &aMethane&r are &9Gas Fuels&r. LPG (Liquid Petroleum Gas) is a mix of hydrocarbons typically used in heating appliances." + "" + "Refinery Gas is obtained either through &dNatural Gas&r or &dLight Oil&r, the latter yielding more, yet requiring an extra step of distillation." + "" + "Use of a &3Centrifuge&r to separate into &aLPG&r and &aMethane&r should always be done, as it is practically free." + "" + "&a&aLPG&r and &aMethane&r are burned in a &3Gas Turbine&r. Among the other fuel options, they are the easier to set up which makes them excellent to get started. Their drawback is that they cannot be refined further, so upgrading the &3Fluid Drilling Rig&r may be a top priority if you stick to this fuel source." + "" + "&aMethane&r can also be obtained from a few &anatural sources&r. &eBetween you and me&r, they are memes, but you can explore them if you wish. Ultimately, your power source is your choice." + ] + icon: "gtceu:natural_gas_bucket" + id: "227D89550BB9BD55" + size: 0.75d + subtitle: "Whoever smelt it..." + tasks: [ + { + amount: 8000L + fluid: "gtceu:refinery_gas" + id: "38CB42385A6EC17A" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:methane" + id: "4AB130A15CFC7A56" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:lpg" + id: "79FEB48F1A4555C4" + type: "fluid" + } + ] + title: "The Church of Natural Farts" + x: -2.25d + y: 0.375d + } + { + dependencies: ["6A304E453D74C57C"] + description: [ + "&aBenzene&r is a &9Gas Fuel&r. To skip some frustration, let's check out the two best ways to obtain it." + "" + "The first option is typically &dWood based&r. Put Logs in the &3Pyrolyse Oven&r for &9Wood Tar&r. The Charcoal you obtain can then be processed in &3Extractors&r for even more &9Wood Tar&r, which you &3distill&r for &aBenzene&r." + "" + "Your second option is &dHeavy Oil based&r. Put Heavy Oil in a &3Distillery&r for &9Heavy Fuel&r, which you &aseverely steam-crack&r and &3distill&r again for &aBenzene&r." + "{@pagebreak}" + "For information on how to process Oil, check the Light Fuel and Naphtha Quests." + "" + "In general, it is better to prioritize placing down more machines (&dparallelisation&r) over overclocking the recipes. That way, you end up losing less energy processing the resources." + "" + "&aBenzene&r is burned in a &3Gas Turbine&r. This power source starts weaker than its &eDiesel&r cousin, but gets a big boost when refined to &6Nitrobenzene&r in &6HV&r Age. Ultimately, your power source is your choice." + ] + icon: "gtceu:benzene_bucket" + id: "00E1A728E6F6D6A0" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:benzene" + id: "7A452201C64FBB89" + type: "fluid" + }] + title: "The Church of Benzene" + x: -2.25d + y: -1.875d + } + { + dependencies: ["6A304E453D74C57C"] + description: [ + "Distillating &aOil&r will give you Fuel that you will need to desulfurize." + "" + "&aHydrogen Sulfide&r is perfectly &drecycled&r in an &3Electrolyzer&r." + "" + "To automate this process, simply place your &3Chemical Reactor&r and your &3Electrolyzer&r next to each other. Be sure to use your &5Screwdriver&r to &4enable input from the output side&r." + "" + "&aLight Fuel&r is a good &9Power&r option, but there is something even greater... Check the Quest to the left." + ] + icon: "gtceu:lightly_hydro_cracked_heavy_fuel_bucket" + id: "61972B16805FC9EE" + size: 0.75d + tasks: [ + { + amount: 1000L + fluid: "gtceu:sulfuric_light_fuel" + id: "236B5EB787DBCE64" + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:light_fuel" + id: "4ED6B22C7B662325" + type: "fluid" + } + ] + title: "Light Fuel" + x: -1.125d + y: -3.0d + } + { + dependencies: ["61972B16805FC9EE"] + description: [ + "&aDiesel&r is a &dOil-based &9Combustion Fuel&r." + "" + "To mix &aLight Fuel&r and &aHeavy Fuel&r, the right ratio for &3Distilleries&r is &63:2&r from &dOil&r or &dRaw Oil&r." + "" + "This would necessitate 3 Distilleries for Light Fuel, or 2 Distilleries for Heavy Fuel." + "{@pagebreak}" + "You can cut the amount of &dOil&r required &6drastically&r by using &dHeavy Oil&r for &aHeavy Fuel&r specifically. &dOilsands&r is a great option if you wish to go down this route!" + "" + "&o(For the math nerds, you go from 8.33 Oil -> 6 Diesel, to 5 Oil + 0.4 Heavy Oil -> 6 Diesel)&r" + "" + "&cNote: Do &cnot attempt&r to put Oil in the &3Distillation Tower&r You might think it's a good idea because it gives both Light Fuel and Heavy Fuel. However, this process requires a lot of overclocking to be worth your time, and you will lose more energy than what the byproducts are worth." + "{@pagebreak}" + "In general, it is better to prioritize placing down more machines (&dparallelisation&r) over overclocking the recipes. That way, you end up losing less energy processing the resources." + "" + "&aDiesel&r is burned in a &3Combustion Generator&r. It can be further refined to &6Cetane-Boosted Diesel&r in &6HV&r Age. Compared to the other power sources, it is generally more efficient, but a more demanding processing line. If you take the &eOil&r route for &aPolyethylene&r, this can work great with existing infrastructure. Ultimately, the power source you want to use is your choice." + ] + icon: "gtceu:diesel_bucket" + id: "45769156F4253C86" + rewards: [{ + id: "0D81E63BB7BAD94B" + item: { + Count: 1b + id: "gtceu:steel_fluid_cell" + tag: { + Fluid: { + Amount: 8000 + FluidName: "gtceu:oil_heavy" + } + } + } + type: "item" + }] + size: 0.75d + subtitle: "Mother, how is diesel made?" + tasks: [{ + amount: 30000L + fluid: "gtceu:diesel" + id: "24373463B7296EE0" + type: "fluid" + }] + title: "The Church of Diesel" + x: -2.25d + y: -3.0d + } + { + dependencies: [ + "61972B16805FC9EE" + "6238B2A7ED1BE5A1" + ] + id: "041E23FFA3A9BDCC" + size: 0.75d + tasks: [{ + id: "7736CC97D790FBB1" + type: "checkmark" + }] + title: "I believe I can fly" + x: -2.25d + y: -4.125d + } + { + dependencies: ["1FFD2242B94A7378"] + dependency_requirement: "one_started" + description: [ + "Regular &o&dGregTech&r Fluid Pipes can only transport one fluid type at a time." + "" + "&3Quadruple Fluid Pipes&r can transfer four different types of fluids. &3Nonuple Fluid Pipes&r can transfer nine different types! Useful for compact setups." + "" + "&3Nonuple Fluid Pipes&r will be useful in &5EV&r Age for handling the many outputs of the &3Distillation Tower&r." + "" + "Get &eeither&r to finish this quest." + ] + icon: "gtceu:tungsten_steel_quadruple_fluid_pipe" + id: "66041DE10C882382" + size: 0.75d + subtitle: "Unfortunately, EnderIO has jumped to 1.20" + tasks: [ + { + id: "58C6E6D20812E87A" + item: "gtceu:potin_quadruple_fluid_pipe" + type: "item" + } + { + id: "108F2AC326A9C02C" + item: "gtceu:potin_nonuple_fluid_pipe" + type: "item" + } + ] + title: "Multiple Channel Pipes" + x: 4.5d + y: -4.125d + } + { + dependencies: ["315169840E06110F"] + description: [ + "Using a Ruby Lens, engrave a Silicon Wafer into an ILC Wafer." + "" + "This can be processed in a Cutter for IC Chips, which are important components that will be precious when improving upon your circuit crafting capabilities!" + ] + icon: "gtceu:ilc_chip" + id: "6F6D2829FC42F21C" + size: 0.75d + subtitle: "I C U" + tasks: [ + { + id: "295D2CE93D4CE067" + item: "gtceu:ruby_lens" + optional_task: true + type: "item" + } + { + id: "675EBF60F3465538" + item: "gtceu:ilc_wafer" + optional_task: true + type: "item" + } + { + id: "560E69502E1A2458" + item: "gtceu:ilc_chip" + type: "item" + } + ] + title: "IC Chips" + x: 6.75d + y: 3.75d + } + { + dependencies: ["315169840E06110F"] + description: [ + "Using a Sapphire Lens, engrave a Silicon Wafer into an ULPIC Wafer." + "" + "This can be processed in a Cutter for ULPIC Chips, which are important for some multiblock components!" + ] + icon: "gtceu:ulpic_chip" + id: "16A1EF8B80A96633" + size: 0.75d + tasks: [ + { + id: "6D4D63F75646DB1C" + item: "gtceu:sapphire_lens" + type: "item" + } + { + id: "6705F883970BDD89" + item: "gtceu:ulpic_wafer" + type: "item" + } + { + id: "0295B47C0CC169BD" + item: "gtceu:ulpic_chip" + type: "item" + } + ] + title: "IC Chips" + x: 5.625d + y: 1.5d + } + ] + subtitle: ["Venture into petrochemistry and refine electronics"] + title: "&bMV&r - Medium Voltage" +} diff --git a/config/ftbquests/quests/chapters/ore_generation.snbt b/config/ftbquests/quests/chapters/ore_generation.snbt new file mode 100644 index 000000000..2a45d5f72 --- /dev/null +++ b/config/ftbquests/quests/chapters/ore_generation.snbt @@ -0,0 +1,1319 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "rsquare" + filename: "ore_generation" + group: "" + icon: "minecraft:iron_ore" + id: "6A809CAE287B97BA" + order_index: 2 + quest_links: [ + { + id: "4B68740C721D04D5" + linked_quest: "7CAD6FF241A827F7" + shape: "square" + size: 1.5d + x: 9.0d + y: -2.0d + } + { + id: "2A7A9FDC95689799" + linked_quest: "41D32C5178760F47" + shape: "square" + size: 1.5d + x: 9.0d + y: 3.0d + } + { + id: "60F24741924E3089" + linked_quest: "2124BF15006733D5" + x: 13.0d + y: 3.0d + } + { + id: "4698A93708E9CFE0" + linked_quest: "2E36E5755B2F551C" + x: 13.0d + y: 2.0d + } + { + id: "2341B448D95269BD" + linked_quest: "5C94CF50090D7DA0" + x: 13.0d + y: 1.0d + } + { + id: "204A88B97FFA67FA" + linked_quest: "4A365A7CC9E374F9" + x: 13.0d + y: 0.0d + } + ] + quests: [ + { + dependencies: ["0C690272ED4FB1C3"] + description: [ + "Some of the details are repeated from the introduction quest, but we feel like we needed to expand on the explanation if you want to know all the details!" + "" + "Each vein can contain up to four different ores." + "" + "Ore veins generate in a &4Grid&r. Every vein is spaced by 3 chunks from one to another in a cardinal direction." + "" + "They spawn at the &4Center&r of the Chunks which have both their X and Z coordinates be at &b1 plus a multiple of 3&r (-8, -5, -2, 1, 4, 7, ...)." + "" + "However, Ore veins may be deleted by caves, Oil deposits, or from trying to generate above the ground." + "{@pagebreak}" + "It's a good practice to make &dWaypoints&r to every vein you find, and to label their type. You may want to come back to it several times." + "" + "Each Ore vein is always &d7 blocks&r tall, and ores generate in 4 different patterns:" + "- The &9Top Ore&r generates in the higher 4 layers of the vein." + "- The &9Bottom Ore&r generates in the lower 3 layers of the vein." + "- The &9Between Ore&r generates in the middle 3 layers of the vein." + "- The &9Sporadic Ore&r generates anywhere in the vein. There will be the least amount of this ore in a vein." + "" + "The same ore type can be in 2 different generation patterns, such as in Cassiterite veins." + "" + "In &6LV&r Age, you can craft an Ore Prospector to assist yourself in finding ores." + ] + icon: "gtceu:cobalt_ore" + id: "41730E340B3D8EDA" + shape: "square" + size: 1.5d + tasks: [{ + id: "502C58F19FF7DE24" + type: "checkmark" + }] + title: "Ore Generation" + x: 2.0d + y: 0.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: ["A standard Iron vein. It's a good target when you need to replenish your supply."] + icon: "gtceu:yellow_limonite_ore" + id: "692F4312B3F73FAF" + size: 0.9d + subtitle: "Source of Iron, Copper" + tasks: [ + { + id: "6BF52C2246A0844E" + item: "gtceu:raw_yellow_limonite" + type: "item" + } + { + id: "6CA526A4E36E2AA4" + item: "gtceu:raw_malachite" + type: "item" + } + { + id: "6749696D0F802C8E" + item: "gtceu:raw_goethite" + type: "item" + } + { + id: "322E7284449B296F" + item: "gtceu:raw_hematite" + type: "item" + } + ] + title: "Limonite" + x: 1.5d + y: -3.5d + } + { + dependencies: ["41730E340B3D8EDA"] + icon: "gtceu:magnetite_ore" + id: "260E516A219825A2" + size: 0.9d + subtitle: "Source of Iron, Gold, Vanadium" + tasks: [ + { + id: "2814C224F95FA845" + item: "gtceu:raw_magnetite" + type: "item" + } + { + id: "2E5F8E8AC59E87CF" + item: "gtceu:raw_vanadium_magnetite" + type: "item" + } + { + id: "15315A8A2513F7E4" + item: "minecraft:raw_gold" + type: "item" + } + ] + title: "Magnetite" + x: 2.5d + y: -3.5d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "An excellent Iron-Copper hybrid vein." + "" + "Chalcopyrite will play an essential role in the late game for Platinum Group Sludge." + ] + icon: "gtceu:pyrite_ore" + id: "03FBBA4A693011A8" + size: 0.9d + subtitle: "Source of Copper, Iron" + tasks: [ + { + id: "21D9BE0CDF8D20D0" + item: "gtceu:raw_chalcopyrite" + type: "item" + } + { + id: "1915E87E03CA2995" + item: "minecraft:raw_iron" + type: "item" + } + { + id: "17AD746C72314452" + item: "gtceu:raw_pyrite" + type: "item" + } + { + id: "1EDF0D3646DB3983" + item: "minecraft:raw_copper" + type: "item" + } + ] + title: "Pyrite" + x: 3.5d + y: -3.5d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "A great vein for the early game. Copper and Tin to make Bronze, Realgar for your first source of Arsenic, and Zeolite for... nothing much." + "{@pagebreak}" + "&bLore:&r Due to auto-generated recipes, Zeolite used to be electrolyzed in batches of 141. Oops!" + ] + icon: "gtceu:chalcopyrite_ore" + id: "4826DCD2FC457EA5" + size: 0.9d + subtitle: "Source of Copper, Tin" + tasks: [ + { + id: "21B8E250B773443C" + item: "gtceu:raw_chalcopyrite" + type: "item" + } + { + id: "2C704F920F765D2D" + item: "gtceu:raw_zeolite" + type: "item" + } + { + id: "2AA6111227CF13B3" + item: "gtceu:raw_cassiterite" + type: "item" + } + { + id: "5EA6E475025D758C" + item: "gtceu:raw_realgar" + type: "item" + } + ] + title: "Chalcopyrite" + x: 4.5d + y: -3.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: ["A pure, very rich Tin vein - excellent for early game."] + icon: "gtceu:cassiterite_ore" + id: "3B379794A3030C73" + size: 0.9d + subtitle: "Source of Tin" + tasks: [ + { + id: "46C302CBE74092FC" + item: "gtceu:raw_tin" + type: "item" + } + { + id: "55D733978CCBA87D" + item: "gtceu:raw_cassiterite" + type: "item" + } + ] + title: "Cassiterite" + x: 5.0d + y: -2.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "A decent alternative to the pure Tin vein if you haven't found one yet." + "" + "The other ores are as good as decoration." + ] + icon: "gtceu:cassiterite_sand_ore" + id: "41616C31D9C08648" + size: 0.9d + subtitle: "Source of Tin" + tasks: [ + { + id: "281CC5BB43AB6FBC" + item: "gtceu:raw_cassiterite_sand" + type: "item" + } + { + id: "0A0980AD4738EF96" + item: "gtceu:raw_garnet_sand" + type: "item" + } + { + id: "28AFE5A9181D76A7" + item: "gtceu:raw_asbestos" + type: "item" + } + { + id: "3842A89827031CCB" + item: "gtceu:raw_diatomite" + type: "item" + } + ] + title: "Cassiterite Sand" + x: 5.5d + y: -1.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: ["Coal as an ore is hardly worth it because of the additional step(s) required to turn it into usable fuel, but it's still good to have some in your back pocket."] + icon: "minecraft:coal_ore" + id: "1E27C654E2F6FFF2" + size: 0.9d + subtitle: "Source of pollution" + tasks: [{ + id: "5FC26FB906B6F0A2" + item: "minecraft:coal" + type: "item" + }] + title: "Coal" + x: 5.5d + y: 0.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Your only source of Diamond!" + "" + "Diamond has &6five times more durability&r than Iron for tools. The catch is that you'll need Diamond Plates for some tools, which is gated behind the Cutting Machine." + "" + "Diamond and Graphite both electrolyze into a ton of Carbon." + "" + "&cNote:&r Avoid macerating Diamonds in the early game. Recovering gem dusts into the actual gem cannot be done for a while." + ] + icon: "gtceu:graphite_ore" + id: "1B45DB5C85B68182" + size: 0.9d + subtitle: "Source of Diamond, Carbon" + tasks: [ + { + id: "774FD60E5F9C5225" + item: "gtceu:raw_graphite" + type: "item" + } + { + id: "2B74642C6B76656E" + item: "gtceu:raw_diamond" + type: "item" + } + { + id: "00FC22EEB40F9783" + item: "minecraft:coal" + type: "item" + } + ] + title: "Graphite" + x: 5.5d + y: 1.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Your one-stop-shop for sources of Chlorine." + "" + "Lithium can be obtained from Lepidolite Ore Processing." + ] + icon: "gtceu:salt_ore" + id: "5289D5049A236D55" + size: 0.9d + subtitle: "Source of Salt, Chlorine, Lithium, Fluorine" + tasks: [ + { + id: "13B468D35939891B" + item: "gtceu:raw_salt" + type: "item" + } + { + id: "37199835CDD92171" + item: "gtceu:raw_rock_salt" + type: "item" + } + { + id: "1C5608B78BB94EF0" + item: "gtceu:raw_lepidolite" + type: "item" + } + { + id: "6D3D2CBF04EA7874" + item: "gtceu:raw_spodumene" + type: "item" + } + ] + title: "Gamer Rage" + x: 5.0d + y: 2.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "This vein is only ever good for its Magnesium starting in the mid game." + "" + "However, Olivine has its uses, as it can substitute Emerald in many recipes." + ] + icon: "gtceu:olivine_ore" + id: "7C1B5559A03F6E02" + size: 0.9d + subtitle: "Source of Magnesium" + tasks: [ + { + id: "0428A9705DCDEBC2" + item: "gtceu:raw_bentonite" + type: "item" + } + { + id: "387BAF2D08F8252F" + item: "gtceu:raw_magnesite" + type: "item" + } + { + id: "1AEF16C083DB932C" + item: "gtceu:raw_olivine" + type: "item" + } + { + id: "6AA7AF45E3FC02CE" + item: "gtceu:raw_glauconite_sand" + type: "item" + } + ] + title: "Olivine" + x: 4.5d + y: 3.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "It's shiny!" + "" + "You wish you could make jewelry out of it." + ] + icon: "gtceu:red_garnet_ore" + id: "178285129CEA9F9F" + size: 0.9d + subtitle: "Source of Necklaces" + tasks: [ + { + id: "50787547A7F0A72E" + item: "gtceu:raw_red_garnet" + type: "item" + } + { + id: "66ADB2741F652DFD" + item: "gtceu:raw_yellow_garnet" + type: "item" + } + { + id: "3DB2F28F248E5030" + item: "gtceu:raw_amethyst" + type: "item" + } + { + id: "74912302B5E832B7" + item: "gtceu:raw_opal" + type: "item" + } + ] + title: "Garnet" + x: 3.5d + y: 3.5d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Anyone remember Forestry?" + "" + "This is pretty much the one vein you want to tap in for Phosphorus, which requires quite a few steps of processing to obtain." + "" + "Pyrochlore will eventually become extremely valuable, as it is a source of Niobium." + ] + icon: "gtceu:apatite_ore" + id: "70252B72F7728EFD" + size: 0.9d + subtitle: "Source of Calcium, Phosphorus, Niobium" + tasks: [ + { + id: "1091719F41C151CE" + item: "gtceu:raw_apatite" + type: "item" + } + { + id: "469D723F9710A9C1" + item: "gtceu:raw_tricalcium_phosphate" + type: "item" + } + { + id: "03E0E4E97A8DF31E" + item: "gtceu:raw_pyrochlore" + type: "item" + } + ] + title: "Apatite" + x: 2.5d + y: 3.5d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Your classic Redstone vein." + "" + "Ruby is very important for the Chrome it contains." + ] + icon: "minecraft:redstone_ore" + id: "2E5A71CED4B01657" + size: 0.9d + subtitle: "Source of Redstone, Ruby, Chrome, Mercury" + tasks: [ + { + id: "2CE255679DBEF5D8" + item: "gtceu:raw_redstone" + type: "item" + } + { + id: "0E2985CCA3ADC16D" + item: "gtceu:raw_ruby" + type: "item" + } + { + id: "086C90A681E3DAC8" + item: "gtceu:raw_cinnabar" + type: "item" + } + ] + title: "Redstone" + x: 1.5d + y: 3.5d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Both Sapphire variants serve as your primary source of Aluminium until you can unlock other electrolysis recipes in MV." + "" + "The other two gems are mediocre at best." + ] + icon: "gtceu:sapphire_ore" + id: "6EFE154D32A2155E" + size: 0.9d + subtitle: "Source of Aluminium" + tasks: [ + { + id: "1318A25CD8DF8CC8" + item: "gtceu:raw_almandine" + type: "item" + } + { + id: "4621A5772F8A1346" + item: "gtceu:raw_pyrope" + type: "item" + } + { + id: "74E7B27F19B5BB90" + item: "gtceu:raw_sapphire" + type: "item" + } + { + id: "597389A21B4802B9" + item: "gtceu:raw_green_sapphire" + type: "item" + } + ] + title: "Sapphire" + x: 0.5d + y: 3.5d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Good source of &6Heavy Oil&r, which is useful for &6Diesel&r setups early on." + "" + "If you don't want to process the ore entirely, you can &bCentrifuge&r it directly." + ] + icon: "gtceu:oilsands_ore" + id: "7C35B6B0B4CFFEB2" + size: 0.9d + subtitle: "Source of the American Dream" + tasks: [{ + id: "301C4CD1E47E2D02" + item: "gtceu:raw_oilsands" + type: "item" + }] + title: "Oilsands" + x: -0.5d + y: 3.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: ["This one's nothing but a meme. It's literally called a Lubricant vein."] + icon: "gtceu:soapstone_ore" + id: "676667089653641C" + size: 0.9d + subtitle: "Source of Lubricant" + tasks: [ + { + id: "4E280784AE8DC125" + item: "gtceu:raw_soapstone" + type: "item" + } + { + id: "232376309055C021" + item: "gtceu:raw_talc" + type: "item" + } + { + id: "634BF4E9CE99821E" + item: "gtceu:raw_glauconite_sand" + type: "item" + } + { + id: "73EFE59001EDA5CC" + item: "gtceu:raw_pentlandite" + type: "item" + } + ] + title: "Soapstone" + x: -1.0d + y: 2.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Did you know Lazurite and Sodalite can substitute Lapis in enchanting?" + "" + "Sodalite is the most valuable Ore here, thanks to its electrolysis in the MV Age." + ] + icon: "gtceu:lapis_ore" + id: "39A58AFE2E0C13EB" + size: 0.9d + subtitle: "Source of Lapis Lazuli, Aluminium, Sodium, Chlorine" + tasks: [ + { + id: "3E903B26B6E0D98E" + item: "gtceu:raw_lazurite" + type: "item" + } + { + id: "32D7780756D44749" + item: "gtceu:raw_sodalite" + type: "item" + } + { + id: "606762EB6B4E6B44" + item: "gtceu:raw_lapis" + type: "item" + } + { + id: "2A1B5CB79B4824D2" + item: "gtceu:raw_calcite" + type: "item" + } + ] + title: "Lapis" + x: -1.5d + y: 1.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "Pyrolusite is what you're here for. It smelts directly into Manganese, which is needed in bulk for the &6HV&r Age." + "" + "Tantalite eventually becomes extremely valuable thanks to Niobium byproducts." + ] + icon: "gtceu:pyrolusite_ore" + id: "2C75A50B17AA9AF1" + size: 0.9d + subtitle: "Source of Manganese" + tasks: [ + { + id: "10FC904696261AF3" + item: "gtceu:raw_grossular" + type: "item" + } + { + id: "2AB5A89CE949A602" + item: "gtceu:raw_spessartine" + type: "item" + } + { + id: "6119F8F02D09746A" + item: "gtceu:raw_pyrolusite" + type: "item" + } + { + id: "3C4F10C849D57CEE" + item: "gtceu:raw_tantalite" + type: "item" + } + ] + title: "Pyrolusite" + x: -1.5d + y: 0.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: ["The most consistent source of Lead and Silver."] + icon: "gtceu:galena_ore" + id: "14587AE142D84E12" + size: 0.9d + subtitle: "Source of Lead, Silver" + tasks: [ + { + id: "4E3A072619DD0ADD" + item: "gtceu:raw_galena" + type: "item" + } + { + id: "630590BF96CFC43C" + item: "gtceu:raw_silver" + type: "item" + } + { + id: "1F04EE0BC55BBC3D" + item: "gtceu:raw_lead" + type: "item" + } + ] + title: "Galena" + x: -1.5d + y: -1.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: ["Your one and only trusty source for Nickel."] + icon: "gtceu:nickel_ore" + id: "38C955F6CBDD95BD" + size: 0.9d + subtitle: "Source of Nickel, Cobalt" + tasks: [ + { + id: "2B48BE1948B21FA3" + item: "gtceu:raw_garnierite" + type: "item" + } + { + id: "7C7612EE2B7E4EC5" + item: "gtceu:raw_nickel" + type: "item" + } + { + id: "67E57FC9827B5092" + item: "gtceu:raw_cobaltite" + type: "item" + } + { + id: "037ACF0F26406F6A" + item: "gtceu:raw_pentlandite" + type: "item" + } + ] + title: "Nickel" + x: -1.0d + y: -2.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: [ + "A source of Bauxite for your first ever Titanium." + "" + "Kyanite and Mica have decent decompositions, but there are better options." + ] + icon: "gtceu:mica_ore" + id: "0B4BA438FE7F3640" + size: 0.9d + subtitle: "Source of Aluminium, Fluorine, Titanium" + tasks: [ + { + id: "7296DE6280CBC6A1" + item: "gtceu:raw_kyanite" + type: "item" + } + { + id: "74D148653E7A1B25" + item: "gtceu:raw_mica" + type: "item" + } + { + id: "6173C7077E889C16" + item: "gtceu:raw_bauxite" + type: "item" + } + { + id: "0091A8A8857BFCA3" + item: "gtceu:raw_pollucite" + type: "item" + } + ] + title: "Mica" + x: -0.5d + y: -3.0d + } + { + dependencies: ["41730E340B3D8EDA"] + description: ["The worst Iron vein. It's helpful in the early game, but that's about it."] + icon: "gtceu:granitic_mineral_sand_ore" + id: "5295C4AEFA8417F3" + size: 0.9d + subtitle: "Source of Iron" + tasks: [ + { + id: "0A9878360139CD46" + item: "gtceu:raw_basaltic_mineral_sand" + type: "item" + } + { + id: "4080824C57EFA2C2" + item: "gtceu:raw_granitic_mineral_sand" + type: "item" + } + { + id: "37B33325ED63458D" + item: "gtceu:raw_fullers_earth" + type: "item" + } + { + id: "1399C23538D97FDE" + item: "gtceu:raw_gypsum" + type: "item" + } + ] + title: "Mineral Sand" + x: 0.5d + y: -3.5d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: ["Rare Earth vein for progression in the &5EV&r age and onwards."] + icon: "gtceu:netherrack_bastnasite_ore" + id: "2171AF09E76A5968" + size: 0.9d + subtitle: "Source of Rare Earth, Neodymium, Fluorine" + tasks: [ + { + id: "7628A17F2E48C5E7" + item: "gtceu:raw_bastnasite" + type: "item" + } + { + id: "20F2A4B11E2086CB" + item: "gtceu:raw_monazite" + type: "item" + } + { + id: "5233FC3D4022C248" + item: "gtceu:raw_neodymium" + type: "item" + } + ] + title: "Bastnatite" + x: 7.5d + y: -3.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: ["Emerald is the useful ore here. It's used in small quantities in &bMV&r Age, and is a part of the Crystal process for Crystal and Wetware circuits much later on."] + icon: "gtceu:netherrack_emerald_ore" + id: "594D84730913698A" + size: 0.9d + subtitle: "Source of Beryllium, Emerald, Thorium" + tasks: [ + { + id: "14C64BEBBC783475" + item: "gtceu:raw_beryllium" + type: "item" + } + { + id: "2C9AE00CBFC47850" + item: "gtceu:raw_emerald" + type: "item" + } + { + id: "2CFDEB3CBF188CB9" + item: "gtceu:raw_thorium" + type: "item" + } + ] + title: "Emerald" + x: 8.5d + y: -4.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "This vein is very rare!" + "" + "It's basically Molybdenum, plus less important materials." + ] + icon: "gtceu:netherrack_molybdenum_ore" + id: "63CB3C9F5A61E0C4" + size: 0.9d + subtitle: "Source of Molybdenum" + tasks: [ + { + id: "382A7CC243D7042E" + item: "gtceu:raw_wulfenite" + type: "item" + } + { + id: "5C1C4E3F40124FC4" + item: "gtceu:raw_molybdenite" + type: "item" + } + { + id: "38AF18FEEE493EB7" + item: "gtceu:raw_molybdenum" + type: "item" + } + { + id: "774C2E5939FE97B9" + item: "gtceu:raw_powellite" + type: "item" + } + ] + title: "Molybdenum" + x: 9.5d + y: -4.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "Your ticket into Applied Energistics 2 is to mine some of that Certus Quartz." + "" + "Barite electrolyses into Barium, which you will need at some point." + ] + icon: "gtceu:netherrack_certus_quartz_ore" + id: "517D50E748A129AB" + size: 0.9d + subtitle: "Source of AE2, Barium" + tasks: [ + { + id: "753C65ED1CA407C7" + item: "gtceu:raw_quartzite" + type: "item" + } + { + id: "67D3F0CB9F86C4B1" + item: "gtceu:raw_certus_quartz" + type: "item" + } + { + id: "5E2B885CEDBB3612" + item: "gtceu:raw_barite" + type: "item" + } + ] + title: "Certus Quartz" + x: 10.5d + y: -3.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "Electrotine is important for progression in the &6HV&r Age. It centrifuges into Electrum, a source of Gold and Silver, and Redstone." + "" + "Saltpeter is used in a few reactions, and the other two ores here are pretty bad." + "{@pagebreak}" + "&bLore:&r Does Nikolite ring a bell? It was the ancestor of Electrotine in RedPower." + ] + icon: "gtceu:netherrack_saltpeter_ore" + id: "1F572D638AAACA21" + size: 0.9d + subtitle: "Source of Potassium, Electrum" + tasks: [ + { + id: "5483A769AEEA0FA0" + item: "gtceu:raw_saltpeter" + type: "item" + } + { + id: "516DBCF047AE54F5" + item: "gtceu:raw_diatomite" + type: "item" + } + { + id: "0D26545E6CC6046C" + item: "gtceu:raw_electrotine" + type: "item" + } + { + id: "35EEFC7F426C571D" + item: "gtceu:raw_alunite" + type: "item" + } + ] + title: "Saltpeter" + x: 11.0d + y: -2.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "Both Topaz ores are absolutely excellent for electrolysis." + "" + "The best Fluorine source." + ] + icon: "gtceu:netherrack_topaz_ore" + id: "37EC97FB0FC6C56D" + size: 0.9d + subtitle: "Source of Copper, Fluorine" + tasks: [ + { + id: "29303BBBF186EA1B" + item: "gtceu:raw_blue_topaz" + type: "item" + } + { + id: "73E7A603F86446FC" + item: "gtceu:raw_topaz" + type: "item" + } + { + id: "74FEBF511ED054F7" + item: "gtceu:raw_chalcocite" + type: "item" + } + { + id: "78BC31A5EA9316A0" + item: "gtceu:raw_bornite" + type: "item" + } + ] + title: "Topaz" + x: 10.5d + y: -1.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "Almost a pure Copper vein." + "" + "Stibnite smelts directly into Antimony, which you will want in the &7LV&r Age." + ] + icon: "gtceu:netherrack_tetrahedrite_ore" + id: "45B62B35180593EA" + size: 0.9d + subtitle: "Source of Copper, Antimony" + tasks: [ + { + id: "65BB3345F5602A55" + item: "gtceu:raw_tetrahedrite" + type: "item" + } + { + id: "4253F5C16717E664" + item: "minecraft:raw_copper" + type: "item" + } + { + id: "30CFBE92202683E8" + item: "gtceu:raw_stibnite" + type: "item" + } + ] + title: "Tetrahedrite" + x: 9.5d + y: 0.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "This Nether Limonite vein variant is not to be slept on." + "" + "Thanks to the 2x yield, this is an excellent source of Iron and Gold." + ] + icon: "gtceu:netherrack_yellow_limonite_ore" + id: "0AFADD21454D968E" + size: 0.9d + subtitle: "Source of Iron, Gold" + tasks: [ + { + id: "0C549A9F07E02FA6" + item: "gtceu:raw_yellow_limonite" + type: "item" + } + { + id: "0EDAF96D2A679486" + item: "minecraft:raw_iron" + type: "item" + } + { + id: "673D33A59E428107" + item: "minecraft:raw_gold" + type: "item" + } + ] + title: "Limonite" + x: 8.5d + y: 0.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "Your first Nether expedition will be for Sulfur, which is found in this vein!" + "" + "Sphalerite is extremely valuable, as its ore processing gives Gallium. It also smelts directly into Zinc." + ] + icon: "gtceu:netherrack_sulfur_ore" + id: "030E299F75640977" + size: 0.9d + subtitle: "Source of Sulfur, Iron, Zinc" + tasks: [ + { + id: "022CC6EDF95C7696" + item: "gtceu:raw_sulfur" + type: "item" + } + { + id: "6F3BBA2545C154CD" + item: "gtceu:raw_pyrite" + type: "item" + } + { + id: "61F9BD58FBB8804F" + item: "gtceu:raw_sphalerite" + type: "item" + } + ] + title: "Sulfur" + x: 7.5d + y: -1.0d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "Your classic Nether Quartz vein." + "" + "Silicon isn't too difficult to come by, but Quartzite isn't a bad source." + ] + icon: "gtceu:netherrack_nether_quartz_ore" + id: "0269FCDE2628904A" + size: 0.9d + subtitle: "Source of Nether Quartz, Silicon" + tasks: [ + { + id: "3ABB4181FEA31D22" + item: "gtceu:raw_nether_quartz" + type: "item" + } + { + id: "152834A4F7A00AEC" + item: "gtceu:raw_quartzite" + type: "item" + } + ] + title: "Quartz" + x: 7.0d + y: -2.0d + } + { + dependencies: ["41D32C5178760F47"] + description: [ + "You may already have Iron, but don't sleep on this vein." + "" + "Chromite is an excellent source of Chrome, and Vanadium is needed in higher quantities in the late game." + ] + icon: "gtceu:endstone_magnetite_ore" + id: "4FC668EF2BF294ED" + subtitle: "Source of Iron, Vanadium, Gold, Chrome" + tasks: [ + { + id: "221E6D04EBEC9DDE" + item: "gtceu:raw_magnetite" + type: "item" + } + { + id: "595577EA15045970" + item: "gtceu:raw_vanadium_magnetite" + type: "item" + } + { + id: "22990DDA1E1B862C" + item: "gtceu:raw_chromite" + type: "item" + } + { + id: "48CBB7AE11A1F841" + item: "minecraft:raw_gold" + type: "item" + } + ] + title: "Magnetite" + x: 8.0d + y: 1.5d + } + { + dependencies: ["41D32C5178760F47"] + description: [ + "Naquadah from the TV series Stargate! An essential material from &dLuV&r Age onwards." + "" + "Naquadah can be processed in &dLuV&r Age for Titanium, Trinium, Barium, Gallium, Indium, Phosphorus, Enriched Naquadah, and Naquadria. Versatile!" + "" + "Plutonium is used to start the Radon loop, required in &1IV&r Age." + ] + icon: "gtceu:endstone_naquadah_ore" + id: "143B1AE1F3CF53EF" + subtitle: "Source of... a lot." + tasks: [ + { + id: "310ED3BE9C7FD9E2" + item: "gtceu:raw_naquadah" + type: "item" + } + { + id: "21A34924E41D1BE6" + item: "gtceu:raw_plutonium" + type: "item" + } + ] + title: "Naquadah" + x: 10.0d + y: 1.5d + } + { + dependencies: ["41D32C5178760F47"] + description: [ + "Platinum starts seeing usage in &5EV&r." + "" + "The Platinum Group Sludge chain becomes a requirement in &1IV&r, and Sheldonite is the best ore to kickstart your processing." + "{@pagebreak}" + "&bLore:&r The actual name for Sheldonite ore is actually Cooperite. GregoriusT thought it was haha funny to make jokes about Sheldon Cooper, despite &lnot&r being the person the ore was named after! And so we kept the haha funny joke going." + ] + icon: "gtceu:endstone_cooperite_ore" + id: "4D76C334B251EB3A" + subtitle: "Source of a lot, again" + tasks: [ + { + id: "4547E85950CB15E4" + item: "gtceu:raw_bornite" + type: "item" + } + { + id: "2779AA47A008FE68" + item: "gtceu:raw_cooperite" + type: "item" + } + { + id: "41E8420E7558A052" + item: "gtceu:raw_platinum" + type: "item" + } + { + id: "1CE21684D9A3CB10" + item: "gtceu:raw_palladium" + type: "item" + } + ] + title: "Sheldonite" + x: 8.0d + y: 4.5d + } + { + dependencies: ["41D32C5178760F47"] + description: [ + "Your one and only Tungsten source! (You could technically get Tungstate from macerating End Stone... but the yield is tiny.)" + "" + "An extremely important veinm, as Tungsten is used in vast amounts in &1IV&r Age and onwards." + ] + icon: "gtceu:endstone_scheelite_ore" + id: "5AA98D1298FD90BA" + subtitle: "Source of Tungsten, Lithium" + tasks: [ + { + id: "30446661E519BD77" + item: "gtceu:raw_scheelite" + type: "item" + } + { + id: "05FE206449587AFC" + item: "gtceu:raw_tungstate" + type: "item" + } + { + id: "568AE4406565E837" + item: "gtceu:raw_lithium" + type: "item" + } + ] + title: "Scheelite" + x: 10.0d + y: 4.5d + } + { + dependencies: ["41D32C5178760F47"] + description: ["This is a much more sane vein to mine to get Aluminium and Titanium over the Overworld Mica vein."] + icon: "gtceu:endstone_bauxite_ore" + id: "40B40DF0D1295A90" + subtitle: "Source of Aluminium, Titanium, Gallium" + tasks: [ + { + id: "165615C81FEAE3C3" + item: "gtceu:raw_bauxite" + type: "item" + } + { + id: "733D9A9B816EFA73" + item: "gtceu:raw_ilmenite" + type: "item" + } + { + id: "62761B7C37615A6D" + item: "gtceu:raw_aluminium" + type: "item" + } + ] + title: "Bauxite" + x: 7.0d + y: 3.0d + } + { + dependencies: ["41D32C5178760F47"] + description: [ + "The one and only vein for Uranium!" + "" + "Uranium has a few minor uses in &5EV&r Age and beyond. Nuclear Reactors are planned for GTCEu in the future... keep your eyes peeled." + ] + icon: "gtceu:endstone_pitchblende_ore" + id: "5ED483A04095EFA3" + subtitle: "Source of Uranium, Thorium, Lead" + tasks: [ + { + id: "6174FF347A1D09AE" + item: "gtceu:raw_pitchblende" + type: "item" + } + { + id: "449DE0416421D8ED" + item: "gtceu:raw_uraninite" + type: "item" + } + ] + title: "Pitchblende" + x: 11.0d + y: 3.0d + } + ] + title: "Ore Generation" +} diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt new file mode 100644 index 000000000..2fe1bb7b3 --- /dev/null +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -0,0 +1,312 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "ore_processing" + group: "719BFF182E0820D1" + icon: { + Count: 1b + id: "minecraft:diamond_pickaxe" + tag: { + Damage: 0 + } + } + id: "0E06BF868110DE7D" + order_index: 5 + quest_links: [ + { + id: "04819432FE9587C7" + linked_quest: "7813F183681E0342" + x: 0.375d + y: 1.625d + } + { + id: "53D184106CC9B6CF" + linked_quest: "724FB950CC472BB4" + x: 0.0d + y: 3.0d + } + ] + quests: [ + { + dependencies: ["7813F183681E0342"] + description: ["The main purpose of GregTech Ore Processing is to provide &abyproducts&r on top of the initial outcome. At Steam Age, none of the byproducts are obtainable, but this will become relevant soon."] + icon: "minecraft:iron_ore" + id: "21CFDD8EBE0B7E16" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "02A8D13462465EA6" + type: "checkmark" + }] + title: "Why process my ore?" + x: 1.375d + y: 1.125d + } + { + dependencies: ["21CFDD8EBE0B7E16"] + description: [ + "The steps available in the Steam Age go as follows:" + "" + "One Ore (block) &9->&r Two Crushed Ores (Macerator)" + "" + "One Crushed Ore &9->&r One Impure Dust (Hammer)" + "" + "One Impure Dust &9->&r One Dust (In world crafting)" + "" + "One Dust &9->&r One Ingot (Furnace, you should know this one)" + ] + icon: "minecraft:furnace" + id: "4A33704406C739B9" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "2C83DD7D9E8354BF" + type: "checkmark" + }] + title: "How should I go about processing?" + x: 2.375d + y: 1.625d + } + { + dependencies: ["4A33704406C739B9"] + description: [ + "A pickaxe or mining hammer enchanted with Hammering, or a GregTech Hammer directly, gives Crushed Ores from breaking Ore blocks, but only at a 1:1 ratio." + "" + "The Fortune enchantment can increase this ratio to up to 2x with Fortune III, matching the Macerator." + ] + icon: { + Count: 1b + id: "gtceu:iron_hammer" + tag: { + Damage: 0 + } + } + id: "3ED1A3C91E61A743" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "5C1F5747310514DC" + item: "gtceu:redstone_crushed_ore" + type: "item" + }] + title: "Screw processing, I have a hammer" + x: 3.375d + y: 1.125d + } + { + dependencies: ["3ED1A3C91E61A743"] + description: [ + "The rule bends for ores giving more than two dusts (such as &cRedstone&r), and for dusts that cannot be smelted (&cRedstone&r... again!)." + "" + "However, you can still smelt the ore directly to get &9half the amount&r you would from the full processing." + ] + icon: "minecraft:redstone" + id: "2E76BE047DF1D122" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "725B270DD71523D4" + type: "checkmark" + }] + title: "Rule Breakers" + x: 4.375d + y: 1.625d + } + { + dependencies: ["2E76BE047DF1D122"] + description: ["&dJEI does not indicate Impure Dust to Clean Dust conversion&r, so keep that in mind that you can &athrow them into filled cauldrons&r."] + icon: "minecraft:cauldron" + id: "7154673D09A83CE6" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "734209745CF43031" + item: "gtceu:redstone_pure_dust" + type: "item" + }] + title: "Impure Washing" + x: 5.375d + y: 1.125d + } + { + dependencies: ["7154673D09A83CE6"] + description: ["Take this reward for listening to us waffle on WITHOUT nodding off!"] + icon: "minecraft:diamond" + id: "4F46E1D6E1EC1AF1" + rewards: [ + { + count: 32 + id: "1A1447298C97B891" + item: "gtceu:chalcopyrite_ore" + type: "item" + } + { + count: 16 + id: "7FEB9C69B037C231" + item: "minecraft:iron_ore" + type: "item" + } + ] + title: "You're an expert now!" + x: 6.375d + y: 1.625d + } + { + dependencies: ["724FB950CC472BB4"] + description: [ + "What you will &4&lneed&r to automate &6Ore Processing&r on a large scale:" + "" + "&9-&r One or few &3IV Macerators&r (or higher tier)." + "&9-&r A few &3Processing Arrays&r (PA) to place your low tier machines inside - &eor&r the &2GCYM&r variants." + "&9-&r 16 LV &3Thermal Centrifuges&r in a PA (upgradable to 64 with the Advanced PA)." + "&9-&r One or a few MV &3Electrolyzers&r, possibly in a PA." + "&9-&r A &3Multi Smelter&r." + "&9-&r A &3Packager&r of any tier." + "&9-&r Inventories acting as a large buffer, such as &3Tungstensteel Crates&r." + "&9-&r &3ME Storage Buses&r or a lot of &3Item Pipes&r + &aFilters&r covers, and &aItem Tag Filters&r" + ] + icon: "gtceu:iv_macerator" + id: "53F18E5FB7DF495A" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "2F1660ADE2D388EF" + type: "checkmark" + }] + title: "What's needed?" + x: 1.0d + y: 3.0d + } + { + dependencies: ["724FB950CC472BB4"] + description: [ + "What you may &eoptionally&r add:" + "" + "&9-&r A few LV &3Ore Washers&r for quick washing purposes." + "&9-&r Up to 16 LV &3Ore Washers&r in a PA, accompanied with a set of &3Distilleries&r for &dDistilled Water&r." + "&9-&r Up to 16 LV &3Centrifuges&r in a PA, for impure/purified dusts." + "&9-&r &3&3Chemical Baths&r for the special Byproducts using &dMercury&r or &dSodium Persulfate&r." + "&9-&r &3Sifters&r of any tier (higher tier = better chanced output), for gem ores." + "&9-&r &3Electromagnetic Separators&r." + ] + icon: "gtceu:lv_ore_washer" + id: "53F38229646F8F5F" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "4FF2D0ED901A1470" + type: "checkmark" + }] + title: "Optional Additions" + x: 2.0d + y: 3.0d + } + { + dependencies: ["724FB950CC472BB4"] + description: [ + "Overclocking is not energy efficient, which is why it is generally better to go for low tier machines in passive setups. One could also argue they are cheaper." + "" + "&3Processing Arrays&r make up for the sheer amount of machines you are making. If you wish, you can still use higher tier machines, but the power draw will be bigger." + "" + "If you've made any of the &2Gregicality Multiblocks&r, just use those instead." + ] + icon: "gtceu:lv_machine_hull" + id: "6AA18111842A6DEC" + shape: "rsquare" + size: 0.75d + subtitle: "But I wanna go fast..." + tasks: [{ + id: "1D1E97D3F3752429" + type: "checkmark" + }] + title: "Why &7LV&r Machines?" + x: 3.0d + y: 3.0d + } + { + dependencies: ["724FB950CC472BB4"] + description: [ + "Yes." + "" + "However, setting your processing up so that you obtain more Byproducts or get better yields is completely up to you." + "" + "&3Thermal Centrifuges&r are close to mandatory, as they unlock a &6unique Byproduct&r from the maceration step." + ] + icon: "gtceu:iv_thermal_centrifuge" + id: "4ACCF2E25AA67A9E" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "43352FC6E613CC9D" + type: "checkmark" + }] + title: "Should I go for the optional byproducts?" + x: 4.0d + y: 3.0d + } + { + dependencies: ["724FB950CC472BB4"] + description: [ + "Chalcopyrite, Chalcocite, Bornite, Tetrahedrite, Pentlandite and Sheldonite ores should all be turned into their &dPurified Crushed&r variants, and sent to the &6Platinum Group Metal&r chain." + "" + "Purified Crushed Galena and Sphalerite may be reserved for Indium, until you have the Naquadah chain." + "" + "&aGallium&r, &aChrome&r, &aNiobium&r, &aRare Earths&r, &aGlowstone&r are &6Byproducts&r you want to prioritise. " + "" + "If we're missing any, hit us up on Discord, and we'll be sure to change this." + ] + icon: "gtceu:chalcopyrite_ore" + id: "562FC71B18D4ABC8" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "71AA29BFA1530399" + type: "checkmark" + }] + title: "What ores should I prioritise?" + x: 5.0d + y: 3.0d + } + { + dependencies: ["724FB950CC472BB4"] + description: [ + "As you may know, automating with AE2 is very powerful." + "" + "&3ME Storage Buses&r can route items effortlessly. They also have a huge whitelist or blacklist configuration. Put them on the &3Tungstensteel Crates&r to buffer the items, or use a dedicated AE2 subnet." + "" + "To combine &aTiny Dusts&r into full &aDusts&r, you will want a &3Storage Bus&r on high priority paired with an &dItem Tag&r filter for &e&ldusts/tiny&r. Note that a few Tiny Dusts are needed for the PBI chain, so you can blacklist them from this if it's your main network." + ] + icon: "ae2:storage_bus" + id: "4FF46725A4529902" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "74BA1EE90A4913D1" + type: "checkmark" + }] + title: "Storage Buses?" + x: 6.0d + y: 3.0d + } + { + dependencies: ["724FB950CC472BB4"] + description: [ + "For ores that you want to process but don't want the Byproducts as it would take too long in the machines, prioritize filtering them for quick washing." + "" + "The typically \\\"best\\\" path is: Macerator -> Ore Washing -> Thermal Centrifuge -> Macerator. If you deviate from it for various reasons, you will have to set filters &emanually&r." + ] + icon: "minecraft:dirt" + id: "0D39EBC7CAF44B44" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "685CDC1B793E59CA" + type: "checkmark" + }] + title: "What if I can't be bothered?" + x: 6.998724489795926d + y: 3.0025510204081627d + } + ] + title: "Ore Processing" +} diff --git a/config/ftbquests/quests/chapters/progression.snbt b/config/ftbquests/quests/chapters/progression.snbt new file mode 100644 index 000000000..4dddb88b8 --- /dev/null +++ b/config/ftbquests/quests/chapters/progression.snbt @@ -0,0 +1,575 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "progression" + group: "1C1C4FB2AFCF489D" + icon: "gtceu:basic_electronic_circuit" + id: "28EBC0FF82EFD94B" + order_index: 0 + quest_links: [ + { + id: "2BB2FC2D9D2F2E57" + linked_quest: "4B979482EF026BFF" + shape: "rsquare" + size: 0.75d + x: 0.0d + y: 0.0d + } + { + id: "77A0335E38D755CA" + linked_quest: "0DBC148D92A9F69F" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: 1.0d + } + { + id: "750818879C23F373" + linked_quest: "26394C1290D70AB6" + shape: "rsquare" + size: 0.8d + x: 1.0d + y: 2.0d + } + { + id: "0074100DE2B5BE5A" + linked_quest: "5E76D4C24026157D" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 0.0d + } + { + id: "1C05814535C12FED" + linked_quest: "60D7F6C1EE918B66" + shape: "rsquare" + size: 0.75d + x: 1.0d + y: 1.0d + } + { + id: "513A34184609CA31" + linked_quest: "5C17BF90DA2AAEEE" + shape: "rsquare" + size: 0.75d + x: 1.0d + y: 0.0d + } + { + id: "22CF428EE30F5B4B" + linked_quest: "38DE506FF5B32031" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 1.0d + } + { + id: "33618A4FD8ED62D7" + linked_quest: "5063FDFFBE3E4855" + shape: "rsquare" + size: 0.75d + x: 2.0d + y: 2.0d + } + { + id: "0B4D429E3441C906" + linked_quest: "4AFD3073C731A1E4" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 3.0d + } + { + id: "5572AB3517FCEE5F" + linked_quest: "3CF550B81716B8B9" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: -1.0d + } + { + id: "2B8FBCD290196265" + linked_quest: "14D277A164202FF8" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 4.0d + } + { + id: "0E8AC841C484408C" + linked_quest: "15EC934CE8F4DC86" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: -1.0d + } + { + id: "6ABFBA6855A6E7E9" + linked_quest: "196FC518F744B983" + shape: "rsquare" + size: 0.8d + x: 3.0d + y: 2.0d + } + { + id: "629EAE6BC0519572" + linked_quest: "0017FFFAD7CD2EFE" + shape: "rsquare" + size: 0.75d + x: 3.0d + y: 3.0d + } + { + id: "59568D32C47265ED" + linked_quest: "5CC9B0E832545569" + shape: "rsquare" + size: 0.75d + x: 3.0d + y: 4.0d + } + { + id: "42DA2C0B99DB2545" + linked_quest: "58BBD540D7D4FF01" + shape: "rsquare" + size: 0.8d + x: 3.0d + y: 5.0d + } + { + id: "39C4E4082B9B5731" + linked_quest: "49C1D61741AA288E" + shape: "rsquare" + size: 0.8d + x: 4.0d + y: 3.0d + } + { + id: "346904314F61ABDB" + linked_quest: "698B5F65F2DE4439" + shape: "rsquare" + size: 0.75d + x: 4.0d + y: 4.0d + } + { + id: "1C0407D7B45603FC" + linked_quest: "145F71A817C5996E" + shape: "rsquare" + size: 0.75d + x: 4.0d + y: 5.0d + } + { + id: "20BCF31B1430ECFC" + linked_quest: "327C3E02CD751453" + shape: "rsquare" + size: 0.8d + x: 4.0d + y: 6.0d + } + { + id: "384FE989BF9BD89D" + linked_quest: "082AB255886E73C2" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 5.0d + } + { + id: "3DD1B0AE6630A8E5" + linked_quest: "370FC1CDF5F9A9CC" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 6.0d + } + { + id: "519774012E47875A" + linked_quest: "359121584E056022" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 7.0d + } + { + id: "0B488F9F519FBA61" + linked_quest: "3B49BD004F38E1A2" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 8.0d + } + { + id: "025C3D8C61A9C011" + linked_quest: "42CD789B8C40E424" + shape: "rsquare" + size: 0.8d + x: 5.0d + y: 4.0d + } + { + id: "54F1B023BEC98314" + linked_quest: "47087361D6DE7DCF" + shape: "rsquare" + size: 0.75d + x: 5.0d + y: 5.0d + } + { + id: "4EABE2BF51A06FC8" + linked_quest: "7AE681E2AB31EA0D" + shape: "rsquare" + size: 0.75d + x: 5.0d + y: 6.0d + } + { + id: "607E9492E895927E" + linked_quest: "79E4E53E9DF45549" + shape: "rsquare" + size: 0.8d + x: 5.0d + y: 7.0d + } + ] + quests: [ + { + dependencies: [ + "3CF550B81716B8B9" + "0DBC148D92A9F69F" + "4B979482EF026BFF" + ] + description: [ + "Early game Circuits are hand craftable." + "" + "Pick up the &3Circuit Assembler&r to make them a lot more efficient." + ] + hide_dependency_lines: true + icon: "gtceu:bronze_machine_casing" + id: "4252B1AF36FFB4F6" + size: 0.85d + subtitle: "Hand crafted and artisanal" + title: "Craftable in &6Steam Age&r and &7LV&r" + x: 0.0d + y: -2.0d + } + { + dependencies: [ + "60D7F6C1EE918B66" + "5C17BF90DA2AAEEE" + "26394C1290D70AB6" + ] + description: [ + "The &9Integrated&r Circuit line may not be a strict upgrade in terms of cost, but will tide you over as a stepping stone towards the next tier." + "" + "They will require a MV &3Laser Engraver&r and a MV &3Cutting Machine&r." + "{@pagebreak}" + "&bLore:&r In Omnifactory, and in previous Gregicality, this circuit line was called &9Refined&r and was standardized like further tiers." + ] + hide_dependency_lines: true + icon: "gtceu:mv_machine_hull" + id: "5E4FBB2287D9E635" + size: 0.85d + subtitle: "Integrated Dynamics" + title: "Craftable in &bMV&r" + x: 1.0d + y: -2.0d + } + { + dependencies: [ + "15EC934CE8F4DC86" + "38DE506FF5B32031" + "5063FDFFBE3E4855" + "14D277A164202FF8" + "4AFD3073C731A1E4" + "5E76D4C24026157D" + ] + description: [ + "&eMicro&r Circuits are where the &3Cleanroom&r becomes a requirement to progress." + "" + "Don't get caught out by the &aMainframe&r - it requires a &3HV Circuit Assembler&r." + ] + hide_dependency_lines: true + icon: "gtceu:hv_machine_hull" + id: "1D717E742E50A6BD" + size: 0.85d + subtitle: "Micro Miners" + title: "Craftable in &bMV&r and &6HV&r" + x: 2.0d + y: -2.0d + } + { + dependencies: [ + "196FC518F744B983" + "5CC9B0E832545569" + "0017FFFAD7CD2EFE" + "58BBD540D7D4FF01" + ] + description: [ + "This is the &9Nano&r Circuit line." + "" + "Starting from here, circuit progression will follow a pattern:" + "" + "&9-&r Processor" + "&9-&r Assembly" + "&9-&r Cupercomputer" + "&9-&r Mainframe" + ] + hide_dependency_lines: true + icon: "gtceu:ev_machine_hull" + id: "29C2A82490261F1C" + size: 0.85d + subtitle: "Nano Age" + title: "Craftable in &5EV&r" + x: 3.0d + y: -2.0d + } + { + dependencies: [ + "49C1D61741AA288E" + "327C3E02CD751453" + "698B5F65F2DE4439" + "145F71A817C5996E" + ] + description: [ + "Welcome to the &9Quantum&r Circuit line." + "" + "You may want to invest in &aPBI&r at this point, as &dAdvanced SMDs&r will skyrocket your circuit production." + ] + hide_dependency_lines: true + icon: "gtceu:iv_machine_hull" + id: "66A23AC2EE9BC4AE" + size: 0.85d + subtitle: "GregTech gets Quantum" + title: "Craftable in &1IV&r" + x: 4.0d + y: -2.0d + } + { + dependencies: [ + "42CD789B8C40E424" + "79E4E53E9DF45549" + "47087361D6DE7DCF" + "7AE681E2AB31EA0D" + ] + description: [ + "This is the &9Crystal&r Circuit line." + "" + "It's locked behind &3Fusion&r." + ] + hide_dependency_lines: true + icon: "gtceu:luv_machine_hull" + id: "6906121936A688C0" + size: 0.85d + subtitle: "Crystallisation" + title: "Craftable in &dLuV&r" + x: 5.0d + y: -2.0d + } + { + dependencies: [ + "082AB255886E73C2" + "3B49BD004F38E1A2" + "370FC1CDF5F9A9CC" + "359121584E056022" + ] + description: [ + "This is the &9Wetware&r Circuit line." + "" + "It will be the biggest automation challenge to face in this modpack. Best of luck." + ] + hide_dependency_lines: true + icon: "gtceu:zpm_machine_hull" + id: "629E023752317A31" + size: 0.85d + subtitle: "Soft and Wetware" + title: "Craftable in &cZPM&r" + x: 6.0d + y: -2.0d + } + { + dependencies: [ + "3CF550B81716B8B9" + "15EC934CE8F4DC86" + ] + description: ["On this line you can see the Steam, or &8&8ULV&r, equivalents."] + hide_dependency_lines: true + icon: "gtceu:ulv_machine_casing" + id: "1C1976238A2FBEE0" + size: 0.85d + title: "&8ULV&r Circuits" + x: -1.0d + y: -1.0d + } + { + dependencies: [ + "5C17BF90DA2AAEEE" + "4B979482EF026BFF" + "5E76D4C24026157D" + ] + description: [ + "Circuits along this line are &7LV&r, and are interchangeable in recipes." + "" + "&cElectronic Circuits&r are the \"worst\" in terms of cost and effort required to produce, but you have to start somewhere." + "" + "&eBasic Integrated Processors&r act as a middle layer between &cElectronic Circuits&r and &2Microchip Processors.&r" + "" + "Finally, &2Microchip Processors&r will be the best option for the rest of the playthrough." + ] + hide_dependency_lines: true + icon: "gtceu:lv_machine_casing" + id: "7707E5B061A7FFF7" + size: 0.85d + title: "&7LV&r Circuits" + x: -1.0d + y: 0.0d + } + { + dependencies: [ + "60D7F6C1EE918B66" + "38DE506FF5B32031" + "0DBC148D92A9F69F" + ] + description: [ + "Circuits along this line are &bMV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:mv_machine_casing" + id: "45CA8DCA8226945A" + size: 0.85d + title: "&bMV&r Circuits" + x: -1.0d + y: 1.0d + } + { + dependencies: [ + "196FC518F744B983" + "5063FDFFBE3E4855" + "26394C1290D70AB6" + ] + description: [ + "Circuits along this line are &6HV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:hv_machine_casing" + id: "54CF2016ED44CC45" + size: 0.85d + title: "&6HV&r Circuits" + x: -1.0d + y: 2.0d + } + { + dependencies: [ + "49C1D61741AA288E" + "4AFD3073C731A1E4" + "0017FFFAD7CD2EFE" + ] + description: [ + "Circuits along this line are &5EV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:ev_machine_casing" + id: "2A9ECD745E15A5D8" + size: 0.85d + title: "&5EV&r Circuits" + x: -1.0d + y: 3.0d + } + { + dependencies: [ + "42CD789B8C40E424" + "698B5F65F2DE4439" + "14D277A164202FF8" + "5CC9B0E832545569" + ] + description: [ + "Circuits along this line are &1IV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:iv_machine_casing" + id: "5B0AC445672E14B6" + size: 0.85d + title: "&1IV&r Circuits" + x: -1.0d + y: 4.0d + } + { + dependencies: [ + "082AB255886E73C2" + "47087361D6DE7DCF" + "145F71A817C5996E" + "58BBD540D7D4FF01" + ] + description: [ + "Circuits along this line are &dLuV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + "" + "Make sure to set up &3wetware board production&r as soon as possible! These take a &6very long time&r to make." + "" + "It's &dLuV&r, not &4LUV&r." + ] + hide_dependency_lines: true + icon: "gtceu:luv_machine_casing" + id: "140E91C53C30C096" + size: 0.85d + title: "&dLuV&r Circuits" + x: -1.0d + y: 5.0d + } + { + dependencies: [ + "370FC1CDF5F9A9CC" + "327C3E02CD751453" + "7AE681E2AB31EA0D" + ] + description: ["Circuits along this line are &cZPM&r, and are interchangeable in recipes."] + hide_dependency_lines: true + icon: "gtceu:zpm_machine_casing" + id: "2E00E10D4E92F64D" + size: 0.85d + title: "&cZPM&r Circuits" + x: -1.0d + y: 6.0d + } + { + dependencies: [ + "79E4E53E9DF45549" + "359121584E056022" + ] + description: ["Circuits along this line are &3UV&r, and are interchangeable for each other."] + hide_dependency_lines: true + icon: "gtceu:uv_machine_casing" + id: "35EFFA6C85EFCA58" + size: 0.85d + title: "&3UV&r Circuits" + x: -1.0d + y: 7.0d + } + { + dependencies: ["3B49BD004F38E1A2"] + description: [ + "Congratulations! You've reached the end of the circuit progression." + "" + "The only &4UHV&r circuit is the &6Wetware Mainframe&r, which is used for crafting some endgame stuff." + ] + hide_dependency_lines: true + icon: "gtceu:uhv_machine_casing" + id: "177ADFFD33DDA624" + size: 0.85d + title: "&4UHV&r Circuits" + x: -1.0d + y: 8.0d + } + ] + subtitle: ["A step forward is always rewarding"] + title: "Circuit Progression" +} diff --git a/config/ftbquests/quests/chapters/steam_age.snbt b/config/ftbquests/quests/chapters/steam_age.snbt new file mode 100644 index 000000000..72c720458 --- /dev/null +++ b/config/ftbquests/quests/chapters/steam_age.snbt @@ -0,0 +1,1340 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "steam_age" + group: "693226878D58638A" + icon: "gtceu:bronze_brick_casing" + id: "3B89FB8839204148" + order_index: 0 + quest_links: [ ] + quests: [ + { + dependencies: ["40DE888E6025C646"] + description: [ + "If you remember the Steam Information Quest, we told you how regular Steam machines had a duration penalty and were twice as slow." + "" + "High Pressure Steam machines no longer have any duration penalty for recipes, making them objective upgrades." + "" + "Make &eone&r of the proposed HP machines to complete this quest." + ] + icon: "gtceu:hp_steam_compressor" + id: "5673089822BFCA70" + rewards: [{ + count: 8 + id: "24A6C74E123DDC99" + item: "gtceu:steel_plate" + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "Pressure can be good sometimes" + tasks: [ + { + id: "20C11A6B5DBE5B77" + item: "gtceu:hp_steam_compressor" + type: "item" + } + { + id: "7820AEBD0933D67D" + item: "gtceu:hp_steam_alloy_smelter" + type: "item" + } + { + id: "5EABF396A3083ED0" + item: "gtceu:hp_steam_forge_hammer" + type: "item" + } + ] + title: "No More Penalty" + x: 0.0d + y: -2.625d + } + { + dependencies: ["40DE888E6025C646"] + description: [ + "Now that you have Steel, you can make a Hang Glider! If you haven't visited the &cNether&r yet, this might be a good item to grab before tackling that questline." + "" + "If you do not have enough Leather yet, make a &9Butchering Knife&r and employ its inherent Looting III to hunt some cows." + "{@pagebreak}" + "&bLore:&r The Hang Glider originally came from a mod known as OpenBlocks. Due to great utility of the Hang Glider, it was ported all the way up to 1.19.2. Shoutout to Fuzs_!" + ] + id: "0C301014EC4D17B8" + rewards: [{ + count: 8 + id: "1A39F42877915C72" + item: "minecraft:leather" + type: "item" + }] + shape: "rsquare" + size: 0.66d + subtitle: "No, it's Steve with a glider!" + tasks: [{ + id: "1D0F8D4470DFFD19" + item: { + Count: 1b + id: "hangglider:hang_glider" + tag: { + Damage: 0 + } + } + type: "item" + }] + title: "Is it a phantom? Is it an elytra?" + x: 1.125d + y: -2.625d + } + { + dependencies: ["40DE888E6025C646"] + description: [ + "&3High Pressure Boilers&r will be a better source of Steam for powering your Steam machines." + "" + "Keep in mind that you will still use Steam to power your Electric machines in the LV age via the miracles of energy conversion." + "" + "&cNote:&r You will need more than a handful of &3HP Boilers&r. The more you make, the easier it will be." + "{@pagebreak}" + "The &3Solid Boiler&r burns solid Fuel. It's self explanatory - better fuels last longer." + "" + "The &3Liquid Boiler&r burns either &dLava&r or &dCreosote&r." + "" + "Looking for a recommendation? Honestly, either goes, as both boilers are equivalent in generation. Craft the boiler that best suits your preferred resource." + "" + "Get &eeither&r of the two proposed boilers to complete this quest." + ] + id: "2FD75E4BD95F6645" + rewards: [ + { + count: 12 + id: "22FCFB1342070EC5" + item: "minecraft:iron_ingot" + type: "item" + } + { + count: 12 + id: "195F3D02A2632E78" + item: "gtceu:wrought_iron_ingot" + type: "item" + } + { + count: 12 + id: "5A949113167C4248" + item: "gtceu:steel_ingot" + type: "item" + } + ] + shape: "square" + tasks: [ + { + id: "3CE19962A88A55EE" + item: "gtceu:hp_steam_solid_boiler" + type: "item" + } + { + id: "3A8A8CF77675575A" + item: "gtceu:hp_steam_liquid_boiler" + type: "item" + } + ] + title: "High Pressure" + x: 0.0d + y: -1.5d + } + { + dependencies: ["07415D6305C3B1D2"] + description: [ + "The &3Primitive Blast Furnace&r (&3PBF&r for short) is a multiblock you will become very familiar with in the next few hours. It is important that you look at getting a &3Macerator&r before tackling this quest - if you do not have one yet, this multiblock will be &lfour times as expensive&r." + "" + "Using the &3Macerator&r, you will need &d132 Clay&r, split into &d66 Clay Dusts&r and &d66 Brick Dusts&r." + "" + "Build the structure using &4JEI's Multiblock preview tab&r." + "{@pagebreak}" + "Steel will be &9of utmost importance&r throughout the entire game, so make sure you keep that PBF running!" + "" + "Steel also has &6double the durability&r compared to regular Iron for GregTech tools. It also provides &6Diamond mining level&r, and is much faster!" + ] + icon: "gtceu:primitive_blast_furnace" + id: "40DE888E6025C646" + rewards: [ + { + count: 64 + id: "4BA49D38A085D5CA" + item: "minecraft:oak_log" + type: "item" + } + { + count: 64 + id: "6E244AE238636F71" + item: "minecraft:oak_log" + type: "item" + } + ] + shape: "gear" + size: 1.5d + subtitle: "Your first &mbig&r project! This one is for Steel!" + tasks: [ + { + id: "7B33C92B976F5AB8" + item: "gtceu:primitive_blast_furnace" + type: "item" + } + { + count: 32L + id: "4EC38823292AF1E1" + item: "gtceu:firebricks" + type: "item" + } + ] + title: "Primitive Blast Furnace" + x: 1.125d + y: -1.5d + } + { + dependencies: ["40DE888E6025C646"] + description: [ + "Made with a very small percentage of carbon in mass, Steel is significantly tougher than Iron or Wrought Iron.&r" + "" + "One &3PBF&r will most not likely cut it and will make this pack turn into an idle game. Make another one to halve the time spent waiting for Steel!" + "{@pagebreak}" + "Just to check - did you know GregTech multiblocks can &dshare walls&r? This could save you a whole 12 Primitive Bricks for your second PBF." + "" + "What you &omay&r also do is upgrade to four &3PBFs&r. It just depends on how much time you want to dedicate to resource collection, but more PBFs are always nice. We won't force you to make them, don't worry." + "{@pagebreak}" + "&9Note:&r The &3PBF&r cannot be (reasonably) automated, but putting blocks of Iron and Coke/Charcoal will guarantee it will run for a long time without needing to be babysat." + "" + "&bLore:&r In GregTech 5, one single Ingot of Steel takes &d360 seconds&r in the PBF when using Coal or Charcoal! That's over &e6 hours&r for a whole stack! Of course, with 4 PBFs, that would cut it down to &3around 1.5 hours&r." + "" + "Pollution was also infamously a thing, so four of these bad boys would guarantee your character would periodically get negative effects such as slowness, mining fatigue, or even nausea and poison." + ] + icon: { + Count: 1b + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:steel_ingot" + } + id: "5D17DFCF6672404C" + rewards: [{ + count: 64 + id: "7843257BC8A81E96" + item: "gtceu:coke_gem" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "Steel, Schrödinger's alloy" + tasks: [ + { + count: 2L + id: "74C4EEA936A5EE4E" + item: "gtceu:primitive_blast_furnace" + type: "item" + } + { + count: 52L + id: "01198A1525737B75" + item: "gtceu:firebricks" + type: "item" + } + { + count: 32L + id: "2446080B788A8A19" + item: "gtceu:steel_ingot" + type: "item" + } + ] + title: "We Need More Steel!" + x: 2.625d + y: -1.5d + } + { + dependencies: ["5D17DFCF6672404C"] + description: [ + "Now that you have Steel, you can make a &3Flint and Steel&r! You now have access to the &4Nether&r." + "" + "&oYou could also light the Nether portal using more... natural means. You dirty cheater...&r" + "" + "The &4Nether&r has more veins and new ores! Check the Ore Tab for the Nether Veins." + "" + "Additionally, &6Nether Ores are worth two Overworld Ores&r." + "{@pagebreak}" + "&4Nether&r veins will take more effort to find - and are more dangerous to mine - than &2Overworld&r veins. Keep using Waypoints!" + "" + "If you are not playing on &dPeaceful&r yet, it isn't too late to make the switch! There's no need to bother fighting Ghasts or Blazes in GTCEu." + "" + "&9Note:&r In this pack, the Blaze, Magma Cubes and Enderman loot tables have been changed to &5Sulfur Dust&r and &5Enderpearl Dust&r respectively, so you can't just rush the End." + ] + icon: "minecraft:netherrack" + id: "7CAD6FF241A827F7" + rewards: [{ + id: "235ABC3543BF8285" + item: { + Count: 1b + id: "gtceu:red_steel_pickaxe" + tag: { + Damage: 0 + } + } + type: "item" + }] + shape: "square" + subtitle: "Why WOULDN'T it be made of Steel?" + tasks: [{ + dimension: "minecraft:the_nether" + id: "01DEABF7BF6C5413" + title: "Take a trip to the Nether" + type: "dimension" + }] + title: "Journey to the Nether" + x: 4.0d + y: -1.5d + } + { + dependencies: ["7CAD6FF241A827F7"] + description: [ + "Mine some &dSulfur&r from the Nether." + "" + "In a specific tweak to this pack, &aPotions of Fire Resistance&r are &6craftable&r!" + "" + "&bLore:&r With the existence of &6Small Sulfur Ores&r scattered in GregTech 5 ore veins, you could decide to mine enough Sulfur in the Overworld to skip having to visit the Nether. It did require some dedication, though." + ] + id: "236C886D50A99785" + rewards: [ + { + id: "20B864DFB8F05D94" + item: { + Count: 1b + id: "minecraft:potion" + tag: { + Potion: "minecraft:long_fire_resistance" + } + } + type: "item" + } + { + id: "37C361DDB9A55FF2" + item: { + Count: 1b + id: "minecraft:potion" + tag: { + Potion: "minecraft:long_fire_resistance" + } + } + type: "item" + } + ] + shape: "square" + size: 0.75d + subtitle: "A little bit of exploring never hurt anyone" + tasks: [{ + count: 16L + id: "36D03210534D3226" + item: "gtceu:sulfur_dust" + type: "item" + }] + title: "S is for Sulfur" + x: 5.625d + y: -1.5d + } + { + dependencies: ["77EA56D16A9B3BFC"] + description: [ + "We're going to start to cut down on the amount of components you'll need to submit for quests as you progress further into the modpack. Remember that &2JEI is your friend&r if you forgot how to craft things!" + "" + "Craft six &aLV Electric Motors&r! This may seem like a lot, but that's the bare minimum required to get to the good stuff in LV Age." + "" + "&6Once you complete this Quest and the Electronic Circuit Quest, you are ready to move on to the LV Age.&r" + ] + icon: "gtceu:lv_electric_motor" + id: "5A8F0124E07D5025" + rewards: [{ + count: 3 + id: "405DCE51B96EB09A" + item: "gtceu:steel_block" + type: "item" + }] + shape: "gear" + size: 1.5d + subtitle: "One of the gates to the LV Age... you're getting close." + tasks: [{ + count: 6L + icon: "gtceu:lv_electric_motor" + id: "6F01622979E6F332" + item: "gtceu:lv_electric_motor" + type: "item" + }] + title: "The first of many motors" + x: 7.125d + y: -1.5d + } + { + dependencies: ["0EAF2C5B5EB755C5"] + description: [ + "Obtaining paper is both more difficult and less efficient than in vanilla. Thanks, Greg." + "" + "You will need to grind &aSugar Canes&r into &aPaper Dust&r, and then smush the dust with a mallet and water." + "{@pagebreak}" + "&9Note 1:&r Don't worry, we're not cruel enough to have the recipe consume the bucket. You can use other fluid containers in the recipe, like Wooden Barrels, to make this easier." + "{@pagebreak}" + "&9Note 2:&r Make a manual Sugar Cane farm. You could also automate one with Observers and Pistons. Shoutout to any &aNomifactory&r veterans." + "{@pagebreak}" + "&9Note 3:&r As a reminder, Bone Meal can be used on Sugar Canes." + "{@pagebreak}" + "&9Note 4:&r When you reach the &7LV&r Age, you will be able to make Paper from Wood." + "{@pagebreak}" + "&9Note 5:&r The Crafting Station makes this microcrafting absolutely &2trivial&r, use it!" + "{@pagebreak}" + "&9Note 6:&r Paper will be used as a poor wrapping material for the upcoming resistors." + "{@pagebreak}" + "&9Note 7:&r It is truly a pleasure to share this moment with you, my fellow Greg enjoyer." + "{@pagebreak}" + "&bLore:&r In GTCEu 1.12.2, Paper Dust was instead named Chad, prompting this quest to be full of memes." + ] + id: "76B70EF552B35779" + rewards: [{ + count: 32 + id: "42FE9060BBF29DAF" + item: "minecraft:sugar_cane" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "#realism" + tasks: [{ + count: 4L + id: "5DCE370285F5B2C6" + item: "minecraft:paper" + type: "item" + }] + title: "Greg has struck again" + x: 8.25d + y: -1.5d + } + { + dependencies: ["5DD49D500327A0E2"] + description: [ + "&6GregTech&r can quickly get &4overwhelming&r with the plethora of fluids it introduces, so you may be looking for a way to store them. " + "" + "Introducing... &aDrums&r! They have large internal buffers, and any &aDrum&r can be broken and picked up and will &dkeep the fluid&r inside." + "{@pagebreak}" + "Additionally, &binternal tanks&r from machines will interact with items containing fluid. This is great for manual crafting - this means you can use fluid drums instead of multiple buckets in crafting. To &5void fluid&r contained in a Drum, place it alone in any crafting grid." + "" + "&o&7Pssst:&r &oA right-click with a Screwdriver allows a Drum to drain its content into another container placed under it. This is great to keep Liquid Boilers fueled for longer." + "{@pagebreak}" + "&bLore:&r The Drums are actually ported from GregTech 6!" + ] + id: "2B74E56C9E138F18" + rewards: [{ + id: "10D8ECE23B3C118B" + item: "gtceu:bronze_drum" + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "Just kidding, tanks for fluids" + tasks: [{ + id: "5876092FAA1763E0" + item: "gtceu:bronze_drum" + type: "item" + }] + title: "Armoured Tanks" + x: -1.125d + y: -0.375d + } + { + dependencies: ["5DD49D500327A0E2"] + description: [ + "The &bPrimitive Water Pump&r is an easy way to automatically generate water for your boilers. It does not pump water from the world, instead generating it &einternally&r. Therefore, you do not need access to a &3body of water&r to make use of it!" + "" + "It's a multiblock, so &5consult JEI&r for the structure. Also, multiblocks can be previewed in-world if you sneak right-click the \"&a&ocontroller&r\" block with an empty hand (in this case, the controller block is the &bPrimitive Water Pump&r itself). Its functionality is fully explained in the description page in JEI." + "" + "&6Small tip for you:&r no need to worry about your base's biome for now, as your boilers will need very little water to keep up." + "{@pagebreak}" + "The &cOutput Hatch&r is where water will be generated. You can make it face up or down to auto-output water into your pipes." + "" + "&2Reminder:&r Use a Wrench to rotate GregTech blocks (sneak right-click)." + "" + "&bLore:&r This Multiblock was ported from GT IMPACT, a 1.7.10 GregTech modpack which we appreciate and respect." + ] + id: "13901DA3D4F5C5A6" + rewards: [{ + count: 18 + id: "027EB8CF05AAACF8" + item: "gtceu:wood_normal_fluid_pipe" + type: "item" + }] + shape: "square" + subtitle: "No such thing as free water!" + tasks: [{ + id: "03501AB173BA60EE" + item: "gtceu:primitive_pump" + type: "item" + }] + title: "Primitive Water Pump" + x: 0.0d + y: -0.375d + } + { + dependencies: ["40DE888E6025C646"] + description: [ + "Make the listed molds for future alloy smelting. Be sure to make Molds and not Extruder Shapes!" + "" + "The reward for this quest will alleviate a lot of pain when it comes to crafting gears." + ] + icon: "gtceu:ball_casting_mold" + id: "22997534983F6812" + rewards: [ + { + id: "0F35BAFC22B1C82E" + item: "gtceu:small_gear_casting_mold" + type: "item" + } + { + id: "4CA581AFFDA18455" + item: "gtceu:gear_casting_mold" + type: "item" + } + ] + shape: "square" + size: 0.75d + subtitle: "Reduce the amount of malding by molding" + tasks: [ + { + id: "33DCDFE73740AF97" + item: "gtceu:plate_casting_mold" + type: "item" + } + { + id: "7E7A1A7FBBCA2C27" + item: "gtceu:ball_casting_mold" + type: "item" + } + { + id: "2AE408B2303C21EA" + item: "gtceu:block_casting_mold" + type: "item" + } + ] + title: "Malding" + x: 2.25d + y: -0.375d + } + { + dependencies: ["249374557D095913"] + description: [ + "Not many items are made in the &3Extractor&r during the &6Steam Age&r, but it is used for &9Rubber&r, which you will need after Steel." + "" + "You can also process Dirt in the Extractor for &aBones&r, which makes getting &aBone Meal&r a lot easier for Peaceful players." + ] + id: "1436DB89E21264F3" + rewards: [{ + count: 64 + id: "4B856E1E30618E4D" + item: "gtceu:sticky_resin" + type: "item" + }] + shape: "square" + subtitle: "The Steam Extractor extracts..." + tasks: [{ + id: "12A46916B1BC17EC" + item: "gtceu:lp_steam_extractor" + type: "item" + }] + title: "Steam Extractor" + x: 4.5d + y: -0.375d + } + { + dependencies: ["0EAF2C5B5EB755C5"] + description: [ + "Grow &dRubber Trees&r and cut them down to get &aSticky Resin&r." + "" + "If you are playing on a difficulty other than Peaceful, Sticky Resin can be obtained from Slimeballs." + ] + id: "3144DC68B266730C" + rewards: [{ + count: 24 + id: "606726568EBF1E4A" + item: "minecraft:redstone" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "Did you think we would force you to use treetaps...?" + tasks: [{ + count: 32L + id: "67D04A48C5473D10" + item: "gtceu:sticky_resin" + type: "item" + }] + title: "Sticky Resin" + x: 6.0d + y: -0.375d + } + { + dependencies: [ + "3144DC68B266730C" + "236C886D50A99785" + "1436DB89E21264F3" + "22997534983F6812" + ] + description: [ + "Rubber is an excellent insulation material, and that's exactly what it's used for in GTCEu." + "" + "You'll want to use the &3Alloy Smelter&r to make &aRubber Bars&r. The ratios in the recipes start at a pretty mediocre rate. In the &7LV&r age, making Rubber Bars will be much more efficient." + "{@pagebreak}" + "&bLore:&r In base GregTech 5 (and in base GTCE), you needed to get string and black wool carpets as your first insulation material. &mThat was obviously far, far more fun.&r" + ] + icon: "gtceu:rubber_ingot" + id: "77EA56D16A9B3BFC" + rewards: [{ + count: 8 + id: "7190A812E045BE04" + item: "gtceu:rubber_plate" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "Put that resin to use!" + tasks: [ + { + id: "04946F2F0923EFFE" + item: "gtceu:rubber_ingot" + type: "item" + } + { + id: "5B1CDCDC598717C5" + item: "gtceu:rubber_plate" + type: "item" + } + ] + title: "Rubbering up" + x: 7.125d + y: -0.375d + } + { + dependencies: [ + "3144DC68B266730C" + "76B70EF552B35779" + ] + description: [ + "Resistors are components that will be used to make your first Circuit." + "" + "It would not be unwise to prioritise the recipes that use &aFine Wires&r, as they will save you more materials in the long run." + "" + "This wire recipe is sadly quite expensive, but once you get to LV, it will become a lot cheaper." + ] + id: "391E853DCE86BFD0" + rewards: [{ + count: 4 + id: "0AEE150D99E66D54" + item: "minecraft:charcoal" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "The easier component for circuits" + tasks: [{ + id: "35CFB9E695DE3549" + item: "gtceu:resistor" + type: "item" + }] + title: "Electronics Part One: The Resistors" + x: 8.25d + y: -0.375d + } + { + dependencies: ["5DD49D500327A0E2"] + description: [ + "&bFluid Pipes&r will transport &7Steam&r between machines for you." + "" + "Each Pipe has a certain throughput in L/t (mB/t), and a &6Temperature Limit&r (this is relevant right now, as Steam will burn Wooden Pipes). Some pipes have &bspecial&r attributes you don't need to worry about for now." + "" + "Each material has several sizes for Pipes. The bigger the Pipe, the &ahigher&r the throughput, but the more &dexpensive&r the craft. For example, a normal &6Bronze Fluid Pipe&r transfers 120 L/t. (It also has a 1,200 L internal buffer!)" + "" + "Get either a Small or Normal &6Bronze Fluid Pipe&r to complete this quest. Both are used in crafting." + "{@pagebreak}" + "&aReminder:&r 1 second = 20 ticks... assuming the server does not lag!" + "" + "&dNote:&r GT6-style Pipes are enabled. It means that placing Pipes connects them only to the block they were placed against. To open more connections, use your Wrench on the pipe." + "" + "You can also shift-right click with your Wrench to disable input from a side. This can help counteract sloshing (liquids travelling in an undesired direction)." + ] + icon: "gtceu:bronze_normal_fluid_pipe" + id: "1FFD2242B94A7378" + rewards: [{ + count: 2 + id: "66E3F49541CA77B9" + item: "minecraft:golden_apple" + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "Liquids, gases... we don't discriminate" + tasks: [ + { + id: "4F0936174B0C4BEF" + item: "gtceu:bronze_small_fluid_pipe" + type: "item" + } + { + id: "247FDDE676824A5B" + item: "gtceu:bronze_normal_fluid_pipe" + type: "item" + } + ] + title: "Fluid Pipes" + x: -1.125d + y: 0.75d + } + { + dependencies: ["315DBB3B23F95E0D"] + description: [ + "The &dSolid Boiler&r is the only available Boiler for now, as the &aGlass&r needed for the others is not available just yet. You can get by with only one, but we would recommend making a second." + "" + "Important: Boilers can explode! This still catches out &eexperienced GT players&r, so keep this quest in mind when setting your Boiler up. " + "{@pagebreak}" + "Water does not gel well with &6high temperatures&r, and a &csteam explosion&r may occur under the following conditions:" + "" + "- The Boiler is &4overheating.&r Its temperature is indicated by the &cred bar&r in the GUI!" + "...and..." + "- The Boiler does not have any &bwater&r. This is signified by the absence of a &bblue bar&r in the GUI." + "...AND..." + "- The Boiler receives water whilst &6both&r conditions are &2true&r." + "{@pagebreak}" + "You can avoid a catastrophe by filling the boiler with water before heating it up, and making sure the water supply is constant. The drain is slow - &b1 mB&r of Water boils into &7160 mB&r of Steam - so you shouldn't have to worry too much about running out." + "" + "The Boiler can auto eject steam on all its faces except the bottom. For automated Water input, use the bottom face." + "" + "&3Note:&r In this modpack, explosions are configured to &cnot&r damage any block or entity, but you will &dstill lose&r your machine!" + ] + id: "5DD49D500327A0E2" + shape: "square" + subtitle: "Putting the Steam in Steam Age" + tasks: [{ + id: "0F864E85D4956919" + item: "gtceu:lp_steam_solid_boiler" + type: "item" + }] + title: "Pressure Cookin'" + x: 0.0d + y: 0.75d + } + { + dependencies: ["5DD49D500327A0E2"] + description: [ + "&dSteam Machines&r accept any Steam that is pumped from nearby Boilers into their internal storage tank. They will run recipes from JEI up to 32 EU/t (&7LV&r-tier)." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + id: "03DBF1961AE21C76" + shape: "square" + tasks: [{ + id: "03BA041BE9C347FD" + item: "gtceu:bronze_machine_casing" + type: "item" + }] + title: "Steam Machine Behaviour" + x: 1.125d + y: 0.75d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "The &bAlloy Smelter&r is used for, well, alloys. You will want it for the efficient &6Bronze&r recipe, and for &4Red Alloy&r in the near future." + "" + "Out of all the &6Steam Age&r machines, this is the most steam-hungry. If you ever find yourself running out of steam, give your machine a &alove-tap&r with &dany Soft Mallet&r to momentarily pause it." + ] + id: "48AED37B4E20A99A" + rewards: [{ + count: 8 + id: "241026922AD16AB3" + item: "gtceu:bronze_plate" + type: "item" + }] + shape: "square" + subtitle: "The Alloy Smelter makes alloys..." + tasks: [{ + id: "2F3B195A110E41C2" + item: "gtceu:lp_steam_alloy_smelter" + type: "item" + }] + title: "Steam Alloy Smelter" + x: 2.25d + y: 0.75d + } + { + dependencies: ["249374557D095913"] + description: [ + "Crafting Vacuum Tubes might make you start to question your existence. Sorry about that." + "" + "This is mostly due to the fact that Wires and Rods are sadly very expensive right now, but they will get cheaper in &7LV&r Age." + "" + "Vacuum Tubes are also technically your first Ultra Low Voltage (&8ULV&r) Circuit! Congratulations! You won't find very much use for these by themselves though." + ] + id: "3CF550B81716B8B9" + rewards: [{ + count: 32 + id: "259F8029A6ED0C85" + item: "minecraft:glass_pane" + type: "item" + }] + shape: "square" + size: 0.66d + subtitle: "The harder component for circuits" + tasks: [{ + count: 2L + id: "099C373568DF4500" + item: "gtceu:vacuum_tube" + type: "item" + }] + title: "Electronics Part Three: The Vacuum Tubes" + x: 4.5d + y: 0.75d + } + { + dependencies: [ + "22997534983F6812" + "48AED37B4E20A99A" + ] + description: [ + "Use Mortars or a Macerator (your choice!) to microcraft your way to Glass Dust, which you can then turn into a &aGlass Block&r." + "" + "If you are lost, a more detailed guide for this process is on the next page, but &dwe urge you to nose around JEI&r and figure out the recipe on your own. Being able to navigate JEI and parse recipes is an &6essential skill&r for completing this pack." + "" + "Glass will be easier later on. You've probably already noticed that juicy &3Arc Furnace&r recipe - don't worry, that will come soon." + "" + "Glass tubes will be required for Electronic Circuits, so make some!" + "{@pagebreak}" + "Lost? Worry not!" + "" + "First, use a &3method of pulverisation&r to turn Sand into &9Quartz Sand Dust&r." + "" + "Next, crush down some Flint into &9Flint Dust&r, and split this dust into tiny piles in a crafting grid." + "" + "Combine the two into &9Glass Dust&r, which can be molded into Glass in an Alloy Smelter with a &9Block Mold&r." + "" + "Finally, Glass!" + ] + icon: "minecraft:glass" + id: "249374557D095913" + rewards: [{ + count: 16 + id: "662203C8B58AE656" + item: "minecraft:glass" + type: "item" + }] + shape: "square" + size: 0.66d + subtitle: "Must be satisfying, right?" + tasks: [ + { + id: "4B958F6E2AA74763" + item: "minecraft:glass" + type: "item" + } + { + id: "16FC5B5DCBBEE53E" + item: "gtceu:glass_tube" + type: "item" + } + ] + title: "Glass, at last!" + x: 3.375d + y: 0.1875d + } + { + dependencies: ["48AED37B4E20A99A"] + description: [ + "&4Red Alloy&r is an alloy of Copper and Redstone, prized in the GregTech universe for its conductivity." + "" + "You will need some for &9Electronic Circuits&r." + "" + "&bLore:&r This material originally comes from RedPower - what a throwback!" + ] + id: "54AF8696674766B4" + rewards: [{ + count: 16 + id: "0D64AF2E29B7F41A" + item: "minecraft:copper_ingot" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "A completely fictional alloy" + tasks: [{ + id: "4D3C4CF6577957A1" + item: "gtceu:red_alloy_ingot" + type: "item" + }] + title: "Red Alloy" + x: 6.0d + y: 0.75d + } + { + dependencies: [ + "3CF550B81716B8B9" + "391E853DCE86BFD0" + "4ED5A9AEF7B928BA" + "54AF8696674766B4" + "77EA56D16A9B3BFC" + ] + description: [ + "We made it to &7LV&r! YEEEEEEEEHAAAAAW!!" + "" + "Just kidding (lol), you actually need three Circuits to get started anywhere relevant in the &7LV&r Age. Thankfully for you, someone left this spare circuit laying around. It would be a shame to let it go to waste, so take a freebie." + "" + "Here, we're also throwing a &aLV Machine Hull&r in this quest. That's what you need to make any &7LV&r machine! We're even feeling generous enough that this quest will grant you a second hull, free of charge!" + "" + "Circuits are an integral part of progression in GregTech, so keep climbing!" + "" + "&6Once you complete this Quest and the LV Motor Quest, you are ready to move on to the LV Age.&r" + ] + icon: "gtceu:basic_electronic_circuit" + id: "4B979482EF026BFF" + rewards: [ + { + id: "18CBC119F9A02091" + item: "gtceu:basic_electronic_circuit" + type: "item" + } + { + id: "187A334C34304FEA" + item: "gtceu:lv_machine_hull" + type: "item" + } + ] + shape: "gear" + size: 1.5d + subtitle: "Your first &aElectronic Circuit&r!" + tasks: [ + { + count: 2L + id: "2D394A5292C3BA46" + item: "gtceu:basic_electronic_circuit" + type: "item" + } + { + id: "4296EFD816E40A37" + item: "gtceu:lv_machine_hull" + type: "item" + } + ] + title: "Electronics Part Four: The Circuit" + x: 7.5d + y: 0.75d + } + { + dependencies: ["1FFD2242B94A7378"] + description: [ + "&dPotin Fluid Pipes&r have a &avery high throughput&r for the material tier and cost. You may want to look into making some of these to aid with fluid logistics." + "" + "To get &dPotin&r, you should start by crafting its &eDust&r form." + "" + "This quest calls for either the small or normal pipe. Get either size to complete it." + "{@pagebreak}" + "&bLore:&r &dPotin Fluid Pipes&r were originally created in &9GT++&r, and were a huge power spike for players in a little pack called &4GT:NH&r. We wanted to spread some of that joy!" + "" + "Additionally, in the real world, &dPotin&r is an alloy used in coins, not pipes! GTCEu logic is truly wild." + ] + icon: "gtceu:potin_normal_fluid_pipe" + id: "3C70B0717E9377A4" + rewards: [{ + count: 6 + id: "18C834E9EC619985" + item: "gtceu:potin_plate" + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "...I'm going into battle, and I need only your finest Potin." + tasks: [ + { + id: "6850DB7FDF4191F8" + item: "gtceu:potin_small_fluid_pipe" + type: "item" + } + { + id: "2F54CBC38F40471C" + item: "gtceu:potin_normal_fluid_pipe" + type: "item" + } + ] + title: "Potin Seller..." + x: -1.125d + y: 1.875d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "With the creation of this machine, many recipes that once required you to use a hammer can instead be made here!" + "" + "It can process &bCobblestone into Gravel&r, and &dGravel into Sand&r - and it's zippy at that to boot!" + "" + "Last but not least, it makes &aPlates&r at a better ratio: &6three Ingots for two Plates&r. A worthwhile investment!" + "" + "You know what? &aBonus&r! We'll give you the &8anvil&r back if you craft it. (This is a small reminder that you can repair GregTech tools using an Anvil)" + ] + id: "1931FC6DEAC29646" + rewards: [{ + id: "5C8B8D03ACE3CEED" + item: "minecraft:anvil" + type: "item" + }] + shape: "square" + subtitle: "The Forge Hammer hammers..." + tasks: [{ + id: "4F4074D7CE5A61A0" + item: "gtceu:lp_steam_forge_hammer" + type: "item" + }] + title: "Steam Forge Hammer" + x: 0.0d + y: 1.875d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "The &bMacerator&r frees you from the painful process of &egrinding stuff into dust&r with a &3Mortar&r, but at the steep cost of time. Processing a single piece of iron ore in this machine will take &ctwenty seconds&r - twice the time it takes to smelt an ingot in a furnace!" + "" + "The Macerator also marks the advent of &eOre Processing&r, but that's a scary topic that we'll dip our toes into in the next quest." + "{@pagebreak}" + "The macerator will output only the first item shown in recipes from JEI. The other slots are locked until you make a &6HV&r Macerator." + "" + "Our (&oimportant!&r) advice: it is better to keep directly smelting ores for now! The efficiency loss is made up with faster mining. Use the macerator for things like &aClay Dust&r instead!" + ] + id: "1C50A758A1DE25CB" + rewards: [{ + count: 32 + id: "26175A33C13BBF0C" + item: "gtceu:clay_dust" + type: "item" + }] + shape: "square" + subtitle: "The Macerator macerates..." + tasks: [{ + id: "6DFD6AC8CF31305C" + item: "gtceu:lp_steam_macerator" + type: "item" + }] + title: "Steam Macerator" + x: 1.125d + y: 1.875d + } + { + dependencies: ["48AED37B4E20A99A"] + description: ["Invar has 50% more durability when used in GregTech tools compared to Iron (yes, that is the same as Wrought Iron), and is also faster. Great for mining - you might want to consider using this in your tools if you haven't unlocked Steel!"] + id: "76F61E499780C30B" + rewards: [{ + id: "662F23FEDBA35D8D" + item: { + Count: 1b + id: "gtceu:invar_mining_hammer" + tag: { + Damage: 0 + } + } + type: "item" + }] + shape: "rsquare" + size: 0.75d + subtitle: "An Iron-Nickel alloy" + tasks: [{ + count: 3L + id: "49E114B96843E5C9" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/invar" + } + } + title: "Invar Ingot" + type: "item" + }] + title: "Invar" + x: 2.25d + y: 1.875d + } + { + dependencies: [ + "3144DC68B266730C" + "1C50A758A1DE25CB" + ] + description: [ + "Macerate Wood into Wood Pulp, then Compress it into Wood Plates. Combine it with Resin to make an empty board." + "" + "Stick in some expensive copper wires (they will get cheaper in &7LV&r Age) and you have got the base for your first circuit." + "" + "Almost there!" + ] + icon: "gtceu:resin_printed_circuit_board" + id: "4ED5A9AEF7B928BA" + rewards: [{ + count: 4 + id: "2A1EAEB72424AFB9" + item: "gtceu:wood_plate" + type: "item" + }] + shape: "square" + size: 0.75d + subtitle: "The circuit-er part of circuits..." + tasks: [ + { + id: "3704C06203B7485A" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:plates/wood" + } + } + optional_task: true + title: "Wood Plates" + type: "item" + } + { + id: "131521889242DDB8" + item: "gtceu:resin_printed_circuit_board" + type: "item" + } + ] + title: "Electronics Part Two: The Board" + x: 6.0d + y: 1.875d + } + { + dependencies: ["1C50A758A1DE25CB"] + description: [ + "In its simplest form, Ore Processing in GregTech boils down to &aconverting one ore into two ingots through two dusts&r, like several other tech mods. " + "" + "The added spice is the amount of steps, either optional or required." + "" + "Ore Processing will be explained further once you get into LV Age." + "" + "&6This quest unlocks a new tutorial in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:gold_crushed_ore" + id: "7813F183681E0342" + shape: "square" + size: 0.75d + subtitle: "...and how do I get rid of it?" + tasks: [{ + id: "1C4CFA0AD3125A6D" + title: "Oh god, what have I gotten myself into!?" + type: "checkmark" + }] + title: "What is this Mess?!" + x: 0.0d + y: 3.0d + } + { + dependencies: ["1C50A758A1DE25CB"] + description: [ + "&o...or perhaps it was the opposite?&r" + "" + "The &3Steam Grinder&r is <he&r reason you will start doing Ore Processing. &6It can pulverize large batches of items quickly and effortlessly.&r" + "{@pagebreak}" + "&bLore:&r This Multiblock originally comes from GT++. It required Tumbaga to craft, an alloy with a mix of Gold and Bronze." + ] + icon: "gtceu:steam_grinder" + id: "7FF95F1216D104B2" + rewards: [{ + count: 24 + id: "36B5ABA86707D569" + item: "gtceu:bronze_ingot" + type: "item" + }] + shape: "rsquare" + subtitle: "The Steam Oven's elder brother" + tasks: [ + { + id: "478F7F5E6B4FC488" + item: "gtceu:steam_grinder" + type: "item" + } + { + id: "03C98558808BFE64" + item: "gtceu:steam_input_hatch" + type: "item" + } + { + id: "2DC0277BA681DFAE" + item: "gtceu:steam_input_bus" + type: "item" + } + { + id: "68A6EFAD92986DFA" + item: "gtceu:steam_output_bus" + type: "item" + } + { + count: 22L + id: "4E7178278B4E3189" + item: "gtceu:steam_machine_casing" + type: "item" + } + ] + title: "Steam Grinder" + x: 1.125d + y: 3.0d + } + { + dependencies: ["76F61E499780C30B"] + description: [ + "&o...or little brother. Don't let him know!&r" + "" + "The &3Steam Oven&r is a great multiblock option if you need &6effortlessly smelt large quantities of items.&r No more lines of furnaces that you have to manually empty and refuel!" + "{@pagebreak}" + "" + "&bLore:&r This Multiblock - despite being very similar to its brother, the Steam Grinder - is &onot&r ported from a GregTech version or addon. Its actual origin is the Steam Oven from Railcraft, which dates back to 1.4.7!" + ] + icon: "gtceu:steam_oven" + id: "6C25D11A26306168" + rewards: [{ + count: 24 + id: "72D375E16194CAE2" + item: "gtceu:bronze_ingot" + type: "item" + }] + shape: "rsquare" + subtitle: "The Steam Grinder's big brother" + tasks: [ + { + id: "0EA421E6E53FA6A8" + item: "gtceu:steam_oven" + type: "item" + } + { + id: "0516BE263B5E27D4" + item: "gtceu:steam_input_hatch" + type: "item" + } + { + id: "772885C6A810E804" + item: "gtceu:steam_input_bus" + type: "item" + } + { + id: "3C3A4803A6F267F3" + item: "gtceu:steam_output_bus" + type: "item" + } + { + count: 8L + id: "427EA1F4AE420C1F" + item: "gtceu:steam_machine_casing" + type: "item" + } + { + count: 8L + id: "50AD2CBE77234D06" + item: "gtceu:bronze_firebox_casing" + type: "item" + } + ] + title: "Steam Oven" + x: 2.25d + y: 3.0d + } + { + dependencies: [ + "3CF550B81716B8B9" + "54AF8696674766B4" + ] + description: [ + "The &9Portable Cell&r serves as an early-game backpack! It holds up to &a27&r types of items." + "" + "What's more, it acts just like a regular AE2 Storage Cell. Once you get an ME System running, you can simply drop it into an &aME Drive&r or &b&aME IO Port&r for convenience." + "" + "The Portable Cell's energy only drains when it's open. With &6167 minutes&r of juice stored in it thanks to changed config, you shouldn't worry about it running out of energy." + "" + "Regardless, you will be able to &dcharge&r it in &7LV&r Age in &3machine Charger slots&r, &3Turbo Chargers&r or &3Battery Buffers&r." + "{@pagebreak}" + "&cWarning&r: Attempting to store items with very large NBT Tags may result in them getting &cstuck&r. So far it seems that the Building Gadgets, Terminal and Clipboards are &lsafe&r, but you never know what could happen." + "" + "If something gets stuck, build a simple AE2 Network with just an Energy Acceptor, an IO Port and a Storage Bus on a chest, then place your Portable Cell inside the IO Port. This will spit out any stored items into the chest." + ] + icon: { + Count: 1b + id: "ae2:portable_item_cell_1k" + tag: { } + } + id: "7DDCB711526F37A0" + shape: "circle" + size: 0.6d + subtitle: "A higher-tech backpack! " + tasks: [{ + id: "459D19A750BB8440" + item: { + Count: 1b + id: "ae2:portable_item_cell_1k" + tag: { } + } + type: "item" + }] + title: "Portable Cell" + x: 5.25d + y: 1.3125d + } + { + dependencies: ["03DBF1961AE21C76"] + description: ["The Steam Compressor unlocks some tantalising new recipes that will help you to progress towards Steel!"] + id: "07415D6305C3B1D2" + rewards: [{ + id: "1F47D2A131498C25" + item: "gtceu:wrought_iron_block" + type: "item" + }] + shape: "square" + size: 0.9d + subtitle: "The Steam Compressor compresses..." + tasks: [{ + id: "21C99D59F1BE48A3" + item: "gtceu:lp_steam_compressor" + type: "item" + }] + title: "Steam Compressor" + x: 1.125d + y: -0.375d + } + { + dependencies: ["40DE888E6025C646"] + description: [ + "With your first &8Steel&r under your belt, you can make a &bTool Belt&r to free up inventory space if you're carrying around many tools. It can be equipped in its own &ddedicated Curio slot&r." + "" + "By default, the hotkey to open the belt is &eR&r, but you can rebind it if you're unhappy. From this menu, you can place tools inside the belt's storage, and swap them with your &dmain-hand tool&r whenever is convenient." + "" + "The belt has a small initial inventory of a single tool. This can be expanded by combining the belt with &bBelt Pouches&r in an &aAnvil&r - the maximum storage a belt holds is &69 slots&r." + ] + icon: "toolbelt:belt" + id: "4A993CC40AB6D35C" + rewards: [{ + id: "38A84272E0407C69" + item: "toolbelt:pouch" + type: "item" + }] + shape: "rsquare" + size: 0.66d + subtitle: "Take some weight off your inventory" + tasks: [ + { + id: "281B54469C34A5E2" + item: "toolbelt:belt" + type: "item" + } + { + id: "5FFC5866C6E85F86" + item: "toolbelt:pouch" + type: "item" + } + ] + title: "Tool Belt" + x: 1.98d + y: -2.31d + } + ] + subtitle: ["Harness the power of Steam and learn the basics"] + title: "Steam Age" +} diff --git a/config/ftbquests/quests/chapters/the_cleanroom.snbt b/config/ftbquests/quests/chapters/the_cleanroom.snbt new file mode 100644 index 000000000..c9932b369 --- /dev/null +++ b/config/ftbquests/quests/chapters/the_cleanroom.snbt @@ -0,0 +1,185 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "the_cleanroom" + group: "719BFF182E0820D1" + icon: "gtceu:cleanroom" + id: "0BAC8DF374B76B5B" + order_index: 2 + quest_links: [ + { + id: "5210A5C3BA01CF5E" + linked_quest: "3568BC9742092FC5" + x: 0.0d + y: 0.0d + } + { + id: "03B35F98E6C63D52" + linked_quest: "690E013DFCB060ED" + shape: "square" + x: 0.0d + y: 2.0d + } + ] + quests: [ + { + dependencies: ["3568BC9742092FC5"] + description: [ + "Be sure to check the &9tooltip&r (a lot of information in there!)." + "" + "Do not forget the &3Maintenance Hatch&r." + "" + "If the structure refuses to form, rotate or replace the Controller, it can be a bit finicky." + "" + "It does not have to be a cube." + ] + icon: "gtceu:cleanroom_glass" + id: "6177B1FCB7B40394" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "5EE7BD66449FD7E0" + type: "checkmark" + }] + title: "The Structure" + x: 0.0d + y: -1.5d + } + { + dependencies: ["3568BC9742092FC5"] + description: [ + "Transfer EU using &3Hulls&r or &3Diodes&r." + "" + "Item and Fluid transfer can be done using &3Passthrough Hatches&r." + "" + "&3Machine Hulls&r count as &6ME Cables&r to extend your ME Network inside your Cleanroom." + "" + "The &dDoor(s)&r can remain open (not very realistic, but convenient)." + ] + icon: "gtceu:hv_machine_hull" + id: "2BF9C20DA4E90CBD" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "02853DDB6A2695D7" + type: "checkmark" + }] + title: "Getting things in and out" + x: 1.5d + y: 0.0d + } + { + dependencies: ["3568BC9742092FC5"] + description: [ + "The Cleanroom starts &4contaminated&r. While contamined, machines will not be able to operate." + "" + "The Cleanroom will drain 30EU/t and slowly increase the cleanliness." + "" + "&9Note&r: When the time comes, Multiblocks must also be put into Cleanrooms in order to run cleanroom recipes! &5" + ] + icon: "gtceu:enriched_naquadah_waste_bucket" + id: "18CD802C3969DB32" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "408CB4A735CE5C75" + type: "checkmark" + }] + title: "Contamination" + x: -1.5d + y: 0.0d + } + { + dependencies: ["3568BC9742092FC5"] + description: ["&9&eConfigs:&r If you dislike the Cleanroom mechanics, it can be toggled off in the config file with &5\\\"B:enableCleanroom\\\"&r. Multiblocks can be made to ignore cleanroom requirements with &5\\\"B:cleanMultiblocks\\\"&r. We encourage you to try it out before deciding."] + icon: "gtceu:steel_gear" + id: "0F1D3BA47B60D6BC" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "78DFE2BB7633A4DF" + type: "checkmark" + }] + title: "Hate the Cleanroom?" + x: -1.5d + y: 1.5d + } + { + dependencies: ["18CD802C3969DB32"] + description: [ + "Once &9Clean&r, recipes can run. At that point it will only draw 4EU/t. Keep it powered at all times or it will get dirty again!" + "" + "The bigger the Cleanroom, the longer it takes to become Clean." + ] + icon: "gtceu:empty_spray_can" + id: "165E801D13F0B4EF" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "425E0C8681F149A8" + type: "checkmark" + }] + title: "Putting the Clean in Cleanroom" + x: -3.0d + y: 0.0d + } + { + dependencies: ["6177B1FCB7B40394"] + description: [ + "The Controller always has to be in the center. The rest of the top layer has to be &dFilter Casings&r." + "" + "All edges have to be &dPlascrete&r, and the sides can be &dCleanroom Glass&r." + ] + icon: "gtceu:plascrete" + id: "3B486F6488B4A0D9" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "1A794CA8C97A8CF7" + type: "checkmark" + }] + title: "Construction Materials" + x: -1.5d + y: -2.0d + } + { + dependencies: ["6177B1FCB7B40394"] + description: ["Placing &3Generators&r or &3Mufflers&r inside is &cnot allowed&r. The Cleanroom will unform."] + icon: "minecraft:barrier" + id: "5A3AC1DD5EC6E4C3" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "2BC9545B0432B74C" + title: "No-nos" + type: "checkmark" + }] + x: 1.5d + y: -2.0d + } + { + dependencies: ["3568BC9742092FC5"] + description: [ + "A clean room is a well-isolated room which maintains a very low concentration of dust and airborne particles. They're normally used for scientific research, and in real-life semiconductor manufacturing. Clean rooms are specifically designed to keep out as many airborne particulates as can be. " + "{@pagebreak}" + "Clean rooms are also sometimes used with the purpose of preventing materials from escaping! This is often the primary aim in fields such as pharmaceutics, nuclear work, and hazardous biology." + "" + "The more you know!" + ] + icon: "gtceu:stem_cells" + id: "5C02D6C42B3D3C7F" + shape: "rsquare" + size: 0.75d + subtitle: "A little bit of real life science" + tasks: [{ + id: "61882D46EB1E5F4F" + type: "checkmark" + }] + title: "What is a Cleanroom, anyway?" + x: 1.5d + y: 1.5d + } + ] + subtitle: ["Clean? I was clean once."] + title: "The Cleanroom" +} diff --git a/config/ftbquests/quests/chapters/the_processing_array.snbt b/config/ftbquests/quests/chapters/the_processing_array.snbt new file mode 100644 index 000000000..bfe5bec08 --- /dev/null +++ b/config/ftbquests/quests/chapters/the_processing_array.snbt @@ -0,0 +1,103 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "the_processing_array" + group: "719BFF182E0820D1" + icon: "gtceu:iv_processing_array" + id: "1BE6B65467FD55C5" + order_index: 6 + quest_links: [ + { + id: "029075CD5A9C46C8" + linked_quest: "2DAC91AF2EBB68E2" + x: 0.0d + y: 0.0d + } + { + id: "4974A0B5AD3D6ED5" + linked_quest: "4194EC9F1C6632E4" + x: 0.0d + y: 1.5d + } + { + id: "0D1D1759DD3181F8" + linked_quest: "3B2D2C47BEBCFFA7" + size: 1.1d + x: -3.0d + y: 0.0d + } + ] + quests: [ + { + dependencies: ["2DAC91AF2EBB68E2"] + description: [ + "&9-&r &4Parallelization is superior&r to overclocking! Use it for passive setups such as Ore Processing or Oil Distilling." + "" + "&9-&r &6Distinct buses&r: a &3PA&r can accept up to 10 &3Input Buses&r. Use it for your pattern automation with &3Extruder&r, &3Engraver&r, and many other." + ] + id: "4C9DA2CEE4432B8D" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "70D6D60322EDDA8C" + type: "checkmark" + }] + title: "Why go parallel?" + x: -1.5d + y: 0.0d + } + { + dependencies: ["2DAC91AF2EBB68E2"] + description: [ + "Power cost is based on the current recipe being run, times the number of &4parallel&r being performed." + "" + "As an &9example&r, &316 LV Distilleries&r will require a &3HV Energy Hatch&r in order to run effectively." + ] + id: "1A9F4087799316AF" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "14C2CA8E400CDB01" + type: "checkmark" + }] + title: "Power Usage" + x: 0.0d + y: -1.5d + } + { + dependencies: ["3B2D2C47BEBCFFA7"] + description: [ + "Simply put, Gregicality Multiblocks are larger versions of the GregTech machines you might be familiar with. The obvious increase in resource cost is worth your time, as they can be upgraded to gain the ability to process recipes in parallel - similar to the Processing Array multiblock you will encounter soon enough." + "" + "They also introduce Machine Modes - depending on the configured machine mode, the Multiblock will use a different recipe type when processing materials. You can change this from the machine GUI by clicking on the Robot Arm button." + ] + icon: "gtceu:large_sifting_funnel" + id: "273906227EE88AE9" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "7770945856A2DA8F" + type: "checkmark" + }] + title: "What does GCYM provide?" + x: -3.0d + y: -1.125d + } + { + dependencies: ["3B2D2C47BEBCFFA7"] + description: ["By including Parallel Control Hatches in your Gregicality Multiblocks, you can grant them parallel processing capability. There are 4 tiers of hatch, each further increasing parallel capability by an factor of 4."] + icon: "gtceu:iv_parallel_hatch" + id: "0CAF819796393DE2" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "1831CD442FF54E1A" + type: "checkmark" + }] + title: "Parallel Control Hatches" + x: -3.0d + y: 1.125d + } + ] + title: "In a Parallel Universe" +} diff --git a/config/ftbquests/quests/chapters/tips_and_tricks.snbt b/config/ftbquests/quests/chapters/tips_and_tricks.snbt new file mode 100644 index 000000000..146ef3f82 --- /dev/null +++ b/config/ftbquests/quests/chapters/tips_and_tricks.snbt @@ -0,0 +1,454 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "tips_and_tricks" + group: "" + icon: "gtceu:computer_monitor_cover" + id: "4A090FA91A8DC7B1" + order_index: 1 + quest_links: [ + { + id: "6176B0CDE003ECA6" + linked_quest: "59F0060B55307311" + x: -0.5d + y: -0.5d + } + { + id: "4AA45623368D1A5E" + linked_quest: "1283B4D7B5D82193" + x: -0.5d + y: 1.0d + } + { + id: "4D45F02B5CA6F63F" + linked_quest: "5E3DB52E778FE6FE" + x: -2.5d + y: -2.0d + } + { + id: "42E3BF6F684EC7A4" + linked_quest: "7DEB73FD649BDFB6" + x: -0.5d + y: -2.0d + } + { + id: "5E4847570FC42D42" + linked_quest: "2001CB4968D3E0A2" + x: 1.0d + y: -2.0d + } + { + id: "46DC2580BFA7B4D7" + linked_quest: "5C3501DD3B4788FA" + x: 2.5d + y: -2.0d + } + { + id: "5B0BDAFE65E29C8B" + linked_quest: "03DBF1961AE21C76" + x: 1.0d + y: -0.5d + } + { + id: "5A32C99AB99C5E04" + linked_quest: "701BCADAE5CF6CA5" + x: 4.0d + y: 1.0d + } + { + id: "7342C734749B51F3" + linked_quest: "1C767009F505A813" + x: 6.0d + y: -2.0d + } + { + id: "136CC041CD3D854E" + linked_quest: "2B74E56C9E138F18" + x: 7.5d + y: -2.0d + } + { + id: "07A31E5F11A3FF45" + linked_quest: "13E9DF7E980CFC5B" + x: -2.5d + y: -0.5d + } + { + id: "67DAB17BCB5E862A" + linked_quest: "7CAD6FF241A827F7" + x: -2.5d + y: 2.5d + } + { + id: "06627189EA6D6A17" + linked_quest: "41D32C5178760F47" + x: -2.5d + y: 4.0d + } + { + id: "26B8CFE1682E89D2" + linked_quest: "4451E884F1807526" + x: -2.5d + y: 5.5d + } + { + id: "3C53E54D43219FA2" + linked_quest: "188A8C3DD38C2762" + x: 4.0d + y: 4.0d + } + { + id: "6BCAACEDECA2771D" + linked_quest: "6A844F93292A01DC" + x: 6.0d + y: 1.0d + } + { + id: "4AE885A1B1E7C96C" + linked_quest: "7813F183681E0342" + x: 4.0d + y: -0.5d + } + { + id: "3B3F2C7E72721E5D" + linked_quest: "7DDCB711526F37A0" + x: 9.0d + y: 1.0d + } + { + id: "0FFB00F8EEE15334" + linked_quest: "6C20A9A64C1BE0BF" + x: 7.5d + y: 1.0d + } + { + id: "3D9F41BD9E4560EE" + linked_quest: "7B472E0AF15726F0" + x: 6.0d + y: 2.5d + } + { + id: "309D8C2103596D60" + linked_quest: "0DAD0A6360448B39" + x: 9.0d + y: 2.5d + } + { + id: "11FA5FEDC26FBE6F" + linked_quest: "766BAAFE15F357ED" + x: 9.0d + y: 4.0d + } + { + id: "23E7C90C2A310564" + linked_quest: "1FFD2242B94A7378" + x: 1.0d + y: 1.0d + } + { + id: "52AF8493200F9AB5" + linked_quest: "0C690272ED4FB1C3" + x: -2.5d + y: 1.0d + } + { + id: "23D5BCA4AF2F46AA" + linked_quest: "13A976D0D612BC84" + x: 2.5d + y: 2.5d + } + { + id: "087BEFDC7FA79A5A" + linked_quest: "079442C113D54856" + x: 2.5d + y: 1.0d + } + { + id: "67CA34DC9C0DBBC1" + linked_quest: "411AB552514EA14C" + x: 4.0d + y: -2.0d + } + { + id: "3B8CA1F3ACD586D1" + linked_quest: "724FB950CC472BB4" + x: 4.0d + y: 2.5d + } + { + id: "5A39D3C9DEF421B4" + linked_quest: "7F2FE3AF6F0C1190" + x: 4.0d + y: 5.5d + } + { + id: "02E9430745CD8871" + linked_quest: "6A8AA847FF086063" + x: -0.5d + y: 5.5d + } + { + id: "2B6687FBE240E835" + linked_quest: "5935E382FB8440A1" + x: 1.0d + y: 5.5d + } + { + id: "07C63C5B9B1F4AC4" + linked_quest: "148F44A0575A0874" + x: 2.5d + y: 5.5d + } + { + id: "23E108AC01E160C2" + linked_quest: "5508FD87F3EDFC43" + x: -0.5d + y: 4.0d + } + { + id: "5097F7AEEC8051DB" + linked_quest: "38BDF7CF00C0F79B" + x: 2.5d + y: 4.0d + } + { + id: "555EA272A232FF26" + linked_quest: "39E7997F3080250A" + x: 9.0d + y: 5.5d + } + { + id: "04160D8B6EEF0D33" + linked_quest: "6E186F9C57155BFA" + x: 6.0d + y: -0.5d + } + { + id: "0289DD7F20A9992A" + linked_quest: "7B0FF43022F6C2EC" + x: 7.5d + y: -0.5d + } + { + id: "211078579FF7A78E" + linked_quest: "6C53B01A05FFF1DC" + x: 9.0d + y: -2.0d + } + { + id: "607C231B9399D0FF" + linked_quest: "04C5C1FA9E81534F" + x: 1.0d + y: 4.0d + } + { + id: "16AA22761A2CCE27" + linked_quest: "4B8D66A65F102D7E" + x: 6.0d + y: 4.0d + } + { + id: "6CB9DAAE643B8EDC" + linked_quest: "173C1FA72301B5E7" + x: 2.5d + y: -0.5d + } + ] + quests: [ + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&oThis quest's subject is optional and less useful. We have put it here in the name of completeness, but if this is not useful to you, feel free to skip it.&r" + "" + "The &3Fisher&r catches fish from Water. It requires a 5x5 area of Water directly below to operate. It uses the same loot table as normal Fishing, so it can catch things like &dEnchanted Books&r. Each operation consumes 1 String and EU equivalent to its tier (32 for LV etc.) That's about it." + "" + "&eFish Oil&r can be extracted from Fish, which can be used for &6Bio Diesel&r... is what we would say if that was implemented into CEu. " + "" + "Get &eany&r tier Fisher to complete this quest. (They only go up to &5EV&r. If you forsee needing enough Fish to justify an &1IV&r or higher Fisher, make a feature request on our GitHub or Discord.)" + ] + icon: "gtceu:lv_fisher" + id: "659DC47D99494E15" + tasks: [ + { + id: "6C8EA73AA1E99BAD" + item: "gtceu:lv_fisher" + type: "item" + } + { + id: "7ADBDDEC095EA415" + item: "gtceu:mv_fisher" + type: "item" + } + { + id: "335C9A407CAB5838" + item: "gtceu:hv_fisher" + type: "item" + } + { + id: "4EC822F279F2D77A" + item: "gtceu:ev_fisher" + type: "item" + } + ] + title: "Fishing 50" + x: 7.5d + y: 4.0d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&oThis quest's subject is optional and less useful. We have put it here in the name of completeness, but if this is not useful to you, feel free to skip it.&r" + "" + "The &3Rock Breaker&r generates different types of igneous Rocks. In order to operate, &9Water&r and &cLava&r (doesn't need to be source blocks) must both be adjacent to it. Those rocks might be pulverized and electrolyzed into certain materials." + "" + "Certain rocks, such as &b&cRed Granite&r, need up to &5EV&r power to generate." + "" + "&eAny&r Rock Breaker will complete this Quest." + "{@pagebreak}" + "&bLore&r: Obsidian requiring Redstone to generate is in reference to an ancient Minecraft bug, &7MC-4239&r. Placing Redstone where the Cobblestone would go in a cobble generator would make it generate Obsidian instead. This bug was resolved in snapshot 14w25b for Minecraft 1.8, over 7 years ago at the time of writing!" + ] + icon: "gtceu:lv_rock_crusher" + id: "50DF4D91376F2EFD" + tasks: [ + { + id: "2768620F72DC5451" + item: "gtceu:lv_rock_crusher" + type: "item" + } + { + id: "3609ADF363D7FCC6" + item: "gtceu:mv_rock_crusher" + type: "item" + } + { + id: "5E186749FB952A54" + item: "gtceu:hv_rock_crusher" + type: "item" + } + { + id: "02C72C94CC3F9CE6" + item: "gtceu:ev_rock_crusher" + type: "item" + } + { + id: "045F4B7298D19DB7" + item: "gtceu:iv_rock_crusher" + type: "item" + } + { + id: "5451AC25A91DBAA3" + item: "gtceu:luv_rock_crusher" + type: "item" + } + { + id: "5CFF0CABECDAAF55" + item: "gtceu:zpm_rock_crusher" + type: "item" + } + { + id: "2220E727C1BD8895" + item: "gtceu:uv_rock_crusher" + type: "item" + } + ] + title: "Cobble is Life" + x: 6.0d + y: 5.5d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&oThis quest's subject is optional and less useful. We have put it here in the name of completeness, but if this is not useful to you, feel free to skip it.&r" + "" + "The &3Turbo Charger&r charges &6RF and EU&r items such as &9Drills&r extremely quickly." + "It accepts up to 4 Amps for every item it charges, making it &6twice as fast&r as the &3Battery Buffer&r. It cannot discharge, though." + "" + "&eAny&r Charger will complete this Quest." + ] + icon: "gtceu:lv_charger_4x" + id: "4246AB2A8B0C742C" + tasks: [ + { + id: "690934246771C506" + item: "gtceu:ulv_charger_4x" + type: "item" + } + { + id: "77E2CE3CD99DF00B" + item: "gtceu:lv_charger_4x" + type: "item" + } + { + id: "4175BE42A5649D2E" + item: "gtceu:mv_charger_4x" + type: "item" + } + { + id: "405ACA7283009877" + item: "gtceu:hv_charger_4x" + type: "item" + } + { + id: "73944901AC7B987F" + item: "gtceu:ev_charger_4x" + type: "item" + } + { + id: "517B7AA5FB775D39" + item: "gtceu:iv_charger_4x" + type: "item" + } + { + id: "4F6648A66BE08507" + item: "gtceu:luv_charger_4x" + type: "item" + } + { + id: "0351E6B48D75AE1B" + item: "gtceu:zpm_charger_4x" + type: "item" + } + { + id: "3B5A9EDFB9108745" + item: "gtceu:uv_charger_4x" + type: "item" + } + { + id: "09D89F6D65687EAC" + item: "gtceu:uhv_charger_4x" + type: "item" + } + ] + title: "Turbo Charger" + x: 7.5d + y: 5.5d + } + { + dependencies: ["77EA56D16A9B3BFC"] + description: [ + "In the absence of CEu Item Pipes in 1.19.2, we present a reskinned and rebalanced Pipez mod!" + "" + "The upgrades scale by tier and are reduced in efficiency in an attempt to match the power granted by 1.12.2 pipes." + "" + "If you would like to play with the cooler GT pipes, please don't hesistate to play the 1.12.2 pack instead - they have some interesting priority mechanics based on pipe material!" + ] + id: "53E4B7425B3EE587" + rewards: [{ + id: "6B15EF4E93681C66" + item: "pipez:wrench" + type: "item" + }] + subtitle: "Item Transportation" + tasks: [{ + id: "6D723192E44717A5" + item: "pipez:item_pipe" + type: "item" + }] + title: "Pipez" + x: 1.0d + y: 2.5d + } + ] + subtitle: ["Useful GregTech mechanics and tips for the budding engineer"] + title: "Useful Information" +} diff --git a/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt b/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt new file mode 100644 index 000000000..5fd83d566 --- /dev/null +++ b/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt @@ -0,0 +1,535 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "uv__ultimate_voltage" + group: "693226878D58638A" + icon: "gtceu:uv_electric_motor" + id: "2E730D6F5A7C2E83" + order_index: 8 + quest_links: [ + { + id: "5232A33368566616" + linked_quest: "6988AE94BE7B461F" + size: 0.66d + x: 5.61d + y: 4.95d + } + { + id: "194EA210B37DFEA0" + linked_quest: "762C48F0C2EA6B81" + size: 0.66d + x: 4.29d + y: 3.63d + } + { + id: "5BB69AB0561DAE36" + linked_quest: "0199DBC46D7BC2B9" + size: 0.66d + x: 6.93d + y: 2.31d + } + { + id: "395B2149ABE3A85F" + linked_quest: "42760D3A86EFDCA3" + size: 1.1d + x: 2.6083333333333556d + y: 1.3080612244897978d + } + ] + quests: [ + { + dependencies: ["6F15D7574B8F6DB5"] + description: [ + "Crafting the &aUltimate Battery&r marks the end of GTCEu and the GregTech Community Modpack. &6Congratulations!&r" + "" + "Now that you've finished the mod, there's a few things you should do:" + "" + "- &9Join the GTCEu Discord&r and tell us about how your playthrough went! Feel free to show off your battery :) " + "" + "- &eGo outside&r (and start playing GregTech in real life, right?). Integrate back into regular society." + "" + "- &cBlow up your world with TNT and GT Dynamite&r. &nPlease, please, PLEASE make a backup first!!!&r" + "" + "&6&lThank you for playing the pack! :D&r" + "- The GregTech Community Pack Dev Team" + ] + icon: { + Count: 1b + id: "gtceu:iron_wrench" + tag: { + Damage: 0 + } + } + id: "6E8F257261F93501" + shape: "heart" + size: 5.0d + subtitle: "Is this... the end?" + tasks: [{ + id: "3BE7164F661251AD" + type: "checkmark" + }] + title: "The Finale" + x: 12.371904761904801d + y: 1.3464285714285893d + } + { + dependencies: [ + "762C48F0C2EA6B81" + "6988AE94BE7B461F" + "35F13B6D60361904" + "0199DBC46D7BC2B9" + ] + description: [ + "This Maintenance Hatch is an upgrade to the Automatic Maintenance Hatch." + "" + "It allows your Multiblock to run regular &aCleanroom recipes&r when not contained inside one - but not Sterilized recipes." + ] + id: "1976F9B2220BBEDE" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "244FC822F724507F" + item: "gtceu:cleaning_maintenance_hatch" + type: "item" + }] + title: "Cleaning Maintenance Hatch" + x: 5.61d + y: 3.63d + } + { + dependencies: [ + "678CABA03E17516A" + "690A51204DF5D469" + "762C48F0C2EA6B81" + ] + description: [ + "The &aUV Lapotronic Orb&r is even better than the &cZPM&r one! It of course comes at a price..." + "{@pagebreak}" + "&bLore&r: Imagine making 512 IV or 64 LuV Orbs or 8 ZPM Orbs for just one of these! See the Lore for the LuV orb for details." + ] + id: "3D9D27F29D9D12F6" + size: 0.66d + subtitle: "It holds way too much power!" + tasks: [{ + id: "3A3B82E7FEE173C3" + item: "gtceu:energy_cluster" + type: "item" + }] + title: "Ultimate Battery?" + x: 8.58d + y: 3.63d + } + { + dependencies: [ + "3D9D27F29D9D12F6" + "0009F48B6E385A47" + ] + description: [ + "The amount of EU this battery can storage is the max value of a Long Integer in Java." + "" + "Don't try to win Minecraft - you can't." + "{@pagebreak}" + "&bLore&r: You're probably tired of this by now, but things are different with the battery lore this time. We promise." + "" + "GTCEu's ultimate battery uses 16 UV orbs. GTNH's only uses 8. However, GTNH also has a &lReally Ultimate Battery&r made of 8 Ultimate Batteries! It's not useful at all, but still exists..." + "" + "They also added an &lExtremely Ultimate Battery&r made of 8 Really Ultimate Batteries, which is ludicrously expensive." + ] + id: "6F15D7574B8F6DB5" + rewards: [{ + id: "4895F6328078CE87" + item: "minecraft:grass" + type: "item" + }] + shape: "gear" + size: 1.75d + subtitle: "Consider touching some grass" + tasks: [{ + id: "5EDF6F9FD702E463" + item: "gtceu:max_battery" + type: "item" + }] + title: "Ultimate Battery!" + x: 8.58d + y: 1.32d + } + { + dependencies: ["3CDA855A045A9F4D"] + description: [ + "The &3Network Switch&r allows multiple HPCAs to be used in conjunction with each other! This allows you to provide far more computation to your &aResearch Station&r." + "" + "HPCAs can be connected to &3Network Switches&r with transmission and reception hatches, and then the Network Switch can output to a &aResearch Station&r with another transmission hatch." + "" + "HPCAs cannot connect to &3Network Switches&r by default, and each connected HPCA requires an &3HPCA Bridge Component&r to enable this functionality." + ] + id: "0BADFBA6F96E457E" + size: 1.1d + subtitle: "With our powers combined..." + title: "Network Switch" + x: 0.99d + y: 0.33d + } + { + dependencies: [ + "45E300FD7CD05A37" + "359121584E056022" + ] + description: [ + "This is a huge accomplishment, nice job!" + "" + "The only ingredient that should be new to you are the &4Tritanium Frames&r." + ] + id: "3B49BD004F38E1A2" + shape: "gear" + size: 1.5d + subtitle: "The &6final&r circuit" + tasks: [{ + id: "433027F7B7C732A1" + item: "gtceu:wetware_processor_mainframe" + type: "item" + }] + title: "Wetware Mainframe - The UHV Circuit" + x: 2.64d + y: -1.32d + } + { + dependencies: [ + "0BADFBA6F96E457E" + "42760D3A86EFDCA3" + ] + description: ["The &3Data Module&r is required for Endgame Research. &aAssembly Lines&r cannot read from it using &aData Access Hatches&r directly, and instead require the &9Data Bank&r."] + id: "45E300FD7CD05A37" + size: 0.66d + subtitle: "Data storage sure is expensive..." + title: "Data Module" + x: 2.6399999999999997d + y: 0.33d + } + { + dependencies: ["023FF9633765A0EB"] + description: [ + "&6Neutronium&r is a hyper-dense material normally found in the hearts of neutron stars: the collapsed cores of stars between ten and thirty times the size of the sun. It is the final primary material in GTCEu." + "{@pagebreak}" + "&bLore&r: In GCYL, Neutronium is unlocked at UMV-tier (called UXV in CEu). There is also Cosmic Neutronium, which is equivalent to Avaritia's Neutronium in GT5u, which was unlocked even later in GCYL!" + "" + "&bMore lore&r: Fun fact: a single neutronium block is approximately 2884 million metric tons and somewhere around 600000K, yet you're somehow capable of holding one with your bare hands. Don't think about it too much." + ] + id: "6DBF61D4F94BC851" + size: 1.1d + subtitle: "Pure Neutrons" + tasks: [{ + id: "0454B12D9A5C9795" + item: "gtceu:neutronium_ingot" + type: "item" + }] + title: "Neutronium" + x: 5.94d + y: -1.32d + } + { + dependencies: [ + "762C48F0C2EA6B81" + "4C7C0F6A6598BC24" + "35F13B6D60361904" + ] + description: [ + "&aTritanium Coils&r bring the Heat Capacity to &d10,800K&r." + "" + "These coils aren't needed for much, but they'll provide another perfect overclock for most recipes!" + ] + id: "6AF3A40BC9CE7122" + size: 1.1d + subtitle: "Why would you even need something this hot?!" + tasks: [{ + count: 16L + id: "43CE7370C6D03DFD" + item: "gtceu:tritanium_coil_block" + type: "item" + }] + title: "Tritanium Coils" + x: 4.29d + y: 2.31d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: [ + "A goal if you really want to make a point." + "" + "If you make this in a UV machine, it will take you 10 days." + "" + "If you overclock a Gregicality Multiblock to UEV (4A UHV hatch), it will still take 2.5 days!" + "{@pagebreak}" + "&bLore:&r The NAN Certificate comes from Crops++, a GT5u addon that adds a wide variety of IC2 crops." + ] + id: "3ED40CE1E4476C99" + shape: "rsquare" + size: 1.1d + subtitle: "GGEZ" + tasks: [{ + id: "29384189E33C8CB1" + item: "gtceu:nan_certificate" + type: "item" + }] + title: "Certificate of not being a Noob anymore" + x: 5.94d + y: 0.33d + } + { + dependencies: [ + "762C48F0C2EA6B81" + "6988AE94BE7B461F" + "35F13B6D60361904" + "0199DBC46D7BC2B9" + ] + description: [ + "&3UV&r Components are a tad harder than &cZPM&r. " + "" + "They use lots of &9Tritanium&r and &9Naquadria&r, so make sure your have enough Fusion Reactors, and a fast enough Naquadah Plant." + "" + "They also need a lot more &9Computation&r, which means &3Advanced HPCA Components&r are now required!" + "" + "Computation Needs for Early UV:" + "" + "- &a32 CWU/t&r: Basic &3UV&r Components and the Network Switch" + "- &a48 CWU/t&r: &3UV&r Sensor, Emitter, and Field Generator" + ] + icon: "gtceu:uv_electric_motor" + id: "26F5A04750F6B6DD" + shape: "rsquare" + size: 0.66d + subtitle: "Prepare your Fusion Reactors!" + tasks: [ + { + id: "3AD82F68865047F3" + item: "gtceu:uv_electric_motor" + type: "item" + } + { + id: "495AADA7E2532B14" + item: "gtceu:uv_electric_piston" + type: "item" + } + { + id: "006FD36B583851E7" + item: "gtceu:uv_electric_pump" + type: "item" + } + { + id: "2CED35222E0F45AE" + item: "gtceu:uv_conveyor_module" + type: "item" + } + { + id: "1F2A7D8C0AE58BAA" + item: "gtceu:uv_robot_arm" + type: "item" + } + ] + title: "Total Euphoria" + x: 4.29d + y: 4.95d + } + { + dependencies: [ + "45E300FD7CD05A37" + "0BADFBA6F96E457E" + ] + description: [ + "This Quest will be completed with &eeither&r a &3ZPM Energy Hatch&r&r... or a &3ZPM Dynamo Hatch&r for your Multiblock Generators." + "" + "Don't forget that &d16 Amp&r variants exist!" + "" + "Don't forget that these hatches require a &9Data Orb&r for research." + ] + icon: "gtceu:uv_energy_input_hatch" + id: "2F2F82D9DE3C798C" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "4783D6B309027111" + item: "gtceu:uv_energy_input_hatch" + type: "item" + } + { + id: "62593894E98AFC45" + item: "gtceu:uv_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line III" + x: 4.29d + y: 0.33d + } + { + dependencies: ["6AF3A40BC9CE7122"] + description: [ + "&aUV Superconductors&r show up a lot in recipes when making a &9Fusion Reactor Mk3&r. You will need &ea lot&r&r of them. " + "" + "You can also use them to cheapen &9Superconducting Coils&r even further." + ] + id: "3CDA855A045A9F4D" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "2A13EB0C94A752BD" + item: "gtceu:enriched_naquadah_trinium_europium_duranide_single_wire" + type: "item" + }] + title: "UV Superconductors" + x: 0.99d + y: 2.31d + } + { + dependencies: ["616DB394EB7D81D6"] + description: [ + "This Quest will be completed with &eeither&r a &3UHV Energy Hatch&r&r... or a &3UHV Dynamo Hatch&r for your Multiblock Generators." + "" + "These are the final energy hatches in GTCEu. It's been a pleasure upgrading our multiblocks together o7" + "" + "Don't forget about the &d16 amp&r versions!" + ] + icon: "gtceu:uhv_energy_input_hatch" + id: "5570F02C03267B36" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "4DF40C8FF003DDC6" + item: "gtceu:uhv_energy_input_hatch" + type: "item" + } + { + id: "6E49D6D700F92C39" + item: "gtceu:uhv_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line for the Last Time" + x: 7.26d + y: -2.64d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: [ + "This is the &afinal silicon boule&r, which will allow you to produce a ton of wafers." + "" + "It also unlocks the recipe for the &aHighly Advanced SoC&r, which is used to make cheaper &4wetware circuits&r." + ] + icon: "gtceu:neutronium_boule" + id: "3F058322E1A8D5EC" + shape: "rsquare" + size: 0.66d + subtitle: "Neutron -> Electron Holes" + tasks: [{ + id: "74712C8E9A6561A0" + item: "gtceu:neutronium_boule" + type: "item" + }] + title: "Neutronium-doped Silicon Boule" + x: 7.26d + y: -1.32d + } + { + dependencies: ["0009F48B6E385A47"] + description: ["The &aCreative Energy Cell&r is one of the few craftable creative items. It provides infinite energy to your AE system, so you don't have to worry about blackouts or power anymore."] + id: "428C62749A1A1BAB" + shape: "rsquare" + size: 0.66d + subtitle: "Ok, maybe there are Creative items." + tasks: [{ + id: "392079FDF410B9FD" + item: "ae2:creative_energy_cell" + type: "item" + }] + title: "Creative ME Energy" + x: 8.58d + y: -2.64d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: ["The &aGravi Star&r is the final upgraded Nether Star in GTCEu. It's needed for &3UV&r Sensors, Emitters, and Field Generators."] + id: "0009F48B6E385A47" + size: 0.66d + subtitle: "Unfortunately, doesn't make you float" + tasks: [{ + id: "06668056CFF73DBD" + item: "gtceu:gravi_star" + type: "item" + }] + title: "Gravi Star" + x: 8.58d + y: -1.32d + } + { + dependencies: [ + "3B49BD004F38E1A2" + "2F2F82D9DE3C798C" + "762C48F0C2EA6B81" + ] + description: [ + "Build the structure displayed with Fusion Glass in &aJEI&r." + "" + "To save on Fusion Casings, fit Input + Output Hatches wherever you can (as displayed in the structure)." + "" + "The &aFusion Reactor Mk3&r is even more expensive than the Mk2! The key difference is that it has a higher &6Energy To Start&r than the Mk2, allowing you to run new recipes." + "" + "It can also overclock lower voltage recipes, such as those in the Mk1 or Mk2 reactor. See the Mk1's quest for how these mechanics work." + ] + id: "023FF9633765A0EB" + size: 1.1d + subtitle: "The most expensive form of Fusion" + tasks: [{ + id: "571672CEA7362C63" + item: "gtceu:uv_fusion_reactor" + type: "item" + }] + title: "Fusion Reactor III" + x: 4.29d + y: -1.32d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: [ + "You probably don't even need these, but &aUHV Superconductors&r exist, and are used for a few things, which you also probably don't need..." + "" + "Craft these if you feel like flexing." + ] + id: "616DB394EB7D81D6" + shape: "rsquare" + size: 0.66d + subtitle: "Is Neutronate even a real thing?" + tasks: [{ + id: "665AC3D87C204E18" + item: "gtceu:ruthenium_trinium_americium_neutronate_single_wire" + type: "item" + }] + title: "UHV Superconductors" + x: 5.94d + y: -2.64d + } + { + dependencies: ["3F058322E1A8D5EC"] + description: [ + "&aHighly Advanced SoC&rs will make crafting &4wetware circuits&r much easier." + "" + "The drawback is that the recipe requires UV power, but that's no problem to you, right?" + ] + icon: "gtceu:highly_advanced_soc" + id: "0D3B74E82F1CFE8A" + shape: "rsquare" + size: 0.66d + subtitle: "Can we get much higher?" + tasks: [{ + id: "493CC040B9974B42" + item: "gtceu:highly_advanced_soc" + type: "item" + }] + title: "Highly Advanced SoCs" + x: 7.26d + y: -0.33d + } + ] + subtitle: ["Bring your long journey to a well-deserved end"] + title: "&3UV&r - Ultimate Voltage" +} diff --git a/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt b/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt new file mode 100644 index 000000000..2ebdde1cc --- /dev/null +++ b/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt @@ -0,0 +1,701 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "zpm__zero_point_module" + group: "693226878D58638A" + icon: "gtceu:zpm_electric_motor" + id: "0945247E83444D90" + order_index: 7 + quest_links: [ + { + id: "6BE70146903B5CBD" + linked_quest: "52D00CD3E8D1E293" + shape: "rsquare" + size: 0.66d + x: -1.32d + y: 2.31d + } + { + id: "21A3EAE297C446EC" + linked_quest: "24F0454B9A090C44" + size: 0.66d + x: -6.6d + y: 2.31d + } + ] + quests: [ + { + dependencies: ["24F0454B9A090C44"] + description: [ + "The &aZero Point Module&r (item) is a non-rechargable battery with TONS of energy stored. You may have found one of these before now, but you won't be able to discharge it until reaching &cZPM&r tier." + "" + "These can only be found as loot from &6Jungle Temples&r. They're exceptionally rare - don't worry about finding one. " + "" + "This quest is &6optional&r and is just for fun. Feel free to hit the checkbox if you just want the completion points!" + "{@pagebreak}" + "&bLore:&r Zero Point Module, the full name of the ZPM tier, is also from Stargate. Its namesake is a device which generated crazy amounts of energy." + ] + icon: "gtceu:zero_point_module" + id: "75905E3672399A63" + shape: "rsquare" + size: 0.66d + subtitle: "Unlimited powah!" + tasks: [ + { + id: "10AC8DC9332D084C" + item: "gtceu:zero_point_module" + type: "item" + } + { + id: "7AD0E74B9CD9AFAE" + type: "checkmark" + } + ] + title: "Zero Point Module" + x: -6.6d + y: -0.33d + } + { + dependencies: ["4C7C0F6A6598BC24"] + description: [ + "&aZPM Superconductors&r are a major gate between you and a &9Fusion Reactor Mk2&r, which uses copious amounts for its structure blocks." + "" + "You can also use them to make &9Superconducting Coils&r for cheaper." + ] + id: "2587BFD0D9F3FF4A" + shape: "rsquare" + size: 0.66d + subtitle: "Getting tired of all these pitch-black ingots yet?" + tasks: [{ + id: "5688605649CC30C3" + item: "gtceu:uranium_rhodium_dinaquadide_single_wire" + type: "item" + }] + title: "ZPM Superconductors" + x: -5.28d + y: 0.99d + } + { + dependencies: [ + "7A74F692F14F0FF8" + "24F0454B9A090C44" + ] + description: [ + "&cZPM&r Components thankfully aren't too much harder than &dLuV&r. " + "" + "They use lots of &9Osmiridium&r, so make sure your platinum refining process is up to the task." + ] + icon: "gtceu:zpm_electric_motor" + id: "5BBFE222190891DE" + shape: "rsquare" + size: 0.66d + subtitle: "Prepare your platline!" + tasks: [ + { + id: "17E45B64101F2249" + item: "gtceu:zpm_electric_motor" + type: "item" + } + { + id: "4EDD7EE060B4895B" + item: "gtceu:zpm_electric_piston" + type: "item" + } + { + id: "61AAFDF548821774" + item: "gtceu:zpm_electric_pump" + type: "item" + } + { + id: "4EEAD829002AD3FE" + item: "gtceu:zpm_conveyor_module" + type: "item" + } + { + id: "2AFFFD27485AD039" + item: "gtceu:zpm_robot_arm" + type: "item" + } + { + id: "68A105502E49FEDC" + item: "gtceu:zpm_sensor" + type: "item" + } + { + id: "555A9F017694B184" + item: "gtceu:zpm_emitter" + type: "item" + } + ] + title: "Absolute Elation" + x: -6.6d + y: 0.99d + } + { + dependencies: ["378F0AFCF95354B2"] + description: [ + "&aEnriched Naquadah&r is an isotope of Naquadah, Nq-528. It is radioactive and will be used in (as of yet) unimplemented nuclear reactors." + "" + "Currently, you just need it to make &9Trinium Coils&r." + ] + icon: "gtceu:enriched_naquadah_ingot" + id: "74B037D7031F4A78" + shape: "rsquare" + size: 0.66d + subtitle: "Naquadah, but radioactive!" + tasks: [ + { + id: "4598D1D78A71E514" + item: "gtceu:enriched_naquadah_sulfate_dust" + optional_task: true + type: "item" + } + { + id: "08B5C0B89DB3E272" + item: "gtceu:enriched_naquadah_ingot" + type: "item" + } + ] + title: "Enriched Naquadah" + x: -5.28d + y: -1.65d + } + { + dependencies: [ + "74B037D7031F4A78" + "0DC999F79A685194" + "2FCBA0D780DBDA9E" + ] + description: [ + "&aTrinium Coils&r bring up the Heat Capacity to &d9,001K&r." + "" + "These coils are required for progressing to the second half of &cZPM&r, and beyond." + ] + id: "4C7C0F6A6598BC24" + subtitle: "IT'S OVER 9000!!!" + tasks: [{ + count: 16L + id: "11CD2F83031C6706" + item: "gtceu:trinium_coil_block" + type: "item" + }] + title: "Trinium Coils" + x: -5.28d + y: -0.33d + } + { + dependencies: [ + "52D952ADBEB67454" + "2587BFD0D9F3FF4A" + ] + description: [ + "The &3Research Station&r is the upgrade to the Scanner. It's used for more advanced forms of research, and will finally allow you to perform research which requires &aData Orbs and Modules&r." + "" + "When running the &3Research Station&r, energy and &9Computation&r is needed. The latter is provided through an &9HPCA&r, which is explained in the next quest. It is recieved with a &3Computation Data Reception Hatch&r. Note that only one Reception Hatch is allowed in a Research Station." + "{@pagebreak}" + "This multiblock needs computation &dsporadically&r, which means the recipe will not reverse progress if you don't supply enough - it will simply halt in-place. However, the machine will still draw energy constantly, even when recieving no computation." + "" + "To scan items, the process is relatively similar. In the &3Object Holder&r, place the target item in the center slot, and the data storage item in the other slot. Then provide computation, and the data storage item will be updated upon completion. When running, the target item will be Locked and cannot be removed." + "" + "&eNote&r: To form this multiblock, the &3Object Holder&r must face the controller." + ] + id: "468EEFD9D2F69014" + subtitle: "Your research adventures continue!" + tasks: [{ + id: "61F7812F0FB70497" + type: "checkmark" + }] + title: "Research Station" + x: -5.28d + y: 2.31d + } + { + dependencies: [ + "1D6CC3C7F6BE4055" + "7AE681E2AB31EA0D" + ] + description: [ + "The &aUV Mainframe&r is required to move into &3Fusion Mk2&r." + "" + "It's also made in the Assembly Line." + "" + "Along with things you already know how to make, watch out for the &6HSS-E Frames&r." + ] + id: "79E4E53E9DF45549" + tasks: [{ + id: "226973A23C89BDD2" + item: "gtceu:crystal_processor_mainframe" + type: "item" + }] + title: "First UV Circuits!" + x: -3.96d + y: 3.63d + } + { + dependencies: ["1D6CC3C7F6BE4055"] + description: [ + "The &aCrystal SoC&r is used to make cheaper &9Crystal Circuits&r. Enjoy the discount!" + "" + "Crystal SoCs require &9ZPM Emitters&r, which means you need a &9Data Orb&r for their research." + "" + "In the future, these may become more difficult to make." + "{@pagebreak}" + "&bLore&r: In GT5u, the texture for this item was red, and did not have the special design on it. There was a \"raw\" version with the design, but it was used for other unrelated things. Who knows why?" + ] + id: "29B7D93D7F32DBA9" + shape: "rsquare" + size: 0.66d + subtitle: "When engraving it once isn't enough" + tasks: [{ + id: "488A759013AF2680" + item: "gtceu:crystal_soc" + type: "item" + }] + title: "Crystal SoC" + x: -3.96d + y: 0.99d + } + { + dependencies: ["1D6CC3C7F6BE4055"] + description: [ + "This hatch allows you to store more &aData Storage Items&r than the basic one." + "" + "Don't forget that this hatch requires a &9Data Orb&r for research." + ] + id: "72740001958E929A" + shape: "rsquare" + size: 0.66d + subtitle: "Increased storage density!" + tasks: [{ + id: "4090DF7C2B0FCF27" + type: "checkmark" + }] + title: "Advanced Data Access Hatch" + x: -2.64d + y: 0.99d + } + { + dependencies: [ + "378F0AFCF95354B2" + "4C7C0F6A6598BC24" + ] + description: ["&aNaquadria&r is an isotope of Naquadah, Nq-522. It's highly unstable, but it'll still be used for &3UV&r components, &9Fusion Mk2&r, and when fusing Neutronium."] + icon: "gtceu:naquadria_ingot" + id: "6D1F10543A391940" + shape: "rsquare" + size: 0.66d + subtitle: "Naquadah, but radioactive-er!" + tasks: [ + { + id: "4A49FE8B35B48D97" + item: "gtceu:naquadria_sulfate_dust" + optional_task: true + type: "item" + } + { + id: "13A95E109FF72A87" + item: "gtceu:naquadria_ingot" + type: "item" + } + ] + title: "Naquadria" + x: -2.64d + y: -0.33d + } + { + dependencies: ["690E013DFCB060ED"] + description: [ + "Production of &aSterilized Growth Medium&r is the final processing line in GTCEu, for now." + "" + "You will need this for your first &4Wetware Circuits&r." + "" + "Producing it won't be as much of a hassle as PBI, but nearly every step requires a Sterilized Cleanroom. This means you'll have to get creative with how you use your space." + "" + "Make sure to scrutinise every step of the chain. Some recipes are much more efficient than others!" + "" + "&ePro Tip&r: You can wall-share cleanrooms with doors in-between too if you want more space." + "{@pagebreak}" + "&bLore&r: GTCEu's Sterilized Growth Medium chain is loosely based off of Bartworks' from GTNH. The main difference is that GTNH required a Bacterial Vat multiblock, which was more complex than the ordered Assembly Line. GTCEu is considering adding a multiblock like it but with their own spin in the future." + "{@pagebreak}" + "&bMore Lore&r: In Gregicality Legacy, the Sterilized Growth Medium production chain was very different. It was one of the most difficult processes in the mod, with over 30 complicated steps! It was based off of producing different real-life vitamins and nutrients." + "{@pagebreak}" + "&bEven More Lore&r: In Shadows of Greg, this was made with just Distilled Water and Mince Meat. How far we've come..." + ] + id: "6AFDA523304711DB" + size: 0.66d + subtitle: "The final processing line, at last!" + tasks: [{ + amount: 1000L + fluid: "gtceu:sterilized_growth_medium" + id: "090D7595FCB21B63" + type: "fluid" + }] + title: "Sterilized Growth Medium" + x: 0.0d + y: 0.99d + } + { + dependencies: [ + "64EA73FAB2A51850" + "0D7C978F9CDF771B" + ] + description: [ + "The &aZPM Lapotronic Orb&r is even better than the &dLuV&r one! It of course comes at a price..." + "{@pagebreak}" + "&bLore&r: Imagine making 64 IV or 8 LuV Orbs for just one of these! See the Lore for the LuV orb for details." + ] + id: "690A51204DF5D469" + size: 0.66d + subtitle: "A power singularity!" + tasks: [{ + id: "41813C4D68B991D7" + item: "gtceu:energy_module" + type: "item" + }] + title: "Mega Batteries" + x: -1.32d + y: 0.99d + } + { + dependencies: [ + "1D6CC3C7F6BE4055" + "52D00CD3E8D1E293" + "7A74F692F14F0FF8" + "468EEFD9D2F69014" + "24F0454B9A090C44" + ] + description: [ + "This Quest will be completed with &eeither&r a &3ZPM Energy Hatch&r&r... or a &3ZPM Dynamo Hatch&r for your Multiblock Generators." + "" + "Don't forget that &d16 Amp&r variants exist!" + "" + "Don't forget that these hatches require a &9Data Orb&r for research." + ] + icon: "gtceu:zpm_energy_input_hatch" + id: "64EA73FAB2A51850" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "0B57097F8879481C" + item: "gtceu:zpm_energy_input_hatch" + type: "item" + } + { + id: "2C60B79F78094E6A" + item: "gtceu:zpm_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line II" + x: -2.64d + y: 2.31d + } + { + dependencies: [ + "35F13B6D60361904" + "3568BC9742092FC5" + ] + description: [ + "The &aSterilized Cleanroom&r is required to produce the next tier of circuits. Nearly every step must be performed inside of one. Good luck fitting everything into such a tight space!" + "" + "If you only have one &3Cleanroom&r, you will need another for &aSterilized&r recipes." + "" + "&eNote&r: Normal Cleanroom recipes cannot run in the Sterilized Cleanroom, so you can't just \"upgrade\" your old Cleanrooms." + ] + id: "690E013DFCB060ED" + size: 0.66d + subtitle: "Comes with disinfectant!" + tasks: [{ + count: 8L + id: "6A4C78385FF8019A" + item: "gtceu:sterilizing_filter_casing" + type: "item" + }] + title: "Sterilized Cleanroom" + x: 0.0d + y: 2.31d + } + { + dependencies: ["468EEFD9D2F69014"] + description: [ + "The &3High Performance Computation Array&r, also known as the &3HPCA&r, is the multiblock used to create &9Computation&r, measured in CWU/t (Compute-Work Units per tick)." + "" + "The HPCA is a modular multiblock with many unique components you've likely not seen before. There are &a9 slots available&r for different components, and there are some example layouts in the JEI previews, so reviewing these may help if you feel confused." + "{@pagebreak}" + "There are two main types of components:" + "" + "- &9Computation Components&r: These generate CWU/t and require EU/t and cooling." + "- &9Cooling Components&r: These provide a certain amount of cooling, and require EU/t." + "" + "Currently Available Components:" + "" + "- &9Empty&r: Fills a slot but otherwise does nothing." + "-&9 Heat Sink&r: Requires no power but provides 1 cooling." + "- &9Active Cooler&r: Requires power, PCB Coolant, but provides 2 cooling." + "- &9Computation&r: Creates 4 CWU/t, but requires a lot of power and cooling." + "{@pagebreak}" + "The HPCA draws some power to idle. Its power and cooling requirements will sit between the idle upkeep power and a maximum value depending on how much computation is being used." + "" + "If the HPCA is not given enough cooling, Computation components can be &4damaged&r if it is allowed to run above &c100C&r (the idle temperature is &a20C&r). Only computation components can be damaged - all other blocks will be unharmed!" + "" + "The HPCA can only have 1 &3Computation Data Transmission Hatch&r. You can connect it to the Reception Hatch of the &9Research Station&r with Optical Fiber Cable to transmit the computation." + "{@pagebreak}" + "Basic CWU/t Requirements for ZPM Tier:" + "" + "- &a4 CWU/t&r for &cZPM&r Sensors, Emitters, and Field Generators" + "- &a8 CWU/t&r for &cZPM&r Enegy Hatches" + "- &a16 CWU/t&r for &3UV&r Circuits and beyond." + "" + "Don't feel forced to go for 16 CWU/t immediately. There's lots to do in between these milestones." + "{@pagebreak}" + "&bLore&r: This mechanic is loosely inspired by TecTech's Quantum Computer, which is similar but has some much more annoying mechanics like the Uncertainty Resolver." + ] + id: "1D6CC3C7F6BE4055" + subtitle: "That's no Quantum Computer..." + tasks: [{ + id: "0415DB1D2067171F" + type: "checkmark" + }] + title: "HPCA" + x: -3.96d + y: 2.31d + } + { + dependencies: ["6AFDA523304711DB"] + description: ["&aStem Cells&r are a major component of &4Wetware Circuits&r. Just don't question why these use Osmiridium."] + id: "33A1FF5C31EAF716" + size: 0.66d + subtitle: "This texture used to be really ugly..." + tasks: [{ + id: "1E31342D5310ED6D" + item: "gtceu:stem_cells" + type: "item" + }] + title: "Stem Cells" + x: 0.0d + y: -0.33d + } + { + dependencies: ["33A1FF5C31EAF716"] + description: [ + "The final circuit board - it's been a long time coming! As you can see, this board is &cmuch&r more expensive than the other ones, but you should be alright. You're a pro now!" + "{@pagebreak}" + "&bLore&r: In GTNH, these circuit boards require LuV Sensors, instead of IV. This means that Wetware LuV circuits, needed other (crystal) LuV circuits!" + "" + "Additionally, because Wetware was so expensive, using Crystal was preferred unless UHV wetware circuits were needed. Thankfully, CEu does not have this problem, and LuV Wetware Circuits are worth making." + ] + id: "678CABA03E17516A" + size: 0.66d + subtitle: "The board of life itself" + tasks: [{ + id: "0097D7805D82EDEC" + item: "gtceu:wetware_printed_circuit_board" + type: "item" + }] + title: "Wetware Printed Circuit Board" + x: 0.0d + y: -1.65d + } + { + dependencies: ["678CABA03E17516A"] + description: ["The &aNeuro Processing Unit&r serves as the CPU for &4Wetware&r. It also takes a circuit board in its recipe, but don't let that scare you."] + id: "3BD68E5909A97532" + size: 0.66d + subtitle: "Neurons for computation" + tasks: [{ + id: "06AE61C5F174F4E7" + item: "gtceu:neuro_processing_unit" + type: "item" + }] + title: "It's Alive!" + x: 1.32d + y: -1.65d + } + { + dependencies: ["082AB255886E73C2"] + description: [ + "The second circuit of the &4wetware&r line." + "" + "This is also the best &cZPM&r circuit!" + ] + id: "370FC1CDF5F9A9CC" + tasks: [{ + id: "31DF7507733F3EE0" + item: "gtceu:wetware_processor_assembly" + type: "item" + }] + title: "Best ZPM Circuits!" + x: 1.32d + y: 1.65d + } + { + dependencies: ["3BD68E5909A97532"] + description: [ + "The first Circuit of the &4Wetware&r line." + "" + "&6Congrats&r!" + ] + id: "082AB255886E73C2" + tasks: [{ + id: "0B12A1F63822CF8A" + item: "gtceu:wetware_processor" + type: "item" + }] + title: "Best LuV Circuits!" + x: 1.32d + y: -0.33d + } + { + dependencies: ["24366846FDA52CE3"] + description: [ + "Remember &aDarmstadtium&r tools from &3GTCE&r? Well then... guess who's back?" + "" + "&aDarmstadtium&r is the main material for &3UV&r hulls. It is yet again made with Fusion." + "{@pagebreak}" + "&bFun Fact&r: Arsenic does not exist as a liquid at standard conditions. It sublimates directly into a gas! \"Realism\", my ass." + ] + id: "6988AE94BE7B461F" + size: 0.66d + subtitle: "I want my particle accelerator back..." + tasks: [{ + id: "798EFE8E18E79C0C" + item: "gtceu:darmstadtium_ingot" + type: "item" + }] + title: "Darmstadtium" + x: -2.64d + y: 4.62d + } + { + dependencies: ["546CC03435E763CF"] + description: [ + "&aDuranium&r is a material from Star Trek, and is used for a few things in GT. It makes some pretty awesome pipes, but otherwise you won't need much of this quite yet." + "{@pagebreak}" + "&bLore&r: In some versions of GT5u, this material was entirely white. In fact, most fusion materials and later were like this. Boring!" + ] + id: "2CB8FCE09920042C" + shape: "rsquare" + size: 0.66d + subtitle: "Who needs Stargate, anyway?" + tasks: [{ + id: "0933A476B9F87E66" + item: "gtceu:duranium_ingot" + type: "item" + }] + title: "Duranium" + x: 0.0d + y: 4.62d + } + { + dependencies: ["24366846FDA52CE3"] + description: [ + "&aAmericium&r is a Fusion Mk2 material, used in large quantities in CEu progression!" + "" + "It requires 2 Fusion steps to obtain - Lanthanum and Silicon will make &bLutetium&r, and combining this &bLutetium&r with Chrome will give you &aAmericium&r." + "{@pagebreak}" + "&bLore&r: In Gregicality Legacy, Americium was replaced with Dubnium. Americium is a material only obtained from nuclear reactors, so GCYL changed it to the synthetic element Dubnium instead." + ] + id: "762C48F0C2EA6B81" + size: 0.66d + subtitle: "It'd be nice if we could make this in a nuclear reactor..." + tasks: [{ + id: "5D597AE565A54388" + item: "gtceu:americium_ingot" + type: "item" + }] + title: "Americium" + x: -1.3101020408163322d + y: 3.627857142857149d + } + { + dependencies: ["370FC1CDF5F9A9CC"] + description: [ + "The third circuit of the &4wetware&r line. You will need &bEuropium&r to make these." + "" + "This is also the best &3UV&r circuit!" + ] + id: "359121584E056022" + tasks: [{ + id: "5F54BE8467A5C882" + item: "gtceu:wetware_processor_computer" + type: "item" + }] + title: "Best UV Circuits!" + x: 1.32d + y: 3.63d + } + { + dependencies: ["79E4E53E9DF45549"] + description: [ + "&3Advanced HPCA Components&r are improved versions of their regular counterparts, and allow for increasing the computation you can produce from an HPCA." + "" + "The &3HPCA Advanced Computation Component&r produces &a4x&r the computation for only &a2x&r the Cooling!" + ] + id: "0199DBC46D7BC2B9" + size: 0.66d + subtitle: "Time for some computational advancement!" + tasks: [{ + id: "2C8331B09F698CCA" + type: "checkmark" + }] + title: "Advanced HPCA Components" + x: -5.28d + y: 3.63d + } + { + dependencies: [ + "6D1F10543A391940" + "64EA73FAB2A51850" + "79E4E53E9DF45549" + ] + description: [ + "Build the structure displayed with Fusion Glass in &aJEI&r." + "" + "To save on Fusion Casings, fit Input + Output Hatches wherever you can (as displayed in the structure)." + "" + "The &aFusion Reactor Mk2&r is even more expensive than the Mk1! The key difference is that it has a higher &6Energy To Start&r than the Mk1, allowing you to run new recipes." + "" + "It can also overclock lower voltage recipes, such as those in the Mk1 reactor. See the Mk1's quest for how these mechanics work." + ] + id: "24366846FDA52CE3" + shape: "gear" + size: 1.5d + subtitle: "Fusion just got more expensive..." + tasks: [{ + id: "0D45B9FFF6BA13FE" + item: "gtceu:zpm_fusion_reactor" + type: "item" + }] + title: "Fusion Reactor II" + x: -2.63663265306122d + y: 3.5870408163265317d + } + { + dependencies: [ + "2CB8FCE09920042C" + "24366846FDA52CE3" + ] + description: [ + "&aTritanium&r is a material from Star Trek, and is used for a few other things in GT. It, like &9Americium&r, requires two fusion steps!" + "" + "You'll need this to get the next tier of circuits, and for &3UV&r components." + "{@pagebreak}" + "&bLore&r: In some versions of GT5u, only Tritanium fluid was red. The material was otherwise white. In GTCEu, we decided to make the whole thing red instead. Much better looking!" + ] + id: "35F13B6D60361904" + size: 0.66d + subtitle: "Star Trek strikes again!" + tasks: [{ + id: "6C5B3B1C0B85C003" + item: "gtceu:tritanium_ingot" + type: "item" + }] + title: "Tritanium" + x: 0.0d + y: 3.63d + } + ] + subtitle: ["Harness the cosmos and wield the bacteriological"] + title: "&cZPM&r - Zero Point Module" +} diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt new file mode 100644 index 000000000..8cc8e0ee5 --- /dev/null +++ b/config/ftbquests/quests/data.snbt @@ -0,0 +1,23 @@ +{ + default_autoclaim_rewards: "disabled" + default_consume_items: false + default_quest_disable_jei: false + default_quest_shape: "square" + default_reward_team: false + detection_delay: 20 + disable_gui: false + drop_loot_crates: false + emergency_items_cooldown: 300 + grid_scale: 0.5d + icon: "kubejs:greg_icon" + lock_message: "e" + loot_crate_no_drop: { + boss: 0 + monster: 600 + passive: 4000 + } + pause_game: false + progression_mode: "linear" + title: "GregTech Community Pack" + version: 13 +} diff --git a/config/ftbquests/quests/reward_tables/bronze_age.snbt b/config/ftbquests/quests/reward_tables/bronze_age.snbt new file mode 100644 index 000000000..3e423d2ec --- /dev/null +++ b/config/ftbquests/quests/reward_tables/bronze_age.snbt @@ -0,0 +1,10 @@ +{ + id: "179F585BD4A7D26E" + loot_size: 1 + order_index: 0 + rewards: [ + { count: 32, item: "minecraft:copper_ingot" } + { count: 32, item: "gtceu:tin_ingot" } + ] + title: "bronze_age" +} diff --git a/config/ftbquests/quests/reward_tables/coke_oven.snbt b/config/ftbquests/quests/reward_tables/coke_oven.snbt new file mode 100644 index 000000000..588d08045 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/coke_oven.snbt @@ -0,0 +1,11 @@ +{ + icon: "gtceu:coke_oven" + id: "22532792A58A9245" + loot_size: 1 + order_index: 1 + rewards: [ + { count: 40, item: "minecraft:coal" } + { count: 40, item: "minecraft:oak_log" } + ] + title: "coke_oven" +} diff --git a/config/ftbquests/quests/reward_tables/lv_lootbox.snbt b/config/ftbquests/quests/reward_tables/lv_lootbox.snbt new file mode 100644 index 000000000..c14771429 --- /dev/null +++ b/config/ftbquests/quests/reward_tables/lv_lootbox.snbt @@ -0,0 +1,19 @@ +{ + icon: "gtceu:lv_machine_casing" + id: "7F1424A135F898C9" + loot_size: 1 + order_index: 2 + rewards: [ + { count: 4, item: "gtceu:steel_ingot", weight: 2.0f } + { item: "gtceu:lv_electric_pump" } + { item: "gtceu:lv_electric_motor", random_bonus: 3, weight: 1.2f } + { item: "gtceu:lv_robot_arm", weight: 0.3f } + { item: "gtceu:lv_electric_piston" } + { item: "gtceu:lv_conveyor_module", random_bonus: 3 } + { item: "gtceu:basic_electronic_circuit", random_bonus: 3, weight: 0.8f } + { item: "gtceu:invar_ingot", random_bonus: 7, weight: 1.33f } + { count: 8, item: "gtceu:wrought_iron_ingot", random_bonus: 8, weight: 1.5f } + { count: 2, item: "gtceu:lv_machine_hull", random_bonus: 2, weight: 0.66f } + ] + title: "lv_lootbox_common" +} diff --git a/config/jade/plugins.json b/config/jade/plugins.json index 677519c4c..c255ab9b5 100644 --- a/config/jade/plugins.json +++ b/config/jade/plugins.json @@ -121,5 +121,17 @@ "coordinates": false, "registry_name": "OFF", "mod_name": true + }, + "ae2": { + "part_icon": true, + "charger": true, + "debug": true, + "part_tooltip": true, + "grid_node_state": true, + "pattern_provider": true, + "part_mod_name": true, + "power_storage": true, + "crafting_monitor": true, + "part_name": true } } \ No newline at end of file diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index 00dd04f2c..5d6329fb6 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -144,6 +144,17 @@ "jade:mod_name": null, "jade:distance": null, "jade:block_face": null, + "ae2:server_data": null, + "ae2:charger": null, + "ae2:crafting_monitor": null, + "ae2:pattern_provider": null, + "ae2:power_storage": null, + "ae2:grid_node_state": null, + "ae2:debug": null, + "ae2:part_name": null, + "ae2:part_icon": null, + "ae2:part_tooltip": null, + "ae2:part_mod_name": null, "extendedcrafting:crafting_core": null, "extendedcrafting:basic_table": null, "extendedcrafting:advanced_table": null, diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 new file mode 100644 index 000000000..69ae7f1cd --- /dev/null +++ b/config/roughlyenoughitems/config.json5 @@ -0,0 +1,170 @@ +{ + "basics": { + "favorites": [], + "hiddenFavorites": [], + "displayHistory": [], + // Declares whether cheating mode is on. + "cheating": false, + "favoritesEnabled": true, + "keyBindings": { + "recipeKeybind": { + "keyCode": "key.keyboard.r", + "modifier": 0 + }, + "usageKeybind": { + "keyCode": "key.keyboard.u", + "modifier": 0 + }, + "hideKeybind": { + "keyCode": "key.keyboard.o", + "modifier": 2 + }, + "previousPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "nextPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "focusSearchFieldKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "copyRecipeIdentifierKeybind": { + "keyCode": "key.mouse.middle", + "modifier": 0 + }, + "favoriteKeybind": { + "keyCode": "key.keyboard.a", + "modifier": 0 + }, + "exportImageKeybind": { + "keyCode": "key.keyboard.f8", + "modifier": 0 + }, + "previousScreenKeybind": { + "keyCode": "key.keyboard.backspace", + "modifier": 0 + } + }, + // Declares whether REI is visible. + "overlayVisible": true, + "cheatingStyle": "GRAB", + "motion": { + "favoritesAnimation": true + } + }, + "advanced": { + "filtering": { + "shouldFilterDisplays": true, + "filteringRules": [ + "{id:\"roughlyenoughitems:manual\",rule:{}}", + "{id:\"roughlyenoughitems:basic\",rule:{}}", + "{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}" + ], + "filteringQuickCraftCategories": { }, + "filteredStacks": [] + }, + "enableJeiCompatibilityLayer": true, + "tooltips": { + // Declares whether REI should append mod names to entries. + "appendModNames": true, + // Declares whether favorites tooltip should be displayed. + "displayFavoritesTooltip": false, + "displayIMEHints": true + }, + "layout": { + // The ordering of the items on the entry panel. + "entryPanelOrdering": "REGISTRY_ASCENDING", + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPerPage": 8, + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPageHeight": 300, + // Declares whether entry rendering time should be debugged. + "debugRenderTimeRequired": false, + // Merges displays with equal contents under 1 display. + "mergeDisplayUnderOne": true, + "favoriteAddWidgetMode": "ALWAYS_VISIBLE" + }, + "accessibility": { + "entrySize": 1.0, + // Declares the position of the entry panel. + "displayPanelLocation": "RIGHT", + // Declares how the scrollbar in composite screen should act. + "compositeScrollBarPermanent": false, + "toastDisplayedOnCopyIdentifier": true, + // Declares whether REI should use compact tabs for categories. + "useCompactTabs": true, + // Declares whether REI should use compact tab buttons for categories. + "useCompactTabButtons": false + }, + "search": { + // Declares whether search time should be debugged. + "debugSearchTimeRequired": false, + // Declares whether REI should search async. + "asyncSearch": true, + // Declares how many entries should be grouped one async search. + "asyncSearchPartitionSize": 100, + "patchAsyncThreadCrash": true, + "tooltipSearch": "ALWAYS", + "tagSearch": "PREFIX", + "identifierSearch": "ALWAYS", + "modSearch": "PREFIX" + }, + "commands": { + // Declares the command used to change gamemode. + "gamemodeCommand": "/gamemode {gamemode}", + // Declares the command used in servers to cheat items. + "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", + // Declares the command used to change weather. + "weatherCommand": "/weather {weather}", + // Declares the command used to change time. + "timeCommand": "/time set {time}" + }, + "miscellaneous": { + // Declares whether arrows in containers should be clickable. + "clickableRecipeArrows": true, + "registerRecipesInAnotherThread": true, + "newFastEntryRendering": true, + "cachingFastEntryRendering": false, + "cachingDisplayLookup": true + } + }, + "appearance": { + "recipeScreenType": "UNSET", + // Declares the appearance of REI windows. + "theme": "LIGHT", + "layout": { + // Declares the position of the search field. + "searchFieldLocation": "CENTER", + // Declares the position of the config button. + "configButtonLocation": "LOWER", + // Declares whether the craftable filter button is enabled. + "showCraftableOnlyButton": true + }, + // Declares the appearance of recipe's border. + "recipeBorder": "DEFAULT", + // Declares whether entry panel is scrolled. + "scrollingEntryListWidget": false, + "horizontalEntriesBoundaries": 1.0, + "verticalEntriesBoundaries": 1.0, + "horizontalEntriesBoundariesColumns": 50, + "verticalEntriesBoundariesRows": 1000, + "favoritesHorizontalEntriesBoundaries": 1.0, + "favoritesHorizontalEntriesBoundariesColumns": 50, + "syntaxHighlightingMode": "COLORFUL", + "isFocusModeZoomed": false + }, + "functionality": { + "inputMethod": null, + // Declares whether REI should remove the recipe book. + "disableRecipeBook": false, + // Declares whether mob effects should be on the left side instead of the right side. + "leftSideMobEffects": false, + // Declares whether subsets is enabled. + "isSubsetsEnabled": false, + "allowInventoryHighlighting": true, + "itemCheatingMode": "REI_LIKE" + } +} \ No newline at end of file diff --git a/config/roughlyenoughitems/hints.json b/config/roughlyenoughitems/hints.json new file mode 100644 index 000000000..631801152 --- /dev/null +++ b/config/roughlyenoughitems/hints.json @@ -0,0 +1 @@ +{"UUID":"57b3dfb5f8a649e28b544e4ffc63256f","shownHints":[]} \ No newline at end of file diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties index cb5f115dc..4c3e55195 100644 --- a/config/roughlyenoughitems/pinyin.properties +++ b/config/roughlyenoughitems/pinyin.properties @@ -1,2 +1,2 @@ #Pinyin Options -#Wed Oct 25 16:00:58 NOVT 2023 +#Fri Oct 27 01:49:29 YEKT 2023 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties index 40ede117a..56aa7b8e6 100644 --- a/config/roughlyenoughitems/pinyin_double.properties +++ b/config/roughlyenoughitems/pinyin_double.properties @@ -1,3 +1,3 @@ #Double Pinyin Options -#Wed Oct 25 16:00:58 NOVT 2023 +#Fri Oct 27 01:49:29 YEKT 2023 Converter=sougou diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json new file mode 100644 index 000000000..33b4b889e --- /dev/null +++ b/config/sidebar_buttons.json @@ -0,0 +1,14 @@ +{ + "ftbteams": { + "my_team": true + }, + "ftbquests": { + "quests": true + }, + "ftblibrary": { + "toggle.gamemode": true, + "toggle.rain": true, + "toggle.day": true, + "toggle.night": true + } +} \ No newline at end of file diff --git a/mods/appliedenergistics2-forge-15.0.13.jar b/mods/appliedenergistics2-forge-15.0.13.jar new file mode 100644 index 000000000..6fc92ba5a Binary files /dev/null and b/mods/appliedenergistics2-forge-15.0.13.jar differ diff --git a/mods/ftb-library-forge-2001.1.3.jar b/mods/ftb-library-forge-2001.1.3.jar new file mode 100644 index 000000000..30d851543 Binary files /dev/null and b/mods/ftb-library-forge-2001.1.3.jar differ diff --git a/mods/ftb-quests-forge-2001.1.7.jar b/mods/ftb-quests-forge-2001.1.7.jar new file mode 100644 index 000000000..5de496dc2 Binary files /dev/null and b/mods/ftb-quests-forge-2001.1.7.jar differ diff --git a/mods/ftb-teams-forge-2001.1.4.jar b/mods/ftb-teams-forge-2001.1.4.jar new file mode 100644 index 000000000..5b4a86bbd Binary files /dev/null and b/mods/ftb-teams-forge-2001.1.4.jar differ diff --git a/mods/item-filters-forge-2001.1.0-build.55.jar b/mods/item-filters-forge-2001.1.0-build.55.jar new file mode 100644 index 000000000..96b4b119c Binary files /dev/null and b/mods/item-filters-forge-2001.1.0-build.55.jar differ diff --git a/mods/kubejs-forge-2001.6.3-build.73.jar b/mods/kubejs-forge-2001.6.3-build.77.jar similarity index 94% rename from mods/kubejs-forge-2001.6.3-build.73.jar rename to mods/kubejs-forge-2001.6.3-build.77.jar index bda0829bf..73580074c 100644 Binary files a/mods/kubejs-forge-2001.6.3-build.73.jar and b/mods/kubejs-forge-2001.6.3-build.77.jar differ