embeddedt / CreateChunkloading

Fork of https://github.com/LordGrimmauld/createintegration with just the chunk loader
Other
6 stars 6 forks source link

not loading chunks #13

Closed axaluss closed 1 year ago

axaluss commented 2 years ago

I created an auto-miner (10 blocks long) on a furnace cart and with the chunkloader glued to it. It mines for like 100 blocks and then just stops.

I guess it does not load the chunks and gets stopped because of that?

Create 0.4f, MC 1.18.1, createchunkloading-0.4.1

embeddedt commented 2 years ago

Please provide the versions of Minecraft, Create, and Create Chunkloading that you are using.

axaluss commented 2 years ago

Please provide the versions of Minecraft, Create, and Create Chunkloading that you are using. MC 1.18.1, Create 0.4f, createchunkloading-0.4.1

embeddedt commented 2 years ago

Ah, I see. There have been some reported issues with chunkloading that should be resolved if you use the latest version of my mod, however, you would need to update to 1.18.2 and Create 0.5 for that. Admittedly, this is not a very helpful solution for you, since presumably you've stuck with 1.18.1 for a reason.

Are you using the latest Forge 1.18.1 version as well?

axaluss commented 2 years ago

forge 39.1.2 I tried upgrading to 1.18.2 but my world got scrambled and would not start. I'd love to unscramble that world and remove incompatible data, but I didn't find a good wiki on how to fix a modded world and upgrade it.

On Sun, Jul 31, 2022 at 9:35 AM embeddedt @.***> wrote:

Ah, I see. There have been some reported issues with chunkloading that should be resolved if you use the latest version of my mod, however, you would need to update to 1.18.2 and Create 0.5 for that. Admittedly, this is not a very helpful solution for you, since presumably you've stuck with 1.18.1 for a reason.

Are you using the latest Forge 1.18.1 version as well?

— Reply to this email directly, view it on GitHub https://github.com/embeddedt/CreateChunkloading/issues/13#issuecomment-1200426894, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACTUZQRFPAYMXZ4J5XWZRLVWZ6K5ANCNFSM55E5VCLQ . You are receiving this because you authored the thread.Message ID: @.***>

--

Beste Grüße

Alexander Thom

embeddedt commented 2 years ago

What other mods do you have installed (so I can try to reproduce it)?

axaluss commented 2 years ago

I started with this modpack https://wiki.minecolonies.ldtteam.com/source/installation/gdlauncher

and then extended the mods to add a couple more: https://drive.google.com/file/d/1xcwhwUt5kJoTzOdkBqNKmg-bYaVqrJG9/view?usp=sharing

You are so kind for looking into this!

embeddedt commented 2 years ago

I'll try it but it will take me a bit to launch; newer versions of Minecraft are pretty slow. In the meantime can you test it without OptiFine?

axaluss commented 2 years ago

just ran it without optifine and the machine ran for 5 chunks and stopped right at the chunk border of the 5th.

embeddedt commented 2 years ago

I couldn't reproduce it. Here is the world I used for testing. I run with a render distance of 12 and simulation distance of 5. When I put coal in the furnace minecart, it seems to run all the way to the end of the track, which is farther than 5 chunks.

New World (1).zip

Am I doing something wrong?

axaluss commented 2 years ago

My miner is a little more intricate. It builds and collects its own rail.

I started it here:

image

then I teleported here image

then I waited like 30 mins and took a look.

it stopped here: image

The test world: https://drive.google.com/file/d/1AK0KHAPdNFxKybc-MIuj1HQHmafE39tD/view?usp=sharing

axaluss commented 2 years ago

133 -16 231 is the location of the machine I used.

embeddedt commented 2 years ago

Is it possible that it simply ran out of fuel? I right clicked it many times with coal, then flew all the way back to the original start of the tunnel. It has now reached 133 -16 612, which is over 30 chunks away, and is still going. I only have a render distance of 12.

It seems to work even with OptiFine enabled.

axaluss commented 2 years ago

That might be the problem... how could I make sure it has enough coal? I tried putting coal into the chest but it didn't seem to work...

On Sat, Aug 13, 2022, 11:13 AM embeddedt @.***> wrote:

Is it possible that it simply ran out of fuel? I right clicked it many times with coal, then flew all the way back to the original start of the tunnel. It has now reached 133 -16 612, which is over 30 chunks away, and is still going. I only have a render distance of 12.

— Reply to this email directly, view it on GitHub https://github.com/embeddedt/CreateChunkloading/issues/13#issuecomment-1214174794, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACTUZWD6ONIKF4QN2TLGYLVY63QFANCNFSM55E5VCLQ . You are receiving this because you authored the thread.Message ID: @.***>

embeddedt commented 2 years ago

That should work, as far as I know. When you run it for long enough, does the amount of coal in the chest go down? I think it uses whatever coal is in the cart first and only then tries to pull from an attached chest.

axaluss commented 2 years ago

We tried to right click the cart with coal 10 times while there is coal in the chest of the machine already. It never seemed to work and eventually stopped working after going a distance.

On Sat, Aug 13, 2022 at 12:21 PM embeddedt @.***> wrote:

That should work, as far as I know. When you run it for long enough, does the amount of coal in the chest go down? I think it uses whatever coal is in the cart first and only then tries to pull from an attached chest.

— Reply to this email directly, view it on GitHub https://github.com/embeddedt/CreateChunkloading/issues/13#issuecomment-1214184558, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACTUZQ6PD2PYS3P6CO6OWLVY7DPLANCNFSM55E5VCLQ . You are receiving this because you authored the thread.Message ID: @.***>

--

Beste Grüße

Alexander Thom

embeddedt commented 2 years ago

Hmm, well I can't reproduce that. I downloaded a fresh copy of your world, put 32 coal in the chest, and right clicked the machine with only a single piece of coal. I then flew all the way to the start of the tunnel and by using commands I can see the amount of coal in the chest has gone down to 27, so it is definitely using coal from there. It is now over 300 blocks away from where I am standing, so the chunkloader seems to be functioning.

I'm thinking this must be some sort of user error on your end rather than a chunkloading bug, but I'm happy to be proven wrong.

axaluss commented 1 year ago

Lately it does not seem to be an issue. not sure what the issue was.

  1. didn't put enough coal
  2. rail placer ran into obstacle
  3. cart was blocked by something (maybe mob? , object?)