-
Notifications
You must be signed in to change notification settings - Fork 5
Creating a Schematic Pack
OreCruncher edited this page Dec 7, 2015
·
3 revisions
Applies to 1.0.3.0BETA+
Creating a Schematic Pack for distribution is pretty easy.
- Make a backup copy of your Minecraft installation.
- Remove the contents of the
./minecraft/config/restructureddirectory. - Copy your schematic files into the ./minecraft/config/restructured= directory.
- Start up Minecraft. This will force the creation of
schematics.cfgandchests.cfgbased on the schematics present in the directory. - Edit the configuration files with any changes you wish to make.
- Create a ZIP file that contains the schematic files as well as the
schematics.cfgandchests.cfgfile. These files should be in the root directory of the ZIP. You can look at the Standard Schematic Pack as an example of how it should look.
To test out the pack:
- Remove the contents of the
./minecraft/config/restructureddirectory. - Drop in your Schematic Pack ZIP file into the
./minecraft/config/restructureddirectory. - Start Minecraft and everything should be wired in.
NOTES:
- Avoid putting version data in the name of the schematic pack ZIP file. The name of the ZIP is used by Restructured to create a “name space” to avoid name collisions with other packs. By putting version info in the name it will cause Restructured to create new configuration entries in the global configs every time the name changes.
- If a schematic will use one of the general chest loot tables to populate a chest, such as “villageBlacksmith”, prefix the string with a caret (“^”). This will let restructured know that the string is to be interpreted as-is without applying a namespace modifier.
- Use the flat world type to test your schematics. Villages spawn frequently as well as general world gen items.
- Be careful with
chests.cfgandschematics.cfg. You do not want to fold config files that have been populated with data from other schematic packs.