Guest User

Silk Touch Addon

a guest
May 4th, 2020
5,581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. "type": "minecraft:item",
  3. "conditions": [
  4. {
  5. "condition": "minecraft:match_tool",
  6. "predicate": {
  7. "enchantments": [
  8. {
  9. "enchantment": "minecraft:silk_touch",
  10. "levels": {
  11. "min": 1
  12. }
  13. }
  14. ]
  15. }
  16. }
  17. ],
  18. "name": "MOD_ID:ITEM_NAME"
  19. },
Add Comment
Please, Sign In to add comment