From df4cf9405c49fd173fb04930e778efb2796e8274 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Tue, 10 Mar 2015 16:33:46 +1100 Subject: [PATCH] More manifest nonsense --- build.gradle | 8 +------- src/main/resources/biomesoplenty_at.cfg | 3 +-- 2 files changed, 2 insertions(+), 9 deletions(-) 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