Updated Glass of Water to actually be transparent

Added `use_texture_alpha = true` to the definition of claycrafter:glass_of_water
This commit is contained in:
Joaquin Villalba 2021-01-02 23:16:21 -03:00 committed by GitHub
parent 8e33df0067
commit 8b6c5f0cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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