Document deep dark preview series (#3127)

* Document deep dark preview series

* Update mappings/net/minecraft/SaveVersion.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
This commit is contained in:
liach 2022-05-02 07:53:08 -05:00 committed by GitHub
parent e575e9ca64
commit 6ee94561e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,11 @@ CLASS net/minecraft/class_6595 net/minecraft/SaveVersion
COMMENT
COMMENT <p>This is stored in the {@code Series} field within {@code level.dat}.
COMMENT
COMMENT <p>Known values include {@code main} for the main series and
COMMENT {@code ccpreview} for the caves and cliffs experimental snapshots.
COMMENT <p>Known values include:<ul>
COMMENT <li>{@code main} for versions that are not experimental snapshots</li>
COMMENT <li>{@code ccpreview} for the 1.18 Caves and Cliffs experimental snapshots</li>
COMMENT <li>{@code deep_dark_preview} for 1.19 Deep Dark experimental snapshots</li>
COMMENT </ul>
METHOD method_38493 isAvailableTo (Lnet/minecraft/class_6595;)Z
COMMENT {@return whether this save version can be loaded by the {@code other} version}
ARG 1 other