summaryrefslogtreecommitdiff
path: root/mushroom.lua
diff options
context:
space:
mode:
authorroot <root@linuxworks.belug.de>2018-03-25 22:55:57 +0200
committerroot <root@linuxworks.belug.de>2018-03-25 22:55:57 +0200
commitf0f0d5bbd292ac3bbf0c9dd373bd4e4776827e34 (patch)
treee639f14ced6805459e8cd37da2babb162124c482 /mushroom.lua
parent3f9008c613e09e812f6dca1a43441f9b25d907dc (diff)
parent2f904e9e885d3a381131fec8a8658aacde782281 (diff)
Merge branch 'master' of https://github.com/tenplus1/ethereal
Diffstat (limited to 'mushroom.lua')
-rw-r--r--mushroom.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mushroom.lua b/mushroom.lua
index 91947e1..f89b2e8 100644
--- a/mushroom.lua
+++ b/mushroom.lua
@@ -13,7 +13,7 @@ minetest.register_craft({
recipe = {
{"flowers:mushroom_brown"},
{"flowers:mushroom_brown"},
- {"ethereal:bowl"},
+ {"group:food_bowl"},
}
})