Inscriber improvements and fixes (#3028)

This commit is contained in:
fscan
2017-08-12 14:52:01 +02:00
committed by yueh
parent eec3e59eea
commit 3e2bc0e038
5 changed files with 15 additions and 13 deletions
@@ -43,7 +43,6 @@ public abstract class PartUpgradeable extends PartBasicState implements IAEAppEn
{
super( is );
this.upgrades = new StackUpgradeInventory( this.getItemStack(), this, this.getUpgradeSlots() );
this.upgrades.setMaxStackSize( 1 );
this.manager = new ConfigManager( this );
}