Quick Start
1. Download Yarnwrap and JSCore
Place them in your mods folder.
IMPORTANT
Fabric API is required.
2. Download Bootstrap.js
Unzip to .minecraft/config/jscore so your folder structure look like this.
.minecraft/config/jscore
├── sys/
├── modules/
│ ├── core/
│ └── register.js
└── init.js
3. Install Pully
Run the following command in game.
/js web https://raw.githubusercontent.com/FabricCore/pully/refs/heads/master/installer.js
Then rejoin world to register the new command.
4. Support the Project
Support the project by sharing modules you wrote.
- Check out the package repo to install community-made modules, or
- Follow the developer guide to write your own package.