From 74dabadd45eaadf14d0d35a3a8e06f94eab603dd Mon Sep 17 00:00:00 2001 From: David G Date: Sat, 26 Jan 2019 11:13:42 -0700 Subject: [PATCH] Minor tweaks. --- README.md | 10 +++++----- init.lua | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e86dae5..5936609 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Features -------- - Create paths, bridges, and tunnels in all sixteen possible advtrains track directions with one click. - Also digs up or down in the eight possible advtrains slope track directions. -- Digging mode and options can be set using new user config menu. +- Digging mode and options can be set using new User Options menu. - Supports Advanced trains mod with gravel embankment, arched and optionally lined tunnels, and two widths of bridges. - Supports Bike mod with two widths of cobblestone pathways and bridges, along with unlined tunnels. - Supports general excavation with unlined and lined tunnels. @@ -26,7 +26,7 @@ Features Controls -------- - **Left-click:** Super dig one node. One click digs any node (non-repeating) and places it in player's inventory. However, it can't be used to pick up dropped items. -- **Shift-left-click:** Bring up User Config menu (see below). +- **Shift-left-click:** Bring up User Options menu (see below). - **Right-click:** Dig tunnel in direction player pointed. Note that this won't place any of the dug nodes in player's inventory. - **Shift-right-click:** Cycle through vertical digging modes, up, down, and horizontal. @@ -53,15 +53,15 @@ Digging for slopes - Point player in desired digging direction. - Hold sneak key (shift on pc) and right-click mouse to select digging mode. Inventory icon will cycle through possible modes with each click: 'U' for digging up, 'D' for digging down, and no letter for default horizontal. - Release sneak key and right-click mouse to dig tunnel. -- User config option whether to reset each time or not. +- User option whether to reset each time or not. ![Tunnelmaker Icons](images/icons.png "Tunnelmaker Icons") -User Config menu +User Options menu ---------------- Use shift-left-click to bring up this menu. -![Tunnelmaker User Config](images/user_config.png "Tunnelmaker User Config") +![Tunnelmaker User Options](images/user_config.png "Tunnelmaker User Options") Descriptions of all the options: diff --git a/init.lua b/init.lua index 37a97c3..5fe6bf9 100644 --- a/init.lua +++ b/init.lua @@ -58,7 +58,7 @@ local lighting = minetest.settings:get("tunnel_lights") or "default:torch" -------------------------- -- Tunnel height, can vary for each digging mode. local tunnel_height_general = 4 -local tunnel_height_train = 6 +local tunnel_height_train = 5 -- Keep consistent with version 1 for now. local tunnel_height_bike = 5 -- Train tunnels (only) can have "arches" along the sides.