Fix client not registering capability (#1150)
This commit is contained in:
parent
f7b8dc0d84
commit
273dca3e4d
|
@ -138,6 +138,7 @@ public class ClientProxy extends CommonProxy
|
||||||
@Override
|
@Override
|
||||||
public void init()
|
public void init()
|
||||||
{
|
{
|
||||||
|
super.init();
|
||||||
Minecraft.getMinecraft().getItemColors().registerItemColorHandler(new IItemColor()
|
Minecraft.getMinecraft().getItemColors().registerItemColorHandler(new IItemColor()
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue