Skip to content

Commit

Permalink
Decrease minimum Mixins version to 0.7.5
Browse files Browse the repository at this point in the history
3 minor version decrease (0.7.8 -> 0.7.5) should not cause any problems
  • Loading branch information
Tommsy64 committed Sep 5, 2018
1 parent 6d2c3c6 commit c1f1ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minecraft.version=1.12.2
minecraft.mappings=stable_39
forge.version=14.23.4.2759
smartmoving.version=0.0.3
smartmoving.version=0.0.4
2 changes: 1 addition & 1 deletion src/main/resources/mixins.smartmoving.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"required": true,
"target": "@env(DEFAULT)",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.7.8",
"minVersion": "0.7.5",
"mixins": [
"MixinEntity",
"MixinEntityLivingBase",
Expand Down

0 comments on commit c1f1ab5

Please sign in to comment.