Skip to content

0.30.0

Compare
Choose a tag to compare
@DaveyBiggers DaveyBiggers released this 20 Jun 20:19
· 658 commits to master since this release

Changes:

WE'VE UPGRADED TO A NEWER MINECRAFT!!!!

It was time - while we've been stuck with Minecraft 1.8, four new versions have come out...
We've updated to almost the bleeding edge - Minecraft 1.11.
This means:

  • New: Mobs - shulkers, vexes, illagers, polar bears and llamas and many more - check out the mob_zoo.py sample for a complete list.
  • New: Blocks and Items - check out the changes in Types.xsd

Breaking changes:

There have been significant changes to Minecraft, and Forge (which we use for modding), so there may well be some new quirks we've not yet spotted in our testing. The changes we know about are:

  • AllowSpawning/AllowedMobs now affects mob_spawners
  • "Minecart" entity has been renamed to "MinecartRideable"
  • There is a known issue whereby agents with no explicit starting position can sometimes "sink" into the ground at mission start.

Other new features:

  • New: Added support for drawing tuned note blocks - see the "note_block_test.py" sample