Updated forge and added some more stuff from the new mappings.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user