Search results

  1. K

    Solved Can't use ItemMeta.displayName(component) with TranslatableComponent

    I'd already found my issue, but thanks for letting me know I need to use a resource pack, was about to look into how to use it too.
  2. K

    Solved Can't use ItemMeta.displayName(component) with TranslatableComponent

    Edit: It was an incorrect import. I tried running meta.displayName(new TranslatableComponent("item.minecraftplus.copper_sword")); but it gave me the error The method displayName(Component) in the type ItemMeta is not applicable for the arguments (TranslatableComponent), can anyone tell me how...