tutorial:mappings
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorial:mappings [2019/06/08 13:49] – [Using mappings] There is more than modCompile now jamieswhiteshirt | tutorial:mappings [2022/05/22 08:38] (current) – Clarify correct build task daomephsta | ||
---|---|---|---|
Line 20: | Line 20: | ||
By changing the mappings in your development environment, | By changing the mappings in your development environment, | ||
- | Loom's '' | + | Loom's '' |
* **The ' | * **The ' | ||
* **Yarn names are only applied in a development environment**. Outside a development environment, | * **Yarn names are only applied in a development environment**. Outside a development environment, | ||
+ | |||
+ | === Mojang' | ||
+ | |||
+ | As of Loom 0.5, you can also use Mojang' | ||
+ | |||
+ | < | ||
+ | dependencies { | ||
+ | [...] | ||
+ | mappings loom.officialMojangMappings() | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | Mojang' | ||
+ | |||
+ | |||
+ | === Custom mappings === | ||
+ | |||
+ | You can use custom tiny mappings for Fabric Loom for your Gradle project setup. | ||
+ | |||
+ | For example, if you have a custom branch of yarn which you want to use for mappings, you can build yarn with " | ||
+ | |||
+ | < | ||
+ | dependencies { | ||
+ | mappings fileTree(dir: | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | You can change the directory where you put mapping to have any custom name; just change the name in " | ||
==== Remapping ==== | ==== Remapping ==== | ||
- | Remapping is the process of applying mappings to code, transforming from one set of names to another. Both Java source code and compiled Java code can be remapped. It involves changing the names of references according to the mappings, as well as carefully renaming methods to preserve overrides. It does not change what the code does, although it will affect names used in reflection. | + | Remapping is the process of applying mappings to code, transforming from one set of names to another. Both Java source code and compiled Java code can be remapped. It involves changing the names of references according to the mappings, as well as carefully renaming methods to preserve overrides. It does not change what the code does, although it will affect names used in [[tutorial:reflection|reflection]]. |
[[https:// | [[https:// |
tutorial/mappings.1560001756.txt.gz · Last modified: 2019/06/08 13:49 by jamieswhiteshirt