Add persistent island sizes for 5, 20 and 100 players
Build Sanctuary / build (push) Canceled after 0s

Default new Sanctuary worlds to the 20-player profile and keep legacy world generation isolated. Validate all three capacities progressively with real generation, fluid ticks and saved settings.
This commit is contained in:
koka
2026-09-09 04:14:18 +02:00
parent 0a0034dd42
commit ef5d1eaad9
74 changed files with 7317 additions and 64 deletions
+4 -1
View File
@@ -51,11 +51,14 @@ Pour produire un fichier importable par un lanceur compatible Modrinth :
```sh
cd build/packwiz # depuis la racine du dépôt
packwiz modrinth export --output ../Sanctuary-0.1.0-alpha.9.mrpack
packwiz modrinth export --output ../Sanctuary-0.1.0-alpha.10.mrpack
```
L'export contient le JAR Sanctuary local et la référence vérifiée de Fabric API.
Il ne publie rien sur Modrinth.
Les artefacts alpha.10 sont vérifiés localement. Les instances Sanctuary
Beta déjà raccordées continuent dutiliser le canal stable et recevront sa
mise à jour après publication, sans nouvelle importation.
Lalpha.9 est publiée et vérifiée. Linstance Sanctuary Beta existante suit
le canal packwiz ; cet export reste destiné aux imports ponctuels.