mrkirby153

Untitled

Aug 15th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. :compileJava
  2. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  3. C:\Users\me\Desktop\mapwriter-master\mapwriter-master\build\sources\java\map
  4. writer\map\mapmode\MapMode.java:101: error: constructor ScaledResolution in clas
  5. s ScaledResolution cannot be applied to given types;
  6. ScaledResolution sRes = new ScaledResolution(mc.gameSettings, mc
  7. .displayWidth, mc.displayHeight);
  8. ^
  9. required: Minecraft,int,int
  10. found: GameSettings,int,int
  11. reason: actual argument GameSettings cannot be converted to Minecraft by metho
  12. d invocation conversion
  13. 1 error
  14. 1 warning
  15. :compileJava FAILED
Advertisement
Add Comment
Please, Sign In to add comment