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
Since im lacking time to work on this i will leave it in here in case anyone wants to fiddle with it.
Implementing mod support for the container is possible, the idea i had in mind was to:
1. Mod Specification Using Environment Variables
Mods can be specified through an environment variable, using the format: mod-id:version
Example: core-lib:3.2.1
Key Details:
The version can be omitted to default to the latest version of the mod.
Multiple mods can be specified as a comma-separated list: core-lib:3.2.1,corelibentity:4.0.4,corelibresources,corelibcommands:3.2.1
Since im lacking time to work on this i will leave it in here in case anyone wants to fiddle with it.
Implementing mod support for the container is possible, the idea i had in mind was to:
1. Mod Specification Using Environment Variables
Mods can be specified through an environment variable, using the format:
mod-id:version
core-lib:3.2.1
version
can be omitted to default to the latest version of the mod.core-lib:3.2.1,corelibentity:4.0.4,corelibresources,corelibcommands:3.2.1
2. Downloading Mods from Mod.io
3. Handling Downloaded Mods
mod-id
.core-lib
, its files should go into:<target-folder>/core-lib/
Dockerfile
).4. Managing Mod Updates
The container should be able to identify and manage mod updates:
5. Optional: Dependency Resolution
Get Mod Dependencies
The text was updated successfully, but these errors were encountered: