Jump to content

[SOLVED] [1.6.2] Recompiling Error


xcoopergangx

Recommended Posts

I tryed recompiling because i fixed some things in my mod but this happened

 

Log from mcperr:

!! renaming disabled !!
08:41:02 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
08:41:02 - 
08:41:02 - == ERRORS FOUND in JAVA CODE ==
08:41:02 - 
08:41:02 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Block;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Init;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumMod.java:16: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Init;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumMod.java:18: warning: [deprecation] PreInit in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.PreInit;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Init;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
08:41:02 - public interface IBlockLiquid extends ILiquid {
08:41:02 -                                       ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
08:41:02 - public class LiquidTank implements ILiquidTank {
08:41:02 -                                    ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumMod.java:71: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - @Init
08:41:02 -  ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
08:41:02 - import net.minecraft.client.particle.EntityCrit2FX;
08:41:02 -          ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:41:02 -     public int getSizeInventorySide(ForgeDirection side)
08:41:02 -                ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:41:02 -     public int getStartInventorySide(ForgeDirection side)
08:41:02 -                ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
08:41:02 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
08:41:02 -                                                                                                   ^
08:41:02 - 
08:41:02 -   cast to Object for a varargs call
08:41:02 -   cast to Object[] for a non-varargs call and to suppress this warning
08:41:02 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
08:41:02 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
08:41:02 -                                                                            ^
08:41:02 - 
08:41:02 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:41:02 -     public String[] getLibraryRequestClass()
08:41:02 -                     ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
08:41:02 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
08:41:02 -                           ^
08:41:02 - 
08:41:02 -   symbol:   method func_142030_c(WorldClient)
08:41:02 -   location: class WorldClient
08:41:02 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
08:41:02 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
08:41:02 -                           ^
08:41:02 - 
08:41:02 -   symbol:   method func_142030_c(WorldClient)
08:41:02 -   location: class WorldClient
08:41:02 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
08:41:02 -         par1NetHandler.func_142031_a(this);
08:41:02 -                       ^
08:41:02 - 
08:41:02 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
08:41:02 -   location: variable par1NetHandler of type NetHandler
08:41:02 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:41:02 -     public String[] getLibraryRequestClass()
08:41:02 -                     ^
08:41:02 - 
08:41:02 - 3 errors
08:41:02 - 21 warnings
08:41:02 - ==================
08:41:02 - 
08:41:02 - !! Can not find server sources, try decompiling !!
08:41:27 - !! Can not find server md5s !!
08:01:56 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
08:01:56 - 
08:01:56 - == ERRORS FOUND in JAVA CODE ==
08:01:56 - 
08:01:56 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Block;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Init;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumMod.java:16: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Init;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumMod.java:18: warning: [deprecation] PreInit in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.PreInit;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Init;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
08:01:56 - public interface IBlockLiquid extends ILiquid {
08:01:56 -                                       ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
08:01:56 - public class LiquidTank implements ILiquidTank {
08:01:56 -                                    ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumMod.java:72: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - @Init
08:01:56 -  ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
08:01:56 - import net.minecraft.client.particle.EntityCrit2FX;
08:01:56 -          ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:01:56 -     public int getSizeInventorySide(ForgeDirection side)
08:01:56 -                ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:01:56 -     public int getStartInventorySide(ForgeDirection side)
08:01:56 -                ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
08:01:56 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
08:01:56 -                                                                                                   ^
08:01:56 - 
08:01:56 -   cast to Object for a varargs call
08:01:56 -   cast to Object[] for a non-varargs call and to suppress this warning
08:01:56 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
08:01:56 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
08:01:56 -                                                                            ^
08:01:56 - 
08:01:56 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:01:56 -     public String[] getLibraryRequestClass()
08:01:56 -                     ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
08:01:56 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
08:01:56 -                                                              ^
08:01:56 - 
08:01:56 -   symbol:   variable thePlayer
08:01:56 -   location: class Object
08:01:56 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
08:01:56 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
08:01:56 -                                                              ^
08:01:56 - 
08:01:56 -   symbol:   method getIntegratedServer()
08:01:56 -   location: class Object
08:01:56 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
08:01:56 -         par1NetHandler.func_142031_a(this);
08:01:56 -                       ^
08:01:56 - 
08:01:56 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
08:01:56 -   location: variable par1NetHandler of type NetHandler
08:01:56 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:01:56 -     public String[] getLibraryRequestClass()
08:01:56 -                     ^
08:01:56 - 
08:01:56 - 3 errors
08:01:56 - 21 warnings
08:01:56 - ==================
08:01:56 - 
08:01:56 - !! Can not find server sources, try decompiling !!
08:02:26 - !! Can not find server md5s !!
16:13:14 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
16:13:14 - 
16:13:14 - == ERRORS FOUND in JAVA CODE ==
16:13:14 - 
16:13:14 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Block;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Init;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumMod.java:18: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Init;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumMod.java:20: warning: [deprecation] PreInit in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.PreInit;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Init;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
16:13:14 - public interface IBlockLiquid extends ILiquid {
16:13:14 -                                       ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
16:13:14 - public class LiquidTank implements ILiquidTank {
16:13:14 -                                    ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumMod.java:74: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - @Init
16:13:14 -  ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
16:13:14 - import net.minecraft.client.particle.EntityCrit2FX;
16:13:14 -          ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
16:13:14 -     public int getSizeInventorySide(ForgeDirection side)
16:13:14 -                ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
16:13:14 -     public int getStartInventorySide(ForgeDirection side)
16:13:14 -                ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
16:13:14 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
16:13:14 -                                                                                                   ^
16:13:14 - 
16:13:14 -   cast to Object for a varargs call
16:13:14 -   cast to Object[] for a non-varargs call and to suppress this warning
16:13:14 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
16:13:14 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
16:13:14 -                                                                            ^
16:13:14 - 
16:13:14 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
16:13:14 -     public String[] getLibraryRequestClass()
16:13:14 -                     ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
16:13:14 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
16:13:14 -                                                              ^
16:13:14 - 
16:13:14 -   symbol:   variable thePlayer
16:13:14 -   location: class Object
16:13:14 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
16:13:14 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
16:13:14 -                                                              ^
16:13:14 - 
16:13:14 -   symbol:   method getIntegratedServer()
16:13:14 -   location: class Object
16:13:14 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
16:13:14 -         par1NetHandler.func_142031_a(this);
16:13:14 -                       ^
16:13:14 - 
16:13:14 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
16:13:14 -   location: variable par1NetHandler of type NetHandler
16:13:14 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
16:13:14 -     public String[] getLibraryRequestClass()
16:13:14 -                     ^
16:13:14 - 
16:13:14 - 3 errors
16:13:14 - 21 warnings
16:13:14 - ==================
16:13:14 - 
16:13:14 - !! Can not find server sources, try decompiling !!
16:13:45 - !! Can not find server md5s !!
20:29:53 - "scalac" is not found on the PATH.  Scala files will not be recompiled
08:30:12 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
08:30:12 - 
08:30:12 - == ERRORS FOUND in JAVA CODE ==
08:30:12 - 
08:30:12 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Block;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Init;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Init;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.PreInit;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Init;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
08:30:12 - public interface IBlockLiquid extends ILiquid {
08:30:12 -                                       ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
08:30:12 - public class LiquidTank implements ILiquidTank {
08:30:12 -                                    ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - @Init
08:30:12 -  ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
08:30:12 - import net.minecraft.client.particle.EntityCrit2FX;
08:30:12 -          ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:30:12 -     public int getSizeInventorySide(ForgeDirection side)
08:30:12 -                ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:30:12 -     public int getStartInventorySide(ForgeDirection side)
08:30:12 -                ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
08:30:12 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
08:30:12 -                                                                                                   ^
08:30:12 - 
08:30:12 -   cast to Object for a varargs call
08:30:12 -   cast to Object[] for a non-varargs call and to suppress this warning
08:30:12 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
08:30:12 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
08:30:12 -                                                                            ^
08:30:12 - 
08:30:12 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:30:12 -     public String[] getLibraryRequestClass()
08:30:12 -                     ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
08:30:12 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
08:30:12 -                           ^
08:30:12 - 
08:30:12 -   symbol:   method func_142030_c(WorldClient)
08:30:12 -   location: class WorldClient
08:30:12 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
08:30:12 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
08:30:12 -                           ^
08:30:12 - 
08:30:12 -   symbol:   method func_142030_c(WorldClient)
08:30:12 -   location: class WorldClient
08:30:12 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
08:30:12 -         par1NetHandler.func_142031_a(this);
08:30:12 -                       ^
08:30:12 - 
08:30:12 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
08:30:12 -   location: variable par1NetHandler of type NetHandler
08:30:12 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:30:12 -     public String[] getLibraryRequestClass()
08:30:12 -                     ^
08:30:12 - 
08:30:12 - 3 errors
08:30:12 - 21 warnings
08:30:12 - ==================
08:30:12 - 
08:30:12 - !! Can not find server sources, try decompiling !!
08:32:21 - !! Can not find server md5s !!
18:00:13 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
18:00:13 - 
18:00:13 - == ERRORS FOUND in JAVA CODE ==
18:00:13 - 
18:00:13 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Block;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Init;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Init;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.PreInit;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Init;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
18:00:13 - public interface IBlockLiquid extends ILiquid {
18:00:13 -                                       ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
18:00:13 - public class LiquidTank implements ILiquidTank {
18:00:13 -                                    ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - @Init
18:00:13 -  ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
18:00:13 - import net.minecraft.client.particle.EntityCrit2FX;
18:00:13 -          ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:00:13 -     public int getSizeInventorySide(ForgeDirection side)
18:00:13 -                ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:00:13 -     public int getStartInventorySide(ForgeDirection side)
18:00:13 -                ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
18:00:13 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
18:00:13 -                                                                                                   ^
18:00:13 - 
18:00:13 -   cast to Object for a varargs call
18:00:13 -   cast to Object[] for a non-varargs call and to suppress this warning
18:00:13 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
18:00:13 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
18:00:13 -                                                                            ^
18:00:13 - 
18:00:13 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:00:13 -     public String[] getLibraryRequestClass()
18:00:13 -                     ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
18:00:13 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
18:00:13 -                           ^
18:00:13 - 
18:00:13 -   symbol:   method func_142030_c(WorldClient)
18:00:13 -   location: class WorldClient
18:00:13 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
18:00:13 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
18:00:13 -                           ^
18:00:13 - 
18:00:13 -   symbol:   method func_142030_c(WorldClient)
18:00:13 -   location: class WorldClient
18:00:13 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
18:00:13 -         par1NetHandler.func_142031_a(this);
18:00:13 -                       ^
18:00:13 - 
18:00:13 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
18:00:13 -   location: variable par1NetHandler of type NetHandler
18:00:13 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:00:13 -     public String[] getLibraryRequestClass()
18:00:13 -                     ^
18:00:13 - 
18:00:13 - 3 errors
18:00:13 - 21 warnings
18:00:13 - ==================
18:00:13 - 
18:00:13 - !! Can not find server sources, try decompiling !!
18:01:26 - !! Can not find server md5s !!
18:09:30 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
18:09:30 - 
18:09:30 - == ERRORS FOUND in JAVA CODE ==
18:09:30 - 
18:09:30 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Block;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Init;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Init;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.PreInit;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Init;
18:09:31 -                               ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
18:09:31 - public interface IBlockLiquid extends ILiquid {
18:09:31 -                                       ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
18:09:31 - public class LiquidTank implements ILiquidTank {
18:09:31 -                                    ^
18:09:31 - 
18:09:31 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
18:09:31 - @Init
18:09:31 -  ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
18:09:31 - import net.minecraft.client.particle.EntityCrit2FX;
18:09:31 -          ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:09:31 -     public int getSizeInventorySide(ForgeDirection side)
18:09:31 -                ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:09:31 -     public int getStartInventorySide(ForgeDirection side)
18:09:31 -                ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
18:09:31 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
18:09:31 -                                                                                                   ^
18:09:31 - 
18:09:31 -   cast to Object for a varargs call
18:09:31 -   cast to Object[] for a non-varargs call and to suppress this warning
18:09:31 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
18:09:31 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
18:09:31 -                                                                            ^
18:09:31 - 
18:09:31 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:09:31 -     public String[] getLibraryRequestClass()
18:09:31 -                     ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
18:09:31 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
18:09:31 -                           ^
18:09:31 - 
18:09:31 -   symbol:   method func_142030_c(WorldClient)
18:09:31 -   location: class WorldClient
18:09:31 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
18:09:31 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
18:09:31 -                           ^
18:09:31 - 
18:09:31 -   symbol:   method func_142030_c(WorldClient)
18:09:31 -   location: class WorldClient
18:09:31 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
18:09:31 -         par1NetHandler.func_142031_a(this);
18:09:31 -                       ^
18:09:31 - 
18:09:31 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
18:09:31 -   location: variable par1NetHandler of type NetHandler
18:09:31 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:09:31 -     public String[] getLibraryRequestClass()
18:09:31 -                     ^
18:09:31 - 
18:09:31 - 3 errors
18:09:31 - 21 warnings
18:09:31 - ==================
18:09:31 - 
18:09:31 - !! Can not find server sources, try decompiling !!
18:10:58 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
18:10:58 - 
18:10:58 - == ERRORS FOUND in JAVA CODE ==
18:10:58 - 
18:10:58 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Block;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Init;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Init;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.PreInit;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Init;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
18:10:58 - public interface IBlockLiquid extends ILiquid {
18:10:58 -                                       ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
18:10:58 - public class LiquidTank implements ILiquidTank {
18:10:58 -                                    ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - @Init
18:10:58 -  ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
18:10:58 - import net.minecraft.client.particle.EntityCrit2FX;
18:10:58 -          ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:10:58 -     public int getSizeInventorySide(ForgeDirection side)
18:10:58 -                ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:10:58 -     public int getStartInventorySide(ForgeDirection side)
18:10:58 -                ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
18:10:58 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
18:10:58 -                                                                                                   ^
18:10:58 - 
18:10:58 -   cast to Object for a varargs call
18:10:58 -   cast to Object[] for a non-varargs call and to suppress this warning
18:10:58 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
18:10:58 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
18:10:58 -                                                                            ^
18:10:58 - 
18:10:58 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:10:58 -     public String[] getLibraryRequestClass()
18:10:58 -                     ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
18:10:58 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
18:10:58 -                           ^
18:10:58 - 
18:10:58 -   symbol:   method func_142030_c(WorldClient)
18:10:58 -   location: class WorldClient
18:10:58 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
18:10:58 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
18:10:58 -                           ^
18:10:58 - 
18:10:58 -   symbol:   method func_142030_c(WorldClient)
18:10:58 -   location: class WorldClient
18:10:58 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
18:10:58 -         par1NetHandler.func_142031_a(this);
18:10:58 -                       ^
18:10:58 - 
18:10:58 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
18:10:58 -   location: variable par1NetHandler of type NetHandler
18:10:58 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:10:58 -     public String[] getLibraryRequestClass()
18:10:58 -                     ^
18:10:58 - 
18:10:58 - 3 errors
18:10:58 - 21 warnings
18:10:58 - ==================
18:10:58 - 
18:10:58 - !! Can not find server sources, try decompiling !!
18:11:43 - !! Can not find server md5s !!

Link to comment
Share on other sites

package net.minecraft.client.multiplayer;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.concurrent.Callable;

@SideOnly(Side.CLIENT)
class WorldClientINNER3 implements Callable
{
    final WorldClient field_142027_a;

    WorldClientINNER3(WorldClient par1WorldClient)
    {
        this.field_142027_a = par1WorldClient;
    }

    public String func_142026_a()
    {
        return WorldClient.[color=red]func_142027_c[/color](this.field_142027_a).thePlayer.func_142021_k();
    }

    public Object call()
    {
        return this.func_142026_a();
    }
}

package net.minecraft.network.packet;

import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;

public class Packet133TileEditorOpen extends Packet
{
    public int field_142037_a;
    public int field_142035_b;
    public int field_142036_c;
    public int field_142034_d;

    public Packet133TileEditorOpen() {}

    public Packet133TileEditorOpen(int par1, int par2, int par3, int par4)
    {
        this.field_142037_a = par1;
        this.field_142035_b = par2;
        this.field_142036_c = par3;
        this.field_142034_d = par4;
    }

    /**
     * Passes this Packet on to the NetHandler for processing.
     */
    public void processPacket(NetHandler par1NetHandler)
    {
        par1NetHandler.func_142031_a(this);
    }

    /**
     * Abstract. Reads the raw packet data from the data stream.
     */
    public void readPacketData(DataInput par1DataInput) throws IOException
    {
        this.field_142037_a = par1DataInput.readByte();
        this.field_142035_b = par1DataInput.readInt();
        this.field_142036_c = par1DataInput.readInt();
        this.field_142034_d = par1DataInput.readInt();
    }

    /**
     * Abstract. Writes the raw packet data to the data stream.
     */
    public void writePacketData(DataOutput par1DataOutput) throws IOException
    {
        par1DataOutput.writeByte(this.field_142037_a);
        par1DataOutput.writeInt(this.field_142035_b);
        par1DataOutput.writeInt(this.field_142036_c);
        par1DataOutput.writeInt(this.field_142034_d);
    }

    /**
     * Abstract. Return the size of the packet (not counting the header).
     */
    public int getPacketSize()
    {
        return 13;
    }
}

 

package net.minecraft.client.multiplayer;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.concurrent.Callable;

@SideOnly(Side.CLIENT)
class WorldClientINNER4 implements Callable
{
    final WorldClient field_142029_a;

    WorldClientINNER4(WorldClient par1WorldClient)
    {
        this.field_142029_a = par1WorldClient;
    }

    public String func_142028_a()
    {
        return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
    }

    public Object call()
    {
        return this.func_142028_a();
    }
}

 

 

 

Link to comment
Share on other sites

package minecraftmod;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.client.renderer.entity.Render;
import net.minecraft.client.renderer.texture.TextureMap;
import net.minecraft.client.resources.ResourceLocation;
import net.minecraft.entity.Entity;
import net.minecraft.entity.projectile.EntityFireball;
import net.minecraft.item.Item;
import net.minecraft.util.Icon;

import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL12;

@SideOnly(Side.CLIENT)
public class RenderShuriken extends Render
{
  

    public RenderShuriken()
    {
    
    }

    public void doRenderFireball(EntityShuriken par1Entity, double par2, double par4, double par6, float par8, float par9)
    {
        GL11.glPushMatrix();
        GL11.glTranslatef((float)par2, (float)par4, (float)par6);
        GL11.glEnable(GL12.GL_RESCALE_NORMAL);
        Icon icon = TitaniumMod.Shuriken.getIconFromDamage(0);
        Tessellator tessellator = Tessellator.instance;
        float f3 = icon.getMinU();
        float f4 = icon.getMaxU();
        float f5 = icon.getMinV();
        float f6 = icon.getMaxV();
        float f7 = 1.0F;
        float f8 = 0.5F;
        float f9 = 0.25F;
        GL11.glRotatef(180.0F - this.renderManager.playerViewY, 0.0F, 1.0F, 0.0F);
        GL11.glRotatef(-this.renderManager.playerViewX, 1.0F, 0.0F, 0.0F);
        this.loadTexture("/gui/items.png");
        tessellator.startDrawingQuads();
        tessellator.setNormal(0.0F, 1.0F, 0.0F);
        tessellator.addVertexWithUV((double)(0.0F - f8), (double)(0.0F - f9), 0.0D, (double)f3, (double)f6);
        tessellator.addVertexWithUV((double)(f7 - f8), (double)(0.0F - f9), 0.0D, (double)f4, (double)f6);
        tessellator.addVertexWithUV((double)(f7 - f8), (double)(1.0F - f9), 0.0D, (double)f4, (double)f5);
        tessellator.addVertexWithUV((double)(0.0F - f8), (double)(1.0F - f9), 0.0D, (double)f3, (double)f5);
        tessellator.draw();
        GL11.glDisable(GL12.GL_RESCALE_NORMAL);
        GL11.glPopMatrix();
        
    }

    private void loadTexture(String string) {
	// TODO Auto-generated method stub

}

protected net.minecraft.util.ResourceLocation func_110790_a(EntityFireball par1EntityFireball)
    {
        return TextureMap.field_110576_c;
    }

    protected net.minecraft.util.ResourceLocation func_110775_a(Entity par1Entity)
    {
        return this.func_110790_a((EntityFireball)par1Entity);
    }

    /**
     * Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then
     * handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic
     * (Render<T extends Entity) and this method has signature public void doRender(T entity, double d, double d1,
     * double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that.
     */
    public void doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
    {
        this.doRenderFireball((EntityShuriken)par1Entity, par2, par4, par6, par8, par9);

}
}

 

render class that had the errors

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I'm developing a dimension, but it's kinda resource intensive so some times during player teleporting it lags behind making the player phase down into the void, so im trying to implement some kind of pregeneration to force the game loading a small set of chunks in the are the player will teleport to. Some of the things i've tried like using ServerLevel and ServerChunkCache methods like getChunk() dont actually trigger chunk generation if the chunk isn't already on persistent storage (already generated) or placing tickets, but that doesn't work either. Ideally i should be able to check when the task has ended too. I've peeked around some pregen engines, but they're too complex for my current understanding of the system of which I have just a basic understanding (how ServerLevel ,ServerChunkCache  and ChunkMap work) of. Any tips or other classes I should be looking into to understand how to do this correctly?
    • https://mclo.gs/4UC49Ao
    • Way back in the Forge 1.17 days, work started for adding JPMS (Java Platform Module Support) to ModLauncher and ForgeModLoader. This has been used internally by Forge and some libraries for a while now, but mods (those with mods.toml specifically) have not been able to take advantage of it. As of Forge 1.21.1 and 1.21.3, this is now possible!   What is JPMS and what does it mean for modders? JPMS is the Java Platform Module System, introduced in Java 9. It allows you to define modules, which are collections of packages and resources that can be exported or hidden from other modules. This allows for much more fine-tuned control over visibility, cleaner syntax for service declarations and support for sealed types across packages. For example, you might have a mod with a module called `com.example.mod` that exports `com.example.mod.api` and `com.example.mod.impl` to other mods, but hides `com.example.mod.internal` from them. This would allow you to have a clean API for other mods to use, while keeping your internal implementation details hidden from IDE hints, helping prevent accidental usage of internals that might break without prior notice. This is particularly useful if you'd like to use public records with module-private constructors or partially module-private record components, as you can create a sealed interface that only your record implements, having the interface be exported and the record hidden. It's also nice for declaring and using services, as you'll get compile-time errors from the Java compiler for typos and the like, rather than deferring to runtime errors. In more advanced cases, you can also have public methods that are only accessible to specific other modules -- handy if you want internal interactions between multiple of your own mods.   How do I bypass it? We understand there may be drama in implementing a system that prevents mods from accessing each other's internals when necessary (like when a mod is abandoned or you need to fix a compat issue) -- after all, we are already modding a game that doesn't have explicit support for Java mods yet. We have already thought of this and are offering APIs from day one to selectively bypass module restrictions. Let me be clear: Forge mods are not required to use JPMS. If you don't want to use it, you don't have to. The default behaviour is to have fully open, fully exported automatic modules. In Java, you can use the `Add-Opens` and `Add-Exports` manifest attributes to selectively bypass module restrictions of other mods at launch time, and we've added explicit support for these when loading your Forge mods. At compile-time, you can use existing solutions such as the extra-java-module-info Gradle plugin to deal with non-modular dependencies and add extra opens and exports to other modules. Here's an example on how to make the internal package `com.example.examplemod.internal` open to your mod in your build.gradle: tasks.named('jar', Jar) { manifest { attributes([ 'Add-Opens' : 'com.example.examplemod/com.example.examplemod.internal' 'Specification-Title' : mod_id, 'Specification-Vendor' : mod_authors // (...) ]) } } With the above in your mod's jar manifest, you can now reflectively access the classes inside that internal package. Multiple entries are separated with a space, as per Java's official spec. You can also use Add-Exports to directly call without reflection, however you'd need to use the Gradle plugin mentioned earlier to be able to compile. The syntax for Add-Exports is the same as Add-Opens, and instructions for the compile-time step with the Gradle plugin are detailed later in this post. Remember to prefer the opens and exports keywords inside module-info.java for sources you control. The Add-Opens/Add-Exports attributes are only intended for forcing open other mods.   What else is new with module support? Previously, the runtime module name was always forced to the first mod ID in your `mods.toml` file and all packages were forced fully open and exported. Module names are now distinguished from mod IDs, meaning the module name in your module-info.java can be different from the mod ID in your `mods.toml`. This allows you to have a more descriptive module name that doesn't have to be the same as your mod ID, however we strongly recommend including your mod ID as part of your module name to aid troubleshooting. The `Automatic-Module-Name` manifest attribute is now also honoured, allowing you to specify a module name for your mod without needing to create a `module-info.java` file. This is particularly useful for mods that don't care about JPMS features but want to have a more descriptive module name and easier integration with other mods that do use JPMS.   How do I use it? The first step is to create a `module-info.java` file in your mod's source directory. This file should be in the same package as your main mod class, and should look something like this: open module com.example.examplemod { requires net.minecraftforge.eventbus; requires net.minecraftforge.fmlcore; requires net.minecraftforge.forge; requires net.minecraftforge.javafmlmod; requires net.minecraftforge.mergetool.api; requires org.slf4j; requires logging; } For now, we're leaving the whole module open to reflection, which is a good starting point. When we know we want to close something off, we can remove the open modifier from the module and open or export individual packages instead. Remember that you need to be open to Forge (module name net.minecraftforge.forge), otherwise it can't call your mod's constructor. Next is fixing modules in Gradle. While Forge and Java support modules properly, Gradle does not put automatic modules on the module path by default, meaning that the logging module (from com.mojang:logging) is not found. To fix this, add the Gradle plugin and add a compile-time module definition for that Mojang library: plugins { // (...) id 'org.gradlex.extra-java-module-info' version "1.9" } // (...) extraJavaModuleInfo { failOnMissingModuleInfo = false automaticModule("com.mojang:logging", "logging") } The automatic module override specified in your build.gradle should match the runtime one to avoid errors. You can do the same for any library or mod dependency that is missing either a module-info or explicit Automatic-Module-Name, however be aware that you may need to update your mod once said library adds one. That's all you need to get started with module support in your mods. You can learn more about modules and how to use them at dev.java.
    • Faire la mise à jour grâce à ce lien m'a aider personnellement, merci à @Paint_Ninja. https://www.amd.com/en/support 
    • When I came across the 'Exit Code: I got a 1 error in my Minecraft mods, so I decided to figure out what was wrong. First, I took a look at the logs. In the mods folder (usually where you'd find logs or crash reports), I found the latest.log file or the corresponding crash report. I read it through carefully, looking for any lines with errors or warnings. Then I checked the Minecraft Forge support site, where you can often find info on what causes errors and how to fix them. I then disabled half of my mods and tried running the game. If the error disappeared, it meant that the problem was with the disabled mod. I repeated this several times to find the problem mod.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.