Parry This!

Parry This!

908k Downloads

broken throwing and gui spear models

k1r0s opened this issue ยท 19 comments

commented
commented

closing this as im not able to reproduce it on windows 10. Will open again if I find more information about. thx

commented

I've downloaded the code from here and run it locally.

however its true that nobody is reporting it, quinda weird. ..

let me check when I get home

commented

This error is not present in build, I tested thouroughly. what mods do you have? can you send logs?

commented

not sure how to fix this:

src\main\java\com\theishiopian\parrying\Mixin\ItemRendererMixin.java

i've been messing around with the model path by removing "_gui" and getting some results but not completly done. Like the spear rendering but pointing backwards in throwing animation, and the gui icon being the big one 32x32 instead of the small 16x16 one.

commented

I'm not sure what the problem is. Are you trying to modify the code?

commented

latest build has rendering errors

commented

2021-11-15_09 26 55

gui models are not shown and throwing models do not work either

commented

I've just compiled my own version without the mixin, basically I applied the spear_big texture in all cases. To me this is enough. I want to play xd

commented

If you are able to reproduce it and identify the conditions dont hesitate to reopen this. that whole system is held togetehr with the code equivalent of duct tape, so I wanna keep a close eye on it.

commented

Yes, I've been looking at it but no way to reproduce it outside of windows 7.

However I guess my graphic card drivers are to blame since the card is quite old (gigabyte GT 630).

A side of that Its true that the piece of code is quite pasta but I don't have much experience in Java, nor forge modding, to suggest alternatives.

Btw I've been asking to forge devs and they told me to take a look that what the minecraft devs did in order to render the trident it self. They used a handler called itemstackrenderer or something like that which is more advanced that a bakedModel.

commented

I have a policy to not directly ask the forge devs for anything anymore, I find them insufferably abrasive. However, I will keep that in mind. The current solution was always meant to be temporary anyways.

commented

I appreciate you trying to help!

commented

The code you sent earlier looks interesting, ill see if I can leverage that. I had missed it before.

commented

Just pushed a rework using the thing you linked, see if that works any better

commented

it works, just checked <3 amazing

commented

will take a look over what you did in the code

commented

๐Ÿ˜†
7d9d21f

commented

Once again lack of documentation of useful and well amde features messes me up lmao