Personal Safe causes a crash when the miner tries to put a mined block into the safe. I know it probably isn't the intended use for the safe but I love the new animation. ![]()
Tested with normal chest, double chest, all working as intended.
Error Report (edited couldent get the code tag working right with the error log for some reason, snapped a pic hope that's ok)
Display Spoiler
Main Error I fixed somewhat for copy/paste
Display Spoiler
java.lang.NoSuchMethodError: ic2.api.Direction.toForgeDirection()Lnet/minecraftforge/common/ForgeDirection;
at ic2.common.StackUtil.distributeDrop(StackUtil.java:33)
at ic2.common.TileEntityMiner.mineBlock(TileEntityMiner.java:266)
at ic2.common.TileEntityMiner.mine(TileEntityMiner.java:224)
at ic2.common.TileEntityMiner.g(TileEntityMiner.java:60) <br> at up.h(World.java:1912)
at gr.h(WorldServer.java:437)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:629)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:560)
at axv.p(IntegratedServer.java:107)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:466)
at ep.run(SourceFile:539)