#Gregtech Multiblock
35 messages · Page 1 of 1 (latest)
1.20.1
i think they meant what version of gtm
Ohh
The latest version
I'll check
if i remove this
the multiblock works
which doenst make sense to me
...
im in pure
shock
it randomly just works now
well since it works i have a question mr onion how do i make it where the multiblock uses a specific hatch
i want it where it only uses max input hatchs and output hatchs
you can define specific spots for your hatches
like .where('H', FLUID_IMPORT_HATCH[MAX])
you can also chain several predicates together with .or
predicate.abilities(PartAbility.IMPORT_FLUIDS)) just means any hatch that is a input hatch
you need to specifically use FLUID_IMPORT_HATCH[TIER] which calls for a singular part machine in that spot
so it has to be this
yea that works
actually
need to do blocks(FLUID_IMPORT_HATCH[MAX].get())
prim pump for reference
my brain i cant get it to work
i tried different ways and even copied that whole pump fluid hatch line
should i just make it where the recipe i make for the multiblock basically forces you to use the max hatchs
you can not do what you did in the (1st pic) with the .or()
the .or() goes Inside the .where() .... so yeah try again