Advertisement
Steelsouls

steelcraft-mechanics.yml

Mar 7th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.10 KB | None | 0 0
  1. ###################################
  2. #  Steelsouls Mechanics Changers  #
  3. ###################################
  4.  
  5. aliases:
  6.  
  7. defaults:
  8.  
  9. otherdrops:
  10.     ANVIL:
  11.       - tool: ANY
  12.         action: LEFT_CLICK
  13.         chance: 50
  14.         fixtool: 1
  15.       - tool: CLAY
  16.         action: LEFT_CLICK
  17.         consumetool: 1
  18.         drop: CLAY_BALL/4
  19.       - tool: BRICK
  20.         action: LEFT_CLICK
  21.         consumetool: 1
  22.         drop: CLAY_BRICK/4
  23.       - tool: WOOL
  24.         action: LEFT_CLICK
  25.         consumetool: 1
  26.         drop: STRING/4
  27.     COBBLESTONE:
  28.       - tool: VINE
  29.         replacementblock: MOSSY_COBBLESTONE
  30.         consumetool: 1
  31.     GLASS:
  32.       - tool: ANY_PICKAXE
  33.         drop: GLASS
  34.       - tool: [ANY, -GOLD_PICKAXE]
  35.         drop: NOTHING/10%
  36.         damageattacker: 1-2
  37.         exclusive: 1
  38.         message: "You broke the glass and cut yourself!"
  39.     THIN_GLASS:
  40.       - tool: ANY_PICKAXE
  41.         drop: THIN_GLASS
  42.       - tool: [ANY, -GOLD_PICKAXE]
  43.         drop: NOTHING/10%
  44.         damageattacker: 1-2
  45.         exclusive: 1
  46.         message: "You broke the glass and cut yourself!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement