Update next render to 40
This commit is contained in:
parent
9cbf2a08e9
commit
56be84a3b8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue