Guest User

Untitled

a guest
Mar 4th, 2025
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "version": 1,
  3. "formatting": [
  4. {
  5. "type": "separator",
  6. "title": "Jonas Boat Configuation",
  7. "weight": 1.0
  8. }
  9. ],
  10. "patches": {
  11. "float": {
  12. "jonasboat:entities/water/jonasboat.json": {
  13. "/attributes/speedMultiplier": "JONAS_SPEED_MULTIPLIER",
  14. }
  15. }
  16. },
  17. "settings": {
  18. "float": {
  19. "JONAS_SPEED_MULTIPLIER": {
  20. "name": "Jonas-Boat-Speed-Multiplier",
  21. "comment": "Speed Multiplier for Jonas Boat",
  22. "default": 2.0,
  23. "range": {
  24. "min": 0.1,
  25. "max": 20
  26. }
  27. }
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment