summaryrefslogtreecommitdiff
path: root/games/minimal/mods/testfood
diff options
context:
space:
mode:
Diffstat (limited to 'games/minimal/mods/testfood')
-rw-r--r--games/minimal/mods/testfood/init.lua24
-rw-r--r--games/minimal/mods/testfood/mod.conf2
-rw-r--r--games/minimal/mods/testfood/textures/testfood_bad.pngbin126 -> 0 bytes
-rw-r--r--games/minimal/mods/testfood/textures/testfood_bad2.pngbin133 -> 0 bytes
-rw-r--r--games/minimal/mods/testfood/textures/testfood_good.pngbin129 -> 0 bytes
-rw-r--r--games/minimal/mods/testfood/textures/testfood_good2.pngbin145 -> 0 bytes
6 files changed, 0 insertions, 26 deletions
diff --git a/games/minimal/mods/testfood/init.lua b/games/minimal/mods/testfood/init.lua
deleted file mode 100644
index a6236ff68..000000000
--- a/games/minimal/mods/testfood/init.lua
+++ /dev/null
@@ -1,24 +0,0 @@
-local S = minetest.get_translator("testfood")
-
-minetest.register_craftitem("testfood:good1", {
- description = S("Good Food (+1)"),
- inventory_image = "testfood_good.png",
- on_use = minetest.item_eat(1),
-})
-minetest.register_craftitem("testfood:good5", {
- description = S("Good Food (+5)"),
- inventory_image = "testfood_good2.png",
- on_use = minetest.item_eat(5),
-})
-
-minetest.register_craftitem("testfood:bad1", {
- description = S("Bad Food (-1)"),
- inventory_image = "testfood_bad.png",
- on_use = minetest.item_eat(-1),
-})
-minetest.register_craftitem("testfood:bad5", {
- description = S("Bad Food (-5)"),
- inventory_image = "testfood_bad2.png",
- on_use = minetest.item_eat(-5),
-})
-
diff --git a/games/minimal/mods/testfood/mod.conf b/games/minimal/mods/testfood/mod.conf
deleted file mode 100644
index 7bff21b6e..000000000
--- a/games/minimal/mods/testfood/mod.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-name = testfood
-description = For testing food items
diff --git a/games/minimal/mods/testfood/textures/testfood_bad.png b/games/minimal/mods/testfood/textures/testfood_bad.png
deleted file mode 100644
index 6e9251440..000000000
--- a/games/minimal/mods/testfood/textures/testfood_bad.png
+++ /dev/null
Binary files differ
diff --git a/games/minimal/mods/testfood/textures/testfood_bad2.png b/games/minimal/mods/testfood/textures/testfood_bad2.png
deleted file mode 100644
index 22b567890..000000000
--- a/games/minimal/mods/testfood/textures/testfood_bad2.png
+++ /dev/null
Binary files differ
diff --git a/games/minimal/mods/testfood/textures/testfood_good.png b/games/minimal/mods/testfood/textures/testfood_good.png
deleted file mode 100644
index 31df7f5dd..000000000
--- a/games/minimal/mods/testfood/textures/testfood_good.png
+++ /dev/null
Binary files differ
diff --git a/games/minimal/mods/testfood/textures/testfood_good2.png b/games/minimal/mods/testfood/textures/testfood_good2.png
deleted file mode 100644
index e43dda209..000000000
--- a/games/minimal/mods/testfood/textures/testfood_good2.png
+++ /dev/null
Binary files differ