1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-07-25 10:10:18 +02:00

DocFarming support and more foods added

This commit is contained in:
Rubenwardy
2012-12-17 17:31:35 +00:00
parent 0dd3316579
commit ed0f8e255f
10 changed files with 67 additions and 21 deletions

View File

@ -14,7 +14,7 @@
-- [craft] Bun Dough
-- =====================================
print "RubenFood [Master] - Loading Bread"
print "Food [Master] - Loading Bread"
-- doughs
if not minetest.get_modpath("farming") then
@ -41,7 +41,7 @@ minetest.register_craftitem("food:bread_slice", {
print "RubenFood [Master] - Loading Buns"
print "Food [Master] - Loading Buns"
minetest.register_craftitem("food:bun_mix", {
description = "Bun Mix",
inventory_image = "food_bun_mix.png",
@ -66,4 +66,4 @@ minetest.register_craft({
{"food:flour", "food:flour", "bucket:bucket_water"},
},
replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}
})
})

View File

@ -13,7 +13,7 @@
-- [craft] Burger
-- ======================================
print "RubenFood [Master] - Loading Sandwiches"
print "Food [Master] - Loading Sandwiches"
minetest.register_craftitem("food:sw_meat", {
description = "Venison Sandwich",