Texturepack help

So, I'm currently developing a plugin for my server and I want to have a fancy statistics screen by overlaying a custom texture above the inventory hud. I've also uploaded the texture here (=> first image). This is the default.json that I use to map the textures to the font characters:
{
"providers": [
{
"type": "bitmap",
"file": "minecraft:custom/icon.png",
"ascent": 1,
"height": 17,
"chars": ["\uE000"]
},
{
"type": "bitmap",
"file": "minecraft:custom/icon_half.png",
"ascent": 1,
"height": 17,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "minecraft:custom/icon_off.png",
"ascent": 1,
"height": 17,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "minecraft:custom/stats-overlay.png",
"ascent": 13,
"height": 256,
"chars": ["\uE003"]
}
{
"providers": [
{
"type": "bitmap",
"file": "minecraft:custom/icon.png",
"ascent": 1,
"height": 17,
"chars": ["\uE000"]
},
{
"type": "bitmap",
"file": "minecraft:custom/icon_half.png",
"ascent": 1,
"height": 17,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "minecraft:custom/icon_off.png",
"ascent": 1,
"height": 17,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "minecraft:custom/stats-overlay.png",
"ascent": 13,
"height": 256,
"chars": ["\uE003"]
}
But for some reason, when I open the gui, the texture seems to appear much darker than it should be (see the second image) while also being a bit more to the right than I want it to be. For some context, I'm using this negative space font texture pack for some other parts of the plugin. Help is appreciated :CatYesAgreed:
GitHub
GitHub - AmberWat/NegativeSpaceFont: Minecraft resource pack with n...
Minecraft resource pack with negative and positive size spaces - AmberWat/NegativeSpaceFont
No description
No description
28 Replies
Admincraft Meta
Admincraft Meta10mo ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by dannyx.#0
ユアノットルイス 独
okay important for texture is to &f it then when ur using oraxen (which it looks like to me) use <shift:-8>
Dannyx
DannyxOP10mo ago
oh, maybe that's what I forgot then I'm not, I'm directly doing it inside of the plugin but let's see...
Skullians
Skullians10mo ago
I’ve seen this before skill issue love you dan
Dannyx
DannyxOP10mo ago
ah yes, there is a cheatsheet for shifting stuff in there too
No description
Dannyx
DannyxOP10mo ago
:broken:
ユアノットルイス 独
another plugin I use has this as its backspace character so maybe try this use the -8
Dannyx
DannyxOP10mo ago
so for some reason, even when trying larger numbers, I still only manage to get the overlay to move this much. I can easily move it to the right but for some reason, it doesn't work to the left...
No description
ユアノットルイス 独
just use multiple of the small number :smart:
Dannyx
DannyxOP10mo ago
let's try this out :kekw:
ユアノットルイス 独
litterally what this plugin does
No description
Dannyx
DannyxOP10mo ago
hmm.. for some reason even doing this doesn't seem to do anything
No description
No description
ユアノットルイス 独
maybe get the actual character not the unicode thingy
Dannyx
DannyxOP10mo ago
that's the way intellij displays it
ユアノットルイス 独
ah does the shifting work at all?
Dannyx
DannyxOP10mo ago
yes, it does to the right
ユアノットルイス 独
try putting it at the end? idk
Dannyx
DannyxOP10mo ago
lemme try out a few things that come to my mind and I'll let you know then
ユアノットルイス 独
idk maybe this helps? i dont get if its just a regular character or actually doing something if you cant find anything else maybe look at oraxens source code how BOY did it
ユアノットルイス 独
GitHub
GitHub - oraxen/oraxen: Oraxen is a minecraft plugin that allows to...
Oraxen is a minecraft plugin that allows to easily use Minecraft 1.14 features in order to create new items with custom textures. It handles the resourcepack generation, upload (using Polymath) and...
Dannyx
DannyxOP10mo ago
okay, so it seems like some things didn't work as intended but by tweaking some things I managed to make it work by just repeating this character: . Thanks for the help
No description
Dannyx
DannyxOP10mo ago
now I just need to fix up the texture a bit...
ユアノットルイス 独
good luck :salute:
Dannyx
DannyxOP10mo ago
also I have a quesion: do you know of an easy way to remove this text?
No description
ユアノットルイス 独
remove it in lang file ig
ProGamingDk
ProGamingDk10mo ago
&r name oh persons inv
Dannyx
DannyxOP10mo ago
yep, thanks

Did you find this page helpful?