neoforged / AutoRenamingTool

Remapper/renamer of JAR files, with extensibility for other transformations
GNU Lesser General Public License v2.1
3 stars 7 forks source link

Add a new option to strip final from parameters #6

Closed shartte closed 5 months ago

shartte commented 5 months ago

Mojang now publishes parameter metadata, which retains the final attribute they use in their source.

This will cause conflicts in our patches and we will have to patch method signature sources to change the value of parameters inside of method bodies. Because of that, this adds a new option to strip the final attribute from parameters.