mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 11:19:17 +02:00
Update API, yarn, minimum loader version and mixin compat level.
This commit is contained in:
parent
630618c6b4
commit
1e60757a4c
3 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.11.3",
|
||||
"fabricloader": ">=0.12.12",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.18.x",
|
||||
"java": ">=17"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "net.fabricmc.example.mixin",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue