This is the Minecraft crafting recipe for an end crystal.Now that you have filled the crafting area with the correct pattern, the end crystal will appear in the box to the right.3. Move the End Crystal to InventoryOnce you have crafted an end crystal, you need to move the new item to...
minecraft.item.Items; import net.minecraft.item.ToolMaterial; import net.minecraft.recipe.Ingredient; public class ElectricRodMaterial implements ToolMaterial { public static normalRodMaterial INSTANCE = new normalRodMaterial(); @Override public int getDurability() { return 2000; } @Override public ...