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.

samhalo007

Members
  • Joined

  • Last visited

Everything posted by samhalo007

  1. Thanks ! Edit: Is there a special way to use gradle for 1.6.4 ? because when I run gradlew setupDecompWorkspace, Minecraft isn't decompiling and when I load it in Eclipse, all I get is a "Minecraft" Folder with nothing in it !
  2. Hi, Like said in the title, when I run the Installer from forge-1.6.4-9.11.1.953-src it says: Backing up client Downloaded 1.6.4.jar Downlaoad of minecraft_server.1.6.4.jar failed hash check, deleting abcf286a14f7aee82e8bf89270433509 sba3145656b1480122bd8759cecd7b7a1 Something failed verifyint minecraft files, see log for details. Decompile Exception: 1 I tried also the recommeded forge src but same error ! Is there a way to fix that error ?
  3. I found the problem !!! In the mcmod file, the "name" was set to "Aotharys" and it needed to be "aotharys" ! Thanks for helping you two !
  4. I'm using 1.7.2-10.12.1.1060 Ok... I put all my assets folder into a ressource pack, set it in-game and Voila! My textures are loading ! But I didn't found the issue for my problem...
  5. That is the problem... There is no errors... https://gist.github.com/anonymous/b564bb72c696ae7aea62 Oh, yeah, I see that when I wear the armor the armor texture loads (Not the item but on the player body) Edit: I added blocks to my mod textures aren't loading.... It makes the pink-black texture! Oh god
  6. Okay... And when I put it on my Minecraft, it gives me this '-' what the craft ? http://puu.sh/9C09K/97dcc69dad.png
  7. Ok thanks for helping ! =D
  8. Could you try the compiled file please ? (I made obsidian tools so items are in Combat/Tools tab) http://bit.ly/1m1HDqv to download my mod...
  9. Mmmh... It doesn't works everything is set up correctly as indicated in the link you sent me...
  10. Hi, thanks for the fast answer ! I looked at all these common errors (texture name not set properly, or textures stored in the wrong folder, or the upper/lower case don't match exactly) and everything is ok... ! But are the files in the good directory ? and the is it this that I need to use: .setTextureName(MODID + ":ItemName") ?
  11. Forge 1.7.2-10.12.1.1060 Hey, When I'm in Eclipse, all the textures of my items are ok and loading perfectly, but when I compile my mod (gradlew build) there aren't loading. Gradlew stores them in "JavaFile --> assets --> My Mod ID --> textures --> items" it is the right folder ? Thanks for the answer, in advance.
  12. This will be the only mod that will be on the server and I didn't know how to do these modifications with Forge. And the administrator told me that it is for better Role Play.
  13. Hey guys ! Today I made a mod that removes the name over the player's name, removes the player listing when pressing on TAB, changes the main menu. I did that when I press on F3, only the FPS show. I did all these modifications for a server, don't answer why I did it. In Eclipse, it works all fine, but when I recompile my mod, only my new menu loads... My other changes don't load. Yes I modified some base classes but how can I make my mod to work ? Sorry for my bad English, I'm french...
  14. Ho no that's ok ! I found and It worked ! Thanks for your help !
  15. Well, I'm not a pro... could you help me with the "tickhandler" part ?
  16. I just tried and it did not work.
  17. But there is no coremod folder in 1.6.2....
  18. Hey guys ! So, my problem is that when I modify a base class in this case, it's the "GuiMainMenu". I wanna modify the "Multiplayer" button and put my server name and when I click on this button it connects minecraft to it. (I know how to do it) But when I compile and I but the class in my .zip mod file the main menu is not modified... So I searched on a lot of forums/google/youtube but no answers ! So, I decided to make this post. Is there a special way to make what I want to do ? P.S: Sorry for my bad English, I'm from Quebec. Thanks in advance, SamHalo !
  19. Oh god ! Thank you invizzble
  20. Your method is not working for me...
  21. Hey guys, I followed all the tutorials on how to put textures in the blocks, every tutorial were the same... And the same thing happenned: CobaltBlock.java Code: The CobaltBlock.png file is in "\mcp 1.6.2\mcp\src\minecraft\assets\SamHaloMods\textures\blocks" My Block in the main class: Thanks for the help and sorry for my bad english, i'm a french canadian.
  22. Well I horribly failed... It's Ok ! Thank you for taking the time to answer me... I'm not really good at English, I come from Quebec city so...
  23. That's exactly what I did ! I read all the tutorial !
  24. Hey guys ! I wanted to make modding in 1.6.1 and i've downloaded all the stuff (Forge 1.6.1 src and MCP 8.03) ! After that, I put the forge folder into the MCP and then, i decompiled and in Eclipse, it gave me that: Thanks for the help !
  25. Hi ! I'm modding with Craftbukkit Github and I have a bug... The bug compiling error is on my new blocks... Here's the code... It will describe my problem better than me ! Thank's for the answer ! I know that it's nor a Forge bug but I thought that it was the better place to post ! [iNFO] Scanning for projects... [iNFO] [iNFO] ------------------------------------------------------------------------ [iNFO] Building CraftBukkit 1.4.7-R0.2-SNAPSHOT [iNFO] ------------------------------------------------------------------------ [iNFO] [iNFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ craftbukkit --- [iNFO] Using 'UTF-8' encoding to copy filtered resources. [iNFO] Copying 2 resources [iNFO] [iNFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ craftbukkit --- [iNFO] Nothing to compile - all classes are up to date [iNFO] [iNFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ craftbukkit --- [iNFO] Setting Git Describe: git-Bukkit-unknown [iNFO] [iNFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ craftbukkit --- [iNFO] Using 'UTF-8' encoding to copy filtered resources. [iNFO] skip non existing resourceDirectory C:\Users\samhalo007\Desktop\Programmation\mcp725\eclipse\CBTEST\src\test\resources [iNFO] [iNFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ craftbukkit --- [iNFO] Nothing to compile - all classes are up to date [iNFO] [iNFO] --- maven-surefire-plugin:2.11:test (default-test) @ craftbukkit --- [iNFO] Surefire report directory: C:\Users\samhalo007\Desktop\Programmation\mcp725\eclipse\CBTEST\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.bukkit.AchievementTest 210 recipes 27 achievements Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec Running org.bukkit.ArtTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.bukkit.craftbukkit.inventory.FactoryItemMaterialTest 2013-01-17 20:03:01 org.bukkit.Bukkit setServer INFO: This server is running org.bukkit.support.DummyServer version null (Implementing API version 1.4.7-R0.2-SNAPSHOT) Tests run: 1224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec Running org.bukkit.craftbukkit.inventory.ItemMetaImplementationOverrideTest Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.bukkit.craftbukkit.inventory.ItemMetaTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.bukkit.craftbukkit.inventory.NMSCraftItemStackTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.bukkit.DyeColorsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running org.bukkit.MaterialTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! Running org.bukkit.PerMaterialTest Tests run: 2754, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec Running org.bukkit.potion.PotionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.bukkit.SoundTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.bukkit.WorldTypeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Results : Failed tests: verifyMapping(org.bukkit.MaterialTest): Missing tile.oreRubis(231)(..) Tests run: 4103, Failures: 1, Errors: 0, Skipped: 0 [iNFO] ------------------------------------------------------------------------ [iNFO] BUILD FAILURE [iNFO] ------------------------------------------------------------------------ [iNFO] Total time: 4.327s [iNFO] Finished at: Thu Jan 17 20:03:02 EST 2013 [iNFO] Final Memory: 4M/15M [iNFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project craftbukkit: There are test failures. [ERROR] [ERROR] Please refer to C:\Users\samhalo007\Desktop\Programmation\mcp725\eclipse\CBTEST\target\surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

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.