Table of Contents

Immibis' Microblocks

This is a mod that adds very compatible microblocks. See the config file after first run.

Dependencies

Compatible Mods

All of them! - No, seriously, literally every mod out there is compatible with Immibis' Microblocks if you add their block and tile entity class to the config file. You can also automatically detect cuttable blocks on the client side by setting a config option. This section will therefore only list mods with official support, complete with blocking sides appropriately and whatnot.

Downloads

Minecraft 1.7.2

Other

Version History

58.0.0 (20 March 2014)

How to add support in 4 simple steps!

So you're a mod developer and want to add support for Immibis' Microblocks while not depending on Immibis' Core? Well, contrary to popular belief, that's possible without writing a ClassTransformer!

  public int ImmibisMicroblocks_TransformableTileEntityMarker;
  public int ImmibisMicroblocks_TransformableBlockMarker;
  boolean ImmibisMicroblocks_isSideOpen(int side) { return true; }
  void ImmibisMicroblocks_onMicroblocksChanged() { /* stuff goes here */ }

There is no way to add a CuttableBlockMarker yet, but that should be added in 58.1.0.