Skip to content

Instantly share code, notes, and snippets.

@P3rf3ctXZer0
Created October 3, 2015 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save P3rf3ctXZer0/18b24d888beace72e279 to your computer and use it in GitHub Desktop.
Save P3rf3ctXZer0/18b24d888beace72e279 to your computer and use it in GitHub Desktop.
Crash caused by forgeessentails #1003
java.lang.NullPointerException: Exception while updating neighbours
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
at com.forgeessentials.protection.ModuleProtection.getItemPermission(ModuleProtection.java:376)
at com.forgeessentials.protection.ModuleProtection.getItemPermission(ModuleProtection.java:385)
at com.forgeessentials.protection.ModuleProtection.getItemBanPermission(ModuleProtection.java:395)
at com.forgeessentials.protection.ProtectionEventHandler.isItemBanned(ProtectionEventHandler.java:861)
at com.forgeessentials.protection.ProtectionEventHandler.harvestDropsEvent(ProtectionEventHandler.java:581)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_310_ProtectionEventHandler_harvestDropsEvent_HarvestDropsEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:155)
at net.minecraft.block.Block.func_149690_a(Block.java:656)
at net.minecraft.block.Block.func_149697_b(Block.java:648)
at biomesoplenty.common.blocks.templates.BOPBlockWorldDecor.dropIfCantStay(BOPBlockWorldDecor.java:46)
at biomesoplenty.common.blocks.templates.BOPBlockWorldDecor.func_149695_a(BOPBlockWorldDecor.java:54)
at biomesoplenty.common.blocks.BlockBOPFoliage.func_149695_a(BlockBOPFoliage.java:199)
at net.minecraft.world.World.func_147460_e(World.java:697)
at net.minecraft.world.World.func_147459_d(World.java:649)
at net.minecraft.world.World.func_147444_c(World.java:613)
at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
at net.minecraft.world.World.func_147465_d(World.java:466)
at net.minecraft.world.World.func_147468_f(World.java:573)
at biomesoplenty.common.blocks.templates.BOPBlockWorldDecor.dropIfCantStay(BOPBlockWorldDecor.java:47)
at biomesoplenty.common.blocks.templates.BOPBlockWorldDecor.func_149674_a(BOPBlockWorldDecor.java:31)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment