fixed bug with enderarium forming
This commit is contained in:
parent
a7882bc93b
commit
6fd8dc7c6b
1 changed files with 12 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue