-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
crossorigin="" as="style" onload="this.onload=null;this.rel='stylesheet'" /> | ||
<!--<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"--> | ||
|
||
<link rel="preload" as="fetch" href="/minecraft_overworld_1_20.snowcapped.json" crossorigin="" /> | ||
<link rel="preload" as="fetch" href="/minecraft_overworld_1_21_4.snowcapped.json" crossorigin="" /> | ||
<link rel="apple-touch-icon" href="/icons/icon_192.png"> | ||
<script | ||
src="https://beamanalytics.b-cdn.net/beam.min.js" | ||
|
@@ -40,9 +40,9 @@ | |
<div class="button" id="newButton"><img alt="New" label="New" src="images/blank-file.svg" /> | ||
<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="loadVanilla121WinterDropButton"><img alt="New" src="images/blank-file.svg" /><p>Vanilla Overworld (1.21.2 Winter Drop)</p></div> | ||
<div class="dropdown_entry" id="loadVanilla119Button"><img alt="New" src="images/blank-file.svg" /><p>Vanilla Overworld (1.19.x)</p></div> | ||
<div class="dropdown_entry" id="loadVanilla120Button"><img alt="New" src="images/blank-file.svg" /><p>Vanilla Overworld (1.20 - 1.21.3)</p></div> | ||
<div class="dropdown_entry" id="loadVanilla1214Button"><img alt="New" src="images/blank-file.svg" /><p>Vanilla Overworld (1.21.4+)</p></div> | ||
</div> | ||
</div> | ||
<div class="button" id="openButton" title="Open"><img alt="Open" src="images/open-file-folder.svg" /></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6977,6 +6977,6 @@ | |
] | ||
} | ||
}, | ||
"datapackVersion": 57, | ||
"datapackVersion": 61, | ||
"version": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export const DATA_VERSION = 6 | ||
export const DEFAULT_DATAPACK_FORMAT = 57 | ||
export const DEFAULT_DATAPACK_FORMAT = 61 | ||
export const MIN_DATAPACK_FORMAT = 10 | ||
export const MAX_DATAPACK_FORMAT = 57 | ||
export const MAX_DATAPACK_FORMAT = 61 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters