use empty bucket in shower tray recipe

This commit is contained in:
Vanessa Dannenberg 2018-10-25 13:15:24 -04:00
parent 93351aecda
commit c5393f1462
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ minetest.register_craft({
minetest.register_craft({
output = "homedecor:shower_tray",
recipe = {
{ "group:marble","bucket:bucket_water", "group:marble" },
{ "group:marble","bucket:bucket_empty", "group:marble" },
},
})