mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
really can be an idiot sometimes
why can't /give @p minecraft:head be a thing......
This commit is contained in:
parent
f3d4a42955
commit
b6831af31b
1 changed files with 2 additions and 2 deletions
|
@ -455,11 +455,11 @@ function updateUI(){
|
|||
|
||||
function generateCode(){
|
||||
if(equipCustomHeadMode == "url-head"){
|
||||
var code = "/give @p minecraft:head 1 3 {";
|
||||
var code = "/give @p minecraft:skull 1 3 {";
|
||||
|
||||
// Old entity name
|
||||
if(mcVersion == "1.8" || mcVersion == "1.9"){
|
||||
code = "/give @p minecraft:head 1 3 {";
|
||||
code = "/give @p minecraft:skull 1 3 {";
|
||||
}
|
||||
|
||||
var tags = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue