Update machines.js

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-18 00:01:13 +00:00 committed by GitHub
parent 9e34df8ffc
commit 4fa9500701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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())