Fix recipe bug

Remove a unnecessary space to make the mod work with unified_inventory
master^2
Thomas--S 2017-02-25 08:57:47 +01:00
parent f13da8bbf9
commit 9cb31b5335
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ if default then
minetest.register_craft({
output = out,
recipe = {
{"", " ", item},
{"", "", item},
{item, "bucket:bucket_water", item},
{"", item, ""}
},