issues
search
PilzAdam
/
farming_plus
Extended farming mod for Minetest
12
stars
26
forks
source link
Replace deprecated function 'intllib.Getter'
#27
Open
AntumDeluge
opened
7 years ago
AntumDeluge
commented
7 years ago
Check first for
intllib.make_gettext_pair
, otherwise continue using deprecated function
intllib.Getter
.
Call
minetest.global_exists
in place of
minetest.get_modpath
for
intllib
check (better practice in my opinion)