4x bowls returned from recipe

This commit is contained in:
TenPlus1 2018-03-22 14:40:59 +00:00
parent e0af352267
commit f16b4dfea3

View File

@ -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", ""},