forked from mtcontrib/farming
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
31101de345
15
food.lua
15
food.lua
@ -417,6 +417,21 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Mac & Cheese
|
||||||
|
|
||||||
|
minetest.register_craftitem("farming:mac_and_cheese", {
|
||||||
|
description = S("Mac & Cheese"),
|
||||||
|
inventory_image = "farming_mac_and_cheese.png",
|
||||||
|
on_use = minetest.item_eat(6, "farming:bowl")
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "farming:mac_and_cheese",
|
||||||
|
recipe = {
|
||||||
|
{"group:food_pasta", "group:food_cheese", "group:food_bowl"}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
-- Spaghetti
|
-- Spaghetti
|
||||||
|
|
||||||
minetest.register_craftitem("farming:spaghetti", {
|
minetest.register_craftitem("farming:spaghetti", {
|
||||||
|
@ -180,3 +180,6 @@ Created by TechM8 (https://www.deviantart.com/techm8)
|
|||||||
|
|
||||||
Created by RZR0 (CC-BY-NC-SA)
|
Created by RZR0 (CC-BY-NC-SA)
|
||||||
farming_blueberry_pie.png
|
farming_blueberry_pie.png
|
||||||
|
|
||||||
|
Created by DMBuce (MIT - https://github.com/DMBuce/hatchling-snacks)
|
||||||
|
farming_mac_and_cheese.png
|
||||||
|
BIN
textures/farming_mac_and_cheese.png
Normal file
BIN
textures/farming_mac_and_cheese.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 353 B |
Loading…
Reference in New Issue
Block a user