promotional bannermobile promotional banner

Prioritiser

A mod that change priority of process during some events, like game loading...

File Details

prioritiser-0.1.1

  • B
  • Jun 10, 2024
  • 15.50 KB
  • 1.1K
  • 1.7.10
  • Forge

File Name

1.7.10-prioritiser-0.1.1.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:prioritiser-1033035:5415941")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

added configs:
- hasToSetDefaultPriority (Is setting the priority level to process during the game enabled.)
- hasToSetDefaultThreadPriority (Is setting the priority level to threads during the game enabled.)
- priorityDefault (Set the priority level to process during the game. Less value - lower your system will be loaded. Values: [idle, below normal, normal, above normal, high, realtime] Default: normal)
- threadPriorityDefault (Set the priority level to all threads during the game. Less value - lower your system will be loaded. Values: [1..10] Default: 5)