Skip to content

Commit

Permalink
1.1.0 - 1.17 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahvdAa committed Jan 10, 2022
1 parent b7309cc commit d508f2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ processResources {
}
}

def targetJavaVersion = 17
def targetJavaVersion = 16
tasks.withType(JavaCompile).configureEach {
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.18.1
yarn_mappings=1.18.1+build.18
loader_version=0.12.12
# Mod Properties
mod_version=1.0.0
mod_version=1.1.0
maven_group=me.noahvdaa.nochatlag
archives_base_name=NoChatLag
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"depends": {
"fabricloader": ">=0.12.12",
"fabric": "*",
"minecraft": ">=1.18"
"minecraft": ">=1.17"
}
}

0 comments on commit d508f2b

Please sign in to comment.