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