Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:gradle_configurations [2023/03/23 16:31] juuzplugin:gradle_configurations [2023/12/26 00:57] (current) – add neoforge juuz
Line 32: Line 32:
 ===== Architectury Plugin configurations ===== ===== Architectury Plugin configurations =====
  
-  * ''development(Fabric|Forge|Quilt)''+  * ''development(Fabric|Forge|Quilt|NeoForge)''
     * Used in platform modules for the common module in Architectury mods so that Architectury Transformer can apply its changes (''@ExpectPlatform'' etc.)     * Used in platform modules for the common module in Architectury mods so that Architectury Transformer can apply its changes (''@ExpectPlatform'' etc.)
-  * ''transformProduction(Fabric|Forge|Quilt)''+  * ''transformProduction(Fabric|Forge|Quilt|NeoForge)''
     * Contains the transformed classes of the common module for bundling in production mod jars for the individual platforms.     * Contains the transformed classes of the common module for bundling in production mod jars for the individual platforms.
     * Note: this is an **outgoing** configuration of common Architectury subprojects. it should only be depended on in platform projects!     * Note: this is an **outgoing** configuration of common Architectury subprojects. it should only be depended on in platform projects!