diff options
| author | Yasin <19829407+LifeIsAParadox@users.noreply.github.com> | 2025-06-23 06:39:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-23 00:39:35 -0400 |
| commit | 97d4244e5072d42e0e76f5229b500e2a478acfb0 (patch) | |
| tree | a80e31e8a0b4bf1fdf8afc963a8ce8d2ea454db3 /gradle.properties | |
| parent | 37436e08c3e6c880c251259cb9618d488de1ee9b (diff) | |
| download | Skyblocker-97d4244e5072d42e0e76f5229b500e2a478acfb0.tar.gz Skyblocker-97d4244e5072d42e0e76f5229b500e2a478acfb0.tar.bz2 Skyblocker-97d4244e5072d42e0e76f5229b500e2a478acfb0.zip | |
Small Fixes and Recipe Book Search Persistence (#1276)
* Update build.gradle
fix gradle error
* Update gradle.properties
fix modmenu error
* Update SkyblockRecipeBookWidget.java
recipe book dont forget
* Update ItemProtection.java
only block protected items to be placed into item frame while in private island and garden
* Update PartyFinderScreen.java
debug button only in debugging mode
---------
Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 770fa93b..38d8ec23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ yacl_version=3.7.1+1.21.5 ## HM API (https://github.com/AzureAaron/hm-api) hm_api_version=1.0.1+1.21.2 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) -mod_menu_version = 14.0.0-beta.2 +mod_menu_version = 14.0.0-rc.2 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) rei_version = 18.0.800 ## EMI (https://modrinth.com/mod/emi/versions) |
