Quests for railguns and fixes (#1495)
* Adding quests to the railgun * Adding all the quests for the Railgun * Fix Mixer HV * more fixes for quest * Add an input bus to the Steam Bloomery #1481 * Add lang file to railgun * Change for Energy Chapter
This commit is contained in:
parent
937b2ac3cd
commit
e700c45062
4 changed files with 536 additions and 324 deletions
|
|
@ -186,7 +186,7 @@ const registerGTCEuMachines = (event) => {
|
|||
.where('C', Predicates.blockTag($Tags.block("tfc:bloomery_insulation")))
|
||||
.where('F', Predicates.blocks(GTBlocks.FIREBOX_BRONZE.get())
|
||||
.or(Predicates.abilities(PartAbility.STEAM).setExactLimit(1)))
|
||||
.where('E', Predicates.abilities(PartAbility.STEAM_IMPORT_ITEMS).setExactLimit(1)
|
||||
.where('E', Predicates.abilities(PartAbility.STEAM_IMPORT_ITEMS).setMaxGlobalLimited(2)
|
||||
.or(Predicates.abilities(PartAbility.STEAM_EXPORT_ITEMS).setExactLimit(1))
|
||||
.or(Predicates.blockTag($Tags.block("tfc:bloomery_insulation"))))
|
||||
.where('#', Predicates.air())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue