give back buckets

This commit is contained in:
Brett O'Donnell 2012-10-02 09:29:14 +09:30
parent 8a9fad5c71
commit d327f54f7d

View File

@ -14,6 +14,7 @@ local register_dye_craft = function(output,recipe)
type = 'shapeless',
output = output,
recipe = recipe,
replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}},
})
end