GTNewHorizons / twilightforest

Twilight Forest repository
GNU Lesser General Public License v2.1
14 stars 20 forks source link

Add list of chunks checked for nagastone #66

Closed Gordon-Frohman closed 4 months ago

Gordon-Frohman commented 4 months ago

To avoid checking one chunk more than once

TimeConqueror commented 4 months ago

The provided solution will impact both performance and ram while adding new chunks without clearing them. Moreover it will try to scan chunk, which was scanned before game relaunching. Also the block "check" is not worth being stored in these chunks, thus polluting it

Gordon-Frohman commented 4 months ago

Moreover it will try to scan chunk, which was scanned before game relaunching

You mean, like, chunk that was scanned during the previous session? I'm adding a boolean to NBT to keep track of that