mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-08 06:26:43 +01:00
Update fabric loader
This commit is contained in:
parent
0beaaa4603
commit
95378ea50e
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ org.gradle.daemon=false
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.17
|
minecraft_version=1.17
|
||||||
yarn_mappings=1.17+build.5
|
yarn_mappings=1.17+build.5
|
||||||
loader_version=0.11.3
|
loader_version=0.12.0
|
||||||
fabric_version=0.34.9+1.17
|
fabric_version=0.34.9+1.17
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
|
|
|
@ -31,7 +31,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.4.0",
|
"fabricloader": ">=0.12.0",
|
||||||
|
"java": ">=16",
|
||||||
"fabric-api-base": ">=0.1.0",
|
"fabric-api-base": ">=0.1.0",
|
||||||
"fabric-events-lifecycle-v0": ">=0.1.0",
|
"fabric-events-lifecycle-v0": ">=0.1.0",
|
||||||
"fabric-keybindings-v0": ">=0.1.0",
|
"fabric-keybindings-v0": ">=0.1.0",
|
||||||
|
|
Loading…
Reference in a new issue