diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:40:36 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:40:36 +0000 |
commit | c008cbeebd872cb455ccaf3034d55232ce4a0e8b (patch) | |
tree | 0663e59ce0caeb3e410afd996f249433a3bee26a /mushroom.lua | |
parent | ec0f2899cc0fda292bc30c45fe8ad55e25d44b8b (diff) |
Food recipes now use food_ groups
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"},
}
})
|