OpenBlocks

OpenBlocks

56M Downloads

Another Issue with the Auto Enchantment Table

MastaC729 opened this issue ยท 2 comments

commented

I just updated the server to the newest build today, and this happens after opening an auto enchantment table in singleplayer:

java.lang.NoSuchMethodError: openmods.utils.EnchantmentUtils.getPower(Lnet/minecraft/world/World;III)F
at openblocks.common.tileentity.TileEntityAutoEnchantmentTable.onInventoryChanged(TileEntityAutoEnchantmentTable.java:334)
at openmods.GenericInventory.onInventoryChanged(GenericInventory.java:109)
at openmods.GenericInventory.func_70299_a(GenericInventory.java:141)
at openmods.utils.SidedInventoryAdapter.func_70299_a(SidedInventoryAdapter.java:83)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75131_a(SourceFile:390)
at net.minecraft.client.network.NetHandlerPlayClient.func_147241_a(NetHandlerPlayClient.java:1056)
at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:49)
at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

It does the same thing on multiplayer. Let me know if you need anymore information to reproduce the crash.

-MastaC

commented

Please update OpenModsLib

commented

Oh derp. :|