I'm following the guide that was offered and when following the part where "If you have an old world and you want to use the new worldgen" I looked into my "defaultconfigs/tfg-server.toml" file and saw no "worldgenOverrides = []" line in the file. What should I do about this? idk if I can just add the line in anywhere or if that'll break it.
#Updating from 0.11 to 0.12 using the guide.
4 messages · Page 1 of 1 (latest)
you can take mine
Thank you! Mine was missing this entire part:
[world_generation]
#Per-dimension worldgen version overrides. Normally the version used during world
#creation is stored in SavedData and used automatically. Set an entry here to force
#a specific version regardless of what was recorded at generation time.
#Changing this for an existing world can cause chunk boundary artifacts.
#Format: list of "dimension_id=version", e.g. ["minecraft:overworld=1"]
worldgenOverrides = []
[overworld_climate]
#The maximum amount of snow update to apply for each correction tick
#Range: > 1
snowMaxAccumulationOnUpdate = 256
typically it wont generate the new configs until you open a world at least once. Which is likely why it was missing for you