Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Free casings Matter Fabrication CPU #840

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Free casings for normal work
dahgul333 committed Feb 26, 2024
commit a4655c420f285ead3f00774d8cd4e430de00486e
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
.addInfo("Produces UU-A, UU-M & Scrap").addInfo("Change mode with screwdriver")
.addPollutionAmount(getPollutionPerSecond(null)).addSeparator().beginStructureBlock(5, 4, 5, true)
.addController("Front Center").addCasingInfoMin(mCasingName3, 9, false)
.addCasingInfoMin(mCasingName2, 24, false).addCasingInfoMin(mCasingName1, 40, false)
.addCasingInfoMin(mCasingName2, 24, false).addCasingInfoMin(mCasingName1, 36, false)
.addInputBus("Any Casing", 1).addOutputBus("Any Casing", 1).addInputHatch("Any Casing", 1)
.addOutputHatch("Any Casing", 1).addEnergyHatch("Any Casing", 1).addMaintenanceHatch("Any Casing", 1)
.addMufflerHatch("Any Casing", 1).toolTipFinisher(CORE.GT_Tooltip_Builder.get());
@@ -192,7 +192,7 @@ public int survivalConstruct(ItemStack stackSize, int elementBudget, ISurvivalBu
@Override
public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack aStack) {
mCasing = 0;
return checkPiece(mName, 2, 3, 0) && mCasing >= 40 && checkHatch();
return checkPiece(mName, 2, 3, 0) && mCasing >= 36 && checkHatch();
}

@Override