Tree generation

This commit is contained in:
2026-09-25 17:41:36 -03:00
parent ea9d821047
commit fdd236071e
7 changed files with 305 additions and 7 deletions
+3 -1
View File
@@ -77,7 +77,9 @@ export function generate_raw_chunk(
sand: id("bworld:sand"),
snow: id("bworld:snow"),
water: id("bworld:water"),
});
log: id("bworld:log"),
leaves: id("bworld:leaves"),
}, (x, y, z, block) => spills.push(x, y, z, block));
generate_ores(blocks, chunk_x, chunk_z, seed, block_ids, BASE_ORES, default_values);
if (worldgen) {