@meta {
name "Natural Textures Support";
description "Installs mods to ensure support for natural textures in resource packs";
authors "mcvm";
}
@install {
# Natural textures are now supported in newer versions of Minecraft
if version "1.8+" {
finish;
}
if modloader forgelike {
require "optifine-support";
}
fail unsupported_modloader;
}