Any issues with *really* long series of hoppers?

I need to transport about 30 double chests of material about 1000 meters in single player minecraft.

I was thinking of building some sort of permanent transportation system to accomplish this.

I prefer dirt simple (but potentially resource heavy) contraptions over complicated "efficient" contraptions.

Because of this, I was thinking of just setting up a string of 1000 hoppers in a row, to move the material from one place to another.

My question: What will happen at the loaded/unloaded chunks with such a setup?


Solution 1:

I take back my earlier post.

Hoppers will transport items through unloaded chunks!

I've built another test pipe far away from spawn and made it really long (1000 hoppers). Now when i put an item in the first hopper, wait 5 minutes and then teleport to the end, the item will sit there in the last hopper. However if i put the item in the first hopper, then immediately teleport to the end and wait there, nothing happens. I waited for like 30 minutes but the item didn't arrive.

So apparently a hopper pipe can transport items into or through unloaded chunks, but there are certain limitations. I guess if a hopper tries to push an item into an adjacent unloaded chunk, minecraft will at least load the containers/hoppers of said chunk. So my test setup would cause something like a chain reaction of chunks getting loaded (at least partially, items still won't despawn in those chunks).

If i immediately teleport to the end however, minecraft will unload the chunk containing the item, so no hopper will try to load the next chunk.