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:
@ -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"}}
|
||||
})
|
||||
})
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user