diff options
author | Rubenwardy <anjayward@gmail.com> | 2012-09-10 20:04:10 +0100 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2012-09-10 20:04:10 +0100 |
commit | b336aaa2b489ceee8e5bc803dabc3052d2bbd63a (patch) | |
tree | 5fcf17f5f4e15e259fa33b73056604e69a899a39 /meats.lua | |
parent | cf48b7dbadc2afc84613aa6c31b4c4bf8f95c177 (diff) |
Moved stuff around and added hot chocolate
Diffstat (limited to 'meats.lua')
-rw-r--r-- | meats.lua | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meats.lua b/meats.lua deleted file mode 100644 index 091ba77..0000000 --- a/meats.lua +++ /dev/null @@ -1,25 +0,0 @@ --- RUBENFOOD MOD
--- A mod written by rubenwardy that adds
--- food to the minetest game
--- ======================================
--- >> rubenfood/meats.lua
--- adds meat products
--- ======================================
--- [regis-food] Meat
--- ======================================
-
-minetest.register_craftitem("food:meat", {
- description = "Venison",
- inventory_image = "food_meat.png",
-})
-
-minetest.register_craft({
- type = "cooking",
- output = "food:meat",
- recipe = "food:meat_raw",
- cooktime = 20
-})
-
-
-
-
|