diff options
| author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-04 08:40:44 +0100 | 
|---|---|---|
| committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-04 08:40:44 +0100 | 
| commit | 45275cb6e43662a9d8b6e1c09043bce4fc548e8e (patch) | |
| tree | eb160b769c9d46e635812a2587dd9b736ce9de32 | |
| parent | 627f14bd30ec64c72d786cbf1a51970d18b3c1bf (diff) | |
Fix stairsplus registration
| -rw-r--r-- | init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ for _, clay in pairs(clay) do  	-- register stairsplus stairs if found  	if minetest.global_exists("stairsplus") then -		stairsplus:register_all("bakedclay", clay[1], "bakedclay:" .. clay[1], { +		stairsplus:register_all("bakedclay", "baked_clay_" .. clay[1], "bakedclay:" .. clay[1], {  			description = clay[2] .. " Baked Clay",  			tiles = {"baked_clay_" .. clay[1] .. ".png"},  			groups = {cracky = 3},  | 
