Skip to content

Commit 4723b2c

Browse files
authored
🔀 Merge next into main: v1.7.1 (#416)
2 parents 7500c1b + 65f53d5 commit 4723b2c

File tree

8 files changed

+14
-1805
lines changed

8 files changed

+14
-1805
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
7-
"version": "1.7.0",
7+
"version": "1.7.1",
88
"min_blockbench_version": "4.12.0",
99
"variant": "desktop",
1010
"tags": [

src/pluginPackage/changelog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,16 @@
165165
]
166166
}
167167
]
168+
},
169+
"1.7.1": {
170+
"title": "v1.7.1",
171+
"author": "Titus Evans (SnaveSutit)",
172+
"date": "2025-05-06",
173+
"categories": [
174+
{
175+
"title": "Fixes",
176+
"list": ["Fixed [#412](https://github.com/Animated-Java/animated-java/issues/409)"]
177+
}
178+
]
168179
}
169180
}

src/systems/datapackCompiler/1.20.4/static.mcb

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)