Match vanilla ore block traversal

This commit is contained in:
Daniar Mannanov 2026-08-17 00:45:32 +03:00
parent 400e76382a
commit c68c5c2744
4 changed files with 103 additions and 85 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 = 17
const generatorVersion = 18
// generatorVersionTag is the NBT key holding generatorVersion. It is namespaced
// because it is ours, not part of the vanilla chunk format.