Setup
Extensions are very similar to a typical Forge mod, you can easily convert a Forge project to build a Meowtils extension however a simple example project will be provided below.
Note
If you need help, ask HERE.
1: Download project
Download the ExampleExtension.
2: Extract the project
Your operating system likely has a tool to extract .zip files already, if not you will have to download one.
3: Open the project
IntelliJ IDEA is the recommended program to use. You can follow any Forge modding guide if you want to use something else.
4: Add Meowtils as a library
-
Add the Meowtils.jar to the libs folder at root in your project.
-
Rename the jar to match what you have defined in the build.gradle, by default this will be
meowtils.jar.
Tip
If using IntelliJ IDEA you will be able to view the decompiled Meowtils.jar in your sidebar, this can be used as a reference.