Started by
Stallmandev1111
on
Topic category: Help with Minecraft modding (Java Edition)
So ive been trying to achieve the effect of the spyglass where the items icon is 2d
but when held in hand its 3d
Anyone Please help me i cant find a good source
You'd have to do custom code for this one.
Likely you could edit the renderer in the inventory so your item uses a flat texture instead of the hand model
How would i do this though?
To be honest, I'm not entirely sure (I don't actually have much experience in Java code)
You could try to find minecraft Java modding tutorials and then use the knowledge to edit the item renderer (use the tool that looks like a paper with writing on it to open it in the code editor)
alrighty
You could just put the 3d model as the model for the item, and the 2d texture as the texture in hand