Prismwork / flexible-arms

Library mod allowing adjusting arm positions in item JSON models. Inspired by the great Blåhaj mod.
MIT License
3 stars 0 forks source link

Not working on generated models #1

Closed Flamarine closed 1 year ago

Flamarine commented 1 year ago

i wanted to add steve the vindicator

ianaduarte commented 1 year ago

heya! I wound up figuring how to fix this, you need to modify the return value of ItemModelGenerator's create method in a similar way as to what you did in JsonUnbakedModel's bake method. I would submit a PR or something, but I actually did this in my own mod library thingy.

Flamarine commented 1 year ago

that would be helpful, thanks!