forked from mtcontrib/food
Moved Stuff + Upgraded Graphics
This commit is contained in:
4
rubenfood_cpuload/depends.txt
Normal file
4
rubenfood_cpuload/depends.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
default
|
||||
bucket
|
||||
animalmaterials
|
||||
farming
|
||||
18
rubenfood_cpuload/init.lua
Normal file
18
rubenfood_cpuload/init.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
-- 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"'},
|
||||
}
|
||||
})
|
||||
BIN
rubenfood_cpuload/textures/ruben_cake.png
Normal file
BIN
rubenfood_cpuload/textures/ruben_cake.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 908 B |
BIN
rubenfood_cpuload/textures/ruben_cake_choco.png
Normal file
BIN
rubenfood_cpuload/textures/ruben_cake_choco.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 942 B |
BIN
rubenfood_cpuload/textures/ruben_pastry.png
Normal file
BIN
rubenfood_cpuload/textures/ruben_pastry.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 807 B |
BIN
rubenfood_cpuload/textures/ruben_pastry_choco.png
Normal file
BIN
rubenfood_cpuload/textures/ruben_pastry_choco.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 854 B |
Reference in New Issue
Block a user