Files
DramaticShapeVoxelMod/manifest.json
T
DramaticShape 89fe722a62 iterate version
2026-08-07 20:54:25 -04:00

21 lines
510 B
JSON

{
"id": "DRAMATIC_SHAPE",
"name": "Dramatic Shape Voxel Mod",
"version": "1.7.1",
"api": 2,
"entry": "main.lua",
"profile": "content",
"category": "GRAPHICS",
"game_version": "0.0.0-dev || >=0.1.37 <2.0.0",
"priority": 100,
"dependencies": [],
"optional_dependencies": [],
"conflicts": ["ds_fp_ceiling"],
"permissions": [
"engine_internals"
],
"affects_link": false,
"description": "Draws the overworld as a 3D diorama.",
"github": "DramaticShape/DramaticShapeVoxelMod"
}