You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing R.A.D mod pack on a 1.12.2 Minecraft Server. While in creative I've been working with the embers mod to try and understand the mod. I went to place the turret block down, which doesn't display it's name correctly, and it caused my client to crash. I tried logging back into the server several times but it kept running into socket errors. Looking through the stack trace I was able to pin point the problem down to the /EmbersRekindled/tree/rekindled/src/main/java/teamroots/embers/util/TurretHelper.java file and the import of org.lwjgl.util.vector.Quaternion. When the constructor for the TurretHelper class is call it throws undefined error which lead to client crashing. I found this library at https://sourceforge.net/projects/java-game-lib/ and https://legacy.lwjgl.org/. Once I download the library and added it to a local clone I was able to open a client and place the turret object. I do not know how to add this external library dependency to the GitHub repository. If someone could assist with that it would be greatly appreciated. Not sure if this mod is even active anymore.
The text was updated successfully, but these errors were encountered:
I've been playing R.A.D mod pack on a 1.12.2 Minecraft Server. While in creative I've been working with the embers mod to try and understand the mod. I went to place the turret block down, which doesn't display it's name correctly, and it caused my client to crash. I tried logging back into the server several times but it kept running into socket errors. Looking through the stack trace I was able to pin point the problem down to the /EmbersRekindled/tree/rekindled/src/main/java/teamroots/embers/util/TurretHelper.java file and the import of org.lwjgl.util.vector.Quaternion. When the constructor for the TurretHelper class is call it throws undefined error which lead to client crashing. I found this library at https://sourceforge.net/projects/java-game-lib/ and https://legacy.lwjgl.org/. Once I download the library and added it to a local clone I was able to open a client and place the turret object. I do not know how to add this external library dependency to the GitHub repository. If someone could assist with that it would be greatly appreciated. Not sure if this mod is even active anymore.
The text was updated successfully, but these errors were encountered: