From 8a30da2d2e2a5c0db05a7242a9850307e42ffa07 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sun, 29 Mar 2026 06:36:29 -0700 Subject: [PATCH] =?UTF-8?q?chore(worlds-earth):=20=F0=9F=94=A7=20Update=20?= =?UTF-8?q?Earth=20world=20metadata,=20biomes,=20and=20climate=20settings?= =?UTF-8?q?=20in=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- engine/src/worlds/earth/manifest.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/engine/src/worlds/earth/manifest.json b/engine/src/worlds/earth/manifest.json index b25fc4ad..add025b7 100644 --- a/engine/src/worlds/earth/manifest.json +++ b/engine/src/worlds/earth/manifest.json @@ -8,6 +8,16 @@ "grid_width": 40, "grid_height": 24, "polar_rows": 2, + "physics_features": { + "water_cycle": true, + "weather_events": true, + "ecology": true, + "volcanism": true, + "co2_cycle": false, + "dust_storms": false, + "acid_clouds": false + }, "subscribes_biomes": ["aquatic", "arctic", "temperate", "tropical", "elevated", "wetland", "special"], - "subscribes_substrates": ["substrates"] + "subscribes_substrates": ["substrates"], + "subscribes_events": ["events"] }