From e58964bfd2b17d1f4a1fe845f05e8158eb57dd7a Mon Sep 17 00:00:00 2001 From: Dirk Sohler Date: Fri, 5 May 2017 22:31:24 +0200 Subject: [PATCH] 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 --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index ac2d2b6..3b2b97a 100644 --- a/init.lua +++ b/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)