An open API service indexing awesome lists of open source software.

https://github.com/jeremtech/mcmodapiversions

Provides functions to retrieve last Minecraft Forge and Fabric versions infos.
https://github.com/jeremtech/mcmodapiversions

download fabric forge minecraft versions

Last synced: 3 months ago
JSON representation

Provides functions to retrieve last Minecraft Forge and Fabric versions infos.

Awesome Lists containing this project

README

          

# McModAPIVersions
Provides functions to retrieve last Minecraft Forge and Fabric versions infos.

## Project end of support
McModAPIVersions will be not updated anymore.
Please use [McVersionsLib](https://github.com/JeremTech/McVersionsLib) instead. McVersionsLib is the successor of McModAPIVersions, with new functions and a better technical side.

## Supported Minecraft Forge versions
1.13.2, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17.1, 1.18, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4

## Supported Fabric versions
All Fabric versions are, in theory, supported.

# Installation
McModAPIVersions is delivered via NuGet package manager. You can find the packages here: https://www.nuget.org/packages/McModAPIVersions/

Use this command in the Package Manager console to install this library manually:
```
Install-Package McModAPIVersions
```

# License
McModAPIVersions is licensed under the [GNU General Public License v3.0](LICENSE)