-
Notifications
You must be signed in to change notification settings - Fork 20
Common Issues
Thomas edited this page Sep 1, 2021
·
1 revision
The Thermal Series is still being updated to 1.16.5 and therefor does not contain all the items the 1.12.2 version had. I have it on good authority that all the items needed to craft the jetpacks will be added and as soon as that happens, Simply Jetpacks 2 will have full Thermal integration
The game can crash when using a modpack with Simply Jetpacks 2 or when using some kinds of Minecraft Forge server software. It will usually result in a error like below.
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Simply Jetpacks 2 (simplyjetpacks)
Caused by: java.lang.VerifyError: Bad type on operand stack
The workaround is to add -noverify
to your startup script, as such: java -noverify -jar mohist-<mcversion>-<buildnumber>-server.jarscript
Test
1 2 3