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
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).

