From d37d6fe07fd979da3154237a11bd294b4a76f7f0 Mon Sep 17 00:00:00 2001 From: AFCMS Date: Thu, 11 Mar 2021 22:18:39 +0100 Subject: [PATCH] fix textures --- mods/ITEMS/mcl_flowerpots/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_flowerpots/init.lua b/mods/ITEMS/mcl_flowerpots/init.lua index fe022672..44507cf2 100644 --- a/mods/ITEMS/mcl_flowerpots/init.lua +++ b/mods/ITEMS/mcl_flowerpots/init.lua @@ -135,7 +135,7 @@ function mcl_flowerpots.register_potted_cube(name, def) drawtype = "mesh", mesh = "flowerpot_with_long_cube.obj", tiles = { - "[combine:32x32:0,0=mcl_flowerpots_flowerpot.png:0,0="..def.image, + def.image, }, use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "clip" or true, visual_scale = 0.5,