Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. Total time: 19.01 secs
  2. C:\Pylo\MCreator162\forge>
  3. Task completed with return code 0 in 16161 milliseconds
  4. C:\Pylo\MCreator162\forge>
  5. Task completed with return code 0 in 19563 milliseconds
  6. Task return code check OK!
  7.  
  8. Executing gradle command: clean build
  9. Microsoft Windows [Version 6.3.9600]
  10. (c) 2013 Microsoft Corporation. All rights reserved.
  11. C:\Pylo\MCreator162>cd forge
  12. C:\Pylo\MCreator162\forge>SET "JAVA_HOME=C:\Pylo\MCreator162\jdk32\"
  13. C:\Pylo\MCreator162\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  14. C:\Pylo\MCreator162\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  15. C:\Pylo\MCreator162\forge>SET "JAVA_OPTS=-Xmx1024m -Xms512m"
  16. C:\Pylo\MCreator162\forge>gradlew clean build
  17. This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.
  18. #################################################
  19. ForgeGradle 2.1-SNAPSHOT-75bb646
  20. https://github.com/MinecraftForge/ForgeGradle
  21. #################################################
  22. Powered by MCP unknown
  23. http://modcoderpack.com
  24. by: Searge, ProfMobius, Fesh0r,
  25. R4wk, ZeuX, IngisKahn, bspkrs
  26. #################################################
  27. :clean
  28. :deobfCompileDummyTask
  29. :deobfProvidedDummyTask
  30. :sourceApiJava
  31. :compileApiJava UP-TO-DATE
  32. :processApiResources UP-TO-DATE
  33. :apiClasses UP-TO-DATE
  34. :sourceMainJava
  35. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:154: error: no suitable constructor found for EntityAIWander(EntitypigZ,double)
  36. this.tasks.addTask(3, new EntityAIWander(this, 0.8D));
  37. ^
  38. constructor EntityAIWander.EntityAIWander(EntityCreature,double,int) is not applicable
  39. (actual and formal argument lists differ in length)
  40. constructor EntityAIWander.EntityAIWander(EntityCreature,double) is not applicable
  41. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  42. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:155: error: no suitable constructor found for EntityAINearestAttackableTarget(EntitypigZ,Class<EntityCow>,boolean)
  43. this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityCow.class, true));
  44. ^
  45. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,int,boolean,boolean,Predicate) is not applicable
  46. (actual and formal argument lists differ in length)
  47. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean,boolean) is not applicable
  48. (actual and formal argument lists differ in length)
  49. constructor EntityAINearestAttackableTarget.EntityAINearestAttackableTarget(EntityCreature,Class,boolean) is not applicable
  50. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  51. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:156: error: constructor EntityAIHurtByTarget in class EntityAIHurtByTarget cannot be applied to given types;
  52. this.targetTasks.addTask(4, new EntityAIHurtByTarget(this, false));
  53. ^
  54. required: EntityCreature,boolean,Class[]
  55. found: EntitypigZ,boolean
  56. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  57. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:158: error: constructor EntityAIPanic in class EntityAIPanic cannot be applied to given types;
  58. this.tasks.addTask(5, new EntityAIPanic(this, 1.2D));
  59. ^
  60. required: EntityCreature,double
  61. found: EntitypigZ,double
  62. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  63. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:159: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  64. this.tasks.addTask(1, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  65. ^
  66. required: EntityCreature,double,Item,boolean
  67. found: EntitypigZ,double,Item,boolean
  68. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  69. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:161: error: constructor EntityAITempt in class EntityAITempt cannot be applied to given types;
  70. this.tasks.addTask(7, new EntityAITempt(this, 0.8D, Items.cooked_porkchop, false));
  71. ^
  72. required: EntityCreature,double,Item,boolean
  73. found: EntitypigZ,double,Item,boolean
  74. reason: actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion
  75. C:\Pylo\MCreator162\forge\build\sources\main\java\mod\mcreator\mcreator_pigZ.java:162: error: no suitable constructor found for EntityAIAttackOnCollide(EntitypigZ,Class<EntityBoat>,double,boolean)
  76. this.tasks.addTask(3, new EntityAIAttackOnCollide(this, EntityBoat.class, 1.0D, false));
  77. ^
  78. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,double,boolean) is not applicable
  79. (actual and formal argument lists differ in length)
  80. constructor EntityAIAttackOnCollide.EntityAIAttackOnCollide(EntityCreature,Class<? extends Entity>,double,boolean) is not applicable
  81. (actual argument EntitypigZ cannot be converted to EntityCreature by method invocation conversion)
  82. 7 errors
  83. :compileJava FAILED
  84. FAILURE: Build failed with an exception.
  85. * What went wrong:
  86. Execution failed for task ':compileJava'.
  87. > Compilation failed; see the compiler error output for details.
  88. * Try:
  89. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement