On neoforge loader in 1.21.1 and mod version 1.4 chunks are loaded by the minecart but when the minecart is removed the chunks stay forceloaded in the nether. In the overworld it is working as it should. This is with darcenos-minecarts-slower-1.4.jar. I'm not sure if the faster one has the same issue.
edit:
I think I was able to fix the issue. I mean it's working for me now anyway.
after the first line of file forceload_remove.mcfunction, I had to add this line:
execute in minecraft:the_nether run function vanillapluscarts:forceload_remove with storage vanillapluscarts:global chunks[0]
I haven't tried yet but the same should work to include the end by adding a line referencing the_end but again haven't tried that yet.
I'm sorry I know almost nothing about github and how to make a pull request.
Thank you so much for this mod!
On neoforge loader in 1.21.1 and mod version 1.4 chunks are loaded by the minecart but when the minecart is removed the chunks stay forceloaded in the nether. In the overworld it is working as it should. This is with darcenos-minecarts-slower-1.4.jar. I'm not sure if the faster one has the same issue.
edit:
I think I was able to fix the issue. I mean it's working for me now anyway.
after the first line of file forceload_remove.mcfunction, I had to add this line:
execute in minecraft:the_nether run function vanillapluscarts:forceload_remove with storage vanillapluscarts:global chunks[0]
I haven't tried yet but the same should work to include the end by adding a line referencing the_end but again haven't tried that yet.
I'm sorry I know almost nothing about github and how to make a pull request.
Thank you so much for this mod!