Page 1 of 1

model in game is dark in the gui and hud

Posted: 08 Feb 2021, 00:03
by dylan0114
for some reason the model is dark on the Hud and in the inventory and I don't know how to fix it any help will be nice.

https://imgur.com/a/vlfGf2h

https://imgur.com/a/V0Bbga9

Re: model in game is dark in the gui and hud  [Solved]

Posted: 08 Feb 2021, 10:39
by HanFox
You need to manually add the following to your model files:

Code: Select all

"gui_light": "front",
For examples of correct placement you can look at the vanilla model jsons for swords, and such.

From the MC wiki:
gui_light: Can be "front" or "side". If set to "side", the model is rendered like a block. If set to "front", model is shaded like a flat item.
https://minecraft.gamepedia.com/Model