summaryrefslogtreecommitdiff
path: root/utensils.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-06-21 08:57:06 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-06-21 08:57:06 +0100
commitb6a970b5bdd7862ad50f342ed8e2c365736cb938 (patch)
tree7b01d5dcd5b68be45c28f9777c86bff15033ef69 /utensils.lua
parent10abb996c10c310f8cea66e7e085b852897a0a23 (diff)
removed drinking_cup, changed coffee recipe, recycle mixing bowl recipe
Diffstat (limited to 'utensils.lua')
-rw-r--r--utensils.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/utensils.lua b/utensils.lua
index 855af90..35fe7ed 100644
--- a/utensils.lua
+++ b/utensils.lua
@@ -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",
+ },
+})