Charnuz

Custom Title Scrolls

Jan 23rd, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.79 KB | None | 0 0
  1. #Change CHANGETHIS to desired to desired title, with no spaces.
  2. #Change ACTUALTITLE to localized name, can have spaces. See examples.
  3. /*
  4. These are examples, modifying them will have no effect.
  5.  
  6. Example 1:
  7. recipes.addShapeless(<TravellersGear:simpleGear:6>.withTag({title: "TG.personaltitle.charnuz"}),[<minecraft:bedrock>]);
  8. game.setLocalization("TG.personaltitle.charnuz","Charnuz");
  9.  
  10. Example 2:
  11. recipes.addShapeless(<TravellersGear:simpleGear:6>.withTag({title: "TG.personaltitle.iliketoreddit"}),[<minecraft:bedrock>]);
  12. game.setLocalization("TG.personaltitle.iliketoreddit","I like to Reddit");
  13. */
  14.  
  15. recipes.addShapeless(<TravellersGear:simpleGear:6>.withTag({title: "TG.personaltitle.CHANGETHIS"}),[<minecraft:bedrock>]);
  16. game.setLocalization("TG.personaltitle.CHANGETHIS","ACTUALTITLE");
Advertisement
Add Comment
Please, Sign In to add comment