Changes

Summary

  1. Fixed the last of the null pointers. I had to resort to thread-locals on (commit: 4e01de2) (details)
Commit 4e01de2a7e58e5f4049fac0f259d2a150c868c3f by Andrew Querol
Fixed the last of the null pointers. I had to resort to thread-locals on the block creation in-order to have different block bounds. This is a bit tacky but works.
(commit: 4e01de2)
The file was modifiedsrc/main/java/mods/quiddity/redux/loader/ReduxPackLoader.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxBlock.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/json/model/Block.java (diff)