Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Fix swamp water transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridDog committed Feb 20, 2021
1 parent 92205af commit f40a64a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sumpf/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ minetest.register_node("sumpf:dirtywater_flowing", {
{name="sumpf_water_flowing.png", backface_culling=false, animation=ani},
{name="sumpf_water_flowing.png", backface_culling=true, animation=ani}
},
alpha = 191,
use_texture_alpha = "blend",
paramtype = "light",
walkable = false,
pointable = false,
Expand All @@ -213,7 +213,7 @@ minetest.register_node("sumpf:dirtywater_source", {
{name="sumpf_water_flowing.png", animation=ani}
},
special_tiles = {{name="sumpf_water_source.png", animation=ani, backface_culling=false},},
alpha = 191,
use_texture_alpha = "blend",
paramtype = "light",
walkable = false,
pointable = false,
Expand Down
Binary file modified sumpf/textures/sumpf_water_flowing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sumpf/textures/sumpf_water_source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f40a64a

Please sign in to comment.