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.
- Host: GitHub
- URL: https://github.com/jeremtech/mcmodapiversions
- Owner: JeremTech
- License: gpl-3.0
- Created: 2021-02-07T14:50:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T21:27:36.000Z (almost 3 years ago)
- Last Synced: 2025-09-24T01:12:28.118Z (4 months ago)
- Topics: download, fabric, forge, minecraft, versions
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)