Skip to content

Latest commit

 

History

History
executable file
·
70 lines (69 loc) · 3.67 KB

index.md

File metadata and controls

executable file
·
70 lines (69 loc) · 3.67 KB
layout
default

Fabric Loader

Fabric is a modular, lightweight mod loader for Minecraft


Download

Play

The Fabric Loader download above is the bare minimum. Combine it with Fabric API to get all the important extra APIs mods use. It has to be put into the mods folder like any other mod.

Download Fabric API

Develop

Fabric gives you powerful tools to change the game however you like. Use the online template generator to get started creating a mod. You can also use the example mod repository or CLI tools.

Develop a mod

Explore

Extensive documentation is available in the Fabric wiki for both developers and players. Get additional help from the Fabric Discord server, or ask a question on the GitHub Discussion forums.

Visit the wiki

Core Toolchain Projects

  • Fabric Loader A flexible platform-independent mod loader designed for Minecraft and other games and applications.
  • Yarn Yarn is a set of open Minecraft mappings, free for everyone to use under the Creative Commons Zero license.
  • Fabric Loom A Gradle plugin enabling developers to easily develop and debug mods.
  • Fabric Language Kotlin This is a mod that enables usage of the Kotlin programming language for Fabric mods.
  • Intermediary Intermediary contains match information between different versions of Minecraft, enabling cross version mods.
  • Tiny Remapper A tiny, efficient tool for remapping JAR files.
  • Mapping IO A library for reading, manipulating and writing mapping files, with support for a wide range of formats.

Latest Blog Posts

{% for post in site.posts limit: 2 %}

{{ post.content | strip_html | truncate: 310 }}

Continue reading {% endfor %}