<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.architectury.dev/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.architectury.dev/feed.php">
        <title>Architectury Documentation - loom</title>
        <description></description>
        <link>https://docs.architectury.dev/</link>
        <image rdf:resource="https://docs.architectury.dev/_media/wiki/logo.png" />
       <dc:date>2026-04-10T01:26:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/access_transformer?rev=1762523805&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/architectury_common_json?rev=1762523805&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/datagen?rev=1762523805&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/debug_log_level?rev=1762523805&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/fg_mixin_refmaps?rev=1762523806&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/introduction?rev=1762523806&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/mixins?rev=1762523806&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/regen_run_configs?rev=1762523806&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/sidebar?rev=1762523806&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/using_libraries?rev=1762523806&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/using_mcp?rev=1762523806&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.architectury.dev/loom/using_neo?rev=1762523806&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.architectury.dev/_media/wiki/logo.png">
        <title>Architectury Documentation</title>
        <link>https://docs.architectury.dev/</link>
        <url>https://docs.architectury.dev/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://docs.architectury.dev/loom/access_transformer?rev=1762523805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>access_transformer</title>
        <link>https://docs.architectury.dev/loom/access_transformer?rev=1762523805&amp;do=diff</link>
        <description>Access Transformer

Access Transformers must be created in META-INF/accesstransformer.cfg, in the usual mappings of the mod loader:

	*  Forge 1.16.x and earlier: MCP class names and SRG
	*  Forge 1.17.x and later: Mojang class names and SRG
	*  NeoForge: Mojang mappings</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/architectury_common_json?rev=1762523805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>architectury_common_json</title>
        <link>https://docs.architectury.dev/loom/architectury_common_json?rev=1762523805&amp;do=diff</link>
        <description>architectury.common.json

architectury.common.json is a mod metadata format for common modules of cross-platform mods. These files can be placed at the top level of mod sources to provide some features -- interface injection and access wideners -- in development environments.</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/datagen?rev=1762523805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>datagen</title>
        <link>https://docs.architectury.dev/loom/datagen?rev=1762523805&amp;do=diff</link>
        <description>Forge Data Generators

NOTE: This is only for Forge projects! Data Generators are still in development for Architectury projects. Fabric projects can follow Fabric Loom documentation.

To make Data Generators work, we first need to add the src/generated folder to the resources classpath.</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/debug_log_level?rev=1762523805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>debug_log_level</title>
        <link>https://docs.architectury.dev/loom/debug_log_level?rev=1762523805&amp;do=diff</link>
        <description>Changing Log Level

Property fabric.log.level (Defaulted info) is used for managing the log level to SOUT.

You can override this property by declaring the following:


loom {
    launches {
        client {
            property &quot;fabric.log.level&quot;, &quot;debug&quot;
        }
        server {
            property &quot;fabric.log.level&quot;, &quot;debug&quot;
        }
    }
}</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/fg_mixin_refmaps?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fg_mixin_refmaps</title>
        <link>https://docs.architectury.dev/loom/fg_mixin_refmaps?rev=1762523806&amp;do=diff</link>
        <description>Fixing ForgeGradle Mixin refmaps

TL;DR: Follow the following  GitHub comment.

The following applies to FG3 and sub-sequence versions if there are no fixes regarding this issue.

Addressing some misconceptions

Setting the property mixin.env.disableRefMap is not a proper fix, it may work for projects *with the same mappings*, as you are expecting that the original source of the mixin files to be in the same mappings as your development environment, which is false for some projects. (And is extr…</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/introduction?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>introduction</title>
        <link>https://docs.architectury.dev/loom/introduction?rev=1762523806&amp;do=diff</link>
        <description>Architectury Loom

Architectury Loom is a replacement plugin to ForgeGradle, based on FabricMC Loom.

----------

Things to know

Limited IDE Support

Architectury Loom currently only supports IntelliJ IDEA and Visual Studio Code. Other IDEs are not tested and are not supported.

Unstable + Issues</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/mixins?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mixins</title>
        <link>https://docs.architectury.dev/loom/mixins?rev=1762523806&amp;do=diff</link>
        <description>Using Mixins

As per traditional Loom fashion, Architectury Loom provides excellent Mixin support out of the box.
Architectury Loom also defaults into using the FabricMC&#039;s fork of Mixin for better refmap handling in development environments.

Dependencies with Mixin</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/regen_run_configs?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>regen_run_configs</title>
        <link>https://docs.architectury.dev/loom/regen_run_configs?rev=1762523806&amp;do=diff</link>
        <description>Regenerating Run Configurations

IntelliJ IDEA

Delete the run configurations and refresh Gradle. (You can do this by the run configs prompt) If the run configurations do not show up after refreshing Gradle, try closing the IDEA project and reopening it, or choosing the</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/sidebar?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>https://docs.architectury.dev/loom/sidebar?rev=1762523806&amp;do=diff</link>
        <description>Architectury Loom

	*   Introduction
	*   Using NeoForge
	*   Using Libraries
	*   Access Transformers
	*   Using Mixins
	*   Using Legacy MCP (1.16.5 or lower)
	*   Fixing ForgeGradle Mixin refmaps
	*   Forge Data Generators
	*   Regenerating Run Configurations
	*   Changing Log Level
	*   Gradle Configurations
	*   architectury.common.json</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/using_libraries?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_libraries</title>
        <link>https://docs.architectury.dev/loom/using_libraries?rev=1762523806&amp;do=diff</link>
        <description>Using libraries

External libraries can be used in mods built using Architectury Loom very much like in normal Gradle projects by adding them as Gradle dependencies.

The exact setup, however, depends on the kind of library and the targetted mod loader.</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/using_mcp?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_mcp</title>
        <link>https://docs.architectury.dev/loom/using_mcp?rev=1762523806&amp;do=diff</link>
        <description>Note: MCP is no longer used since Minecraft 1.17, and has been replaced with Official Mojang Mappings.

Experimental MCP support is available in Architectury Loom. MCP docs and parameter mappings are fully supported in Forge Loom. However, MCP will not</description>
    </item>
    <item rdf:about="https://docs.architectury.dev/loom/using_neo?rev=1762523806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-07T13:56:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_neo</title>
        <link>https://docs.architectury.dev/loom/using_neo?rev=1762523806&amp;do=diff</link>
        <description>Using NeoForge

NeoForge support has been added into Architectury Loom 1.2+.

See  the NeoForge migration guide for using NeoForge with Minecraft 1.20.2+.

Instructions (Minecraft 1.20.1)

1. Replace the forge code in the build.gradle dependencies block:


forge &quot;net.neoforged:forge:VERSION&quot;</description>
    </item>
</rdf:RDF>
