1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-06-30 23:20:43 +02:00

Added font_lib deprecation and corresponding notices in READMEs

This commit is contained in:
Pierre-Yves Rollo
2018-12-11 11:52:55 +01:00
parent d013809244
commit 81e6dc89ae
4 changed files with 73 additions and 4 deletions

View File

@ -33,6 +33,4 @@ dofile(font_api.path.."/fontform.lua")
if minetest.get_modpath("display_api") then
dofile(font_api.path.."/display_api.lua")
end
-- Compatibility
font_lib = font_api
dofile(font_api.path.."/deprecation.lua")