mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-08 10:45:04 +00:00
fix textures
This commit is contained in:
parent
7b5d67cdbe
commit
d37d6fe07f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ function mcl_flowerpots.register_potted_cube(name, def)
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "flowerpot_with_long_cube.obj",
|
mesh = "flowerpot_with_long_cube.obj",
|
||||||
tiles = {
|
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,
|
use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "clip" or true,
|
||||||
visual_scale = 0.5,
|
visual_scale = 0.5,
|
||||||
|
|
Loading…
Reference in a new issue