diff options
Diffstat (limited to 'extra.lua')
-rw-r--r-- | extra.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ minetest.register_craftitem("ethereal:bowl", { }) minetest.register_craft({ - output = "ethereal:bowl", + output = "ethereal:bowl 4", recipe = { {"group:wood", "", "group:wood"}, {"", "group:wood", ""}, |