forgot to give back the empty bucket on successful craft of white picket fence.

master
Vanessa Ezekowitz 2012-09-30 18:19:30 -04:00
parent d1a86d8a61
commit 5ff52052c3
1 changed files with 1 additions and 0 deletions

View File

@ -1128,6 +1128,7 @@ minetest.register_craft( {
{ "default:stick", "unifieddyes:white_paint", "default:stick" },
{ "default:stick", "default:stick", "default:stick" }
},
replacements = { {'unifieddyes:white_paint', 'bucket:bucket_empty'}, },
})
minetest.register_craft( {