- Added support for blocks that don't normally use tile entities, like torches.
- Added by default: torches, chests (and trapped chests), ender chests, ladders, flowerpots, signs, skulls
- Added compatibility with MCPC. Not tested. Added a config option to disable it in case it doesn't work.
- Did not make glowstone microblocks glow, because that would let you get 32 times as much light from the same amount of glowstone.
- Did not add full-grass or rotatable grass microblocks because this mod should not add new block types.
- Known bug: place a microblock on a torch, then push it with a piston. Both the microblock and the torch will be destroyed!
- Fixed particles when microblocks are broken.
- Fixed grass block side textures being squashed vertically in some positions.
- Removed particles when microblocks are sprinted on, because there doesn't seem to be a way to fix them.
- Fixed rendering of grass hollow covers/panels/slabs.
- Fixed transparency of part previews.
- Fixed "java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderBlocks at mods.immibis.microblocks.coremod.MSTHooks.overrideRenderType(MSTHooks.java:20)" on servers.
- Should fix a potential crash on servers related to Bibliocraft. (http://pastebin.com/ACSn0k9p)