Skip to content

Instantly share code, notes, and snippets.

@WenXin20
Created July 17, 2020 23:46
Show Gist options
  • Save WenXin20/eeebdca715b390c1331fe4fc203e7d00 to your computer and use it in GitHub Desktop.
Save WenXin20/eeebdca715b390c1331fe4fc203e7d00 to your computer and use it in GitHub Desktop.
Server Error with Sockets
[17Jul2020 23:10:31.402] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@6fa48763
[17Jul2020 23:10:33.336] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.kwpugh.gobber2.util.handlers.ForgeEventSubscriber onKillingLootEvent(Lnet/minecraftforge/event/entity/living/LootingLevelEvent;)V
2: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@5116e6a
3: ASM: class artifacts.common.item.SuperstitiousHatItem$Events onLootingLevel(Lnet/minecraftforge/event/entity/living/LootingLevelEvent;)V
4: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@58edbfdd
java.lang.NullPointerException
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370)
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28)
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60)
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80)
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85)
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960)
at net.minecraft.block.Block.func_220076_a(Block.java)
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161)
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265)
at net.minecraft.block.Block.func_220077_a(Block.java:528)
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971)
at net.minecraft.block.Block.func_220054_a(Block.java:553)
at net.minecraft.block.Block.func_180657_a(Block.java:636)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254)
at com.feed_the_beast.mods.ftbultimine.FTBUltimine.blockBroken(FTBUltimine.java:176)
at net.minecraftforge.eventbus.ASMEventHandler_161_FTBUltimine_blockBroken_BreakEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at doublenegation.mods.compactores.CompactOres.onBlockBroken(CompactOres.java:167)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:568)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:226)
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216)
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186)
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714)
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641)
at java.lang.Thread.run(Thread.java:748)
[17Jul2020 23:10:33.340] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
Index: 33
Listeners:
0: HIGHEST
1: ASM: class com.maciej916.maenchants.ForgeEventSubscriber onBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
2: NORMAL
3: ASM: class net.silentchaos512.gear.event.GearEvents onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
4: ASM: class com.kwpugh.gobber2.util.handlers.ForgeEventSubscriber onMiningExpDropEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
5: ASM: class com.tfar.randomenchants.ench.enchantment.EnchantmentStoneLover onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
6: ASM: class com.tfar.randomenchants.ench.enchantment.EnchantmentLumberjack onWoodBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
7: ASM: net.silentchaos512.gems.util.SoulEvents@79092e30 onBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
8: ASM: class com.tfar.randomenchants.ench.curse.BreakingCurse amplifyDamage(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
9: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@1ab933c9
10: ASM: class cavern.miner.handler.MinerUnitEventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
11: ASM: class cavern.miner.handler.MinerEventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
12: ASM: class com.alan19.astral.events.astraltravel.TravelEffects astralBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
13: ASM: net.wenxin.natureplus.procedures.RandomVaseRandomOutputRedstoneProcedure@3b5ebf81 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
14: ASM: net.wenxin.natureplus.procedures.RandomVaseRandomOutputProcedure@6970eb28 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
15: ASM: net.wenxin.natureplus.procedures.PlantVaseRandomOutputRedstoneProcedure@57dca978 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
16: ASM: net.wenxin.natureplus.procedures.PlantVaseRandomOutputProcedure@5376d5b1 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
17: ASM: class com.minecolonies.coremod.event.EventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
18: ASM: class com.mrcrayfish.enchantable.enchantment.SeederEnchantment onPlayerHarvestBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
19: ASM: class com.mrcrayfish.enchantable.enchantment.OreEaterEnchantment onPlayerBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
20: ASM: class com.mrcrayfish.enchantable.enchantment.ExcavatorEnchantment onPlayerBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
21: ASM: class com.mrcrayfish.enchantable.enchantment.CultivatorEnchantment onPlayerHarvestBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
22: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@14d57cca
23: ASM: class fr.raksrinana.fallingtree.ForgeEventSubscriber onBlockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
24: ASM: com.vulp.druidcraft.events.LootHandler@ebe70bd onGrassBroken(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
25: ASM: enemeez.simplefarming.events.harvest.DoubleCropBreak@2622bf86 onDoubleCropBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
26: ASM: vazkii.quark.tweaks.module.HoeHarvestingModule@751dc45f onBlockBroken(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
27: ASM: de.maxhenkel.car.events.BlockEvents@5a0ec161 breakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
28: ASM: de.maxhenkel.gravestone.events.BlockEvents@402e33e4 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
29: ASM: futurepack.world.protection.FPDungeonProtection@5a9723ca onPlayerBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
30: ASM: class thut.api.OwnableCaps onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
31: ASM: class plus.misterplus.ivrench.event.GenericEventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
32: LOW
33: ASM: com.feed_the_beast.mods.ftbultimine.FTBUltimine@ebc6c8d blockBroken(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
34: LOWEST
35: ASM: net.silentchaos512.gems.event.TraitEvents@7dc0964b onBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
java.lang.NullPointerException
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370)
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28)
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60)
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80)
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85)
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960)
at net.minecraft.block.Block.func_220076_a(Block.java)
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161)
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265)
at net.minecraft.block.Block.func_220077_a(Block.java:528)
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971)
at net.minecraft.block.Block.func_220054_a(Block.java:553)
at net.minecraft.block.Block.func_180657_a(Block.java:636)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254)
at com.feed_the_beast.mods.ftbultimine.FTBUltimine.blockBroken(FTBUltimine.java:176)
at net.minecraftforge.eventbus.ASMEventHandler_161_FTBUltimine_blockBroken_BreakEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at doublenegation.mods.compactores.CompactOres.onBlockBroken(CompactOres.java:167)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:568)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:226)
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216)
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186)
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714)
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641)
at java.lang.Thread.run(Thread.java:748)
[17Jul2020 23:10:33.341] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
Index: 9
Listeners:
0: HIGHEST
1: ASM: class com.maciej916.maenchants.ForgeEventSubscriber onBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
2: NORMAL
3: ASM: class net.silentchaos512.gear.event.GearEvents onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
4: ASM: class com.kwpugh.gobber2.util.handlers.ForgeEventSubscriber onMiningExpDropEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
5: ASM: class com.tfar.randomenchants.ench.enchantment.EnchantmentStoneLover onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
6: ASM: class com.tfar.randomenchants.ench.enchantment.EnchantmentLumberjack onWoodBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
7: ASM: net.silentchaos512.gems.util.SoulEvents@79092e30 onBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
8: ASM: class com.tfar.randomenchants.ench.curse.BreakingCurse amplifyDamage(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
9: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@1ab933c9
10: ASM: class cavern.miner.handler.MinerUnitEventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
11: ASM: class cavern.miner.handler.MinerEventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
12: ASM: class com.alan19.astral.events.astraltravel.TravelEffects astralBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
13: ASM: net.wenxin.natureplus.procedures.RandomVaseRandomOutputRedstoneProcedure@3b5ebf81 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
14: ASM: net.wenxin.natureplus.procedures.RandomVaseRandomOutputProcedure@6970eb28 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
15: ASM: net.wenxin.natureplus.procedures.PlantVaseRandomOutputRedstoneProcedure@57dca978 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
16: ASM: net.wenxin.natureplus.procedures.PlantVaseRandomOutputProcedure@5376d5b1 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
17: ASM: class com.minecolonies.coremod.event.EventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
18: ASM: class com.mrcrayfish.enchantable.enchantment.SeederEnchantment onPlayerHarvestBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
19: ASM: class com.mrcrayfish.enchantable.enchantment.OreEaterEnchantment onPlayerBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
20: ASM: class com.mrcrayfish.enchantable.enchantment.ExcavatorEnchantment onPlayerBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
21: ASM: class com.mrcrayfish.enchantable.enchantment.CultivatorEnchantment onPlayerHarvestBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
22: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@14d57cca
23: ASM: class fr.raksrinana.fallingtree.ForgeEventSubscriber onBlockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
24: ASM: com.vulp.druidcraft.events.LootHandler@ebe70bd onGrassBroken(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
25: ASM: enemeez.simplefarming.events.harvest.DoubleCropBreak@2622bf86 onDoubleCropBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
26: ASM: vazkii.quark.tweaks.module.HoeHarvestingModule@751dc45f onBlockBroken(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
27: ASM: de.maxhenkel.car.events.BlockEvents@5a0ec161 breakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
28: ASM: de.maxhenkel.gravestone.events.BlockEvents@402e33e4 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
29: ASM: futurepack.world.protection.FPDungeonProtection@5a9723ca onPlayerBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
30: ASM: class thut.api.OwnableCaps onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
31: ASM: class plus.misterplus.ivrench.event.GenericEventHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
32: LOW
33: ASM: com.feed_the_beast.mods.ftbultimine.FTBUltimine@ebc6c8d blockBroken(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
34: LOWEST
35: ASM: net.silentchaos512.gems.event.TraitEvents@7dc0964b onBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
java.lang.NullPointerException
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370)
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28)
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60)
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80)
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85)
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960)
at net.minecraft.block.Block.func_220076_a(Block.java)
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161)
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265)
at net.minecraft.block.Block.func_220077_a(Block.java:528)
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971)
at net.minecraft.block.Block.func_220054_a(Block.java:553)
at net.minecraft.block.Block.func_180657_a(Block.java:636)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254)
at com.feed_the_beast.mods.ftbultimine.FTBUltimine.blockBroken(FTBUltimine.java:176)
at net.minecraftforge.eventbus.ASMEventHandler_161_FTBUltimine_blockBroken_BreakEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at doublenegation.mods.compactores.CompactOres.onBlockBroken(CompactOres.java:167)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:568)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:226)
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216)
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186)
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714)
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641)
at java.lang.Thread.run(Thread.java:748)
[17Jul2020 23:10:33.342] [Server thread/FATAL] [net.minecraft.util.concurrent.ThreadTaskExecutor/]: Error executing task on Server
java.lang.NullPointerException: null
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110) ~[?:1.15.2-1.3.0]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377) ~[?:?]
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370) ~[?:?]
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98) ~[?:?]
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31) ~[?:?]
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68) ~[?:?]
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85) ~[?:?]
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960) ~[?:?]
at net.minecraft.block.Block.func_220076_a(Block.java) ~[?:?]
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161) ~[?:2.1.3]
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265) ~[?:?]
at net.minecraft.block.Block.func_220077_a(Block.java:528) ~[?:?]
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971) ~[?:?]
at net.minecraft.block.Block.func_220054_a(Block.java:553) ~[?:?]
at net.minecraft.block.Block.func_180657_a(Block.java:636) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254) ~[?:?]
at com.feed_the_beast.mods.ftbultimine.FTBUltimine.blockBroken(FTBUltimine.java:176) ~[?:1.0.8.5]
at net.minecraftforge.eventbus.ASMEventHandler_161_FTBUltimine_blockBroken_BreakEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?]
at doublenegation.mods.compactores.CompactOres.onBlockBroken(CompactOres.java:167) ~[?:2.1.3]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:568) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:226) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186) ~[?:?]
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833) ~[?:?]
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40) ~[?:?]
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) [?:?]
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[17Jul2020 23:10:35.825] [Server thread/INFO] [thutcore/]: Strength: 360.0, Max radius: 16, Last Radius: 16.0
[17Jul2020 23:10:35.825] [Server thread/INFO] [thutcore/]: time (tick/real): 220.286378/67922.40087ms, 885 shadowed, 0 denied, 3738 blocked, 9171 checked
[17Jul2020 23:10:35.825] [Server thread/INFO] [thutcore/]: bounds: (-1.0, -1.0, -1.0) (1.0, 1.0, 1.0)
[17Jul2020 23:10:36.933] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.kwpugh.gobber2.util.handlers.ForgeEventSubscriber onKillingLootEvent(Lnet/minecraftforge/event/entity/living/LootingLevelEvent;)V
2: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@5116e6a
3: ASM: class artifacts.common.item.SuperstitiousHatItem$Events onLootingLevel(Lnet/minecraftforge/event/entity/living/LootingLevelEvent;)V
4: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@58edbfdd
java.lang.NullPointerException
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370)
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28)
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60)
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80)
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85)
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960)
at net.minecraft.block.Block.func_220076_a(Block.java)
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161)
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265)
at net.minecraft.block.Block.func_220077_a(Block.java:528)
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971)
at net.minecraft.block.Block.func_220054_a(Block.java:553)
at net.minecraft.block.Block.func_180657_a(Block.java:636)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254)
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216)
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186)
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714)
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641)
at java.lang.Thread.run(Thread.java:748)
[17Jul2020 23:10:36.939] [Server thread/FATAL] [net.minecraft.util.concurrent.ThreadTaskExecutor/]: Error executing task on Server
java.lang.NullPointerException: null
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110) ~[?:1.15.2-1.3.0]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377) ~[?:?]
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370) ~[?:?]
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98) ~[?:?]
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31) ~[?:?]
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68) ~[?:?]
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85) ~[?:?]
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960) ~[?:?]
at net.minecraft.block.Block.func_220076_a(Block.java) ~[?:?]
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161) ~[?:2.1.3]
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265) ~[?:?]
at net.minecraft.block.Block.func_220077_a(Block.java:528) ~[?:?]
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971) ~[?:?]
at net.minecraft.block.Block.func_220054_a(Block.java:553) ~[?:?]
at net.minecraft.block.Block.func_180657_a(Block.java:636) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186) ~[?:?]
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833) ~[?:?]
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40) ~[?:?]
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) [?:?]
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[17Jul2020 23:10:39.187] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.kwpugh.gobber2.util.handlers.ForgeEventSubscriber onKillingLootEvent(Lnet/minecraftforge/event/entity/living/LootingLevelEvent;)V
2: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@5116e6a
3: ASM: class artifacts.common.item.SuperstitiousHatItem$Events onLootingLevel(Lnet/minecraftforge/event/entity/living/LootingLevelEvent;)V
4: net.minecraftforge.eventbus.EventBus$$Lambda$2513/2128083276@58edbfdd
java.lang.NullPointerException
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377)
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370)
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31)
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28)
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60)
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67)
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90)
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68)
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80)
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85)
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960)
at net.minecraft.block.Block.func_220076_a(Block.java)
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161)
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265)
at net.minecraft.block.Block.func_220077_a(Block.java:528)
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971)
at net.minecraft.block.Block.func_220054_a(Block.java:553)
at net.minecraft.block.Block.func_180657_a(Block.java:636)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254)
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216)
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186)
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40)
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714)
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641)
at java.lang.Thread.run(Thread.java:748)
[17Jul2020 23:10:39.188] [Server thread/FATAL] [net.minecraft.util.concurrent.ThreadTaskExecutor/]: Error executing task on Server
java.lang.NullPointerException: null
at nukeologist.sockets.common.registry.SocketsItems.handleLootLevel(SocketsItems.java:110) ~[?:1.15.2-1.3.0]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:377) ~[?:?]
at net.minecraftforge.common.ForgeHooks.getLootingLevel(ForgeHooks.java:370) ~[?:?]
at net.minecraft.world.storage.loot.LootContext.getLootingModifier(LootContext.java:98) ~[?:?]
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:31) ~[?:?]
at net.minecraft.world.storage.loot.conditions.RandomChanceWithLooting.test(RandomChanceWithLooting.java:17) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:84) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68) ~[?:?]
at net.minecraft.world.storage.loot.TableLootEntry.func_216154_a(SourceFile:28) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$1.func_216188_a(SourceFile:60) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216095_b(LootPool.java:67) ~[?:?]
at net.minecraft.world.storage.loot.LootPool.func_216091_a(LootPool.java:90) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216114_a(LootTable.java:68) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216120_b(LootTable.java:80) ~[?:?]
at net.minecraft.world.storage.loot.LootTable.func_216113_a(LootTable.java:85) ~[?:?]
at net.minecraft.block.Block.handler$zza000$fireGenerateLootEvent(Block.java:960) ~[?:?]
at net.minecraft.block.Block.func_220076_a(Block.java) ~[?:?]
at doublenegation.mods.compactores.CompactOreBlock.func_220076_a(CompactOreBlock.java:161) ~[?:2.1.3]
at net.minecraft.block.BlockState.func_215693_a(BlockState.java:265) ~[?:?]
at net.minecraft.block.Block.func_220077_a(Block.java:528) ~[?:?]
at net.minecraft.block.Block.redirect$zza000$fireSpawnBlockDropsEvent(Block.java:971) ~[?:?]
at net.minecraft.block.Block.func_220054_a(Block.java:553) ~[?:?]
at net.minecraft.block.Block.func_180657_a(Block.java:636) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_229860_a_(PlayerInteractionManager.java:216) ~[?:?]
at net.minecraft.server.management.PlayerInteractionManager.func_225416_a(PlayerInteractionManager.java:186) ~[?:?]
at net.minecraft.network.play.ServerPlayNetHandler.func_147345_a(ServerPlayNetHandler.java:833) ~[?:?]
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:40) ~[?:?]
at net.minecraft.network.play.client.CPlayerDiggingPacket.func_148833_a(SourceFile:10) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) [?:?]
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[17Jul2020 23:10:46.555] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:11:09.421] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=699}
[17Jul2020 23:11:09.422] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:11:24.873] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:11:24.874] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:11:25.836] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:11:28.552] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:11:40.314] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:12:01.128] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2320ms or 46 ticks behind
[17Jul2020 23:12:04.826] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[17Jul2020 23:12:04.827] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[17Jul2020 23:12:06.074] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[17Jul2020 23:12:20.619] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1156, y=70, z=700}
[17Jul2020 23:12:21.462] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: WenXin2 has made the advancement [Mixed Materials]
[17Jul2020 23:12:23.566] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 7459ms or 149 ticks behind
[17Jul2020 23:12:24.730] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=699}
[17Jul2020 23:12:27.236] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:27.433] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:29.961] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:30.113] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1158, y=70, z=699}
[17Jul2020 23:12:40.950] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:41.120] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:41.250] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2042ms or 40 ticks behind
[17Jul2020 23:12:41.565] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:41.726] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:41.948] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:42.176] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:12:58.823] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2616ms or 52 ticks behind
[17Jul2020 23:13:20.325] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6517ms or 130 ticks behind
[17Jul2020 23:13:35.913] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:13:39.024] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:13:40.783] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5475ms or 109 ticks behind
[17Jul2020 23:13:42.401] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:13:47.857] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1156, y=70, z=703}
[17Jul2020 23:13:59.426] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:02.349] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6591ms or 131 ticks behind
[17Jul2020 23:14:23.609] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6301ms or 126 ticks behind
[17Jul2020 23:14:28.216] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1156, y=70, z=701}
[17Jul2020 23:14:34.410] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:36.868] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:41.314] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2706ms or 54 ticks behind
[17Jul2020 23:14:42.786] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=700}
[17Jul2020 23:14:53.410] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:53.574] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:53.952] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:54.176] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:54.364] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:54.367] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:55.593] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:14:57.230] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:15:02.257] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: WenXin2 lost connection: Disconnected
[17Jul2020 23:15:02.257] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: WenXin2 left the game
[17Jul2020 23:15:23.931] [User Authenticator #3/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: UUID of player WenXin2 is eb83f5a3-397a-4e14-80bc-914ff91890f0
[17Jul2020 23:15:43.695] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@535290a4
[17Jul2020 23:15:43.916] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: WenXin2[/76.185.7.199:55414] logged in with entity id 32846 at (1200.9823330440413, 47.0, 732.6213234706443)
[17Jul2020 23:15:43.928] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: WenXin2 joined the game
[17Jul2020 23:15:44.316] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize futurepack.common.commands.DimensionArgument@48e38900 (class futurepack.common.commands.DimensionArgument) - will not be sent to client!
[17Jul2020 23:15:44.318] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize biomesoplenty.common.command.BiomeArgument@e3467ea (class biomesoplenty.common.command.BiomeArgument) - will not be sent to client!
[17Jul2020 23:15:44.318] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize chanceCubes.commands.RewardArgument@77690ff2 (class chanceCubes.commands.RewardArgument) - will not be sent to client!
[17Jul2020 23:15:44.319] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize chanceCubes.commands.RewardArgument@c026425 (class chanceCubes.commands.RewardArgument) - will not be sent to client!
[17Jul2020 23:15:44.319] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.ModIdArgument@764b2423 (class net.minecraftforge.server.command.ModIdArgument) - will not be sent to client!
[17Jul2020 23:15:44.321] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument@32be25b3 (class com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument) - will not be sent to client!
[17Jul2020 23:15:44.321] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument@364e1ae (class com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument) - will not be sent to client!
[17Jul2020 23:15:44.322] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.EnumArgument@4cdf470d (class net.minecraftforge.server.command.EnumArgument) - will not be sent to client!
[17Jul2020 23:15:44.323] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.ldtteam.structurize.commands.arguments.MultipleStringArgument@17c23946 (class com.ldtteam.structurize.commands.arguments.MultipleStringArgument) - will not be sent to client!
[17Jul2020 23:15:44.324] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@2d86f2c6 (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:15:44.324] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@596ab4d3 (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:15:44.324] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@39d0173f (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:16:13.044] [Server thread/INFO] [Waila/]: Syncing config to WenXin2 (eb83f5a3-397a-4e14-80bc-914ff91890f0)
[17Jul2020 23:16:13.446] [Server thread/INFO] [bassebombecraft.BassebombeCraft/]: Starting version check at: https://raw.githubusercontent.com/athrane/bassebombecraft/master/version.json
[17Jul2020 23:16:13.446] [Server thread/INFO] [bassebombecraft.BassebombeCraft/]: The most current version of BasseBombeCraft is used: 1.15.2-1.43
[17Jul2020 23:16:13.798] [Thread-71/INFO] [chancecubes/]: No custom rewards detected for the current user!
[17Jul2020 23:16:14.068] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 30410ms or 608 ticks behind
[17Jul2020 23:16:26.095] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=701}
[17Jul2020 23:16:46.311] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:16:48.524] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:16:58.062] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:16:58.062] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:16:58.062] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:17:04.701] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1160, y=70, z=701}
[17Jul2020 23:17:21.913] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2005ms or 40 ticks behind
[17Jul2020 23:17:22.096] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=699}
[17Jul2020 23:17:22.099] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:17:41.609] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:17:44.211] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: WenXin2 lost connection: Timed out
[17Jul2020 23:17:44.212] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: WenXin2 left the game
[17Jul2020 23:17:44.420] [Server thread/WARN] [net.minecraft.network.NetworkManager/]: handleDisconnection() called twice
[17Jul2020 23:18:07.329] [User Authenticator #4/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: UUID of player WenXin2 is eb83f5a3-397a-4e14-80bc-914ff91890f0
[17Jul2020 23:18:27.902] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@69092fd9
[17Jul2020 23:18:28.009] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: WenXin2[/76.185.7.199:55436] logged in with entity id 34337 at (1200.9823330440413, 47.0, 732.6213234706443)
[17Jul2020 23:18:28.035] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: WenXin2 joined the game
[17Jul2020 23:18:28.426] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize futurepack.common.commands.DimensionArgument@48e38900 (class futurepack.common.commands.DimensionArgument) - will not be sent to client!
[17Jul2020 23:18:28.426] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize biomesoplenty.common.command.BiomeArgument@e3467ea (class biomesoplenty.common.command.BiomeArgument) - will not be sent to client!
[17Jul2020 23:18:28.427] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize chanceCubes.commands.RewardArgument@77690ff2 (class chanceCubes.commands.RewardArgument) - will not be sent to client!
[17Jul2020 23:18:28.427] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize chanceCubes.commands.RewardArgument@c026425 (class chanceCubes.commands.RewardArgument) - will not be sent to client!
[17Jul2020 23:18:28.427] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.ModIdArgument@764b2423 (class net.minecraftforge.server.command.ModIdArgument) - will not be sent to client!
[17Jul2020 23:18:28.428] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument@32be25b3 (class com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument) - will not be sent to client!
[17Jul2020 23:18:28.428] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument@364e1ae (class com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument) - will not be sent to client!
[17Jul2020 23:18:28.428] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.EnumArgument@4cdf470d (class net.minecraftforge.server.command.EnumArgument) - will not be sent to client!
[17Jul2020 23:18:28.428] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.ldtteam.structurize.commands.arguments.MultipleStringArgument@17c23946 (class com.ldtteam.structurize.commands.arguments.MultipleStringArgument) - will not be sent to client!
[17Jul2020 23:18:28.428] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@2d86f2c6 (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:18:28.428] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@596ab4d3 (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:18:28.428] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@39d0173f (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:18:45.429] [Server thread/INFO] [Waila/]: Syncing config to WenXin2 (eb83f5a3-397a-4e14-80bc-914ff91890f0)
[17Jul2020 23:18:45.573] [Server thread/INFO] [bassebombecraft.BassebombeCraft/]: Starting version check at: https://raw.githubusercontent.com/athrane/bassebombecraft/master/version.json
[17Jul2020 23:18:45.573] [Server thread/INFO] [bassebombecraft.BassebombeCraft/]: The most current version of BasseBombeCraft is used: 1.15.2-1.43
[17Jul2020 23:18:45.829] [Thread-74/INFO] [chancecubes/]: No custom rewards detected for the current user!
[17Jul2020 23:18:46.023] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 18115ms or 362 ticks behind
[17Jul2020 23:20:20.797] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1160, y=70, z=703}
[17Jul2020 23:20:23.216] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:20:23.416] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1158, y=70, z=703}
[17Jul2020 23:20:41.877] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:21:02.783] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1160, y=70, z=701}
[17Jul2020 23:21:16.781] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2023ms or 40 ticks behind
[17Jul2020 23:21:35.119] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:21:40.834] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:21:40.835] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:21:42.332] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:21:46.285] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:21:48.458] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:21:53.569] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:22:10.778] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:22:14.470] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[17Jul2020 23:22:14.470] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[17Jul2020 23:22:15.651] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[17Jul2020 23:22:16.520] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2212ms or 44 ticks behind
[17Jul2020 23:22:23.492] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:22:23.493] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:22:34.498] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1155, y=70, z=700}
[17Jul2020 23:23:02.118] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 13960ms or 279 ticks behind
[17Jul2020 23:23:25.862] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:23:37.935] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (middle_earth): All chunks are saved
[17Jul2020 23:23:38.625] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2117ms or 42 ticks behind
[17Jul2020 23:23:44.718] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:23:45.013] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:23:45.820] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1157, y=70, z=700}
[17Jul2020 23:24:00.141] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6533ms or 130 ticks behind
[17Jul2020 23:24:51.815] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:24:51.816] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:25:00.957] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: [WenXin2: Teleported WenXin2 to 1168.5, 70.0, 702.5]
[17Jul2020 23:25:01.018] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:25:03.924] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2866ms or 57 ticks behind
[17Jul2020 23:25:06.168] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:17.514] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:20.325] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:21.671] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2763ms or 55 ticks behind
[17Jul2020 23:25:25.991] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1158, y=70, z=700}
[17Jul2020 23:25:30.199] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:36.152] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:39.452] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:42.323] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:43.806] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:47.250] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:25:53.359] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:26:22.926] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:26:23.572] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1160, y=70, z=700}
[17Jul2020 23:26:26.956] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:26:30.769] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:26:46.315] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:26:49.889] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:26:52.513] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:26:54.250] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:27:03.270] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:27:12.008] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[17Jul2020 23:27:13.253] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:27:47.431] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:27:54.261] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:29:08.613] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2005ms or 40 ticks behind
[17Jul2020 23:29:10.115] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1155, y=70, z=703}
[17Jul2020 23:29:12.339] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:29:16.175] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:29:18.754] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:29:23.385] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:29:26.565] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1156, y=70, z=700}
[17Jul2020 23:29:37.479] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:29:38.113] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1157, y=70, z=703}
[17Jul2020 23:29:42.403] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:29:51.977] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1158, y=70, z=702}
[17Jul2020 23:29:55.945] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:04.728] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=703}
[17Jul2020 23:30:05.094] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:09.447] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:19.498] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:19.499] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:20.098] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:21.698] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:24.867] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:38.745] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:42.419] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:30:42.420] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:30:47.972] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=699}
[17Jul2020 23:30:51.225] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:30:55.157] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: WenXin2 fell out of the world
[17Jul2020 23:30:55.161] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: [WenXin2: Killed WenXin2]
[17Jul2020 23:30:56.654] [Server thread/INFO] [STDOUT/]: [com.maciej916.maenchants.ForgeEventSubscriber:onPlayerClone:50]: com.maciej916.maenchants.capabilities.Enchants@29bd68a9
[17Jul2020 23:30:56.701] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize futurepack.common.commands.DimensionArgument@48e38900 (class futurepack.common.commands.DimensionArgument) - will not be sent to client!
[17Jul2020 23:30:56.702] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize biomesoplenty.common.command.BiomeArgument@e3467ea (class biomesoplenty.common.command.BiomeArgument) - will not be sent to client!
[17Jul2020 23:30:56.703] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize chanceCubes.commands.RewardArgument@77690ff2 (class chanceCubes.commands.RewardArgument) - will not be sent to client!
[17Jul2020 23:30:56.703] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize chanceCubes.commands.RewardArgument@c026425 (class chanceCubes.commands.RewardArgument) - will not be sent to client!
[17Jul2020 23:30:56.703] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.ModIdArgument@764b2423 (class net.minecraftforge.server.command.ModIdArgument) - will not be sent to client!
[17Jul2020 23:30:56.703] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument@32be25b3 (class com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument) - will not be sent to client!
[17Jul2020 23:30:56.704] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument@364e1ae (class com.drewchaseproject.minecraft.forge.SimpleSorting.Commands.SimpleSortingCommand$ContainerClassArgument) - will not be sent to client!
[17Jul2020 23:30:56.704] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.EnumArgument@4cdf470d (class net.minecraftforge.server.command.EnumArgument) - will not be sent to client!
[17Jul2020 23:30:56.704] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize com.ldtteam.structurize.commands.arguments.MultipleStringArgument@17c23946 (class com.ldtteam.structurize.commands.arguments.MultipleStringArgument) - will not be sent to client!
[17Jul2020 23:30:56.704] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@2d86f2c6 (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:30:56.704] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@596ab4d3 (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:30:56.704] [Netty Epoll Server IO #2/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize top.theillusivec4.champions.server.command.AffixArgument@39d0173f (class top.theillusivec4.champions.server.command.AffixArgument) - will not be sent to client!
[17Jul2020 23:31:00.084] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3826ms or 76 ticks behind
[17Jul2020 23:32:03.740] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:32:03.740] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:32:04.051] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:32:06.196] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:32:13.711] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:32:23.270] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=699}
[17Jul2020 23:32:24.232] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[17Jul2020 23:32:24.232] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[17Jul2020 23:32:25.332] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[17Jul2020 23:32:28.510] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[17Jul2020 23:32:29.920] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:32:30.006] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1157, y=70, z=702}
[17Jul2020 23:32:38.841] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:item but it was marked as removed already
[17Jul2020 23:32:45.867] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1158, y=70, z=701}
[17Jul2020 23:33:06.115] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:33:06.116] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:33:43.774] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:item but it was marked as removed already
[17Jul2020 23:34:55.661] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:34:55.661] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:34:55.662] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:35:04.657] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:35:08.295] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:35:36.163] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:35:38.220] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:36:04.335] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=702}
[17Jul2020 23:36:08.238] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: [WenXin2: Teleported WenXin2 to 1168.5, 70.0, 702.5]
[17Jul2020 23:36:09.225] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1160, y=70, z=703}
[17Jul2020 23:36:12.979] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:36:13.296] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:36:13.296] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:36:13.716] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:36:39.274] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1156, y=70, z=701}
[17Jul2020 23:36:48.864] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=703}
[17Jul2020 23:36:51.316] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.events.CropGrowthHandler:test:68]: RIGHT CLICK BLOCK
[17Jul2020 23:37:10.218] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
[17Jul2020 23:37:20.869] [Server thread/INFO] [STDOUT/]: [com.commodorethrawn.strawgolem.entity.ai.GolemHarvestGoal:func_75250_a:45]: CHECKING FOR HARVEST: BlockPos{x=1159, y=70, z=700}
[17Jul2020 23:37:21.168] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Tried to add entity minecraft:enderman but it was marked as removed already
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment