[1.18.1] Adding items to backslot via datapack and item scaling
lizfinite opened this issue ยท 1 comments
This is more of a feature request than a bug, but after adding SurvivalPlus's lightsabers in my mod pack to belt slots via a datapack, I noticed that for certain items the scale can be quite off. However adjusting the scaling options present in the mod config obviously apply to all items so you either have to make the trade off for small swords or big lightsabers.
Default Scaling (2.0):
1.0 Scaling:
Is there a way to resize items beltslot/backslot via the datapack? If not, it would be nice to be able to do so. However that might also be asking quite a lot/the impossible for what datapacks can do.
So then, would it be possible to compensate with a resourcepack somehow? By changing the json of the model? I know you can scale it up in the hand vs on the ground or in an item slot, but I'm not sure how this one scales since the saber is different in all those situations from the size it is on my belt currently.
Thanks for exposing it to data to make it work for adding additional items though, that's already really neat ๐
I guess we can close this issue with your PR #62 as a reference :D thanks again!