Fixed crash when loading without HDSkins

This commit is contained in:
Sollace 2019-07-06 17:07:47 +02:00
parent 186011d9ee
commit f3512f3f7c

View file

@ -23,12 +23,12 @@
"mixins": [ "mixins": [
"minelp.mixin.json" "minelp.mixin.json"
], ],
"requires": {
"fabricloader": ">=0.4.0",
"fabric": "*"
},
"depends": { "depends": {
"hdskins": "*", "fabricloader": ">=0.4.0",
"fabric": "*",
"kirin": "*" "kirin": "*"
},
"suggests": {
"hdskins": "*"
} }
} }