update compatibility

This commit is contained in:
DramaticShape
2026-08-05 19:03:49 -04:00
parent 20c9061625
commit 77e0f93315
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@
# The SDK suite and the probes it grew out of. A shipped test that requires
# an engine module reads as a private require against the archive
# (CONTRIBUTING-mods.md "What the PR must contain", 2).
tests/arena_config.lua
tests/arena_editor.lua
tests/arena_pick.lua
tests/battle_shots.lua
tests/dramatic_shape_test.lua
+2 -2
View File
@@ -1,7 +1,7 @@
{
"id": "DRAMATIC_SHAPE",
"name": "Dramatic Shape Voxel Mod",
"version": "1.6.0",
"version": "1.6.1",
"api": 2,
"entry": "main.lua",
"profile": "content",
@@ -10,7 +10,7 @@
"priority": 100,
"dependencies": [],
"optional_dependencies": [],
"conflicts": [],
"conflicts": ["ds_fp_ceiling"],
"permissions": [
"engine_internals"
],