Sunday 24 May 2015

Common Mistakes in Block Models

The diagram below shows the typical files needed to render a simple block (BlockMT01).  The most common errors are highlighted.

For the list of symptoms that these errors produce, see here.

For common mistakes in Blocks which use variants, see here.
For common mistakes in Items, see here.

For common mistakes with filenames and directory structure, see here.

If your block looks fine when placed but not in inventory or your hand - the ItemBlock is wrong.  In addition to the errors below, this can also be caused if you call the ItemBlock registration before the Block registration.   You should do Block registration in common preInit (FMLPreInitializationEvent), ItemBlock registration in client init (FMLInitializationEvent).




1 comment: