
Fixes:
- Sign Selector throwing IndexOutOfBoundsException randomly
- Sign poles being rendered on CSBE, even though the shouldn't
- Server Preference config not being created at server start
- Texture name mismatch
What's Changed
- hotfix/1.8.1 by @tobiazsh in https://github.com/tobiazsh/MyWorld-Traffic-Addition/pull/52
- 1.8.1 by @tobiazsh in https://github.com/tobiazsh/MyWorld-Traffic-Addition/pull/53
Full Changelog: https://github.com/tobiazsh/MyWorld-Traffic-Addition/compare/v1.8.0...v1.8.1
Fixes:
- Sign Selector throwing IndexOutOfBoundsException randomly
- Sign poles being rendered on CSBE, even though the shouldn't
- Server Preference config not being created at server start
- Texture name mismatch
BREAKING CHANGES!
This version uses a new system to store JSON Data inside Customizable Signs. Therefore, all the signs need to be re-initialized. Flying near them will reinitialize them completely, but there is a chance (even though I didn't experience it while testing) that customizable signs are built across two or three chunks. If one of them is not loaded, reinitialization will fail. In that case, please reinitialize manually by shift+right clicking any sign block that's part of the sign and click "Make master and initialize".
The ID of the "Upside Down Triangular Sign Block" changed due to a typo. I have implemented data fixers, though they are not working properly and the sign simply does not render/display. Therefore, replacing all upside down triangular signs is necessary. I am deeply sorry about the inconvenience.
Key changes:
- Rewrote most of JSON logic on Customizable Sign
- UX improvement
- Bug fixed
No changelog was specified.
ATTENTION!
THE LICENSE IN THE
fabric.mod.jsonFILE IS WRONG!I accidentally forgot to update that and I sincerely apologise for any inconveniences. The real license is indeed LGPL-3.0 for this version, but it still may display "CC BY-NC 4.0" in some places like the Mod Menu mod. Please note that the license is LGPL-3.0 and not CC BY-NC 4.0. I hope I made this clear enough and I apologise again for my stupidity.
Anyways, now to the changes:
Key Changes:
- Migration to MojMaps
- Minecraft Version switch to 1.21.11
- Update License to LGPL-3.0
- Bug Fixes
The same as 1.6.0, but updates to 1.21.9 and 1.21.10
New custom images from Issue #20, merged in PR #40 on GitHub
What's Changed
- HOTFIX: Fix Minecraft throwing STBI NoSuchMethodException every damn second by @tobiazsh in #39
- Custom Images by @tobiazsh in #40
Key Changes:
- a lot of old code reworked
- new dynamic resources
- new custom images on customizable signs
- new online image gallery
- new online image uploader dialog
- a lot of stuff basically
For Minecraft Version 1.21.6, 1.21.7 and 1.21.8
Sources on GitHub's Release
Hotfix: Fix Minecraft throwing error:
java.lang.NoSuchMethodError: 'int org.lwjgl.stb.STBImageResize.nstbir_resize_uint8(long, int, int, int, long, int, int, int, int)' at knot/net.minecraft.client.texture.NativeImage.resizeSubRectTo(NativeImage.java:460) ~[minecraft-clientOnly-d25f9bc2bc-1.21.8-net.fabricmc.yarn.1_21_8.1.21.8+build.1-v2.jar:?] at knot/net.minecraft.client.render.GameRenderer.method_3181(GameRenderer.java:635) ~[minecraft-clientOnly-d25f9bc2bc-1.21.8-net.fabricmc.yarn.1_21_8.1.21.8+build.1-v2.jar:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]The old stinky, musty, crusty and weird-looking Sign Selector has just got a MASSIVE upgrade! I completely scrapped the old one and made a brand-new one. The Sign Selector is now made using ImGui instead of Minecraft's native GUI library to allow for even more customization for developers and players!
The new Sign Editor includes:
- A Search Function!
- A Filter Function!
- A Sign Preview!
- A Scroll View instead of the old List!
For the full changelog, have a look on GitHub!
v1.5.1
Same as v1.5.0 (port to 1.21.6, 1.21.7 and 1.21.8), but with:
Changes
- removed font
- added distance-based rendering instead of coordinate-based rendering
- fixed mod not starting because of Jegnua not being included in JAR-file
PRs
- Distance based customizable signs by @tobiazsh in https://github.com/tobiazsh/MyWorld-Traffic-Addition/pull/33
Full Changelog: https://github.com/tobiazsh/MyWorld-Traffic-Addition/compare/v1.5.0...v1.5.1
Version 1.3.0. See changelog here.
Will unfortunately not work because I was stupid. Maybe I'll fix it, but for now, I'll focus on the newest versions.
Nothing new - just a 1.21.5 port with a lot of changes. See all changes here.

