Posted August 7, 201312 yr Does somebody knows how can i make this lore editable by language files (en_US.lang) for a easy translation (es_ES.lang) The lore @Override public void addInformation(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, List par3List, boolean par4){ NBTTagCompound nbt = par1ItemStack.getTagCompound(); { par3List.add("Custom Lore Line 1"); par3List.add("Custom Lore Line 2"); } } And in the language file might appear like this, or something similar: lore.itemGeneric.line1=Custom Lore Line 1 lore.itemGeneric.line2=Custom Lore Line 2 Thanks for helping
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.