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

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'},
}
})