Advertisement
Guest User

MCreator Log

a guest
Dec 13th, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2023.3.36712, fabric-1.20.1, 64-bit, 15315 MB, Windows 10, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-12-13-10:50:28
  3.  
  4. > Configure project :
  5. Fabric Loom: 1.4.5
  6. > Task :compileJava FAILED
  7. C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:24: error: cannot find symbol _blockEntity.getPersistentData().putDouble("DayTimer", (new Object() {
  8. ^
  9. symbol: method getPersistentData()
  10. location: variable _blockEntity of type BlockEntity
  11. C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:28: error: cannot find symbol return blockEntity.getPersistentData().getDouble(tag);
  12. ^
  13. symbol: method getPersistentData()
  14. location: variable blockEntity of type BlockEntity
  15. C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:41: error: cannot find symbol return blockEntity.getPersistentData().getDouble(tag);
  16. ^
  17. symbol: method getPersistentData()
  18. location: variable blockEntity of type BlockEntity
  19. C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:80: error: cannot find symbol _blockEntity.getPersistentData().putDouble("DayTimer", 0);
  20. ^
  21. symbol: method getPersistentData()
  22. location: variable _blockEntity of type BlockEntity
  23. C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:91: error: cannot find symbol return blockEntity.getPersistentData().getDouble(tag);
  24. ^
  25. symbol: method getPersistentData()
  26. location: variable blockEntity of type BlockEntity
  27. C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:130: error: cannot find symbol _blockEntity.getPersistentData().putDouble("DayTimer", 0);
  28. ^
  29. symbol: method getPersistentData()
  30. location: variable _blockEntity of type BlockEntity
  31. 6 errors
  32. FAILURE: Build failed with an exception.
  33. * What went wrong:
  34. Execution failed for task ':compileJava'.
  35. > Compilation failed; see the compiler error output for details.
  36. * Try:
  37. > Run with --info option to get more log output.
  38. > Run with --scan to get full insights.
  39. BUILD FAILED in 4s
  40. 1 actionable task: 1 executed
  41.  
  42. BUILD FAILED
  43. Task completed in 7 minutes and 59 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement