mirror of
https://gitlab.com/4w/mtimer.git
synced 2025-02-18 01:13:46 +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:
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
|
-- 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
|
-- it to be used of the screen location parameters in the HUD definition
|
||||||
local _xtimer_location_value = function (o)
|
local _xtimer_location_value = function (o)
|
||||||
|
Reference in New Issue
Block a user