Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "parent": "item/handheld",
  3. "textures": {
  4. "layer0": "item/diamond_sword"
  5. },
  6. "overrides": [
  7. { "predicate": { "custom_model_data": 1}, "model": "item/diamond_sword/1" },
  8. { "predicate": { "custom_model_data": 2}, "model": "item/diamond_sword/2" },
  9. { "predicate": { "custom_model_data": 3}, "model": "item/diamond_sword/3" },
  10. { "predicate": { "custom_model_data": 4}, "model": "item/diamond_sword/4" },
  11. { "predicate": { "custom_model_data": 5}, "model": "item/diamond_sword/5" }
  12. ]
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement