Skip to content
Snippets Groups Projects
Commit c5393f14 authored by Vanessa Dannenberg's avatar Vanessa Dannenberg
Browse files

use empty bucket in shower tray recipe

parent 93351aec
No related branches found
No related tags found
No related merge requests found
......@@ -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" },
},
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment