Create Chunkloading

Create Chunkloading

5M Downloads

1.18 chunkloading issue

MuradAkh opened this issue · 5 comments

commented

Hey I saw on curseforge that you had an issue with chunkloading in 1.18.

I also ran into an issue when portion little logistics to 1.18. It was resolved by setting the ticking parameter to false when you call forge chunk manager. My entities still tick from what I've tried. You might want to double check if other stuff ticks.

For reference
https://github.com/MuradAkh/LittleLogistics/pull/96/files

commented
commented

It worked perfectly! Thanks again for your help.

commented

Yeah I'm not entirely sure if this is a forge bug or ticking is meant for something else. I will probably look more deeply into it when I have time. Did you verify that tile entities still tick?

commented

I suspect it's a Forge bug, because this worked correctly in 1.16 (at least for me), and the API contract didn't change. I didn't check on tile entities because Create contraptions are real entities. I would assume that real entities and tile entities behave the same way, but I could be wrong.

commented

Looks like MinecraftForge/MinecraftForge#8775 will solve this for 1.19 and a backport for 1.18 is also open.