Change top/bottom texture from deco sandstone
This commit is contained in:
parent
98e494f665
commit
10d15c532d
|
@ -4,7 +4,7 @@ local img = {"eye", "men", "sun"}
|
|||
for i=1,3 do
|
||||
minetest.register_node("tsm_pyramids:deco_stone"..i, {
|
||||
description = desc[i],
|
||||
tiles = {"default_sandstone.png^tsm_pyramids_"..img[i]..".png"},
|
||||
tiles = {"default_sandstone.png", "default_sandstone.png", "default_sandstone.png^tsm_pyramids_"..img[i]..".png"},
|
||||
is_ground_content = false,
|
||||
groups = minetest.registered_nodes["default:sandstone"].groups,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user