π οΈAdding Button Positions
How it works and adding your own defaults
Adding your own default positions
{
// a list of java class names to apply this to.
// This is generally intended for vanilla classes' intermediary and mojmap names,
// but can be used to apply to multiple classes.
// A special case is the class name 'DEFAULT', which is used as the generic fallback.
"class_names": [
"net.minecraft.class_486",
"net.minecraft.client.gui.screens.inventory.EnchantmentScreen"
],
// A definition consisting of X and Y anchor points and their offsets.
"position": {
"x_align": "right",
"x_offset": 14,
"y_align": "top",
"y_offset": -11
}
}x_align
Description
x_offset
y_align
Description
y_offset
Last updated