Skip to content

Commit

Permalink
Fogor maintenance hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron committed Nov 11, 2024
1 parent 629f345 commit a7bf2ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public MetaTileEntity createMetaTileEntity(IGregTechTileEntity tileEntity) {
.or(abilities(MultiblockAbility.INPUT_ENERGY).setExactLimit(1)))
.where('R', states(getGlassState()))
.where('T', states(getAssemblyCasingState()))
.where('F', states(getCasingState()))
.where('F', states(getCasingState())
.or(autoAbilities(true, false)))
.where('I', abilities(MultiblockAbility.IMPORT_ITEMS))
.where('O', abilities(MultiblockAbility.EXPORT_ITEMS))
.where('F', states(getCasingState())
Expand Down

0 comments on commit a7bf2ee

Please sign in to comment.