You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded your latest version of technic and I like it.
In the file technic-master/extranodes/init.lua I changed line 8 to
local path = string.sub(technic.modpath, 1, (string.len(technic.modpath) - 7)).."extranodes"..technic.pathsep
and removed line 9 because it was a little shorter and works even if one is foolish enough not to rename technic-master to technic. It works in wine.
The text was updated successfully, but these errors were encountered:
I downloaded your latest version of technic and I like it.
In the file technic-master/extranodes/init.lua I changed line 8 to
local path = string.sub(technic.modpath, 1, (string.len(technic.modpath) - 7)).."extranodes"..technic.pathsep
and removed line 9 because it was a little shorter and works even if one is foolish enough not to rename technic-master to technic. It works in wine.
The text was updated successfully, but these errors were encountered: