diff options
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"},
}
})
|