read mod configuration from mods

For making mods less dependent from the modpack mods now initiate
theimselves. This fixes https://github.com/dsohler/xtend_modpack/issues/1
This commit is contained in:
Dirk Sohler 2017-05-05 22:31:24 +02:00
parent 253da97d52
commit e58964bfd2

@ -1,3 +1,6 @@
_xtend.i('xtimer')
-- Convert a given x,y string into a table {x=given_x, y=given_y} and return
-- it to be used of the screen location parameters in the HUD definition
local _xtimer_location_value = function (o)