Merge pull request #7 from orbea/eyes

Fix jar of eyes recipe.
This commit is contained in:
D00Med 2017-11-02 20:49:26 +10:00 committed by GitHub
commit 882af8e149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'},
}
})