fix bad checks near multiblock edges
This commit is contained in:
parent
2961a2db7d
commit
b265fd32e7
@ -89,7 +89,7 @@ val microverse_projector_advanced = Builder.start("mbt:microverse_projector_adva
|
||||
.where('G', <blockstate:gregtech:transparent_casing>)
|
||||
.where('D', <metastate:chisel:diamond:3>)
|
||||
.where('V', <metastate:gregtech:multiblock_casing:2>)
|
||||
.where(' ', CTPredicate.getAir())
|
||||
.where(' ', CTPredicate.getAny())
|
||||
.where("C", CTPredicate.states(<blockstate:contenttweaker:microverse_casing>) | controller.autoAbilities(true, true, true, true, true, false, false))
|
||||
.where('M', controller.autoAbilities(false, false, false, false, false, false, true)) // same as CTPredicate.abilities(<mte_ability:MUFFLER_HATCH>)
|
||||
.build();
|
||||
@ -187,7 +187,7 @@ val microverse_projector_advanced_ii = Builder.start("mbt:microverse_projector_a
|
||||
.where('S', controller.self())
|
||||
.where('G', <blockstate:gregtech:transparent_casing>)
|
||||
.where('V', <blockstate:gregtech:multiblock_casing>)
|
||||
.where(' ', CTPredicate.getAir())
|
||||
.where(' ', CTPredicate.getAny())
|
||||
.where('D', <metastate:chisel:diamond:3>)
|
||||
.where("C", CTPredicate.states(<blockstate:contenttweaker:microverse_casing>) | controller.autoAbilities(true, true, true, true, true, false, false))
|
||||
.where('M', controller.autoAbilities(false, false, false, false, false, false, true)) // same as CTPredicate.abilities(<mte_ability:MUFFLER_HATCH>)
|
||||
|
@ -88,7 +88,7 @@ val microverse_projector_advanced = Builder.start("mbt:microverse_projector_adva
|
||||
.where('G', <blockstate:gregtech:transparent_casing>)
|
||||
.where('D', <metastate:chisel:diamond:3>)
|
||||
.where('V', <metastate:gregtech:multiblock_casing:2>)
|
||||
.where(' ', CTPredicate.getAir())
|
||||
.where(' ', CTPredicate.getAny())
|
||||
.where("C", CTPredicate.states(<blockstate:contenttweaker:microverse_casing>) | controller.autoAbilities(true, true, true, true, true, false, false))
|
||||
.where('M', controller.autoAbilities(false, false, false, false, false, false, true)) // same as CTPredicate.abilities(<mte_ability:MUFFLER_HATCH>)
|
||||
.build();
|
||||
@ -186,7 +186,7 @@ val microverse_projector_advanced_ii = Builder.start("mbt:microverse_projector_a
|
||||
.where('S', controller.self())
|
||||
.where('G', <blockstate:gregtech:transparent_casing>)
|
||||
.where('V', <blockstate:gregtech:multiblock_casing>)
|
||||
.where(' ', CTPredicate.getAir())
|
||||
.where(' ', CTPredicate.getAny())
|
||||
.where('D', <metastate:chisel:diamond:3>)
|
||||
.where("C", CTPredicate.states(<blockstate:contenttweaker:microverse_casing>) | controller.autoAbilities(true, true, true, true, true, false, false))
|
||||
.where('M', controller.autoAbilities(false, false, false, false, false, false, true)) // same as CTPredicate.abilities(<mte_ability:MUFFLER_HATCH>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user