hello sponge community !
Since i have upgrade my server sponge in 628 at 634, i have this log in console :
java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.living.LivingDeathEvent.entityLiving from class noppes.npcs.ServerEventsHandler
at noppes.npcs.ServerEventsHandler.invoke(ServerEventsHandler.java:240) ~[ServerEventsHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ServerEventsHandler_invoke_LivingDeathEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) ~[ASMEventHandler.class:?]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:148) [SpongeModEventManager.class:1.8-1499-2.1DEV-634+spongeproject-ci-b634.git-38a5fb2d71d332808348526a2a8c3beffb2c18c4]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:55) [EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:350) [ForgeHooks.class:?]
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:900) [xm.class:?]
at net.minecraft.entity.passive.EntityTameable.func_70645_a(SourceFile:185) [xx.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70645_a(Entity3HasStats.java:253) [Entity3HasStats.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70645_a(Entity8HoldsItems.java:149) [Entity8HoldsItems.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70645_a(EntityPixelmon.java:113) [EntityPixelmon.class:?]
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:863) [xm.class:?]
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:61) [abq.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:264) [Entity3HasStats.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:204) [Entity6CanBattle.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:930) [Entity10CanBreed.class:?]
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232) [xm.class:?]
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:160) [xn.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:153) [Entity7HasAI.class:?]
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:276) [wv.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1578) [xm.class:?]
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:229) [xn.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:180) [Entity1Base.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:145) [Entity2HasModel.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:469) [Entity3HasStats.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:222) [Entity4Textures.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:380) [Entity5Rideable.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:55) [Entity8HoldsItems.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:69) [Entity10CanBreed.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:286) [EntityPixelmon.class:?]
at net.minecraft.world.World.func_72866_a(World.java:98) [aqu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732) [qt.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1850) [aqu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1679) [aqu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571) [qt.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364) [po.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
Mod : CustomNpc and pixelmon
Thanks for anwser ^^