Releases: tectonicus/tectonicus
Releases · tectonicus/tectonicus
Tectonicus 2.30.2
- fix issue with grayscale textures being the wrong color
- ignore proto-chunks when rendering
- fix crash if armor stand has an elytra
- fix issue when more than two map layers exist with the same name
- fix bug with beacon effects when rendering older worlds
- additional debug logging, stack traces will now be logged to file not just the console
- update the main readme file with usage info some of which used to be on the Minecraft wiki
Tectonicus 2.30.1
- fix issue with log file always being appended
Tectonicus 2.30
Once again thanks to Matej Darebnik who put a great deal of effort into making chest inventories work (along with other fixes).
- updates for breaking changes in Minecraft 1.20.5, preliminary support for 1.21
- chests now display their inventory with tooltips that appear close to how they look in game. Tooltips only work if the map is served from a web server or CORS is disabled in your browser (generally not a good idea to disable CORS)
- added beacon markers to map, the marker popup displays the beacon's current pyramid level and enabled powers if any.
- experimental webp image support, this can drastically reduce the total size of the map.
- new option to use a CDN for 3rd party js libraries
- search for a default config file (tectonicus.xml or tectonicusConfig.xml) if no other options or config file provided on command line
- if no jar is specified in config the auto minecraft jar search will now try to select the jar that matches the world version (works with release versions)
- bed map icons are now the actual color of the in-game bed
- many backwards compatibility fixes, it is possible once again to render worlds all the way back to Minecraft Beta 1.3 (not all features will work and some issues may occur)
- replaced log4j2 with logback resolving issues with the uberjar
- the logFile option was removed and replaced with two system properties, tectonicus.logDir and tectonicus.logAppend, which let you set the log directory and specify whether to overwrite or append to the log file
- dependency upgrades
Tectonicus 2.29
There have been so many changes since the last release that these release notes only cover the major changes and bug fixes that have been added. For more detail refer to the commit history.
Thanks to Matej Darebnik for an incredible amount of work in this release!
- added support for Minecraft 1.17, 1.18, 1.19, and 1.20
- map markers are finally working again
- added smooth lighting (defaults to on)
- support for armor stands has been added! (Minecraft 1.13+ worlds only).
- improved support for many custom resource packs
- new options to set View resolution (up to 4k resolution)
- new options to add or remove bed and respawn anchor map markers
- new option to set map origin (will be overridden if using world subset)
- new option to set html title in config
- new options to add custom javascript and css to map
- signs with prefix !!!POI!!! are considered special
- support for new default player skins
- many performance improvements
- multiple fixes for tile downsampling
- fixed macOS support
- fixed paintings and item frames being rendered outside subset boundaries
- many other bug fixes
- upgraded to Java 11
- lots of code cleanup and refactoring and dependency upgrades
Tectonicus 2.28.7
- fixed an issue causing ConcurrentModificationExceptions in newer versions of Java
- removed an old NBT library that was causing illegal reflective access warnings in newer versions of Java
Tectonicus 2.28.6
- added error handling for unknown blocks
Tectonicus 2.28.5
- added logging for exceptions when creating block geometry
- the --verbose command line option will now override logLevel to TRACE (mainly useful for devs)
Tectonicus 2.28.4
- fixed NullPointerException when no player head Name tag exists
- fixed issue with blue and packed ice and translucent blocks
- changed swamp biome color to brownish (actual swamp biome colors are difficult to determine without copying the Minecraft algorithm)
Tectonicus 2.28.3
- fixed Cave rendering
- fixed grass block side overlay
Tectonicus 2.28.2
- fixed GLFW context version issue