diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-12 12:33:16 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-12 12:33:16 +0100 |
commit | 7c39b7cbfef26ec7bb64190dc1959d292fa1a60c (patch) | |
tree | 1179c99c679f73a8b9bb35d36f86560ec97caa4e | |
parent | 45275cb6e43662a9d8b6e1c09043bce4fc548e8e (diff) |
add stairsplus alias'
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ for _, clay in pairs(clay) do sounds = default.node_sound_stone_defaults(), }) + stairsplus:register_alias_all("bakedclay", clay[1], "bakedclay", "baked_clay_" .. clay[1]) + -- register stair and slab (unless stairs redo active) elseif stairs and not stairs.mod then |