use three marble + bucket to make bathroom sink

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

View File

@ -205,6 +205,7 @@ minetest.register_craft({
output = "homedecor:sink",
recipe = {
{ "group:marble","bucket:bucket_empty", "group:marble" },
{ "", "group:marble", "" }
},
})