Essential hooks for modding with Fabric. Contribute to FabricMC/fabric development by creating an account on GitHub.
BreadcrumbsHistory for fabric fabric-resource-loader-v0 on1.20.6 User selector All users DatepickerAll time Commit History Commits on Jun 17, 2024 Translation updates (#3864) modmuss50committedJun 18, 2024 f4bfb62 Commits on May 7, 2024 Use knownPackInfo on mod data packs to avoid regist...
Fabric is a lightweight and experimental modding API for Minecraft. Accompanied by the Modloader Fabric, it will allow you to play mods for Minecraft, even
ext.includeModule = { name -> var module = fabricApi.module(name, project.fabric_version) modImplementation(module) include(module) } includeModule("fabric-resource-loader-v0") } processResources { 0 comments on commit 005d35d Please sign in to comment. Footer...
importnet.fabricmc.loader.api.FabricLoader; importnet.fabricmc.loader.api.ModContainer; importnet.minecraft.resources.ResourceLocation; importnet.minecraft.server.packs.PackType; importnet.minecraft.server.packs.resources.PreparableReloadListener;