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:
parent
0be91b783b
commit
0a1a092233
2 changed files with 45 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue