added transparency to the water
This commit is contained in:
parent
d16714b3ae
commit
98a97f4aee
@ -255,6 +255,8 @@ minetest.register_node("amogus_blocks:wood", {
|
|||||||
-- groups = {water = 3, liquid = 3, puts_out_fire = 1},
|
-- groups = {water = 3, liquid = 3, puts_out_fire = 1},
|
||||||
--})
|
--})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
minetest.register_node("amogus_blocks:water_source", {
|
minetest.register_node("amogus_blocks:water_source", {
|
||||||
description = "Water Source",
|
description = "Water Source",
|
||||||
drawtype = "liquid",
|
drawtype = "liquid",
|
||||||
@ -262,11 +264,11 @@ minetest.register_node("amogus_blocks:water_source", {
|
|||||||
|
|
||||||
tiles = {
|
tiles = {
|
||||||
{
|
{
|
||||||
name = "water.png",
|
name = "water.png^[opacity:127]",
|
||||||
backface_culling = false,
|
backface_culling = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "water.png",
|
name = "water.png^[opacity:127]",
|
||||||
backface_culling = true,
|
backface_culling = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -293,14 +295,14 @@ minetest.register_node("amogus_blocks:water_flowing", {
|
|||||||
drawtype = "flowingliquid",
|
drawtype = "flowingliquid",
|
||||||
waving = 3,
|
waving = 3,
|
||||||
|
|
||||||
tiles = {"water.png"},
|
tiles = {"water.png^[opacity:127]"},
|
||||||
special_tiles = {
|
special_tiles = {
|
||||||
{
|
{
|
||||||
name = "water.png",
|
name = "water.png^[opacity:127]",
|
||||||
backface_culling = false,
|
backface_culling = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "water.png",
|
name = "water.png^[opacity:127]",
|
||||||
backface_culling = true,
|
backface_culling = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user