``` Executing Gradle task: runClient Build info: MCreator 2021.2.36710, fabric-1.16.5, 64-bit, 8192 MB, Mac OS X, JVM 11.0.11, JAVA_HOME: /Applications/MCreator.app/Contents/MacOS/jdk/Contents/Home > Configure project : Fabric Loom: 0.7.34 > Task :compileJava /Users/***/MCreatorWorkspaces/customfood/src/main/java/net/mcreator/customfood/procedures/FurnacePickBlockDestroyedWithToolProcedure.java:42: error: no suitable constructor found for ItemStack(BlockState) new SimpleInventory((new ItemStack((world.getBlockState(new BlockPos((int) x, (int) y, (int) z)))))), ((World) world)) ^ constructor ItemStack.ItemStack(ItemConvertible) is not applicable (argument mismatch; BlockState cannot be converted to ItemConvertible) constructor ItemStack.ItemStack(NbtCompound) is not applicable (argument mismatch; BlockState cannot be converted to NbtCompound) /Users/***/MCreatorWorkspaces/customfood/src/main/java/net/mcreator/customfood/procedures/FurnacePickBlockDestroyedWithToolProcedure.java:46: error: no suitable constructor found for ItemStack(BlockState) new SimpleInventory((new ItemStack((world.getBlockState(new BlockPos((int) x, (int) y, (int) z)))))), ^ constructor ItemStack.ItemStack(ItemConvertible) is not applicable (argument mismatch; BlockState cannot be converted to ItemConvertible) constructor ItemStack.ItemStack(NbtCompound) is not applicable (argument mismatch; BlockState cannot be converted to NbtCompound) /Users/***/MCreatorWorkspaces/customfood/src/main/java/net/mcreator/customfood/procedures/FurnacePickBlockDestroyedWithToolProcedure.java:54: error: no suitable constructor found for ItemStack(BlockState) new SimpleInventory((new ItemStack((world.getBlockState(new BlockPos((int) x, (int) y, (int) z)))))), ^ constructor ItemStack.ItemStack(ItemConvertible) is not applicable (argument mismatch; BlockState cannot be converted to ItemConvertible) constructor ItemStack.ItemStack(NbtCompound) is not applicable (argument mismatch; BlockState cannot be converted to NbtCompound) /Users/***/MCreatorWorkspaces/customfood/src/main/java/net/mcreator/customfood/procedures/FurnacePickBlockDestroyedWithToolProcedure.java:60: error: no suitable constructor found for ItemStack(BlockState) (new ItemStack((world.getBlockState(new BlockPos((int) x, (int) y, (int) z)))))), ^ constructor ItemStack.ItemStack(ItemConvertible) is not applicable (argument mismatch; BlockState cannot be converted to ItemConvertible) constructor ItemStack.ItemStack(NbtCompound) is not applicable (argument mismatch; BlockState cannot be converted to NbtCompound) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 4 errors > Task :compileJava FAILED 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 6s 1 actionable task: 1 executed BUILD FAILED Task completed in 8 seconds ```