hlysine / create_power_loader

A Create mod add-on adding immersive andesite and brass chunk loaders to Minecraft.
Other
9 stars 7 forks source link

Fabric 1.20.1 chunks not loading properly #12

Closed 3dEADto2 closed 4 months ago

3dEADto2 commented 7 months ago

2024-02-26_08 47 44 2024-02-26_09 10 35 With two setups as shown in the picture above, the chunk loaders in other dimensions do not work properly. (The overworld setup also has a chunk loader, it just isn't shown in the picture). With "power loader" enabled, only the chunk loaders in the dimension in which the player is located, both the redstone and the create contraption work. In the dimension in which there is no player, only the redstone works but no longer the create contraption. Even if I load the chunks manually via /forceload the problem persists. Only when I disable "power loader" and then load the chunks via /forceload (or e.g. the mod "chunk loaders") do both redstone and the create contraption work without problems in all dimensions. It could also be that it's because of my modpack that a mod doesn't play well with "power loaders" (but it does with "chunk loaders"), but I wanted to let you know anyway. (By the way, I use "create fabric sodium fix" instead of the normal "create fabric" if that matters.)

hlysine commented 7 months ago

This might be a discrepancy between Forge's native chunk manager and Fabric's implementation provided by PortingLib. Need further investigation to confirm.

3dEADto2 commented 7 months ago

Ok, I tested it with a smaller modlist, maybe that will help replicate it. (Even with this modlist the problem persists) Modlist:

squimbo commented 6 months ago

can confirm, it sucks :(

Hyperbus02 commented 5 months ago

Same here, they just dont work at all be it on a train station or powered, simple as that

colemy commented 5 months ago

Same here, the mod just does not work in fabric 1.20.1. Impossible to chunk load my 1 chunk nether lava farm with train travelling back and forth in the portal. The train goes into the nether and never comes back unless I go through the portal myself...

Hyperbus02 commented 4 months ago

Same here, the mod just does not work in fabric 1.20.1. Impossible to chunk load my 1 chunk nether lava farm with train travelling back and forth in the portal. The train goes into the nether and never comes back unless I go through the portal myself...

This is my exact scenario. I tried havin a brass loader on the stations as well as one being rotated together and still nothing.

hlysine commented 4 months ago

Good news, I have identified the problem to be a bug in Porting Lib. I'll submit a fix and update Power Loader later