aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/firmament/gui/button_editor_fragment.xml
blob: 6444236cbd9b30a044cfbae5bc94df49e007132d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" ?>
<Root xmlns="http://notenoughupdates.org/moulconfig">
    <Panel background="VANILLA" insets="10">
        <Column>
            <Row>
                <ItemStack value="@getItemIcon"/>
                <Text text="Icon"/>
            </Row>
            <Hover lines="Put your display item in here.;Can be any SkyBlock item id.;;Alternatively you can paste in a /give command">
                <TextField value="@icon" width="180"/>
            </Hover>
            <Text text="Command"/>
            <Hover lines="Put the command in here.;The text box should not start with a /">
                <Row>
                    <Text text="/"/>
                    <TextField value="@command" width="180"/>
                </Row>
            </Hover>
            <Button onClick="@delete">
                <Text text="Delete"/>
            </Button>
        </Column>
    </Panel>
</Root>