From 668e0274c5a83fa1ce0ed2c623a9bff7ea9ae487 Mon Sep 17 00:00:00 2001 From: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com> Date: Mon, 31 May 2021 12:18:27 -0400 Subject: [PATCH] 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> --- mappings/net/minecraft/SharedConstants.mapping | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mappings/net/minecraft/SharedConstants.mapping b/mappings/net/minecraft/SharedConstants.mapping index bdad57106f..d7cd25a7f3 100644 --- a/mappings/net/minecraft/SharedConstants.mapping +++ b/mappings/net/minecraft/SharedConstants.mapping @@ -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;