mods.toml 835 B

1234567891011121314151617181920212223242526272829
  1. modLoader="javafml"
  2. loaderVersion="[41,)"
  3. issueTrackerURL="https://github.com/jaredlll08/Controlling/issues"
  4. license="MIT"
  5. [[mods]]
  6. modId="controlling"
  7. updateJSONURL="https://updates.blamejared.com/get?n=controlling&gv=1.19.1"
  8. version="${file.jarVersion}"
  9. displayName="Controlling"
  10. displayURL="https://minecraft.curseforge.com/projects/controlling"
  11. authors="Jaredlll08"
  12. logoFile="icon.png"
  13. description='''
  14. Adds the ability to search for keybinds using their name in the KeyBinding menu, this allows players to easily find a key binding in the menu.
  15. '''
  16. itemIcon="minecraft:compass"
  17. [[dependencies.controlling]]
  18. modId="forge"
  19. mandatory=true
  20. versionRange="[41,)"
  21. ordering="NONE"
  22. side="CLIENT"
  23. [[dependencies.controlling]]
  24. modId="minecraft"
  25. mandatory=true
  26. versionRange="[1.19,)"
  27. ordering="NONE"
  28. side="CLIENT"