mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 05:55:35 +00:00
Updated Skull Functionality
This commit is contained in:
parent
b6831af31b
commit
449c2c327a
1 changed files with 16 additions and 1 deletions
15
index.htm
15
index.htm
|
@ -44,7 +44,20 @@
|
|||
<option value="1.8">Minecraft 1.8</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="padding underline">
|
||||
<label><input type="checkbox" name="justgivehead">Give Head Only</label><br>
|
||||
</div>
|
||||
<div id="giveSkull">
|
||||
<div class="padding underline">
|
||||
<input type="text" class="equipment" name="skullInput" placeholder="Skin">
|
||||
|
||||
<select id="skullMode">
|
||||
<option value="url-head">URL</option>
|
||||
<option value="player-name">Player Name</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div id="summonAS">
|
||||
<div class="padding underline">
|
||||
<label><input type="checkbox" name="invisible">Invisible</label><br>
|
||||
<label><input type="checkbox" name="invulnerable">Invulnerable</label><br>
|
||||
|
@ -222,6 +235,8 @@
|
|||
<span><input id="pB" type="checkbox"></input></span>
|
||||
<span><input id="pW" type="checkbox"></input></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue