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
Jetpack 0.2.13 requires with ".lua" in the string, results in looking for prototypes/phase1/jetpack\\lua.lua, but the java side loader.lua require works - find out what is going on. - Fixed in bc7321d
Enhance mod loading to respect dependency declarations starting with `~` which indicates dependencies that don't affect mod loading order. Relates to issues #37 and #42.
The big boy.
Dependency parsing issues
~
which indicates dependencies that don't affect mod loading order. Relates to issues #37 and #42. #44?
) and mod name. - Fixed in Enhance mod loading to respect dependency declarations starting with~
which indicates dependencies that don't affect mod loading order. Relates to issues #37 and #42. #44~
and!
(presumably(?)
is also broken, but less important to get fixed). - Fixed in Enhance mod loading to respect dependency declarations starting with~
which indicates dependencies that don't affect mod loading order. Relates to issues #37 and #42. #44Require() issues
prototypes/phase1/jetpack\\lua.lua
, but the java sideloader.lua
require works - find out what is going on. - Fixed in bc7321dEnhancements
~
and!
support)Optional
The text was updated successfully, but these errors were encountered: