Fixed stairs
This commit is contained in:
@@ -295,7 +295,7 @@ public class ContainerCellWorkbench extends ContainerUpgradeable
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName()
|
||||
public String getCommandSenderName()
|
||||
{
|
||||
return "Upgrades";
|
||||
}
|
||||
|
||||
@@ -298,9 +298,10 @@ public class ContainerMEMonitorable extends AEBaseContainer implements IConfigMa
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addCraftingToCrafters( ICrafting c )
|
||||
public void onCraftGuiOpened( ICrafting c )
|
||||
{
|
||||
super.addCraftingToCrafters( c );
|
||||
super.onCraftGuiOpened( c );
|
||||
|
||||
this.queueInventory( c );
|
||||
}
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ public class ContainerQuartzKnife extends AEBaseContainer implements IAEAppEngIn
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName()
|
||||
public String getCommandSenderName()
|
||||
{
|
||||
return "Quartz Knife Output";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user