DocFarming support and more foods added

此提交包含在:
Rubenwardy
2012-12-17 17:31:35 +00:00
父節點 0dd3316579
當前提交 ed0f8e255f
共有 10 個檔案被更改,包括 67 行新增21 行删除

查看文件

@@ -11,7 +11,7 @@
-- [craft] Hot Chocolate
-- =====================================
print ("RubenFood [Master] - Loading Hot")
print ("Food [Master] - Loading Hot")
-----------------------------Coffee-----------------------------

查看文件

@@ -11,7 +11,7 @@
-- [craft] Cactus Juice
-- =====================================
print ("RubenFood [Master] - Loading Juices")
print ("Food [Master] - Loading Juices")
--------------------------Apple Juice--------------------------
minetest.register_craftitem("food:apple_juice", {
@@ -47,4 +47,22 @@ minetest.register_craft({
{'""','"default:cactus"','""'},
{'""','"food:cup"','""'},
}
})
})
--------------------------Apple Juice--------------------------
minetest.register_craftitem("food:rainbow_juice", {
description = "Nyan Rainbow Juice",
inventory_image = "food_juice_rainbow.png",
on_use = minetest.item_eat(50)
})
minetest.register_craft({
output = '"food:rainbow_juice" 99',
recipe = {
{"","",""},
{"","default:nyancat_rainbow",""},
{"","food:cup",""},
}
})