Skip to content

Commit

Permalink
update to minecraft 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsjo committed Apr 23, 2024
1 parent c0c4504 commit 60c1161
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/empty.snowcapped.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/minecraft_overworld_1_20.snowcapped.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/SharedConstants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DATA_VERSION = 6
export const DEFAULT_DATAPACK_FORMAT = 26
export const DEFAULT_DATAPACK_FORMAT = 41
export const MIN_DATAPACK_FORMAT = 10
export const MAX_DATAPACK_FORMAT = 26
export const MAX_DATAPACK_FORMAT = 41

0 comments on commit 60c1161

Please sign in to comment.