Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

thepdone

Members
  • 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. confusion available but other Unusable.
  6. 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; } } }
  7. me to do? What is it right ?
  8. 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>
  9. **************************** 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
  10. thanks very much.
  11. it is mod at me make. me means how to reobfuscate in 1.7.2.
  12. Thank You I make mod finish OK. but not export.
  13. internet normal operation. fix ?
  14. OK C:\Users\xxx\.gradle\caches\modules-2\files-2.1 folder files-2.1 ask me. thank
  15. ask a file empty ExampleMod file. in ExampleMod file no author mod in folder eclipse. ro .gradle files in C:\Users\xxx . Please.
  16. your have file project ? Ask me ?
  17. OK I cannot reach the maven servers. There are other ways ?
  18. I off Firewall OK. but it intact. What to do ?
  19. 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>
  20. who have .gradle in C:\Users\xxx ? upload Let me. Thank you.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.