File tree 1 file changed +2
-0
lines changed
src/main/java/com/recursive_pineapple/matter_manipulator/common/utils
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 13
13
import gregtech .api .interfaces .metatileentity .IMetaTileEntity ;
14
14
import gregtech .api .interfaces .tileentity .IGregTechTileEntity ;
15
15
import gregtech .api .interfaces .tileentity .IHasInventory ;
16
+ import gregtech .api .metatileentity .implementations .MTEMultiBlockBase ;
16
17
import gregtech .common .tileentities .machines .MTEHatchOutputBusME ;
17
18
import gregtech .common .tileentities .machines .MTEHatchOutputME ;
18
19
@@ -40,6 +41,7 @@ private boolean canHandleImpl(IInventory inv) {
40
41
if (imte instanceof MTEHatchOutputBusME ) return true ;
41
42
if (imte instanceof MTEHatchOutputME ) return true ;
42
43
if (imte instanceof MTEHatchRack ) return true ;
44
+ if (imte instanceof MTEMultiBlockBase ) return true ;
43
45
}
44
46
45
47
return false ;
You can’t perform that action at this time.
0 commit comments