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
@@ -141,9 +141,9 @@ public class AppEngSlot extends Slot
}
@Override
public boolean canBeHovered()
public boolean isEnabled()
{
return this.isEnabled();
return super.isEnabled();
}
public ItemStack getDisplayStack()
@@ -151,11 +151,6 @@ public class AppEngSlot extends Slot
return super.getStack();
}
public boolean isEnabled()
{
return true;
}
public float getOpacityOfIcon()
{
return 0.4f;