improve explanation of structure importing

This commit is contained in:
ForestOfLight
2026-05-07 16:35:34 -07:00
Unverified
parent bd438005c1
commit bc2bc37d5c
+6 -2
View File
@@ -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