Skip to content

Commit 0df6552

Browse files
authored
🔀 Merge #412: 🐛 Fixed crash when exporting a static blueprint
Fixes #409
2 parents 4dd0844 + c9e552e commit 0df6552

File tree

6 files changed

+2
-1804
lines changed

6 files changed

+2
-1804
lines changed

src/systems/datapackCompiler/1.20.4/static.mcb

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dir <%export_namespace%> {
107107
}
108108
}
109109
}
110-
}
111110

112111
function summon {
113112
#Args: {args:{variant: string}}

src/systems/datapackCompiler/1.20.5/static.mcb

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dir <%export_namespace%> {
107107
}
108108
}
109109
}
110-
}
111110

112111
function summon {
113112
#Args: {args:{variant: string}}

src/systems/datapackCompiler/1.21.2/static.mcb

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dir <%export_namespace%> {
107107
}
108108
}
109109
}
110-
}
111110

112111
function summon {
113112
#Args: {args:{variant: string}}

src/systems/datapackCompiler/1.21.4/static.mcb

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dir <%export_namespace%> {
107107
}
108108
}
109109
}
110-
}
111110

112111
function summon {
113112
#Args: {args:{variant: string}}

src/systems/datapackCompiler/1.21.5/static.mcb

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dir <%export_namespace%> {
107107
}
108108
}
109109
}
110-
}
111110

112111
function summon {
113112
#Args: {args:{variant: string}}

0 commit comments

Comments
 (0)