Update next render to 40

This commit is contained in:
Christian 2013-03-04 22:52:24 -05:00
parent 9cbf2a08e9
commit 56be84a3b8
1 changed files with 1 additions and 1 deletions

View File

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