WARNING: coremods are present:
ObfuscatePlugin ([前置]obfuscate-0.2.7-1.12.2.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 5/12/21 9:01 AM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at com.mrcrayfish.vehicle.common.inventory.IStorage.func_70302_i_(IStorage.java:41)
at net.minecraftforge.items.wrapper.InvWrapper.getSlots(InvWrapper.java:61)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.scanInventory(ItemItemFinder.java:197)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.scanForStack(ItemItemFinder.java:140)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.tickServer(ItemItemFinder.java:105)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.onWornTick(ItemItemFinder.java:72)
at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:96)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_201_EventHandlerEntity_playerTick_PlayerTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:190)
at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:373)
at net.minecraft.entity.player.EntityPlayer.func_184808_cD(EntityPlayer.java:392)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:302)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:467)
at net.minecraft.server.management.PlayerList.playerLoggedOut(PlayerList.java:532)
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:1297)
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:364)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:223)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:938)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:472)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:773)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:627)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.mrcrayfish.vehicle.common.inventory.IStorage.func_70302_i_(IStorage.java:41)
at net.minecraftforge.items.wrapper.InvWrapper.getSlots(InvWrapper.java:61)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.scanInventory(ItemItemFinder.java:197)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.scanForStack(ItemItemFinder.java:140)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.tickServer(ItemItemFinder.java:105)
at vazkii.botania.common.item.equipment.bauble.ItemItemFinder.onWornTick(ItemItemFinder.java:72)
at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:96)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_201_EventHandlerEntity_playerTick_PlayerTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:190)
at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:373)
at net.minecraft.entity.player.EntityPlayer.func_184808_cD(EntityPlayer.java:392)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:302)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 852570
Entity Name: ntql
Entity's Exact location: -218.09, 65.11, -35.50
Entity's Block location: World: (-219,65,-36), Chunk: (at 5,4,12 in -14,-3; contains blocks -224,0,-48 to -209,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.00, -0.30, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:467)
at net.minecraft.server.management.PlayerList.playerLoggedOut(PlayerList.java:532)
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:1297)
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:364)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:223)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:938)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:472)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:773)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:627)
at java.lang.Thread.run(Thread.java:748)