Posted July 28, 20223 yr { "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. Edited July 28, 20223 yr by xXFroggyToadXx
July 29, 20223 yr Author 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.