QB Fixes (#226)
* Revert "Revert "Merge branch 'processing-lines-p2' into main"" This reverts commit db7af29d9f79af9b989fb03e2e20814cfbd70a2b. * More Changes [NM] Adds framework of Polytetrafluoroethylene Adds two ae2 quests, first, the extended processing pattern terminal, provided by dev second, the pattern expansion card Changed [Plastic Here] sheets to solidifying [Plastic Here]. * Add Icons for Polytetrafluoroethylene Chain * Add tasks and prerequisites to PTFE chain * Move PTFE chain and Phantom Booster quest Phantom Booster quest now states how to use it. * AE2 stuff Fix up error in 'Setting up autocrafting' quest Port new AE2 quests to HM * Rearranging and fixes [NM] Fixes #232 'Early Game Chapter' was rearranged 'HV Power Storage' quest renamed to 'Good HV Power Storage' Mentioned Glowstone-Doped Silicon Boules in Nitrogen Quest Rearrange text in 'Hot Titanium' quest. * Fixes [NM & HM] Fixes Issue #232 in HM Rearrange Phantomface quest's description in NM & HM Port Actually Additions quests to HM. * Early Game Stuff [NM] Rearranged 'The Beginning' Chapter. Added tips on 'Aluminium' quest, 'Compacting Drawer' quest, and 'Obsidian' quest. * Rock Breaker Quests Adds two Rock Breaker related quests One at HV, aimed at Obsidian One at EV, for Black Granite Processing 'EV Machine Hull' quest was edited to mention Neodynium Small Rewording of 'Hydrofluoric Acid' quest. * Fixes [NM] Fixes Naq proc quest not being 'Or' Stuff with ethylene quest Paper Rings mentioned in LV Pumps Underlined -> Italic Changes in Implosion Compressor * Players start with terminal = false * Remove unfinished Ethylene and PTFE Lines * Update HM qb. * Small Fixes [NM & HM] * Quest Reformatting (NM & HM) * Activated Certus Quartz -> Certus Quartz
This commit is contained in:
parent
0f85315188
commit
002da4bc24
File diff suppressed because it is too large
Load Diff
@ -485,7 +485,7 @@ general {
|
||||
|
||||
# Whether to give the terminal to new players on login
|
||||
# Default: true
|
||||
B:spawnTerminal=true
|
||||
B:spawnTerminal=false
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -485,7 +485,7 @@ general {
|
||||
|
||||
# Whether to give the terminal to new players on login
|
||||
# Default: true
|
||||
B:spawnTerminal=true
|
||||
B:spawnTerminal=false
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -485,7 +485,7 @@ general {
|
||||
|
||||
# Whether to give the terminal to new players on login
|
||||
# Default: true
|
||||
B:spawnTerminal=true
|
||||
B:spawnTerminal=false
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
|
@ -2587,6 +2587,23 @@ recipes.addShapeless(<metaitem:ingotRedAlloy>, [<enderio:item_alloy_ingot:3>]);
|
||||
//<ore:questbookFluidExtractor>.add(<meta_tile_entity:fluid_extractor.mv>); // MV Fluid Extractor
|
||||
//<ore:questbookFluidExtractor>.add(<meta_tile_entity:fluid_extractor.hv>); // HV Fluid Extractor
|
||||
|
||||
<ore:questbookPowerUnit>.add(<metaitem:power_unit.lv>); // LV Power Unit
|
||||
<ore:questbookPowerUnit>.add(<metaitem:power_unit.mv>); // MV Power Unit
|
||||
<ore:questbookPowerUnit>.add(<metaitem:power_unit.hv>); // HV Power Unit
|
||||
<ore:questbookPowerUnit>.add(<metaitem:power_unit.ev>); // EV Power Unit
|
||||
<ore:questbookPowerUnit>.add(<metaitem:power_unit.iv>); // IV Power Unit
|
||||
|
||||
// Add all GT Item Pipes
|
||||
for pipe in <ore:pipe*Item*>{
|
||||
<ore:questbookItemPipes>.add(pipe.firstItem);
|
||||
|
||||
}
|
||||
|
||||
for restrictivePipe in <ore:pipe*Restrictive*>{
|
||||
<ore:questbookItemPipes>.add(restrictivePipe.firstItem);
|
||||
|
||||
}
|
||||
|
||||
// GTCE Conductive Iron
|
||||
//mods.jei.JEI.removeAndHide(<metaitem:nuggetConductiveIron>);
|
||||
//mods.jei.JEI.removeAndHide(<metaitem:ingotConductiveIron>);
|
||||
|
Loading…
x
Reference in New Issue
Block a user