Skip to content

Commit ab1d697

Browse files
committed
update to 1.21.7
1 parent 6d31c18 commit ab1d697

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/empty.snowcapped.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5242,6 +5242,6 @@
52425242
]
52435243
}
52445244
},
5245-
"datapackVersion": 71,
5245+
"datapackVersion": 81,
52465246
"version": 6
52475247
}

public/minecraft_overworld_1_21_5.snowcapped.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6977,6 +6977,6 @@
69776977
]
69786978
}
69796979
},
6980-
"datapackVersion": 71,
6980+
"datapackVersion": 81,
69816981
"version": 6
69826982
}

src/SharedConstants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const DATA_VERSION = 6
2-
export const DEFAULT_DATAPACK_FORMAT = 71
2+
export const DEFAULT_DATAPACK_FORMAT = 81
33
export const MIN_DATAPACK_FORMAT = 10
4-
export const MAX_DATAPACK_FORMAT = 71
4+
export const MAX_DATAPACK_FORMAT = 81

0 commit comments

Comments
 (0)