Rick South
Rick South
Hi, author here. Is there an event of some sort that fires when a waystone is placed?
Thanks for opening the bug report! Which tree did you chop?
I'll leave this here as a note to myself; I can try to add support by checking for items around, after the player's death. I don't like to add a...
Appreciate you letting me know, that's not something I've come across yet. Do you recommend using WeakHashMap for any HashMap that references a ServerLevel? I believe I've got other mods...
Appreciate it. Is both making it into a WeakHashMap and subscribing to the unload event to remove the entry a good idea? Or would you suggest to pick one of...
Collective version 4.57 has made the changes to WeakHashMaps. Thanks for the suggestion!
This has been fixed in version 3.0 of Infinite Trading. It has completely been rewritten. How the offers are reset has changed and it now accounts for demand correctly. Thanks...
> I guess the reason is in the mixin [EntityMixin.java](https://github.com/ricksouth/serilum-mc-mods/blob/master/sources-fabric/Transcending%20Trident%20(Fabric)/src/main/java/com/natamus/transcendingtrident/fabric/mixin/EntityMixin.java) > > It injects a method named "isInWaterOrRain" in Entity.java in Minecraft. But actually in fabric this method's name is...
This has been fixed in version 2.5 of Transcending Trident. It was due to me not using unique mixin file names, which caused it to be overwritten as soon as...
I don't know why the mod didn't work. It seemed to only affect 1.18 (1.16 and 1.19 worked) and only outside of the development environment. I've attempted a fix, and...