From cdab8f429e67728d987bb0df04603c20b0a53819 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Tue, 7 Feb 2023 08:45:17 +0000 Subject: [PATCH] Clarify Minecraft' shift+right click behaviour Closes #1323 --- .../data/computercraft/lua/rom/apis/peripheral.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/apis/peripheral.lua b/projects/core/src/main/resources/data/computercraft/lua/rom/apis/peripheral.lua index b10530232..7e3d8ed31 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/apis/peripheral.lua +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/apis/peripheral.lua @@ -17,12 +17,13 @@ You can list the names of all peripherals with the `peripherals` program, or the @{peripheral.getNames} function. It's also possible to use peripherals which are further away from your computer -through the use of @{modem|Wired Modems}. Place one modem against your computer, -run Networking Cable to your peripheral, and then place another modem against -that block. You can then right click the modem to use (or *attach*) the -peripheral. This will print a peripheral name to chat, which can then be used -just like a direction name to access the peripheral. You can click on the message -to copy the name to your clipboard. +through the use of @{modem|Wired Modems}. Place one modem against your computer +(you may need to sneak and right click), run Networking Cable to your +peripheral, and then place another modem against that block. You can then right +click the modem to use (or *attach*) the peripheral. This will print a +peripheral name to chat, which can then be used just like a direction name to +access the peripheral. You can click on the message to copy the name to your +clipboard. ## Using peripherals