Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

彩虹茶

Members
  • Joined

  • Last visited

Everything posted by 彩虹茶

  1. Thank you, localization works used: tooltip.add(I18n.format("info.level_0.addInfo")); Instead: tooltip.add(I18n.translate("info.level_0.addInfo"));
  2. What you need?
  3. 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;
  4. 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"); }
  5. There is a problem with the localization, as I guess it also changed? info.color_0.addInfo=Color: $1White
  6. 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.
  7. please in Chinese.
  8. what to do with him?
  9. 做什么用呢?
  10. 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.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.