- (Hopefully) fixed some issues with block blacklisting, like air blocks sometimes getting blacklisted and then the rendering derps up
- Added an option to select whether or not the rendering should be enabled by default after game launch
- Added a German localization by LinguaOccultus
- Signed the JAR
- Fix TESR render crashes due to using the wrong world in the TileEntityRendererDispatcher
- Catch ghost block rendering exceptions and blacklist (for the running session) any blocks that throw exceptions, to prevent crashes
- Updated to MC 1.11.2
- (Hopefully) fixed several types of crashing issues
- Added a block-copy-to-fake-world blacklist
- Added previewable item whitelist and blacklist
- Don't render the preview when a GUI is open
- Changed default config values to something a bit more usable
- Improved error logging. If you still have crash issues, please enable the verbose logging option before submitting an issue report!
- Update the 1.10.2-0.3.0 version to MC 1.11
- Changed default config values so that the ghost block preview activates while holding Ctrl (and Alt for the wire frame)
- Fix TESR render crashes due to using the wrong world in the TileEntityRendererDispatcher
- Catch ghost block rendering exceptions and blacklist (for the running session) any blocks that throw exceptions, to prevent crashes
- (Hopefully) fixed several types of crashing issues
- Added a block-copy-to-fake-world blacklist
- Added previewable item whitelist and blacklist
- Don't render the preview when a GUI is open
- Changed default config values to something a bit more usable
- Improved error logging. If you still have crash issues, please enable the verbose logging option before submitting an issue report!
- Catch exceptions from copying blocks to the fake world and from fake item usage and blacklist the cause for the running session
- Re-work the activation key stuff/configs for better flexibility - you should delete the old config file or the config entries that lost their comments
- Add item blacklisting support to the config
- Some small tweaks to the fake world/fake chunk stuff