How Can I Make A 3D Item Have A 2D Gui Icon?

Started by Taabbed on

Topic category: Help with modding (Java Edition)

Last seen on 17:52, 21. Jun 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How Can I Make A 3D Item Have A 2D Gui Icon?

First Of All, I Want A REAL reply, all the other things i have looked at havent been helpful, I have tried editing the json file and setting the item to use that file

 

-- File Here

{

    "loader":"forge:separate-perspective",

    "gui_light": "front",

    "base": {

        "parent": "minecraft:item/handheld",

        "textures": {

            "layer0": "orespawn:item/berthasmall"

        }

    },


 

    "perspectives": {

        "firstperson_lefthand": {

            "parent": "orespawn:custom/bertha"

        },


 

        "firstperson_righthand": {

            "parent" : "orespawn:custom/bertha"

        }

    }

}

-- End

 

The File Is Called HandViewer In Mcreator and i have the Big Bertha Item Set To Use The Hand Viewer Model Any Help?

 

Last seen on 17:52, 21. Jun 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As you can guess im working…
Mon, 06/12/2023 - 16:58

As you can guess im working on making orespawn (if the mod creator complains, im gonna use it on a server with my friends >:))