Advertisement
FoxMulder__

Untitled

Sep 3rd, 2020
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.69 KB | None | 0 0
  1. info:
  2.   namespace: myitems
  3. items:
  4.   op:
  5.     display_name: "Op sword"
  6.     permission: opsword
  7.     resource:
  8.       material: DIAMOND_SWORD
  9.       generate: true
  10.       textures:
  11.       - item/op_sword.png
  12.     durability:
  13.       max_custom_durability: 1
  14.     attribute_modifers:
  15.       mainhand:
  16.         attackDamage: 9999999999999
  17.       offhand:
  18.         attackDamage: 9999999999999
  19.     blocked_enchants:
  20.          - ALL
  21. recipes:
  22.   crafting_table:
  23.     op:
  24.       permission: craftopsword
  25.       enabled: true
  26.       pattern:
  27.      - XDX
  28.       - DDD
  29.       - XSX
  30.       ingredients:
  31.         D: DIAMOND_BLOCK
  32.         S: STICK
  33.       result:
  34.         item: myitems:OP
  35.         amount: 1
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement