From feee9cba448769b8d3f8ca9a65d86631739ceb87 Mon Sep 17 00:00:00 2001 From: Looki2000 Date: Wed, 1 Feb 2023 15:32:49 +0100 Subject: [PATCH] shortended water block texture code --- mods/amogus_blocks/init.lua | 78 ++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/mods/amogus_blocks/init.lua b/mods/amogus_blocks/init.lua index a8e0696..156216f 100644 --- a/mods/amogus_blocks/init.lua +++ b/mods/amogus_blocks/init.lua @@ -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,