-
Recently Browsing
No registered users viewing this page.
-
Posts
-
@Override public boolean canApplyAtEnchantingTable(ItemStack stack, Enchantment enchantment) { if(enchantment == Enchantments.SHARPNESS) { enchantment.canApply(stack); } return true; } I changed with this but same error.
-
By elliotfoxk · Posted
Not exactly sure what this means, could someone explain how to fix in simple terms? -
@Override public boolean canApplyAtEnchantingTable(ItemStack stack, Enchantment enchantment) { enchantment = Enchantments.SHARPNESS; return enchantment.canApply(stack.getItem().getDefaultInstance()); } I tried to override this method. Whenever i put the item in the enchantment table game crashes with java.lang.StackOverflowError.
-
By DaemonUmbra · Posted
Please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler) -
By DaemonUmbra · Posted
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
-
Topics
-
Who's Online (See full list)