Fabric 1.17 does not contain the ArmorRenderingRegistry. Temporarily added the missing files to a shadow-namespace to allw testing of the CrystaliteArmor.

This commit is contained in:
Frank Bauer 2021-06-30 12:23:27 +02:00
parent 2ba7ed4ec8
commit 9a28623230
9 changed files with 474 additions and 7 deletions

View file

@ -0,0 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "shadow.fabric.mixin.client.rendering",
"compatibilityLevel": "JAVA_16",
"client": [
"MixinArmorFeatureRenderer",
"MixinItem"
],
"injectors": {
"defaultRequire": 1
}
}

View file

@ -36,7 +36,8 @@
},
"mixins": [
"betterend.mixins.common.json",
"betterend.mixins.client.json"
"betterend.mixins.client.json",
"betterend.mixins.shadow.json"
],
"depends": {