ParchmentMC / Parchment

Repository for the Parchment mappings data.
Creative Commons Zero v1.0 Universal
248 stars 79 forks source link

Fix name collision in RegistrySetBuilder #233

Closed Machine-Maker closed 11 months ago

Machine-Maker commented 11 months ago

The parameter cannot be named owner because it collides with a visible field named owner inside EmptyTagLookup.

SizableShrimp commented 11 months ago

Name collisions are not a concern. If you are recompiling the game, you should use the special release artifact which prefixes each parameter with "p" (e.g. used for Forge) If you are not recompiling the game, then it is not a concern and you should use the normal release as it's a purely visual/IDE problem (e.g. Fabric). Ask on the Discord for more help.