File tree Expand file tree Collapse file tree
common/metatileentities/electric/multiblockpart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,18 +60,6 @@ protected boolean setupAndConsumeRecipeInputs(Recipe recipe) {
6060 } else return false ;
6161 }
6262
63- @ Override
64- protected boolean hasNotifiedInputs () {
65- return (metaTileEntity .getNotifiedItemInputList ().size () > 0 ||
66- metaTileEntity .getNotifiedFluidInputList ().size () > 0 );
67- }
68-
69- @ Override
70- protected boolean hasNotifiedOutputs () {
71- return (metaTileEntity .getNotifiedItemOutputList ().size () > 0 ||
72- metaTileEntity .getNotifiedFluidOutputList ().size () > 0 );
73- }
74-
7563 @ Override
7664 protected long getEnergyStored () {
7765 return getEnergyContainer ().getEnergyStored ();
Original file line number Diff line number Diff line change 44import codechicken .lib .render .pipeline .IVertexOperation ;
55import codechicken .lib .vec .Matrix4 ;
66import gregtech .api .capability .impl .FluidTankList ;
7- import gregtech .api .capability .impl .NotifiableItemStackHandler ;
87import gregtech .api .gui .GuiTextures ;
98import gregtech .api .gui .ModularUI ;
109import gregtech .api .gui .ModularUI .Builder ;
You can’t perform that action at this time.
0 commit comments