[1.9] Fixed crash when holding something in off-hand.
Fix MWG blocks breaking in water (changed material type to "iron")
Improved schematic world placement (Block updates are all done at once so that no more updates are done than are necessary. Also, the load wand places facing away from you now.)
Added a simple guard against infinite recursion.
Improve support for schematics without anchors.
[1.9] Fix ignore block collision weirdness.
Implement fuzzy matching and terrain smoothing.
More detailed save want GUI.
Revamped resource pack handling (requires json index; allows setting/overriding spawn parameters in the json)
Added a selection box for the save wand.
Updated some of the included schematics to use the new fuzzy matching system (as usual, delete or move your worldgen folder to see them)
Built on 1.7.10, but it should still work with 1.7.2
Rotation lock (NBT tag "lockRotation")
Respect a world's "generate structures" setting
Lossless/as generated switch for the load anchor
Various small fixes, see https://github.com/impiaaa/MyWorldGen/commits/1.7
Fixed entity saving.
Fixed anchor blocks not being recognized in some circumstances.
Fixed wands having a stack size of 0 (resulted in some inventory glitches)
Moved some wand logic server-side (some functionality may be missing, though it's much more reliable)
Fixed mineshaft entrance schematic.
1.7 support!
Fixed loading the mod on a dedicated server. Note: There is now a config option enableItemsAndBlocks that MUST be turned off if you want Forge clients without the mod installed to be able to connect.)
Lots of internal changes and fixes for MC 1.7. Some MWG v1.2 schematics might not be compatible.
Added support for OpenBlocks donation station ;-)
Improved world generation algorithm, and made it configurable.
Added support for resource packs; it looks for schematics in assets/myworldgen/worldgen inside all packs.
Added some more example schematics; if you're upgrading, either delete/move your worldgen directory, or extract them. yourself from the jar.
Slightly improved placement of schematics without anchors.
Added an mcmod.info file.