Custom Gui
customshop:
texture: custom/default/custom/gui_tienda.png
ascent: 13
height: 256
The textures cannot be higher resolution than 256x256 and name of the texture must be all lowercase without spaces, as with all Resourcepack files.
To adjust the horizontal position of your texture/glyph in the inventory, use the shift-tag.
<shift:-8>
for moving 8 pixels back, and <shift:211>
for moving 211 pixels forward.\
This really is not necessary as Oraxen will handle the
<glyph:glyph_id>
tag in any inventory / title. If you still want the raw unicode, you can use the /oraxen printglyph glyph_id
command.Invisible elements are ideal for making clickable buttons. To create invisible elements, you will need to make an element with a transparent texture. An example here
invisible_item:
displayname: "<white>"
material: PAPER
Pack:
generate_model: true
parent_model: "item/generated"
textures:
- required/particle
To add a custom CustomModelData use after the
pack
custom_model_data: 321
Last modified 1mo ago