PatchworkMC / patchwork-patcher

Patches Forge mod jars, allowing them to be loaded by Fabric
GNU Lesser General Public License v3.0
316 stars 33 forks source link

Handle mods referencing ForgeRegistryEntry directly #64

Closed coderbot16 closed 3 years ago

coderbot16 commented 4 years ago

Titanium references ForgeRegistryEntry directly: https://github.com/InnovativeOnlineIndustries/Titanium/blob/1.15/src/main/java/com/hrznstudio/titanium/material/ResourceMaterial.java#L52

It should be valid to remap all references of ForgeRegistryEntry to IForgeRegistryEntry, then selectively redirect references to the helper methods elsewhere.

TheGlitch76 commented 3 years ago

Our approach has changed in API and this is no longer a concern