Creating your mod

Okay, you wanna make a Dirifin mod? It's easy.

Instructions

  • Make a folder in the mods folder
  • Make meta.json file
  • Fill out meta.json

Use dummyMod (or this) as a base:

{
	"name": "Dummy Mod",
	"description": "Dummy mod to explain stuff ig",
	
	"authors": [
		"Macohi"
	],

	"mod_version": 2,
	"api_version": 3.0
}

And boom, now you've got your mod and it's in the mods menu.