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

Head Texture Added

There is now a dropdown from which the user can choose whether the input
should be handled as an item name, player name or URL to a texture for
the head.
This commit is contained in:
Lars Martens 2015-03-21 17:19:38 +01:00
parent 0be91b783b
commit 0a1a092233
2 changed files with 45 additions and 9 deletions

View file

@ -82,7 +82,12 @@
<input type="text" name="equipLeggings" placeholder="Leggings">
<input type="text" name="equipChestplate" placeholder="Chestplate">
<input type="text" name="equipHelmet" placeholder="Helmet">
<label><input type="checkbox" name="equipCustomHead">Use Helmet as player name for custom head</label>
Helmet specifies
<select id="equipCustomHeadMode">
<option value="item">Item Name</option>
<option value="player">Player Name</option>
<option value="url">Image URL</option>
</select>
</div>
</div>
<br>