ZeldaSwordSkills icon indicating copy to clipboard operation
ZeldaSwordSkills copied to clipboard

Add retroactive / refreshable world gen

Open coolAlias opened this issue 10 years ago • 0 comments

Allow ZSS world gen to be refreshed or applied to chunks generated prior to installing the mod. One possible method may be to store an NBT tag per chunk with the current 'version' of gen; as chunks load, they compare their version to that found in the server config and redo the ZSS gen if their version is higher. This would be especially beneficial for busy servers.

Several possible issues include finding previously generated secret room locations, cleanly removing prior structures so as to avoid leaving empty cubes or dropped items, and updating the structure map (for boss dungeons).

coolAlias avatar Dec 31 '14 06:12 coolAlias