From 2dc9e8456bdf9da94a393b6e4b76186cf36b97d5 Mon Sep 17 00:00:00 2001 From: Robert Strunk <47643610+robertStrunk@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:28:53 -0500 Subject: [PATCH] Update paths in install_uwp.cmd for Minecraft Bedrock change target directory for install script --- add_entity_robot/install_uwp.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/add_entity_robot/install_uwp.cmd b/add_entity_robot/install_uwp.cmd index 1a6729f..05f5f9f 100644 --- a/add_entity_robot/install_uwp.cmd +++ b/add_entity_robot/install_uwp.cmd @@ -1,4 +1,4 @@ -xcopy /d /y /e full\robot_example_full_behavior %localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\development_behavior_packs\robot_example_full_behavior\ -xcopy /d /y /e min\robot_example_min_behavior %localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\development_behavior_packs\robot_example_min_behavior\ -xcopy /d /y /e full\robot_example_full_resources %localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\development_resource_packs\robot_example_full_resources\ -xcopy /d /y /e min\robot_example_min_resources %localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\development_resource_packs\robot_example_min_resources\ +xcopy /d /y /e full\robot_example_full_behavior %AppData%\"Minecraft Bedrock"\Users\Shared\games\com.mojang\development_behavior_packs\robot_example_full_behavior\ +xcopy /d /y /e min\robot_example_min_behavior %AppData%\"Minecraft Bedrock"\Users\Shared\games\com.mojang\development_behavior_packs\robot_example_min_behavior\ +xcopy /d /y /e full\robot_example_full_resources %AppData%\"Minecraft Bedrock"\Users\Shared\games\com.mojang\development_resource_packs\robot_example_full_resources\ +xcopy /d /y /e min\robot_example_min_resources %AppData%\"Minecraft Bedrock"\Users\Shared\games\com.mojang\development_resource_packs\robot_example_min_resources\