#KubejsUI custom buttons
10 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
wdym by button type
you mean the action or the texture
texture
it's just an attribute called button, you give the path of the texture
example from my pack
button.width = ui.width / 3.25;
button.height = ui.height / 9;
button.x = ui.width / 1.375 - button.width / 2;
button.y = ui.height / 10;
button.action = "minecraft:singleplayer";
button.texture = "uimenu:textures/bh_singleplayer.png";
button.hoverTexture = "uimenu:textures/bh_singleplayer_hover.png";
});```
@uneven mirage Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!
bruh i forgor 