A Gradle plugin to setup a deobfuscated development environment for Minecraft mods. Primarily used in the Fabric toolchain.
To get started developing your own mods please follow the guide on Setting up a mod development environment.
This guide assumes you are using IntelliJ IDEA, other IDE's have not been tested; your experience may vary.
build publishToMavenLocal -x test. This will build Loom and publish to a local maven repo without running the test suite. You can run it now.mavenLocal() to the repositories:id 'fabric-loom' inside plugins, the correct repositories block is inside pluginManagement in settings.gradleapply plugin: for Loom, the correct repositories block is inside buildscript in build.gradle0.6.local. For example id 'fabric-loom' version '0.6.local'clean build you can change these to suit your needs.$ claude mcp add fabric-loom \
-- python -m otcore.mcp_server <graph>