1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-07-03 14:25:35 +00:00

Support for 1.9 dual wielding

Hooray! 🎉
This commit is contained in:
Lars Martens 2015-09-10 17:29:54 +02:00
parent 50861b90fd
commit ae9858d6ae
2 changed files with 105 additions and 63 deletions

View file

@ -93,12 +93,17 @@
</table>
</div>
<label><input type="checkbox" name="usecustomequipment">Use Custom Equipment</label>
<select id="equipmode">
<option value="none">No Equipment</option>
<option value="1.8">Minecraft 1.8- Equipment</option>
<option value="1.9">Minecraft 1.9+ Equipment</option>
</select>
<div id="customequipment">
<div class="padding">
Enter the text id of an item (for example <i>stone</i> or <i>iron_sword</i>) into the appropriate slots. You can enter an arbitrary item for the head or hand, but the other slots must contain an appropriate item.
<input type="text" class="equipment" name="equipSword" placeholder="Item in hand">
<input type="text" class="equipment" name="equipHandRight" placeholder="Item in right hand">
<input type="text" class="equipment" id="equipHandLeft" name="equipHandLeft" placeholder="Item in left hand">
<input type="text" class="equipment" name="equipShoes" placeholder="Shoes">
<div class="colorfield" id="shoecolor"></div>