@meta {
	name "Custom Splash Screen Support";
	description "Installs mods to support custom splash screens in resource packs";
	authors "Nitrolaunch";
}

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