diff options
Diffstat (limited to 'rubenfood_animalsandfarming')
-rw-r--r-- | rubenfood_animalsandfarming/depends.txt | 4 | ||||
-rw-r--r-- | rubenfood_animalsandfarming/init.lua | 18 | ||||
-rw-r--r-- | rubenfood_animalsandfarming/textures/ruben_cake.png | bin | 728 -> 0 bytes | |||
-rw-r--r-- | rubenfood_animalsandfarming/textures/ruben_cake_choco.png | bin | 733 -> 0 bytes | |||
-rw-r--r-- | rubenfood_animalsandfarming/textures/ruben_pastry.png | bin | 641 -> 0 bytes | |||
-rw-r--r-- | rubenfood_animalsandfarming/textures/ruben_pastry_choco.png | bin | 696 -> 0 bytes |
6 files changed, 0 insertions, 22 deletions
diff --git a/rubenfood_animalsandfarming/depends.txt b/rubenfood_animalsandfarming/depends.txt deleted file mode 100644 index fc8c9ae..0000000 --- a/rubenfood_animalsandfarming/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -bucket -animalmaterials -farming
\ No newline at end of file diff --git a/rubenfood_animalsandfarming/init.lua b/rubenfood_animalsandfarming/init.lua deleted file mode 100644 index b94fc2d..0000000 --- a/rubenfood_animalsandfarming/init.lua +++ /dev/null @@ -1,18 +0,0 @@ --- Loads the animal mod based crafting -print ("RubenFood: Loading animal+farming based foods") - ----------------Cake Pastry----------- - -minetest.register_craft({ - output = '"rubenfood:cakemix_plain" 1', - recipe = { - {'"farming:wheat"','"animalmaterials:milk"','"animalmaterials:egg"'}, - } -}) - -minetest.register_craft({ - output = '"rubenfood:cakemix_choco" 1', - recipe = { - {'""','"default:dirt"','""'}, {'"farming:wheat"','"animalmaterials:milk"','"animalmaterials:egg"'}, - } -})
\ No newline at end of file diff --git a/rubenfood_animalsandfarming/textures/ruben_cake.png b/rubenfood_animalsandfarming/textures/ruben_cake.png Binary files differdeleted file mode 100644 index 08ba65c..0000000 --- a/rubenfood_animalsandfarming/textures/ruben_cake.png +++ /dev/null diff --git a/rubenfood_animalsandfarming/textures/ruben_cake_choco.png b/rubenfood_animalsandfarming/textures/ruben_cake_choco.png Binary files differdeleted file mode 100644 index da565b0..0000000 --- a/rubenfood_animalsandfarming/textures/ruben_cake_choco.png +++ /dev/null diff --git a/rubenfood_animalsandfarming/textures/ruben_pastry.png b/rubenfood_animalsandfarming/textures/ruben_pastry.png Binary files differdeleted file mode 100644 index 16d964c..0000000 --- a/rubenfood_animalsandfarming/textures/ruben_pastry.png +++ /dev/null diff --git a/rubenfood_animalsandfarming/textures/ruben_pastry_choco.png b/rubenfood_animalsandfarming/textures/ruben_pastry_choco.png Binary files differdeleted file mode 100644 index cf4ef07..0000000 --- a/rubenfood_animalsandfarming/textures/ruben_pastry_choco.png +++ /dev/null |