Skip to content

Commit

Permalink
Add a second fluid input to the Large Combustion Engine preview (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALongStringOfNumbers authored Nov 12, 2021
1 parent c950d7c commit 3cdde68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ public List<MultiblockShapeInfo> getMatchingShapes() {
return Lists.newArrayList(MultiblockShapeInfo.builder()
.aisle("CCC", "CEC", "CCC")
.aisle("CCC", "MGC", "CCC")
.aisle("CCC", "FGC", "CHC")
.aisle("CCC", "FGI", "CHC")
.aisle("AAA", "ASA", "AAA")
.where('C', MetaBlocks.METAL_CASING.getState(MetalCasingType.TITANIUM_STABLE))
.where('G', MetaBlocks.TURBINE_CASING.getState(BlockTurbineCasing.TurbineCasingType.TITANIUM_GEARBOX))
.where('A', MetaBlocks.MULTIBLOCK_CASING.getState(BlockMultiblockCasing.MultiblockCasingType.ENGINE_INTAKE_CASING))
.where('S', MetaTileEntities.LARGE_COMBUSTION_ENGINE, EnumFacing.WEST)
.where('F', MetaTileEntities.FLUID_IMPORT_HATCH[GTValues.EV], EnumFacing.NORTH)
.where('I', MetaTileEntities.FLUID_IMPORT_HATCH[GTValues.EV], EnumFacing.SOUTH)
.where('E', MetaTileEntities.ENERGY_OUTPUT_HATCH[GTValues.EV], EnumFacing.EAST)
.where('H', MetaTileEntities.MUFFLER_HATCH[GTValues.LV], EnumFacing.UP)
.where('#', Blocks.AIR.getDefaultState())
Expand Down

0 comments on commit 3cdde68

Please sign in to comment.