We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(Optional) Setup an Minecraft Forge workspace (Use the Minecraft 1.12.2)
Download the LiquidLoader from Releases
Add the LiquidLoader as an dependency of your project
Create an plugin main class
package com.yourname.pluginname; import cn.afternode.liquidloader.Plugin; public class PluginMain extends Plugin{ }
name: PluginName author: YourName version: PluginVersion main: com.yourname.pluginname.PluginMain