Skip to content

Commit

Permalink
Removed the Java 17 requirement from the mod, as it is redundant.
Browse files Browse the repository at this point in the history
  • Loading branch information
thecolonel63 committed Dec 18, 2022
1 parent 09cbb40 commit fa8445a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.19
yarn_mappings=1.19+build.4
loader_version=0.14.8
# Mod Properties
mod_version=1.0.1
mod_version=1.0.3
maven_group=com.thecolonel63
archives_base_name=technomodel

1 change: 0 additions & 1 deletion src/main/resources/technomodel.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"required": true,
"minVersion": "0.8",
"package": "com.thecolonel63.technomodel.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
Expand Down

0 comments on commit fa8445a

Please sign in to comment.