Skip to content

thieleju/mhws-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mhws-mods

Repository for Monster Hunter Wilds mods

This repository contains various mods for the game Monster Hunter Wilds and build tools. Each mod is located in its own directory under the mods directory.

Latest Releases

Contributing

To contribute to this project, please follow the commit message conventions below.
Commit messages should follow the format type(scope): description.

Examples:

  • feat(<module>): add new feature
  • fix(<module>): fix a bug
  • chore(<module>): general maintenance or code cleanup

Replace <module> with the mod name you're working on (e.g., better-hunter-highlights, skill-uptime-tracker).

Contributors