Skip to content

Not removing forceloaded chunks in the nether #26

@Mikec78660

Description

@Mikec78660

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions