Add i18n support, add negative conditions

This commit is contained in:
Till Affeldt
2020-05-29 21:52:45 +02:00
parent 06f337b23e
commit dbce69be3b
7 changed files with 139 additions and 47 deletions

View File

@ -43,6 +43,8 @@ climate_mod.settings = {
volume = get_setting_number("volume", 1)
}
climate_mod.i18n = minetest.get_translator("climate_api")
-- initialize empty registers
climate_mod.weathers = {}
climate_mod.effects = {}