Skip to content

Commit 5c734f4

Browse files
committed
High Intensity Imploder [HII now truly only accepts one energy hatch
1 parent 14d850a commit 5c734f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubejs/startup_scripts/common/machines/multiblocks/intermediate_multiblocks/super_implosion_compressor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GTCEuStartupEvents.registry('gtceu:machine', event => {
2121
.or(Predicates.abilities(PartAbility.IMPORT_ITEMS).setPreviewCount(1))
2222
.or(Predicates.abilities(PartAbility.EXPORT_ITEMS).setPreviewCount(1))
2323
.or(Predicates.abilities(PartAbility.IMPORT_FLUIDS).setPreviewCount(1))
24-
.or(Predicates.abilities(PartAbility.INPUT_ENERGY).setMaxGlobalLimited(2))
24+
.or(Predicates.abilities(PartAbility.INPUT_ENERGY).setMaxGlobalLimited(1))
2525
.or(Predicates.abilities(PartAbility.MAINTENANCE).setExactLimit(1)))
2626
.where('C', Predicates.blocks('gtceu:stainless_steel_frame'))
2727
.where('D', Predicates.heatingCoils())

0 commit comments

Comments
 (0)