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

Started by Stallmandev1111 on

Topic category: Help with modding (Java Edition)

Last seen on 20:12, 18. Apr 2024
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

Last seen on 19:20, 25. Jun 2023
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

Last seen on 20:12, 18. Apr 2024
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?

Last seen on 19:20, 25. Jun 2023
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)

Last seen on 20:12, 18. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
alrighty
Thu, 05/25/2023 - 01:14

alrighty

Last seen on 17:58, 19. Apr 2024
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