Update machines.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
9e34df8ffc
commit
4fa9500701
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const registerGTCEuMachines = (event) => {
|
|||
.aisle("WWW", "W#W", "WWW")
|
||||
.aisle("CAC", "CEC", "#C#")
|
||||
.where('A', Predicates.controller(Predicates.blocks(definition.get())))
|
||||
.where('W', Predicates.blocks('tfg:copper_coil_block'))
|
||||
.where('W', Predicates.blocks(GTBlocks.COIL_CUPRONICKEL.get()))
|
||||
.where("C", Predicates.blocks(GTBlocks.CASING_STEEL_SOLID.get())
|
||||
.or(Predicates.abilities(PartAbility.IMPORT_ITEMS).setExactLimit(1)))
|
||||
.where('#', Predicates.any())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue