mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Add checkbox
This commit is contained in:
parent
6fb354fa7e
commit
624fea172a
2 changed files with 2 additions and 1 deletions
|
@ -373,7 +373,7 @@ function handleInput(){
|
|||
nameStrikethrough = getCheckBoxInput("namestrikethrough");
|
||||
|
||||
useDisabledSlots = getCheckBoxInput("usedisabledslots");
|
||||
|
||||
give = getCheckBoxInput("slashgive");
|
||||
|
||||
body.set(getRangeInput("bodyX"), getRangeInput("bodyY"), getRangeInput("bodyZ"));
|
||||
head.set(getRangeInput("headX"), getRangeInput("headY"), getRangeInput("headZ"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue