Differences

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

Link to this comparison view

loom:access_transformer [2022/09/16 15:15] – created shedanielloom:access_transformer [2023/12/26 00:55] (current) – refresh outdated info on mappings juuz
Line 1: Line 1:
 ====== Access Transformer ====== ====== Access Transformer ======
  
-Access Transformers must be created in ''META-INF/accesstransformer.cfg'', in MCP and SRG mappings. (Basically keep your ATs from Forge, don't remap them)+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 
 + 
 +(Basically keep your ATs from Forge/NeoForge, don't remap them)
  
 You may also refer to the [[https://mcforge.readthedocs.io/en/latest/advanced/accesstransformers/ | Forge Documentation]] on this topic if you are new to this. You may also refer to the [[https://mcforge.readthedocs.io/en/latest/advanced/accesstransformers/ | Forge Documentation]] on this topic if you are new to this.