You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(tags.length)data+='\nexecute unless entity @e[tag=mcscriptTags] at @p run summon armor_stand ~ ~ ~ {Tags:[mcscriptTags],Invisible:1,Invulnerable:1,NoGravity:1}'
656
-
}
657
-
letsavedData=data;
658
-
letextendArr=[];
659
-
data=data.split("#file: ");
660
-
for(letdatChunkofdata){
661
-
letextended=datChunk.split("#extend: ");
662
-
if(extended.length>1){
663
-
extendArr=extended.slice(1);
664
-
data[data.indexOf(datChunk)]=extended[0];
665
-
}
666
-
}
667
-
checkFilename(data,oldFile,function(file,dat){
668
-
dat="#######\n# Compiled from "+oldFile.split("/").splice(-4).join('/')+"\n# to "+file.split("\\").splice(-4).join('/')+".mcfunction\n#\n# Generated by Minecraft Script for 1.13\n######\n"+dat.join("\n");
if(tags.length)data+='\nexecute unless entity @e[tag=mcscriptTags] at @p run summon armor_stand ~ ~ ~ {Tags:[mcscriptTags],Invisible:1,Invulnerable:1,NoGravity:1}'
657
+
}
658
+
letsavedData=data;
659
+
letextendArr=[];
660
+
data=data.split("#file: ");
661
+
for(letdatChunkofdata){
662
+
letextended=datChunk.split("#extend: ");
663
+
if(extended.length>1){
664
+
extendArr=extended.slice(1);
665
+
data[data.indexOf(datChunk)]=extended[0];
666
+
}
667
+
}
668
+
checkFilename(data,oldFile,function(file,dat){
669
+
dat="#######\n# Compiled from "+oldFile.split("/").splice(-4).join('/')+"\n# to "+file.split("\\").splice(-4).join('/')+".mcfunction\n#\n# Generated by Minecraft Script for 1.13\n######\n"+dat.join("\n");
0 commit comments