From 2129e7dc3b09382d29370c7392543ae09504b3a8 Mon Sep 17 00:00:00 2001 From: DrParadox7 Date: Fri, 19 Dec 2025 01:45:43 +0100 Subject: [PATCH 1/3] Building Guide - The buttons!? What do they mean?? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add actual instructions as concisely as possible to the in-game documentation. Note: We use ➤ because it is actually visible in smaller GUI sizes compared to > --- src/main/resources/assets/openblocks/lang/en_US.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/openblocks/lang/en_US.lang b/src/main/resources/assets/openblocks/lang/en_US.lang index ca7260f0..ed4a1057 100644 --- a/src/main/resources/assets/openblocks/lang/en_US.lang +++ b/src/main/resources/assets/openblocks/lang/en_US.lang @@ -188,7 +188,7 @@ tile.openblocks.heal.name=Healer tile.openblocks.heal.description=The healing block is a creative-mode only block that gives off a slight healing effect over time. tile.openblocks.guide.name=Building Guide -tile.openblocks.guide.description=The building guide, once powered with redstone, will give you an outline of ghost blocks in different shapes and sizes that'll help you plan out rooms.\nUse touch-buttons on block to change outline dimensions and shapes.\nColor of markers can be changed by using dye on central block. +tile.openblocks.guide.description=The building guide is a redstone device that projects shapes using ghost blocks for easier building. The top face cycles through or rotate the shape. The side face has one set of buttons for each direction: +/– adjusts direction length while ➤ mirrors it to its opposing direction.\nProjection color can be changed by using dye on the building guide. tile.openblocks.builder_guide.name=Enhanced Building Guide tile.openblocks.builder_guide.description=This enhanced version of building guide not only displays ghost blocks to make building easier, but also allows you to place actual blocks. Just click central block with any block stack!\nWhen in creative mode you can place an obsidian block above, then hit the building guide with any block you like to automatically create the shape. From 2352597317d62244e762e57e0d0b377606923990 Mon Sep 17 00:00:00 2001 From: DrParadox7 Date: Fri, 19 Dec 2025 18:13:49 +0100 Subject: [PATCH 2/3] Building Guide p2 - The buttons!? They need free hands! Add to the documentation that buttons require empty hand to be used --- src/main/resources/assets/openblocks/lang/en_US.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/openblocks/lang/en_US.lang b/src/main/resources/assets/openblocks/lang/en_US.lang index ed4a1057..0513757b 100644 --- a/src/main/resources/assets/openblocks/lang/en_US.lang +++ b/src/main/resources/assets/openblocks/lang/en_US.lang @@ -188,7 +188,7 @@ tile.openblocks.heal.name=Healer tile.openblocks.heal.description=The healing block is a creative-mode only block that gives off a slight healing effect over time. tile.openblocks.guide.name=Building Guide -tile.openblocks.guide.description=The building guide is a redstone device that projects shapes using ghost blocks for easier building. The top face cycles through or rotate the shape. The side face has one set of buttons for each direction: +/– adjusts direction length while ➤ mirrors it to its opposing direction.\nProjection color can be changed by using dye on the building guide. +tile.openblocks.guide.description=The building guide projects shapes using ghost blocks for easier building. Projection is activated via redstone signal and configured with an empty hand by using the buttons on each face. The top face cycles through or rotates the shape. The side face has one set of buttons for each direction (up, down, left & right): +/– adjusts direction length while ➤ mirrors it to its opposing direction.\nProjection color can be changed by using dye on the building guide. tile.openblocks.builder_guide.name=Enhanced Building Guide tile.openblocks.builder_guide.description=This enhanced version of building guide not only displays ghost blocks to make building easier, but also allows you to place actual blocks. Just click central block with any block stack!\nWhen in creative mode you can place an obsidian block above, then hit the building guide with any block you like to automatically create the shape. From ea7bcd4967b8fbdee421b712c42453975826f76d Mon Sep 17 00:00:00 2001 From: DrParadox7 <47131096+DrParadox7@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:17:20 +0100 Subject: [PATCH 3/3] Capitalizations for items Capitalize Redstone and Dye Co-authored-by: Wilhelm Schuster --- src/main/resources/assets/openblocks/lang/en_US.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/openblocks/lang/en_US.lang b/src/main/resources/assets/openblocks/lang/en_US.lang index 0513757b..afe01951 100644 --- a/src/main/resources/assets/openblocks/lang/en_US.lang +++ b/src/main/resources/assets/openblocks/lang/en_US.lang @@ -188,7 +188,7 @@ tile.openblocks.heal.name=Healer tile.openblocks.heal.description=The healing block is a creative-mode only block that gives off a slight healing effect over time. tile.openblocks.guide.name=Building Guide -tile.openblocks.guide.description=The building guide projects shapes using ghost blocks for easier building. Projection is activated via redstone signal and configured with an empty hand by using the buttons on each face. The top face cycles through or rotates the shape. The side face has one set of buttons for each direction (up, down, left & right): +/– adjusts direction length while ➤ mirrors it to its opposing direction.\nProjection color can be changed by using dye on the building guide. +tile.openblocks.guide.description=The building guide projects shapes using ghost blocks for easier building. Projection is activated via Redstone signal and configured with an empty hand by using the buttons on each face. The top face cycles through or rotates the shape. The side face has one set of buttons for each direction (up, down, left & right): +/– adjusts direction length while ➤ mirrors it to its opposing direction.\nProjection color can be changed by using Dye on the building guide. tile.openblocks.builder_guide.name=Enhanced Building Guide tile.openblocks.builder_guide.description=This enhanced version of building guide not only displays ghost blocks to make building easier, but also allows you to place actual blocks. Just click central block with any block stack!\nWhen in creative mode you can place an obsidian block above, then hit the building guide with any block you like to automatically create the shape.