From bc2bc37d5cde72751d27aa134cda73a8169d5c7f Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Thu, 7 May 2026 16:35:34 -0700 Subject: [PATCH 1/2] improve explanation of structure importing --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d185826..8083411 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,12 @@ Don't forget to check out the **Builder Settings** tab, where you can improve yo Construct uses Minecraft's vanilla structure system so that you can easily create and build new structures. -- The simplest way to add a new structure to the structure list is to save it using a structure block. -- Importing structures from other worlds is as simple as dropping the `.mcstructure` file in Construct's `Construct [BP]/structures` folder. Then, to select your structure in the Construct menu, choose "Other" when presented with the structures and enter the filename (without including ".mcstructure"). You only need to do this once with new structures, since Construct will save them for future use! +- The simplest way to add a new structure to the structure list is to save it using a structure block. This will only save the structure to the world you're in. +- Importing structures from other worlds: + 1. Move the `Construct[BP]` to your `com.mojang/development_behavior_packs` folder. + 2. Drop your `.mcstructure` file in Construct's `Construct [BP]/structures` folder. + 3. Restart your world. + 4. Your structure should now be in in Construct's structure list! ### Commands From 90111364163f10083c935c7a0cc2891479e8d7be Mon Sep 17 00:00:00 2001 From: Forest <77603428+ForestOfLight@users.noreply.github.com> Date: Thu, 7 May 2026 16:37:20 -0700 Subject: [PATCH 2/2] Update README with structure addition instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8083411..e7f3b90 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ Don't forget to check out the **Builder Settings** tab, where you can improve yo Construct uses Minecraft's vanilla structure system so that you can easily create and build new structures. -- The simplest way to add a new structure to the structure list is to save it using a structure block. This will only save the structure to the world you're in. +- The simplest way to add a new structure to the structure list is to save it using a structure block or the /structure command. This will only save the structure to the world you're in. - Importing structures from other worlds: 1. Move the `Construct[BP]` to your `com.mojang/development_behavior_packs` folder. - 2. Drop your `.mcstructure` file in Construct's `Construct [BP]/structures` folder. + 2. Drop your `.mcstructure` file in Construct's `Construct[BP]/structures` folder. 3. Restart your world. 4. Your structure should now be in in Construct's structure list! @@ -77,4 +77,4 @@ If you have any issues or suggestions, please don't hesitate to open an issue on ### Adding Translations -Construct currently supports American English and Chinese (thanks to [wed150](https://github.com/wed150) & [EndrTrekker](https://github.com/EndrTrekker)). If you would like to contribute a translation, please join our Discord and reach out! \ No newline at end of file +Construct currently supports American English and Chinese (thanks to [wed150](https://github.com/wed150) & [EndrTrekker](https://github.com/EndrTrekker)). If you would like to contribute a translation, please join our Discord and reach out!