This repository was archived by the owner on Dec 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ ** IMPORTANT: ModManager v1.2.0-alpha+1.17 uses Fabric-Loader 0.12 you can't use 0.11**
2
+ Please update ModManager first and then your Fabric installation
3
+
1
4
Bugs fixed:
2
5
3
- - Old versions not being deleted (Now really) [ #51 ] ( https://github.com/DeathsGun/ModManager/issues/51 )
4
- - Fix whitespaces producing errors [ #70 ] ( https://github.com/DeathsGun/ModManager/issues/70 )
5
- - Fix tabs producing errors [ #67 ] ( https://github.com/DeathsGun/ModManager/issues/67 )
6
+ - Delete mods on preLaunch which should avoid the update
7
+ problem [ #91 ] ( https://github.com/DeathsGun/ModManager/issues/91 )
6
8
7
9
Improvements:
8
10
9
- - Added updated turkish translation (thanks to kuzeeeyk) [ #75 ] ( https://github.com/DeathsGun/ModManager/pull/75 )
11
+ - Updated to Fabric-Loader 0.12
12
+ - Added a back button [ #87 ] ( https://github.com/DeathsGun/ModManager/issues/87 )
13
+ - New browsing experience by allowing more detailed filters [ #79 ] ( https://github.com/DeathsGun/ModManager/issues/79 )
14
+ - Hide mods being shown in the updatable mods section [ #77 ] ( https://github.com/DeathsGun/ModManager/issues/77 )
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- # Done to increase the memory available to gradle.
17
16
org.gradle.jvmargs =-Xms2G -Xmx4G
18
17
# Fabric Properties
19
18
# check this on https://modmuss50.me/fabric.html
20
19
minecraft_version =1.17.1
21
20
yarn_mappings =1.17.1+build.61
22
21
loader_version =0.12.1
23
22
# Mod Properties
24
- mod_version =1.1.1 -alpha+1.17
23
+ mod_version =1.2.0 -alpha+1.17
25
24
maven_group =xyz.deathsgun
26
25
archives_base_name =modmanager
27
26
# Dependencies
You can’t perform that action at this time.
0 commit comments