AlloyMC / Alloy-Patcher

Patches Fabric mod jars, allowing them to be used by Forge
Other
0 stars 0 forks source link

Basic Patching Requirements #1

Open valoeghese opened 4 years ago

valoeghese commented 4 years ago

What we need for the basic patcher

valoeghese commented 4 years ago

The ModInitialiser approach could work, since running before registry shouldn't be a problem for fabric mods, since they use RegistryEntryAddedCallback from fabric api to listen for subsequent registrations.

valoeghese commented 4 years ago

We can test it on my Irish Wolves mod when done, since it only has a single System.out.println on init and a single mixin to a method that gets a value.

Dev4lexG commented 2 years ago

hey, how i can patch a mod?

valoeghese commented 2 years ago

This project hasn't been worked on for years, sorry. You'll need to find another solution