MinecraftFabric.NET
Last updated
Was this helpful?
Last updated
Was this helpful?
Fabric.NET is a library designed to handle the downloading and installation of Fabric loaders for Minecraft instances. It provides a simple and convenient way to manage Fabric loader versions and associate them with specific Minecraft instances.
Before using Fabric.NET, ensure that you have:
.NET Core or .NET 5.0 installed.
Minecraft instances set up using the InstanceManager
from Chase.Minecraft.Instances.
Fabric.NET can be installed using NuGet. Open your project in Visual Studio or any other compatible IDE and run the following command in the Package Manager Console:
To get an array of all available Fabric loader versions, use the FabricLoader.GetLoaderVersions
method:
To download and install a specific Fabric loader version to a Minecraft instance, use the FabricLoader.Install
method: