Executing Gradle task: build Build info: MCreator 2023.2.24119, fabric-1.20.1, 64-bit, 32693 MB, Windows 11, JVM 17.0.5, JAVA_HOME: C:\Users\ivanb\OneDrive\Документы\Documents\Material_for_freelancing\education\MCreator\MCreator20232-20\jdk, started on: 2023-07-06-18:57:03 > Configure project : Fabric Loom: 1.2.7 > Task :compileJava FAILED C:\Users\ivanb\YandexDisk\MCreatorWorkspaces\qv_blacstfurnace\src\main\java\net\mcreator\qvblacstfurnace\procedures\BBFPlaceProcedure.java:64: error: local variables referenced from an inner class must be final or effectively final stack.set(((Entity) world.getEntitiesOfClass(Display.ItemDisplay.class, AABB.ofSize(new Vec3((x + Xc), y, (z + Zc)), 1, 1, 1), e -> true).stream().sorted(new Object() { ^ C:\Users\ivanb\YandexDisk\MCreatorWorkspaces\qv_blacstfurnace\src\main\java\net\mcreator\qvblacstfurnace\procedures\BBFPlaceProcedure.java:64: error: local variables referenced from an inner class must be final or effectively final stack.set(((Entity) world.getEntitiesOfClass(Display.ItemDisplay.class, AABB.ofSize(new Vec3((x + Xc), y, (z + Zc)), 1, 1, 1), e -> true).stream().sorted(new Object() { ^ C:\Users\ivanb\YandexDisk\MCreatorWorkspaces\qv_blacstfurnace\src\main\java\net\mcreator\qvblacstfurnace\procedures\BBFPlaceProcedure.java:68: error: local variables referenced from an inner class must be final or effectively final }.compareDistOf((x + Xc), y, (z + Zc))).findFirst().orElse(null)).getSlot(0).get().copy()); ^ C:\Users\ivanb\YandexDisk\MCreatorWorkspaces\qv_blacstfurnace\src\main\java\net\mcreator\qvblacstfurnace\procedures\BBFPlaceProcedure.java:68: error: local variables referenced from an inner class must be final or effectively final }.compareDistOf((x + Xc), y, (z + Zc))).findFirst().orElse(null)).getSlot(0).get().copy()); ^ 4 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: > 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. * Get more help at https://help.gradle.org BUILD FAILED in 3s 1 actionable task: 1 executed BUILD FAILED Task completed in 5 seconds