Started by
Rikurob
on
Topic category: Help with Minecraft modding (Java Edition)
I need help getting rid of the greyed out background behind a GUI, like not the actual background image, but the slightly greyed out part where you can see Minecraft around that. I'm making a custom GUI for a spellbook with image buttons so I've already edited the code quite a bit. That I want to get rid of that and I have been playing with the code and looking stuff up but can't figure it out. It isn't necessary but it would make the mod look much more cohesive for what I am doing.
Also, how do I make a GUI lock to the bottom left. I can make it lock to the Top Left, but I can't get it to lock to the bottom. Anyone know?
In the code, instead of putting 0 to get the very top of the screen or this.topPos what could I use?
A work around would be to call the screen size and go from there but I'm not sure the code for that.