mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
forgot to give back the empty bucket on successful craft of white picket fence.
This commit is contained in:
parent
d1a86d8a61
commit
5ff52052c3
@ -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( {
|
||||
|
Loading…
Reference in New Issue
Block a user