Closed Antollo closed 3 years ago
which version of platos are you using?
1.4.5
I have the same error on Forge Version 1.6.4 both with Platos 1.4.5 and 1.4.6. 1.4.3 worked fine (But I prefer the latest version handlingwise).
It seems that the method givePlayerStartBook is called as soon as the Lift Jack is used.
Heres the most recent crash report: crash-2021-03-02_22.46.31-server.txt
Edit: I was curious, so I looked a little deeper into it. When I checked the "PlatosTransporters.java" inside the .jar file I found an @OnlyIn(Dist.Client) in front of the definition of the method "givePlayerStartBook". I assume this means that the method will only be available on the client side of minecraft, not on the server-side.
@OnlyIn(Dist.CLIENT)
public static void givePlayerStartBook(final PlayerEntity playerEntity) {
[...]
}
}
So that might cause the crash as the method is called in "LiftJackItem.java", "WrenchItem.java" and "ControlKeyItem.java".
I'm not that deep in java, so its only a guess, but I hope it helps a little bit.
I think ive just fixed it, check 1.4.7 when its verified
Nice, I'll check it out right away :-)
Thanks for the quick reaction.
Edit: Seems to work perfectly for me! Great job, thanks for the quick fix!
thanks for the quick response back again, I think that officially means I can close the issue
Forge version 36.0.1
Server crashes when using Lift Jack from outside the ship.
Server crashes when using Disassembly Wrench from outside the ship.
Server crashes when using Lift Jack on board.