Load vanilla feature stages and place ores

This commit is contained in:
Daniar Mannanov 2026-08-10 23:20:43 +03:00
parent 28c11e2fc2
commit dd2ea56850
10 changed files with 779 additions and 6 deletions

View file

@ -33,7 +33,7 @@ const dataVersion26 = 4790
// first time it ran: chunkAt prefers the store over the generator, so the
// already-explored area around spawn keeps its old terrain and every later fix
// looks like it did nothing in exactly the place you are standing.
const generatorVersion = 12
const generatorVersion = 13
// generatorVersionTag is the NBT key holding generatorVersion. It is namespaced
// because it is ours, not part of the vanilla chunk format.