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:
parent
2ba7ed4ec8
commit
9a28623230
9 changed files with 474 additions and 7 deletions
13
src/main/resources/betterend.mixins.shadow.json
Normal file
13
src/main/resources/betterend.mixins.shadow.json
Normal 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
|
||||
}
|
||||
}
|
|
@ -36,7 +36,8 @@
|
|||
},
|
||||
"mixins": [
|
||||
"betterend.mixins.common.json",
|
||||
"betterend.mixins.client.json"
|
||||
"betterend.mixins.client.json",
|
||||
"betterend.mixins.shadow.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue