@meta {
	name "Custom Entity Models Support";
	description "Installs mods to support Custom Entity Models in resource packs";
	authors "Nitrolaunch";
}

@install {
	if loader forgelike {
		require "optifine-support";
		finish;
	}
	if loader fabriclike {
		require "entity-model-features";
		finish;
	}
	fail unsupported_loader;
}
