Started by
shinomora
on
Topic category: Help with Minecraft modding (Java Edition)
everytime i make an item it says theres an error and i dont know why ... im using 1.7.5 btw
and yes ive tried other versions it says the same thing
Topic category: Help with Minecraft modding (Java Edition)
everytime i make an item it says theres an error and i dont know why ... im using 1.7.5 btw
and yes ive tried other versions it says the same thing
Does the log say anything?
yeah, wheres the log? every help needs a log to go with it
There is a log at the console tab at the top. It will print stuff there of the error.
@#3
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\sdndn.java:40: error: cannot find symbol mcreator_sword2 mcreator_1 = new mcreator_sword2(); ^ symbol: class mcreator_sword2 location: class sdndn C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\sdndn.java:40: error: cannot find symbol mcreator_sword2 mcreator_1 = new mcreator_sword2(); ^ symbol: class mcreator_sword2 location: class sdndn 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.help me with this plz
@#3
error: cannot find symbol
mcreator_sword2 mcreator_1 = new mcreator_sword2(); ^ symbol: class mcreator_sword2 location: class sdndn C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\sdndn.java:40: error: cannot find symbol mcreator_sword2 mcreator_1 = new mcreator_sword2(); A texture or symbol is missing. Try deleting and re adding the item.