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\