Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
KubeLoader is a KubeJS addon mod currently in early development stage, initially supporting Forge 1.20.1. (As the mod’s functionality has minimal dependency on Minecraft’s core code, version migration will be relatively easy. Support for other versions will be prioritized once development progresses sufficiently.)
KubeLoader introduces a “ContentPack” system - a KubeJS script & resource collection mechanism similar to “resource packs” or “data packs”. It supports two loading methods:
From ContentPack folders From mod resources
For ContentPack folder usage:
Place folders or zip files in kubejs/contentpacks/ (If the directory doesn’t exist, you can manually create it or wait for automatic generation during game initialization)
After content deployment:
KubeLoader will automatically create a contentpack_scripts folder under standard script paths to store processed scripts (⚠️ Do not modify any contents within this folder) A pack_resources folder will also be generated for storing ContentPack assets (including both assets and data directories)