PaperMC/paper-server/patches/sources
Aikar a91c1c2d18 Don't load Chunks from Hoppers and other things
Hoppers call this to I guess "get the primary side" of a double sided chest.

If the double sided chest crosses chunk lines, it causes the chunk to load.
This will end up causing sync chunk loads, which will unload with Chunk GC,
only to be reloaded again the next tick.

This of course is undesirable, so just return the loaded side as "primary"
and treat it as a single chest if the other sides are unloaded
2016-11-03 20:28:12 -04:00
..
com/mojang Brigadier Mojang API 2020-04-19 18:15:29 -04:00
net/minecraft Don't load Chunks from Hoppers and other things 2016-11-03 20:28:12 -04:00