diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-22 14:40:59 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-22 14:40:59 +0000 |
commit | f16b4dfea350418d67523e8798866e9963e13a52 (patch) | |
tree | f2166deedf79e92ddd4c3bb4654eafc951cb649c | |
parent | e0af3522671978e3a030d034bde6614572e47e44 (diff) |
4x bowls returned from recipe
-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", ""}, |