Skip to content

ZimnyCat/utilrun

Repository files navigation

utilrun

Minecraft utility mod engine

Fabric 1.21

Default command prefix: >>

How to:

  1. Download the stable version of utilrun in releases or clone this repo
  2. Set up a development environment
  3. Create an util (ex: ExampleUtil) in utils folder or a command (ex: ExampleCmd) in commands folder
  4. Add instances of new utils(s) / command(s) to the onInitialize() method in the main class (base.Utilrun)
  5. Use gradlew build when you're done to build the mod