Advertisement
Rhisereld

ReplacementBlock - Doors

Jan 18th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.71 KB | None | 0 0
  1. otherdrops:
  2.     WOODEN_DOOR:
  3.         - trigger: RIGHT_CLICK
  4.           tool: SLIME_BALL
  5.           replacementblock: ACACIA_DOOR
  6.     ACACIA_DOOR:
  7.         - trigger: RIGHT_CLICK
  8.           tool: SLIME_BALL
  9.           replacementblock: BIRCH_DOOR
  10.     BIRCH_DOOR:
  11.         - trigger: RIGHT_CLICK
  12.           tool: SLIME_BALL
  13.           replacementblock: DARK_OAK_DOOR
  14.     DARK_OAK_DOOR:
  15.         - trigger: RIGHT_CLICK
  16.           tool: SLIME_BALL
  17.           replacementblock: JUNGLE_DOOR
  18.     JUNGLE_DOOR:
  19.         - trigger: RIGHT_CLICK
  20.           tool: SLIME_BALL
  21.           replacementblock: SPRUCE_DOOR
  22.     SPRUCE_DOOR:
  23.         - trigger: RIGHT_CLICK
  24.           tool: SLIME_BALL
  25.           replacementblock: WOODEN_DOOR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement