CraftBook 3

CraftBook 3

139k Downloads

Exception in VehicleListener while calling VEHICLE_POSITIONCHANGE

Coryf88 opened this issue ยท 1 comments

commented

Minecraft Server v0.2.8
Minecraft Client Alpha v1.2.6
Hey0 Server Mod Build 131
CraftBook version dev-f07b4ba

When a mine-cart collides with a chest, the following exception is thrown.

Exception while calling plugin function in 'class VehicleListener' while calling hook: 'VEHICLE_POSITIONCHANGE'.
java.lang.NullPointerException
    at Item.<init>(Item.java:247)
    at Chest.getContents(Chest.java:59)
    at NearbyChestBlockBag.addSingleSourcePosition(NearbyChestBlockBag.java:199)
    at VehicleListener.onVehiclePositionChange(VehicleListener.java:529)
    at PluginLoader.callHook(PluginLoader.java:619)
    at jo.g(jo.java:425)
    at jo.b_(jo.java:308)
    at eq.a(SourceFile:1068)
    at ex.a(SourceFile:37)
    at eq.f(SourceFile:1044)
    at eq.c(SourceFile:1023)
    at net.minecraft.server.MinecraftServer.h(SourceFile:268)
    at net.minecraft.server.MinecraftServer.run(SourceFile:210)
    at bx.run(SourceFile:484)
commented

That's a hMod error, although no version of hMod exists for Alpha that has that fixed.