Merge pull request #7 from TwoPointInfinity/1.18

1.18
This commit is contained in:
Andrew Lalis 2021-12-03 21:06:22 +01:00 committed by GitHub
commit c89a24fe3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@
"depends": {
"fabricloader": ">=0.11.3",
"minecraft": "1.18.x",
"java": ">=17"
"java": ">=16"
}
}

View File

@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "nl.andrewlalis.speed_carts.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_16",
"mixins": [
"AbstractMinecartMixin"
],