Skip to content

Instantly share code, notes, and snippets.

@Dream-Master
Created January 9, 2021 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dream-Master/52ef81c08972ec430df6d44f16e8430f to your computer and use it in GitHub Desktop.
Save Dream-Master/52ef81c08972ec430df6d44f16e8430f to your computer and use it in GitHub Desktop.
#################################################
ForgeGradle 1.2-SNAPSHOT-fb514d3
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
F:\Minecraft\Version 1.7\Super_Solar_Panel\build\sources\java\com\Denfop\tiles\ElectricalBase\TileEntityElectricBlock.java:231: error: incompatible types: com.Denfop.tiles.ElectricalBase.TileEntityElectricBlock cannot be converted to com.Denfop.tiles.base.TileEntityElectricBlock
return (ContainerBase<? extends TileEntityElectricBlock>)new ContainerElectricBlock(entityPlayer, this);
^
F:\Minecraft\Version 1.7\Super_Solar_Panel\build\sources\java\com\Denfop\tiles\ElectricalBase\TileEntityElectricBlock.java:236: error: incompatible types: com.Denfop.tiles.ElectricalBase.TileEntityElectricBlock cannot be converted to com.Denfop.tiles.base.TileEntityElectricBlock
return (GuiScreen)new GuiElectricBlock(new ContainerElectricBlock(entityPlayer, this));
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
2 errors
1 warning
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: 11.285 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment