Posted June 3, 20169 yr So I'm updating part of a mod to 1.9 and have run into a problem, apparently StatCollector doesn't exist anymore. Does anyone know the replacement? No signature for you!
June 3, 20169 yr StatCollector was renamed to net.minecraft.util.text.translation.I18n in 1.9. This issue tracker documents most renames in 1.9+. net.minecraft.util.text.translation.I18n was deprecated in 1.9.4 since servers should avoid translating where possible. Use TexComponentTranslation or the client-only net.minecraft.client.resources.I18n . Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.