Skip to content

Commit

Permalink
Waaa
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Feb 24, 2024
1 parent 26a2b2d commit 014ae05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/misc/mappings/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Mapping sets don't have to contain a mapping for every class, field or method in
sets aren't complete. For instance, Quilt Mappings (QM for short) has reached 99% completion at most. In a development
environment, unmapped things will use their intermediary name instead of the obfuscated one, so if you have ever browsed
Minecraft's code with QM or Fabric's Yarn applied, it's very likely you have seen quite a few intermediary names.
It gets when it comes to method parameters: since they are really prone to incompatible changes between versions, they
(usually) don't have intermediate names, thus the names you see in the code depend on the tooling that you used to
It gets worse when it comes to method parameters: since they are really prone to incompatible changes between versions,
they (usually) don't have intermediate names, thus the names you see in the code depend on the tooling that you used to
decompile the game.

If you want to add a name or change a wrong or bad one, or add documentation to the code, you can start by picking which
Expand Down

0 comments on commit 014ae05

Please sign in to comment.