diff --git a/Minecraft.Assets/Windows64Media/loc/en-EN/strings.lang b/Minecraft.Assets/Windows64Media/loc/en-EN/strings.lang
index b6d08ab23..76217381c 100644
--- a/Minecraft.Assets/Windows64Media/loc/en-EN/strings.lang
+++ b/Minecraft.Assets/Windows64Media/loc/en-EN/strings.lang
@@ -4809,6 +4809,42 @@ Would you like to unlock the full game?
Gamertag
+
+ Mining Blocks Peaceful
+
+
+ Mining Blocks Easy
+
+
+ Mining Blocks Normal
+
+
+ Mining Blocks Hard
+
+
+ Farming Peaceful
+
+
+ Farming Easy
+
+
+ Farming Normal
+
+
+ Farming Hard
+
+
+ Traveling Peaceful
+
+
+ Traveling Easy
+
+
+ Traveling Normal
+
+
+ Traveling Hard
+
Preparing to Save Level
@@ -7222,6 +7258,9 @@ All Ender Chests in a world are linked. Items placed into an Ender Chest are acc
Xbox 360
+
+ OK
+
Back
diff --git a/Minecraft.Client/Platform/Common/UI/IUIScene_HUD.cpp b/Minecraft.Client/Platform/Common/UI/IUIScene_HUD.cpp
index c43c6081f..88a6d46a6 100644
--- a/Minecraft.Client/Platform/Common/UI/IUIScene_HUD.cpp
+++ b/Minecraft.Client/Platform/Common/UI/IUIScene_HUD.cpp
@@ -1,6 +1,6 @@
#include "../../stdafx.h"
-#include "../../../../Minecraft.Client/Minecraft.h"
-#include "../../../../Minecraft.Client/Player/MultiPlayerLocalPlayer.h"\
+#include "../../../Minecraft.h"
+#include "../../../Player/MultiPlayerLocalPlayer.h"
#include "../../../../Minecraft.World/Headers/net.minecraft.world.effect.h"
#include "../../../../Minecraft.World/Headers/net.minecraft.world.item.h"
#include "../../../../Minecraft.World/Headers/net.minecraft.world.entity.ai.attributes.h"
diff --git a/Minecraft.Client/Platform/Common/UI/UIScene_FireworksMenu.cpp b/Minecraft.Client/Platform/Common/UI/UIScene_FireworksMenu.cpp
index a1c8be3e6..644a216c9 100644
--- a/Minecraft.Client/Platform/Common/UI/UIScene_FireworksMenu.cpp
+++ b/Minecraft.Client/Platform/Common/UI/UIScene_FireworksMenu.cpp
@@ -2,8 +2,8 @@
#include "UI.h"
#include "../../../../Minecraft.World/Headers/net.minecraft.world.level.tile.entity.h"
#include "../../../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
-#include "../../Minecraft.h"
-#include "../../LocalPlayer.h"
+#include "../../../Minecraft.h"
+#include "../../../Player/LocalPlayer.h"
#include "UIScene_FireworksMenu.h"
UIScene_FireworksMenu::UIScene_FireworksMenu(int iPad, void* _initData,