Skip to content

Commit 6b58c39

Browse files
committed
chore: version bump
1 parent c3ccea3 commit 6b58c39

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subprojects {
2323
apply(plugin = "java")
2424

2525
group = "org.oddlama.vane"
26-
version = "1.15.0"
26+
version = "1.16.0"
2727

2828
repositories {
2929
mavenLocal()

docs/resourcepacks/v1.16.0.zip

169 KB
Binary file not shown.

vane-core/src/main/java/org/oddlama/vane/core/resourcepack/ResourcePackGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void add_item_override(
7676

7777
private String generate_pack_mcmeta() {
7878
final var pack = new JSONObject();
79-
pack.put("pack_format", 34);
79+
pack.put("pack_format", 42);
8080
pack.put("description", description);
8181

8282
final var root = new JSONObject();

0 commit comments

Comments
 (0)