Skip to content

Commit

Permalink
Merge branch '1.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Nov 28, 2021
2 parents 26d1d4a + 490cf4e commit 2919bfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
matrix:
java: [16, 17]
os: [ubuntu-latest]
branch: [1.14, 1.15, 1.16, 1.17, 1.18]
branch: [1.16, 1.17, 1.18]
exclude:
- java: 16
os: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TweakMyClient
[![Minecraft](http://cf.way2muchnoise.eu/versions/Minecraft_513524_all.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/carpet-tctc-addition/files)
[![Minecraft](http://cf.way2muchnoise.eu/versions/Minecraft_513524_all.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/tweakmyclient/files)
[![License](https://img.shields.io/github/license/Hendrix-Shen/Tweak-My-Client?style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/blob/main/LICENSE)
![Languages](https://img.shields.io/github/languages/top/Hendrix-Shen/Tweak-My-Client?style=flat-square)
![Java-8~16](https://img.shields.io/badge/Java-8%20%7C%209%20%7C%2010%20%7C%2011%20%7C%2012%20%7C%2013%20%7C%2014%20%7C%2015%20%7C%2016-orange?style=flat-square)
Expand All @@ -9,7 +9,7 @@
[![Public Release](https://img.shields.io/github/workflow/status/Hendrix-Shen/Tweak-My-Client/CI/master?label=Public%20Release&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/actions/workflows/CI.yml?query=branch%3Amaster)
[![Github Release](https://img.shields.io/github/v/release/Hendrix-Shen/Tweak-My-Client?include_prereleases&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/releases)
[![Github Release Downloads](https://img.shields.io/github/downloads/Hendrix-Shen/Tweak-My-Client/total?label=Github%20Release%20Downloads&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/releases)
[![CurseForge Downloads](http://cf.way2muchnoise.eu/478757.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/carpet-tctc-addition)
[![CurseForge Downloads](http://cf.way2muchnoise.eu/478757.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/tweakmyclient)

The default hotkey to open the in-game config GUI is **T + C**.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library_reauth_version = 3105780
# Modrinth release type: alpha, beta, release
cruseforge_gameversion = 7499, 4458, 8320, 8325, 7722
cruseforge_projectid = 478757
cruseforge_relations = auth-me:optionalDependency, in-game-account-switcher:optionalDependency, malilib:requiredDependency, litematica:optionalDependency, reauth-fabric:optionalDependency
cruseforge_relations = malilib:requiredDependency
cruseforge_release = true
cruseforge_release_type = release
github_release = true
Expand Down

0 comments on commit 2919bfc

Please sign in to comment.