Advertisement
MrScautHD

Untitled

Dec 7th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2020.5.47520, forge-1.15.2, 64-bit, 32732 MB, Windows 10, JVM 1.8.0_265, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  3. > Configure project :
  4. New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
  5. > Task :compileJava FAILED
  6. C:\Users\Elias\MCreatorWorkspaces\trailer\src\main\java\net\mcreator\trailer\procedures\FdasProcedure.java:36: error: incompatible types: possible lossy conversion from double to float
  7. playerModel.bipedRightArm.rotateAngleX = (entity.getPersistentData().getDouble("Waving"));
  8. ^
  9. 1 error
  10. FAILURE: Build failed with an exception.
  11. * What went wrong:
  12. Execution failed for task ':compileJava'.
  13. > Compilation failed; see the compiler error output for details.
  14. * Try:
  15. 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.
  16. * Get more help at https://help.gradle.org
  17. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  18. Use '--warning-mode all' to show the individual deprecation warnings.
  19. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  20. BUILD FAILED in 14s
  21. 1 actionable task: 1 executed
  22. BUILD FAILED
  23. Task completed in 20604 milliseconds
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement