4x bowls returned from recipe

master
TenPlus1 2018-03-22 14:40:59 +00:00
parent e0af352267
commit f16b4dfea3
1 changed files with 1 additions and 1 deletions

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