Jump to content

xXFroggyToadXx

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by xXFroggyToadXx

  1. I managed to figure it out! after some more looking online I found Some one who had the same issue who was smarter then me. { "loader": "forge:separate-perspective", "gui_light": "front", "base": { "parent": "item/generated", "textures": { "layer0" : "epicfight:item/stone_greatsword" }, "display": { "thirdperson_righthand": { "translation": [-1.0, 12, -1.0], "rotation": [40, 90, 0], "scale": [1.8, 1.8, 1.4] }, "firstperson_righthand": { "translation": [2,7.5,0], "rotation": [30,90,0], "scale": [1.2, 1.2, 0.7] } } }, "perspectives": { "ground": { "parent": "item/generated", "textures": { "layer0": "epicfight:item/stone_greatsword_gui" } }, "gui": { "parent": "item/generated", "textures": { "layer0": "epicfight:item/stone_greatsword_gui" }, "gui_light": "front" }, "fixed": { "parent": "item/generated", "textures": { "layer0": "epicfight:item/stone_greatsword_gui" } } } } If anyone else has a similar issue, make sure you put "gui_light": "front" right after "loader": "forge:separate-perspective", Hope People who have had issues like mine will find this
  2. { "loader": "forge:separate-perspective", "base": { "parent": "item/generated", "textures": { "layer0" : "epicfight:item/stone_greatsword" }, "display": { "thirdperson_righthand": { "translation": [-1.0, 12, -1.0], "rotation": [40, 90, 0], "scale": [1.8, 1.8, 1.4] }, "firstperson_righthand": { "translation": [2,7.5,0], "rotation": [30,90,0], "scale": [1.2, 1.2, 0.7] } } }, "perspectives": { "ground": { "parent": "item/generated", "textures": { "layer0": "epicfight:item/stone_greatsword_gui" } }, "gui": { "parent": "item/generated", "textures": { "layer0": "epicfight:item/stone_greatsword_gui" }, "gui_light": "front" }, "fixed": { "parent": "item/generated", "textures": { "layer0": "epicfight:item/stone_greatsword_gui" } } } } Hey Trying To make a Resource Pack for Mod to give it a much needed face lift. I got the textures to load in game no problem using Forges Separate Perspective loader, but all of the textures in the GUI appear much darker for some reason. I was wondering if anyone knew a way to fix it and make all the GUI textures Brighter I saw someone has had the same issue and they said they fixed it through overriding "gui_light":"front", unfortunately i couldnt figure out how to modify it in the json file. Help Would be appreciated.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.