Merge branch 'bigger-interfaces' into AE2-Omnifactory

This commit is contained in:
Salomão
2021-06-21 15:22:13 -03:00
22 changed files with 276 additions and 65 deletions
@@ -206,7 +206,7 @@ public class AppEngInternalInventory extends ItemStackHandler implements Iterabl
this.enableClientEvents = enableClientEvents;
}
private IAEAppEngInventory getTileEntity()
public IAEAppEngInventory getTileEntity()
{
return this.te;
}