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:
parent
2117cdb891
commit
6e97790ca3
2 changed files with 8 additions and 31 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue