diff options
author | root <root@linuxworks.belug.de> | 2018-03-25 22:55:57 +0200 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2018-03-25 22:55:57 +0200 |
commit | f0f0d5bbd292ac3bbf0c9dd373bd4e4776827e34 (patch) | |
tree | e639f14ced6805459e8cd37da2babb162124c482 /mushroom.lua | |
parent | 3f9008c613e09e812f6dca1a43441f9b25d907dc (diff) | |
parent | 2f904e9e885d3a381131fec8a8658aacde782281 (diff) |
Merge branch 'master' of https://github.com/tenplus1/ethereal
Diffstat (limited to 'mushroom.lua')
-rw-r--r-- | mushroom.lua | 2 |
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"},
}
})
|