Map some shared constants (#2447)

* Map some shared constants

* Update mappings/net/minecraft/SharedConstants.mapping

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

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
This commit is contained in:
ByMartrixX 2021-05-31 12:18:27 -04:00 committed by GitHub
parent 624433f650
commit 668e0274c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -5,7 +5,12 @@ CLASS net/minecraft/class_155 net/minecraft/SharedConstants
FIELD field_16742 gameVersion Lcom/mojang/bridge/game/GameVersion;
FIELD field_25135 useChoiceTypeRegistrations Z
COMMENT Specifies whether Minecraft should use choice type registrations from the game's schema when entity types or block entity types are created.
FIELD field_29702 TICKS_PER_SECOND I
FIELD field_29703 TICKS_PER_MINUTE I
FIELD field_29704 TICKS_PER_IN_GAME_DAY I
FIELD field_29719 DEFAULT_PORT I
FIELD field_29729 CHUNK_WIDTH I
FIELD field_29730 DEFAULT_WORLD_HEIGHT I
FIELD field_29731 COMMAND_MAX_LENGTH I
FIELD field_29732 WORLD_VERSION I
FIELD field_29733 VERSION_NAME Ljava/lang/String;