diff --git a/mods/testmod/default.png b/mods/testmod/default.png deleted file mode 100755 index 0d3bad8..0000000 Binary files a/mods/testmod/default.png and /dev/null differ diff --git a/mods/testmod/main.lua b/mods/testmod/main.lua deleted file mode 100644 index 963a779..0000000 --- a/mods/testmod/main.lua +++ /dev/null @@ -1,9 +0,0 @@ -TPC.DefineCell({ - id = "testcell", - name = "Test Cell", - desc = "Just a test cell", - category = "Base", -}) - -TPC.Stableton.registerStableton("testcell", 5, { -1, 1, 2, -2 }, - { { x = 1, y = 0 }, { x = -1, y = 0 }, { x = 0, y = 1 }, { x = 0, y = -1 } }, {}, true, false, {}, 0)