Executing Gradle task: runClient Build info: MCreator 2021.2.36710, forge-1.16.5, 64-bit, 16270 MB, Windows 10, JVM 11.0.11, JAVA_HOME: D:\MCreator\jdk > Task :compileJava FAILED D:\MCreator\Mods\src\main\java\net\mcreator\bcmcraft\item\OpiumArmorItem.java:60: error: no suitable constructor found for ItemStack(no arguments) return Ingredient.fromStacks(new ItemStack()); ^ constructor net.minecraft.item.ItemStack.ItemStack(net.minecraft.util.IItemProvider) is not applicable (actual and formal argument lists differ in length) constructor net.minecraft.item.ItemStack.ItemStack(net.minecraft.util.IItemProvider,int,java.util.Optional) is not applicable (actual and formal argument lists differ in length) constructor net.minecraft.item.ItemStack.ItemStack(net.minecraft.util.IItemProvider,int) is not applicable (actual and formal argument lists differ in length) constructor net.minecraft.item.ItemStack.ItemStack(net.minecraft.util.IItemProvider,int,net.minecraft.nbt.CompoundNBT) is not applicable (actual and formal argument lists differ in length) constructor net.minecraft.item.ItemStack.ItemStack(net.minecraft.nbt.CompoundNBT) is not applicable (actual and formal argument lists differ in length) 1 error 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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 3s 1 actionable task: 1 executed BUILD FAILED Task completed in 4 minutes and 48 seconds