This repository was archived by the owner on Jul 20, 2026. It is now read-only.
Devlop#29
Merged
Merged
Conversation
added 4 commits
July 19, 2026 19:26
- dl_load:_ renamed to dl_load:main; datalib:load updated accordingly
- Extract dl_load:resolve/* (validate, version, dependencies) out of
the old monolithic core/internal/load/validate.mcfunction
- Move load/scoreboards.mcfunction and load/storages.mcfunction to
loader/scoreboards.mcfunction and loader/storages.mcfunction;
load/* is now confirmation-gate logic only
- Replace all marker-entity + say broadcasts with tellraw across
dl_load:* (main, load/confirm, load/yes, load/no, load/fork*,
load/post_load, load/all, timeout, gate/*, safe_load/*)
- Make gate prompts clickable via click_event/command (renamed from
clickEvent/value as of 1.21.5) in load/confirm, load/no, load/fork,
gate/request, gate/exec/disable
- Add dl_load:gate/exec/kick executor and dispatch line in gate/yes
(previously pending_gate{type:"kick"} silently no-opped)
- Add datalib:engine security.auto_debug_tag (default 1b) to make
admin_systems.mcfunction's auto datalib.debug grant configurable;
add debug_tag/enable, disable, grant, revoke commands; backfill
migration guard for existing worlds
- Fix resolve/version mismatch check (was "matches 1..", self-
defeating against the pack's own pre>=1 expected value)
- Fix load/version_warn hardcoded expected-version debug string
- Bump version to v6.0.1-pre2 (pack.mcmeta, version_set, version_warn
messages, README); add CHANGELOG-v6.0.1-pre2.md
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.