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

Easier equipment

Removed modes for different versions of minecraft.
This commit is contained in:
Lars Martens 2016-11-23 15:05:19 +01:00
parent 2117cdb891
commit 6e97790ca3
2 changed files with 8 additions and 31 deletions

View file

@ -99,11 +99,8 @@
</table>
</div>
<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>
<label><input type="checkbox" name="useequipment">Enable equipment</label><br>
<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.