Skip to content

Commit

Permalink
Require Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Jan 22, 2022
1 parent b45ba1e commit e9239e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/src/main/resources/chickendropfeathersmod.mixins.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"required": true,
"package": "de.axelrindle.chickendropfeathersmod.mixin",
"compatibilityLevel": "JAVA_16",
"refmap": "modid.refmap.json",
"compatibilityLevel": "JAVA_17",
"refmap": "chickendropfeathersmod.refmap.json",
"mixins": [
"EntityChickenMixin"
],
Expand Down

0 comments on commit e9239e4

Please sign in to comment.