mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Added turtle helmet as option
This commit is contained in:
parent
f74162a46f
commit
bc5c8741f2
1 changed files with 7 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r68/three.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
|
@ -151,6 +151,7 @@
|
|||
|
||||
<input type="text" class="equipment" name="equipHelmet" placeholder="Helmet" list="list-helmet">
|
||||
<datalist id="list-helmet">
|
||||
<option value="turtle_helmet">
|
||||
<option value="chainmail_helmet">
|
||||
<option value="diamond_helmet">
|
||||
<option value="golden_helmet">
|
||||
|
@ -274,7 +275,7 @@
|
|||
If your command is longer than 256 characters (100 before Minecraft 1.11), it needs to be executed with a <i>command block</i>. Obtain one by typing:
|
||||
</div>
|
||||
<div class="code">
|
||||
/give @p command_block
|
||||
/give @p minecraft:command_block
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue