fixed bug with enderarium forming
This commit is contained in:
@@ -146,7 +146,18 @@ const registerGTCEuMachines = (event) => {
|
||||
.where('S', Predicates.blocks('tfg:artificial_end_portal_frame'))
|
||||
.where('N', Predicates.blocks('minecraft:black_concrete'))
|
||||
.where('G', Predicates.blocks('tfc:ore/small_malachite')
|
||||
.or(Predicates.blockTag($Tags.block("tfc:small_ore_pieces"))))
|
||||
.or(Predicates.blocks('tfc:ore/small_native_copper'))
|
||||
.or(Predicates.blocks('tfc:ore/small_native_gold'))
|
||||
.or(Predicates.blocks('tfc:ore/small_hematite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_native_silver'))
|
||||
.or(Predicates.blocks('tfc:ore/small_cassiterite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_bismuthinite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_garnierite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_malachite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_magnetite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_limonite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_sphalerite'))
|
||||
.or(Predicates.blocks('tfc:ore/small_tetrahedrite')))
|
||||
.where('C', Predicates.blocks(GTBlocks.CASING_TITANIUM_STABLE.get()).setMinGlobalLimited(10)
|
||||
.or(Predicates.autoAbilities(definition.getRecipeTypes()))
|
||||
.or(Predicates.abilities(PartAbility.MAINTENANCE).setExactLimit(1)))
|
||||
|
||||
Reference in New Issue
Block a user