Update items.lua

This commit is contained in:
Joaquin Villalba 2024-06-03 20:27:50 -03:00 committed by GitHub
parent d1415aebff
commit 5f495d4de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -62,9 +62,6 @@ minetest.register_craft({
{"group:vessel", "group:vessel", "group:vessel"},
{"group:vessel", "group:water", "group:vessel"},
{"group:vessel", "group:vessel", "group:vessel"}
},
replacements = {
{"group:water_bucket", "bucket:bucket_empty"},
}
})