Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bri cassa 2022-08-26 14:56:17 +02:00
commit 31101de345
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