
rHaLeX_12
Members-
Content Count
26 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout rHaLeX_12
-
Rank
Tree Puncher
Converted
-
Gender
Undisclosed
-
Personal Text
I'm a modder and I know it!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
So,if I want to add a sound of screams,like the ones ghasts have,I would add a sounds.json file and add this: { "mh": {"category": "items","sounds": [{"name": "mh","stream": false}]}, } and now how am I gonna register the file in my modid.java? I'm a complete noob.
-
How do I add music to my mods? Scenario is like this: I'm holding an item.If I right click the item,it will play a custom audio file. How do I do something like this? If you know where to put it,review the code here and reply to me where should I put it and what should I add into the code. Code:
-
Oh,thank you.This has solved my problem.All thats left is for me to find out how to make my mod work in MCForge 1.7.10.
-
Can you take a look at my ncmod.info? Here:
-
Here is my build.gradle file:
-
Here is the log when used : gradlew build --stacktrace Now here is the one with --debug:
-
**************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs MCP Data version : unknown **************************** :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :sourceMainJava UP-TO-DATE :compileJava UP-TO-DATE :processResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':processResources'. > Could not copy file 'C:\Users\Jhenson Reynel\Desktop\CodingMods\forge\src\main\resources\mcmod.info' to 'C:\Users\Jhenson Reynel\Desktop\CodingMods\forge\build\resources\main\mcmod.info'. * 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: 18.706 secs
-
I need help. My mod is finished and all I need is to export it.But when i run gradlew.bat with the command "build",it the part processResources always failed.PLZZ help.
-
It doesnt work. processResources always failed.
-
help,my minecraft wont start with and without mods.I think its my java of the variables.HELP ,MY COUSIN IS GOING TO KILL ME IF HE FINDS OUT.
-
Im modding for 1.7.10 and I cant export my mod.I READ your reply on how to export a mod from Eclipse.But i dont have recompile.bat since it is 1.7.10
-
Can't setup my environment for developing with 1.6.4 forge
rHaLeX_12 replied to justin_393's topic in Modder Support
How do i NOT use the MCP-based setup and install forge src files?