Config

# This file allows you to configure what blocks are dropped when you use a silktouch

blocks:
  - blockID: blockID,which player break.
    dropID: itemID,which you want to drop.
    count: amount
  - blockID: blockID,which player break.
    dropID: itemID,which you want to drop.
    damage: damage(optinal)
    count: amount
#Example Diamond Ore
  - blockID: 56
    dropID: 264
    count: 1

Comments

Posts Quoted:
Reply
Clear All Quotes