47 Commits

Author SHA1 Message Date
9e45090360 Fix supported versions Minecraft compatibility (#21) 2025-12-14 10:42:58 +13:00
cdf5cd5d95 Version 1.3.0-beta1 (Fabric) (#17)
* [1.3.0-beta1] Update to 1.21.11

* Fix deploy workflow
1.3.0-beta1
2025-12-10 18:21:53 +13:00
80d34ab146 Update README (#16)
* Update README

* Remove new release

* 1.21.0 => 1.21

* Improve wording
2025-12-10 11:13:01 +13:00
0e4c5e1036 Fix issue with refmap naming (#14)
* Fix issue with refmap naming

* Update README
1.2.2
2025-06-20 14:42:20 +12:00
99f504b9ca docs: fix release tag link for v1.2.1 2024-12-16 13:40:40 +13:00
ac040b84cd fix: update to loom 1.7 to fix forge crashing on launch (#12)
This commit also releases Weather Changer v1.2.1
1.2.1
2024-12-16 13:28:39 +13:00
37645401e3 docs: add version 1.2.0 to README 2024-10-21 19:28:44 +13:00
8c344ec47d fix: client allowing trident use while server weather not thundering
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
1.2.0
2024-10-21 19:05:51 +13:00
Amirhan-Taipovjan-Greatest-I
2dc3d64ca1 Actualized Tatar and Russian Translations! (#9)
* Actualized Vanilla-ish Tatar Translation!

* Updated ≈Vanilla-ish Russian Translation!
2024-08-18 14:00:50 +12:00
Thierry Schmid
c5f5a278e3 Timer functionality as suggested a month ago (#7)
* first implementation of timer

* first implementation of timer

* String message turned to a translatable text
2024-08-10 22:34:26 +12:00
4ee3169caa fix: java 21 on release ci 1.1.0 2024-08-09 14:50:40 +12:00
0f7343078b Merge branch 'refs/heads/develop'
# Conflicts:
#	.github/workflows/release.yml
2024-08-09 14:48:43 +12:00
6f0d8d11f6 ci: fix release workflow 2024-08-09 14:47:00 +12:00
e1566f6c5b 1.21 Fabric (#8)
Prep for release of version 1.1.0 (MC 1.21 for Fabric only)
2024-08-09 14:24:09 +12:00
338aeeca56 docs: remove outdated link 2024-08-09 14:18:07 +12:00
4e53b55b1e Java 21 2024-08-09 14:16:32 +12:00
73fbd40685 1.21 Fabric 2024-08-09 14:13:55 +12:00
9390eb3881 [skip ci] docs: confirm 1.20.6 support add 1.0.1 version to README 2024-05-01 15:05:31 +12:00
67524f1cb8 Merge pull request #5 from Lucaslah/develop
feat: make text translatable + bump to version 1.0.1
1.0.1
2024-04-30 23:06:47 +12:00
184ce53df8 Merge pull request #6 from Amirhan-Taipovjan-Greatest-I/patch-1
Vanilla-ish Tatar Translation and ≈Vanilla-ish Russian Translation.
2024-04-30 23:01:36 +12:00
Amirhan-Taipovjan-Greatest-I
4dbfe76b45 Updated ModMenu Metadata Translation. 2024-04-30 13:55:55 +03:00
Amirhan-Taipovjan-Greatest-I
145c638746 Russian Translation.
It is not quite Vanilla-ish, but I tried to do My best.
2024-04-30 13:53:04 +03:00
Amirhan-Taipovjan-Greatest-I
22372cdd63 Vanilla-ish Tatar Translation. 2024-04-30 13:49:26 +03:00
604d98ac13 fix: update architectury + add base archive name to build
- [bug] add base archive name to build artifacts
- [deps] update architectury loom from 1.4-SNAPSHOT -> 1.5
- [deps] update architectury plugin to non snapshot build
- [bug] fixes an unchecked cast warning during the build
2024-04-30 12:01:12 +12:00
4c046a3828 fix: make keys press text translatable 2024-04-30 11:00:27 +12:00
274c6bb035 Merge branch 'main' into develop 2024-04-29 19:14:11 +12:00
ff08c6ee77 feat: make text translatable + bump to version 1.0.1 2024-04-29 19:10:49 +12:00
cc5d9d2d51 [skip ci] auto deploy website on push 2024-04-04 21:37:06 +13:00
7aedf2fd4a [skip ci] add website deployment 2024-04-04 21:19:15 +13:00
48a4ae23ff ci: fix release.yml 1.0.0 2024-01-19 13:05:58 +13:00
7453eedb42 Merge pull request #3 from Lucaslah/next
Weather Changer v1.0.0 [2024 release C1]
2024-01-19 12:45:17 +13:00
aa35318a9b prep for release (v1.0.0) 2024-01-19 12:36:21 +13:00
aa744b1362 Added forge support + update architectury loom 2024-01-19 12:17:31 +13:00
7eab9daf0b Enable gradle scan on CI
Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
2024-01-16 15:26:55 +13:00
892afec17c Fix gradle build
- Removed broken code
- Update README.md
- Update .gitignore

Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
2024-01-16 15:07:06 +13:00
b210d0540e Update build scripts
- add publish to modrinth script
- add publish to curseforge script
- update build and release ci
- fix spelling in README.md

Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
2024-01-16 14:52:17 +13:00
5ab33b1e63 First progress on forge support
- 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>
2024-01-15 23:21:57 +13:00
4eaf638e42 Start on NEXT (version 1.0) branch
- 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>
2024-01-14 19:20:34 +13:00
993df4b93d docs: fix spacing in links 2023-06-26 12:41:24 -04:00
fec1ffa5de docs: add spacing to links 2023-06-26 12:41:05 -04:00
ab8bf77401 docs: add modrinth link to readme 2023-06-26 12:40:46 -04:00
7fe6efbaa4 Merge pull request #1 from SimplyRin/1.20.1
Update to 1.20.1
0.3.0
2023-06-26 12:34:40 -04:00
SimplyRin
d502932845 update to 1.20.1
Even 1.20.0 probably works
2023-06-25 19:02:33 +09:00
32413cab21 update to 1.19.3 0.2.0 2022-12-13 19:00:47 -05:00
8266f9542b feat: add keybindings 0.1.0 2022-09-29 09:23:22 -04:00
f22b1e6782 Create LICENSE 2022-09-28 21:07:52 -04:00
81d0719ca4 Setup Project 2022-09-28 21:02:09 -04:00