mirror of
https://github.com/DramaticShape/DramaticShapeVoxelMod.git
synced 2026-08-12 14:51:03 +02:00
21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"id": "DRAMATIC_SHAPE",
|
|
"name": "Dramatic Shape Voxel Mod",
|
|
"version": "1.8.0",
|
|
"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"
|
|
}
|