FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
236 stars 201 forks source link

Add way to mark INDY instructions as not needing remapping for consumers #1091

Closed lukebemish closed 5 months ago

lukebemish commented 5 months ago

Currently, if loom/tiny-remapper is instructed to ignore an indy instruction it cannot remap, anything that depends on that mod will have to specify the same to avoid the log spam; allowing the use of a manifest entry to specify indy instructions to be ignored for a given mod would solve this issue.