promotional bannermobile promotional banner

Opotato

Port other optimization mods to Forge 1.16.5 & Optimize other 1.16.5 Forge mods.

File Details

opotato-1.16.5-2.2.4.jar

  • R
  • Nov 22, 2023
  • 160.92 KB
  • 1.7K
  • 1.16.5
  • Forge

File Name

opotato-1.16.5-2.2.4.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Add a pretty stupid patch to resolve the random crash when entering nether if you install BYG.

The principle behind the patch:

BYG is trying to get one random biome id (perhaps for generation usage) when players are entering the nether

But if it failed to get one, the RuntimeException will be thrown.

So we just change it to return a random element in the known nether biomes list (See BYGNetherBiome#BYG_NETHER_BIOMES).