Skip to content
OreCruncher edited this page Dec 15, 2015 · 3 revisions

The mod uses the information in the ./config/restructured/schematics.cfg file to govern how it operates. The information in the config file directs the mod to include a schematic as a village structure, world gen feature, or both. Also, it instructs the mod how to populate blocks such as spawners and chests.

The ./minecraft/config/restructured/chest.cfg file defines various chest configurations that will be used by Restructured when generating structures. The loot tables are fully customizable, and new ones can be added by modpack authors. (For those that want to know the internals these tables are inserted into Forge’s ChestGenHook loot tables.)

If you want to add your own structures I recommend using WorldEdit to create the schematics. I have personally used this tool on Bukkit/Cauldron servers and it works really well. Also, any mobs you place in your build will be captured and inserted by Restructured when the structure is generated. Any schematics you want to include would go into the ./minecraft/config/restructured.

For the best experience make sure you are facing SOUTH when laying out your structure. From this orientation you will be facing the “front” of the structure. If the structure is for village generation include a gravel path so it melds with the gravel roadways of the village. Avoid using item frames - they are a bit funny. Signs work well, and the text is preserved. For best portability between modpacks stick to the Vanilla Minecraft blocks and entities.

You can use existing schematics from 3rd party sites. This was one of my main methods of testing out the mod prior to release. I do have the following comments on there use:

  • Make sure you use schematics that target 1.7.10. If you pull in schematics for Minecraft 1.8.x you can wind up with strange things like BuildCraft quarries for doors.
  • Ensure that your use of the schematic is appropriate for what you are trying to do. Schematic authors do retain rights to their work and may have restrictions on their use. Please obey those restrictions.
  • Make sure the schematic includes blocks that you want included. Sometimes a schematic will have things like Ender Chests or expensive hidden blocks (like diamond and gold).

Clone this wiki locally