mcvm 0.25.0

A fast, extensible, and powerful Minecraft launcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
@meta {
	name "Optifine Support";
	description "Installs Optifine and any necessary compatability mods";
	authors "mcvm";
}

@install {
	require <"optifine">;
	if modloader fabriclike {
		require "optifabric";
	}
}