Updated forge and added some more stuff from the new mappings.

This commit is contained in:
Gunther De Wachter
2017-07-03 07:34:24 +02:00
parent 4679b0ee61
commit e6e858820f
3 changed files with 5 additions and 10 deletions
@@ -83,9 +83,9 @@ class Size1Slot extends Slot
@Override
@SideOnly( Side.CLIENT)
public boolean canBeHovered()
public boolean isEnabled()
{
return delegate.canBeHovered();
return delegate.isEnabled();
}
@Override