mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed dependencies block
This commit is contained in:
parent
75f60a0185
commit
bff7031621
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.4.0",
|
"fabricloader": ">=0.4.0",
|
||||||
"fabric": "*",
|
"fabric-api-base": ">=0.1.0",
|
||||||
|
"fabric-events-lifecycle-v0": ">=0.1.0",
|
||||||
|
"fabric-resource-loader-v0": ">=0.1.0",
|
||||||
"kirin": "*"
|
"kirin": "*"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
|
Loading…
Reference in a new issue