Guest User

Untitled

a guest
Apr 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. == MCP v5.0 ==
  2. > Recompiling client...
  3. javac.exe -g -source 1.6 -target 1.6 -classpath "lib/;lib/*;jars/bin/minecraft.j
  4. ar;jars/bin/jinput.jar;jars/bin/lwjgl.jar;jars/bin/lwjgl_util.jar" -sourcepath s
  5. rc/minecraft -d bin/minecraft src/minecraft\net\minecraft\client\*.java src/mine
  6. craft\net\minecraft\src\*.java conf/patches/*.java failed.
  7. Return code : 1
  8.  
  9. == ERRORS FOUND ==
  10.  
  11. src\minecraft\net\minecraft\src\ItemignotCopper.java:5: Object() in java.lang.Ob
  12. ject cannot be applied to (int)
  13. super(i);
  14. ^
  15.  
  16. src\minecraft\net\minecraft\src\ItemignotCopper.java:6: cannot find symbol
  17. symbol : variable maxStackSize
  18. location: class net.minecraft.src.ItemignotCopper
  19. maxStackSize = 64;
  20. ^
  21.  
  22. src\minecraft\net\minecraft\src\ItemMoney.java:5: Object() in java.lang.Object c
  23. annot be applied to (int)
  24. super(i);
  25. ^
  26.  
  27. src\minecraft\net\minecraft\src\ItemMoney.java:6: cannot find symbol
  28. symbol : variable maxStackSize
  29. location: class net.minecraft.src.ItemMoney
  30. maxStackSize = 64;
  31. ^
  32.  
  33. src\minecraft\net\minecraft\src\mod_fbpro.java:52: cannot find symbol
  34. symbol : method setItemName(java.lang.String)
  35. location: class net.minecraft.src.ItemMoney
  36. public static final Item Money = new ItemMoney (3065).setItemName("Money");
  37. ^
  38.  
  39. src\minecraft\net\minecraft\src\mod_fbpro.java:54: cannot find symbol
  40. symbol : method setItemName(java.lang.String)
  41. location: class net.minecraft.src.ItemignotCopper
  42. public static final Item ignotCopper = new ItemignotCopper (3066).setItemName("i
  43. gnotCopper");
  44. ^
  45.  
  46. 6 errors
  47. ==================
  48.  
  49. > Done in 9.83 seconds
  50. > Recompiling server...
  51. !! Can not find server sources !!
  52. Для продолжения нажмите любую клавишу . . .
Add Comment
Please, Sign In to add comment