From 287b22f3f8d98d92db78b7a419a07d17309d7872 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 31 Mar 2026 05:43:39 -0700 Subject: [PATCH] =?UTF-8?q?feat(volcanic-world):=20=E2=9C=A8=20Add=20volca?= =?UTF-8?q?nic-themed=20world=20assets=20including=20textures,=20models,?= =?UTF-8?q?=20and=20configurations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- resources/worlds/volcanic_world/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/worlds/volcanic_world/manifest.json diff --git a/resources/worlds/volcanic_world/manifest.json b/resources/worlds/volcanic_world/manifest.json new file mode 100644 index 00000000..5d134a63 --- /dev/null +++ b/resources/worlds/volcanic_world/manifest.json @@ -0,0 +1,14 @@ +{ + "id": "volcanic_world", + "name": "Volcanic World", + "gravity": 1.2, + "atmosphere": "toxic_sulfuric", + "physics_features": { + "climate": true, + "ecology": false, + "hydrology": false + }, + "subscribes_biomes": ["volcanic_world", "arid_world", "geological"], + "subscribes_substrates": ["substrates"], + "subscribes_events": ["volcanic", "seismic", "atmospheric"] +}