Crash on stand alone server startup

Issue #3 resolved
Former user created an issue

java.lang.NoClassDefFoundError: org/lwjgl/util/Color

Comments (2)

  1. Requios repo owner

    Thanks for the report! I moved all rendering code to the RenderHelper class instead of mixing it with the Array and Mirror classes, which caused that sidedness issue. Resolved in version 0.3.2, which will be uploaded later today.

  2. Requios repo owner

    Moved all rendering code to RenderHelper to resolve #3 Crash on stand alone server startup. Made sure getBuildSettings never returns null to resolve #4 Client Crash W/ OpenBlocks. Now compatible with block placers and breakers from OpenBlocks (even the Randomizer Bag works in the placer). Fixed the breakEvent in mirror for array synergy to use the blockstate of the new position. Resolves #5 Crash after destorying blocks with hand.

    → <<cset c2e29419cac7>>

  3. Log in to comment