Updated EnderIO compatibility to 1.12.2
This commit is contained in:
parent
f800809689
commit
449c0ad749
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class CompatEnderIO implements IBlockTransformer {
|
|||
public static void register() {
|
||||
try {
|
||||
classTileEntityEIO = Class.forName("crazypants.enderio.base.TileEntityEio");
|
||||
classBlockReservoir = Class.forName("crazypants.enderio.machines.machine.reservoir.BlockReservoir");
|
||||
classBlockReservoir = Class.forName("crazypants.enderio.machines.machine.reservoir.BlockReservoirBase");
|
||||
WarpDriveConfig.registerBlockTransformer("enderio", new CompatEnderIO());
|
||||
} catch(final ClassNotFoundException exception) {
|
||||
exception.printStackTrace();
|
||||
|
|
Loading…
Add table
Reference in a new issue