Lots of compile fixes

This commit is contained in:
Sebastian Hartte
2020-06-04 03:02:48 +02:00
parent 6eb2a9504a
commit 237463dd94
241 changed files with 3438 additions and 3474 deletions
@@ -20,11 +20,16 @@ package appeng.tile.networking;
import appeng.block.networking.BlockCableBus;
import net.minecraft.tileentity.TileEntityType;
public class TileCableBusTESR extends TileCableBus
{
public TileCableBusTESR(TileEntityType<?> tileEntityTypeIn) {
super(tileEntityTypeIn);
}
/**
* Changes this tile to the non-TESR version, if none of the parts require dynamic rendering.
*/