mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2024-12-22 15:30:19 +01:00
New texture for fallen cracked sandstone brick
This commit is contained in:
parent
eb3590ce68
commit
214ef62bda
@ -59,7 +59,7 @@ minetest.register_node("tsm_pyramids:trap", {
|
|||||||
minetest.register_node("tsm_pyramids:trap_2", {
|
minetest.register_node("tsm_pyramids:trap_2", {
|
||||||
description = S("Fallen Cracked Sandstone Brick"),
|
description = S("Fallen Cracked Sandstone Brick"),
|
||||||
_doc_items_longdesc = S("This old and porous brick fell to the ground. It does not hold itself anymore."),
|
_doc_items_longdesc = S("This old and porous brick fell to the ground. It does not hold itself anymore."),
|
||||||
tiles = {"default_sandstone_brick.png^tsm_pyramids_crack.png^[transformR90"},
|
tiles = {"default_sandstone_brick.png^tsm_pyramids_crack2.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {crumbly=3,cracky=3,falling_node=1,not_in_creative_inventory=1},
|
groups = {crumbly=3,cracky=3,falling_node=1,not_in_creative_inventory=1},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
|
BIN
textures/tsm_pyramids_crack2.png
Normal file
BIN
textures/tsm_pyramids_crack2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 529 B |
Loading…
Reference in New Issue
Block a user