Jump to content

thepdone

Members
  • Posts

    87
  • Joined

  • Last visited

Everything posted by thepdone

  1. If me use protected it will form. but me use public me want to use protected. Thank You.
  2. I follow but 1.7.2 no have ITickHandler and TickType
  3. I not good eng i'm Asia. how to use onArmorTick ?
  4. I must use public ro private, so I must use void ?
  5. package OnerGamer.Item.Armor; import OnerGamer.OnerGamer; import OnerGamer.Register.Reference; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemArmor; import net.minecraft.item.ItemStack; import net.minecraft.potion.Potion; import net.minecraft.potion.PotionEffect; /** * ItemLiveArmor * * This is the armor. */ public class invisibleArmor extends ItemArmor { public invisibleArmor(ArmorMaterial material, int armorType, String name) { super(material, 0, armorType); setUnlocalizedName(name); } /** * This method returns what file MC should use, to render the armor (make it visible from above). */ public String getArmorTexture(ItemStack stack, Entity entity, int slot, String type) { if(stack.getItem() == OnerGamer.invisibleArmor) { ((EntityLivingBase) entity).addPotionEffect((new PotionEffect(Potion.jump.getId(), 200, 0))); return Reference.MODID + ":models/armor/invisibleArmor.png"; } else { System.out.println("Invalid Item invisibleArmor"); return null; } } }
  6. me to do? What is it right ?
  7. Microsoft Windows [Version 6.1.7601] Copyright © 2009 Microsoft Corporation. All rights reserved. C:\Users\OnerGamer>e; 'e' is not recognized as an internal or external command, operable program or batch file. C:\Users\OnerGamer>e: E:\>cd E:\Project\Minecraft\mcp\forge-1.7.2-10.12.1.1078-srcE:\Project\Minecraft \mcp\forge-1.7.2-10.12.1.1078-src\decom2.bat The filename, directory name, or volume label syntax is incorrect. E:\>cd E:\Project\Minecraft\mcp\forge-1.7.2-10.12.1.1078-src E:\Project\Minecraft\mcp\forge-1.7.2-10.12.1.1078-src>E:\Project\Minecraft\mcp\f orge-1.7.2-10.12.1.1078-src\decom2.bat E:\Project\Minecraft\mcp\forge-1.7.2-10.12.1.1078-src>gradlew setupDecompWorkspa ce eclipse **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :extractUserDev SKIPPED :getAssetsIndex :getAssets :copyAssets :extractNatives UP-TO-DATE :genSrgs SKIPPED :downloadMcpTools UP-TO-DATE :downloadClient SKIPPED :downloadServer SKIPPED :mergeJars SKIPPED :deobfuscateJar SKIPPED :decompile SKIPPED :processSources FAILURE: Build failed with an exception. * What went wrong: Could not expand ZIP 'C:\Users\OnerGamer\.gradle\caches\minecraft\net\minecraftf orge\forge\1.7.2-10.12.1.1078\unpacked\fmlpatches.zip'. > Invalid Timestamp -15734790866000 for 'zip entry C:\Users\OnerGamer\.gradle\ca ches\minecraft\net\minecraftforge\forge\1.7.2-10.12.1.1078\unpacked\fmlpatches.z ip!net/minecraft/block/Block.java.patch'. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 12.326 secs E:\Project\Minecraft\mcp\forge-1.7.2-10.12.1.1078-src>
  8. **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :extractUserDev SKIPPED :getAssetsIndex :getAssets :copyAssets :extractNatives UP-TO-DATE :genSrgs SKIPPED :downloadMcpTools UP-TO-DATE :downloadClient SKIPPED :downloadServer SKIPPED :mergeJars SKIPPED :deobfuscateJar SKIPPED :decompile SKIPPED :processSources FAILURE: Build failed with an exception. * What went wrong: Could not expand ZIP 'C:\Users\OnerGamer\.gradle\caches\minecraft\net\minecraftf orge\forge\1.7.2-10.12.1.1078\unpacked\fmlpatches.zip'. > Invalid Timestamp -15734790866000 for 'zip entry C:\Users\OnerGamer\.gradle\ca ches\minecraft\net\minecraftforge\forge\1.7.2-10.12.1.1078\unpacked\fmlpatches.z ip!net/minecraft/block/Block.java.patch'. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 12.326 secs
  9. it is mod at me make. me means how to reobfuscate in 1.7.2.
  10. Thank You I make mod finish OK. but not export.
  11. internet normal operation. fix ?
  12. OK C:\Users\xxx\.gradle\caches\modules-2\files-2.1 folder files-2.1 ask me. thank
  13. ask a file empty ExampleMod file. in ExampleMod file no author mod in folder eclipse. ro .gradle files in C:\Users\xxx . Please.
  14. your have file project ? Ask me ?
  15. OK I cannot reach the maven servers. There are other ways ?
  16. I off Firewall OK. but it intact. What to do ?
  17. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'forge-1.7.2-10.12.1.1065-src'. > Could not resolve all dependencies for configuration ':classpath'. > Could not resolve com.google.guava:guava:15.0. Required by: :forge-1.7.2-10.12.1.1065-src:unspecified > net.minecraftforge.gradle:F orgeGradle:1.2-SNAPSHOT > net.md-5:SpecialSource:1.7-SNAPSHOT > Could not GET 'http://repo1.maven.org/maven2/com/google/guava/guava/15.0 /guava-15.0.pom'. > The target server failed to respond > Could not resolve com.google.guava:guava:15.0. Required by: :forge-1.7.2-10.12.1.1065-src:unspecified > net.minecraftforge.gradle:F orgeGradle:1.2-SNAPSHOT > net.minecraftforge.srg2source:Srg2Source:3.2-SNAPSHOT > Could not GET 'http://repo1.maven.org/maven2/com/google/guava/guava/15.0 /guava-15.0.pom'. > The target server failed to respond > Could not resolve com.googlecode.javaewah:JavaEWAH:0.5.6. Required by: :forge-1.7.2-10.12.1.1065-src:unspecified > net.minecraftforge.gradle:F orgeGradle:1.2-SNAPSHOT > net.minecraftforge.srg2source:Srg2Source:3.2-SNAPSHOT > org.eclipse.jgit:org.eclipse.jgit:3.2.0.201312181205-r > Could not parse POM http://repo1.maven.org/maven2/com/googlecode/javaewa h/JavaEWAH/0.5.6/JavaEWAH-0.5.6.pom > Could not resolve org.sonatype.oss:oss-parent:5. > Could not GET 'http://repo1.maven.org/maven2/org/sonatype/oss/oss- parent/5/oss-parent-5.pom'. > Connection reset * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 3 mins 32.128 secs D:\Project\Minecraft\mcp\forge-1.7.2-10.12.1.1065-src>
  18. who have .gradle in C:\Users\xxx ? upload Let me. Thank you.
×
×
  • Create New...

Important Information

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