This change fixes some issues where when using weather changer and setting your client weather to thunder trident usage would be allowed even when the server weather was not thundering, also fixes an issue where on single player mobs would spawn when client weather was set to rain or thunder
This commit also releases version 1.2.0
- add forge module
- github actions build and release
- aim for all-in-one jar supporting both fabric and forge
**NOTICE**
Forge support is not currently working.
Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
- update gradle wrapper version (8.4 to 8.5)
- update logo and add banner
- change to gradle kotlin DSL (from groovy)
- update README.md
- update project layout for planned forge support
- move common logic to common module
- change environment to 'client' to prevent servers from loading the mod (#2)
- cleanup unneeded files
- update LICENSE.md to use Markdown format for easier reading
- update version number to prepare for version 1.0
Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>