1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-22 16:10:18 +01:00

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

View File

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