Merge pull request 'Fix png start warning and double slab description warning.' (#3796) from fix_png_warning_start into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3796
This commit is contained in:
ancientmarinerdev 2023-06-18 16:09:47 +00:00
commit 4a17c8abc1
2 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ function mcl_stairs.register_slab(subname, recipeitem, groups, images, descripti
-- Automatically generate double slab description
if not double_description then
double_description = S("Double @1", description)
minetest.log("warning", "[stairs] No explicit description for double slab '"..double_slab.."' added. Using auto-generated description.")
end
groups.slab = 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 319 B