A
Admincraftβ€’2mo ago
Dannyx

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 Metaβ€’2mo 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
DannyxOPβ€’2mo 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
Skulliansβ€’2mo ago
I’ve seen this before skill issue love you dan
Dannyx
DannyxOPβ€’2mo ago
ah yes, there is a cheatsheet for shifting stuff in there too
No description
Dannyx
DannyxOPβ€’2mo ago
:broken:
π–„π–”π–šπ–—π•Ήπ–”π–™π•·π–šπ–Žπ–˜
another plugin I use has this δΈƒ as its backspace character so maybe try this use the -8
Dannyx
DannyxOPβ€’2mo 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
DannyxOPβ€’2mo ago
let's try this out :kekw:
Dannyx
DannyxOPβ€’2mo 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
DannyxOPβ€’2mo ago
that's the way intellij displays it
Dannyx
DannyxOPβ€’2mo ago
yes, it does to the right
Dannyx
DannyxOPβ€’2mo 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
DannyxOPβ€’2mo 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
DannyxOPβ€’2mo ago
now I just need to fix up the texture a bit...
Dannyx
DannyxOPβ€’2mo ago
also I have a quesion: do you know of an easy way to remove this text?
No description
ProGamingDk
ProGamingDkβ€’2mo ago
&r name oh persons inv
Dannyx
DannyxOPβ€’2mo ago
yep, thanks

Did you find this page helpful?