Merge branch 'main' of https://github.com/TerraFirmaGreg-Team/TFG-Modpack-1.20.x
This commit is contained in:
commit
69e46c6d97
42 changed files with 17669 additions and 2 deletions
55
config/ae2/client.json
Normal file
55
config/ae2/client.json
Normal file
|
|
@ -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
|
||||
}
|
||||
}
|
||||
118
config/ae2/common.json
Normal file
118
config/ae2/common.json
Normal file
|
|
@ -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
|
||||
}
|
||||
}
|
||||
7
config/ftbquests/quests/chapter_groups.snbt
Normal file
7
config/ftbquests/quests/chapter_groups.snbt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
chapter_groups: [
|
||||
{ id: "693226878D58638A", title: "Climbing the Ranks" }
|
||||
{ id: "719BFF182E0820D1", title: "Tips and Tricks" }
|
||||
{ id: "1C1C4FB2AFCF489D", title: "Milestones" }
|
||||
]
|
||||
}
|
||||
109
config/ftbquests/quests/chapters/assembly_line.snbt
Normal file
109
config/ftbquests/quests/chapters/assembly_line.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
1704
config/ftbquests/quests/chapters/ev__extreme_voltage.snbt
Normal file
1704
config/ftbquests/quests/chapters/ev__extreme_voltage.snbt
Normal file
File diff suppressed because it is too large
Load diff
1090
config/ftbquests/quests/chapters/gtceu.snbt
Normal file
1090
config/ftbquests/quests/chapters/gtceu.snbt
Normal file
File diff suppressed because it is too large
Load diff
456
config/ftbquests/quests/chapters/gtceu_electricity.snbt
Normal file
456
config/ftbquests/quests/chapters/gtceu_electricity.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
147
config/ftbquests/quests/chapters/heating_coils.snbt
Normal file
147
config/ftbquests/quests/chapters/heating_coils.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
1366
config/ftbquests/quests/chapters/hv__high_voltage.snbt
Normal file
1366
config/ftbquests/quests/chapters/hv__high_voltage.snbt
Normal file
File diff suppressed because it is too large
Load diff
1060
config/ftbquests/quests/chapters/iv__insane_voltage.snbt
Normal file
1060
config/ftbquests/quests/chapters/iv__insane_voltage.snbt
Normal file
File diff suppressed because it is too large
Load diff
182
config/ftbquests/quests/chapters/large_turbines.snbt
Normal file
182
config/ftbquests/quests/chapters/large_turbines.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
952
config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt
Normal file
952
config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
1920
config/ftbquests/quests/chapters/lv__low_voltage.snbt
Normal file
1920
config/ftbquests/quests/chapters/lv__low_voltage.snbt
Normal file
File diff suppressed because it is too large
Load diff
265
config/ftbquests/quests/chapters/multiblock_dilemma.snbt
Normal file
265
config/ftbquests/quests/chapters/multiblock_dilemma.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
345
config/ftbquests/quests/chapters/multiblock_madness.snbt
Normal file
345
config/ftbquests/quests/chapters/multiblock_madness.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
2096
config/ftbquests/quests/chapters/mv__medium_voltage.snbt
Normal file
2096
config/ftbquests/quests/chapters/mv__medium_voltage.snbt
Normal file
File diff suppressed because it is too large
Load diff
1319
config/ftbquests/quests/chapters/ore_generation.snbt
Normal file
1319
config/ftbquests/quests/chapters/ore_generation.snbt
Normal file
File diff suppressed because it is too large
Load diff
312
config/ftbquests/quests/chapters/ore_processing.snbt
Normal file
312
config/ftbquests/quests/chapters/ore_processing.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
575
config/ftbquests/quests/chapters/progression.snbt
Normal file
575
config/ftbquests/quests/chapters/progression.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
1340
config/ftbquests/quests/chapters/steam_age.snbt
Normal file
1340
config/ftbquests/quests/chapters/steam_age.snbt
Normal file
File diff suppressed because it is too large
Load diff
185
config/ftbquests/quests/chapters/the_cleanroom.snbt
Normal file
185
config/ftbquests/quests/chapters/the_cleanroom.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
103
config/ftbquests/quests/chapters/the_processing_array.snbt
Normal file
103
config/ftbquests/quests/chapters/the_processing_array.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
454
config/ftbquests/quests/chapters/tips_and_tricks.snbt
Normal file
454
config/ftbquests/quests/chapters/tips_and_tricks.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
535
config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt
Normal file
535
config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
701
config/ftbquests/quests/chapters/zpm__zero_point_module.snbt
Normal file
701
config/ftbquests/quests/chapters/zpm__zero_point_module.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
23
config/ftbquests/quests/data.snbt
Normal file
23
config/ftbquests/quests/data.snbt
Normal file
|
|
@ -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
|
||||
}
|
||||
10
config/ftbquests/quests/reward_tables/bronze_age.snbt
Normal file
10
config/ftbquests/quests/reward_tables/bronze_age.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
config/ftbquests/quests/reward_tables/coke_oven.snbt
Normal file
11
config/ftbquests/quests/reward_tables/coke_oven.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
19
config/ftbquests/quests/reward_tables/lv_lootbox.snbt
Normal file
19
config/ftbquests/quests/reward_tables/lv_lootbox.snbt
Normal file
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
170
config/roughlyenoughitems/config.json5
Normal file
170
config/roughlyenoughitems/config.json5
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
1
config/roughlyenoughitems/hints.json
Normal file
1
config/roughlyenoughitems/hints.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"UUID":"57b3dfb5f8a649e28b544e4ffc63256f","shownHints":[]}
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
#Pinyin Options
|
||||
#Wed Oct 25 16:00:58 NOVT 2023
|
||||
#Fri Oct 27 01:49:29 YEKT 2023
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
14
config/sidebar_buttons.json
Normal file
14
config/sidebar_buttons.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"ftbteams": {
|
||||
"my_team": true
|
||||
},
|
||||
"ftbquests": {
|
||||
"quests": true
|
||||
},
|
||||
"ftblibrary": {
|
||||
"toggle.gamemode": true,
|
||||
"toggle.rain": true,
|
||||
"toggle.day": true,
|
||||
"toggle.night": true
|
||||
}
|
||||
}
|
||||
BIN
mods/appliedenergistics2-forge-15.0.13.jar
Normal file
BIN
mods/appliedenergistics2-forge-15.0.13.jar
Normal file
Binary file not shown.
BIN
mods/ftb-library-forge-2001.1.3.jar
Normal file
BIN
mods/ftb-library-forge-2001.1.3.jar
Normal file
Binary file not shown.
BIN
mods/ftb-quests-forge-2001.1.7.jar
Normal file
BIN
mods/ftb-quests-forge-2001.1.7.jar
Normal file
Binary file not shown.
BIN
mods/ftb-teams-forge-2001.1.4.jar
Normal file
BIN
mods/ftb-teams-forge-2001.1.4.jar
Normal file
Binary file not shown.
BIN
mods/item-filters-forge-2001.1.0-build.55.jar
Normal file
BIN
mods/item-filters-forge-2001.1.0-build.55.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue