Guest User

Limits

a guest
Feb 24th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #
  2. # All potions: https://minecraftitemids.com/types/potion
  3. # All enchants: https://pastebin.com/zQ4twAys
  4. #
  5. # Examples:
  6. #
  7. # Each option for potions is optional.
  8. # disabled-potions:
  9. # strength_2:
  10. # type: STRENGTH
  11. # level: 2
  12. # harm_splash:
  13. # type: INSTANT_DAMAGE
  14. # splash: true
  15. # extended: false
  16. # upgraded: true
  17. #
  18. # Each option for enchants is optional.
  19. # Means that default value will be used.
  20. #
  21. # enchants:
  22. # damage_all:
  23. # weight: 10
  24. # start-level: 1
  25. # max-level: 2
  26. # conflicting:
  27. # - protection-environmental
  28. #
  29. #
  30.  
  31. limits:
  32. disabled-potions: {}
  33. enchants: {}
Add Comment
Please, Sign In to add comment