diff --git a/build.gradle b/build.gradle index 6bf3cb3c5..1c73ad46f 100644 --- a/build.gradle +++ b/build.gradle @@ -66,13 +66,7 @@ def commonManifest = { } jar { - manifest { - attributes 'FMLCorePlugin': 'biomesoplenty.common.asm.BOPLoadingPlugin' - attributes 'FMLCorePluginContainsFMLMod': 'true' - attributes 'ForceLoadAsMod': true - attributes 'FMLAT': 'biomesoplenty_at.cfg' - } - + manifest commonManifest classifier = 'universal' } diff --git a/src/main/resources/biomesoplenty_at.cfg b/src/main/resources/biomesoplenty_at.cfg index 961887ac0..15b72030e 100644 --- a/src/main/resources/biomesoplenty_at.cfg +++ b/src/main/resources/biomesoplenty_at.cfg @@ -1,5 +1,4 @@ public net.minecraft.client.gui.GuiScreen func_146283_a(Ljava/util/List;II)V #drawHoveringText public net.minecraft.client.gui.GuiCreateWorld field_146320_D #field_146320_D public net.minecraft.client.gui.GuiCreateWorld field_146331_K #field_146331_K -public net.minecraft.world.WorldType func_151358_j()Lnet/minecraft/world/WorldType; #setNotificationData -public-f net.minecraft.world.biome.BiomeGenBase field_76756_M #biomeID \ No newline at end of file +public net.minecraft.world.WorldType func_151358_j()Lnet/minecraft/world/WorldType; #setNotificationData \ No newline at end of file