#Why isn't this setting the lore

1 messages · Page 1 of 1 (latest)

winged notch
#
/**@type {ItemStack} */
      const equipment = entity.getComponent("equippable").getEquipment("Mainhand");
      equipment.setLore(["explode"]);
#

Im able to get the typeid and everything else, but trying to set the lore isn't working