prototype for ice seperation

This commit is contained in:
StempunkDev 2026-01-12 20:47:03 +01:00
parent f30ffd812e
commit 7f99323d22
9 changed files with 322 additions and 106 deletions

View file

@ -632,6 +632,9 @@ async function generate(options) {
Biomes.define();
Features.defineGroups();
Ice.initialize();
Ice.generate();
rankCells();
Cultures.generate();
Cultures.expand();