-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server/Mods: Implement Mod Pack functionality #63
Labels
Comments
assofohdz
moved this from Todo or Ready
to In Progress
in @assofohdz's Subspace-Infinity
Jan 10, 2023
base-apis.json
modpack json file:
base-includes.groovy:
Setting up modmanager:
|
Entity.metadata:
|
assofohdz
moved this from In Progress
to Todo or Ready
in @assofohdz's Subspace-Infinity
Jan 10, 2023
assofohdz
moved this from Todo or Ready
to In Progress
in @assofohdz's Subspace-Infinity
Jan 11, 2023
assofohdz
moved this from In Progress
to Todo or Ready
in @assofohdz's Subspace-Infinity
Jan 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement a system that can load groovy mod packs (much like the dynamic loading of java classes that is in already):
https://github.com/pspeed42/moss/tree/master/action/src/main/java/com/simsilica/action
https://github.com/pspeed42/moss/tree/master/mmod
See also: https://github.com/assofohdz/moss/blob/master/tools/blocked2/src/main/java/com/simsilica/blocked/ScriptState.java
and https://github.com/assofohdz/moss/tree/master/tools/mapper/sample/scripts
This is a lot of new stuff to take in, but would be very cool to have in.
The text was updated successfully, but these errors were encountered: