TU19: merge Minecraft.Client/Platform/Common/Tutorial

This commit is contained in:
Tropical
2026-03-22 03:51:48 -05:00
parent 86c3e12e7b
commit 58cdba39f3
17 changed files with 717 additions and 129 deletions

View File

@@ -602,7 +602,6 @@ void ServerPlayer::doTickB() {
std::shared_ptr<SetExperiencePacket>(new SetExperiencePacket(
experienceProgress, totalExperience, experienceLevel)));
}
std::
}
std::shared_ptr<ItemInstance> ServerPlayer::getCarried(int slot) {