TerraformersMC / Terrestria

A Fabric mod enhancing the detail of Minecraft with unique and vibrant biomes. Inspired by ExtrabiomesXL.
https://www.curseforge.com/minecraft/mc-mods/terrestria
GNU Lesser General Public License v3.0
199 stars 43 forks source link

Add explicit version dependencies for all Fabric API modules #219

Closed coderbot16 closed 3 years ago

coderbot16 commented 3 years ago

This ensures that if a user has an old version of a Fabric API module in their mods folder, the game won't try to run with that old version and will throw a more clear error. It also ensures that older module versions won't be loaded from an older Fabric API jar, but that shouldn't happen anyways.