Started by
KawaZaa
on
Topic category: Troubleshooting, bugs, and solutions
I created a grinder interface for a grinder (obviously) and I got this problem when compiling:
Topic category: Troubleshooting, bugs, and solutions
I created a grinder interface for a grinder (obviously) and I got this problem when compiling:
Executing gradle command: clean build
Build info: MCreator 1.8.0, 64-bit, 6098 MB, Windows 8.1, JVM 1.8.0_172
(c) 2013 Microsoft Corporation. Tous droits r‚serv‚s.
D:\Codage\MCreator180\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms1024m -Xmx2048m" clean build
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
ForgeGradle 2.3-SNAPSHOT-ee3e3df
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP
http://modcoderpack.com
by: Searge, ProfMobius, R4wk, ZeuX
Fesh0r, IngisKahn, bspkrs, LexManos
#################################################
:clean
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
D:\Codage\MCreator180\forge\build\sources\main\java\mod\mcreator\mcreator_grindInterface.java:71: error: cannot find symbol
if (ent != null && ent instanceof mcreator_grinder.TileEntityCustom)
^
symbol: class TileEntityCustom
location: class mcreator_grinder
1 error
:compileJava FAILED
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.
BUILD FAILED
Total time: 25.545 secs
D:\Codage\MCreator180\forge>
Task completed with return code 0 in 26187 milliseconds
It seems that you are missing one import here
export your workspace and then import it, it happens often for me too