Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. [ant:javac] D:\development\Minecraft\Mods 1.8\Random Things\build\tmp\recompileMc\sources\net\minecraftforge\client\ForgeHooksClient.java:698: error: cannot find symbol
  2. [ant:javac] TileEntitySpecialRenderer r = TileEntityRendererDispatcher.field_147556_a
  3. [ant:javac] ^
  4. [ant:javac] symbol: variable field_147556_a
  5. [ant:javac] location: class TileEntityRendererDispatcher
  6. [ant:javac] Note: Some input files use or override a deprecated API.
  7. [ant:javac] Note: Recompile with -Xlint:deprecation for details.
  8. [ant:javac] Note: Some input files use unchecked or unsafe operations.
  9. [ant:javac] Note: Recompile with -Xlint:unchecked for details.
  10. [ant:javac] 1 error
  11. [ant:javac] 1 warning
  12. :recompileMc FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement