1
0
Fork 0
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:
agentdid127 2019-01-05 00:29:26 -05:00 committed by GitHub
parent f3d4a42955
commit b6831af31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [];