From 77e0f933150c6d37125eb12a1c8ad22631beee4d Mon Sep 17 00:00:00 2001 From: DramaticShape Date: Wed, 5 Aug 2026 19:03:49 -0400 Subject: [PATCH] update compatibility --- .modkitignore | 2 ++ manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.modkitignore b/.modkitignore index eb0f4a9..729152d 100644 --- a/.modkitignore +++ b/.modkitignore @@ -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 diff --git a/manifest.json b/manifest.json index d78f4c8..32e5c9e 100644 --- a/manifest.json +++ b/manifest.json @@ -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" ],