PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

Fix JIJ ModInstance construction #211

Closed WalkerKnapp closed 3 years ago

WalkerKnapp commented 3 years ago

The code here before was preventing child mod ModInstance classes from being constructed properly. This seems like it was the intention here, and it just had a small typo.