NotEnoughItems Unofficial 1.7.10

NotEnoughItems Unofficial 1.7.10

436k Downloads

[2.5.27-GTNH] [Suggestion] Use separate texture(s) for recipe GUIs for texture pack compat.

OnARiverMadeOfEyes opened this issue ยท 2 comments

commented

texturepack_uglycrop
The crafting recipe GUI is obviously cut & cropped from the crafting table container texture.
This can be noticed when using detailed textures and/or custom NEI background.

Ideally I'd want textures for each recipe GUI for maximum customizability,
but a JEI like "gui_vanilla.png" texture atlas would be okay too.

Version:

NotEnoughItems-2.5.27-GTNH.jar

commented

The texture is determined by each handler of each mod that adds a tab to nei

commented

I know, what I'm talking about here is the vanilla container textures.

These:

return "textures/gui/container/furnace.png";

return "textures/gui/container/crafting_table.png";

return "textures/gui/container/brewing_stand.png";