forked from VoxeLibre/VoxeLibre
Merge pull request 'Fix png start warning and double slab description warning.' (#3796) from fix_png_warning_start into master
Reviewed-on: MineClone2/MineClone2#3796
This commit is contained in:
commit
4a17c8abc1
|
@ -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 |
Loading…
Reference in New Issue