port to 1.7.10
This commit is contained in:
+2
-2
@@ -17,10 +17,10 @@ buildscript {
|
|||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = '1.7.2-10.12.2.1147'
|
version = '1.7.10-10.13.0.1159'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar.baseName = 'BetterFoliage-1.7.2'
|
jar.baseName = 'BetterFoliage-1.7.10'
|
||||||
group = 'com.github.octarine-noise'
|
group = 'com.github.octarine-noise'
|
||||||
version='0.9.3b'
|
version='0.9.3b'
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ public class BetterFoliage {
|
|||||||
|
|
||||||
public static final String MOD_ID = "BetterFoliage";
|
public static final String MOD_ID = "BetterFoliage";
|
||||||
public static final String MOD_NAME = "Better Foliage";
|
public static final String MOD_NAME = "Better Foliage";
|
||||||
public static final String MC_VERSIONS = "[1.7.2]";
|
public static final String MC_VERSIONS = "[1.7.10]";
|
||||||
public static final String GUI_FACTORY = "mods.betterfoliage.client.gui.ConfigGuiFactory";
|
public static final String GUI_FACTORY = "mods.betterfoliage.client.gui.ConfigGuiFactory";
|
||||||
|
|
||||||
@Mod.Instance
|
@Mod.Instance
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ public class DeobfNames {
|
|||||||
public static final String RB_NAME_MCP = "net/minecraft/client/renderer/RenderBlocks";
|
public static final String RB_NAME_MCP = "net/minecraft/client/renderer/RenderBlocks";
|
||||||
|
|
||||||
/** Obfuscated name of RenderBlocks */
|
/** Obfuscated name of RenderBlocks */
|
||||||
public static final String RB_NAME_OBF = "ble";
|
public static final String RB_NAME_OBF = "blm";
|
||||||
|
|
||||||
/** MCP name of RenderBlocks.blockAccess */
|
/** MCP name of RenderBlocks.blockAccess */
|
||||||
public static final String RB_BA_NAME_MCP = "blockAccess";
|
public static final String RB_BA_NAME_MCP = "blockAccess";
|
||||||
@@ -20,7 +20,7 @@ public class DeobfNames {
|
|||||||
public static final String RB_BA_SIG_MCP = "Lnet/minecraft/world/IBlockAccess;";
|
public static final String RB_BA_SIG_MCP = "Lnet/minecraft/world/IBlockAccess;";
|
||||||
|
|
||||||
/** Obfuscated signature of RenderBlocks.blockAccess */
|
/** Obfuscated signature of RenderBlocks.blockAccess */
|
||||||
public static final String RB_BA_SIG_OBF = "Lafx;";
|
public static final String RB_BA_SIG_OBF = "Lahl;";
|
||||||
|
|
||||||
/** MCP name of RenderBlocks.renderBlockByRenderType() */
|
/** MCP name of RenderBlocks.renderBlockByRenderType() */
|
||||||
public static final String RB_RBBRT_NAME_MCP = "renderBlockByRenderType";
|
public static final String RB_RBBRT_NAME_MCP = "renderBlockByRenderType";
|
||||||
@@ -32,13 +32,13 @@ public class DeobfNames {
|
|||||||
public static final String RB_RBBRT_SIG_MCP = "(Lnet/minecraft/block/Block;III)Z";
|
public static final String RB_RBBRT_SIG_MCP = "(Lnet/minecraft/block/Block;III)Z";
|
||||||
|
|
||||||
/** Obfuscated signature of RenderBlocks.renderBlockByRenderType() */
|
/** Obfuscated signature of RenderBlocks.renderBlockByRenderType() */
|
||||||
public static final String RB_RBBRT_SIG_OBF = "(Lahu;III)Z";
|
public static final String RB_RBBRT_SIG_OBF = "(Laji;III)Z";
|
||||||
|
|
||||||
/** MCP signature of BetterFoliageClient.getRenderTypeOverride() */
|
/** MCP signature of BetterFoliageClient.getRenderTypeOverride() */
|
||||||
public static final String BFC_GRTO_SIG_MCP = "(Lnet/minecraft/world/IBlockAccess;IIILnet/minecraft/block/Block;I)I";
|
public static final String BFC_GRTO_SIG_MCP = "(Lnet/minecraft/world/IBlockAccess;IIILnet/minecraft/block/Block;I)I";
|
||||||
|
|
||||||
/** Obfuscated signature of BetterFoliageClient.getRenderTypeOverride() */
|
/** Obfuscated signature of BetterFoliageClient.getRenderTypeOverride() */
|
||||||
public static final String BFC_GRTO_SIG_OBF = "(Lafx;IIILahu;I)I";
|
public static final String BFC_GRTO_SIG_OBF = "(Lahl;IIILaji;I)I";
|
||||||
|
|
||||||
/** MCP name of SimpleReloadableResourceManager.domainResourceManagers */
|
/** MCP name of SimpleReloadableResourceManager.domainResourceManagers */
|
||||||
public static final String SRRM_DRM_MCP = "domainResourceManagers";
|
public static final String SRRM_DRM_MCP = "domainResourceManagers";
|
||||||
@@ -59,13 +59,13 @@ public class DeobfNames {
|
|||||||
public static final String SHADERS_PE_SIG_MCP = "(Lnet/minecraft/client/renderer/RenderBlocks;Lnet/minecraft/block/Block;III)V";
|
public static final String SHADERS_PE_SIG_MCP = "(Lnet/minecraft/client/renderer/RenderBlocks;Lnet/minecraft/block/Block;III)V";
|
||||||
|
|
||||||
/** Obfuscated signature of Shaders.pushEntity() */
|
/** Obfuscated signature of Shaders.pushEntity() */
|
||||||
public static final String SHADERS_PE_SIG_OBF = "(Lble;Lahu;III)V";
|
public static final String SHADERS_PE_SIG_OBF = "(Lblm;Laji;III)V";
|
||||||
|
|
||||||
/** MCP signature of BetterFoliageClient.getGLSLBlockIdOverride() */
|
/** MCP signature of BetterFoliageClient.getGLSLBlockIdOverride() */
|
||||||
public static final String BFC_GLSLID_SIG_MCP = "(ILnet/minecraft/block/Block;)I";
|
public static final String BFC_GLSLID_SIG_MCP = "(ILnet/minecraft/block/Block;)I";
|
||||||
|
|
||||||
/** Obfuscated signature of BetterFoliageClient.getGLSLBlockIdOverride() */
|
/** Obfuscated signature of BetterFoliageClient.getGLSLBlockIdOverride() */
|
||||||
public static final String BFC_GLSLID_SIG_OBF = "(ILahu;)I";
|
public static final String BFC_GLSLID_SIG_OBF = "(ILaji;)I";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
|
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
|
||||||
|
|
||||||
@IFMLLoadingPlugin.MCVersion("1.7.2")
|
@IFMLLoadingPlugin.MCVersion("1.7.10")
|
||||||
@IFMLLoadingPlugin.TransformerExclusions({"mods.betterfoliage.loader"})
|
@IFMLLoadingPlugin.TransformerExclusions({"mods.betterfoliage.loader"})
|
||||||
public class BetterFoliageLoader implements IFMLLoadingPlugin {
|
public class BetterFoliageLoader implements IFMLLoadingPlugin {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user