Open Veritaris opened 1 month ago
Local project build has this file
As a hotfix anyone who faced same issue can try to create file mixins.customnpcs.refmap.json
inside jar and paste the following inside:
{
"mappings": {
"noppes/npcs/mixin/MixinEntityRenderer": {
"renderWorld": "Lnet/minecraft/client/renderer/EntityRenderer;func_78471_a(FJ)V"
},
"noppes/npcs/mixin/MixinItemRenderer": {
"renderItemInFirstPerson": "Lnet/minecraft/client/renderer/ItemRenderer;func_78440_a(F)V"
},
"noppes/npcs/mixin/MixinModelBase": {
"setLivingAnimations": "Lnet/minecraft/client/model/ModelBase;func_78086_a(Lnet/minecraft/entity/EntityLivingBase;FFF)V"
}
},
"data": {
"searge": {
"noppes/npcs/mixin/MixinEntityRenderer": {
"renderWorld": "Lnet/minecraft/client/renderer/EntityRenderer;func_78471_a(FJ)V"
},
"noppes/npcs/mixin/MixinItemRenderer": {
"renderItemInFirstPerson": "Lnet/minecraft/client/renderer/ItemRenderer;func_78440_a(F)V"
},
"noppes/npcs/mixin/MixinModelBase": {
"setLivingAnimations": "Lnet/minecraft/client/model/ModelBase;func_78086_a(Lnet/minecraft/entity/EntityLivingBase;FFF)V"
}
}
}
}
Hm, seems that doens't help on my side. Same problem. 🤔
@Pilzinsel64, hi!
What errordo you have, same is my codeblock?
Did you try to create mixins.customnpcs.refmap.json
file with content I've added above?
@Veritaris Yes, but didn't work for whatever reason. Had a similar issue with an own Mod with own mixins based on the GTNH template in the past too. I told Kam about this issue on Discord and he answered:
That’s on the GitHub releases right? Yeah I’ll try and fix it none of them have built properly Just download from curseforge or Modrinth for now
I'm using CurseForge for now as I need a working directl link for my update script.
Hmm, I'll check this neardays
Missing
customnpcs.refmap.json
Versions:
Hi. 1.9.3 release build does not contain
mixins.customnpcs.refmap.json
file that makes it impossible to run in production environment. Can you please rebuild it and re-upload or create a new release1.9.3 on the left, 1.8.6 on the right side