Started by
myxical
on
Topic category: Help with MCreator software
Ranged weapons render too big in my hand, it didn't do that before.
Why is that? Is it a MCreator bug or my fault?
Topic category: Help with MCreator software
Ranged weapons render too big in my hand, it didn't do that before.
Why is that? Is it a MCreator bug or my fault?
I believe you need to create a custom JSON model. I would recommend using web.blockbench.net. Once you finish you need to import the JSON and texture file.
I would also recommend joining the Blockbench Discord here: https://discord.com/invite/4UT8eEM They can help you model, texture, and export your object.
I know how to make models with blockbench, I will try to do that.
it's neither an MCreator bug nor your fault, it's just built-in. MCreator uses the model properties (scale, translations & rotation) of vanilla bows by default, so if you wanna make your ranged item smaller then you'll have to lock the element then edit its JSON (item model) code to change scale values, which is pretty inconvenient if you ask me...
That's untrue. Since vanilla bows have way smaller models. The MCreator's models are like 1.5x bigger. Try to put a bow texture on a ranged item, and compare the vanilla one to it.
ah, it seems you're right! my bad then, only the scale of modded ones is different after all; they are kinda bigger than the vanilla bow but have the same rotation & translation. and it's most noticeable when viewed in first-person, either hand. but... you might not believe what i found after looking around at the JSON code of both vanilla & an MCreator bow i made and then comparing the two:
first-person scale
third-person scale
MCreator always uses 1 for the scale... no wonder! compare these 2 JSON models yourself too if you wish:
vanilla:
MCreator:
(gosh i had to reorganize the code for that one coz MCreator's default adds a new line for the translation, rotation & scale values, making it have more code lines bruh)
so now you know how the vanilla bow model looks like! now you know the proper values for vanilla bow's scale and can then replace MCreator default w/ it whenever you feel like locking your ranged item's code & editing the JSON model. but if you're more comfy in making Blockbench models than editing JSON, go for it! :)
Devs fix this thanks. It's not that annoying though, since custom-made models look even better.
I take that back. It's annoying as heck. I now lock every ranged weapon I make and change the values, but whenever I forget to do something I need to unlock it and lock it again and change the values again. Not very enjoyable.
Will this get fixed? I don't think it's hard to fix, right?