How to change the inventory icon for a 3D model block?

Started by marneman on

Topic category: Help with MCreator software

Active 7 years ago
Joined Apr 2017
Points:
728

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
How to change the inventory icon for a 3D model block?
Fri, 04/28/2017 - 13:13 (edited)

I have a custom block made from a larger 3D model. It takes up 3 blocks in width. Unfortunately, the icon for it spans over into the adjacent inventory blocks (see attached image). Is there some way to make a custom icon for it to override the default one? Normally, it isn't a problem, since the blocks are all the same size. But in this case, I need to figure out a way to do it if possible. Thanks!

http://scottburkett.com/uploads/mcss.png

Edited by marneman on Fri, 04/28/2017 - 13:13
Active 7 years ago
Joined Apr 2017
Points:
728

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
Hmm image is broken, let me
Fri, 04/28/2017 - 13:13

Hmm image is broken, let me try and fix that.

Active 6 years ago
Joined Feb 2016
Points:
738

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
It's strange....my custom 3d
Fri, 04/28/2017 - 13:28

It's strange....my custom 3d block (larger then 1x1x1) works fine, model and item....

Try to go in C:\Pylo\MCreator175\user\json\models\item and try to look and change rotation and scale (obviusly if you're not using MCreator for 1.11.2, change 175 with your version).If it doesn't work, i really don't know....

Active 7 years ago
Joined Apr 2017
Points:
728

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
I made the models using Cubik
Fri, 04/28/2017 - 13:33

I made the models using Cubik. This is what it says currently. I will play around with it:

{
    "parent": "testenvironmentmod:block/brpendtabledarkoak",
    "display": {
        "thirdperson": {
            "rotation": [ 10, -45, 170 ],
            "translation": [ 0, 1.5, -2.75 ],
            "scale": [ 0.375, 0.375, 0.375 ]
        }
    }
}

 

Active 7 years ago
Joined Apr 2017
Points:
728

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
Here is what it looks like it
Fri, 04/28/2017 - 13:39

Here is what it looks like it Cubik ... exactly as it is shown in the inventory screen lol. So do I need to constrain it within the middle block, and then adjust the scale manually or something?

http://scottburkett.com/uploads/mcss2.png

Active 1 year ago
Joined Apr 2018
Points:
716

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
I have the same problem
Thu, 07/05/2018 - 19:41

I have the same problem

Active 1 year ago
Joined Jan 2018
Points:
731

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
In the red texture field of…
Mon, 07/16/2018 - 17:00

In the red texture field of the block, select a texture that you want it to show.

Active 1 year ago
Joined Apr 2018
Points:
716

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
I found a way to do it (Red…
Tue, 07/17/2018 - 10:52

I found a way to do it (Red texture field is not working for me)

Active 3 years ago
Joined Mar 2016
Points:
749

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 35
Try this, and change the …
Tue, 07/17/2018 - 15:50

Try this, and change the "scale" part in the "gui" to something that fits well. You can also play with the "rotation" part if you want.

 

{
    "parent": "testenvironmentmod:block/brpendtabledarkoak",
    "display": {
        "thirdperson": {
            "rotation": [ 10, -45, 170 ],
            "translation": [ 0, 1.5, -2.75 ],
            "scale": [ 0.375, 0.375, 0.375 ]
        },

        "gui": {
            "rotation": [ 30, 225, 0 ],
            "translation": [ 0, 0, 0],
            "scale":[ 0.625, 0.625, 0.625 ]
        }
    }
}

Active 6 years ago
Joined Jan 2016
Points:
741

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Blockbench works for me and…
Sun, 08/05/2018 - 19:23

Blockbench works for me and you can edit the translation, rotation really easy. 

Active 3 years ago
Joined Nov 2018
Points:
689

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
MCreator seems to re-write…
Mon, 11/19/2018 - 15:48

MCreator seems to re-write the model files every time it compiles the mod (This should be optional).

Active 1 year ago
Joined Apr 2018
Points:
716

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
Yeah, I hate it
Wed, 11/21/2018 - 09:15

Yeah, I hate it

Active 5 years ago
Joined Sep 2018
Points:
671

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
if you use Cubik you can…
Thu, 11/22/2018 - 01:26

if you use Cubik you can edit how it looks in the inventory, in the left hand, in the right hand, etc.

Adjusting it in Preview mode and then in settings, in the minecraft tab, activate the option that says: Custom Displays Settings and then click ok and export the model.

I might still consider…
Thu, 11/22/2018 - 17:06

I might still consider adding the option for a plain flat texture (I guess this is not possible to do with modelers?), but you made a good point BadKaiPanda.