1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-01-23 15:40:19 +01:00

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

View File

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