Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. package com.TheRPGAdventurer.ROTD.client.userinput;
  2.  
  3. import net.minecraft.client.resources.I18n;
  4.  
  5. /*
  6. * Legacy translations helper
  7. */
  8. public class StatCollector {
  9.  
  10. public static String translateToLocal(String s) {
  11. return I18n.format(s, new Object[0]);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement