Guest User

Consola

a guest
Feb 29th, 2020
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.38 KB | None | 0 0
  1.    
  2. Executing gradle task: build
  3. Build info: MCreator 2020.1.05113, 1.14.4, 64-bit, 4061 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  4. Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml
  5. Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.164/ForgeGradle-3.0.164.pom
  6. Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.164/ForgeGradle-3.0.164.jar
  7. > Configure project :
  8. New Dep: net.minecraftforge:forge:1.14.4-28.1.116_mapped_snapshot_20190719-1.14.3
  9. > Task :compileJava
  10. > Task :processResources
  11. > Task :classes
  12. > Task :jar
  13. > Task :downloadMcpConfig
  14. > Task :extractSrg
  15. > Task :createMcpToSrg
  16. > Task :reobfJar
  17. > Task :assemble
  18. > Task :compileTestJava NO-SOURCE
  19. > Task :processTestResources NO-SOURCE
  20. > Task :testClasses UP-TO-DATE
  21. > Task :test NO-SOURCE
  22. > Task :check UP-TO-DATE
  23. > Task :build
  24. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  25. Use '--warning-mode all' to show the individual deprecation warnings.
  26. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  27. BUILD SUCCESSFUL in 1m 41s
  28. 7 actionable tasks: 7 executed
  29. Task completed in 101750 milliseconds
  30.    
  31. Executing gradle task: build
  32. Build info: MCreator 2020.1.05113, 1.14.4, 64-bit, 4061 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  33. > Configure project :
  34. New Dep: net.minecraftforge:forge:1.14.4-28.1.116_mapped_snapshot_20190719-1.14.3
  35. > Task :compileJava
  36. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:221: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  37.  
  38.          Piece1.addBox("gorra 9", 0F, 0F, 0F, 10, 1, 10);
  39.                ^
  40.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  41.       (argument mismatch; String cannot be converted to float)
  42.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  43.       (argument mismatch; String cannot be converted to float)
  44. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:222: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  45.  
  46.          Piece1.addBox("gorra 8", 0F, 1F, 0F, 0, 6, 10);
  47.                ^
  48.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  49.       (argument mismatch; String cannot be converted to float)
  50.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  51.       (argument mismatch; String cannot be converted to float)
  52. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:223: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  53.  
  54.          Piece1.addBox("gorra 7", 0F, 1F, 10F, 10, 6, 0);
  55.                ^
  56.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  57.       (argument mismatch; String cannot be converted to float)
  58.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  59.       (argument mismatch; String cannot be converted to float)
  60. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:224: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  61.  
  62.          Piece1.addBox("gorra 6", 10F, 1F, 0F, 0, 6, 10);
  63.                ^
  64.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  65.       (argument mismatch; String cannot be converted to float)
  66.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  67.       (argument mismatch; String cannot be converted to float)
  68. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:225: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  69.  
  70.          Piece1.addBox("gorra 5", 8F, 1F, 0F, 2, 5, 0);
  71.                ^
  72.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  73.       (argument mismatch; String cannot be converted to float)
  74.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  75.       (argument mismatch; String cannot be converted to float)
  76. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:226: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  77.  
  78.          Piece1.addBox("cabeza", 1F, 1F, 1F, 8, 8, 8);
  79.                ^
  80.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  81.       (argument mismatch; String cannot be converted to float)
  82.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  83.       (argument mismatch; String cannot be converted to float)
  84. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:227: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  85.  
  86.          Piece1.addBox("gorra 4", 4F, 1F, 0F, 4, 4, 0);
  87.                ^
  88.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  89.       (argument mismatch; String cannot be converted to float)
  90.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  91.       (argument mismatch; String cannot be converted to float)
  92. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:228: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  93.  
  94.          Piece1.addBox("gorra 2", 0F, 7F, 0F, 2, 1, 0);
  95.                ^
  96.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  97.       (argument mismatch; String cannot be converted to float)
  98.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  99.       (argument mismatch; String cannot be converted to float)
  100. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:229: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  101.  
  102.          Piece1.addBox("gorra 1", 0F, 1F, 0F, 4, 6, 0);
  103.                ^
  104.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  105.       (argument mismatch; String cannot be converted to float)
  106.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  107.       (argument mismatch; String cannot be converted to float)
  108. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:230: error: cannot find symbol
  109.  
  110.          ModelBiped.addChildRendererModel(Piece1);
  111.          ^
  112.   symbol:   variable ModelBiped
  113.   location: class Modelhumana
  114. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  115. 10 errors
  116. > Task :compileJava FAILED
  117. FAILURE: Build failed with an exception.
  118. * What went wrong:
  119. Execution failed for task ':compileJava'.
  120. > Compilation failed; see the compiler error output for details.
  121. * Try:
  122. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  123. * Get more help at https://help.gradle.org
  124. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  125. Use '--warning-mode all' to show the individual deprecation warnings.
  126. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  127. BUILD FAILED in 10s
  128. 1 actionable task: 1 executed
  129. BUILD FAILED
  130. Task completed in 27424 milliseconds
  131.    
  132. Executing gradle task: build
  133. Build info: MCreator 2020.1.05113, 1.14.4, 64-bit, 4061 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  134. > Configure project :
  135. New Dep: net.minecraftforge:forge:1.14.4-28.1.116_mapped_snapshot_20190719-1.14.3
  136. > Task :compileJava
  137. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:221: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  138.  
  139.          Piece1.addBox("gorra 9", 0F, 0F, 0F, 10, 1, 10);
  140.                ^
  141.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  142.       (argument mismatch; String cannot be converted to float)
  143.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  144.       (argument mismatch; String cannot be converted to float)
  145. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:222: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  146.  
  147.          Piece1.addBox("gorra 8", 0F, 1F, 0F, 0, 6, 10);
  148.                ^
  149.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  150.       (argument mismatch; String cannot be converted to float)
  151.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  152.       (argument mismatch; String cannot be converted to float)
  153. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:223: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  154.  
  155.          Piece1.addBox("gorra 7", 0F, 1F, 10F, 10, 6, 0);
  156.                ^
  157.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  158.       (argument mismatch; String cannot be converted to float)
  159.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  160.       (argument mismatch; String cannot be converted to float)
  161. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:224: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  162.  
  163.          Piece1.addBox("gorra 6", 10F, 1F, 0F, 0, 6, 10);
  164.                ^
  165.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  166.       (argument mismatch; String cannot be converted to float)
  167.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  168.       (argument mismatch; String cannot be converted to float)
  169. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:225: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  170.  
  171.          Piece1.addBox("gorra 5", 8F, 1F, 0F, 2, 5, 0);
  172.                ^
  173.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  174.       (argument mismatch; String cannot be converted to float)
  175.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  176.       (argument mismatch; String cannot be converted to float)
  177. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:226: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  178.  
  179.          Piece1.addBox("cabeza", 1F, 1F, 1F, 8, 8, 8);
  180.                ^
  181.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  182.       (argument mismatch; String cannot be converted to float)
  183.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  184.       (argument mismatch; String cannot be converted to float)
  185. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:227: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  186.  
  187.          Piece1.addBox("gorra 4", 4F, 1F, 0F, 4, 4, 0);
  188.                ^
  189.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  190.       (argument mismatch; String cannot be converted to float)
  191.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  192.       (argument mismatch; String cannot be converted to float)
  193. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:228: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  194.  
  195.          Piece1.addBox("gorra 2", 0F, 7F, 0F, 2, 1, 0);
  196.                ^
  197.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  198.       (argument mismatch; String cannot be converted to float)
  199.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  200.       (argument mismatch; String cannot be converted to float)
  201. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:229: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  202.  
  203.          Piece1.addBox("gorra 1", 0F, 1F, 0F, 4, 6, 0);
  204.                ^
  205.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  206.       (argument mismatch; String cannot be converted to float)
  207.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  208.       (argument mismatch; String cannot be converted to float)
  209. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:230: error: cannot find symbol
  210.  
  211.          ModelBiped.addChildRendererModel(Piece1);
  212.          ^
  213.   symbol:   variable ModelBiped
  214.   location: class Modelhumana
  215. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  216. 10 errors
  217. > Task :compileJava FAILED
  218. FAILURE: Build failed with an exception.
  219. * What went wrong:
  220. Execution failed for task ':compileJava'.
  221. > Compilation failed; see the compiler error output for details.
  222. * Try:
  223. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  224. * Get more help at https://help.gradle.org
  225. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  226. Use '--warning-mode all' to show the individual deprecation warnings.
  227. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  228. BUILD FAILED in 8s
  229. 1 actionable task: 1 executed
  230. BUILD FAILED
  231. Task completed in 11325 milliseconds
  232.    
  233. Executing gradle task: build
  234. Build info: MCreator 2020.1.05113, 1.14.4, 64-bit, 4061 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  235. > Configure project :
  236. New Dep: net.minecraftforge:forge:1.14.4-28.1.116_mapped_snapshot_20190719-1.14.3
  237. > Task :compileJava FAILED
  238. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:205: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  239.  
  240.          Piece1.addBox("gorra 9", 0F, 0F, 0F, 10, 1, 10);
  241.                ^
  242.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  243.       (argument mismatch; String cannot be converted to float)
  244.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  245.       (argument mismatch; String cannot be converted to float)
  246. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:206: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  247.  
  248.          Piece1.addBox("gorra 8", 0F, 1F, 0F, 0, 6, 10);
  249.                ^
  250.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  251.       (argument mismatch; String cannot be converted to float)
  252.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  253.       (argument mismatch; String cannot be converted to float)
  254. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:207: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  255.  
  256.          Piece1.addBox("gorra 7", 0F, 1F, 10F, 10, 6, 0);
  257.                ^
  258.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  259.       (argument mismatch; String cannot be converted to float)
  260.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  261.       (argument mismatch; String cannot be converted to float)
  262. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:208: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  263.  
  264.          Piece1.addBox("gorra 6", 10F, 1F, 0F, 0, 6, 10);
  265.                ^
  266.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  267.       (argument mismatch; String cannot be converted to float)
  268.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  269.       (argument mismatch; String cannot be converted to float)
  270. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:209: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  271.  
  272.          Piece1.addBox("gorra 5", 8F, 1F, 0F, 2, 5, 0);
  273.                ^
  274.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  275.       (argument mismatch; String cannot be converted to float)
  276.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  277.       (argument mismatch; String cannot be converted to float)
  278. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:210: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  279.  
  280.          Piece1.addBox("cabeza", 1F, 1F, 1F, 8, 8, 8);
  281.                ^
  282.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  283.       (argument mismatch; String cannot be converted to float)
  284.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  285.       (argument mismatch; String cannot be converted to float)
  286. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:211: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  287.  
  288.          Piece1.addBox("gorra 4", 4F, 1F, 0F, 4, 4, 0);
  289.                ^
  290.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  291.       (argument mismatch; String cannot be converted to float)
  292.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  293.       (argument mismatch; String cannot be converted to float)
  294. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:212: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  295.  
  296.          Piece1.addBox("gorra 2", 0F, 7F, 0F, 2, 1, 0);
  297.                ^
  298.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  299.       (argument mismatch; String cannot be converted to float)
  300.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  301.       (argument mismatch; String cannot be converted to float)
  302. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:213: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  303.  
  304.          Piece1.addBox("gorra 1", 0F, 1F, 0F, 4, 6, 0);
  305.                ^
  306.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  307.       (argument mismatch; String cannot be converted to float)
  308.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  309.       (argument mismatch; String cannot be converted to float)
  310. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:214: error: cannot find symbol
  311.  
  312.          ModelBiped.addChildRendererModel(Piece1);
  313.          ^
  314.   symbol:   variable ModelBiped
  315.   location: class Modelhumana
  316. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  317. 10 errors
  318. FAILURE: Build failed with an exception.
  319. * What went wrong:
  320. Execution failed for task ':compileJava'.
  321. > Compilation failed; see the compiler error output for details.
  322. * Try:
  323. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  324. * Get more help at https://help.gradle.org
  325. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  326. Use '--warning-mode all' to show the individual deprecation warnings.
  327. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  328. BUILD FAILED in 9s
  329. 1 actionable task: 1 executed
  330. BUILD FAILED
  331. Task completed in 13774 milliseconds
  332.    
  333. Executing gradle task: build
  334. Build info: MCreator 2020.1.05113, 1.14.4, 64-bit, 4061 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  335. > Configure project :
  336. New Dep: net.minecraftforge:forge:1.14.4-28.1.116_mapped_snapshot_20190719-1.14.3
  337. > Task :compileJava
  338. > Task :processResources UP-TO-DATE
  339. > Task :classes
  340. > Task :jar
  341. > Task :downloadMcpConfig
  342. > Task :extractSrg UP-TO-DATE
  343. > Task :createMcpToSrg UP-TO-DATE
  344. > Task :reobfJar
  345. > Task :assemble
  346. > Task :compileTestJava NO-SOURCE
  347. > Task :processTestResources NO-SOURCE
  348. > Task :testClasses UP-TO-DATE
  349. > Task :test NO-SOURCE
  350. > Task :check UP-TO-DATE
  351. > Task :build
  352. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  353. Use '--warning-mode all' to show the individual deprecation warnings.
  354. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  355. BUILD SUCCESSFUL in 14s
  356. 7 actionable tasks: 4 executed, 3 up-to-date
  357. Task completed in 14431 milliseconds
  358.    
  359. Executing gradle task: build
  360. Build info: MCreator 2020.1.05113, 1.14.4, 64-bit, 4061 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  361. > Configure project :
  362. New Dep: net.minecraftforge:forge:1.14.4-28.1.116_mapped_snapshot_20190719-1.14.3
  363. > Task :compileJava FAILED
  364. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:182: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  365.  
  366.          Gorra.addBox("gorra 9", 0F, 0F, 0F, 10, 1, 10);
  367.               ^
  368.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  369.       (argument mismatch; String cannot be converted to float)
  370.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  371.       (argument mismatch; String cannot be converted to float)
  372. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:183: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  373.  
  374.          Gorra.addBox("gorra 8", 0F, 1F, 0F, 0, 6, 10);
  375.               ^
  376.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  377.       (argument mismatch; String cannot be converted to float)
  378.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  379.       (argument mismatch; String cannot be converted to float)
  380. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:184: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  381.  
  382.          Gorra.addBox("gorra 7", 0F, 1F, 10F, 10, 6, 0);
  383.               ^
  384.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  385.       (argument mismatch; String cannot be converted to float)
  386.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  387.       (argument mismatch; String cannot be converted to float)
  388. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:185: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  389.  
  390.          Gorra.addBox("gorra 6", 10F, 1F, 0F, 0, 6, 10);
  391.               ^
  392.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  393.       (argument mismatch; String cannot be converted to float)
  394.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  395.       (argument mismatch; String cannot be converted to float)
  396. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:186: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  397.  
  398.          Gorra.addBox("gorra 5", 8F, 1F, 0F, 2, 5, 0);
  399.               ^
  400.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  401.       (argument mismatch; String cannot be converted to float)
  402.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  403.       (argument mismatch; String cannot be converted to float)
  404. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:187: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  405.  
  406.          Gorra.addBox("cabeza", 1F, 1F, 1F, 8, 8, 8);
  407.               ^
  408.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  409.       (argument mismatch; String cannot be converted to float)
  410.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  411.       (argument mismatch; String cannot be converted to float)
  412. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:188: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  413.  
  414.          Gorra.addBox("gorra 4", 4F, 1F, 0F, 4, 4, 0);
  415.               ^
  416.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  417.       (argument mismatch; String cannot be converted to float)
  418.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  419.       (argument mismatch; String cannot be converted to float)
  420. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:189: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  421.  
  422.          Gorra.addBox("gorra 2", 0F, 7F, 0F, 2, 1, 0);
  423.               ^
  424.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  425.       (argument mismatch; String cannot be converted to float)
  426.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  427.       (argument mismatch; String cannot be converted to float)
  428. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:190: error: no suitable method found for addBox(String,float,float,float,int,int,int)
  429.  
  430.          Gorra.addBox("gorra 1", 0F, 1F, 0F, 4, 6, 0);
  431.               ^
  432.     method RendererModel.addBox(float,float,float,int,int,int,boolean) is not applicable
  433.       (argument mismatch; String cannot be converted to float)
  434.     method RendererModel.addBox(float,float,float,int,int,int,float) is not applicable
  435.       (argument mismatch; String cannot be converted to float)
  436. D:\Desktop\Respaldo escritorio\misica de juan jose\juegos\GUARDADOSMCREATOR\src\main\java\net\mcreator\cronwstocraft\MCreatorHumano.java:191: error: cannot find symbol
  437.  
  438.          ModelBiped.addChildRendererModel(Gorra);
  439.          ^
  440.   symbol:   variable ModelBiped
  441.   location: class Modelhumana
  442. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  443. 10 errors
  444. FAILURE: Build failed with an exception.
  445. * What went wrong:
  446. Execution failed for task ':compileJava'.
  447. > Compilation failed; see the compiler error output for details.
  448. * Try:
  449. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  450. * Get more help at https://help.gradle.org
  451. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  452. Use '--warning-mode all' to show the individual deprecation warnings.
  453. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  454. BUILD FAILED in 7s
  455. 1 actionable task: 1 executed
  456. BUILD FAILED
  457. Task completed in 230408 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment