mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed crash when loading without HDSkins
This commit is contained in:
parent
186011d9ee
commit
f3512f3f7c
1 changed files with 7 additions and 7 deletions
|
@ -23,12 +23,12 @@
|
|||
"mixins": [
|
||||
"minelp.mixin.json"
|
||||
],
|
||||
"requires": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabric": "*"
|
||||
},
|
||||
"depends": {
|
||||
"hdskins": "*",
|
||||
"kirin": "*"
|
||||
}
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabric": "*",
|
||||
"kirin": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"hdskins": "*"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue