Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Change CHANGETHIS to desired to desired title, with no spaces.
- #Change ACTUALTITLE to localized name, can have spaces. See examples.
- /*
- These are examples, modifying them will have no effect.
- Example 1:
- recipes.addShapeless(<TravellersGear:simpleGear:6>.withTag({title: "TG.personaltitle.charnuz"}),[<minecraft:bedrock>]);
- game.setLocalization("TG.personaltitle.charnuz","Charnuz");
- Example 2:
- recipes.addShapeless(<TravellersGear:simpleGear:6>.withTag({title: "TG.personaltitle.iliketoreddit"}),[<minecraft:bedrock>]);
- game.setLocalization("TG.personaltitle.iliketoreddit","I like to Reddit");
- */
- recipes.addShapeless(<TravellersGear:simpleGear:6>.withTag({title: "TG.personaltitle.CHANGETHIS"}),[<minecraft:bedrock>]);
- game.setLocalization("TG.personaltitle.CHANGETHIS","ACTUALTITLE");
Advertisement
Add Comment
Please, Sign In to add comment