Advertisement
Guest User

Untitled

a guest
May 30th, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. create minecraft/mcpatcher/cit folders
  2. put inside that a .properties (text file that you saved as a .properties)
  3. and name it the wway you want it to (ex: ruby_sword.properties)
  4. put inside
  5. type=item
  6. items=minecraft:diamond_sword
  7. nbt.display.Name=iregex:.*Ruby.*
  8. # "regex:" is case-sensitive, "iregex:" is not.
  9. # .* calls for wildcard.
  10. #So for example, "iregex:.*Ruby.*" will search for any item name containing the word "Ruby"
  11. texture=ruby_sword
  12. And create a texture named (in that case) ruby_sword
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement