mirror of
https://gitlab.com/4w/mtimer.git
synced 2024-11-24 16:23:44 +01:00
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:
parent
253da97d52
commit
e58964bfd2
3
init.lua
3
init.lua
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user