Skip to content

Commit

Permalink
update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsjo committed Jun 13, 2024
1 parent 60c1161 commit eac159c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="dropdown">
<div class="dropdown_entry" id="loadEmptyButton"><img alt="New" src="images/blank-file.svg" /><p>Empty</p></div>
<div class="dropdown_entry" id="loadVanilla119Button"><img alt="New" src="images/blank-file.svg" /><p>Vanilla Overworld (1.19)</p></div>
<div class="dropdown_entry" id="loadVanilla120Button"><img alt="New" src="images/blank-file.svg" /><p>Vanilla Overworld (1.20)</p></div>
<div class="dropdown_entry" id="loadVanilla120Button"><img alt="New" src="images/blank-file.svg" /><p>Vanilla Overworld (1.20+)</p></div>
</div>
</div>
<div class="button" id="openButton" title="Open"><img alt="Open" src="images/open-file-folder.svg" /></div>
Expand Down
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 = 41
export const DEFAULT_DATAPACK_FORMAT = 48
export const MIN_DATAPACK_FORMAT = 10
export const MAX_DATAPACK_FORMAT = 41
export const MAX_DATAPACK_FORMAT = 48

0 comments on commit eac159c

Please sign in to comment.