diff options
author | Sokomine <wegwerf@anarres.dyndns.org> | 2015-07-26 03:03:57 +0200 |
---|---|---|
committer | Sokomine <wegwerf@anarres.dyndns.org> | 2015-07-26 03:03:57 +0200 |
commit | d92685d20c6bebce0a88512991646a16121b0810 (patch) | |
tree | 9a5c9ed4a6260fddeb3221782742c40dfba76fd5 /nodes_historic.lua | |
parent | 5f80623617c8bb1e605d3b1324146027509b5991 (diff) |
added some missing textures so it can be used with subgames that do not contain default
Diffstat (limited to 'nodes_historic.lua')
-rw-r--r-- | nodes_historic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_historic.lua b/nodes_historic.lua index 4b2a3fe..5fa29a9 100644 --- a/nodes_historic.lua +++ b/nodes_historic.lua @@ -79,7 +79,7 @@ if( stairs and stairs.register_stair_and_slab) then stairs.register_stair_and_slab("clay", "default:clay", {crumbly=3}, - {"default_clay.png"}, + {"cottages_clay.png"}, S("Clay Stairs"), S("Clay Slab"), default.node_sound_dirt_defaults()) |