Skip to main content

Workspace Setup

Create a new MultiLoader Mod

This guide will explain how to set up a new modding workspace with Sparkweave Engine.


Before you start

This Guide assumes you are already somewhat familiar with the Java Programming Language, and have an IDE and Java set up. We recommend using IntelliJ IDEA, the Community Edition is free. For Java you will need a Java 21 JDK.

Setting up your workspace

The easiest way to start is by using our Template on GitHub, which will come with an example mod setup and Sparkweave preinstalled. To use this, simply click the use this template button.

Once you've created a repository, you can then clone it to your computer. Finally, you can run the setup script(soon™️) rename all references to examplemod to your mod ID.

That's it!
You should now have a fully functioning multiloader workspace with Sparkweave Engine installed.