Note: The package contains the modules for both v1.7.10 AND for 1.8.0, as well as the blueprint library, instructions for installation and use, and the full source code! This mod uses Forge, so you need to have that installed. It is only intended for use in Single Player mode while building and constructing your map; after you have finished building, the mod is no longer necessary for the map to work!
Support can be found, along with a community blueprint library, at the forum.
This is a mod aimed at:
The mod adds a new item -- a Wand -- and a few commands ( /wand, /blueprint ). It allows the person holding the wand to create any of a number of predefined structures (plans) at the click of a right-button; it also allows them to save an existing structure as a file (blueprint) that can be loaded back in as a plan and used again multiple times. The resulting map does not need the mod to be loaded for it to work.
Plans may use 'soft' blocks, which only place in air or water, and can also include reference to other place, at translation or rotation. There is also the option to use an element of randomness, so that it can generate varying structures from the same blueprint. It also preserves Block Entity data and can handle blocks added by other mods.
Plans can specify Chests and Spawners using special random syntax, to include randomised loot and spawn potentials. This may be configured using in-line NBT, external NBT files, or symbolically in the code. You can also specify mobile entities, such as carts, armour stands, and mobs.
There are also 'Metablock' symbols, such as 'OLD_STONE' which will resolve to a different block based on current biome and/or random states. So, a cottage will generate using different stone and wood if built in a desert as opposed to being built on a plain.
Blueprints can also copy and paste mobile entities, such as minecrafts, mobs, and armour stands.
Blueprints can contain IFBLOCK and IFBIOME tests to branch on various conditions.
Blueprints can use MOB to create entities, and you can copy entities.
The PICTURE directive can be used to create a custom map in a frame displaying the contents of an external image file.
Plans may be flagged as 'autogenerate' with a probability and a list of biomes, and they will be auto-generated as new chunks are generated.
There is support for MCEdit Schematics, and Ruins Templates. (See http://www.minecraft-schematics.com/ )
The main thing to note is that, once the structures have been built, the mod is not required for the world to work (provided you have removed the Wand from the player inventory of course).
The mod comes with a number of example blueprints, demonstrating the various capabilities. For example:
More details and documentation are included with the mod in the download file.
Suggested uses: