JavidPack / RecipeBrowser

RecipeBrowser mod for tModLoader
https://forums.terraria.org/index.php?threads/recipe-browser.62462/
80 stars 51 forks source link

Replace Harmony with TerrariaHooks #25

Closed 0x0ade closed 5 years ago

0x0ade commented 6 years ago

This PR replaces Harmony with TerrariaHooks. It's compatible with both TerrariaHooks v0.5 and v0.6.

I fully understand if you're not going to merge this PR, but it improves compatibility with other mods which might want to "hook" FindRecipes or AdjTiles.

This PR also adds a few conditionals to the .csproj to build the project when Terraria and tModLoader are present on another path (namely Terraria on C:\ and tModLoader in ..\).

JavidPack commented 5 years ago

Thanks a bunch, I'm working on migrating this over now.