Started by
Y7Fire
on
Topic category: Help with Minecraft modding (Java Edition)
So i Can create mob but when i try to download the mod it wont let me and shows up report saying that i cant download mod cause of that mob :/
Topic category: Help with Minecraft modding (Java Edition)
So i Can create mob but when i try to download the mod it wont let me and shows up report saying that i cant download mod cause of that mob :/
I had that issue as well. can you send screenshots of your error log? because it could be for a number of things. the texture of the mob might be broken, you made its AI incorrectly, you made it do an event and didn't do it correctly
Go through the entire mod element and check for errors. From there, if that doesn't work, check the gradle log. If you can not understand the gradle, look for error messages only. If you don't understand the ERR messages, ask the forums for help. If that does not work, check the CODE. If that does not work, delete the mob and make it again and make sure you do everything perfectly. If that doesn't work either:
A: Delete Modification (Not recommended)
B: Check modification/mcreator files. (C:/Pylo) (recommended)
C: Ask forums until they get fed up and help constantly. (Not recommended)
how do i do that
i check gradle log how?
@#2 this what it says
warning: [options] bootstrap class path not set in conjunction with -source 1.6 C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:56: error: cannot find symbol mcreator_sinestro mcreator_17 = new mcreator_sinestro(); ^ symbol: class mcreator_sinestro location: class modname C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:56: error: cannot find symbol mcreator_sinestro mcreator_17 = new mcreator_sinestro(); ^ symbol: class mcreator_sinestro location: class modname Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 2 errors 1 warning FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.