mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Support for multiple MC Versions
Apparently this is very important for many people.
This commit is contained in:
parent
2c80abc37c
commit
c20f7df61e
2 changed files with 53 additions and 12 deletions
|
@ -36,6 +36,14 @@
|
|||
</center>
|
||||
</div>
|
||||
|
||||
<div class="padding underline">
|
||||
<select id="mcversion">
|
||||
<option value="1.11">Minecraft 1.11 and above</option>
|
||||
<option value="1.9">Minecraft 1.9 & 1.10</option>
|
||||
<option value="1.8">Minecraft 1.8</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="padding underline">
|
||||
<label><input type="checkbox" name="invisible">Invisible</label><br>
|
||||
<label><input type="checkbox" name="invulnerable">Invulnerable</label><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue