Jump to content

Separate Perspective Dark Gui Texture


xXFroggyToadXx

Recommended Posts

{
	"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 by xXFroggyToadXx
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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