shortended water block texture code
This commit is contained in:
parent
71cf78c304
commit
feee9cba44
@ -196,47 +196,47 @@ minetest.register_node("amogus_blocks:water", {
|
||||
tiles = {
|
||||
{
|
||||
name = "water.png",
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 2.0,
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "water.png",
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 2.0,
|
||||
},
|
||||
},
|
||||
},
|
||||
special_tiles = {
|
||||
-- New-style water source material (mostly unused)
|
||||
{
|
||||
name = "water.png",
|
||||
backface_culling = false,
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 2.0,
|
||||
},
|
||||
},
|
||||
-- New-style flowing water material (mostly unused)
|
||||
{
|
||||
name = "water.png",
|
||||
backface_culling = true,
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 0.8,
|
||||
},
|
||||
--animation = {
|
||||
-- type = "vertical_frames",
|
||||
-- aspect_w = 16,
|
||||
-- aspect_h = 16,
|
||||
-- length = 2.0,
|
||||
--},
|
||||
},
|
||||
--{
|
||||
-- name = "water.png",
|
||||
-- animation = {
|
||||
-- type = "vertical_frames",
|
||||
-- aspect_w = 16,
|
||||
-- aspect_h = 16,
|
||||
-- length = 2.0,
|
||||
-- },
|
||||
--},
|
||||
},
|
||||
--special_tiles = {
|
||||
-- -- New-style water source material (mostly unused)
|
||||
-- {
|
||||
-- name = "water.png",
|
||||
-- backface_culling = false,
|
||||
-- animation = {
|
||||
-- type = "vertical_frames",
|
||||
-- aspect_w = 16,
|
||||
-- aspect_h = 16,
|
||||
-- length = 2.0,
|
||||
-- },
|
||||
-- },
|
||||
-- -- New-style flowing water material (mostly unused)
|
||||
-- {
|
||||
-- name = "water.png",
|
||||
-- backface_culling = true,
|
||||
-- animation = {
|
||||
-- type = "vertical_frames",
|
||||
-- aspect_w = 16,
|
||||
-- aspect_h = 16,
|
||||
-- length = 0.8,
|
||||
-- },
|
||||
-- },
|
||||
--},
|
||||
alpha = 160,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user