use of logisticspipes.utils.SinkReply in project LogisticsPipes by RS485.
the class ModuleEnchantmentSink method registerPosition.
@Override
public void registerPosition(ModulePositionType slot, int positionInt) {
super.registerPosition(slot, positionInt);
_sinkReply = new SinkReply(FixedPriority.EnchantmentItemSink, 0, true, false, 1, 0, new ChassiTargetInformation(getPositionInt()));
}
Aggregations