Jump to content

彩虹茶

Members
  • Posts

    11
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    你这个混蛋

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

彩虹茶's Achievements

Tree Puncher

Tree Puncher (2/8)

-3

Reputation

  1. Thank you, localization works used: tooltip.add(I18n.format("info.level_0.addInfo")); Instead: tooltip.add(I18n.translate("info.level_0.addInfo"));
  2. import com.sun.org.apache.xml.internal.security.utils.I18n; import com.virysd.decorativeexpansion.common.DECreativeTab; import net.minecraft.entity.Entity; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.EntityEquipmentSlot; import net.minecraft.item.ItemArmor; import net.minecraft.item.ItemStack; import java.util.List;
  3. here is. @Override public void addInformation(ItemStack stack, EntityPlayer playerIn, List<String> tooltip, boolean advanced) { super.addInformation(stack, playerIn, tooltip, advanced); tooltip.add("info.level_0.addInfo"); }
  4. There is a problem with the localization, as I guess it also changed? info.color_0.addInfo=Color: $1White
  5. public void addInformation(ItemStack itemStack, EntityPlayer entityPlayer, List list, boolean bool) { list.add(StatCollector.translateToLocal("dt.itemmatter2.1.addInfo")); list.add(StatCollector.translateToLocal("dt.itemmatter2.1.addInfo")); } Complains StatCollector.
  6. Hello, fish of the day! I want to add a description of their subject, but it does not matter, I've noticed that sechas addInformation method works differently than in the past, is now subject to add information. list.add Not working now.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.