-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
The mod is supported on Oracle Java 7 and 8. If you use another brand of JRE your experience may vary.
Restructured is built using Forge 10.13.4.1448. It is the recommended Forge build at the time of this writing. Some players have used later versions of Forge with success, but your experience may vary.
Installation of Restructured is pretty straight forward:
- Download the Restructured jar file from the Restructured CurseForge project page and place it into the
./minecraft/mods
folder. - Start and enjoy :)
Additional Schematic Packs can be simply installed. Just download the Schematic Pack ZIP file and drop it into the ./minecraft/config/restructured
directory. Restructured will automatically incorporate the content into it’s configuration. There is no limit to the number of packs you can use.
It is possible to drop schematic files into the ./minecraft/config/restructured
directory. Restructured will detect these schematics and incorporate them into the configuration. This is OK for a small handful of schematics. However, if there is a large collection of schematics it is recommended that they be placed into a Schematic Pack for ease of management and deployment.
The process of installation is being simplified a great deal. The standard schematic pack is embedded in the Restructured jar file and will automatically be extracted if the mod detects that there are no other packs or schematics installed.
The configuration directory is different and the process of installing is different between an existing install and a brand new install.
If you have customized your Restructured configuration please see Creating a Schematic Pack. It is recommended that you collect your changes into a Pack for deployment.
Upgrade steps:
- Backup your Minecraft configuration in case something gets fat fingered.
- Remove the
./minecraft/config/restructured
directory from your Minecraft configuration. - Remove the old Restructured jar file from
./minecraft/mods
. - Download the Restructured jar file from the Restructured CurseForge project page and place it into the
./minecraft/mods
folder. - Start and enjoy.