Open EchoEllet opened 9 months ago
Same here - v0.0.6 says it supports 1.20.4 but it seems to be using the old Waypoints API events.
I looked at the source (way2wayfabric-0.0.6.zip) and it doesn't seem to be the 1.20.4 branch version (it still uses KnownWaystonesEvent instead of WaystonesListReceivedEvent in BlayWaystones.kt).
Would it be possible to build the 1.20.4 branch as a jar and upload that as a release? The issue should be fixed by doing that.
Same here - v0.0.6 says it supports 1.20.4 but it seems to be using the old Waypoints API events.
I looked at the source (way2wayfabric-0.0.6.zip) and it doesn't seem to be the 1.20.4 branch version (it still uses KnownWaystonesEvent instead of WaystonesListReceivedEvent in BlayWaystones.kt).
Would it be possible to build the 1.20.4 branch as a jar and upload that as a release? The issue should be fixed by doing that.
You might want to send a PR to fix that when you have the time
I might do that if no one did
I generated the 1.20.4 branch and published as a release in my forked repo. The game now is able to launch but it crashes for me when I try to place a waystone in the world
I checked in the Waystones repo and the API does indeed have getPos() as a function (https://github.com/TwelveIterationMods/Waystones/blob/1.20.x/shared/src/main/java/net/blay09/mods/waystones/api/Waystone.java) - not sure how to resolve this crash. Any ideas?
I generated the 1.20.4 branch and published as a release in my forked repo. The game now is able to launch but it crashes for me when I try to place a waystone in the world
I checked in the Waystones repo and the API does indeed have getPos() as a function (https://github.com/TwelveIterationMods/Waystones/blob/1.20.x/shared/src/main/java/net/blay09/mods/waystones/api/Waystone.java) - not sure how to resolve this crash. Any ideas?
Unfortunately, I'm not familiar with minecraft api nor fabric
Yes, I can read any code written in java, but I do not necessarily understand it
Believe me I know less than you
You might want to create an issue in this repo for that exception
Thanks for the reminder... I was part-way through the new implementation, but then hit some issues; I'll try to revive that soon!
Thanks for the reminder... I was part-way through the new implementation, but then hit some issues; I'll try to revive that soon!
Thank you too for your efforts to the open source community and Minecraft mods
Same here. Worked find on 1.19.4 but now crashes every startup.
I'm unable to use this mod
with the latest version of minecraft 1.20.4, fabric, and waystones