Merge pull request #13 from sys4-fr/master

Fix deprecated use of use_texture_alpha for Minetest 5.4+
This commit is contained in:
Joaquin Villalba 2024-04-13 23:46:15 -03:00 committed by GitHub
commit 84008fa3e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ minetest.register_node("claycrafter:glass_of_water", {
inventory_image = "claycrafter_glass_of_water_inv.png", inventory_image = "claycrafter_glass_of_water_inv.png",
wield_image = "claycrafter_glass_of_water.png", wield_image = "claycrafter_glass_of_water.png",
paramtype = "light", paramtype = "light",
use_texture_alpha = true, use_texture_alpha = "blend",
is_ground_content = false, is_ground_content = false,
walkable = false, walkable = false,
sunlight_propagates = true, sunlight_propagates = true,