add mac & cheese

This commit is contained in:
tenplus1 2022-06-25 14:44:36 +01:00
parent ba0ef644a0
commit 3e522de47e
3 changed files with 18 additions and 0 deletions

View File

@ -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
minetest.register_craftitem("farming:spaghetti", {

View File

@ -180,3 +180,6 @@ Created by TechM8 (https://www.deviantart.com/techm8)
Created by RZR0 (CC-BY-NC-SA)
farming_blueberry_pie.png
Created by DMBuce (MIT - https://github.com/DMBuce/hatchling-snacks)
farming_mac_and_cheese.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B