promotional bannermobile promotional banner

EnvyHunt

A hunt mod for Pixelmon

File Details

4.0.1

  • R
  • Dec 9, 2022
  • 4.42 MB
  • 248
  • 1.16.5
  • Forge

File Name

EnvyHunt-Forge-4.0.1-1.16.5.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Continuing from 4.0.0 this is a big update to re-introduce the randomness (but still using specs) You can find an example of all the specs this update introduces at the bottom of this changelog

Changes: > Adds randomability spec > Adds randomgender spec > Adds randomgrowths spec > Adds randomivpercent spec > Adds randomnatures spec > Adds %species% UI placeholder back > Adds %time% UI placeholder back > Adds %gender% placeholder > Adds %ability% placeholder > Adds %nature_<id>% placeholder > Adds %growth_<id>% placeholder > Adds %ivs% placeholder

Example usage: > randomability:stickyhold,cursedbody,shadowshield - Selects a random ability from the comma separated list > randomgender - Selects a random gender (from MALE, FEMALE) (Will always match is genderless) > randomgrowths:Ordinary,Huge,Giant:2 - Selects 2 random growths to match against from the comma separated list > randomnatures:hardy,serious,quirky,bashful:3 - Selects 3 random natures to match again from the comma separated list > randomivpercent:10-20 - Selects a random number between 10 and 20 to check the IVs match to