Skip to content

MCDungeon v0.15.1

Compare
Choose a tag to compare
@orphu orphu released this 04 May 00:10
· 138 commits to master since this release

NOTE: This version requires Minecraft 1.9.2 release or higher!

  • Improved chunk scanning speed on a single core by 70% !!! (orphu)
  • Chunk scanning can now take advantage of multi-core processors. (orphu)
    • OS X and Linux only at the moment I'm afraid.
    • See new --workers option.
  • Added books for the new 1.9 enchantments. (JiFish)
  • Added more 1.9 loot (JiFish)
  • Added YAML exports of dungeon and thunt info. Look in the
    mcdungeon_cache directory. (orphu)
  • Exit portals now use 1.9 gateways. (JiFish)
  • Projectile potion traps are now lingering. (JiFish)
  • Lava floors are more likely to be traversable without needed to
    build. (orphu)
  • Possible fix for dungeon maps and multiple worlds when using --dir.
    (JiFish)
  • Avoid placing dungeons and treasure hunts on chunks that are not
    completely generated. (orphu)
  • Removed dependency on legacy Overviewer code (orphu)
  • Removed handrail from TripleStairs (orphu)
  • Landmark frames are no longer invulnerable. (orphu)
  • Fixed several issues with maps and dungeons generated prior to
    Minecraft 1.9. (orphu)
  • Fixed issues with 0.15.x dungeons being generated in pre-1.9 chunks.
    This was causing some entities (mods with equipment and villagers) to
    disappear. (orphu)
  • Fixed tipped arrow stacking. (JiFish)