1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-30 15:20:42 +02:00

removed drinking_cup, changed coffee recipe, recycle mixing bowl recipe

This commit is contained in:
TenPlus1
2018-06-21 08:57:06 +01:00
parent 10abb996c1
commit b6a970b5bd
3 changed files with 22 additions and 58 deletions

View File

@ -147,3 +147,12 @@ minetest.register_craft({
{"", "default:glass", ""},
}
})
minetest.register_craft( {
type = "shapeless",
output = "vessels:glass_fragments",
recipe = {
"farming:mixing_bowl",
"farming:mixing_bowl",
},
})