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

Commit

Permalink
move warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish committed Mar 31, 2024
1 parent 828f796 commit dcbb95f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
.addInfo("Work time is fixed at 5 seconds").addInfo("Energy input tier multiplies output further")
.addInfo("Output multiplier is equal to: 2*tier^2 - 2*tier + 5")
.addPollutionAmount(getPollutionPerSecond(null)).addSeparator().beginStructureBlock(3, 3, 3, true)
.addController("Front center").addCasingInfoMin(mCasingName, 8, false).addInputBus("Any casing", 1)
.addStructureInfo(
EnumChatFormatting.YELLOW
+ "Stocking Input Busses and Crafting Input Busses/Buffers are not allowed!")
.addController("Front center").addCasingInfoMin(mCasingName, 8, false).addInputBus("Any casing", 1)
.addOutputBus("Any casing", 1).addEnergyHatch("Any casing", 1).addMaintenanceHatch("Any casing", 1)
.addMufflerHatch("Any casing", 1).toolTipFinisher(CORE.GT_Tooltip_Builder.get());
return tt;
Expand Down

0 comments on commit dcbb95f

Please sign in to comment.