Fix jar of eyes recipe.

This commit is contained in:
orbea 2017-11-02 02:16:43 -07:00
parent 27cd07358a
commit fe9df3f1b6
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ minetest.register_craft({
minetest.register_craft({
output = 'witchcraft:bottle_eyes',
recipe = {
{'default:bucket_water'},
{'bucket:bucket_water'},
{'vessels:drinking_glass'},
}
})