Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Furniture Mod's Shower crashes the server on right-click #93

Open
joserobjr opened this issue Nov 15, 2016 · 0 comments
Open

Furniture Mod's Shower crashes the server on right-click #93

joserobjr opened this issue Nov 15, 2016 · 0 comments

Comments

@joserobjr
Copy link
Member

joserobjr commented Nov 15, 2016

Description: Exception in server tick loop

java.lang.AbstractMethodError: Method com/mrcrayfish/furniture/blocks/BlockShower.getOtherBathCoords(Lnet/minecraft/world/World;III)[I is abstract
        at com.mrcrayfish.furniture.blocks.BlockShower.getOtherBathCoords(BlockShower.java)
        at br.com.gamemods.minecity.forge.base.protection.mrcrayfishfurniture.IBlockBath.getBathInfo(IBlockBath.java:27)
        at br.com.gamemods.minecity.forge.base.protection.mrcrayfishfurniture.IBlockBath.reactRightClick(IBlockBath.java:57)
        at br.com.gamemods.minecity.forge.base.protection.vanilla.BlockProtections.onPlayerRightClickBlock(BlockProtections.java:339)
        at br.com.gamemods.minecity.forge.mc_1_7_10.protection.vanilla.SevenBlockProtections.onPlayerInteract(SevenBlockProtections.java:177)
        at cpw.mods.fml.common.eventhandler.ASMEventHandler_89_SevenBlockProtections_onPlayerInteract_PlayerInteractEvent.invoke(.dynamic)
        at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
        at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
        at net.minecraftforge.event.ForgeEventFactory.onPlayerBukkitInteract(ForgeEventFactory.java:306)
        at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:430)
        at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:861)
        at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
        at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
        at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245)
        at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
        at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant