Does anyone know how to make an item like a spyglass?

Started by Stallmandev1111 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does anyone know how to make an item like a spyglass?

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

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You'd have to do custom code…
Mon, 05/01/2023 - 01:51

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

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would i do this though?
Sat, 05/06/2023 - 23:23

How would i do this though?

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To be honest, I'm not…
Fri, 05/12/2023 - 21:40

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)

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could just put the 3d…
Mon, 03/11/2024 - 22:34

You could just put the 3d model as the model for the item, and the 2d texture as the texture in hand