Update render registry

This commit is contained in:
Christian 2013-12-27 00:07:48 -05:00
parent 2362fdb9d5
commit 59405fc7ee
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class RenderingRegistry
{
private static final RenderingRegistry INSTANCE = new RenderingRegistry();
private int nextRenderId = 40;
private int nextRenderId = 42;
private Map<Integer, ISimpleBlockRenderingHandler> blockRenderers = Maps.newHashMap();