Closes https://github.com/TechReborn/TechReborn/issues/1158 for now
This commit is contained in:
parent
0d4fced8bb
commit
9edbdf5016
1 changed files with 6 additions and 0 deletions
|
@ -222,4 +222,10 @@ public class TileRecycler extends TilePowerAcceptor implements IWrenchable, IInv
|
|||
.tile(this).slot(0, 55, 45).outputSlot(1, 101, 45).syncEnergyValue()
|
||||
.syncIntegerValue(this::getProgress, this::setProgress).addInventory().create();
|
||||
}
|
||||
|
||||
//TODO make this so
|
||||
@Override
|
||||
public boolean canBeUpgraded() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue