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
|
@ -221,6 +221,7 @@
|
|||
|
||||
<div class="padding">
|
||||
<!-- THANK YOU to reddit user Oozebull for this part. -->
|
||||
<label><input type="checkbox" id="slashgive" name="slashgive">Make /give</label>
|
||||
<label><input type="checkbox" name="usedisabledslots">Lock Slot Interaction</label>
|
||||
<div id="disabledslots">
|
||||
<div>
|
||||
|
|
|
@ -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