feat(volcanic-world): ✨ Add volcanic-themed world assets including textures, models, and configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
6bc04c1ef5
commit
287b22f3f8
1 changed files with 14 additions and 0 deletions
14
resources/worlds/volcanic_world/manifest.json
Normal file
14
resources/worlds/volcanic_world/manifest.json
Normal file
|
|
@ -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"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue