mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Small syntax change for Minecraft 1.11
This commit is contained in:
parent
2487e3816e
commit
2117cdb891
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ function updateUI(){
|
||||||
}
|
}
|
||||||
|
|
||||||
function generateCode(){
|
function generateCode(){
|
||||||
var code = "/summon ArmorStand ~ ~ ~ {";
|
var code = "/summon armor_stand ~ ~ ~ {";
|
||||||
|
|
||||||
var tags = [];
|
var tags = [];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue